.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}.ctf-fixed-height{overflow:auto}#ctf .ctf-item{padding:15px 5px;overflow:hidden}#ctf.ctf-boxed-style .ctf-item{padding:15px}#ctf .ctf-item:first-child{border-top:none}#ctf .ctf-item:last-of-type{border-bottom:none!important}#ctf #ctf .ctf-photo-hover span.fa-arrows-alt,#ctf .ctf-photo-hover svg.fa-arrows-alt,#ctf .ctf_remaining,#ctf.ctf-super-narrow .ctf-author-screenname,#ctf.ctf-super-narrow .ctf-screename-sep{display:none}#ctf .ctf_more{padding:1px;border:1px solid transparent;border-radius:3px;display:inline-block;line-height:1}#ctf .ctf_more:hover{cursor:pointer;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);text-decoration:none}#ctf .ctf-header{float:left;clear:both;margin:0;padding:5px 5px 15px;line-height:1.2;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#ctf .ctf-header a{float:left;display:block;text-decoration:none}#ctf .ctf-header-img{float:left;position:relative;width:48px;margin:0 0 0 -100%!important;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#ctf .ctf-header-img img{display:block;float:left;margin:0!important;padding:0!important;border:none!important;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#ctf.ctf-rebranded .ctf-header-img-hover svg{margin-top:-15px;margin-left:-14px}#ctf.ctf-rebranded .ctf-header-img-hover svg path,.ctf-rebranded .ctf-header-follow svg path{fill:#fff}#ctf .ctf-header-generic-icon,#ctf .ctf-header-img-hover{display:none;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(27,149,224,.85);-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;z-index:999}#ctf .ctf-header-generic-icon .fa,#ctf .ctf-header-generic-icon svg,#ctf .ctf-header-img-hover .fa,#ctf .ctf-header-img-hover svg{position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-8px;font-size:20px;z-index:1000}#ctf .ctf-header-generic-icon svg,#ctf .ctf-header-img-hover svg{margin-top:-10px;margin-left:-10px}#ctf .ctf-header .ctf-header-follow{display:inline-block;padding:3px 6px;margin:0 0 0 2px;position:relative;top:-2px;background:#1b95e0;color:#fff;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-transition:background .6s ease-in-out;-webkit-transition:background .6s ease-in-out;-o-transition:background .6s ease-in-out;transition:background .6s ease-in-out}#ctf .ctf-header .ctf-header-follow .fa,#ctf .ctf-header .ctf-header-follow svg{margin-right:3px;font-size:12px}#ctf .ctf-header a:hover .ctf-header-follow{background:#0c7abf;-moz-transition:background .2s ease-in-out;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}#ctf .ctf-header-type-generic .ctf-header-img{color:#fff;width:48px;height:48px;position:relative}#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon{background:#0c7abf}#ctf .ctf-header-type-generic .ctf-header-no-bio{padding-top:9px!important;font-size:16px;font-weight:700}#ctf .ctf-header-type-generic .ctf-header-generic-icon{display:block;color:#fff;background:#1b95e0;-moz-transition:background .2s ease-in-out;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}#ctf .ctf-header-type-generic:hover .ctf-header-generic-icon{display:block;opacity:1}#ctf .ctf-header .ctf-header-user{font-size:16px;line-height:1.3;-ms-word-wrap:break-word;word-break:break-word}#ctf .ctf-header .ctf-header-screenname,#ctf .ctf-header p{font-size:13px;line-height:1.3}.ctf-screenreader{text-indent:-9999px!important;display:inline-block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important}#ctf .ctf-header-text.sbi-no-info .ctf-header-user{padding-top:9px!important}#ctf .ctf-header-text.sbi-no-bio .ctf-header-counts{clear:both}#ctf .ctf-context{width:100%;padding-left:42px;margin-bottom:2px}#ctf .ctf-with-logo .ctf-context{padding-right:30px}#ctf .ctf-retweet-icon{display:inline-block;font-size:inherit;line-height:1;margin:0 5px 0 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#ctf.ctf-super-narrow .ctf-retweet-icon{margin:0 5px 0 0}#ctf .ctf-reply-icon{display:inline-block;font-size:inherit;padding:1px 3px 3px;line-height:1;margin:0 3px 0 0}#ctf .ctf-author-box{margin-left:56px}#ctf .ctf-author-avatar{clear:both;width:48px;height:48px;margin:3px 6px 0 -56px;float:left;overflow:hidden;border:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#ctf .ctf-author-avatar img{margin:0!important;padding:0}#ctf .ctf-author-name,#ctf .ctf-author-screenname,#ctf .ctf-tweet-meta,#ctf .ctf-verified{margin-left:4px;margin-right:4px;display:inline-block}#ctf .ctf-screename-sep{margin:0 2px;display:inline-block}#ctf .ctf-author-name{font-weight:700!important;margin-top:4px}#ctf .ctf-author-box-link{color:#000;text-decoration:none;display:inline;line-height:1.5!important}#ctf .ctf-quoted-verified,#ctf .ctf-verified{color:#77c7f7;margin-left:0}#ctf .ctf-quoted-verified,.ctf-credit-link .fa,.ctf-credit-link svg{margin-right:4px}#ctf .ctf-tweet-meta,#ctf.ctf-super-narrow .ctf-author-name{display:inline-block}#ctf .ctf-replied-to-text a{font-size:inherit;color:inherit;font-weight:inherit}#ctf p.ctf-media-link,#ctf p.ctf-tweet-text{padding:0!important;margin:0!important;line-height:1.4}#ctf .ctf-tweet-actions,#ctf .ctf-tweet-content{margin-left:58px;margin-top:3px;max-width:100%}#ctf .ctf-corner-logo{display:inline-block;float:right;color:#1b95e0;font-size:24px}#ctf.ctf-narrow .ctf-corner-logo{font-size:20px}#ctf .ctf-hide-avatar .ctf-author-box,#ctf .ctf-hide-avatar .ctf-author-name,#ctf .ctf-hide-avatar .ctf-context,#ctf .ctf-hide-avatar .ctf-quoted-tweet,#ctf .ctf-hide-avatar .ctf-tweet-actions,#ctf .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box,#ctf.ctf-narrow .ctf-hide-avatar .ctf-context,#ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet,#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions,#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-super-narrow .ctf-context,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content,#ctf.ctf-super-narrow .ctf-quoted-tweet,#ctf.ctf-super-narrow .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-tweet-content{margin-left:0}#ctf .ctf-hide-avatar .ctf-context{padding-left:0}#ctf .ctf-header-img.ctf-no-consent,#ctf .ctf-header-img.ctf-no-consent .ctf-header-img-hover{display:block;opacity:1;height:48px}#ctf .ctf-quoted-tweet{display:block;clear:both;margin:7px 0 5px 58px;padding:8px 12px;border:1px solid rgba(0,0,0,.1);text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#ctf .ctf-quoted-tweet-text-media-wrap,#ctf .ctf-quoted-tweet:focus,#ctf .ctf-quoted-tweet:hover,#ctf .ctf-tweet-text-media-wrap{-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out}#ctf .ctf-quoted-tweet:focus,#ctf .ctf-quoted-tweet:hover{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);transition:background .1s ease-in-out}#ctf .ctf-quoted-author-name{font-weight:700;margin-right:4px}#ctf .ctf-quoted-tweet p{margin:2px 0}#ctf .ctf-tweet-actions a{padding:2px 10px 2px 5px;float:left}#ctf .ctf-tweet-actions a.ctf-like,#ctf .ctf-tweet-actions a.ctf-reply,#ctf .ctf-tweet-actions a.ctf-retweet{color:rgba(0,0,0,.35);text-decoration:none;border:none;-moz-transition:color .1s ease-in-out;-webkit-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#ctf .ctf-tweet-actions a span.fa,#ctf .ctf-tweet-actions a svg{width:1.1em;height:1.1em;font-size:1.1em}#ctf .ctf-tweet-actions a span.fa.fa-retweet{width:1.2em;height:1.2em;font-size:1.2em}#ctf .ctf-tweet-actions .ctf-reply{margin-left:-5px}#ctf .ctf-tweet-actions a:focus,#ctf .ctf-tweet-actions a:hover{-moz-transition:color .1s ease-in-out;-webkit-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#ctf .ctf-tweet-actions .ctf-reply:focus,#ctf .ctf-tweet-actions .ctf-reply:hover{color:#e34f0e!important}#ctf .ctf-tweet-actions .ctf-retweet:focus,#ctf .ctf-tweet-actions .ctf-retweet:hover{color:#19cf86!important}#ctf .ctf-tweet-actions .ctf-like:focus,#ctf .ctf-tweet-actions .ctf-like:hover{color:#e81c4f!important}#ctf .ctf-action-count{float:right;padding-left:3px;font-size:.9em;margin-top:.25em;line-height:1.2em}#ctf .ctf-twitterlink{margin-top:.3em;line-height:1.2em;font-size:.8em}#ctf .ctf-quoted-tweet-text-media-wrap,#ctf .ctf-tweet-text-media-wrap{margin-left:5px;padding:4px;display:inline-block;border:1px solid rgba(0,0,0,.15);color:inherit;text-decoration:none;line-height:1;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;transition:background .1s ease-in-out}#ctf #ctf-more,#ctf .ctf-out-of-tweets,.ctf-credit-link{padding:5px 0;text-align:center}#ctf #ctf-more,#ctf .ctf-tweet-text-media-wrap:focus,#ctf .ctf-tweet-text-media-wrap:hover{background:rgba(0,0,0,.05);-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out}#ctf .ctf-tweet-text-media-wrap:focus,#ctf .ctf-tweet-text-media-wrap:hover{border:1px solid rgba(0,0,0,.1);transition:background .1s ease-in-out}.ctf-multi-media-icon .ctf-tweet-text-media,.ctf-quoted-tweet-text .ctf-tweet-text-media{margin-left:3px}#ctf #ctf-more{display:block;border:none;width:100%;min-height:30px;margin:0;position:relative;box-sizing:border-box;outline:0;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;transition:background .1s ease-in-out}#ctf #ctf-more:hover{background:rgba(0,0,0,.1);-moz-transition:background .1s ease-in-out;-webkit-transition:background .1s ease-in-out;-o-transition:background .1s ease-in-out;transition:background .1s ease-in-out}#ctf #ctf-more.ctf-loading span{-moz-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;opacity:0}#ctf .ctf-loader{width:20px;height:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite ctf-sk-scaleout;animation:1s ease-in-out infinite ctf-sk-scaleout}@-webkit-keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes ctf-sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ctf-credit-link{width:100%;clear:both;margin-top:5px;font-size:12px}#ctf svg{box-sizing:unset}#ctf svg:not(:root).svg-inline--fa,#ctf_lightbox svg:not(:root).svg-inline--fa{box-sizing:unset;overflow:visible;width:1em}#ctf .svg-inline--fa.fa-w-16{width:16px}#ctf .svg-inline--fa.fa-w-20{width:20px}#ctf .ctf-context .ctf-retweet-icon svg{width:1.2em;height:1.2em}#ctf .svg-inline--fa,#ctf_lightbox .svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}#ctf.ctf-styles .ctf-author-screenname,#ctf.ctf-styles .ctf-context,#ctf.ctf-styles .ctf-screename-sep,#ctf.ctf-styles .ctf-tweet-meta,.ctf_smash_error span{font-size:12px}#ctf .ctf-error{width:100%;text-align:center}#ctf .ctf-error code,#ctf .ctf-error iframe,#ctf .ctf-error p{padding:0;margin:0 2px}#ctf .ctf-error-user p,#ctf.ctf-super-narrow .ctf-context{padding-bottom:5px}#ctf .ctf-error-user{width:100%}#ctf .ctf-error-admin{margin-top:15px;display:inline-block}#ctf .ctf-error code{display:block;padding:4px}.ctf_smash_error{border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ctf_smash_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#ctf .ctf-out-of-tweets{display:block;border:1px solid rgba(0,0,0,.1);background:0 0;width:100%;min-height:30px;margin:0;position:relative;box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#ctf .ctf-out-of-tweets iframe,#ctf .ctf-out-of-tweets p{margin:0 2px;padding:0}#ctf .ctf-out-of-tweets p{padding:3px;display:none}#ctf.ctf-narrow .ctf-author-avatar,#ctf.ctf-narrow .ctf-author-avatar img{width:38px;height:38px}#ctf.ctf-narrow .ctf-quoted-tweet,#ctf.ctf-narrow .ctf-tweet-actions,#ctf.ctf-narrow .ctf-tweet-content{margin-left:48px}#ctf.ctf-narrow .ctf-context{margin-left:49px}#ctf.ctf-narrow .ctf-author-box{margin-left:46px}#ctf.ctf-narrow .ctf-author-avatar{margin-left:-46px}#ctf.ctf-narrow .ctf-tweet-content{padding:3px 0 5px}#ctf.ctf-narrow .ctf-tweet-actions,#ctf.ctf-super-narrow .ctf-tweet-content{float:left;clear:both}#ctf.ctf-super-narrow .ctf-author-box{min-height:32px;margin-bottom:2px;margin-left:38px;float:left;clear:both}#ctf.ctf-super-narrow .ctf-author-avatar,#ctf.ctf-super-narrow .ctf-author-avatar img{width:32px;height:32px}#ctf.ctf-super-narrow .ctf-author-avatar{margin-left:-38px;margin-top:0}#ctf.ctf-super-narrow .ctf-credit-link{font-size:10px}#ctf.ctf-super-narrow .ctf-header-bio{margin:0!important;padding-top:5px}#ctf.ctf-super-narrow .ctf-header-user{min-height:48px}#ctf.ctf-super-narrow .ctf-header-text{padding-top:10px}#ctf.ctf-super-narrow .ctf-header-follow{margin-top:5px}#ctf.ctf-super-narrow .ctf-more span{display:block;margin-top:3px}@media all and (max-width:640px){#ctf.ctf-width-resp{width:100%!important}}.ctf.ctf-boxed-style[data-boxshadow=true] .ctf-item{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}[data-header-size=large] .ctf-header-type-text{font-size:48px}[data-header-size=medium] .ctf-header-type-text{font-size:42px}[data-header-size=small] .ctf-header-type-text{font-size:36px}#ctf.ctf-list.ctf-boxed-style .ctf-header,.ctf-list.ctf-boxed-style .ctf-item{margin-bottom:25px}#ctf .ctf-header-text{float:left;width:100%;padding-top:5px}#ctf .ctf-no-bio .ctf-header-text{padding-top:13px}#ctf .ctf-header-text .ctf-header-user,#ctf .ctf-header-text p{float:left;clear:both;width:auto;margin:0 0 0 60px!important;padding:0!important;text-align:left}#ctf .ctf-header-name{font-weight:700;margin-right:6px}#ctf .ctf-header-text .ctf-header-bio{padding:0!important;word-break:break-word}#ctf .ctf-header-text .ctf-verified{margin-right:5px}#ctf.ctf_palette_light .ctf-author-name,#ctf.ctf_palette_light .ctf-author-screenname,#ctf.ctf_palette_light .ctf-header-bio,#ctf.ctf_palette_light .ctf-header-counts,#ctf.ctf_palette_light .ctf-header-name,#ctf.ctf_palette_light .ctf-header-type-text,#ctf.ctf_palette_light .ctf-tweet-actions a,#ctf.ctf_palette_light .ctf-tweet-text{color:#444}#ctf.ctf_palette_dark .ctf-tweet-text a,#ctf.ctf_palette_light .ctf-tweet-text a{color:inherit}#ctf.ctf_palette_dark .ctf-item,#ctf.ctf_palette_light .ctf-item{background:0 0}#ctf.ctf_palette_dark .ctf-corner-logo,#ctf.ctf_palette_light .ctf-corner-logo{color:#1b95e0}#ctf.ctf_palette_dark .ctf-verified,#ctf.ctf_palette_light .ctf-verified{color:#77c7f7}#ctf.ctf_palette_light .ctf-more{background:rgba(0,0,0,.5);color:#444}#ctf.ctf_palette_dark{background:#20222c}#ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item{background:rgba(255,255,255,.1)!important}#ctf.ctf_palette_dark .ctf-author-name,#ctf.ctf_palette_dark .ctf-author-screenname,#ctf.ctf_palette_dark .ctf-header-bio,#ctf.ctf_palette_dark .ctf-header-counts,#ctf.ctf_palette_dark .ctf-header-name,#ctf.ctf_palette_dark .ctf-header-type-text,#ctf.ctf_palette_dark .ctf-tweet-text{color:#fff}#ctf.ctf_palette_dark .ctf-more{background:rgba(255,255,255,.2);color:#fff}#ctf.ctf_palette_dark .ctf-tweet-actions a{color:rgba(255,255,255,.8)}.ctf-rebranded .ctf-header-follow svg{width:13px;height:13px;transform:translate(3px,2px)}.es_caption{padding-bottom:1em;padding-right:.5em}.es_msg{padding-top:5px;padding-bottom:5px;color:red}.es_textbox{padding-bottom:10px}.es_button{padding-top:10px;padding-bottom:5px}.es_textbox_class{width:200px}.es_lablebox{padding-bottom:3px}.es_subscription_message.success{color:green;font-size:16px}.es_subscription_message.error{color:red;font-size:16px}.es_spinner_image{display:none;float:right}.es-field-wrap{margin-bottom:.6em}.ig-es-form-list-selection,.ig-es-form-list-selection td,.ig-es-form-list-selection tr,.ig-es-form-radio-selection,.ig-es-form-radio-selection td,.ig-es-form-radio-selection tr{border:none}.ig_es_form_wrapper{width:30%;margin:0 auto;border:2px #e8e3e3 solid;padding:.9em;border-radius:5px}.ig_es_form_heading{font-size:1.3em;line-height:1.5em;margin-bottom:.5em}.ig_es_list_checkbox{margin-right:.5em}.ig_es_submit{color:#FFFFFF!important;border-color:#03a025!important;background:#03a025!important;box-shadow:0 1px 0 #03a025;font-weight:700;height:2.4em;line-height:1em;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;font-size:1em;padding:0 2em;margin-top:1em}.ig_es_submit:hover{color:#FFF!important;background:#0AAB2E!important;border-color:#0AAB2E!important}.ig_es_form_wrapper hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.es_form_cf{padding:.75rem}select.es_form_cf,input[type="text"].es_form_cf,input[type="number"].es_form_cf,input[type="date"].es_form_cf{width:50%}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden!important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,.5),0 1px 10px 0 rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat!important;background-size:cover!important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0!important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute!important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute!important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-display:swap;font-family:'Glyphicons Halflings';src:url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../../themes/Appliconsoft/assets/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.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-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.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:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}body{font-family:"Poppins",sans-serif;font-size:15px;line-height:25px;font-weight:400;color:#6a6a6a;background-color:#fff;overflow-x:hidden}.overlay-content h3{color:#FFFFFF!important}.news-section .news-wrapper .news-content h3{font-size:20px!important;font-weight:600!important;line-height:30px;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.company-video{border:0}body.dark-layout{color:#696969;background-color:#1f1f1f}.static-banner-section{position:relative;min-height:840px;background-size:cover;background-position:top center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px;box-sizing:border-box}.static-banner-section .banner-content{max-width:900px;margin:0 auto;color:#fff;z-index:2}.static-banner-section .banner-title{font-size:35px;font-weight:900;line-height:1.2;margin-bottom:20px;letter-spacing:4px}.static-banner-section .banner-description{font-size:18px;line-height:1.6;margin-bottom:30px;letter-spacing:1px}.static-banner-section .banner-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.static-banner-section .btn{padding:11px 55px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block}.static-banner-section .btn-primary{border-radius:5px!important}body.dark-layout .section-title h2{color:#484848}body.dark-layout .footer-section{background:#252525}body.dark-layout .footer-section .second-footer{background-color:#101010}body.dark-layout .footer-section .second-footer .contact-wrapper ul li{color:#545454}body.dark-layout .footer-section .second-footer .copy-right p{color:#4a4a4a}html{font-family:"Poppins",sans-serif}html,body{width:100%;height:100%}a{color:#F7922B}a,a>*{outline:none;cursor:pointer;text-decoration:none}a:focus,a:hover{color:#F7922B;outline:none;text-decoration:none}a,.navbar a,.form-control{-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;font-weight:400;margin:0 0 20px}h1{font-size:48px;font-weight:700;color:#FFF;letter-spacing:-1px}.form-control{line-height:1.4!important}.g-recaptcha{margin-bottom:15px}@media (min-width:480px) and (max-width:767px){h1{font-size:40px}}@media (max-width:767px){#exampleModal .modal-dialog{margin-top:70px}.tos-heading{font-size:20px!important;line-height:23px}}@media only screen and (max-width:479px){h1{font-size:34px}}h2,.h2{font-size:36px;line-height:42px;font-weight:600;color:#092a48}@media (min-width:480px) and (max-width:767px){h2,.h2{font-size:30px;line-height:35px}}@media only screen and (max-width:479px){h2,.h2{font-size:25px;line-height:57px}}h3{font-size:26px;line-height:30px;color:#092a48}@media only screen and (max-width:479px){h3{font-size:20px}}h4{font-size:25px}h5{font-size:14px}h6{font-size:12px}p img{margin:0}p{margin:0 9px 15px;line-height:27px}hr{margin:0}ul{margin:0;padding:0}ul li{margin:0;padding:0;list-style:none}.btn{font-family:"Poppins",sans-serif;font-size:16px;font-weight:600;line-height:26px}.btn.active,button,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:none}.btn-default{position:relative;font-size:16px;color:#F7922B;background-color:#FFF;border:2px solid #F7922B;border-radius:0;padding:8px 22px;border-radius:25px;overflow:hidden;z-index:5;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn-default::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#F7922B;border-radius:25px;transform:translateX(-102%);z-index:-1;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn-default:hover{color:#FFF}.btn-default:hover::before{transform:translateX(0)}@media only screen and (max-width:767px){.btn-default{padding:6px 18px;font-size:16px}}@media only screen and (max-width:479px){.btn-default{font-size:14px;padding:2px 16px}}.btn-default:hover,.btn-default.focus,.btn-default:focus,.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default,.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover,.open>.dropdown-toggle.btn-primary{color:#FFF;border-color:#F7922B}.btn-primary{position:relative;font-size:16px;font-weight:600;border:0;border-radius:8px;padding:12px 25px;z-index:5;overflow:hidden;background-color:#F7922B;color:#FFF;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn-primary::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#FFF;border-radius:25px;transform:translateX(-102%);background-color:#092a48;opacity:0;transform:scale(.5,1);transition:all 0.4s ease 0s;border-radius:5px;z-index:-1;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.btn-primary:hover::before{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}@media screen and (min-width:768px){.team-page-section .section-wrapper{display:flex;flex-wrap:wrap}}@media only screen and (max-width:767px){.btn-primary{font-size:16px;padding:6px 18px}}@media only screen and (max-width:479px){.btn-primary{font-size:14px;padding:2px 16px}}.btn-primary:hover,.btn-primary.focus,.btn-primary:focus,.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{background-color:#F7922B;color:#FFF}p.comment-form-cookies-consent{display:none}.facebook-bg{background-color:#106ed2}.twitter-bg{background-color:#3ad0fb}.linkedin-bg{background-color:#1379bb}.no-margin{margin:0}.no-padding{padding:0}.section-padding{padding:100px 0}.section-padding-map{padding:150px 0;margin-bottom:-140px}@media only screen and (max-width:991px){.section-padding{padding:80px 0}}@media only screen and (max-width:767px){.section-padding{padding:60px 0}}.inline-block{display:inline-block}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.form-control:focus{box-shadow:none}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color:transparent;background-image:none;color:#fff}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="search"],textarea,select{outline:none;margin:0;max-width:100%;-webkit-border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-o-border-radius:0 0 0 0;-ms-border-radius:0 0 0 0;-khtml-border-radius:0 0 0 0;border-radius:0 0 0 0}.poptrox-popup{background:transparent!important}.poptrox-popup .caption,.poptrox-popup .closer,.poptrox-popup .nav-next,.poptrox-popup .nav-previous{display:none!important}.border-break .border{border-bottom:1px solid #dfdfdf}.pagination-wrapper{margin-top:80px}@media only screen and (max-width:991px){.pagination-wrapper{margin-top:0}}@media only screen and (max-width:767px){.pagination-wrapper{margin-top:20px}}@media only screen and (max-width:479px){.pagination-wrapper{margin-top:0}}.pagination-wrapper .pagination li.active>a{color:#FFF;border-color:#F7922B;background-color:#F7922B}.pagination-wrapper .pagination li.active>a:hover,.pagination-wrapper .pagination li.active>a:focus,.pagination-wrapper .pagination li.active>a:active{background-color:#F7922B}.pagination-wrapper .pagination li a{width:40px;height:40px;line-height:25px;font-weight:700;color:#000;border-radius:0;background-color:transparent;margin:0 4px}@media only screen and (max-width:479px){.pagination-wrapper .pagination li a{width:30px;height:30px;line-height:15px;font-size:12px;margin:0 2px 5px}}.pagination-wrapper .pagination>li>a:focus,.pagination-wrapper .pagination>li>a:hover,.pagination-wrapper .pagination>li>span:focus,.pagination-wrapper .pagination>li>span:hover{background-color:transparent}.boxLayout,.box-layout{margin:0 auto;background:url(../../../themes/Appliconsoft/assets/images/pattern.jpg) no-repeat center top;background-size:cover;background-attachment:fixed}@media only screen and (min-width:1200px){.boxLayout,.box-layout{width:1200px}}.boxLayout section,.boxLayout header,.box-layout section,.box-layout header{background-color:#FFF}.boxLayout .box-nav,.box-layout .box-nav{position:relative}.boxLayout .box-nav .navbar,.box-layout .box-nav .navbar{left:0;background-color:#FFF}.boxLayout .box-nav .navbar::before,.box-layout .box-nav .navbar::before{width:350px}.boxLayout .box-nav .navbar .navbar-header .navbar-brand img,.box-layout .box-nav .navbar .navbar-header .navbar-brand img{padding:22px 25px}.boxLayout .box-nav .navbar .navbar-collapse .navbar-nav,.box-layout .box-nav .navbar .navbar-collapse .navbar-nav{margin-right:45px}.boxLayout .navbar.sticky,.box-layout .navbar.sticky{width:1200px;margin:0 auto}.boxLayout .slider-section .tp-banner-container,.box-layout .slider-section .tp-banner-container{left:0!important;right:0!important;width:100%!important;margin:0 auto}.boxLayout .slider-section .tparrows.tp-leftarrow,.box-layout .slider-section .tparrows.tp-leftarrow{left:0!important}.boxLayout .slider-section .tparrows.tp-rightarrow,.box-layout .slider-section .tparrows.tp-rightarrow{right:0!important}.boxLayout .searching-section,.box-layout .searching-section{overflow:hidden}.boxLayout .searching-section .caption .caption-two,.box-layout .searching-section .caption .caption-two{right:-10%}.boxLayout .searching-section .caption .caption-two img,.box-layout .searching-section .caption .caption-two img{width:75%}.boxLayout .subscribe-section,.box-layout .subscribe-section{overflow:hidden}.boxLayout .optimized-section .content-wrapper,.box-layout .optimized-section .content-wrapper{padding:80px 80px 0 30px}@media only screen and (max-width:991px){.boxLayout .optimized-section .content-wrapper,.box-layout .optimized-section .content-wrapper{padding:80px 15px 60px}}.section-title{position:relative}.section-title h2{font-size:36px;font-weight:600;line-height:40px;color:#092a48;margin-bottom:39px}@media only screen and (max-width:767px){.section-title h2{font-size:25px;line-height:35px}}@media only screen and (max-width:479px){.section-title h2{font-size:22px;line-height:30px}}.section-title .border{position:absolute;top:53px;left:0;right:0;width:100px;height:2px;background-color:#F7922B;margin:0 auto}@media only screen and (max-width:479px){.section-title .border{display:none}}.section-title .border-2{position:absolute;top:60px;left:0;right:0;width:100px;height:4px;background-color:#F7922B;margin:0 auto}@media only screen and (max-width:767px){.section-title .border-2{top:50px}}@media only screen and (max-width:479px){.section-title .border-2{display:none}}.section-title .border-3{max-width:100%;height:2px;background:url(../../../themes/Appliconsoft/assets/images/title-border-1.png) no-repeat center;margin:-20px auto 25px}@media only screen and (max-width:767px){.section-title .border-3{width:100%}}@media only screen and (max-width:479px){.section-title .border-3{display:none}}.section-title .border-4{max-width:100%;height:2px;background:url(../../../themes/Appliconsoft/assets/images/title-border-2.png) no-repeat center;margin:-20px auto 25px}@media only screen and (max-width:767px){.section-title .border-4{width:100%}}@media only screen and (max-width:479px){.section-title .border-4{display:none}}.section-title p{font-size:16px;color:#6a6a6a}@media only screen and (max-width:767px){.section-title p{font-size:15px;line-height:25px}}.header-title{padding:215px 0 80px}@media (min-width:992px) and (max-width:1199px){.header-title{padding:260px 0 80px}}@media only screen and (max-width:767px){.header-title{padding:100px 0 80px}}@media only screen and (max-width:479px){.header-title{padding:60px 0}}.header-title .title{font-size:48px;font-weight:700;line-height:50px;color:#092a48;margin-bottom:2px;letter-spacing:-.5px}@media only screen and (max-width:991px){.header-title .title{font-size:35px;line-height:35px}}@media (min-width:480px) and (max-width:767px){.header-title .title{font-size:30px;line-height:30px}}@media only screen and (max-width:479px){.header-title .title{font-size:25px;line-height:30px;margin-bottom:0}}.header-title .sub-title{font-size:18px;font-weight:500;color:#092a48}.header-title .sub-title .text-color{color:#F7922B}.header-section{position:absolute;top:0;left:0;width:100%;z-index:99}@media only screen and (max-width:767px){.header-section{position:relative}}.header-section .top-bar{min-height:60px;line-height:60px;background-color:#092a48}@media only screen and (max-width:991px){.header-section .top-bar{min-height:50px;line-height:50px}}@media only screen and (max-width:767px){.header-section .top-bar{text-align:center;min-height:auto;line-height:35px;padding:5px 0}}@media only screen and (max-width:767px){.header-section .top-bar{padding:10px 0}}.header-section .top-bar .header-left-bar .contact-wrapper{display:inline-block}.header-section .top-bar .header-left-bar .contact-wrapper li{font-size:14px;display:inline-block;color:#9daab8;margin-right:30px}@media only screen and (max-width:1199px){.header-section .top-bar .header-left-bar .contact-wrapper li{font-size:15px}}@media only screen and (max-width:479px){.header-section .top-bar .header-left-bar .contact-wrapper li{display:block;margin:0;line-height:30px}}.header-section .top-bar .header-left-bar .contact-wrapper li:last-child{margin-right:0}.header-section .top-bar .header-left-bar .contact-wrapper li i{font-size:20px;color:#F7922B;vertical-align:middle;margin-right:5px}@media only screen and (max-width:767px){.header-section .top-bar .header-right-bar{text-align:center}}.header-section .top-bar .header-right-bar .language{position:relative;display:inline-block;margin-right:15px;z-index:9}.header-section .top-bar .header-right-bar .language .dropbar{color:#F7922B;text-transform:uppercase;text-align:center}.header-section .top-bar .header-right-bar .language .dropbar i{font-size:20px;margin-right:10px;vertical-align:middle}.header-section .top-bar .header-right-bar .language .dropbar.closed .title::after{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.header-section .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu{margin-top:0}.header-section .top-bar .header-right-bar .language .dropbar.closed .dropbar-menu li{height:0}.header-section .top-bar .header-right-bar .language .dropbar .title{cursor:pointer;display:inline-block}.header-section .top-bar .header-right-bar .language .dropbar .title::after{content:"\f107";font-family:"FontAwesome";position:absolute;right:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.header-section .top-bar .header-right-bar .language .dropbar .title img{margin-right:8px}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu{position:relative;overflow:hidden;max-height:200px;width:130px;text-align:center;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;-webkit-box-sizing:"border-box";-moz-box-sizing:"border-box";box-sizing:"border-box"}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul{position:absolute;top:0;width:100%;border:1px solid #085370}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li{width:100%;height:40px;line-height:40px;border-bottom:1px solid #085370;padding:0 12px;vertical-align:top;overflow:hidden;cursor:pointer;-webkit-transition:margin-top 0.5s,height 0.5s;-moz-transition:margin-top 0.5s,height 0.5s;transition:margin-top 0.5s,height 0.5s}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:hover{background-color:#D9E1E4;color:#343C3F}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li:last-child{border:0}.header-section .top-bar .header-right-bar .language .dropbar .dropbar-menu ul li img{margin-right:8px}.header-section .top-bar .header-right-bar .social-icon li{display:inline-block;margin-right:15px}.header-section .top-bar .header-right-bar .social-icon li:last-child{margin-right:0}.header-section .top-bar .header-right-bar .social-icon li i{font-size:16px;color:#9daab8;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .top-bar .header-right-bar .social-icon li i:hover{color:#F7922B}.header-section .top-bar .contact-bar{display:flex}@media only screen and (max-width:991px){.header-section .top-bar .contact-bar{display:block}}.header-section .top-bar .contact-bar li{flex:1}@media only screen and (max-width:991px){.header-section .top-bar .contact-bar li{float:left;width:50%;margin:12px 0}}@media only screen and (max-width:510px){.header-section .top-bar .contact-bar li{width:100%;margin:5px 0}}.header-section .top-bar .contact-bar li .caption{width:50px;height:50px;line-height:50px;background:#F7922B;border-radius:50%;float:left;text-align:center;margin-right:12px}@media only screen and (max-width:1199px){.header-section .top-bar .contact-bar li .caption{width:40px;height:40px;line-height:40px}.header-section .top-bar .contact-bar li .caption img{width:15px}}@media only screen and (max-width:510px){.header-section .top-bar .contact-bar li .caption{width:30px;height:30px;line-height:30px}.header-section .top-bar .contact-bar li .caption img{width:10px}}.header-section .top-bar .contact-bar li h4{font-size:20px;font-weight:500;color:#fcfeff;margin:0}@media only screen and (max-width:510px){.header-section .top-bar .contact-bar li h4{font-size:18px}}.header-section .top-bar .contact-bar li .time{font-size:14px;color:#9a9a9a}@media only screen and (max-width:510px){.header-section .top-bar .contact-bar li .time{font-size:12px}}.header-section .middle-wrapper{background:#FFF;padding:25px 0}@media only screen and (max-width:991px){.header-section .middle-wrapper{padding:15px 0 7px}}@media only screen and (max-width:767px){.header-section .middle-wrapper{margin:0 -15px;padding:15px 15px}}.header-section .middle-wrapper .header-left-bar .navbar-brand{margin:0 0 0 30px;padding:0}@media only screen and (max-width:991px){.header-section .middle-wrapper .header-left-bar .navbar-brand{margin:4px 0 0 15px;height:auto}}@media only screen and (max-width:767px){.header-section .middle-wrapper .header-left-bar .navbar-brand{float:none!important;display:block;margin:0 0 20px}}.header-section .middle-wrapper .header-left-bar .navbar-brand img{max-width:100%}@media only screen and (max-width:767px){.header-section .middle-wrapper .header-left-bar .navbar-brand img{margin:0 auto;width:200px}}.header-section .middle-wrapper .header-right-bar .finding-section{display:flex}@media only screen and (max-width:479px){.header-section .middle-wrapper .header-right-bar .finding-section{display:block}}.header-section .middle-wrapper .header-right-bar .finding-section li{flex:1}@media only screen and (max-width:479px){.header-section .middle-wrapper .header-right-bar .finding-section li{margin-bottom:20px}}.header-section .middle-wrapper .header-right-bar .finding-section li:last-child{margin-bottom:0}.header-section .middle-wrapper .header-right-bar .finding-section li i{font-size:20px;width:42px;height:42px;line-height:42px;color:#FFF;background:#F7922B;border-radius:50%;text-align:center;float:left;box-shadow:0 0 10px 0 #F7922B;margin:3px 15px 0 0}@media (min-width:768px) and (max-width:991px){.header-section .middle-wrapper .header-right-bar .finding-section li i{width:30px;height:30px;line-height:30px;margin:3px 10px 0 0}}@media only screen and (max-width:767px){.header-section .middle-wrapper .header-right-bar .finding-section li i{font-size:16px;width:30px;height:30px;line-height:30px;margin:3px 10px 0 0}}.header-section .middle-wrapper .header-right-bar .finding-section li h5{font-size:18px;font-weight:500;color:#031633;margin-bottom:3px}@media only screen and (max-width:991px){.header-section .middle-wrapper .header-right-bar .finding-section li h5{font-size:16px;margin-bottom:0}}@media only screen and (max-width:767px){.header-section .middle-wrapper .header-right-bar .finding-section li h5{font-size:15px;margin-bottom:0}}.header-section .middle-wrapper .header-right-bar .finding-section li .location{font-size:14px;color:#666}@media (min-width:768px) and (max-width:991px){.header-section .middle-wrapper .header-right-bar .finding-section li .location{word-break:break-all}}@media only screen and (max-width:767px){.header-section .middle-wrapper .header-right-bar .finding-section li .location{font-size:12px}}.header-section .navbar{border:0;border-radius:0;margin:0;min-height:auto;background-color:#F7922B;z-index:998}.header-section .navbar .navbar-header{position:relative;z-index:5}.header-section .navbar .navbar-header .navbar-brand{padding:0;margin:0}.header-section .navbar .navbar-header .navbar-brand img{padding:35px 0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar.sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 0 20px 0 rgba(64,64,64,.16);padding:0;z-index:998}@media (min-width:768px) and (max-width:991px){.header-section .navbar.sticky{margin-top:-88px}}.header-section .navbar.sticky .navbar-header .navbar-brand img{padding:20px 0}.header-section .navbar.sticky .navbar-collapse{width:1140px;margin:0 auto}@media (min-width:992px) and (max-width:1199px){.header-section .navbar.sticky .navbar-collapse{width:auto}}.header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover .dropdown{z-index:9}.header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown{z-index:-1}.header-section .navbar.sticky .navbar-collapse .navbar-nav li .cart::before{top:12px;font-size:10px}.header-section .navbar.sticky .navbar-collapse .navbar-nav li .text{top:10px}.header-section .navbar .navbar-collapse{padding:0}.header-section .navbar .navbar-collapse .navbar-nav{margin:0 30px}.header-section .navbar .navbar-collapse .navbar-nav li{position:relative;font-size:14px;font-weight:500;text-transform:uppercase;margin-right:28px}@media (min-width:992px) and (max-width:1199px){.header-section .navbar .navbar-collapse .navbar-nav li{margin-right:25px}}.header-section .navbar .navbar-collapse .navbar-nav li:last-child{margin-right:0}.header-section .navbar .navbar-collapse .navbar-nav li img{margin-right:8px}.header-section .navbar .navbar-collapse .navbar-nav li a,.header-section .navbar .navbar-collapse .navbar-nav li .search-view,.header-section .navbar .navbar-collapse .navbar-nav li .cart-icon{color:#FFF;padding:0;line-height:55px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar .navbar-collapse .navbar-nav li a:hover,.header-section .navbar .navbar-collapse .navbar-nav li .search-view:hover,.header-section .navbar .navbar-collapse .navbar-nav li .cart-icon:hover{color:#313131;background-color:transparent}.header-section .navbar .navbar-collapse .navbar-nav li .cart-icon i{color:#222}.header-section .navbar .navbar-collapse .navbar-nav li .cart-icon i:hover{color:#F7922B}.header-section .navbar .navbar-collapse .navbar-nav li .search-view{cursor:pointer}.header-section .navbar .navbar-collapse .navbar-nav li.active a{color:#313131;background-color:transparent}.header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu{top:55px;visibility:visible;opacity:1;z-index:1;transform:translateY(0%);transition-delay:0s,0s,0.3s}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu{top:55px;left:-25px;min-width:200px;background-color:#FFF;padding:10px 0;display:block;visibility:hidden;opacity:0;border:0;transform:translateY(-2em);z-index:-1;transition:all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li{position:relative;font-size:14px;font-weight:500;border-bottom:1px solid rgba(97,109,126,.12);margin:0 25px;padding:0 5px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a{color:#F7922B!important}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover{border-bottom:1px solid transparent}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover::before{width:100%}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li::before{content:"";position:absolute;width:0;height:1px;left:0;bottom:0;background:#F7922B;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child{border-bottom:0}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child::before{display:none}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a{color:#616d7e!important;line-height:45px;font-weight:500}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover{color:#F7922B!important}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown{opacity:1;right:-136%}.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown{position:absolute;top:0;right:-120%;width:180px;background-color:#FFF;opacity:0;padding:10px 0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar{background-image:url(../../../themes/Appliconsoft/assets/images/search-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:fixed;width:100%;height:100%;top:0;left:0;right:0;visibility:hidden;opacity:0;z-index:99;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active{visibility:visible;opacity:1}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active .form-bar .form-group{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar{width:100%;height:100%;text-align:right;padding-right:60px;padding-top:20px}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar i{color:#FFF;font-size:25px;background:#f7922b;padding:10px}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar i:hover{color:#fff!important;background-color:#092A48!important;border-color:#092A48!important}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar{position:relative;width:50%;top:50%;margin:-50px auto}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group{margin:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control{font-size:32px;color:#FFF;background-color:transparent;border:0;border-bottom:3px solid #FFF;box-shadow:none;height:50px;padding:0}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control::placeholder{color:#FFF}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar input[placeholder],.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar [placeholder],.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar *[placeholder]{color:#FFFFFF!important}.header-section .navbar .navbar-collapse .navbar-nav li .cart-wrapper{cursor:pointer}.header-section .navbar .navbar-collapse .navbar-nav li .cart-wrapper.open .cart-item{display:block;visibility:visible;opacity:1;transform:translateY(0);z-index:5}.header-section .navbar .navbar-collapse .navbar-nav li .text{width:20px;height:20px;color:#FFF;background-color:#313131;border-radius:50%;padding:4px 6px;position:absolute;top:25px;right:-11px;line-height:11px;text-align:center;font-size:10px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item{position:absolute;top:55px;right:0;background-color:#FFF;border:2px solid #F7922B;padding:15px 15px 0;transform:translateY(50px);visibility:hidden;opacity:0;z-index:-9999;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media (min-width:992px) and (max-width:1250px){.header-section .navbar .navbar-collapse .navbar-nav li .cart-item{right:0}}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul{width:300px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li{line-height:30px;padding:10px 0;border-bottom:1px solid #F7922B}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li img{width:75px;float:left}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content{color:#313131;padding-left:15px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content h5{font-weight:600;color:#313131;margin-bottom:5px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content .rate{color:#F7922B;display:block}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item ul li .content .option i{margin:0}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item .amount{color:#333;line-height:30px;padding:10px 0 30px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn{border-radius:8px;width:100%;font-size:16px;padding:7px 44px;margin-bottom:25px}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn::before{display:none}.header-section .navbar .navbar-collapse .navbar-nav li .cart-item .btn:hover{color:#313131}.slider-section{overflow:hidden}.slider-section #rev_slider_1 .font-extra-bold{font-size:55px!important;font-weight:600!important;line-height:68px!important;color:#FFF;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_1 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_1 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_1 .font-medium{font-size:18px!important;font-weight:500!important;line-height:30px!important;color:#FFFFFF!important}.slider-section #rev_slider_1 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_1 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_1 .btn{font-size:18px!important;border-radius:0;padding:11px 55px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_1 .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .btn{padding:10px 25px!important}}.slider-section #rev_slider_1 .btn::before{border-radius:0}.slider-section #rev_slider_1 .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important}.slider-section #rev_slider_1 .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_1 .btn{display:none}}.slider-section #rev_slider_1 .tparrows.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow{top:auto!important;bottom:35px!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:0!important;text-align:center!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_1 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_1 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_1 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_1 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_1 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_1 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_1 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_1 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow{left:auto!important;right:157px!important}@media only screen and (min-width:1500px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow{right:167px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow{right:134px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-leftarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-leftarrow{right:110px!important}}.slider-section #rev_slider_1 .tparrows.tp-leftarrow.tp-rightarrow,.slider-section #rev_slider_1 .tparrows.tp-rightarrow.tp-rightarrow{right:1%!important;left:auto!important}.slider-section #rev_slider_2 .font-extra-bold{font-size:48px!important;font-weight:600!important;line-height:62px!important;color:#FFF;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_2 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_2 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_2 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_2 .font-medium{font-size:18px!important;font-weight:500!important;line-height:30px!important;color:#FFFFFF!important}.slider-section #rev_slider_2 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_2 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_2 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_2 .btn{font-size:18px!important;border-radius:0;padding:11px 55px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_2 .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_2 .btn{padding:10px 25px!important}}.slider-section #rev_slider_2 .btn::before{border-radius:0}.slider-section #rev_slider_2 .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important}.slider-section #rev_slider_2 .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_2 .btn{display:none}}.slider-section #rev_slider_2:hover .tparrows.tp-leftarrow,.slider-section #rev_slider_2:hover .tparrows.tp-rightarrow{opacity:1}.slider-section #rev_slider_2 .tparrows.tp-leftarrow,.slider-section #rev_slider_2 .tparrows.tp-rightarrow{top:55%!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:0!important;text-align:center!important;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_2 .tparrows.tp-leftarrow,.slider-section #rev_slider_2 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_2 .tparrows.tp-leftarrow,.slider-section #rev_slider_2 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_2 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_2 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_2 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_2 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_2 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_2 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_2 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_2 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_2 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_2 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.slider-section #rev_slider_3 .font-extra-bold{font-size:48px!important;font-weight:700!important;line-height:62px!important;color:#092a48;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_3 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_3 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_3 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_3 .font-medium{font-size:18px!important;font-weight:500!important;line-height:30px!important;color:#222222!important}.slider-section #rev_slider_3 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_3 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_3 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_3 .slider-btn{padding:0!important}.slider-section #rev_slider_3 .slider-btn .btn{font-size:18px!important;border-radius:0;padding:11px 55px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_3 .slider-btn .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_3 .slider-btn .btn{padding:10px 25px!important}}.slider-section #rev_slider_3 .slider-btn .btn::before{border-radius:0}.slider-section #rev_slider_3 .slider-btn .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important;margin-left:15px!important}.slider-section #rev_slider_3 .slider-btn .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_3 .slider-btn .btn{display:none}}.slider-section #rev_slider_3:hover .tparrows.tp-leftarrow,.slider-section #rev_slider_3:hover .tparrows.tp-rightarrow{opacity:1}.slider-section #rev_slider_3 .tparrows.tp-leftarrow,.slider-section #rev_slider_3 .tparrows.tp-rightarrow{top:55%!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:0!important;text-align:center!important;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_3 .tparrows.tp-leftarrow,.slider-section #rev_slider_3 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_3 .tparrows.tp-leftarrow,.slider-section #rev_slider_3 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_3 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_3 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_3 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_3 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_3 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_3 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_3 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_3 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_3 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_3 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.slider-section #rev_slider_4 .font-extra-bold{font-size:35px!important;font-weight:900!important;line-height:90px!important;color:#FFF;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_4 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_4 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_4 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_4 .font-medium{font-size:18px!important;font-weight:400!important;line-height:30px!important;color:#FFFFFF!important}.slider-section #rev_slider_4 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_4 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_4 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_4 .btn{font-size:18px!important;line-height:34px!important;border-radius:0;padding:11px 55px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_4 .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_4 .btn{padding:10px 25px!important}}.slider-section #rev_slider_4 .btn::before{border-radius:0}.slider-section #rev_slider_4 .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important}.slider-section #rev_slider_4 .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_4 .btn{display:none}}.slider-section #rev_slider_4:hover .tparrows.tp-leftarrow,.slider-section #rev_slider_4:hover .tparrows.tp-rightarrow{opacity:1}.slider-section #rev_slider_4 .tparrows.tp-leftarrow,.slider-section #rev_slider_4 .tparrows.tp-rightarrow{top:55%!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:0!important;text-align:center!important;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_4 .tparrows.tp-leftarrow,.slider-section #rev_slider_4 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_4 .tparrows.tp-leftarrow,.slider-section #rev_slider_4 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_4 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_4 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_4 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_4 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_4 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_4 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_4 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_4 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_4 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_4 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.slider-section #rev_slider_5 .font-extra-bold{font-size:60px!important;font-weight:700!important;line-height:90px!important;color:#FFF;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_5 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_5 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_5 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_5 .font-medium{font-size:24px!important;font-weight:400!important;line-height:35px!important;color:#FFFFFF!important}.slider-section #rev_slider_5 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_5 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_5 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_5 .btn{font-size:16px!important;font-weight:500;line-height:34px!important;border-radius:25px;padding:7px 40px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_5 .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_5 .btn{padding:10px 25px!important}}.slider-section #rev_slider_5 .btn::before{border-radius:25px}.slider-section #rev_slider_5 .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important}.slider-section #rev_slider_5 .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_5 .btn{display:none}}.slider-section #rev_slider_5:hover .tparrows.tp-leftarrow,.slider-section #rev_slider_5:hover .tparrows.tp-rightarrow{opacity:1}.slider-section #rev_slider_5 .tparrows.tp-leftarrow,.slider-section #rev_slider_5 .tparrows.tp-rightarrow{top:63%!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:50%!important;text-align:center!important;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_5 .tparrows.tp-leftarrow,.slider-section #rev_slider_5 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_5 .tparrows.tp-leftarrow,.slider-section #rev_slider_5 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_5 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_5 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_5 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_5 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_5 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_5 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_5 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_5 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_5 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_5 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.slider-section #rev_slider_6 .font-extra-bold{font-size:48px!important;font-weight:700!important;line-height:90px!important;color:#092a48;margin:14px 0 15px!important}@media (min-width:992px) and (max-width:1199px){.slider-section #rev_slider_6 .font-extra-bold{font-size:40px!important;line-height:60px!important}}@media only screen and (max-width:991px){.slider-section #rev_slider_6 .font-extra-bold{font-size:30px!important;line-height:50px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_6 .font-extra-bold{font-size:25px!important;line-height:40px!important;margin:0 0 9px!important}}.slider-section #rev_slider_6 .font-medium{font-size:18px!important;font-weight:400!important;line-height:30px!important;color:#092a48!important}.slider-section #rev_slider_6 .font-medium.text-center{text-align:center!important}@media only screen and (max-width:767px){.slider-section #rev_slider_6 .font-medium{font-size:16px!important;line-height:25px!important;margin:0 0 9px!important}}@media only screen and (max-width:479px){.slider-section #rev_slider_6 .font-medium{font-size:14px!important;line-height:18px!important;margin:30px 0 9px!important}}.slider-section #rev_slider_6 .btn{font-size:16px!important;font-weight:500;line-height:34px!important;border-radius:5px;padding:7px 63px!important;margin:0 2px!important}@media only screen and (max-width:991px){.slider-section #rev_slider_6 .btn{padding:10px 40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_6 .btn{padding:10px 25px!important}}.slider-section #rev_slider_6 .btn::before{border-radius:5px}.slider-section #rev_slider_6 .btn.color-bg{background:#FFFFFF!important;color:#F7922B!important}.slider-section #rev_slider_6 .btn.color-bg::before{background-color:#092a48}@media only screen and (max-width:479px){.slider-section #rev_slider_6 .btn{display:none}}.slider-section #rev_slider_6:hover .tparrows.tp-leftarrow,.slider-section #rev_slider_6:hover .tparrows.tp-rightarrow{opacity:1}.slider-section #rev_slider_6 .tparrows.tp-leftarrow,.slider-section #rev_slider_6 .tparrows.tp-rightarrow{top:55%!important;min-width:50px!important;min-height:50px!important;width:50px!important;height:50px!important;line-height:50px!important;background:#FFFFFF!important;border-radius:50%!important;text-align:center!important;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_6 .tparrows.tp-leftarrow,.slider-section #rev_slider_6 .tparrows.tp-rightarrow{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_6 .tparrows.tp-leftarrow,.slider-section #rev_slider_6 .tparrows.tp-rightarrow{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;line-height:30px!important}}.slider-section #rev_slider_6 .tparrows.tp-leftarrow:hover,.slider-section #rev_slider_6 .tparrows.tp-rightarrow:hover{background:#F7922B!important}.slider-section #rev_slider_6 .tparrows.tp-leftarrow:hover::before,.slider-section #rev_slider_6 .tparrows.tp-rightarrow:hover::before{color:#FFFFFF!important}.slider-section #rev_slider_6 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_6 .tparrows.tp-rightarrow::before{font-size:20px!important;line-height:50px!important;color:#F7922B!important;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:991px){.slider-section #rev_slider_6 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_6 .tparrows.tp-rightarrow::before{line-height:40px!important}}@media only screen and (max-width:767px){.slider-section #rev_slider_6 .tparrows.tp-leftarrow::before,.slider-section #rev_slider_6 .tparrows.tp-rightarrow::before{line-height:30px!important;font-size:16px!important}}.counting-section{background:url(../../../themes/Appliconsoft/assets/images/counter-bg.jpg) no-repeat center;background-size:cover;background-attachment:fixed}@media only screen and (max-width:991px){.counting-section{padding-bottom:50px}}@media only screen and (max-width:599px){.counting-section{padding-bottom:30px}}@media only screen and (max-width:479px){.counting-section{background-attachment:inherit}}.counting-section .counting-pusher{display:flex}@media only screen and (max-width:991px){.counting-section .counting-pusher{display:block}}.counting-section .counting-pusher .counting-wrapper{flex:1}@media only screen and (max-width:991px){.counting-section .counting-pusher .counting-wrapper{width:50%;float:left;margin-bottom:20px}}@media only screen and (max-width:499px){.counting-section .counting-pusher .counting-wrapper{width:100%;float:none;margin-bottom:30px}}.counting-section .counting-pusher .counting-wrapper .icon{width:73px;height:73px;text-align:center;border:4px solid #F7922B}@media only screen and (max-width:599px){.counting-section .counting-pusher .counting-wrapper .icon{width:50px;height:50px;border:2px solid #F7922B}.counting-section .counting-pusher .counting-wrapper .icon img{width:40px}}.counting-section .counting-pusher .counting-wrapper .icon img{padding:10px}.counting-section .counting-pusher .counting-wrapper .content{margin:10px 0 0 90px}@media only screen and (max-width:599px){.counting-section .counting-pusher .counting-wrapper .content{margin:5px 0 0 65px}}.counting-section .counting-pusher .counting-wrapper .content .count-description .timer{font-size:48px;font-weight:600;line-height:24px;color:#F7922B;margin-bottom:20px}@media only screen and (max-width:599px){.counting-section .counting-pusher .counting-wrapper .content .count-description .timer{font-size:35px;line-height:15px}}@media only screen and (max-width:479px){.counting-section .counting-pusher .counting-wrapper .content .count-description .timer{font-size:30px}}.counting-section .counting-pusher .counting-wrapper .content p{font-size:18px;line-height:24px;color:#FFF;margin-bottom:0}@media only screen and (max-width:599px){.counting-section .counting-pusher .counting-wrapper .content p{font-size:16px}}.project-section h2{margin:10px 15px}.project-section .section-title{margin-bottom:60px}@media only screen and (max-width:767px){.project-section .section-title{margin-bottom:40px}}.project-section .portfolio-sorting{margin:-7px 0 33px}.project-section .portfolio-sorting li{position:relative;padding:0 18px}.project-section .portfolio-sorting li::before{content:"";position:absolute;right:0;top:9px;width:2px;height:18px;background:#222;transform:rotate(18deg)}.project-section .portfolio-sorting li:last-child::before{display:none}.project-section .portfolio-sorting li a{font-size:18px;font-weight:400;line-height:36px;color:#222}.project-section .portfolio-sorting li a.active{color:#F7922B}.project-section .project-wrapper{position:relative;overflow:hidden;margin-bottom:30px;-webkit-perspective:50em;-moz-perspective:50em;perspective:50em}@media only screen and (max-width:479px){.project-section .project-wrapper{margin-bottom:15px}}.project-section .project-wrapper:hover .hover-view:before{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.project-section .project-wrapper:hover .hover-view i{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.project-section .project-wrapper:hover .hover-view h4,.project-section .project-wrapper:hover .hover-view p{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.project-section .project-wrapper img{width:100%}.project-section .project-wrapper .hover-view{position:absolute;left:0;right:0;bottom:0;text-align:left;padding:0 20px}.project-section .project-wrapper .hover-view:before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:75px;background-color:rgba(72,199,236,.85);padding:30px;z-index:1;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:rotateX(105deg);-moz-transform:rotateX(105deg);transform:rotateX(105deg);-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.project-section .project-wrapper .hover-view i{position:relative;width:40px;height:40px;line-height:40px;font-size:21px;color:#FFF;border-radius:50%;border:2px solid #FFF;text-align:center;opacity:0;z-index:6;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;transition-delay:.1s;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}.project-section .project-wrapper .hover-view h4{position:relative;font-size:18px;font-weight:500;line-height:18px;color:#FFF;margin-bottom:0;opacity:0;z-index:5;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;transition-delay:.1s;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}.project-section .project-wrapper .hover-view p{position:relative;font-size:14px;color:#FFF;opacity:0;z-index:5;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;transition-delay:.1s;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}.project-section .link .btn{padding:7px 25px;margin-top:33px}.project-section .project-content{border:2px solid #F7922B;border-radius:5px;padding:45px}.project-section .project-content h3{font-size:26px;font-weight:500;line-height:30px;color:#051829}.project-section .project-content p{font-size:15px;color:#6a6a6a}.project-section .project-content .category{margin-top:30px}.project-section .project-content .category li{margin-bottom:8px}.project-section .project-content .category li:last-child{margin:0}.project-section .project-content .category li i{color:#F7922B;margin-right:5px}.project-section .project-content .category li .bold{font-weight:600;color:#051829}.testimonial-section{background:url(../../../themes/Appliconsoft/assets/images/testimonial-bg.jpg) no-repeat center;background-size:cover;background-attachment:fixed}@media only screen and (max-width:479px){.testimonial-section{background-attachment:inherit}}.testimonial-section #testimonial-carousel{position:relative}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper{padding:0 55px}@media only screen and (max-width:1199px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper{padding:0}}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:24px;line-height:36px;color:#FFF;margin-bottom:43px;word-break:break-all}@media only screen and (max-width:991px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:25px;line-height:35px}}@media only screen and (max-width:767px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:20px;line-height:30px;margin-bottom:30px}}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer{position:relative;padding-top:25px}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer::before{content:"";position:absolute;top:0;left:0;right:0;width:60px;height:4px;background-color:#F7922B;margin:0 auto}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:26px;line-height:36px;color:#FFF;margin-bottom:0}@media only screen and (max-width:991px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:25px;line-height:35px}}@media only screen and (max-width:767px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:20px;line-height:30px;margin-bottom:-5px}}.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position{font-size:18px;color:#999}@media only screen and (max-width:767px){.testimonial-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position{font-size:15px}}.testimonial-section #testimonial-carousel .carousel-control.left,.testimonial-section #testimonial-carousel .carousel-control.right{position:absolute;top:auto;bottom:0;width:47px;height:47px;line-height:47px;background-color:transparent;border:2px solid #F7922B;text-align:center;background-image:none;opacity:1;text-shadow:none;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:767px){.testimonial-section #testimonial-carousel .carousel-control.left,.testimonial-section #testimonial-carousel .carousel-control.right{width:30px;height:30px;line-height:30px}}.testimonial-section #testimonial-carousel .carousel-control.left:hover,.testimonial-section #testimonial-carousel .carousel-control.right:hover{background-color:#F7922B}.testimonial-section #testimonial-carousel .carousel-control.left{left:auto;right:52px}@media only screen and (max-width:767px){.testimonial-section #testimonial-carousel .carousel-control.left{right:35px}}.testimonial-two-section #testimonial-carousel{position:relative}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper{padding:0 55px;margin-bottom:95px}@media only screen and (max-width:1199px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper{padding:0}}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper{margin-bottom:50px}}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:24px;font-weight:400;line-height:36px;color:#222;margin-bottom:43px;word-break:break-all}@media only screen and (max-width:991px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:25px;line-height:35px}}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:20px;line-height:30px;margin-bottom:30px}}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer{position:relative;padding-top:25px}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer::before{content:"";position:absolute;top:-8px;left:0;right:0;width:60px;height:4px;background-color:#F7922B;margin:0 auto}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:26px;line-height:36px;color:#222;margin-bottom:0}@media only screen and (max-width:991px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:25px;line-height:35px}}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:20px;line-height:30px;margin-bottom:-5px}}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position{font-size:18px;color:#999}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer .position{font-size:15px}}.testimonial-two-section #testimonial-carousel .carousel-control.left,.testimonial-two-section #testimonial-carousel .carousel-control.right{position:absolute;top:auto;bottom:0;left:0;right:0;width:47px;height:47px;line-height:47px;background-color:#F7922B;text-align:center;background-image:none;opacity:1;text-shadow:none;margin:0 auto;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.testimonial-two-section #testimonial-carousel .carousel-control.left:hover,.testimonial-two-section #testimonial-carousel .carousel-control.right:hover{background-color:#092a48}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-control.left,.testimonial-two-section #testimonial-carousel .carousel-control.right{width:30px;height:30px;line-height:30px}}.testimonial-two-section #testimonial-carousel .carousel-control.left{left:-52px}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-control.left{left:-32px}}.testimonial-two-section #testimonial-carousel .carousel-control.right{right:-52px}@media only screen and (max-width:767px){.testimonial-two-section #testimonial-carousel .carousel-control.right{right:-32px}}.boost-section{position:relative;z-index:5}@media only screen and (max-width:991px){.boost-section{margin-top:0;padding:80px 0 50px}}@media only screen and (max-width:767px){.boost-section{padding:60px 0 40px;display:flex}}.boost-section .boost-wrapper{position:relative;overflow:hidden}@media only screen and (max-width:991px){.boost-section .boost-wrapper{margin-bottom:30px}}@media only screen and (max-width:767px){.boost-section .boost-wrapper{flex:1}}@media only screen and (max-width:479px){.boost-section .boost-wrapper{margin-bottom:30px}}.boost-section .boost-wrapper:hover .boost-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);padding:45px 35px}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper:hover .boost-content{padding:25px 20px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper:hover .boost-content{padding:25px 20px}}.boost-section .boost-wrapper img{width:100%}.boost-section .boost-wrapper .boost-content{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(9,42,72,.92);padding:15px 35px 45px 35px;-webkit-transform:translateY(75%);-moz-transform:translateY(75%);-ms-transform:translateY(75%);-o-transform:translateY(75%);transform:translateY(75%);-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper .boost-content{padding:15px 20px 45px 20px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper .boost-content{padding:15px 20px 45px 20px}}.boost-section .boost-wrapper .boost-content .icon{float:left}.boost-section .boost-wrapper .boost-content .icon img{width:auto;vertical-align:-webkit-baseline-middle}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper .boost-content .icon img{width:25px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper .boost-content .icon img{width:25px}}.boost-section .boost-wrapper .boost-content .wrapper-content{margin-left:65px}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper .boost-content .wrapper-content{margin-left:40px}}@media only screen and (max-width:991px){.boost-section .boost-wrapper .boost-content .wrapper-content{margin-left:50px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper .boost-content .wrapper-content{margin-left:40px}}.boost-section .boost-wrapper .boost-content .wrapper-content h4{font-size:24px;font-weight:600;line-height:36px;color:#FFF;margin-bottom:14px}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper .boost-content .wrapper-content h4{font-size:20px;margin-bottom:4px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper .boost-content .wrapper-content h4{font-size:20px;margin-bottom:25px}}.boost-section .boost-wrapper .boost-content .wrapper-content p{color:#FFF;margin-bottom:25px}@media (min-width:992px) and (max-width:1199px){.boost-section .boost-wrapper .boost-content .wrapper-content p{margin-bottom:15px}}@media only screen and (max-width:479px){.boost-section .boost-wrapper .boost-content .wrapper-content p{margin-bottom:15px}}.boost-section .boost-wrapper .boost-content .wrapper-content .link{font-weight:600}.boost-section .boost-wrapper .boost-content .wrapper-content .link:hover{color:#FFF}.service-section{background-color:#092a48}.service-section .section-title{margin-bottom:65px}@media only screen and (max-width:479px){.service-section .section-title{margin-bottom:20px}}.service-section .section-title h2{color:#FFF}.service-section .first-row{margin-bottom:45px}@media (min-width:992px) and (max-width:1199px){.service-section .first-row{margin-bottom:25px}}@media only screen and (max-width:991px){.service-section .first-row{margin-bottom:0}}.service-section .service-wrapper{position:relative;padding:40px 40px;border-radius:5px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}@media (min-width:992px) and (max-width:1199px){.service-section .service-wrapper{padding:40px 15px}}@media only screen and (max-width:991px){.service-section .service-wrapper{padding:40px 20px}}@media only screen and (max-width:767px){.service-section .service-wrapper{padding:20px 20px}}.service-section .service-wrapper:hover .wrapper-content h3 a{color:#002e5b}.service-section .service-wrapper:hover .wrapper-content h3 a:hover{color:#F7922B}.service-section .service-wrapper:hover .hover .hover-one,.service-section .service-wrapper:hover .hover .hover-two,.service-section .service-wrapper:hover .hover .hover-three,.service-section .service-wrapper:hover .hover .hover-four{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.service-section .service-wrapper i{position:relative;font-size:24px;color:#F7922B;float:left;z-index:5}@media only screen and (max-width:479px){.service-section .service-wrapper i{font-size:20px}}.service-section .service-wrapper .wrapper-content{position:relative;margin-left:43px;z-index:5}@media only screen and (max-width:479px){.service-section .service-wrapper .wrapper-content{margin-left:30px}}.service-section .service-wrapper .wrapper-content h3{font-size:24px;font-weight:600;margin-bottom:9px}@media only screen and (max-width:767px){.service-section .service-wrapper .wrapper-content h3{font-size:22px;line-height:27px}}@media only screen and (max-width:479px){.service-section .service-wrapper .wrapper-content h3{font-size:20px;line-height:25px}}.service-section .service-wrapper .wrapper-content h3 a{color:#FFF}.service-section .service-wrapper .wrapper-content h3 a:hover{color:#F7922B}.service-section .service-wrapper .wrapper-content p{color:#9a9a9a;margin-bottom:0}.service-section .service-wrapper .hover .hover-one,.service-section .service-wrapper .hover .hover-two,.service-section .service-wrapper .hover .hover-three,.service-section .service-wrapper .hover .hover-four{position:absolute;left:0;width:100%;height:25%;background:#FFF;opacity:0;z-index:1;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.service-section .service-wrapper .hover .hover-one{top:0;border-radius:5px 5px 0 0;-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;transition-delay:0.25s}.service-section .service-wrapper .hover .hover-two{top:25%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.service-section .service-wrapper .hover .hover-three{top:50%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.service-section .service-wrapper .hover .hover-four{top:75%;border-radius:0 0 5px 5px;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.team-section .section-title{margin-bottom:80px}@media only screen and (max-width:479px){.team-section .section-title{margin-bottom:40px}}.team-section .section-title .border{right:auto}.team-section .team-carousel{position:relative}.team-section .team-carousel .team-wrapper .caption{position:relative}.team-section .team-carousel .team-wrapper .caption:hover::before{opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.team-section .team-carousel .team-wrapper .caption:hover .hover-view li{opacity:1}.team-section .team-carousel .team-wrapper .caption:hover .hover-view li:nth-child(1){transform:translateY(0)}.team-section .team-carousel .team-wrapper .caption:hover .hover-view li:nth-child(2){transform:translateY(0)}.team-section .team-carousel .team-wrapper .caption:hover .hover-view li:nth-child(3){transform:translateY(0)}.team-section .team-carousel .team-wrapper .caption::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(9,42,72,.75);opacity:0;z-index:1;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-transform:scale(1,.5);-moz-transform:scale(1,.5);-ms-transform:scale(1,.5);-o-transform:scale(1,.5);transform:scale(1,.5)}.team-section .team-carousel .team-wrapper .caption .hover-view{position:absolute;top:50%;left:0;right:0;width:100%;text-align:center;margin-top:-8px}.team-section .team-carousel .team-wrapper .caption .hover-view li{position:relative;display:inline-block;margin-right:15px;opacity:0;z-index:5;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.team-section .team-carousel .team-wrapper .caption .hover-view li:nth-child(1){transform:translateY(10px)}.team-section .team-carousel .team-wrapper .caption .hover-view li:nth-child(2){transform:translateY(20px);transition-delay:.1s}.team-section .team-carousel .team-wrapper .caption .hover-view li:nth-child(3){transform:translateY(40px);transition-delay:.2s}.team-section .team-carousel .team-wrapper .caption .hover-view li:last-child{margin-right:0}.team-section .team-carousel .team-wrapper .caption .hover-view li i{font-size:24px;color:#FFF;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.team-section .team-carousel .team-wrapper .caption .hover-view li i:hover{color:#F7922B}.team-section .team-carousel .team-wrapper .contact-wrapper{margin-top:20px}.team-section .team-carousel .team-wrapper .contact-wrapper h4{font-size:24px;font-weight:500;line-height:34px;margin-bottom:-4px}.team-section .team-carousel .team-wrapper .contact-wrapper h4 a{color:#222}.team-section .team-carousel .team-wrapper .contact-wrapper h4 a:hover{color:#F7922B}.team-section .team-carousel .team-wrapper .contact-wrapper .position{font-size:14px;font-weight:500;color:#999}.team-section .team-carousel .team-wrapper .contact-wrapper p{color:#6a6a6a;margin:10px 0 0}.team-section .team-carousel .owl-nav{position:absolute;top:-113px;right:0;margin:0}@media only screen and (max-width:479px){.team-section .team-carousel .owl-nav{top:-68px}}.team-section .team-carousel .owl-nav .owl-prev,.team-section .team-carousel .owl-nav .owl-next{background:#F7922B;border-radius:0;width:35px;height:35px;line-height:35px;padding:0;margin:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.team-section .team-carousel .owl-nav .owl-prev:hover,.team-section .team-carousel .owl-nav .owl-next:hover{background:#092a48}.team-section .team-carousel .owl-nav .owl-prev i,.team-section .team-carousel .owl-nav .owl-next i{font-size:11px}.team-section .team-carousel .owl-nav .owl-prev{margin-right:3px}.team-section .link{margin-top:90px}@media only screen and (max-width:991px){.team-section .link{margin-top:50px}}@media only screen and (max-width:479px){.team-section .link{margin-top:40px}}.team-section .link .btn{padding:10px 36px}@media only screen and (max-width:479px){.team-section .link .btn{padding:8px 30px}}.thinking-section .thinking-content h3{position:relative;font-size:36px;font-weight:600;line-height:42px;color:#333;padding-bottom:20px;margin-bottom:30px}@media only screen and (max-width:1200px){.thinking-section .thinking-content h3{font-size:33px}}@media only screen and (max-width:991px){.thinking-section .thinking-content h3{font-size:30px;line-height:35px;margin-bottom:20px}}@media only screen and (max-width:767px){.thinking-section .thinking-content h3{font-size:25px;line-height:30px}}.thinking-section .thinking-content h3::before{content:"";position:absolute;bottom:0;left:0;width:185px;height:1px;background-color:#F7922B}.thinking-section .thinking-content p{color:#6a6a6a;margin-bottom:50px}@media only screen and (max-width:991px){.thinking-section .thinking-content p{margin-bottom:30px}}.thinking-section .thinking-content .btn{padding:10px 25px}@media only screen and (max-width:991px){.thinking-section .thinking-content .btn{padding:10px 20px}}@media only screen and (max-width:767px){.thinking-section .thinking-content .btn{font-size:14px;padding:8px 15px}}.thinking-section .thinking-content .btn a{color:#FFF}.thinking-section .caption img{max-width:100%;margin-top:-45px}@media only screen and (max-width:1200px){.thinking-section .caption img{margin-top:0}}.secure-section{background:url(../../../themes/Appliconsoft/assets/images/secure-bg.jpg) no-repeat center top;background-size:cover;background-attachment:fixed;padding:80px 0}@media only screen and (max-width:1200px){.secure-section{text-align:center}}@media only screen and (max-width:991px){.secure-section{padding:60px 0}}.secure-section h2{font-size:36px;font-weight:600;line-height:48px;color:#FFF;display:inline-block;margin-bottom:0}@media only screen and (max-width:1200px){.secure-section h2{display:block}}@media only screen and (max-width:991px){.secure-section h2{font-size:30px;line-height:40px}}@media only screen and (max-width:767px){.secure-section h2{font-size:25px;line-height:35px}}@media only screen and (max-width:479px){.secure-section h2{font-size:20px;line-height:30px}}.secure-section .btn{padding:10px 31px}.secure-section .btn:hover{background-color:#092a48}.secure-section .btn a{color:#FFF}.secure-section .btn::before{display:none}@media only screen and (max-width:1200px){.secure-section .btn{float:none!important;margin-top:30px}}@media only screen and (max-width:991px){.secure-section .btn{margin-top:20px;padding:8px 25px}}@media only screen and (max-width:767px){.secure-section .btn{font-size:14px;margin-top:20px;padding:6px 20px}}@media only screen and (max-width:479px){.secure-section .btn{font-size:12px;margin-top:15px;padding:5px 15px}}.pricing-section .section-title{margin-bottom:38px}.pricing-section .priceing-wrapper{text-align:center}.pricing-section .priceing-wrapper .nav-tabs{border:1px solid #F7922B;border-radius:5px;display:inline-block;margin-bottom:75px}@media only screen and (max-width:767px){.pricing-section .priceing-wrapper .nav-tabs{margin-bottom:50px}}.pricing-section .priceing-wrapper .nav-tabs li{font-size:16px;font-weight:600;float:none;display:inline-block}@media only screen and (max-width:310px){.pricing-section .priceing-wrapper .nav-tabs li{display:block}}.pricing-section .priceing-wrapper .nav-tabs li.active{background-color:#F7922B}.pricing-section .priceing-wrapper .nav-tabs li.active a{color:#FFF}.pricing-section .priceing-wrapper .nav-tabs li:first-child{border-radius:5px 0 0 5px}@media only screen and (max-width:310px){.pricing-section .priceing-wrapper .nav-tabs li:first-child{border-radius:5px 5px 0 0}}.pricing-section .priceing-wrapper .nav-tabs li:last-child{border-radius:0 5px 5px 0}@media only screen and (max-width:310px){.pricing-section .priceing-wrapper .nav-tabs li:last-child{border-radius:0 0 5px 5px}}.pricing-section .priceing-wrapper .nav-tabs li a{color:#F7922B;background-color:transparent;padding:14px 78px;border:0;margin:0}@media only screen and (max-width:767px){.pricing-section .priceing-wrapper .nav-tabs li a{padding:12px 60px}}@media only screen and (max-width:479px){.pricing-section .priceing-wrapper .nav-tabs li a{padding:10px 50px}}@media only screen and (max-width:390px){.pricing-section .priceing-wrapper .nav-tabs li a{padding:6px 30px}}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper{border-radius:5px}@media only screen and (max-width:991px){.pricing-section .priceing-wrapper .tab-content .pricing-wrapper{margin-bottom:50px}}@media only screen and (max-width:767px){.pricing-section .priceing-wrapper .tab-content .pricing-wrapper{margin-bottom:30px}}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header{position:relative;background-color:#092a48;border-radius:5px 5px 0 0;padding:45px 0;overflow:hidden}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .discount{position:absolute;top:12px;right:-32px;font-size:14px;text-transform:uppercase;color:#FFF;background-color:#fd3e03;padding:0 30px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .promotion{font-size:24px;font-weight:600;line-height:27px;color:#F7922B}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .rate{padding:22px 0}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .rate sup{font-size:20px;font-weight:600;color:#FFF}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .rate .price{font-size:48px;font-weight:600;color:#FFF}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .sign{font-size:16px;padding:7px 55px}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .sign::before{display:none}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .header .sign:hover{color:#092a48}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom{box-shadow:0 10px 10px #e8e8e8}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .pricing-detail{margin:38px 0 0;padding-bottom:30px;border-bottom:1px solid #d9d9d9}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .pricing-detail li{font-size:14px;color:#6a6a6a;margin-bottom:18px}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .pricing-detail li:last-child{margin-bottom:0}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .pricing-detail li i{color:#F7922B}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .saveings{font-size:14px;line-height:58px;color:#F7922B}.pricing-section .priceing-wrapper .tab-content .pricing-wrapper .bottom .saveings .bold{font-size:18px;font-weight:600}.working-section .section-title{margin-bottom:73px}@media only screen and (max-width:767px){.working-section .section-title{margin-bottom:50px}}@media only screen and (max-width:479px){.working-section .section-title{margin-bottom:30px}}.working-section .section-wrapper .wrapper-content h4{font-size:30px;font-weight:500;line-height:36px;color:#333;margin-bottom:28px}@media only screen and (max-width:991px){.working-section .section-wrapper .wrapper-content h4{margin-bottom:15px}}@media only screen and (max-width:767px){.working-section .section-wrapper .wrapper-content h4{font-size:20px;line-height:25px;margin-bottom:10px}}.working-section .section-wrapper .wrapper-content p{line-height:25px;margin-bottom:28px}@media only screen and (max-width:991px){.working-section .section-wrapper .wrapper-content p{margin-bottom:10px}}@media only screen and (max-width:479px){.working-section .section-wrapper .wrapper-content p{margin-bottom:0}}.working-section .section-wrapper .wrapper-content .btn{border-radius:25px;margin-top:22px;padding:9px 38px}@media only screen and (max-width:991px){.working-section .section-wrapper .wrapper-content .btn{padding:8px 25px}}@media only screen and (max-width:767px){.working-section .section-wrapper .wrapper-content .btn{font-size:14px;padding:7px 15px}}.working-section .section-wrapper .video-wrapper{margin-left:60px}@media only screen and (max-width:991px){.working-section .section-wrapper .video-wrapper{margin:50px 0 0}}@media only screen and (max-width:767px){.working-section .section-wrapper .video-wrapper{margin:30px 0 0}}.working-section .section-wrapper .video-wrapper video{width:100%}.working-section .working-wrapper .wrapper-content p{font-size:18px;line-height:30px;color:#999}.working-section .working-wrapper .wrapper-content p strong{font-size:30px;letter-spacing:1px;color:#333}.working-section .working-wrapper .wrapper-content h4{color:#0d1d36}.working-section .working-wrapper .wrapper-content .btn{margin-top:22px;color:#FFF;background-color:#0d1d36}.working-section .working-wrapper .wrapper-content .btn:hover{background-color:#F7922B}@media only screen and (max-width:991px){.working-section .working-wrapper .wrapper-content{margin-bottom:80px}}.working-section .working-wrapper #working-carousel{overflow:hidden}.working-section .working-wrapper #working-carousel .carousel-inner img{width:100%}.working-section .working-wrapper #working-carousel:hover .carousel-control.left{transform:translateX(20px)}.working-section .working-wrapper #working-carousel:hover .carousel-control.right{transform:translateX(-20px)}.working-section .working-wrapper #working-carousel .carousel-control.left{transform:translateX(-50px)}.working-section .working-wrapper #working-carousel .carousel-control.right{transform:translateX(50px)}.working-section .working-wrapper #working-carousel .carousel-control.left,.working-section .working-wrapper #working-carousel .carousel-control.right{top:50%;width:50px;height:50px;margin-top:-25px;background-image:none;text-shadow:none;opacity:1}.working-section .working-wrapper #working-carousel .carousel-control.left i,.working-section .working-wrapper #working-carousel .carousel-control.right i{font-size:25px;width:50px;height:50px;line-height:50px;color:#0d1d36;border-radius:50%;background-color:#FFF;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.working-section .working-wrapper #working-carousel .carousel-control.left i:hover,.working-section .working-wrapper #working-carousel .carousel-control.right i:hover{color:#FFF;background-color:#0d1d36}.working-section .working-section-two h2{position:relative;margin-bottom:53px}@media only screen and (max-width:767px){.working-section .working-section-two h2{margin-bottom:10px;font-size:30px;line-height:35px}}@media only screen and (max-width:479px){.working-section .working-section-two h2{font-size:25px;line-height:30px}}@media (min-width:768px) and (max-width:991px){.working-section .working-section-two h2{font-size:30px;line-height:35px}}.working-section .working-section-two h2::before{content:"";position:absolute;width:80px;height:2px;right:21px;bottom:7px;background-color:#F7922B}@media only screen and (max-width:1200px){.working-section .working-section-two h2::before{display:none}}.working-section .working-section-two p{font-size:20px;line-height:30px;color:#999}@media only screen and (max-width:991px){.working-section .working-section-two p{margin-bottom:50px;font-size:18px;line-height:27px}}@media only screen and (max-width:767px){.working-section .working-section-two p{margin-bottom:50px;font-size:18px}}.working-section .working-section-two .wrapper-content img{width:100%}.working-section .working-section-two .wrapper-content h3{position:relative;font-size:24px;line-height:36px;border-bottom:2px solid #d8d8d8;margin:22px 0;padding-bottom:22px}.working-section .working-section-two .wrapper-content h3::before{content:"";position:absolute;width:0;height:2px;left:0;bottom:-2px;background-color:#F7922B;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media (min-width:768px) and (max-width:991px){.working-section .working-section-two .wrapper-content h3{font-size:20px;line-height:25px}}@media (min-width:480px) and (max-width:767px){.working-section .working-section-two .wrapper-content h3{font-size:20px;line-height:25px}}@media only screen and (max-width:479px){.working-section .working-section-two .wrapper-content h3{font-size:18px;line-height:22px}}.working-section .working-section-two .wrapper-content:hover h3::before{width:100%}.working-section .working-section-two .wrapper-content .link{font-size:17px;font-weight:700}.working-section .working-section-two .wrapper-content .link i{transform:rotate(90deg)}@media only screen and (max-width:479px){.working-section .working-section-two .wrapper-content .link{font-size:15px}}@media only screen and (max-width:767px){.working-section .working-section-two .wrapper-content{margin-bottom:50px}}.working-section .working-section-two .first-part{margin-bottom:40px}.finance-section .section-title{margin-bottom:65px}@media only screen and (max-width:767px){.finance-section .section-title{margin-bottom:40px}}.finance-section .finance-wrapper{position:relative;padding:50px 0 65px;overflow:hidden}@media only screen and (max-width:991px){.finance-section .finance-wrapper{padding-bottom:80px}}@media only screen and (max-width:479px){.finance-section .finance-wrapper{padding-bottom:50px}}.finance-section .finance-wrapper.wrapper-one::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../themes/Appliconsoft/assets/images/f-bg.jpg) no-repeat;opacity:0;visibility:hidden;z-index:-1;-webkit-transition:1s;-khtml-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s;animation:cloud-animationn 45s linear infinite;-ms-animation:cloud-animationn 45s linear infinite;-moz-animation:cloud-animationn 45s linear infinite;-webkit-animation:cloud-animationn 45s linear infinite}@-webkit-keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}@keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}.finance-section .finance-wrapper.wrapper-two::before{content:"";position:absolute;top:0;left:0;width:100%;height:440px;background:url(../../../themes/Appliconsoft/assets/images/f3-bg.jpg) no-repeat;opacity:0;visibility:hidden;z-index:-1;-webkit-transition:1s;-khtml-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s;animation:cloud-animationn 45s linear infinite;-ms-animation:cloud-animationn 45s linear infinite;-moz-animation:cloud-animationn 45s linear infinite;-webkit-animation:cloud-animationn 45s linear infinite}@-webkit-keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}@keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}.finance-section .finance-wrapper.wrapper-three::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../themes/Appliconsoft/assets/images/f2-bg.jpg) no-repeat;opacity:0;visibility:hidden;z-index:-1;-webkit-transition:1s;-khtml-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s;animation:cloud-animationn 45s linear infinite;-ms-animation:cloud-animationn 45s linear infinite;-moz-animation:cloud-animationn 45s linear infinite;-webkit-animation:cloud-animationn 45s linear infinite}@-webkit-keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}@keyframes cloud-animationn{from{background-position:0 0}to{background-position:100% 0}}.finance-section .finance-wrapper:hover.wrapper-one::before,.finance-section .finance-wrapper:hover.wrapper-two::before,.finance-section .finance-wrapper:hover.wrapper-three::before{opacity:1;visibility:visible}.finance-section .finance-wrapper:hover .link{color:#FFF;background-color:#F7922B}.finance-section .finance-wrapper .caption{position:relative;width:80px;height:80px;border-radius:50%;background-color:#F7922B;margin:0 auto;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.finance-section .finance-wrapper .caption img{padding-top:18px}.finance-section .finance-wrapper .caption .hover-icon{position:absolute;top:0;left:0;right:0;margin:0 auto;opacity:0;visibility:hidden;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:479px){.finance-section .finance-wrapper .caption{width:50px;height:50px}.finance-section .finance-wrapper .caption img{width:20px;padding-top:15px}}.finance-section .finance-wrapper:hover .caption{background-color:#FFF}.finance-section .finance-wrapper:hover .caption .hover-icon{opacity:1;visibility:visible}.finance-section .finance-wrapper h3{font-size:24px;font-weight:500;color:#0d1d36;margin:32px 0 17px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media (min-width:992px) and (max-width:1199px){.finance-section .finance-wrapper h3{font-size:22px;margin:32px 0 10px}}@media only screen and (max-width:479px){.finance-section .finance-wrapper h3{font-size:18px;line-height:27px;margin:10px 0 5px}}.finance-section .finance-wrapper:hover h3{color:#FFF}.finance-section .finance-wrapper p{font-size:15px;line-height:25px;color:#6a6a6a;margin-bottom:47px;padding:0 48px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media (min-width:992px) and (max-width:1199px){.finance-section .finance-wrapper p{padding:0 10px}}@media only screen and (max-width:479px){.finance-section .finance-wrapper p{font-size:14px;line-height:25px;padding:0 10px;margin-bottom:25px}}.finance-section .finance-wrapper:hover p{color:#FFF}.finance-section .finance-wrapper .link{font-size:16px;font-weight:600;text-transform:uppercase;color:#F7922B;border:1px solid #F7922B;border-radius:25px;padding:9px 28px}@media only screen and (max-width:479px){.finance-section .finance-wrapper .link{font-size:12px}}.map-section #googleMap{height:425px}@media only screen and (max-width:767px){.map-section #googleMap{height:300px}}@media only screen and (max-width:479px){.map-section #googleMap{height:250px}}.contact-section{position:relative}.contact-section .contact-wrapper{padding:85px 100px 55px;box-shadow:0 0 15px #d6d5d5}@media only screen and (max-width:991px){.contact-section .contact-wrapper{padding:50px 100px}}@media only screen and (max-width:767px){.contact-section .contact-wrapper{padding:50px}}@media only screen and (max-width:479px){.contact-section .contact-wrapper{padding:50px 15px}}.contact-section .contact-wrapper .section-title{margin-bottom:60px}@media only screen and (max-width:767px){.contact-section .contact-wrapper .section-title{margin-bottom:30px}}.contact-section .contact-wrapper .section-title h1{font-weight:500;color:#222;margin-bottom:15px}.contact-section .contact-wrapper .section-title p{color:#666}.contact-section .contact-wrapper .form-section .contact-form .form-group .form-control{font-size:16px;color:#8f969e;background-color:#eef1f5;border:0;box-shadow:none;border-radius:5px;padding:10px 25px;min-height:42px}.contact-section .contact-wrapper .form-section .contact-form .form-group .form-control:focus{border:0}@media only screen and (max-width:479px){.contact-section .contact-wrapper .form-section .contact-form .form-group .form-control{font-size:14px;padding:20px}}.contact-section .contact-wrapper .form-section .contact-form .form-group .btn{width:100%}@media only screen and (max-width:479px){.contact-section .contact-wrapper .form-section .contact-form .form-group .btn{padding:6px 16px}}.contact-section .contact-wrapper .location{margin:15px 0 0 20px}@media only screen and (max-width:991px){.contact-section .contact-wrapper .location{margin:50px 0 0 0}}.contact-section .contact-wrapper .location li{margin-bottom:15px}.contact-section .contact-wrapper .location li:last-child{margin-bottom:0}.contact-section .contact-wrapper .location li i{font-size:20px;color:#F7922B;float:left;margin-top:7px}@media only screen and (max-width:479px){.contact-section .contact-wrapper .location li i{margin-top:3px}}.contact-section .contact-wrapper .location li .text{font-size:18px;line-height:34px;color:#7c828b;margin-left:45px}@media only screen and (max-width:479px){.contact-section .contact-wrapper .location li .text{font-size:16px;line-height:27px;margin-left:35px}}@media only screen and (max-width:991px){.contact-section{height:auto;padding:80px 0}}@media only screen and (max-width:767px){.contact-section{padding:60px 0}}.contact-section .contact-left-bar{position:relative;background:rgba(24,65,106,.96);padding:70px 55px 65px;border-radius:8px;margin:-55px 0 0;z-index:5}@media only screen and (max-width:991px){.contact-section .contact-left-bar{margin:0}}@media only screen and (max-width:479px){.contact-section .contact-left-bar{padding:40px 15px 35px}}.contact-section .contact-left-bar .header{font-size:18px;font-weight:500;line-height:34px;color:#F7922B}.contact-section .contact-left-bar h4{font-size:24px;font-weight:500;line-height:36px;color:#FFF;margin:8px 0}@media only screen and (max-width:479px){.contact-section .contact-left-bar h4{line-height:30px}}.contact-section .contact-left-bar p{font-size:15px;color:#9daab8}.contact-section .contact-left-bar .contact-form{margin-top:42px}.contact-section .contact-left-bar .contact-form .padding-right{padding-right:7px}@media only screen and (max-width:767px){.contact-section .contact-left-bar .contact-form .padding-right{padding-right:15px}}.contact-section .contact-left-bar .contact-form .padding-left{padding-left:7px}@media only screen and (max-width:767px){.contact-section .contact-left-bar .contact-form .padding-left{padding-left:15px}}.contact-section .contact-left-bar .contact-form .form-group .form-control{font-size:14px;border:0;border-radius:5px;padding:22px 25px}.contact-section .contact-left-bar .contact-form .form-group .form-control::placeholder{color:#8f969e}.contact-section .contact-left-bar .contact-form .form-group .submitBtn{font-size:16px;font-weight:500;width:100%;border:0;border-radius:5px;padding:7px 25px;color:#FFF;background:#F7922B}.contact-section .contact-left-bar .contact-form .selection .dropdown-select{width:100%;color:#8f969e;border:0;border-radius:5px;padding:10px 20px;margin-bottom:15px}.contact-section .contact-right-bar img{margin-top:-175px;margin-left:-145px;z-index:1}.news-section .section-title{margin-bottom:58px}@media only screen and (max-width:767px){.news-section .section-title{margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.news-section .news-wrapper.middle-wrapper{margin-bottom:30px}}@media (min-width:768px) and (max-width:991px){.news-section .news-wrapper.last-wrapper{display:flex}.news-section .news-wrapper.last-wrapper .news-content{flex:1;padding:28px 32px 20px}.news-section .news-wrapper.last-wrapper .news-content.size-changer{margin-bottom:0}.news-section .news-wrapper.last-wrapper .news-content:first-child{margin-right:15px}.news-section .news-wrapper.last-wrapper .news-content:last-child{margin-left:15px}}.news-section .news-wrapper img{max-width:100%}@media only screen and (max-width:767px){.news-section .news-wrapper img{width:100%}}.news-section .news-wrapper .news-content{border:1px solid #dee0e1;padding:35px 32px 42px}@media only screen and (max-width:767px){.news-section .news-wrapper .news-content{margin-bottom:20px}}@media only screen and (max-width:479px){.news-section .news-wrapper .news-content{padding:25px 20px 30px}}.news-section .news-wrapper .news-content.size-changer{padding:28px 32px 20px;margin-bottom:25px}@media only screen and (max-width:767px){.news-section .news-wrapper .news-content.size-changer{margin-bottom:20px}}.news-section .news-wrapper .news-content.size-changer:last-child{margin-bottom:0}@media only screen and (max-width:767px){.news-section .news-wrapper .news-content.size-changer:last-child{margin-bottom:20px}}.news-section .news-wrapper .news-content h4{font-size:22px;font-weight:500;line-height:30px;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}@media (min-width:992px) and (max-width:1199px){.news-section .news-wrapper .news-content h4{font-size:18px}}@media only screen and (max-width:479px){.news-section .news-wrapper .news-content h4{font-size:20px;line-height:25px}}.news-section .news-wrapper .news-content h4 a{color:#222}.news-section .news-wrapper .news-content h4 a:hover{color:#F7922B}.news-section .news-wrapper .news-content p{font-size:14px;line-height:24px;color:#E8E8E8;margin-bottom:24px;font-weight:500!important}.news-section .news-wrapper .news-content .date{font-size:14px;line-height:24px;color:#222;text-transform:uppercase}.news-section .news-wrapper .news-content .tag{font-size:14px;line-height:24px;text-transform:uppercase}.news-section .news-wrapper .video-content{position:relative}.news-section .news-wrapper .video-content .link{position:absolute;top:20PX;left:30PX;font-size:18px;font-weight:500;text-transform:uppercase;margin:0}.news-section .news-wrapper .video-content .link i{font-size:9px;border-radius:50%;color:#7891a9;background-color:#FFF;margin-right:5px;width:18px;height:18px;line-height:18px;text-align:center;padding-left:2px;vertical-align:middle;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.news-section .news-wrapper .video-content .link:hover i{background-color:#F7922B}.news-section .news-wrapper .video-content .link a{color:#FFF}.news-section .news-wrapper .video-content .link a:hover{color:#F7922B}.news-section .news-wrapper .video-content .news-content{position:absolute;bottom:0;left:0;border:0;padding:35px 32px 26px}.news-section .news-wrapper .video-content .news-content h4 a{color:#FFF}.news-section .news-wrapper .video-content .news-content h4 a:hover{color:#F7922B}@media (min-width:992px) and (max-width:1199px){.news-section .news-wrapper .video-content .news-content h4{font-size:16px;line-height:25px}}.news-section .news-wrapper .video-content .news-content .date{color:#FFF}.news-section .news-wrapper .video-content .news-content .tag a:hover{color:#FFF}.news-section .link{margin-top:72px}@media only screen and (max-width:991px){.news-section .link{margin-top:50px}}@media only screen and (max-width:767px){.news-section .link{margin-top:20px}}@media only screen and (max-width:479px){.news-section .link{margin-top:10px}}.news-section .link .btn{padding:9px 40px}@media only screen and (max-width:767px){.news-section .link .btn{padding:6px 30px}}@media only screen and (max-width:479px){.news-section .link .btn{padding:4px 20px}}.startup-section .header h2{position:relative;font-size:36px;font-weight:600;line-height:40px;color:#031633;display:inline-block;margin-bottom:57px}@media only screen and (max-width:767px){.startup-section .header h2{margin-bottom:10px}}@media only screen and (max-width:479px){.startup-section .header h2{font-size:25px;line-height:30px}}@media (min-width:768px) and (max-width:991px){.startup-section .header h2{font-size:30px;line-height:35px}}.startup-section .header h2::before{content:"";position:absolute;width:75px;height:4px;left:60px;bottom:15px;background-color:#F7922B}@media only screen and (max-width:1200px){.startup-section .header h2::before{display:none}}.startup-section .header p{line-height:25px}@media only screen and (max-width:767px){.startup-section .header p{margin-bottom:50px;font-size:13px;line-height:24px}}@media only screen and (max-width:479px){.startup-section .header p{margin-bottom:30px}}.startup-section .wrapper-content.last-wrapper{margin-bottom:0}.startup-section .wrapper-content .caption{position:relative}.startup-section .wrapper-content .caption img{width:100%}.startup-section .wrapper-content .caption .hover-view{position:absolute;top:50%;left:0;right:0;width:60px;height:60px;line-height:60px;background-color:#F7922B;border-radius:50%;text-align:center;opacity:0;margin:-30px auto 0;z-index:5;@incude transition(.3s);-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}.startup-section .wrapper-content .caption .hover-view img{width:auto}.startup-section .wrapper-content .caption:hover .hover-view{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.startup-section .wrapper-content .caption:hover .border .border-one,.startup-section .wrapper-content .caption:hover .border .border-two,.startup-section .wrapper-content .caption:hover .border .border-three,.startup-section .wrapper-content .caption:hover .border .border-four{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.startup-section .wrapper-content .caption .border .border-one,.startup-section .wrapper-content .caption .border .border-two,.startup-section .wrapper-content .caption .border .border-three,.startup-section .wrapper-content .caption .border .border-four{position:absolute;height:25%;width:100%;left:0;background-color:rgba(9,42,72,.95);-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);z-index:1}.startup-section .wrapper-content .caption .border .border-one{top:0;-webkit-transition-delay:0.35s;-moz-transition-delay:0.35s;-o-transition-delay:0.35s;transition-delay:0.35s}.startup-section .wrapper-content .caption .border .border-two{top:25%;-webkit-transition-delay:0.21s;-moz-transition-delay:0.21s;-o-transition-delay:0.21s;transition-delay:0.21s}.startup-section .wrapper-content .caption .border .border-three{top:50%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.startup-section .wrapper-content .caption .border .border-four{top:75%;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.startup-section .wrapper-content h3{font-size:24px;font-weight:500;line-height:36px;color:#031633;margin:22px 0 8px}@media (min-width:768px) and (max-width:991px){.startup-section .wrapper-content h3{font-size:20px;line-height:25px}}@media (min-width:480px) and (max-width:767px){.startup-section .wrapper-content h3{font-size:20px;line-height:25px}}@media only screen and (max-width:479px){.startup-section .wrapper-content h3{font-size:18px;line-height:22px}}.startup-section .wrapper-content p{position:relative;line-height:25px;border-bottom:1px solid #d8d8d8;margin-bottom:13px;padding-bottom:30px}.startup-section .wrapper-content p::before{content:"";position:absolute;width:0;height:1px;left:0;bottom:-1px;background-color:#F7922B;-webkit-transition:1s;-khtml-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s}.startup-section .wrapper-content:hover p::before{width:100%}.startup-section .wrapper-content .link{font-size:18px;line-height:15px;font-weight:500}.startup-section .wrapper-content .link i{transform:rotate(90deg)}@media only screen and (max-width:479px){.startup-section .wrapper-content .link{font-size:15px}}@media only screen and (max-width:767px){.startup-section .wrapper-content{margin-bottom:50px}}.startup-section .first-part{margin-bottom:40px}.research-section{background-color:#f2f2f2}.research-section .section-title{margin-bottom:98px}@media only screen and (max-width:991px){.research-section .section-title{margin-bottom:70px}}@media only screen and (max-width:767px){.research-section .section-title{margin-bottom:60px}}@media only screen and (max-width:479px){.research-section .section-title{margin-bottom:30px}}.research-section .section-title .border-2{right:auto}@media only screen and (max-width:767px){.research-section .section-title .border-2{top:45px}}.research-section #research-carousel .carousel-inner{background-color:#FFF;box-shadow:0 0 10px 0 rgba(64,64,64,.12)}.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:50px 40px 75px 55px}@media only screen and (max-width:767px){.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:40px 40px 40px 30px}}@media only screen and (max-width:479px){.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:30px 20px}}.research-section #research-carousel .carousel-inner .carousel-wrapper img{width:55px;height:55px;border-radius:50%;float:left}@media only screen and (max-width:479px){.research-section #research-carousel .carousel-inner .carousel-wrapper img{float:none!important}}.research-section #research-carousel .carousel-inner .carousel-wrapper .content{margin-left:80px}@media only screen and (max-width:479px){.research-section #research-carousel .carousel-inner .carousel-wrapper .content{margin-left:0}}.research-section #research-carousel .carousel-inner .carousel-wrapper .content h3{font-size:24px;font-weight:500;color:#031633;letter-spacing:-.5px;margin:8px 0 2px}.research-section #research-carousel .carousel-inner .carousel-wrapper .content .position{font-size:14px;font-weight:500}.research-section #research-carousel .carousel-inner .carousel-wrapper .content p{font-weight:300;line-height:25px;margin:11px 0 20px}.research-section #research-carousel .carousel-inner .carousel-wrapper .content ul>li{display:inline-block;margin:7px 2px 0}.research-section #research-carousel .carousel-inner .carousel-wrapper .content ul>li i{font-size:25px;color:#faaf0e}.research-section #research-carousel .carousel-control.left,.research-section #research-carousel .carousel-control.right{background-image:none;opacity:1;width:40px;height:30px;top:auto;bottom:8px}@media only screen and (max-width:479px){.research-section #research-carousel .carousel-control.left,.research-section #research-carousel .carousel-control.right{bottom:9px}}.research-section #research-carousel .carousel-control{background:url(../../../themes/Appliconsoft/assets/images/sprite-images.png) left 8px top no-repeat!important}.research-section #research-carousel .carousel-control.right{background-position:-40px top!important}.research-section #research-carousel .link .btn{padding:11px 30px;margin-top:45px}@media only screen and (max-width:479px){.research-section #research-carousel .link .btn{padding:8px 30px;margin-top:30px}}.research-section #research-carousel .link .btn i{margin-right:5px}@media only screen and (max-width:991px){.research-section .research-content{margin-top:50px}}.research-section .research-content .section-title{margin-bottom:45px}@media only screen and (max-width:479px){.research-section .research-content .section-title{margin-bottom:30px}}.research-section .research-content .section-title h2{margin-bottom:10px}.research-section .research-content .section-title p{font-size:18px;line-height:30px}@media only screen and (max-width:767px){.research-section .research-content .section-title p{font-size:15px;line-height:27px}}.research-section .research-content .accordion-content .ui-accordion-header{position:relative;font-size:18px;font-weight:500;color:#031633;background-color:#FFF;border-radius:25px;padding:13px 33px;margin-bottom:0;margin-top:14px;cursor:pointer;box-shadow:0 0 10px 0 rgba(64,64,64,.12)}@media only screen and (max-width:479px){.research-section .research-content .accordion-content .ui-accordion-header{font-size:16px;line-height:24px;padding:13px 40px 13px 15px}}.research-section .research-content .accordion-content .ui-accordion-header:focus{outline:none}.research-section .research-content .accordion-content .ui-accordion-header::before{content:"\f055";font-family:"FontAwesome";position:absolute;top:50%;right:35px;width:15px;height:15px;font-size:20px;color:#F7922B;margin-top:-14px}@media only screen and (max-width:479px){.research-section .research-content .accordion-content .ui-accordion-header::before{right:15px}}.research-section .research-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before{content:"\f056"}.research-section .research-content .accordion-content .ui-accordion-content{padding:22px 30px 0}.research-section .research-content .accordion-content .ui-accordion-content p{font-weight:300;margin-bottom:0}.signup-section{background:url(../../../themes/Appliconsoft/assets/images/signup-bg.jpg) no-repeat center top;background-size:cover;background-attachment:fixed}@media only screen and (max-width:767px){.signup-section{padding:80px 0}}@media only screen and (max-width:479px){.signup-section{padding:60px 0}}@media only screen and (max-width:550px){.signup-section{background-attachment:inherit}}.signup-section .contact-wrapper{margin-top:85px}@media only screen and (max-width:767px){.signup-section .contact-wrapper{margin-top:0}}.signup-section .contact-wrapper h3{font-size:30px;font-weight:400;line-height:42px;color:#FFF;margin-bottom:23px}@media only screen and (max-width:991px){.signup-section .contact-wrapper h3{font-size:32px}}@media only screen and (max-width:767px){.signup-section .contact-wrapper h3{font-size:30px;line-height:35px;text-align:center}}@media only screen and (max-width:479px){.signup-section .contact-wrapper h3{font-size:25px;line-height:30px}}.signup-section .contact-wrapper h3 span{font-weight:600}.signup-section .contact-wrapper .signupForm .form-wrapper{position:relative}.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar{width:100%;border-radius:25px;border:0;background:#FFF;box-shadow:none;padding:15px 30px;font-size:16px;font-weight:400}.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar::placeholder{color:#4e5860}.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar:focus{border:0;outline:none}@media only screen and (max-width:767px){.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar{padding:10px 15px}}@media only screen and (max-width:479px){.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar{padding:8px 15px}}.signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary{position:absolute;top:0;right:0;border:0;border-radius:25px;font-size:18px;font-weight:600;color:#FFF;background:#F7922B;height:100%;padding:0 50px;margin:0}@media only screen and (max-width:479px){.signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary{font-size:15px;padding:0 25px}}.signup-section .contact-wrapper .signupForm .form-wrapper .subscribeBtn.btn-primary::before{display:none}.signup-section .caption img{max-width:100%;margin-top:-60px}.finance-service-section .section-title{margin-bottom:50px}.finance-service-section .section-title .link{font-size:18px;font-weight:600}.finance-service-section .finance-carousel .finance-wrapper{position:relative;box-shadow:0 0 10px #e0e0e0;margin:35px 5px 5px 5px}.finance-service-section .finance-carousel .finance-wrapper:hover .border .border-one,.finance-service-section .finance-carousel .finance-wrapper:hover .border .border-two,.finance-service-section .finance-carousel .finance-wrapper:hover .border .border-three,.finance-service-section .finance-carousel .finance-wrapper:hover .border .border-four{opacity:1;transform:scale(1)}.finance-service-section .finance-carousel .finance-wrapper .icon{position:relative;width:60px;height:60px;background:#F7922B;border-radius:50%;margin:0 auto;transform:translateY(-33px);box-shadow:0 2px 10px #ccc;z-index:5}.finance-service-section .finance-carousel .finance-wrapper .icon img{width:auto;padding:15px 0;margin:0 auto}.finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4{font-size:24px;font-weight:500;line-height:26px;margin:-17px 0 7px}.finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 a{color:#222}.finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4 a:hover{color:#F7922B}.finance-service-section .finance-carousel .finance-wrapper .wrapper-content p{font-size:14px;font-weight:300;line-height:22px;padding:0 40px 28px;margin-bottom:0}.finance-service-section .finance-carousel .finance-wrapper .border .border-one,.finance-service-section .finance-carousel .finance-wrapper .border .border-two,.finance-service-section .finance-carousel .finance-wrapper .border .border-three,.finance-service-section .finance-carousel .finance-wrapper .border .border-four{position:absolute;background:#F7922B;opacity:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.finance-service-section .finance-carousel .finance-wrapper .border .border-one{top:0;left:0;width:100%;height:1px;transform:scale(0,1)}.finance-service-section .finance-carousel .finance-wrapper .border .border-two{top:0;right:0;width:1px;height:100%;transform:scale(1,0)}.finance-service-section .finance-carousel .finance-wrapper .border .border-three{bottom:0;left:0;width:100%;height:1px;transform:scale(0,1)}.finance-service-section .finance-carousel .finance-wrapper .border .border-four{top:0;left:0;width:1px;height:100%;transform:scale(1,0)}.finance-service-section .finance-carousel .owl-nav{margin-top:40px}@media only screen and (max-width:767px){.finance-service-section .finance-carousel .owl-nav{margin-top:20px}}.finance-service-section .finance-carousel .owl-nav .owl-prev,.finance-service-section .finance-carousel .owl-nav .owl-next{width:34px;height:34px;line-height:30px;border:2px solid #F7922B!important;background:transparent;padding:0;border-radius:0;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.finance-service-section .finance-carousel .owl-nav .owl-prev:hover,.finance-service-section .finance-carousel .owl-nav .owl-next:hover{background:#092a48;border:2px solid #092a48}.finance-service-section .finance-carousel .owl-nav .owl-prev i,.finance-service-section .finance-carousel .owl-nav .owl-next i{font-size:12px;}.company-section{background:#ebeef0}.company-section .section-title{margin-bottom:118px}@media only screen and (max-width:1199px){.company-section .section-title{margin-bottom:100px}}@media only screen and (max-width:991px){.company-section .section-title{margin-bottom:80px}}@media only screen and (max-width:767px){.company-section .section-title{margin-bottom:60px}}@media only screen and (max-width:479px){.company-section .section-title{margin-bottom:30px}}.company-section .section-leftbar h4{font-size:26px;font-weight:500;line-height:38px;color:#222}@media only screen and (max-width:767px){.company-section .section-leftbar h4{font-size:22px;line-height:30px;margin-bottom:10px}}@media only screen and (max-width:479px){.company-section .section-leftbar h4{font-size:20px;line-height:25px}}.company-section .section-leftbar p{font-size:16px;font-weight:300;line-height:26px;color:#8a8a8a;margin-bottom:0}.company-section .section-leftbar .progressContent{position:relative;margin-top:40px}.company-section .section-leftbar .progressContent .progressSection .title{font-size:18px;font-weight:500;line-height:30px;text-transform:uppercase;color:#222}@media only screen and (max-width:479px){.company-section .section-leftbar .progressContent .progressSection .title{font-size:16px;line-height:20px}}.company-section .section-leftbar .progressContent .progressSection .progress{position:relative;height:20px;box-shadow:none;background-color:#092a48;border:0;border-radius:25px;overflow:visible;margin:11px 0 17px}@media only screen and (max-width:767px){.company-section .section-leftbar .progressContent .progressSection .progress{height:17px}}@media only screen and (max-width:479px){.company-section .section-leftbar .progressContent .progressSection .progress{height:15px;margin:3px 0 17px}}.company-section .section-leftbar .progressContent .progressSection .progress .progress-percent{top:-40px;margin-left:-28px}.company-section .section-leftbar .progressContent .progressSection .progress .progress-bar{box-shadow:none;text-align:right;height:20px;border-radius:15px;background-image:none;background:#F7922B}@media only screen and (max-width:767px){.company-section .section-leftbar .progressContent .progressSection .progress .progress-bar{height:17px}}@media only screen and (max-width:479px){.company-section .section-leftbar .progressContent .progressSection .progress .progress-bar{height:15px}}.company-section .section-leftbar .progressContent .progressSection .progress .progress-bar .progress-percent{font-size:18px;font-weight:500;position:absolute;padding:4px 6px;border-radius:5px;color:#222}@media only screen and (max-width:479px){.company-section .section-leftbar .progressContent .progressSection .progress .progress-bar .progress-percent{font-size:16px;line-height:20px}}.company-section .section-rightbar{margin-left:40px}@media only screen and (max-width:991px){.company-section .section-rightbar{margin:50px 0 0 0}}.company-section .section-rightbar h4{font-size:24px;font-weight:500;line-height:26px;color:#222;margin:0 0 15px 23px}@media only screen and (max-width:991px){.company-section .section-rightbar h4{margin:0}}.company-section .section-rightbar p{margin-left:23px}.company-section .section-rightbar img{max-width:100%}.multi-section .faq-content h2{font-size:30px;font-weight:500;line-height:30px;color:#222;margin-bottom:65px}@media only screen and (max-width:991px){.multi-section .faq-content h2{margin-bottom:40px}}@media only screen and (max-width:767px){.multi-section .faq-content h2{font-size:25px;margin-bottom:30px}}@media only screen and (max-width:767px){.multi-section .faq-content h2{font-size:22px}}.multi-section .faq-content .accordion-content .ui-accordion-header{position:relative;font-size:18px;font-weight:500;color:#031633;background-color:#FFF;padding:13px 33px;margin-bottom:0;margin-top:14px;cursor:pointer;border:1px solid #dee0e1}@media only screen and (max-width:767px){.multi-section .faq-content .accordion-content .ui-accordion-header{padding:8px 20px}}@media only screen and (max-width:479px){.multi-section .faq-content .accordion-content .ui-accordion-header{font-size:16px;line-height:24px;padding:13px 40px 13px 15px}}.multi-section .faq-content .accordion-content .ui-accordion-header:focus{outline:none}.multi-section .faq-content .accordion-content .ui-accordion-header::before{content:"\f107";font-family:"FontAwesome";position:absolute;top:50%;right:20px;width:15px;height:15px;line-height:15px;font-size:20px;color:#222;margin-top:-5px}@media only screen and (max-width:479px){.multi-section .faq-content .accordion-content .ui-accordion-header::before{right:15px}}.multi-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active{border-color:#F7922B}.multi-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before{content:"\f106"}.multi-section .faq-content .accordion-content .ui-accordion-content{padding:25px 35px 35px;height:auto!important;border:1px solid #dee0e1}@media only screen and (max-width:991px){.multi-section .faq-content .accordion-content .ui-accordion-content{padding:25px 35px 50px}}@media only screen and (max-width:767px){.multi-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}@media only screen and (max-width:699px){.multi-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 30px}}@media only screen and (max-width:450px){.multi-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}.multi-section .faq-content .accordion-content .ui-accordion-content p{font-size:14px;font-weight:300;line-height:26px;color:#828282;margin-bottom:0}@media only screen and (max-width:991px){.multi-section .client-section{margin-top:50px}}.multi-section .client-section h3{font-size:30px;font-weight:500;line-height:30px;color:#222;margin:0 0 47px 28px}@media only screen and (max-width:991px){.multi-section .client-section h3{margin:0 0 47px 0}}@media only screen and (max-width:767px){.multi-section .client-section h3{font-size:25px;margin:0 0 30px 0}}.multi-section .client-section .logo li{display:inline-block;margin:0 15px 10px}.achievement-section .section-title{margin-bottom:60px}@media only screen and (max-width:767px){.achievement-section .section-title{margin-bottom:40px}}.achievement-section .achievement-slide{position:relative}.achievement-section .achievement-slide .owl-item{opacity:.3;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.achievement-section .achievement-slide .owl-item.active{opacity:1}@media only screen and (max-width:767px){.achievement-section .achievement-slide .carousel-wrapper{text-align:center}}.achievement-section .achievement-slide .carousel-wrapper .caption{margin-right:30px}@media only screen and (max-width:991px){.achievement-section .achievement-slide .carousel-wrapper .caption{margin-right:0}}.achievement-section .achievement-slide .carousel-wrapper .caption img{width:100%}.achievement-section .achievement-slide .carousel-wrapper .content{margin-top:60px}@media only screen and (max-width:1199px){.achievement-section .achievement-slide .carousel-wrapper .content{margin-top:10px}}@media only screen and (max-width:991px){.achievement-section .achievement-slide .carousel-wrapper .content{margin:0 0 100px 0}}@media only screen and (max-width:767px){.achievement-section .achievement-slide .carousel-wrapper .content{margin:30px 0 100px}}.achievement-section .achievement-slide .carousel-wrapper .content h3{font-size:24px;font-weight:500;line-height:26px;color:#222;margin-bottom:16px}@media only screen and (max-width:991px){.achievement-section .achievement-slide .carousel-wrapper .content h3{font-size:22px;margin-bottom:10px}}.achievement-section .achievement-slide .carousel-wrapper .content p{font-size:16px;font-weight:300;line-height:26px;color:#8a8a8a}@media only screen and (max-width:991px){.achievement-section .achievement-slide .carousel-wrapper .content p{font-size:14px;line-height:24px}}.achievement-section .achievement-slide .owl-dots{position:absolute;bottom:auto;top:60px;width:auto;left:auto;right:0;margin:0}@media only screen and (max-width:1199px){.achievement-section .achievement-slide .owl-dots{top:20px}}@media only screen and (max-width:991px){.achievement-section .achievement-slide .owl-dots{top:auto;bottom:0;left:0;margin:0 auto;text-align:center}}.achievement-section .achievement-slide .owl-dots .owl-dot{width:75px;height:60px;display:block;margin:0 0 10px 0}.achievement-section .achievement-slide .owl-dots .owl-dot:nth-child(1){background:url(../../../themes/Appliconsoft/assets/images/achivement/s2.jpg) no-repeat}.achievement-section .achievement-slide .owl-dots .owl-dot:nth-child(2){background:url(../../../themes/Appliconsoft/assets/images/achivement/s1.jpg) no-repeat}.achievement-section .achievement-slide .owl-dots .owl-dot:nth-child(3){background:url(../../../themes/Appliconsoft/assets/images/achivement/s3.jpg) no-repeat}.achievement-section .achievement-slide .owl-dots .owl-dot:nth-child(4){background:url(../../../themes/Appliconsoft/assets/images/achivement/s4.jpg) no-repeat}@media only screen and (max-width:991px){.achievement-section .achievement-slide .owl-dots .owl-dot{display:inline-block}}.about-Company-Section{background:url(../../../themes/Appliconsoft/assets/images/about-company-bg.jpg) no-repeat center top;background-size:cover}.about-Company-Section .section-title{margin-bottom:100px}@media only screen and (max-width:991px){.about-Company-Section .section-title{margin-bottom:50px}}@media only screen and (max-width:767px){.about-Company-Section .section-title{margin-bottom:30px}}.about-Company-Section .section-title h2{color:#222}.about-Company-Section .content-wrapper h3{font-size:26px;font-weight:500;line-height:38px;color:#222;margin-bottom:30px}@media only screen and (max-width:991px){.about-Company-Section .content-wrapper h3{margin-bottom:15px}}@media only screen and (max-width:767px){.about-Company-Section .content-wrapper h3{font-size:22px;line-height:30px}}@media only screen and (max-width:479px){.about-Company-Section .content-wrapper h3{font-size:20px;line-height:25px}}.about-Company-Section .content-wrapper p{font-size:16px;font-weight:300;line-height:26px;color:#FFF;margin-bottom:35px}@media only screen and (max-width:991px){.about-Company-Section .content-wrapper p{margin-bottom:20px}}@media only screen and (max-width:479px){.about-Company-Section .content-wrapper .content li{margin-bottom:5px}}.about-Company-Section .content-wrapper .content li img{float:left;margin-top:8px}@media only screen and (max-width:479px){.about-Company-Section .content-wrapper .content li img{width:18px;margin-top:5px}}.about-Company-Section .content-wrapper .content li .single-content{font-size:18px;font-weight:300;line-height:48px;color:#FFF;margin-left:45px}@media only screen and (max-width:479px){.about-Company-Section .content-wrapper .content li .single-content{font-size:16px;line-height:30px;margin-left:30px}}.about-Company-Section .faq-content{margin-top:35px}.about-Company-Section .faq-content h3{font-size:26px;font-weight:500;line-height:30px;color:#222;margin-bottom:40px}@media only screen and (max-width:991px){.about-Company-Section .faq-content h3{margin-bottom:25px}}@media only screen and (max-width:767px){.about-Company-Section .faq-content h3{font-size:22px;line-height:30px}}@media only screen and (max-width:479px){.about-Company-Section .faq-content h3{font-size:20px;line-height:25px}}.about-Company-Section .faq-content .accordion-content .ui-accordion-header{position:relative;font-size:18px;font-weight:500;line-height:30px;color:#222;background-color:#FFF;padding:13px 33px;margin-bottom:0;margin-top:10px;cursor:pointer;border-bottom:2px solid #F7922B}@media only screen and (max-width:767px){.about-Company-Section .faq-content .accordion-content .ui-accordion-header{padding:8px 20px}}@media only screen and (max-width:479px){.about-Company-Section .faq-content .accordion-content .ui-accordion-header{font-size:16px;line-height:24px;padding:13px 40px 13px 15px}}.about-Company-Section .faq-content .accordion-content .ui-accordion-header:focus{outline:none}.about-Company-Section .faq-content .accordion-content .ui-accordion-header::before{content:"\f107";font-family:"FontAwesome";position:absolute;top:50%;right:20px;width:15px;height:15px;line-height:15px;font-size:20px;color:#222;margin-top:-5px}@media only screen and (max-width:479px){.about-Company-Section .faq-content .accordion-content .ui-accordion-header::before{right:15px}}.about-Company-Section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active{color:#F7922B}.about-Company-Section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before{content:"\f106";color:#F7922B}.about-Company-Section .faq-content .accordion-content .ui-accordion-content{padding:25px 35px 35px;background:#FFF}@media only screen and (max-width:991px){.about-Company-Section .faq-content .accordion-content .ui-accordion-content{padding:25px 35px 50px}}@media only screen and (max-width:767px){.about-Company-Section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}@media only screen and (max-width:699px){.about-Company-Section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 30px}}@media only screen and (max-width:450px){.about-Company-Section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}.about-Company-Section .faq-content .accordion-content .ui-accordion-content p{font-size:14px;font-weight:300;line-height:26px;color:#828282;word-break:break-all;margin-bottom:0}.about-Company-Section .quote-section{position:relative}@media only screen and (max-width:991px){.about-Company-Section .quote-section{margin-top:40px}}.about-Company-Section .quote-section::before{content:"";position:absolute;left:0;top:-50px;width:100%;height:4px;background:#000}@media only screen and (max-width:991px){.about-Company-Section .quote-section::before{display:none}}.about-Company-Section .quote-section h3{font-size:26px;font-weight:500;line-height:38px;color:#222;margin-bottom:40px}@media only screen and (max-width:991px){.about-Company-Section .quote-section h3{margin-bottom:20px}}@media only screen and (max-width:767px){.about-Company-Section .quote-section h3{font-size:22px;line-height:30px}}@media only screen and (max-width:479px){.about-Company-Section .quote-section h3{margin-bottom:10px}}.about-Company-Section .quote-section .contact-form .form-group{position:relative;margin-bottom:25px}@media only screen and (max-width:479px){.about-Company-Section .quote-section .contact-form .form-group{margin-bottom:10px}}.about-Company-Section .quote-section .contact-form .form-group:last-child{margin-bottom:0}.about-Company-Section .quote-section .contact-form .form-group i{position:absolute;top:12px;left:0;font-size:22px;color:#848484}@media only screen and (max-width:479px){.about-Company-Section .quote-section .contact-form .form-group i{top:14px;font-size:18px}}.about-Company-Section .quote-section .contact-form .form-group .form-control{font-size:16px;font-weight:300;line-height:38px;color:#848484;border:0;border-radius:0;border-bottom:1px solid #848484;background-color:transparent;box-shadow:none;padding:22px 35px}@media only screen and (max-width:479px){.about-Company-Section .quote-section .contact-form .form-group .form-control{font-size:14px;padding:22px}}.about-Company-Section .quote-section .contact-form .form-group .form-control.form-message{padding:5px 35px}.about-Company-Section .quote-section .contact-form .form-group .btn{font-size:18px;font-weight:500;line-height:38px;color:#e8f0f3;border-radius:0;display:block;width:100%;margin-top:32px}.about-Company-Section .quote-section .contact-form .form-group .btn:before{border-radius:0}@media only screen and (max-width:479px){.about-Company-Section .quote-section .contact-form .form-group .btn{font-size:16px;margin-top:20px}}@media only screen and (max-width:767px){.right-choice-section{padding-bottom:30px}}.right-choice-section .section-title{margin-bottom:65px}@media only screen and (max-width:767px){.right-choice-section .section-title{margin-bottom:40px}}@media only screen and (max-width:479px){.right-choice-section .section-title{margin-bottom:30px}}.right-choice-section .section-wrapper{margin-bottom:30px}.right-choice-section .section-wrapper .caption{position:relative}.right-choice-section .section-wrapper .caption:hover .hover-view{opacity:1;transform:translateY(0)}.right-choice-section .section-wrapper .caption:hover .hover .hover-one,.right-choice-section .section-wrapper .caption:hover .hover .hover-two,.right-choice-section .section-wrapper .caption:hover .hover .hover-three,.right-choice-section .section-wrapper .caption:hover .hover .hover-four{opacity:1;-webkit-transform:translate(0,0) scale(1);-moz-transform:translate(0,0) scale(1);-ms-transform:translate(0,0) scale(1);-o-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}.right-choice-section .section-wrapper .caption img{width:100%}.right-choice-section .section-wrapper .caption .hover-view{position:absolute;top:50%;left:0;right:0;width:150px;font-size:16px;line-height:26px;color:#FFF;border:2px solid #FFF;padding:8px 0;margin:-24px auto 0;opacity:0;z-index:5;transform:translateY(80px);transition-delay:.1s}@media only screen and (max-width:991px){.right-choice-section .section-wrapper .caption .hover-view{width:100px;font-size:14px;padding:2px 0;margin:-17px auto 0}}.right-choice-section .section-wrapper .caption .hover-view:hover{color:#313131}.right-choice-section .section-wrapper .caption .hover .hover-one,.right-choice-section .section-wrapper .caption .hover .hover-two,.right-choice-section .section-wrapper .caption .hover .hover-three,.right-choice-section .section-wrapper .caption .hover .hover-four{position:absolute;height:50%;width:50%;background:#F7922B;opacity:0;z-index:2;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease}.right-choice-section .section-wrapper .caption .hover .hover-one{bottom:0;left:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.right-choice-section .section-wrapper .caption .hover .hover-two{top:0;left:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.right-choice-section .section-wrapper .caption .hover .hover-three{top:0;right:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.right-choice-section .section-wrapper .caption .hover .hover-four{bottom:0;right:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.right-choice-section .section-wrapper .content{box-shadow:0 0 15px #e2e2e2;padding:15px 30px 12px}@media only screen and (max-width:991px){.right-choice-section .section-wrapper .content{padding:15px 15px 12px}}.right-choice-section .section-wrapper .content h4{font-size:24px;font-weight:400;line-height:26px;color:#222;margin:14px 0}@media only screen and (max-width:1199px){.right-choice-section .section-wrapper .content h4{font-size:22px}}@media only screen and (max-width:991px){.right-choice-section .section-wrapper .content h4{font-size:20px}}.right-choice-section .section-wrapper .content p{font-size:14px;line-height:24px;color:#999}.video-section{background:url(../../../themes/Appliconsoft/assets/images/video-bg.jpg) no-repeat center top;background-size:cover;background-attachment:fixed;padding:170px 0}@media only screen and (max-width:991px){.video-section{padding:100px 0}}@media only screen and (max-width:767px){.video-section{background-attachment:inherit;padding:80px 0}}.video-section .video-icon i{width:80px;height:80px;line-height:80px;font-size:30px;color:#FFF;background:#F7922B}@media only screen and (max-width:991px){.video-section .video-icon i{width:60px;height:60px;line-height:60px;font-size:25px}}@media only screen and (max-width:767px){.video-section .video-icon i{width:40px;height:40px;line-height:40px;font-size:20px}}.about-office-section{padding-top:45px}@media only screen and (max-width:767px){.about-office-section{padding-top:0}}.about-office-section .content{margin-top:45px}@media only screen and (max-width:767px){.about-office-section .content{margin-bottom:50px}}@media only screen and (max-width:479px){.about-office-section .content{margin-bottom:30px}}.about-office-section .content h2{font-size:26px;font-weight:500;line-height:38px;color:#222;margin-bottom:22px}.about-office-section .content h3{font-size:26px;font-weight:500;line-height:38px;color:#222;margin-bottom:22px}@media only screen and (max-width:767px){.about-office-section .content h3{font-size:22px;line-height:30px;margin-bottom:15px}}@media only screen and (max-width:479px){.about-office-section .content h3{font-size:20px;line-height:25px}}.about-office-section .content p{font-size:16px;font-weight:300;line-height:26px;margin-bottom:25px}@media only screen and (max-width:767px){.about-office-section .content p{font-size:14px;line-height:24px;margin-bottom:20px}}.about-office-section .caption img{max-width:100%}.hiring-section .header-content{margin:0 0 52px}@media only screen and (max-width:991px){.hiring-section .header-content{margin:0 0 30px}}.hiring-section .header-content .hiringForm .form-wrapper{position:relative}.hiring-section .header-content .hiringForm .form-wrapper .searchBar{width:100%;padding:0 15px;border-radius:8px;border:1px solid #7f7f7f;height:50px;margin-bottom:20px}.hiring-section .header-content .hiringForm .form-wrapper .searchBar:focus{outline:none}@media only screen and (max-width:767px){.hiring-section .header-content .hiringForm .form-wrapper .searchBar{height:40px;margin-bottom:10px}}.hiring-section .header-content .hiringForm .form-wrapper .subscribeBtn{position:absolute;top:0;right:0;border-radius:8px;margin:0;height:50px;font-size:16px;font-weight:500}@media only screen and (max-width:767px){.hiring-section .header-content .hiringForm .form-wrapper .subscribeBtn{height:40px}}.hiring-section .header-content .hiringForm .form-wrapper .subscribeBtn::before{border-radius:8px}.hiring-section .left-content{border-bottom:1px solid #dcdcdc;padding-bottom:45px;margin-bottom:40px}@media only screen and (max-width:767px){.hiring-section .left-content{padding-bottom:30px;margin-bottom:25px}}.hiring-section .left-content:last-child{border:0;margin:0;padding:0}.hiring-section .left-content h4{font-size:24px;font-weight:500;line-height:27px;color:#000;margin-bottom:0}@media only screen and (max-width:479px){.hiring-section .left-content h4{font-size:22px;line-height:25px}}.hiring-section .left-content .small{font-size:14px;color:#999}.hiring-section .left-content p{margin:16px 0 22px}@media only screen and (max-width:479px){.hiring-section .left-content p{margin:10px 0 15px}}.hiring-section .left-content .btn{font-size:16px;padding:7px 38px}@media only screen and (max-width:479px){.hiring-section .left-content .btn{font-size:14px;padding:5px 22px}}@media only screen and (max-width:991px){.hiring-section .right-content{margin-top:50px}}.hiring-section .right-content .caption{position:relative;margin-bottom:50px}@media only screen and (max-width:767px){.hiring-section .right-content .caption{margin-bottom:30px}}.hiring-section .right-content .caption img{width:100%;border-radius:5px}.hiring-section .right-content .caption .hover-view{position:absolute;width:60px;top:50%;left:0;right:0;font-size:60px;margin:-27px auto 0}.hiring-section .right-content h4{font-size:30px;font-weight:500;line-height:36px;color:#000}@media only screen and (max-width:767px){.hiring-section .right-content h4{font-size:25px;line-height:30px;margin-bottom:10px}}@media only screen and (max-width:479px){.hiring-section .right-content h4{font-size:22px;line-height:25px}}.hiring-section .right-content p{font-size:18px;line-height:30px;margin-bottom:30px}@media only screen and (max-width:767px){.hiring-section .right-content p{font-size:16px;line-height:27px}}.hiring-section .right-content p a{font-weight:600}.hiring-section .right-content .contact-form .form-group:last-child{margin-bottom:0}.hiring-section .right-content .contact-form .form-group .form-control{width:100%;padding:12px 15px;border-radius:8px;border:1px solid #7f7f7f;height:50px;margin-bottom:20px;font-size:16px;color:#666}.hiring-section .right-content .contact-form .form-group .form-control:focus{outline:none}@media only screen and (max-width:767px){.hiring-section .right-content .contact-form .form-group .form-control{height:40px;margin-bottom:10px;padding:7px 15px}}@media only screen and (max-width:479px){.hiring-section .right-content .contact-form .form-group .form-control{font-size:13px}}.hiring-section .right-content .contact-form .form-group .btn{width:100%;border-radius:8px;margin-top:10px}.hiring-section .right-content .contact-form .form-group .btn::before{border-radius:5px}@media only screen and (max-width:767px){.hiring-section .right-content .contact-form .form-group .btn{padding:6px 16px;background:none;-webkit-text-fill-color:#313131}}.blog-section .first-row{margin-bottom:30px}@media (min-width:992px) and (max-width:1199px){.blog-section .first-row{margin-bottom:25px}}@media only screen and (max-width:991px){.blog-section .first-row{margin-bottom:0}}.blog-section .blog-wrapper.last-wrapper{margin-bottom:0}@media only screen and (max-width:767px){.blog-section .blog-wrapper{margin-bottom:50px}}@media only screen and (max-width:479px){.blog-section .blog-wrapper{margin-bottom:30px}}.blog-section .blog-wrapper img{width:100%}.blog-section .blog-wrapper .caption{position:relative}.blog-section .blog-wrapper .caption:hover .video-icon::before{opacity:0;visibility:hidden}.blog-section .blog-wrapper .caption .video-icon{position:absolute;top:0;left:0;right:0;width:100%;height:100%;margin:0 auto;text-align:center}.blog-section .blog-wrapper .caption .video-icon::before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;margin-left:30px;background-color:rgba(0,0,0,.57);-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.blog-section .blog-wrapper .caption .video-icon .icon{position:absolute;top:50%;left:0;right:0;margin:-17px auto 0}.blog-section .blog-wrapper .caption .video-icon i{position:relative;font-size:36px;color:#FFF}@media only screen and (max-width:479px){.blog-section .blog-wrapper .caption .video-icon i{font-size:25px}}.blog-section .blog-wrapper h3{font-size:22px;font-weight:500;line-height:25px;color:#000;margin:15px 0 8px;display:block;text-overflow:ellipsis}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper h3{font-size:20px;line-height:25px}}@media only screen and (max-width:479px){.blog-section .blog-wrapper h3{font-size:18px;line-height:20px}}.blog-section .blog-wrapper p{line-height:27px;color:#6d747d;margin-bottom:19px;margin-left:auto}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper p{font-size:15px;line-height:25px}}@media only screen and (max-width:479px){.blog-section .blog-wrapper p{font-size:15px;line-height:25px}}.blog-section .blog-wrapper .link{font-size:16px;font-weight:500;color:#313131;padding:0}.blog-section .blog-wrapper .link:hover{color:#F7922B}@media only screen and (max-width:1200px){.blog-section .blog-wrapper .link{font-size:18px}}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper .link{font-size:15px}}@media only screen and (max-width:479px){.blog-section .blog-wrapper .link{font-size:16px}}.blog-section .blog-wrapper .author img{width:auto;margin-right:5px}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper .author img{margin-right:0;width:20px}}.blog-section .blog-wrapper .author .title{font-weight:600;color:#8b98a4}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper .author .title{font-size:13px}}.blog-section .blog-wrapper .share{background:#F7922B;width:100%;padding:22px 10px;margin-top:20px}.says{display:none}.comment-edit-link{display:none}@media (min-width:768px) and (max-width:991px){.blog-section .blog-wrapper .share{margin-top:15px}}@media only screen and (max-width:479px){.blog-section .blog-wrapper .share{margin-top:10px}}.blog-section .blog-wrapper .share li{display:inline-block;color:#FFF;margin-right:10px}.blog-section .blog-wrapper .share li:last-child{margin-right:0}.blog-section .blog-wrapper .share li a{color:#FFF}.blog-section .blog-wrapper .share li a:hover{color:#313131}.blog-section .link{margin-top:50px;padding:11px 50px}@media only screen and (max-width:767px){.blog-section .link{margin-top:40px;padding:7px 30px}}@media only screen and (max-width:479px){.blog-section .link{margin-top:30px;padding:5px 25px}}.single-news-section .news-left-bar{margin-right:25px}@media only screen and (max-width:991px){.single-news-section .news-left-bar{margin-right:0;margin-bottom:100px}}@media only screen and (max-width:767px){.single-news-section .news-left-bar{margin-bottom:50px}}.single-news-section .news-left-bar .news-wrapper{background-color:#FFF;margin-bottom:50px}@media only screen and (max-width:991px){.single-news-section .news-left-bar .news-wrapper{margin-bottom:30px}}@media only screen and (max-width:767px){.single-news-section .news-left-bar .news-wrapper{margin-bottom:10px}}.single-news-section .news-left-bar .news-wrapper img{width:100%}.single-news-section .news-left-bar .news-wrapper .wrapper-content{padding:32px 32px 26px}@media only screen and (max-width:767px){.single-news-section .news-left-bar .news-wrapper .wrapper-content{padding:32px 0 26px}}@media only screen and (max-width:479px){.single-news-section .news-left-bar .news-wrapper .wrapper-content{padding:25px 0}}.single-news-section .news-left-bar .news-wrapper .wrapper-content .title{font-size:14px;font-weight:700;color:#FFF;background-color:#F7922B;padding:4px 8px}@media only screen and (max-width:767px){.single-news-section .news-left-bar .news-wrapper .wrapper-content .title{font-size:12px}}.single-news-section .news-left-bar .news-wrapper .wrapper-content h3{font-size:26px;font-weight:700;line-height:30px;color:#111;margin:10px 0 7px}@media only screen and (max-width:767px){.single-news-section .news-left-bar .news-wrapper .wrapper-content h3{font-size:20px;line-height:25px}}.single-news-section .news-left-bar .news-wrapper .wrapper-content .post{font-size:14px;line-height:27px;text-transform:uppercase;color:#999}.single-news-section .news-left-bar .news-wrapper .wrapper-content p{font-size:16px;line-height:24px;color:#666;padding-top:10px}@media only screen and (max-width:479px){.single-news-section .news-left-bar .news-wrapper .wrapper-content p{font-size:14px}}.single-news-section .news-left-bar .news-wrapper .wrapper-content .link{font-size:16px}.single-news-section .news-left-bar .news-wrapper .wrapper-content .link a{color:#666}.single-news-section .news-left-bar .news-wrapper .wrapper-content .link a:hover{color:#F7922B}.single-news-section .news-left-bar .news-wrapper .wrapper-content .link a i{margin-left:5px;vertical-align:middle}@media only screen and (max-width:767px){.single-news-section .news-left-bar .pagination{margin:0}}@media (max-width:991px){.single-news-section .news-right-bar{margin:0!important}}.single-news-section .news-right-bar .widget-search .form-control{color:#999;height:40px;border:1px solid #c8c8c8;background:transparent}.single-news-section .news-right-bar .widget-category,.single-news-section .news-right-bar .widget-archive{margin:50px 0}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-category,.single-news-section .news-right-bar .widget-archive{margin:30px 0}}.single-news-section .news-right-bar .widget-category h4,.single-news-section .news-right-bar .widget-archive h4{font-size:24px;font-weight:600;color:#000}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-category h4,.single-news-section .news-right-bar .widget-archive h4{font-size:20px;margin-bottom:10px}}@media only screen and (max-width:479px){.single-news-section .news-right-bar .widget-category h4,.single-news-section .news-right-bar .widget-archive h4{margin:0 0 10px}}.single-news-section .news-right-bar .widget-category ul li,.single-news-section .news-right-bar .widget-archive ul li{font-size:16px;font-weight:700;line-height:40px;border-bottom:1px solid rgba(199,197,197,.38);padding:5px 0}@media only screen and (max-width:479px){.single-news-section .news-right-bar .widget-category ul li,.single-news-section .news-right-bar .widget-archive ul li{font-size:14px;line-height:30px}}.single-news-section .news-right-bar .widget-category ul li:last-child,.single-news-section .news-right-bar .widget-archive ul li:last-child{border-bottom:none}.single-news-section .news-right-bar .widget-category ul li a,.single-news-section .news-right-bar .widget-archive ul li a{color:#31363b}.single-news-section .news-right-bar .widget-category ul li a:hover,.single-news-section .news-right-bar .widget-archive ul li a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-post{margin-bottom:75px}@media only screen and (max-width:991px){.single-news-section .news-right-bar .widget-post{margin-bottom:80px}}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-post{margin-bottom:55px}}.single-news-section .news-right-bar .widget-post h4{font-family:"Poppins",sans-serif;font-size:24px;font-weight:600;color:#000;text-transform:uppercase;margin-bottom:35px}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-post h4{font-size:20px;margin-bottom:20px}}.single-news-section .news-right-bar .widget-post ul li{margin-bottom:25px}@media only screen and (max-width:991px){.single-news-section .news-right-bar .widget-post ul li{margin-bottom:50px}}.single-news-section .news-right-bar .widget-post ul li .thumb{margin-right:20px}.single-news-section .news-right-bar .widget-post ul li .thumb img{width:70px;height:100px}.single-news-section .news-right-bar .widget-post ul li .post-desk{padding:8px 0}.single-news-section .news-right-bar .widget-post ul li .post-desk h5{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:0}.single-news-section .news-right-bar .widget-post ul li .post-desk h5 a{color:#000}.single-news-section .news-right-bar .widget-post ul li .post-desk h5 a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-post ul li .post-desk .date{font-size:12px;font-weight:700;color:#999}.single-news-section .news-right-bar .widget-tag h4{font-family:"Poppins",sans-serif;font-size:24px;font-weight:600;color:#000;text-transform:uppercase;margin-bottom:35px}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-tag h4{font-size:20px;margin-bottom:20px}}.single-news-section .news-right-bar .widget-tag ul li{font-family:"Poppins",sans-serif;display:inline-block;font-weight:700;line-height:26px;margin-right:7px}.single-news-section .news-right-bar .widget-tag ul li a{color:#555}.single-news-section .news-right-bar .widget-tag ul li a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(1) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(3) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(5) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(7) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(8) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(9) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(11) a{font-size:14px;color:#555}.single-news-section .news-right-bar .widget-tag ul li:nth-child(1) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(3) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(5) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(7) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(8) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(9) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(11) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(2) a{color:#212121;font-size:24px}.single-news-section .news-right-bar .widget-tag ul li:nth-child(2) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(4) a{color:#888;font-size:20px}.single-news-section .news-right-bar .widget-tag ul li:nth-child(4) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(6) a,.single-news-section .news-right-bar .widget-tag ul li:nth-child(13) a{color:#555;font-size:18px}.single-news-section .news-right-bar .widget-tag ul li:nth-child(6) a:hover,.single-news-section .news-right-bar .widget-tag ul li:nth-child(13) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(10) a{color:#888;font-size:22px}.single-news-section .news-right-bar .widget-tag ul li:nth-child(10) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-tag ul li:nth-child(12) a{color:#212121;font-size:24px}.single-news-section .news-right-bar .widget-tag ul li:nth-child(12) a:hover{color:#F7922B}.single-news-section .news-right-bar .widget-photo-gram{margin-top:75px}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-photo-gram{margin-top:50px}}@media only screen and (max-width:479px){.single-news-section .news-right-bar .widget-photo-gram{margin-top:30px}}.single-news-section .news-right-bar .widget-photo-gram h4{font-size:24px;font-weight:600;color:#000;margin-bottom:35px}@media only screen and (max-width:767px){.single-news-section .news-right-bar .widget-photo-gram h4{font-size:20px;margin-bottom:20px}}.single-news-section .news-right-bar .widget-photo-gram .instagram{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;overflow:hidden;margin:0 auto}.single-news-section .news-right-bar .widget-photo-gram .instagram .image{background-image:100%;background-position:center center;width:73px;height:73px;margin:2px;overflow:hidden;position:relative;cursor:pointer;-webkit-transition:1s;-khtml-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s}.single-news-section .news-right-bar .widget-photo-gram .instagram .image:hover{background-image:110%}.single-news-section .news-right-bar .widget-photo-gram .instagram .image .caption{display:none}@media only screen and (max-width:991px){.single-news-section .single-news{margin-bottom:100px}}@media only screen and (max-width:767px){.single-news-section .single-news{margin-bottom:0}}.single-news-section .single-news .news-wrapper img{width:100%}.single-news-section .single-news .news-wrapper .wrapper-content{padding:32px 0 50px}@media only screen and (max-width:991px){.single-news-section .single-news .news-wrapper .wrapper-content{padding:32px 0 20px}}@media only screen and (max-width:479px){.single-news-section .single-news .news-wrapper .wrapper-content{padding:32px 0 10px}}.single-news-section .single-news .news-wrapper .wrapper-content .title{font-size:14px;font-weight:700;color:#FFF;background-color:#F7922B;padding:4px 8px}.single-news-section .single-news .news-wrapper .wrapper-content h3{font-size:30px;font-weight:600;line-height:35px;color:#111;margin:10px 0 7px}@media only screen and (max-width:767px){.single-news-section .single-news .news-wrapper .wrapper-content h3{font-size:25px;line-height:30px}}@media only screen and (max-width:479px){.single-news-section .single-news .news-wrapper .wrapper-content h3{font-size:20px;line-height:25px}}.single-news-section .single-news .news-wrapper .wrapper-content .post{font-size:14px;line-height:27px;text-transform:uppercase;color:#999}.single-news-section .single-news .news-wrapper .wrapper-content p{font-size:16px;line-height:28px;color:#666;padding-top:10px}.single-news-section .single-news .news-wrapper .wrapper-content img{margin-top:10px}.single-news-section .single-news .news-wrapper .wrapper-content h4{font-size:22px;font-weight:600;line-height:28px;color:#212121;margin:30px 0 0}.single-news-section .single-news .news-wrapper .wrapper-content .link{font-size:16px}.single-news-section .single-news .news-wrapper .wrapper-content .link a{color:#666}.single-news-section .single-news .news-wrapper .wrapper-content .link a:hover{color:#F7922B}.single-news-section .single-news .news-wrapper .wrapper-content .link a i{margin-left:5px;vertical-align:middle}.single-news-section .single-news .widget{margin:25px 32px 17px 40px;display:flex;justify-content:flex-end}@media only screen and (max-width:479px){.single-news-section .single-news .widget{margin:25px 32px 17px 0}}.single-news-section .single-news .widget .widget-tag{display:inline-block}.single-news-section .single-news .widget .widget-tag h5{font-family:"Poppins",sans-serif;font-size:14.5px;font-weight:600;text-transform:capitalize;line-height:25px;letter-spacing:1px;color:#000;display:inline-block;margin-right:32px;vertical-align:top}.single-news-section .single-news .widget .widget-tag ul{display:inline-block}.single-news-section .single-news .widget .widget-tag ul li{font-family:"Poppins",sans-serif;padding:0;margin-right:6px;margin-bottom:13px}@media (max-width:767px){.single-news-section .single-news .widget .widget-tag ul li{margin-bottom:10px}}.single-news-section .single-news .widget .widget-tag ul li:last-child{margin-right:0}.single-news-section .single-news .widget .widget-tag ul li a{font-size:14px;line-height:20px;color:#666;background:#FFF;padding:6px 15px}.single-news-section .single-news .widget .widget-tag ul li a:hover{color:#FFF;background:#F7922B}@media (max-width:1199px){.single-news-section .single-news .widget .widget-social{float:none!important}}@media (max-width:767px){.single-news-section .single-news .widget .widget-social ul{margin:0}}.single-news-section .single-news .widget .widget-social ul li{font-family:"Poppins",sans-serif;padding:0;margin-right:6px}@media (max-width:767px){.single-news-section .single-news .widget .widget-social ul li{margin-bottom:15px}}.single-news-section .single-news .widget .widget-social ul li:last-child{margin-right:0}.single-news-section .single-news .widget .widget-social ul li a{font-size:16.5px;font-weight:500;color:#FFF;padding:8px 20px}.single-news-section .single-news .widget .widget-social ul li a:hover{color:#F7922B}.single-news-section .single-news .widget .widget-social ul li a i{font-size:14px;padding-right:5px}@media (max-width:767px){.single-news-section .single-news .widget .widget-social ul li a{font-size:12px}}.single-news-section .single-news .section-bottom{background-color:#f6f6f6}@media (max-width:767px){.single-news-section .single-news .section-bottom .comments-wrapper{margin-left:0!important;margin-right:0!important}}.single-news-section .single-news .section-bottom .comments-wrapper h3{font-size:21px;font-weight:700;line-height:28px;color:#000;text-align:center;padding-top:50px;margin-bottom:65px}@media only screen and (max-width:767px){.single-news-section .single-news .section-bottom .comments-wrapper h3{padding-top:20px;margin-bottom:30px}}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .comments-wrapper h3{margin-bottom:40px}}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment{margin:0 40px 0 45px}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment{margin:0 15px}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment .pull-left{float:none!important}}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment{background:#e9e8e8;padding:30px;margin:25px 0 80px 102px}@media (max-width:767px){.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment{margin-left:0;margin-bottom:40px}}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment{padding:30px 15px}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment .pull-left{float:none!important}}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .comment-avater{width:43px;height:43px;margin-right:2px}@media (max-width:767px){.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body{display:block;padding-top:15px;width:auto}}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5{font-size:18px;font-weight:600;line-height:15px;display:inline-block;vertical-align:top;margin:0 15px 0 0}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 a{color:#000}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .time{font-size:14px;line-height:10px;color:#a9a9a9;letter-spacing:-1px;vertical-align:text-top}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body p{font-size:14.5px;line-height:23.5px;color:#666;margin-bottom:11px;margin-top:-3px}.single-news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .comment-replay{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:25px}.single-news-section .single-news .section-bottom .reserve-blog-form{padding:10px 0 5px}.single-news-section .single-news .section-bottom .reserve-blog-form h3{font-size:21.5px;font-weight:500;line-height:28px;color:#000;text-align:center;margin-bottom:40px}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form{padding:0 25px}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form{padding:0}}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group{margin:0 0 50px}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group{margin:0 0 30px}}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control{font-size:15px;color:#a7a7a7;border:0;border-bottom:1px solid #dbdbdb;border-radius:0;box-shadow:none;background-color:transparent}.single-news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn{margin-top:30px;padding:10px 55px}@media only screen and (max-width:767px){.single-news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn{padding:8px 50px;margin-top:0;font-size:18px}}@media only screen and (max-width:767px){.single-news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn{padding:5px 40px;font-size:16px}}.footer-section{position:relative;background:#061d31}.footer-section .footer-container{padding:95px 0}@media only screen and (max-width:991px){.footer-section .footer-container{padding:80px 0 70px}}@media only screen and (max-width:767px){.footer-section .footer-container{padding:60px 0}}@media only screen and (max-width:767px){.footer-section .footer-container .footer-wrapper{padding-bottom:40px}}.footer-section .footer-container .footer-wrapper .last-wrapper{margin-bottom:0}.footer-section .footer-container .footer-wrapper img{max-width:70%}.footer-section .footer-container .footer-wrapper .location{margin-top:45px}@media only screen and (max-width:767px){.footer-section .footer-container .footer-wrapper .location{margin-top:30px}}.footer-section .footer-container .footer-wrapper .location li{margin-bottom:25px}@media only screen and (max-width:767px){.footer-section .footer-container .footer-wrapper .location li{margin-bottom:15px}}.footer-section .footer-container .footer-wrapper .location li:last-child{margin-bottom:0}.footer-section .footer-container .footer-wrapper .location li i{font-size:24px;color:#F7922B;vertical-align:top}@media only screen and (max-width:991px){.footer-section .footer-container .footer-wrapper .location li i{font-size:25px}}.footer-section .footer-container .footer-wrapper .location li .content{font-size:15px;line-height:25px;color:#aaa;display:inline-block;margin-left:15px}@media only screen and (max-width:991px){.footer-section .footer-container .footer-wrapper .location li .content{font-size:16px;line-height:27px;margin-left:10px}}.footer-section .footer-container .footer-wrapper h3{font-size:24px;font-weight:700;line-height:30px;color:#FFF;text-transform:uppercase}.footer-section .footer-container .footer-wrapper p{font-size:14px;line-height:24px;font-weight:300;color:#aaa;margin-bottom:0}.footer-section .footer-container .footer-wrapper .social-icon{margin-top:40px}@media only screen and (max-width:991px){.footer-section .footer-container .footer-wrapper .social-icon{margin-top:25px}}.footer-section .footer-container .footer-wrapper .social-icon li{display:inline-block;font-size:20px;margin-right:20px}@media only screen and (max-width:991px){.footer-section .footer-container .footer-wrapper .social-icon li{margin-right:18px}}.footer-section .footer-container .footer-wrapper .social-icon li:last-child{margin-right:0}.footer-section .footer-container .footer-wrapper .social-icon li a{color:#FFF}.footer-section .footer-container .footer-wrapper .social-icon li a:hover{color:#F7922B}.footer-section .footer-container .footer-wrapper .wrapper-option{float:left;margin-top:-5px}.footer-section .footer-container .footer-wrapper .wrapper-option li{font-size:16px;line-height:36px}.footer-section .footer-container .footer-wrapper .wrapper-option li a{color:#aaa}.footer-section .footer-container .footer-wrapper .wrapper-option li a:hover{color:#F7922B!important}.footer-section .copy-right{background-color:#061d31;padding:16px 0;border-top:1px solid #203548}.footer-section .copy-right p{font-size:16px;margin-bottom:0}@media only screen and (max-width:767px){.footer-section .copy-right p{font-size:14px}}@media only screen and (max-width:479px){.footer-section .copy-right p{font-size:12px}}.homePageOne .header-section .top-bar{min-height:65px;line-height:65px}@media only screen and (max-width:991px){.homePageOne .header-section .top-bar{line-height:35px;padding:10px 0 20px}}@media only screen and (max-width:767px){.homePageOne .header-section .top-bar{line-height:35px;padding:10px 0}}@media only screen and (max-width:991px){.homePageOne .header-section .top-bar .header-left-bar{text-align:center}}.homePageOne .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:16px;color:#FFF}@media only screen and (max-width:767px){.homePageOne .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:14px}}.homePageOne .header-section .top-bar .header-right-bar{margin-bottom:-20px}@media only screen and (max-width:991px){.homePageOne .header-section .top-bar .header-right-bar{text-align:center}}@media only screen and (max-width:767px){.homePageOne .header-section .top-bar .header-right-bar{margin-bottom:-10px}}.homePageOne .header-section .top-bar .header-right-bar .social-icon{display:inline-block;vertical-align:top}@media only screen and (max-width:991px){.homePageOne .header-section .top-bar .header-right-bar .social-icon{float:none!important}}@media (min-width:992px) and (max-width:1199px){.homePageOne .header-section .top-bar .header-right-bar .social-icon li{margin-right:10px}}.homePageOne .header-section .top-bar .header-right-bar .social-icon li:last-child{margin-right:0}.homePageOne .header-section .top-bar .header-right-bar .social-icon li i{color:#FFF}.homePageOne .header-section .top-bar .header-right-bar .social-icon li i:hover{color:#F7922B}.homePageOne .header-section .navbar{background-color:#FFF}.homePageOne .header-section .navbar.sticky .navbar-inner{width:auto}.homePageOne .header-section .navbar.sticky .navbar-inner .navbar-collapse{width:auto}.homePageOne .header-section .navbar .navbar-inner{padding:0 30px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.homePageOne .header-section .navbar .navbar-inner .navbar-header .navbar-brand img{padding:22px 0}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse{margin:0}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav{margin:0}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li a,.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .search-view,.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-icon{color:#222;line-height:95px}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li.active a,.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li:hover a{color:#F7922B}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .dropdown-menu,.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-item{top:95px}.homePageOne .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .dropdown-menu li a{line-height:45px}.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:55px;font-weight:600;line-height:62px;color:#FFF;margin:14px 0 27px}@media (min-width:992px) and (max-width:1199px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:40px;line-height:60px}}@media only screen and (max-width:991px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:30px;line-height:50px}}@media only screen and (max-width:767px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:25px;line-height:40px;margin:0 0 9px}}.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:18px;font-weight:500;line-height:30px;color:#FFF}@media (min-width:992px) and (max-width:1199px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:18px;line-height:30px}}@media only screen and (max-width:991px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:16px;line-height:27px}}@media only screen and (max-width:767px){.homePageOne .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:14px;line-height:24px;word-break:break-all;margin:0 0 10px}}.homePageOne .slider-section .tp-banner-container .tp-banner .button{margin-top:53px}@media only screen and (max-width:767px){.homePageOne .slider-section .tp-banner-container .tp-banner .button{margin-top:40px}}.homePageOne .slider-section .tp-banner-container .tp-banner .button .btn{border-radius:0}.homePageOne .slider-section .tp-banner-container .tp-banner .button .btn::before{border-radius:0}.homePageOne .right-choice-section .section-wrapper{margin-bottom:0}@media only screen and (max-width:767px){.homePageOne .right-choice-section .section-wrapper{margin-bottom:30px}}.homePageOne .about-Company-Section{background:url(../../../themes/Appliconsoft/assets/images/about-company-bg-2.jpg) no-repeat center top;background-size:cover}.homePageOne .about-Company-Section .section-title{margin-bottom:112px}@media only screen and (max-width:991px){.homePageOne .about-Company-Section .section-title{margin-bottom:50px}}@media only screen and (max-width:479px){.homePageOne .about-Company-Section .section-title{margin-bottom:30px}}.homePageOne .about-Company-Section .content-wrapper{margin-right:60px}@media only screen and (max-width:991px){.homePageOne .about-Company-Section .content-wrapper{margin-right:0}}.homePageOne .about-Company-Section .content-wrapper p{color:#848484}.homePageOne .about-Company-Section .content-wrapper p:last-child{margin:0}.homePageOne .about-Company-Section .content-wrapper .content{margin-bottom:22px}.homePageOne .about-Company-Section .content-wrapper .content li .single-content{color:#848484}.homePageOne .finance-service-section .section-title{margin-bottom:13px}.homePageOne .finance-service-section .finance-carousel .finance-wrapper{box-shadow:none;border:1px solid #e7e8e8;border-bottom:0}.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content{position:relative;z-index:5}.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a{color:#FFF}.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a:hover{color:#F7922B}.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content p{color:#FFF}.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-one,.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-two,.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-three,.homePageOne .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-four{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .icon{background:transparent;box-shadow:none;transform:translateY(0);margin:30px auto 10px}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .wrapper-content{border-bottom:4px solid #F7922B}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4{margin:0 0 15px}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p{padding:0 35px 38px}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one,.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two,.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three,.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{position:absolute;left:0;width:100%;height:25%;background:#092a48;opacity:0;z-index:1;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one{top:0;-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;transition-delay:0.25s}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two{top:25%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three{top:49%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.homePageOne .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{top:74%;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.homePageOne .news-section .link .btn,.homePageOne .project-section .link .btn{border-radius:0}.homePageOne .news-section .link .btn:before,.homePageOne .project-section .link .btn:before{border-radius:0}@media only screen and (max-width:767px){.homePageTwo .header-section .topper .container{padding:0}}.homePageTwo .header-section .topper .top-bar{min-height:50px;line-height:50px;padding:0 30px}@media only screen and (max-width:767px){.homePageTwo .header-section .topper .top-bar{line-height:35px}}@media only screen and (max-width:991px){.homePageTwo .header-section .topper .top-bar .header-left-bar{text-align:center}}.homePageTwo .header-section .topper .top-bar .header-left-bar .contact-wrapper li{font-size:16px;color:#FFF}@media only screen and (max-width:767px){.homePageTwo .header-section .topper .top-bar .header-left-bar .contact-wrapper li{font-size:14px}}.homePageTwo .header-section .topper .top-bar .header-right-bar{margin-bottom:-20px}@media only screen and (max-width:991px){.homePageTwo .header-section .topper .top-bar .header-right-bar{text-align:center}}@media only screen and (max-width:767px){.homePageTwo .header-section .topper .top-bar .header-right-bar{margin-bottom:-10px}}@media only screen and (max-width:479px){.homePageTwo .header-section .topper .top-bar .header-right-bar{margin-bottom:0;line-height:25px}}.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon{display:inline-block;vertical-align:top}@media only screen and (max-width:991px){.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon{float:none!important}}@media (min-width:992px) and (max-width:1199px){.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon li{margin-right:10px}}.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon li:last-child{margin-right:0}.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon li i{color:#FFF}.homePageTwo .header-section .topper .top-bar .header-right-bar .social-icon li i:hover{color:#F7922B}.homePageTwo .header-section .navbar{background-color:#FFF}.homePageTwo .header-section .navbar.sticky .navbar-inner{width:1140px;margin:0 auto}.homePageTwo .header-section .navbar.sticky .navbar-inner .navbar-collapse{width:auto}.homePageTwo .header-section .navbar .navbar-inner{padding:0 30px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.homePageTwo .header-section .navbar .navbar-inner .navbar-header .navbar-brand img{padding:20px 0}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse{margin:0}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav{margin:0}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li a,.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .search-view,.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-icon{color:#222;line-height:90px}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li.active a,.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li:hover a{color:#F7922B}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .dropdown-menu,.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .cart-item{top:90px}.homePageTwo .header-section .navbar .navbar-inner .navbar-collapse .navbar-nav li .dropdown-menu li a{line-height:45px}.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:48px;font-weight:600;line-height:62px;color:#FFF}@media (min-width:992px) and (max-width:1199px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:40px;line-height:60px}}@media only screen and (max-width:991px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:30px;line-height:50px}}@media only screen and (max-width:767px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box h1{font-size:25px;line-height:40px;margin:0 0 9px}}.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:18px;font-weight:500;line-height:30px;color:#FFF}@media (min-width:992px) and (max-width:1199px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:18px;line-height:30px}}@media only screen and (max-width:991px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:16px;line-height:27px}}@media only screen and (max-width:767px){.homePageTwo .slider-section .tp-banner-container .tp-banner .slide-content-box p{font-size:14px;line-height:24px;word-break:break-all;margin:0 0 10px}}.homePageTwo .slider-section .tp-banner-container .tp-banner .button .btn{border-radius:0}.homePageTwo .slider-section .tp-banner-container .tp-banner .button .btn::before{border-radius:0}.homePageTwo .finance-service-section .section-title{margin-bottom:13px}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper{box-shadow:none;border:1px solid #e7e8e8;border-bottom:0}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content{position:relative;z-index:5}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a{color:#FFF}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a:hover{color:#F7922B}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content p{color:#FFF}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-one,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-two,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-three,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-four{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .icon{background:transparent;box-shadow:none;transform:translateY(0);margin:30px auto 10px}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .wrapper-content{border-bottom:4px solid #F7922B}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4{margin:0 0 15px}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p{padding:0 35px 38px}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three,.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{position:absolute;left:0;width:100%;height:25%;background:#092a48;opacity:0;z-index:1;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one{top:0;-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;transition-delay:0.25s}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two{top:25%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three{top:49%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.homePageTwo .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{top:74%;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.homePageTwo .news-section .link .btn,.homePageTwo .project-section .link .btn{border-radius:0}.homePageTwo .news-section .link .btn:before,.homePageTwo .project-section .link .btn:before{border-radius:0}.homePageTwo .client-section{margin:30px 0 20px}.homePageThree .header-section .top-bar{min-height:50px;line-height:50px}@media only screen and (max-width:767px){.homePageThree .header-section .top-bar{line-height:35px}}.homePageThree .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:16px;color:#FFF}@media only screen and (max-width:767px){.homePageThree .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:14px}}.homePageThree .header-section .top-bar .header-right-bar{margin-bottom:-20px}@media only screen and (max-width:991px){.homePageThree .header-section .top-bar .header-right-bar{text-align:center}}@media only screen and (max-width:767px){.homePageThree .header-section .top-bar .header-right-bar{margin-bottom:-10px}}.homePageThree .header-section .top-bar .header-right-bar .social-icon{display:inline-block;vertical-align:top}@media (min-width:992px) and (max-width:1199px){.homePageThree .header-section .top-bar .header-right-bar .social-icon li{margin-right:10px}}.homePageThree .header-section .top-bar .header-right-bar .social-icon li:last-child{margin-right:0}.homePageThree .header-section .top-bar .header-right-bar .social-icon li i{color:#FFF}.homePageThree .header-section .top-bar .header-right-bar .social-icon li i:hover{color:#F7922B}.homePageThree .header-section .navbar{background-color:transparent;box-shadow:0 0 5px #8c8c8c;transition:.5s}.homePageThree .header-section .navbar.sticky{background-color:#FFF}.homePageThree .header-section .navbar.sticky .navbar-collapse{width:auto}.homePageThree .header-section .navbar .navbar-header .navbar-brand img{padding:20px 0}.homePageThree .header-section .navbar .navbar-collapse .navbar-nav{margin:0}.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon{color:#222;line-height:90px}.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a{color:#F7922B}.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-item{top:90px}.homePageThree .slider-section .tp-banner-container .tp-banner .button .btn{border-radius:0}@media only screen and (max-width:767px){.homePageThree .boost-section{display:block}}.homePageThree .boost-section .section-title{margin-bottom:52px}@media only screen and (max-width:767px){.homePageThree .boost-section .section-title{margin-bottom:30px}}.homePageThree .boost-section .boost-wrapper:hover .boost-content{padding:52px 25px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}@media only screen and (max-width:767px){.homePageThree .boost-section .boost-wrapper:hover .boost-content .wrapper-content p{opacity:1}}.homePageThree .boost-section .boost-wrapper .boost-content{padding:15px 25px 45px 25px;-webkit-transform:translateY(70%);-moz-transform:translateY(70%);-ms-transform:translateY(70%);-o-transform:translateY(70%);transform:translateY(70%)}.homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content{margin-top:8px}@media only screen and (max-width:767px){.homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content{margin-top:0}.homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content p{opacity:0}}@media only screen and (max-width:767px){.homePageThree .boost-section .boost-wrapper .boost-content .wrapper-content h4{font-size:20px;margin-bottom:4px}}.homePageThree .boost-section .owl-nav{margin-top:55px}@media only screen and (max-width:991px){.homePageThree .boost-section .owl-nav{margin-top:20px}}.homePageThree .boost-section .owl-nav .owl-prev,.homePageThree .boost-section .owl-nav .owl-next{background:transparent;color:#cecece;padding:0;margin:0 70px}@media only screen and (max-width:767px){.homePageThree .boost-section .owl-nav .owl-prev,.homePageThree .boost-section .owl-nav .owl-next{margin:0 95px}}.homePageThree .boost-section .owl-dots{margin-top:-27px}@media only screen and (max-width:600px){.homePageThree .boost-section .owl-dots{margin-top:0}}.homePageThree .boost-section .owl-dots .owl-dot.active span{background:#092a48}.homePageThree .boost-section .owl-dots .owl-dot span{margin:0 12px;background:transparent;border:1px solid #092a48}.homePageThree .news-section{background:#ebeef0}.homePageThree .news-section .news-wrapper .news-content{background:#FFF}.homePageThree .news-section .news-wrapper .video-content .news-content{background:transparent}.homePageThree .news-section .link .btn{border-radius:0}.homePageThree .project-section .link .btn{border-radius:0}.homePageThree .project-section .link .btn::before{border-radius:0}.homePageFour .header-section .top-bar{min-height:70px;line-height:70px;background-color:#FFF;padding-bottom:20px}@media only screen and (max-width:991px){.homePageFour .header-section .top-bar{padding-bottom:0;min-height:50px;line-height:50px}}@media only screen and (max-width:767px){.homePageFour .header-section .top-bar{line-height:35px;padding-bottom:10px}}@media only screen and (max-width:991px){.homePageFour .header-section .top-bar .navbar-header{float:none!important;padding-top:15px}.homePageFour .header-section .top-bar .navbar-header .navbar-brand{float:none!important;padding:0}.homePageFour .header-section .top-bar .navbar-header .navbar-brand img{margin:0 auto}}@media only screen and (max-width:991px) and (max-width:479px){.homePageFour .header-section .top-bar .navbar-header .navbar-brand img{width:180px}}@media only screen and (max-width:767px){.homePageFour .header-section .top-bar .navbar-header{padding:10px 0}}@media only screen and (max-width:991px){.homePageFour .header-section .top-bar .header-left-bar{float:none!important;text-align:center}}.homePageFour .header-section .top-bar .header-left-bar .contact-wrapper li{color:#6a6a6a}.homePageFour .header-section .navbar{background-color:#092a48;margin-top:-14px}.homePageFour .header-section .navbar.sticky{margin-top:0}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav{margin:0 45px}@media (min-width:992px) and (max-width:1199px){.homePageFour .header-section .navbar .navbar-collapse .navbar-nav{margin:0 8px}}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li a,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .search-view,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon{line-height:75px}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li.current_page_ancestor a,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li.active a,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li:hover a{color:#F7922B}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .cart-item{top:75px}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav.social-icon li{margin-right:14px}.homePageFour .header-section .navbar .navbar-collapse .navbar-nav.social-icon li:last-child{margin-right:0}.homePageFour .slider-section .tp-banner-container .tp-banner .slide-content-box{margin-top:60px}@media only screen and (max-width:767px){.homePageFour .slider-section .tp-banner-container .tp-banner .slide-content-box{margin-top:0}}.homePageFour .slider-section .tp-banner-container .tp-banner .slide-content-box h1,.homePageFour .slider-section .tp-banner-container .tp-banner .slide-content-box p{color:#FFF}.homePageFour .working-section .section-wrapper .wrapper-content .btn{border-radius:5px}.homePageFive .header-section .top-bar{min-height:auto;line-height:20px;padding:35px 0}@media only screen and (max-width:991px){.homePageFive .header-section .top-bar{padding:15px 0;text-align:left}}.homePageFive .header-section .navbar{background-color:#FFF}.homePageFive .header-section .navbar.sticky .navbar-collapse{width:auto}.homePageFive .header-section .navbar .navbar-header .navbar-brand img{padding:24px 0}@media (min-width:992px) and (max-width:1199px){.homePageFive .header-section .navbar .navbar-header .navbar-brand img{width:180px;padding:33px 0}}@media (min-width:992px) and (max-width:1199px){.homePageFive .header-section .navbar .navbar-collapse .navbar-nav{margin:0 15px}}.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li:hover a,.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li.active a{color:#F7922B}.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li a,.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon{line-height:100px;color:#0d1d36}.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu,.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.homePageFive .header-section .navbar .navbar-collapse .navbar-nav li .cart-item{top:100px}.homePageFive .slider-section .tp-banner-container .tp-banner .slide-content-box{margin-top:60px}@media only screen and (max-width:767px){.homePageFive .slider-section .tp-banner-container .tp-banner .slide-content-box{margin-top:0}}.homePageFive .slider-section .tp-banner-container .tp-banner .slide-content-box h1,.homePageFive .slider-section .tp-banner-container .tp-banner .slide-content-box p{color:#FFF}.homePageFive .slider-section .tp-banner-container .tp-banner .button .btn{border-radius:25px}.homePageFive .slider-section .tp-banner-container .tp-banner .button .btn::before{border-radius:25px}.homePageFive .working-section{background-color:#f2f2f2}.homePageFive .service-section{background-color:#FFF;padding-bottom:220px}@media only screen and (max-width:991px){.homePageFive .service-section{padding-bottom:30px}}.homePageFive .service-section .section-title h2{color:#092a48}.homePageFive .service-section .service-wrapper:hover{box-shadow:0 0 40px #cecece}.homePageFive .service-section .service-wrapper .wrapper-content h3 a{color:#092a48}.homePageFive .service-section .service-wrapper .wrapper-content h3 a:hover{color:#F7922B}@media only screen and (max-width:767px){.homePageFive .contact-section{padding:60px 0 0}}.homePageSix .header-section .navbar .navbar-collapse .navbar-nav.navbar-right{margin-right:90px}@media (min-width:992px) and (max-width:1199px){.homePageSix .header-section .navbar .navbar-collapse .navbar-nav.navbar-right{margin-right:30px}}.homePageSix .boost-section{padding-top:0;margin-top:-70px}@media only screen and (max-width:991px){.homePageSix .boost-section{margin-top:0;padding:80px 0 50px}}.homePageSix .pricing-section{padding-bottom:290px}@media only screen and (max-width:991px){.homePageSix .pricing-section{padding-bottom:30px}}@media only screen and (max-width:767px){.homePageSix .contact-section{padding:60px 0 0}}.subPage .header-title{background:url(../../../themes/Appliconsoft/assets/images/header-bg.jpg) no-repeat center top;background-size:cover;background-attachment:fixed}@media only screen and (max-width:767px){.subPage .header-title{background-attachment:inherit}}.subPage .header-section .top-bar{min-height:50px;line-height:50px}@media only screen and (max-width:767px){.subPage .header-section .top-bar{line-height:35px}}.subPage .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:14px;color:#FFF}@media only screen and (max-width:767px){.subPage .header-section .top-bar .header-left-bar .contact-wrapper li{font-size:13px}}.subPage .header-section .top-bar .header-right-bar{margin-bottom:-20px}@media only screen and (max-width:991px){.subPage .header-section .top-bar .header-right-bar{text-align:center}}@media only screen and (max-width:767px){.subPage .header-section .top-bar .header-right-bar{margin-bottom:-10px}}.subPage .header-section .top-bar .header-right-bar .social-icon{display:inline-block;vertical-align:top}@media (min-width:992px) and (max-width:1199px){.subPage .header-section .top-bar .header-right-bar .social-icon li{margin-right:10px}}.subPage .header-section .top-bar .header-right-bar .social-icon li:last-child{margin-right:0}.subPage .header-section .top-bar .header-right-bar .social-icon li i{color:#FFF}.subPage .header-section .top-bar .header-right-bar .social-icon li i:hover{color:#F7922B}.subPage .header-section .navbar{background-color:transparent;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:.5s}.subPage .header-section .navbar.sticky{background-color:#FFF}.subPage .header-section .navbar.sticky .navbar-collapse{width:auto}.subPage .header-section .navbar .navbar-header .navbar-brand img{padding:20px 0}.subPage .header-section .navbar .navbar-collapse .navbar-nav{margin:0}.subPage .header-section .navbar .navbar-collapse .navbar-nav li a,.subPage .header-section .navbar .navbar-collapse .navbar-nav li .search-view,.subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon{color:#222;line-height:90px}.subPage .header-section .navbar .navbar-collapse .navbar-nav li.active a,.subPage .header-section .navbar .navbar-collapse .navbar-nav li:hover a{color:#F7922B}.subPage .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu,.subPage .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,.subPage .header-section .navbar .navbar-collapse .navbar-nav li .cart-item{top:90px}.aboutPage .finance-service-section .section-title{margin-bottom:13px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper{box-shadow:none;border:1px solid #e7e8e8;border-bottom:0}.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content{position:relative;z-index:5}.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a{color:#FFF}.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content h4 a:hover{color:#F7922B}.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .wrapper-content p{color:#FFFFFF!important}.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-one,.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-two,.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-three,.aboutPage .finance-service-section .finance-carousel .finance-wrapper:hover .hover .hover-four{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .icon{background:transparent;box-shadow:none;transform:translateY(0);margin:30px auto 10px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content{border-bottom:4px solid #F7922B}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content h4{margin:0 0 15px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p{padding:0 35px 38px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one,.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two,.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three,.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{position:absolute;left:0;width:100%;height:25%;background:#092a48;opacity:0;z-index:1;-webkit-transition:all 0.35s ease;-o-transition:all 0.35s ease;-moz-transition:all 0.35s ease;transition:all 0.35s ease;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0)}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-one{top:0;-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;transition-delay:0.25s}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-two{top:25%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-three{top:49%;-webkit-transition-delay:0.105s;-moz-transition-delay:0.105s;-o-transition-delay:0.105s;transition-delay:0.105s}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .hover .hover-four{top:74%;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.team-page-section .section-wrapper{position:relative}.team-page-section .section-wrapper .team-wrapper{margin-bottom:50px}.team-page-section .section-wrapper .team-wrapper .caption{position:relative}.team-page-section .section-wrapper .team-wrapper .caption:hover::before{opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.team-page-section .section-wrapper .team-wrapper .caption:hover .hover-view li{opacity:1}.team-page-section .section-wrapper .team-wrapper .caption:hover .hover-view li:nth-child(1){transform:translateY(0)}.team-page-section .section-wrapper .team-wrapper .caption:hover .hover-view li:nth-child(2){transform:translateY(0)}.team-page-section .section-wrapper .team-wrapper .caption:hover .hover-view li:nth-child(3){transform:translateY(0)}.team-page-section .section-wrapper .team-wrapper .caption::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(9,42,72,.75);opacity:0;z-index:1;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-transform:scale(1,.5);-moz-transform:scale(1,.5);-ms-transform:scale(1,.5);-o-transform:scale(1,.5);transform:scale(1,.5)}.team-page-section .section-wrapper .team-wrapper .caption img{width:100%}.team-page-section .section-wrapper .team-wrapper .caption .hover-view{position:absolute;top:50%;left:0;right:0;width:100%;text-align:center;margin-top:-8px}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li{position:relative;display:inline-block;margin-right:15px;opacity:0;z-index:5;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li:nth-child(1){transform:translateY(10px)}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li:nth-child(2){transform:translateY(20px);transition-delay:.1s}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li:nth-child(3){transform:translateY(40px);transition-delay:.2s}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li:last-child{margin-right:0}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li i{font-size:24px;color:#FFF;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.team-page-section .section-wrapper .team-wrapper .caption .hover-view li i:hover{color:#F7922B}.team-page-section .section-wrapper .team-wrapper .contact-wrapper{margin-top:20px}.team-page-section .section-wrapper .team-wrapper .contact-wrapper h4{font-size:24px;font-weight:500;line-height:34px;margin-bottom:-4px}.team-page-section .section-wrapper .team-wrapper .contact-wrapper h4 a{color:#222}.team-page-section .section-wrapper .team-wrapper .contact-wrapper h4 a:hover{color:#F7922B}.team-page-section .section-wrapper .team-wrapper .contact-wrapper .position{font-size:14px;font-weight:500;color:#999}.team-page-section .section-wrapper .team-wrapper .contact-wrapper p{color:#6a6a6a;margin:10px 0 0}.team-page-section .link{margin-top:12px}@media only screen and (max-width:991px){.team-page-section .link{margin-bottom:50px}}.team-page-section .link .btn{padding:8px 34px}@media only screen and (max-width:479px){.team-page-section .link .btn{padding:5px 25px}}@media (min-width:768px) and (max-width:991px){.team-page-section .side-bar .page-list{width:50%;float:left}}.team-page-section .side-bar .page-list li{margin-bottom:8px}.team-page-section .side-bar .page-list li:last-child{margin-bottom:0}.team-page-section .side-bar .page-list li:hover a{color:#FFF;background:#F7922B;border-color:#F7922B}.team-page-section .side-bar .page-list li a{font-size:18px;line-height:30px;color:#333;border:2px solid #f3f3f3;padding:9px 0;display:block;border-radius:8px}@media only screen and (max-width:479px){.team-page-section .side-bar .page-list li a{padding:6px 0}}.team-page-section .side-bar .brochure{margin-top:50px}@media (min-width:768px) and (max-width:991px){.team-page-section .side-bar .brochure{width:50%;display:inline-block;padding:0 20px}}.team-page-section .side-bar .brochure h4{font-size:22px;font-weight:500;line-height:30px;color:#333}@media (min-width:992px) and (max-width:1199px){.team-page-section .side-bar .brochure h4{font-size:21px;margin-bottom:15px}}.team-page-section .side-bar .brochure span{font-size:16px;color:#F7922B;border:2px solid #F7922B;border-radius:8px;display:block;padding:10px 0}@media (min-width:992px) and (max-width:1199px){.team-page-section .side-bar .brochure span{padding:6px 0}}.team-page-section .side-bar .brochure span i{font-size:22px;color:#F7922B;margin-right:10px}.team-page-section .side-bar .susbscribe-section{border:2px solid #f3f3f3;border-radius:8px;margin-top:60px;padding:35px 22px}@media (min-width:992px) and (max-width:1199px){.team-page-section .side-bar .susbscribe-section{padding:25px 15px}}@media (min-width:768px) and (max-width:991px){.team-page-section .side-bar .susbscribe-section{margin-top:105px}}@media only screen and (max-width:479px){.team-page-section .side-bar .susbscribe-section{padding:20px}}.team-page-section .side-bar .susbscribe-section h4{font-size:18px;font-weight:500;line-height:27px;color:#0d1d36;margin-bottom:70px}@media only screen and (max-width:1199px){.team-page-section .side-bar .susbscribe-section h4{margin-bottom:30px}}.team-page-section .side-bar .susbscribe-section .form .form-group{margin-bottom:8px}.team-page-section .side-bar .susbscribe-section .form .form-group:last-child{margin-bottom:0}.team-page-section .side-bar .susbscribe-section .form .form-group .form-control{font-size:12px;border:2px solid #F7922B;color:#bcbaba;border-radius:8px;padding:18px}.team-page-section .side-bar .susbscribe-section .form .form-group .form-control::placeholder{color:#bcbaba}.team-page-section .side-bar .susbscribe-section .form .form-group .btn{font-size:15px;display:block;width:100%;border-radius:8px}.faq-page-section .brochure{margin-right:60px}@media only screen and (max-width:1199px){.faq-page-section .brochure{margin-right:0}}.faq-page-section .brochure h4{font-size:30px;font-weight:500;line-height:30px;color:#0d1d36}@media only screen and (max-width:991px){.faq-page-section .brochure h4{font-size:25px}}@media only screen and (max-width:767px){.faq-page-section .brochure h4{font-size:22px;margin-bottom:5px}}.faq-page-section .brochure p{font-size:16px;font-weight:300;line-height:28px;color:#666;margin-bottom:25px}@media only screen and (max-width:767px){.faq-page-section .brochure p{font-size:14px;line-height:25px}}.faq-page-section .brochure span{font-size:16px;color:#F7922B;border:2px solid #F7922B;border-radius:8px;display:block;padding:10px 30px;margin-bottom:18px}@media only screen and (max-width:991px){.faq-page-section .brochure span{padding:8px 30px;margin-bottom:10px}}.faq-page-section .brochure span i{font-size:22px;color:#F7922B;margin-right:10px}@media only screen and (max-width:991px){.faq-page-section .faq-content{margin-top:50px}}.faq-page-section .faq-content h3{font-size:30px;font-weight:500;line-height:30px;color:#222;margin-bottom:65px}@media only screen and (max-width:991px){.faq-page-section .faq-content h3{margin-bottom:40px}}@media only screen and (max-width:767px){.faq-page-section .faq-content h3{font-size:25px;margin-bottom:30px}}@media only screen and (max-width:767px){.faq-page-section .faq-content h3{font-size:22px}}.faq-page-section .faq-content .accordion-content .ui-accordion-header{position:relative;font-size:18px;font-weight:500;color:#031633;background-color:#FFF;padding:13px 33px;margin-bottom:0;margin-top:14px;cursor:pointer;border:1px solid #dee0e1}@media only screen and (max-width:767px){.faq-page-section .faq-content .accordion-content .ui-accordion-header{padding:8px 20px}}@media only screen and (max-width:479px){.faq-page-section .faq-content .accordion-content .ui-accordion-header{font-size:16px;line-height:24px;padding:13px 40px 13px 15px}}.faq-page-section .faq-content .accordion-content .ui-accordion-header:focus{outline:none}.faq-page-section .faq-content .accordion-content .ui-accordion-header::before{content:"\f107";font-family:"FontAwesome";position:absolute;top:50%;right:20px;width:15px;height:15px;line-height:15px;font-size:20px;color:#222;margin-top:-5px}@media only screen and (max-width:479px){.faq-page-section .faq-content .accordion-content .ui-accordion-header::before{right:15px}}.faq-page-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active{border-color:#F7922B}.faq-page-section .faq-content .accordion-content .ui-accordion-header.ui-accordion-header-active::before{content:"\f106"}.faq-page-section .faq-content .accordion-content .ui-accordion-content{padding:25px 10px 35px;height:auto!important;border:1px solid #dee0e1}@media only screen and (max-width:991px){.faq-page-section .faq-content .accordion-content .ui-accordion-content{padding:25px 35px 50px}}@media only screen and (max-width:767px){.faq-page-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}@media only screen and (max-width:699px){.faq-page-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 30px}}@media only screen and (max-width:450px){.faq-page-section .faq-content .accordion-content .ui-accordion-content{padding:25px 20px 50px}}.faq-page-section .faq-content .accordion-content .ui-accordion-content p{font-size:14px;font-weight:300;line-height:26px;color:#828282;word-break:break-all;margin-bottom:0}.partner-page-section .partner-wrapper{margin-bottom:15px}.partner-page-section .partner-wrapper:last-child{margin-bottom:0}.partner-page-section .partner-wrapper .caption img{max-width:100%}.partner-page-section .partner-wrapper .content{margin:30px 30px 0 0}@media only screen and (max-width:1199px){.partner-page-section .partner-wrapper .content{margin:0}}@media only screen and (max-width:991px){.partner-page-section .partner-wrapper .content{margin-top:15px}}.partner-page-section .partner-wrapper .content h3{position:relative;font-size:30px;font-weight:500;line-height:27px;margin-bottom:35px;padding-bottom:10px}@media only screen and (max-width:991px){.partner-page-section .partner-wrapper .content h3{font-size:25px;margin-bottom:30px;padding-bottom:0}}@media only screen and (max-width:767px){.partner-page-section .partner-wrapper .content h3{font-size:22px}}.partner-page-section .partner-wrapper .content h3::before{content:"";position:absolute;left:0;bottom:-14px;width:80px;height:5px;border-radius:5px;background-color:#F7922B}@media only screen and (max-width:767px){.partner-page-section .partner-wrapper .content h3::before{height:4px}}.partner-page-section .partner-wrapper .content h3 a{color:#0d1d36}.partner-page-section .partner-wrapper .content h3 a:hover{color:#F7922B}.partner-page-section .partner-wrapper .content p{color:#666}@media only screen and (max-width:991px){.partner-page-section .side-bar{margin-top:50px}}@media (min-width:768px) and (max-width:991px){.partner-page-section .side-bar .page-list{width:50%;float:left}}.partner-page-section .side-bar .page-list li{margin-bottom:8px}.partner-page-section .side-bar .page-list li:last-child{margin-bottom:0}.partner-page-section .side-bar .page-list li:hover a{color:#FFF;background:#F7922B;border-color:#F7922B}.partner-page-section .side-bar .page-list li a{font-size:18px;line-height:30px;color:#333;border:2px solid #f3f3f3;padding:9px 0;display:block;border-radius:8px}@media only screen and (max-width:479px){.partner-page-section .side-bar .page-list li a{padding:6px 0}}.partner-page-section .side-bar .brochure{margin-top:50px}@media (min-width:768px) and (max-width:991px){.partner-page-section .side-bar .brochure{width:50%;display:inline-block;padding:0 20px}}.partner-page-section .side-bar .brochure h4{font-size:22px;font-weight:500;line-height:30px;color:#333}@media (min-width:992px) and (max-width:1199px){.partner-page-section .side-bar .brochure h4{font-size:21px;margin-bottom:15px}}.partner-page-section .side-bar .brochure span{font-size:16px;color:#F7922B;border:2px solid #F7922B;border-radius:8px;display:block;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.partner-page-section .side-bar .brochure span:hover{border:2px solid #092a48;background:#092a48}.partner-page-section .side-bar .brochure span a{color:#F7922B;display:block;padding:10px 0}@media (min-width:992px) and (max-width:1199px){.partner-page-section .side-bar .brochure span{padding:6px 0}}.partner-page-section .side-bar .brochure span i{font-size:22px;color:#F7922B;margin-right:10px}.partner-page-section .side-bar .susbscribe-section{border:2px solid #f3f3f3;border-radius:8px;margin-top:60px;padding:35px 22px}@media (min-width:992px) and (max-width:1199px){.partner-page-section .side-bar .susbscribe-section{padding:25px 15px}}@media (min-width:768px) and (max-width:991px){.partner-page-section .side-bar .susbscribe-section{margin-top:105px}}@media only screen and (max-width:479px){.partner-page-section .side-bar .susbscribe-section{padding:20px}}.partner-page-section .side-bar .susbscribe-section h4{font-size:18px;font-weight:500;line-height:27px;color:#0d1d36;margin-bottom:70px}@media only screen and (max-width:1199px){.partner-page-section .side-bar .susbscribe-section h4{margin-bottom:30px}}.partner-page-section .side-bar .susbscribe-section .form .form-group{margin-bottom:8px}.partner-page-section .side-bar .susbscribe-section .form .form-group:last-child{margin-bottom:0}.partner-page-section .side-bar .susbscribe-section .form .form-group .form-control{font-size:12px;border:2px solid #F7922B;color:#bcbaba;border-radius:8px;padding:18px}.partner-page-section .side-bar .susbscribe-section .form .form-group .form-control::placeholder{color:#bcbaba}.partner-page-section .side-bar .susbscribe-section .form .form-group .btn{font-size:15px;display:block;width:100%;border-radius:8px}@media only screen and (max-width:479px){.partner-page-section .side-bar .susbscribe-section .form .form-group .btn{padding:5px 16px}}.service-page-section .side-bar{margin-right:50px}@media only screen and (max-width:1199px){.service-page-section .side-bar{margin-right:0}}@media (min-width:768px) and (max-width:991px){.service-page-section .side-bar .page-list{width:50%;float:left;margin-right:50px}}.service-page-section .side-bar .page-list li{margin-bottom:8px}.service-page-section .side-bar .page-list li:last-child{margin-bottom:0}.service-page-section .side-bar .page-list li:hover a,.service-page-section .side-bar .page-list li.active a{color:#F7922B}.service-page-section .side-bar .page-list li a{font-size:18px;line-height:30px;color:#333;border:2px solid #f3f3f3;padding:9px 30px;display:block;border-radius:8px}@media only screen and (max-width:479px){.service-page-section .side-bar .page-list li a{padding:6px 20px}}.service-page-section .side-bar .page-list li a i{font-size:22px;margin-top:5px;float:right}.service-page-section .side-bar .location{margin:65px 0 55px}@media only screen and (max-width:991px){.service-page-section .side-bar .location{margin:0 0 125px}}@media only screen and (max-width:767px){.service-page-section .side-bar .location{margin:35px 0}}.service-page-section .side-bar .location .heading{font-size:30px;font-weight:500;line-height:30px;color:#0d1d36}@media only screen and (max-width:991px){.service-page-section .side-bar .location .heading{font-size:25px;margin-bottom:10px}}@media only screen and (max-width:767px){.service-page-section .side-bar .location .heading{font-size:22px;margin-bottom:5px}}.service-page-section .side-bar .location li{margin-bottom:15px}.service-page-section .side-bar .location li:last-child{margin-bottom:0}.service-page-section .side-bar .location li i{font-size:20px;color:#F7922B;float:left;margin-top:7px}@media only screen and (max-width:991px){.service-page-section .side-bar .location li i{margin:4px 10px 0 0}}@media only screen and (max-width:479px){.service-page-section .side-bar .location li i{margin-top:3px}}.service-page-section .side-bar .location li .text{font-size:18px;line-height:34px;color:#7c828b;margin-left:45px}@media only screen and (max-width:991px){.service-page-section .side-bar .location li .text{font-size:16px;line-height:27px;margin-left:35px}}.service-page-section .side-bar .brochure h4{font-size:30px;font-weight:500;line-height:30px;color:#0d1d36}@media only screen and (max-width:991px){.service-page-section .side-bar .brochure h4{font-size:25px}}@media only screen and (max-width:767px){.service-page-section .side-bar .brochure h4{font-size:22px;margin-bottom:5px}}.service-page-section .side-bar .brochure p{font-size:16px;font-weight:300;line-height:28px;color:#666;margin-bottom:25px}@media only screen and (max-width:767px){.service-page-section .side-bar .brochure p{font-size:14px;line-height:25px}}.service-page-section .side-bar .brochure span{font-size:16px;color:#F7922B;border:2px solid #F7922B;border-radius:8px;display:block;padding:10px 30px;margin-bottom:18px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.service-page-section .side-bar .brochure span a{color:#F7922B}.service-page-section .side-bar .brochure span:hover{border:2px solid #092a48;background:#092a48}@media only screen and (max-width:991px){.service-page-section .side-bar .brochure span{padding:8px 30px;margin-bottom:10px}}.service-page-section .side-bar .brochure span i{font-size:22px;color:#F7922B;margin-right:10px}@media only screen and (max-width:991px){.service-page-section .working-section{margin-top:50px}}.service-page-section .working-section .header{margin-bottom:30px}.service-page-section .working-section .header h2{position:relative;font-size:36px;font-weight:600;line-height:40px;color:#031633;margin-bottom:53px}@media (min-width:768px) and (max-width:991px){.service-page-section .working-section .header h2{font-size:30px;line-height:35px}}@media only screen and (max-width:767px){.service-page-section .working-section .header h2{font-size:30px;line-height:35px;margin-bottom:10px}}@media only screen and (max-width:479px){.service-page-section .working-section .header h2{font-size:25px;line-height:30px}}.service-page-section .working-section .header h2::before{content:"";position:absolute;width:75px;height:5px;left:0;bottom:-13px;background-color:#F7922B}@media only screen and (max-width:1200px){.service-page-section .working-section .header h2::before{display:none}}.service-page-section .working-section .header p{font-size:15px;line-height:25px;color:#6a6a6a;margin-left:30px}@media only screen and (max-width:767px){.service-page-section .working-section .header p{margin-left:0}}.service-page-section .working-section .wrapper-content{margin-bottom:52px}.service-page-section .working-section .wrapper-content.last-wrapper{margin-bottom:0}@media only screen and (max-width:767px){.service-page-section .working-section .wrapper-content{margin-bottom:50px}}@media only screen and (max-width:479px){.service-page-section .working-section .wrapper-content{margin-bottom:30px}}.service-page-section .working-section .wrapper-content img{width:100%}.service-page-section .working-section .wrapper-content h3{position:relative;font-size:22px;font-weight:500;line-height:30px;border-bottom:1px solid #d8d8d8;margin:13px 0 22px;padding-bottom:36px}.service-page-section .working-section .wrapper-content h3::before{content:"";position:absolute;width:0;height:1px;left:0;bottom:-1px;background-color:#F7922B;-webkit-transition:0.8s;-khtml-transition:0.8s;-moz-transition:0.8s;-ms-transition:0.8s;-o-transition:0.8s;transition:0.8s}@media (min-width:768px) and (max-width:991px){.service-page-section .working-section .wrapper-content h3{font-size:20px;line-height:25px}}@media (min-width:480px) and (max-width:767px){.service-page-section .working-section .wrapper-content h3{font-size:20px;line-height:25px}}@media only screen and (max-width:479px){.service-page-section .working-section .wrapper-content h3{font-size:18px;line-height:22px;margin:13px 0 15px;padding-bottom:15px}}.service-page-section .working-section .wrapper-content:hover h3::before{width:100%}.service-page-section .working-section .wrapper-content .link{font-size:18px;font-weight:500;color:#222}.service-page-section .working-section .wrapper-content .link:hover{color:#F7922B}.service-page-section .working-section .wrapper-content .link i{transform:rotate(90deg)}@media only screen and (max-width:479px){.service-page-section .working-section .wrapper-content .link{font-size:15px}}.service-page-section .working-section .first-part{margin-bottom:40px}@media only screen and (max-width:991px){.service-page-section .single-service-wrapper{margin-top:50px}}.service-page-section .single-service-wrapper h3{font-size:28px;font-weight:500;line-height:30px;color:#0d1d36}@media only screen and (max-width:991px){.service-page-section .single-service-wrapper h3{font-size:24px}}@media only screen and (max-width:767px){.service-page-section .single-service-wrapper h3{font-size:25px}}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper h3{font-size:22px;line-height:25px}}.service-page-section .single-service-wrapper p{font-size:16px;line-height:28px;color:#6a6a6a;margin-bottom:30px}.service-page-section .single-service-wrapper p:nth-child(3){margin-bottom:25px}.service-page-section .single-service-wrapper .service-list{margin-bottom:40px}.service-page-section .single-service-wrapper .service-list li{font-size:16px;line-height:28px;color:#6a6a6a;margin-bottom:2px}.service-page-section .single-service-wrapper .service-list li i{vertical-align:middle;margin-right:5px}.service-page-section .single-service-wrapper #service-carousel{margin-bottom:100px}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper #service-carousel{margin-bottom:60px}}.service-page-section .single-service-wrapper #service-carousel .carousel-indicators{width:200px;left:0;right:0;margin:0 auto;bottom:-65px}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper #service-carousel .carousel-indicators{bottom:-40px}}.service-page-section .single-service-wrapper #service-carousel .carousel-indicators li{width:7px;height:7px;background-color:#c6c6c6;border:0;margin:0 20px}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper #service-carousel .carousel-indicators li{margin:0 10px}}.service-page-section .single-service-wrapper #service-carousel .carousel-indicators li.active{width:15px;height:15px;background-color:#F7922B;margin:-3px 20px}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper #service-carousel .carousel-indicators li.active{margin:-3px 10px}}.service-page-section .single-service-wrapper #service-carousel .carousel-inner img{width:100%}.service-page-section .single-service-wrapper .service-tab{padding-top:17px}.service-page-section .single-service-wrapper .service-tab .nav-tabs{border-bottom:1px solid #F7922B}.service-page-section .single-service-wrapper .service-tab .nav-tabs li{font-size:18px;font-weight:600;line-height:30px;margin:0}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li{font-size:16px;font-weight:400}}.service-page-section .single-service-wrapper .service-tab .nav-tabs li.active a{color:#FFF;background-color:#F7922B}.service-page-section .single-service-wrapper .service-tab .nav-tabs li.active a:hover{color:#FFF;background-color:#F7922B}.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{color:#F7922B;margin:0;border:0;border-radius:5px;padding:10px 50px}@media only screen and (max-width:767px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{padding:10px 30px}}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{padding:8px 20px}}.service-page-section .single-service-wrapper .service-tab .nav-tabs li a:hover{color:#F7922B;background-color:#FFF}.service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane{margin-top:22px}.service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p{font-size:15px;font-weight:300;line-height:25px;color:#6a6a6a}@media only screen and (max-width:479px){.service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p{margin-bottom:15px}}.service-page-section .single-service-wrapper .service-tab .tab-content .tab-pane p:last-child{margin-bottom:0}.contactPage .contact-section::before{display:none}.shopPage .banner-section{background:url(../../../themes/Appliconsoft/assets/images/sub/t-bg.jpg) no-repeat;background-position:center;background-size:cover}.shopPage .shop-section{padding-bottom:75px}@media only screen and (max-width:767px){.shopPage .shop-section{padding-bottom:50px}}.shopPage .shop-section .left-bar .wrapper-contant{margin-bottom:70px}.shopPage .shop-section .left-bar .wrapper-contant.last-content{margin-bottom:0}.shopPage .shop-section .left-bar .wrapper-contant h4{position:relative;font-size:24px;font-weight:500;color:#3d424b;margin-bottom:40px}@media only screen and (max-width:767px){.shopPage .shop-section .left-bar .wrapper-contant h4{font-size:20px}}.shopPage .shop-section .left-bar .wrapper-contant h4::before{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:2px;background-color:#F7922B}.shopPage .shop-section .left-bar .wrapper-contant .layout-slider{margin-top:60px}.shopPage .shop-section .left-bar .wrapper-contant .layout-slider span{font-size:12px;color:#3d424b}.shopPage .shop-section .left-bar .wrapper-contant ul li{font-size:16px;font-weight:600;border-bottom:1px solid #f1f1f1;margin-bottom:10px;padding-bottom:10px}.shopPage .shop-section .left-bar .wrapper-contant ul li:last-child{border:0}.shopPage .shop-section .left-bar .wrapper-contant ul li a{color:#212121}.shopPage .shop-section .left-bar .wrapper-contant ul li a:hover{color:#F7922B}.shopPage .shop-section .right-bar .product-selection .product-wrapper{margin-bottom:60px;text-align:center}@media only screen and (max-width:767px){.shopPage .shop-section .right-bar .product-selection .product-wrapper.last-wrapper{margin-bottom:0}}.shopPage .shop-section .right-bar .product-selection .product-wrapper:hover .product-detail{background-color:#F7922B;border-radius:8px}.shopPage .shop-section .right-bar .product-selection .product-wrapper:hover .product-detail h5{color:#FFF}.shopPage .shop-section .right-bar .product-selection .product-wrapper:hover .product-detail .cart{color:#3d424b}.shopPage .shop-section .right-bar .product-selection .product-wrapper:hover .product-detail .price{background-color:#FFF;color:#F7922B;box-shadow:0 0 5px #a5a3a3}.shopPage .shop-section .right-bar .product-selection .product-wrapper img{max-width:100%}.shopPage .shop-section .right-bar .product-selection .product-wrapper .product-detail{position:relative;box-shadow:0 0 20px #dcdada;margin-top:15px;padding:15px 20px;-webkit-transition:0.8s;-khtml-transition:0.8s;-moz-transition:0.8s;-ms-transition:0.8s;-o-transition:0.8s;transition:0.8s}.shopPage .shop-section .right-bar .product-selection .product-wrapper .product-detail h5{font-size:20px;font-weight:500;color:#3d424b;margin-bottom:5px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.shopPage .shop-section .right-bar .product-selection .product-wrapper .product-detail .cart{font-weight:600;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}.shopPage .shop-section .right-bar .product-selection .product-wrapper .product-detail .price{position:absolute;right:-15px;bottom:-20px;width:60px;height:60px;line-height:60px;font-size:22px;font-weight:600;color:#FFF;background-color:#F7922B;text-align:center;border-radius:50%;-webkit-transition:0.8s;-khtml-transition:0.8s;-moz-transition:0.8s;-ms-transition:0.8s;-o-transition:0.8s;transition:0.8s}.shopPage .pagination-wrapper .pagination{margin:30px 0 0}.cartpage .banner-section{background:url(../../../themes/Appliconsoft/assets/images/sub/t-bg.jpg) no-repeat;background-position:center;background-size:cover}.cartpage .cart-section .table{border:1px solid #dedcdc;border-radius:8px;margin:0}.cartpage .cart-section .table thead tr th{color:#333}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr th{padding:0}}.cartpage .cart-section .table tbody tr th img{width:50px}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr th img{width:40px}}.cartpage .cart-section .table tbody tr td{color:#333;line-height:72px}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr td{line-height:50px;padding:0}}.cartpage .cart-section .table tbody tr td i{color:red}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr.button th{display:none}}.cartpage .cart-section .table tbody tr.button td{text-align:center;padding:0;line-height:50px;color:#FFF}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr.button td{line-height:20px;padding:5px 0}}@media only screen and (max-width:479px){.cartpage .cart-section .table tbody tr.button td.ff{display:none}}.cartpage .cart-section .table tbody tr.button td:last-child{background-color:#F7922B}.cartpage .cart-section .cart-amount{margin-top:100px}.cartpage .cart-section .cart-amount h5{font-size:30px;font-weight:500;color:#3d424b}.cartpage .cart-section .cart-amount ul{border:1px solid #d8d5d5}.cartpage .cart-section .cart-amount ul li{display:flex;border-bottom:1px solid #d8d5d5;padding:10px}.cartpage .cart-section .cart-amount ul li:last-child{border:0}.cartpage .cart-section .cart-amount ul li span{flex:1}.cartpage .cart-section .cart-amount ul li span.text{font-size:15px;font-weight:700;color:#3d424b}.cartpage .cart-section .cart-amount ul li span.amount{font-weight:700;color:#3d424b}.cartpage .cart-section .cart-amount .btn{border-radius:0;width:100%;margin-top:20px}.cartpage .cart-section .cart-amount .btn:focus{color:#FFF}.cartpage .cart-section .cart-amount .btn::before{border-radius:0}.style-switcher-box{background-color:#FFF;width:252px;padding:50px 25px;position:fixed;left:-252px;top:15%;z-index:999;border:1px solid #d9d9d9;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}.style-switcher-box button{background-color:#F7922B;width:45px;height:45px;line-height:40px;text-align:center;color:#000;font-size:20px;border:0;outline:0;box-shadow:none;position:absolute;right:-45px;top:50px}.style-switcher-box button i{color:#FFF;-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.style-switcher-box h5{font-size:18px;color:#000;text-align:center;margin:0 0 2em;text-transform:uppercase}.style-switcher-box .main-list>.list{margin-bottom:30px}.style-switcher-box .main-list>.list:last-child{margin-bottom:0}.style-switcher-box .list-title{display:block;font-size:12px;border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:5px;text-transform:uppercase}.style-switcher-box .list>.sublist{margin-bottom:10px}.style-switcher-box .list>.sublist:last-child{margin-bottom:0}.style-switcher-box .sublist span{display:block;font-size:12px;margin-bottom:5px}.style-switcher-box .sublist ul{overflow:hidden}.style-switcher-box .sublist ul li{float:left;min-width:32px;min-height:32px;margin:0 5px 5px 0;cursor:pointer}.style-switcher-box .sublist ul li.color-default{background:#3575d3}.style-switcher-box .sublist ul li.color-style1{background:#C1AA81}.style-switcher-box .sublist ul li.color-style2{background:#FA9928}.style-switcher-box .sublist ul li.color-style3{background:#e21f2f}.style-switcher-box .sublist ul li.color-style4{background:#09142d}.style-switcher-box .sublist ul li.color-style5{background:#3498db}.style-switcher-box .sublist ul li.color-style6{background:#a57b4a}.style-switcher-box .sublist ul li.color-style7{background:#09a223}.style-switcher-box .sublist ul li.color-style8{background:#904eab}.style-switcher-box .sublist ul li.color-style9{background:#38cbcb}.style-switcher-box .pattern-bg .sublist ul{overflow:hidden}.style-switcher-box .pattern-bg .sublist ul li{float:left;min-width:32px;min-height:32px;margin:0 5px 5px 0;cursor:pointer;background:url(../../../themes/Appliconsoft/assets/images/sp.jpg) no-repeat}.style-switcher-box .layout ul li{background-color:#F7922B;min-height:20px;color:#FFF;padding:5px 10px;font-size:12px}.style-switcher-box p{font-size:11px;margin:15px 0 0}.style-switcher-box p span{color:#f66}.toggle-switcherbox{left:0}@-webkit-keyframes rotating{form{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{form{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#toTop{position:fixed;bottom:50px;right:30px;color:#F7922B;cursor:pointer;display:none;width:35px;height:35px;font-size:16px;line-height:30px;border:1px solid #F7922B;border-radius:4px;text-align:center;z-index:999}#preloader{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#FFF;z-index:10000}#preloader .preloader{position:absolute;top:50%;left:0;right:0;height:50px;width:50px;margin:-25px auto 0;display:block}#preloader .preloader span{position:absolute;display:block;bottom:10px;width:9px;height:5px;-webkit-animation:animation 3s infinite ease-in-out;animation:animation 3s infinite ease-in-out}#preloader .preloader span:nth-child(2){left:11px;-webkit-animation-delay:.2s;animation-delay:.2s}#preloader .preloader span:nth-child(3){left:22px;-webkit-animation-delay:.4s;animation-delay:.4s}#preloader .preloader span:nth-child(4){left:33px;-webkit-animation-delay:.6s;animation-delay:.6s}#preloader .preloader span:nth-child(5){left:44px;-webkit-animation-delay:.8s;animation-delay:.8s}@keyframes animation{0%{height:5px;-webkit-transform:translateX(0);transform:translateX(0);background:#092a48}25%{height:30px;-webkit-transform:translateX(0);transform:translateX(0);background:#F7922B}50%{height:30px;-webkit-transform:translateX(10px);transform:translateX(10px);background:#092a48}100%{height:5px;-webkit-transform:translateX(0);transform:translateX(0);background:#F7922B}}.fa-angle-down:before{margin-left:5px}.img-container{min-height:400px;background-image:url(http://lorempixel.com/1800/400/);background-repeat:no-repeat;background-size:1800px 400px;background-position:center top}.error-message{color:red;display:none}.error-message.show{display:block}.field-msg.success.js-form-success{color:red;display:none}.field-msg.success.js-form-success.show{display:block}.field-msg.error.js-form-error{color:red;display:none}.field-msg.error.js-form-error.show{display:block}iframe{width:100%}.service-page-section .working-section .wrapper-content .link+h3{border-bottom:0}.service-page-section .working-section .wrapper-content .link+h3:before{display:none}.comment{margin:-80px 40px 0 45px}.comment-reply-link{margin:25px 0 80px 102px}.commentmetadata{padding-left:73px}.comment-body p{padding-left:72px}.reply{margin-left:56%;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:25px;margin-top:5px;margin-bottom:10px}.fn{padding-left:9px}.comment-awaiting-moderation{display:block;padding-left:70px}.children{background:#e9e8e8;background-size:30px;padding:28px;padding-right:40px;margin:0 0 0 0;margin-bottom:10px}.dropdown8menu>li>a:hover,.dropdown-menu>.active>a{background-color:unset!important}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:unset!important}#offcanvas-menu .menu-wrapper li.active a{color:#F7922B!important}#offcanvas-menu .menu-wrapper>li:hover>a,#offcanvas-menu ul.menu-wrapper li.menu-item-has-children ul>li:hover>a{color:#F7922B!important}.ui-accordion-content li{position:relative;display:block;margin:0 16px;cursor:pointer;font-size:14px;font-weight:300;line-height:26px;color:#828282;margin-bottom:0}.ui-accordion-content li:before{content:"•";color:#000;display:inline-block;width:1em;margin-left:-1em}footer .content a{color:#aaa}footer .content a:hover{color:#F7922B}footer .email a:hover{color:#F7922B}.top-bar a,.top-bar i{color:#aaa}.top-bar li:hover a,.top-bar li:hover i{color:#F7922B}.btn-primary{outline:none}.hover{color:#333}.hover:hover{color:#F7922B}.text a{color:#aaa}.text a:hover{color:#F7922B}.ui-datepicker{background-color:#f7f7f7;width:216px;height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%}.ui-datepicker-header{background:url(../../../themes/Appliconsoft/assets/images/dark_leather.png) repeat 0 0 #000;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000,offx=1,offy=-1);line-height:30px;border-width:1px 0 0 0;border-style:solid;border-color:#111}.ui-datepicker-title{text-align:center}.ui-datepicker-prev,.ui-datepicker-next{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../../../themes/Appliconsoft/assets/images/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#f1f1f1));background-image:-webkit-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);background-image:-o-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);background-image:-ms-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);background-image:linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f1f1f1',GradientType=0);border-bottom:1px solid #bbb}.ui-datepicker th{text-transform:uppercase;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff,offx=1,offy=0)}.ui-datepicker tbody td{padding:0;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr{border-bottom:1px solid #bbb}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td span,.ui-datepicker td a{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff,offx=1,offy=1)}.ui-datepicker-calendar .ui-state-default{background:#ededed;background:-moz-linear-gradient(top,#ededed 0%,#dedede 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#dedede));background:-webkit-linear-gradient(top,#ededed 0%,#dedede 100%);background:-o-linear-gradient(top,#ededed 0%,#dedede 100%);background:-ms-linear-gradient(top,#ededed 0%,#dedede 100%);background:linear-gradient(top,#ededed 0%,#dedede 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dedede',GradientType=0);-webkit-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5);box-shadow:inset 1px 1px 0 0 rgba(250,250,250,.5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#6eafbf;-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);box-shadow:inset 0 0 10px 0 rgba(0,0,0,.1);color:#e0e0e0;text-shadow:0 1px 0 #4d7a85;filter:dropshadow(color=#4d7a85,offx=0,offy=1);border:1px solid #55838f;position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}.startup-section .wrapper-content p{max-height:207px}footer.comment-meta{padding:10px!important}.project-section,.project-section p,.project-section h1,.project-section h2{text-align:center!important}.subPage .header-section .top-bar{min-height:50px;line-height:50px}section.header-title.section-padding{padding:215px 0 80px!important}.subPage .header-title{background-size:cover!important;background-attachment:fixed!important}@media only screen and (max-width:479px){section.header-title.section-padding{padding:60px 0!important}}@media screen and (min-width:1025px){section.project-section.section-padding.portfolio{margin-top:-55px}}.footer-section .footer-container .footer-wrapper .location li{align-items:center!important}div#es_form_f1-n1{margin-top:2px!important}.team-page-section .section-wrapper .team-wrapper .caption img{width:100%;max-height:325px!important}.service-page-section .wrapper-content{margin-bottom:20px;height:377px}.signupForm{display:flex;justify-content:end;align-items:center;background:#fff;border-radius:50px;overflow:hidden;max-width:520px;width:100%;box-shadow:0 10px 25px rgba(0,0,0,.15);margin-right:0!important}div#es_form_f1-n1{margin-top:-1px!important}.signupForm label{display:flex;flex:1;margin:0;font-size:0}.signupForm .searchBar{top:0;border:0;border-radius:25px;font-size:18px;font-weight:600;color:#FFF;background:#F7922B;height:100%;padding:0 50px}.signupForm .searchBar::placeholder{color:#888}.signupForm .subscribeBtn{background:#F7922B;color:#fff;border:none;padding:16px 48px;border-radius:50px;font-weight:600;cursor:pointer;transition:0.3s ease;white-space:nowrap}.signup-section .contact-wrapper .signupForm .form-wrapper{position:relative;margin-right:95px!important}.signupForm .subscribeBtn:hover{background:#2fb3e0}.signupForm .es_spinner_image{display:none}.es_subscription_message.success{color:#fff;font-size:17px}@media screen and (max-width:999px){.signup-section .contact-wrapper .signupForm .form-wrapper{position:relative;margin-right:95px!important}}@media (max-width:768px){.col-md-6.col-sm-5.hidden-xs{display:none!important}.signup-section .col-md-6.col-sm-7 .contact-wrapper{max-width:100%!important}form#careerApplicationForm{padding:13px!important}}@media (max-width:465px){.signupForm .subscribeBtn{padding:5px 22px}}.faq-page-section .faq-content .accordion-content .ui-accordion-content p{word-break:normal!important}.rev_slider ul li:first-child{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.section-title.text-center.testimonial{padding-bottom:18px}@media only screen and (max-width:479px){.section-title .border-2{display:block}.section-title .border-2{top:47px}}section.team-page-section.section-padding.team-section{padding:40px}.finance-wrapper .icon{margin-bottom:15px}.finance-wrapper .icon i{font-size:48px;color:#F7922B;transition:all 0.3s ease}.finance-wrapper:hover .icon i{transform:scale(1.1);color:#2fb6e0}.finance-wrapper:hover .icon i{color:#fff}.finance-wrapper:hover .wrapper-content h4 a,.finance-wrapper:hover .wrapper-content{color:#fff}.finance-service-section .finance-carousel .owl-nav .owl-prev i,.finance-service-section .finance-carousel .owl-nav .owl-next i{font-size:12px;;margin-top:8px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content{border-bottom:4px solid #F7922B;min-height:193px}.multi-section .client-section h3{font-size:30px;font-weight:500;line-height:30px;color:#222;margin:-7px 0 67px -3px}@media screen and (max-width:971px){.multi-section .client-section h3{margin:-7px 0 33px 28px!important}}@media (min-width:1200px){.container{width:1222px!important}.header-section .navbar .navbar-collapse .navbar-nav{margin:0 20px!important}}.header-section .navbar.sticky .navbar-collapse{width:1170px!important;margin:0 auto}@media screen and (min-width:990px) and (max-width:1220x){.header-section .navbar .navbar-collapse .navbar-nav{margin:0 8px!important}}.header-section .navbar.sticky .navbar-collapse{width:1127px!important;margin:0 auto}.pp-heading{font-size:30px}.tos-heading{font-size:30px}.img-logo{width:130px;height:auto!important;max-width:100%;object-fit:contain}.heading{color:#092a48}.w-layout-grid{margin-top:40px}.copy-right .left{position:absolute;right:20px}.copy-right .center{margin:0}.footer-copyright{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.service-img{height:250px}.aboutPage .finance-service-section .finance-carousel .finance-wrapper .wrapper-content p{padding:0 35px 38px}@media (max-width:767px){.img-logo{width:100px;height:auto!important;max-width:100%}}h1.search span{word-break:break-word}.news-content{position:relative;min-height:350px;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;margin-bottom:20px;border-radius:20px}.news-content::before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.20) 20%,rgba(0,0,0,.60) 45%,rgba(0,0,0,.90) 70%,rgba(0,0,0,1) 100%);z-index:1}.overlay-content{position:relative;z-index:2;color:#F7922B;font-weight:700;display:flex;flex-direction:column;height:100%;justify-content:flex-end}.overlay-content span a,.overlay-content .date,.overlay-content .news-description{color:#fff}.news-section .news-wrapper .news-content h4 a{color:#FFFFFF!important}.overlay-content h4{color:#FFF}.news-section .news-wrapper .news-content p{font-size:15px;font-weight:500;margin:0}.news-section .news-wrapper .news-content h4{font-size:20px;font-weight:600}.footer-copyright{position:relative;display:flex;justify-content:center;align-items:center}.footer-copyright .center{margin:0;text-align:left;flex:1}.bottom-menu{position:absolute;left:50%;transform:translateX(-50%);margin:0 auto;z-index:2}.bottom-menu ul li a{color:#aaa;white-space:nowrap}.bottom-menu ul{display:flex;list-style:none;margin:0;padding:0;gap:15px}.service-page-section .custom-class h2::before{content:"";position:absolute;width:75px;height:5px;left:0;bottom:0;background-color:#F7922B}@media (max-width:991px){.footer-copyright{flex-direction:column;justify-content:center;text-align:center;gap:10px}.footer-copyright .center{text-align:center}.bottom-menu{position:static;transform:none;margin-top:5px}.bottom-menu ul{justify-content:center}}@media (max-width:767px){.footer-copyright{flex-direction:column}.bottom-menu{position:static;margin-top:10px}.bottom-menu ul{justify-content:center;flex-wrap:wrap;margin-left:-11px}}.description{padding-bottom:20px;margin-left:-7px}@media (min-width:568px) and (max-width:984px){.latest-news>.col-md-4{width:50%!important;flex:0 0 50%;max-width:50%}}.service-page-section .custom-class h2::before{display:none}.startup-section .wrapper-content p,p.short-des,.section-wrapper .col-md-4 .wrapper-content p,.news-section .news-wrapper .news-content p,.footer-section .footer-container .footer-wrapper p,.research-section .research-content .accordion-content .ui-accordion-content p,.research-section #research-carousel .carousel-inner .carousel-wrapper .content p{text-align:left}.select2-dropdown{z-index:6!important}.select2-container--default .select2-selection--single .select2-selection__rendered{color:grey!important;font-weight:600!important}.select2-search--dropdown{padding:0px!important}.select2-container .select2-selection--single{height:32px!important}.blog-section .first-row{display:flex!important}.blog-wrapper{display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important}.research-section .research-content .accordion-content .ui-accordion-content{height:auto!important}section.signup-section .container .col-md-6.col-sm-5 .caption.text-right img{user-select:none!important}.form-group .g-recaptcha div{user-select:none!important}section.blog-section .loadmorenews_container .first-row .col-sm-4 .blog-wrapper img{user-select:none!important}a{user-select:none!important}section.blog-section ul.share li time{user-select:none!important}img{user-select:none!important}.header-left-bar.pull-right ul.contact-wrapper li{user-select:none!important}.header-left-bar.pull-right ul.contact-wrapper{display:flex!important;justify-content:center;align-items:center;gap:32px}.header-section .top-bar .header-left-bar .contact-wrapper li{margin-right:0px!important}span.sub-title .breadcrumbs{display:flex;align-items:center;justify-content:center;gap:3px}span{user-select:none!important}.slider-section .tp-caption p{margin-bottom:0px!important}#toTop{position:fixed;bottom:25px!important;right:91px;color:#F7922B;cursor:pointer;display:none;width:35px;height:35px;font-size:16px;line-height:30px;border:1px solid #F7922B;border-radius:4px;text-align:center;z-index:99}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{word-break:break-word!important;text-align:left!important}#service-carousel .carousel-inner .item img{object-fit:cover;width:100%!important;height:410px!important}section.single-news-section.section-padding .col-md-10.col-md-offset-1 .widget .list-inline.clearfix li a:hover{color:#FFFFFF!important;background-color:#092a48!important}section.team-page-section.section-padding .row.loadmoretem_container .section-wrapper .team-wrapper .contact-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:205px!important}section.startup-section.section-padding .container .header .col-sm-3 h2::before{content:"";position:absolute;width:75px;height:4px;left:3px;top:90px;bottom:-10px;background-color:#F7922B}.av_slideshow_full li img{height:100%;width:100%;object-fit:contain;background-color:#d4dbd3}#exampleModal .modal-dialog .modal-content .modal-header{position:relative;display:flex;align-items:center;flex-direction:row}#exampleModal .modal-dialog .modal-content .modal-header button.close{position:absolute;right:14px}.col-md-3.col-md-offset-1.col-sm-4 .footer-wrapper.last-wrapper #menu-footer-menu-2{margin-left:30px}section.partner-page-section.section-padding .container .col-md-9{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.hover-view{display:flex;align-items:center;justify-content:space-around;flex-direction:row-reverse;padding-bottom:20px!important}section.team-page-section.section-padding .container .col-md-9 .row.loadmoretem_container .section-wrapper .team-wrapper .contact-wrapper span.position{min-height:45px!important}.startup-section .wrapper-content .caption{width:auto;margin:auto}.menu-toggle+.mobile-sticky-logo{display:none}.menu-toggle.sticky+.mobile-sticky-logo{content:"";position:fixed;min-width:50%;height:36px!important;left:20px;top:12px;background-size:contain!important;margin:0;background:url(https://appliconsoft.com/wp-content/uploads/2026/06/Applicon-latest-footer.png) no-repeat;z-index:10000}@media screen and (max-width:479px){.contact-section .contact-wrapper .section-title p{color:#666;width:300px!important}footer.footer-section .footer-container .col-md-4.col-sm-4 .footer-wrapper .location li{display:flex;flex-wrap:nowrap;flex-direction:row}section.contact-section .container .contact-wrapper .section-title.text-center p{text-align:left;word-break:break-word}#offcanvas-menu{position:fixed;top:0;right:0;width:230px;height:100%;background:#092a48}html{margin-top:0px!important}.homePageFour .header-section .top-bar .navbar-header{padding:0}.homePageFour .header-section .top-bar .navbar-header .navbar-brand{float:left!important}.blog-section .blog-wrapper .author img{height:20px}.tp-mask-wrap p,.tp-mask-wrap span{font-size:12px!important;line-height:normal!important}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div{font-size:14px!important;padding:0 20px!important}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-parallax-wrap .tp-loop-wrap div p span{word-break:keep-all;white-space:break-spaces}.tp-caption p:first-child{padding-top:20px!important}}.navbar-collapse{-webkit-box-align:center;align-items:center;width:100%}#offcanvas-menu{position:fixed;top:0;right:0;width:250px;height:100%;background:#092a48;z-index:999}@media (max-width:991.98px) .ftco-navbar-light .navbar-nav{padding-top:20px;padding-bottom:20px}@media screen and (max-width:992px){.slider-section h1.title{display:none}.menu-toggle i{border-radius:4px!important}#offcanvas-menu .mobile-menu .navbar-nav li{margin:0px!important}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div p{font-size:9px!important;word-break:break-word!important;margin-bottom:12px!important}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-parallax-wrap .tp-loop-wrap div p span{word-break:keep-all;white-space:break-spaces}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div{font-size:14px!important;padding:0 20px!important}.menu-toggle i{background-color:#092a48!important;position:relative}#offcanvas-menu .mobile-menu ul.nav.navbar-nav li{text-align:left}#offcanvas-menu .nav.navbar-nav li{width:100%}ul.nav.navbar-nav{max-height:100%!important}#offcanvas-menu .nav.navbar-nav li active{text-decoration:none;background-color:#eee!important}#offcanvas-menu .nav.navbar-nav li a:hover{background-color:transparent!important;color:#F7922B}#offcanvas-menu .nav.navbar-nav li a:focus{background-color:transparent!important}#offcanvas-menu .nav.navbar-nav li a{color:#fff;max-width:min-content}#offcanvas-menu .nav.navbar-nav li active{color:#F7922B!important}}.mobile-menu{background-color:#333;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-start;z-index:1000}.mobile-menu ul{list-style:none;padding:0;text-align:center}.mobile-menu ul li{margin:10px 0}.mobile-menu a{text-decoration:none;color:#fff;font-size:18px}#offcanvas-menu .nav.navbar-nav li{width:100%;height:auto!important}#offcanvas-menu .close-menu{z-index:9999;position:absolute;top:15px;margin-left:-20px}.project-section .project-content .category li i{width:18px!important}.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease}.service-section .service-wrapper:hover{background-color:#fff;transition-delay:0.3s}.team-page-section .section-wrapper .team-wrapper .contact-wrapper p{color:#6a6a6a;margin:0px!important}#demoForm .form-wrapper .row .col-md-6 .form-group input#pictureInput:focus{outline:none!important}.floatingg-icon{position:fixed;width:65px;height:65px;background-color:#25D366;z-index:9;bottom:14px;left:6px;display:flex;justify-content:center;border-radius:10px;box-shadow:0 2px 5px #999}.tochatbe-icon-whatsapp{position:absolute;font-size:54px;padding:1px;top:5px}section.contact-section .contact-wrapper .section-title{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-section .contact-wrapper .section-title p{color:#666;width:608px}.working-section .section-wrapper .video-wrapper{margin-left:60px;user-select:none;position:sticky}.section-wrapper .col-md-4 .wrapper-content h4{user-select:none}.section-wrapper .col-md-4 .wrapper-content p{user-select:none}section.working-section .section-title.text-center h2{user-select:none}.rev_slider li.tp-revslider-slidesli{display:flex;flex-direction:column;justify-content:center;align-items:center}.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{position:relative!important;top:0!important;left:auto!important;right:auto!important}.slider-section #rev_slider_4 .font-extra-bold{line-height:40px!important;color:#FFF;margin:-2px 0 8px!important}.rev_slider li.tp-revslider-slidesli .tp-parallax-wrap:nth-child(4){margin:0 0 12px 2px}@media screen and (max-width:992px){section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div{font-size:14px!important;padding:0 41px!important;line-height:20px!important;white-space:normal!important;word-break:break-word!important;max-width:100%!important;display:flex;margin:0 auto!important;text-align:center!important}}@media screen and (max-width:479px){.tp-caption p:first-child{padding-top:0px!important}}.tp-caption.font-medium.sfb.tp-resizeme.letter-space-5{flex-direction:column;align-items:center;justify-content:center;display:flex}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield!important}@media only screen and (max-width:479px){.slider-section #rev_slider_4 .btn{display:block!important}.slider-section #rev_slider_4 .btn{padding:5px 11px!important}.slider-section #rev_slider_4 .btn{font-size:12px!important;line-height:34px!important}.slider-section #rev_slider_4 .font-medium p span{font-size:14px!important}}.slider-section #rev_slider_4 .font-medium p{text-align:center!important;display:flex;flex-direction:column;align-items:center;justify-content:center}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:block!important}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button{border-radius:4px!important;border:1px solid #ccc;padding:6px 12px;height:34px}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button::before:hover{background-color:transparent!important;color:#999!important}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent!important;color:#999!important;transform:translateX(-102%)}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button:focus{outline:none!important}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button:active{background-color:transparent!important;box-shadow:none!important;color:#999!important}form#demoForm .row .form-group .dropdown.bootstrap-select.form-control.bs3.open button.btn.dropdown-toggle.btn-default.bs-placeholder{background-color:transparent!important}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999!important;background-color:#fff!important}#demoForm .form-wrapper .row .form-group .dropdown.bootstrap-select.form-control.bs3.dropup.open .dropdown-menu.open{top:34px;bottom:100%;margin-bottom:2px}form#demoForm .row .form-group .dropdown.bootstrap-select.form-control.bs3.open button.btn.dropdown-toggle.btn-default.bs-placeholder span.bs-caret span.caret{position:absolute;top:50%!important;right:12px;margin-top:-2px;vertical-align:middle}.filter-option{display:flex;justify-content:flex-start;align-items:center}#demoForm .form-wrapper .row .dropdown.bootstrap-select.countries.form-control.ex-basic.bs3.open .dropdown-menu.open .inner.open .dropdown-menu.inner li.selected.active #bs-select-2-0 span.text{color:#fff}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#333333!important}.btn-default:hover{color:#333;background-color:#fff!important;border-color:#adadad}.btn-default{color:#999999!important;background-color:#fff!important}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;border-bottom:1px solid #c1c1c1}.dropdown-menu.open .inner.open .dropdown-menu.inner li:last-child a{border-bottom:0px!important}.dropdown-menu>.active>a,.dropdown-menu>.active>a:,.dropdown-menu>.active>a{color:#ffffff!important}.bootstrap-select .dropdown-menu li a{padding:6px 12px}.caret{border-top:4px dashed!important;border-bottom:0!important}.dropdown.bootstrap-select.form-control.bs3 .dropdown-menu.open{max-height:300px!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:9999!important}.dropdown-menu>.active,.dropdown-menu>.active,.dropdown-menu>.active{background-color:#092a48!important}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff!important}.dropdown-menu.open{padding:0;margin:0}.dropdown .dropdown-menu.open .inner.open .dropdown-menu.inner a:hover{background-color:#99939369!important;color:#fff}.bootstrap-select .dropdown-menu li.selected.active{display:none}#demoForm .form-wrapper .row .col-md-6 .dropdown .dropdown-menu.open{min-height:90px!important;max-height:95px!important;z-index:33;overflow-x:auto!important;overflow-y:scroll!important}#demoForm .form-wrapper .row .col-md-4:nth-child(2) .dropdown.bootstrap-select .dropdown-menu.open{min-height:200px!important;max-height:100px!important;overflow-x:auto!important;overflow-y:scroll!important}#demoForm .form-wrapper .row .col-md-4:nth-child(2) .dropdown.bootstrap-select .dropdown-menu.open .inner.open{overflow-y:hidden!important}#demoForm .form-wrapper .row .col-md-6 .dropdown .dropdown-menu.open .inner.open{overflow-y:hidden!important}.contact-section .contact-wrapper .form-section .contact-form .form-group textarea#message{resize:vertical;height:240px!important}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control{resize:vertical;height:150px!important}.service-page-section .single-service-wrapper .service-tab .nav-tabs{border-bottom:1px solid #F7922B;display:flex;flex-direction:row;gap:10px}#demoForm .form-wrapper .row .col-md-4:nth-child(3) .dropdown.bootstrap-select .dropdown-menu.open{min-height:auto!important;max-height:150px!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:100%}.dropdown-menu{border:none!important}.signup-section .contact-wrapper .signupForm .form-wrapper .searchBar{width:99%!important;border-radius:50px!important}.inner.open{overflow-y:hidden!important}#demoForm .form-wrapper .row .col-md-4:nth-child(3) .dropdown.bootstrap-select .dropdown-menu.open .inner.open .dropdown-menu.inner{overflow-y:auto;overflow-x:hidden;min-height:auto;max-height:150px}.form-control{line-height:1.4!important;border-radius:4px}.research-section #research-carousel .carousel-inner .carousel-wrapper .content{height:349px}@media only screen and (max-width:376px){.client-section .logo{text-align:center!important}}@media (max-width:480px){.faq{padding-left:15px!important}}@media (max-width:479px){.btn-primary{font-size:14px;padding:2px 16px;line-height:40px}section.signup-section .col-md-6.col-sm-7 .contact-wrapper form.signupForm .form-wrapper input{border-radius:5px!important;height:45px!important}.client-section ul.logo{display:flex;flex-flow:wrap;gap:20px;justify-content:center;align-items:center}.client-section ul.logo li{margin:0px!important}.working-section .section-wrapper .video-wrapper{margin-left:0px!important}.grecaptcha-badge{z-index:1000}form#demoForm{padding:0 15px}}@media (max-width:426px){section.research-section .col-md-6 #research-carousel .carousel-inner{position:relative;width:100%;overflow:hidden;height:520px!important}}@media (max-width:768px){.grecaptcha-badge{z-index:1000}}@media (max-width:992px){.grecaptcha-badge{z-index:1000}}@media (max-width:768px){form#demoForm{padding:0 15px}}}.bootstrap-select .dropdown-menu li.selected.active{display:block!important}.working-section .section-wrapper .wrapper-content span{font-size:30px;font-weight:500;line-height:36px;color:#333;margin-bottom:28px;display:inline-block}.news-section .news-wrapper .news-content span{font-size:22px;font-weight:500;line-height:30px;margin-bottom:10px;display:inline-block}@media only screen and (max-width:479px){.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form{padding:0 15px!important}}#demoForm .form-wrapper .row .col-md-6 .dropdown .dropdown-menu.open{min-height:90px!important;max-height:95px!important;z-index:9999!important}@media screen and (max-width:767px){section.contact-section .container .contact-wrapper .section-title.text-center p{text-align:left;word-break:break-word;width:100%}}@media screen and (max-width:375px){section.contact-section .container .contact-wrapper .section-title.text-center p{text-align:left;word-break:break-word;width:100%;padding:0 17px}}@media screen and (max-width:480px){.section-padding-map{padding:50px 0;margin-bottom:-60px}.header-section .top-bar .header-left-bar .contact-wrapper{flex-direction:column;align-items:baseline;gap:8px;padding:12px 0}.partner-page-section .partner-wrapper .caption img{max-width:100%;margin:auto!important}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#00a0d2!important}.research-section .research-content #accordion #ui-id-2{height:130px}.research-section .research-content #ui-id-4{height:130px}.research-section .research-content #ui-id-6{height:130px}}@media (min-width:540px) and (max-width:720px){.section-padding-map{padding:0;margin-bottom:0}}@media screen and (max-width:321px){#demoForm .form-wrapper .row .col-md-6 .dropdown .dropdown-menu.open{min-height:90px!important;max-height:95px!important;z-index:9999!important;width:100%}.bootstrap-select .dropdown-menu li a span{font-size:13px}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden;font-size:12px}.hiring-section .left-content .btn{font-size:13px;padding:0 22px}}#toTop i.fa.fa-chevron-up{margin-top:10px;display:flex;justify-content:center;align-items:center;text-align:center}.signup-section .contact-wrapper .signupForm .form-wrapper label{color:#fff}.footer-section .footer-container .footer-wrapper .location li i{font-size:24px;color:#F7922B;vertical-align:top;padding-top:6px}.signup-section .contact-wrapper .signupForm .form-wrapper input.es_required_field.es_txt_email.ig_es_form_field_email.searchBar{color:#888888!important}.footer-section .footer-container .footer-wrapper .location{margin-top:20px!important}.footer-section .footer-container .footer-wrapper h3{line-height:50px;user-select:none}.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:50px!important}.col-md-10.col-md-offset-1 #comments .comments-wrapper .reserve-blog-form #commentform .form-group input{height:50px!important}.research-section .research-content .section-title{margin-bottom:30px!important}.research-section .research-content .accordion-content .ui-accordion-header{margin-top:20px}.research-section #research-carousel .carousel-inner .carousel-wrapper img{margin-right:20px}.research-section #research-carousel .carousel-inner .carousel-wrapper .content{margin-left:0}.research-section #research-carousel .carousel-inner{background-color:#FFF;box-shadow:0 0 10px 0 rgba(64,64,64,.12);border-radius:25px}.wpcf7 form .wpcf7-response-output{margin:0px!important}.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:254px}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .form-bar .form-group .form-control{padding:0 20px!important;background-color:#fff;color:black!important}.team-page-section .section-wrapper .team-wrapper .caption:hover::before{opacity:0;-webkit-transform:unset!important;-moz-transform:unset!important;-ms-transform:unset!important;-o-transform:unset!important;transform:unset!important}.team-page-section .section-wrapper .team-wrapper .caption .hover-view{display:none}#searchform .form-group .form-control{color:#fff!important}.hover-view{padding-bottom:0px!important}.project-wrapper .hover-view{padding-bottom:20px!important}@media (max-width:991px){.team-page-section .section-wrapper .team-wrapper .caption img{width:100%;height:250px}}#site-navigation .collapse.navbar-collapse .nav.navbar-nav.social-icon.pull-right li a{line-height:15px!important}#site-navigation .collapse.navbar-collapse .nav.navbar-nav.social-icon.pull-right li{margin:30px 14px 30px 0px!important}@media screen and (max-width:768px){.team-page-section .section-wrapper .team-wrapper .caption img{width:100%;height:300px}.team-page-section .section-wrapper{position:relative;flex-wrap:wrap;display:flex}.team-page-section .section-wrapper .col-sm-4{width:50%}}@media screen and (max-width:479px){.team-page-section .section-wrapper .team-wrapper .caption img{width:100%;height:300px}.team-page-section .section-wrapper .col-sm-4{width:100%}}section.signup-section .col-md-6.col-sm-7 .contact-wrapper form.signupForm .form-wrapper input{border-radius:5px!important;height:50px}section.signup-section.date-section .col-md-6.col-sm-7 .contact-wrapper .signupForm .form-wrapper button.subscribeBtn.btn-primary{border-radius:0 5px 5px 0}#search-bar #searchform .form-group #s{border-radius:0px!important}.map-section .lazyloaded{user-select:none}#site-navigation .nav.navbar-nav li{margin:30px 28px 30px 0}#site-navigation .nav.navbar-nav li a{line-height:15px!important}#site-navigation .nav.navbar-nav li .search-view{line-height:15px!important}.header-section .navbar .navbar-collapse .navbar-nav{margin:0 40px!important}.footer-section .footer-container .footer-wrapper .social-icon{margin-top:40px;display:flex;justify-content:flex-start;align-items:center;gap:20px;flex-wrap:wrap}.footer-section .footer-container .footer-wrapper .social-icon li{margin-right:0px!important}.widget .widget-social.pull-right .list-inline.clearfix{display:flex;justify-content:center;align-items:center;gap:7px}.widget .widget-social.pull-right .list-inline.clearfix li{margin-right:0px!important}.blog-section.section-padding .loadmorenews_container .blog-wrapper .author.pull-right{display:flex;justify-content:center;align-items:center;gap:5px}.blog-section.section-padding .loadmorenews_container .blog-wrapper .author.pull-right img{margin-right:0px!important}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share li{margin-right:0px!important}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share{display:flex;justify-content:center;align-items:center;gap:10px}.header-section .topper .top-bar .navbar-header a.navbar-brand{height:55px!important;padding:0;margin-top:15px;display:inline-block}.header-section .topper .top-bar .header-left-bar.pull-right{line-height:20px!important}.header-section .topper .top-bar .header-left-bar.pull-right .contact-wrapper{margin:25px auto}.footer-section .footer-wrapper .location li .content{margin-left:0px!important}.footer-section .footer-wrapper .location li{display:flex;justify-content:flex-start;align-items:flex-start;gap:15px}.multi-section .client-section .logo li{display:inline-block;margin:0 0 10px!important}.multi-section .client-section .logo{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.research-section #research-carousel .carousel-inner .carousel-wrapper .content ul>li{display:inline-block;margin:7px 0 0!important}.research-section #research-carousel .carousel-inner .carousel-wrapper .content ul{display:flex;justify-content:flex-start;align-items:center;gap:5px}@media (max-width:376px){.research-section .research-content #ui-id-4{height:150px!important}.research-section .research-content #accordion #ui-id-2{height:150px!important}}.ytp-cued-thumbnail-overlay-image{background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;background-size:100%!important}@media (max-width:479px){.ytp-cued-thumbnail-overlay-image{background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;background-size:100%!important}}#toTop i.fa.fa-chevron-up{margin-top:10px;display:flex;justify-content:center;align-items:center;text-align:center}.menu-toggle{position:fixed;top:10px;right:10px;transition:.1s;z-index:99;margin-bottom:0}.signup-section .es-field-wrap.form-wrapper{margin-bottom:2px}@media (max-width:768px){.tochatbe-icon-whatsapp{position:absolute;font-size:50px;padding:1px;top:5px}.floatingg-icon{position:fixed;width:60px;height:60px;background-color:#25D366}}@media (max-width:480px){.tochatbe-icon-whatsapp{position:absolute;font-size:45px;padding:1px;top:4px!important}.floatingg-icon{position:fixed;width:55px;height:55px;background-color:#25D366}.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:30px!important}}@media (max-width:480px){.counting-section .counting-pusher .counting-wrapper .content .count-description .timer{font-size:30px;line-height:27px}.footer-section .footer-container .footer-wrapper .location li i{font-size:24px!important;color:#F7922B;vertical-align:top;padding-top:6px}}@media (max-width:768px){.working-section .section-wrapper .video-wrapper{margin-left:0px!important;user-select:none}}@media (max-width:376px){section.research-section .col-md-6 #research-carousel .carousel-inner{position:relative;width:100%;overflow:hidden;height:540px!important}}@media (max-width:821px){.footer-section .col-md-4.col-sm-4 .footer-wrapper h3{margin-bottom:10px!important;margin-left:9px}.footer-section .footer-container .footer-wrapper img{max-width:70%;margin-top:10px;margin-left:-10px}.footer-section .col-md-3.col-md-offset-1.col-sm-4 .footer-wrapper.last-wrapper h3{margin:0 0 10px!important}}@media (max-width:993px){.working-section .section-wrapper .video-wrapper{margin-left:0px!important;user-select:none}}.footer-section .footer-container .footer-wrapper p{font-size:15px!important}@media (max-width:769px){.signup-section .caption img{max-width:100%;margin-top:-41px}}@media (max-width:360px){.research-section #research-carousel .carousel-inner .carousel-wrapper{padding:20px!important}}.blog-section .blog-wrapper h3{font-size:22px;font-weight:500;line-height:25px;overflow:visible!important;min-height:73px!important}@media (max-width:415px){.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:230px!important}}@media (max-width:769px){.signup-section .col-md-6.col-sm-7 .contact-wrapper{margin-bottom:10px!important}}@media (max-width:391px){.header-section .top-bar .header-left-bar .contact-wrapper li i{font-size:20px;color:#F7922B;vertical-align:middle;margin-right:5px;display:inline-block;width:20px;height:20px}}@media (max-width:413px){.footer-section .footer-container .footer-wrapper .location li i{font-size:24px!important;color:#F7922B;vertical-align:top;padding-top:0;width:24px!important;height:24px!important}}@media (max-width:479px){.contact-section .contact-wrapper .location li i{font-size:20px;color:#F7922B;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.ytp-cued-thumbnail-overlay .ytp-cued-thumbnail-overlay-image{background-size:100%!important}}@media (max-width:415px){.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:200px!important}.research-section .research-content #accordion #ui-id-2{height:140px!important}.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{position:relative!important;top:12px!important;left:auto!important;right:auto!important}.working-section .col-md-8 .video-wrapper iframe{width:100%;max-width:100%}}@media (max-width:1024px){.header-section .top-bar .header-left-bar .contact-wrapper li i{font-size:16px;color:#F7922B;vertical-align:middle;margin-right:5px}}@media only screen and (max-width:993px){.header-section .top-bar .header-left-bar .contact-wrapper li{font-size:13px!important}}.ytp-cued-thumbnail-overlay-image{background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;background-size:100%!important}@media only screen and (max-width:480px){.header-section .topper .top-bar .navbar-header a.navbar-brand{height:55px!important;padding:0;margin-top:0px!important}.homePageFour .header-section .top-bar .header-left-bar .contact-wrapper li i.fa.fa-mobile{margin-right:10px!important}}@media only screen and (max-width:991px){.homePageFour .header-section .top-bar .navbar-header .navbar-brand img{margin:0px!important}}@media only screen and (max-width:431px){.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:200px!important}.research-section .research-content #accordion #ui-id-2{height:300px!important}.menu-toggle{position:fixed;top:10px;right:10px;transition:.1s;z-index:999;margin-bottom:0}}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:block!important}@media only screen and (max-width:913px){.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:auto!important}}@media only screen and (max-width:769px){.service-section .service-wrapper{transition:background-color 0.3s ease,transform 0.3s ease;height:auto!important}}@media only screen and (max-width:821px){.col-md-6.col-sm-7 .contact-wrapper{margin-bottom:10px!important}.signup-section .caption img{max-width:100%;margin-top:-42px}}.contact-section .contact-wrapper .location li .text{font-size:18px;line-height:34px;color:#aaa!important;margin-left:45px}.homePageFour .header-section .top-bar .header-left-bar .contact-wrapper li{color:#aaa!important}.ytp-cued-thumbnail-overlay .ytp-cued-thumbnail-overlay-image{background-size:100%!important}@media only screen and (max-width:480px){section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div{font-size:14px!important;padding:0 30px!important}.header-title .container.text-center .sub-title{font-size:14px!important}}@media (max-width:391px){.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{position:relative!important;top:0px!important;left:auto!important;right:auto!important}.homePageFour .header-section .top-bar .header-left-bar .contact-wrapper li i.fa.fa-mobile{margin-right:7px!important}}@media (max-width:913px){.col-md-4.col-sm-4 .footer-wrapper h3{margin-bottom:12px;line-height:40px}.col-md-3.col-md-offset-1.col-sm-4 .footer-wrapper.last-wrapper h3{margin-bottom:12px;line-height:40px}.homePageFour .header-section .top-bar .navbar-header{float:none!important}}@media (max-width:376px){#toTop{position:fixed;bottom:31px!important;right:17px;color:#F7922B;cursor:pointer;display:none;width:35px;height:35px;font-size:16px;line-height:30px;border:1px solid #F7922B;border-radius:4px;text-align:center;z-index:99}}@media (max-width:415px){#toTop{position:fixed;bottom:33px!important;right:17px;color:#F7922B;cursor:pointer;display:none;width:35px;height:35px;font-size:16px;line-height:30px;border:1px solid #F7922B;border-radius:4px;text-align:center;z-index:99}}@media (max-width:413px){.research-section #research-carousel .carousel-control.left,.research-section #research-carousel .carousel-control.right{bottom:10px!important}.homePageFour .header-section .top-bar .navbar-header{padding-top:0px!important}.menu-toggle{position:fixed;top:10px}}.remove-btn{display:flex;justify-content:end}@media (max-width:415px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{padding:8px 20px!important}.service-page-section .single-service-wrapper .service-tab .nav-tabs li{font-size:15px!important;font-weight:400}.service-page-section .single-service-wrapper .service-tab .nav-tabs{border-bottom:1px solid #F7922B;display:flex;flex-direction:row;gap:10px;justify-content:center!important}}@media (max-width:376px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li{font-size:14px!important;font-weight:400}.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{padding:8px 18px!important}}@media (max-width:391px){.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{padding:8px 17px!important}}@media (max-width:821px){.service-page-section .working-section .header p{font-size:15px;line-height:25px;color:#6a6a6a;margin-left:5px!important}.service-page-section .side-bar .page-list{width:100%!important;float:left;margin-right:50px;margin-bottom:25px!important}.working-section .col-sm-4{width:100%!important}.working-section .col-sm-8{width:100%!important}.service-page-section .working-section{margin-top:0px!important}.service-page-section .working-section .header h2{margin-bottom:15px!important}.working-section.col-12 .header{padding:0 20px!important}}.service-page-section .working-section .header h2{margin-left:15px!important}@media (max-width:769px){.footer-section .footer-container .footer-wrapper .location{margin-top:10px!important;margin-left:22px!important}.service-page-section .working-section .header p{font-size:15px;line-height:25px;color:#6a6a6a;margin-left:3px!important}}@media (max-width:376px){.working-section .col-md-8 .video-wrapper iframe{width:100%;max-width:100%;height:250px!important}}@media screen and (max-width:768px) and (min-width:576px){.slotholder .tp-bgimg.defaultimg{}.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{position:relative!important;top:30px!important;left:auto!important;right:auto!important}.service-page-section .working-section{margin-top:0px!important}.service-page-section .working-section .header h2{margin-bottom:15px!important}.working-section.col-12 .header{padding:0 20px!important}.section-padding{padding:40px 0!important}}.service--title{border-bottom:.5px solid #00000038;padding:10px 0 20px 0;font-weight:500}.wrapper-content a i.fa-sort-asc{transform:rotate(90deg)}.wrapper-content{margin-bottom:-20px}@media screen and (max-width:1024px) and (min-width:991px){element.style{display:flex;flex-direction:column;align-items:center;justify-content:center}.service-page-section .reverse-row-flex{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.service-page-section .reverse-row-flex .col-md-4{width:100%}.service-page-section .reverse-row-flex .col-md-8{width:100%}.service-page-section .working-section .header{margin-bottom:20px;padding:0 20px}section.service-page-section.section-padding{padding:50px 0!important}}#offcanvas-menu .mobile-menu ul.nav.navbar-nav li{margin-bottom:0px!important}#offcanvas-menu .nav.navbar-nav li a{padding:16px 15px!important}.mobile-menu-section{width:100%;height:100%;margin:60px 0 0 0px!important;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mobile-menu-section ul.nav.navbar-nav{width:100%}.mobile-menu-section .social-footer-icons{width:100%}.mobile-menu-section .social-footer-icons ul.nav.navbar-nav.social-icon.pull-right.footer-socials-icons{display:flex!important;flex-direction:row!important}.app-search-form #searchform .form-group{margin-bottom:0px!important;margin-left:28px}#offcanvas-menu .nav.navbar-nav{align-items:center;justify-content:space-around;margin:0px!important;padding:0 12px!important}@media screen and (min-width:912px) and (max-width:915px){header.header-section .topper .top-bar .container{width:900px!important}}.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{position:relative!important;top:15px!important;left:auto!important;right:auto!important}}@media only screen and (max-width:1024px){#wpadminbar{display:none}}@media (max-width:767px){.fa-times:before,.fa-xmark:before{content:"\f00d"}}#search-bar.active{visibility:visible;opacity:1}#search-bar{background:rgba(9,42,72,.98);position:fixed;width:100%;height:100%;top:0;left:0;right:0;visibility:hidden;opacity:0;z-index:99;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s}@media only screen and (max-width:769px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:20px!important;line-height:30px!important}}@media only screen and (max-width:480px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:14px!important;line-height:25px!important}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:16px!important;line-height:20px!important}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer{position:relative;padding-top:10px!important}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{margin-bottom:20px!important}}@media only screen and (min-width:425px) and (max-width:480px){iframe{width:100%;max-width:100%;height:345px!important}}@media only screen and (max-width:376px){.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper p{font-size:13px!important;line-height:24px!important}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer h5{font-size:16px!important;line-height:20px!important}.testimonial-two-section #testimonial-carousel .carousel-inner .carousel-wrapper .reviewer{position:relative;padding-top:10px!important}}.footer-section .footer-container .footer-wrapper .wrapper-option li a:active,a:hover{color:#F7922B}.social-footer-icons .nav.navbar-nav.social-icon.pull-right.footer-socials-icons{overflow:hidden!important}.form-group #c_submit:active{color:#fff;background-color:#092a48!important;border-color:#092a48!important}.research-section #research-carousel .link .btn{line-height:40px!important}.news-section .link .btn{line-height:40px!important}.secure-section .btn{line-height:40px!important}}@media (max-width:767px){.working-section .section-wrapper .wrapper-content .btn{font-size:14px;padding:7px 15px;line-height:40px!important}}@media (max-width:991px){.homePageFour .header-section .top-bar .navbar-header{padding-top:0px!important}}#footerNewModal .modal-dialog{max-width:500px!important;min-height:calc(100vh - 60px);display:flex;flex-direction:column;justify-content:center;overflow:auto}#footerNewModal .modal-dialog .modal-header{padding:10px 20px;border-bottom:none}#footerNewModal .modal-dialog .modal-body #searchform .form-group #s{background-color:#fff;border-bottom:2px solid #fff!important;border:none;box-shadow:none;border-radius:none!important;color:black!important}#footerNewModal .modal-dialog .modal-header .close span{font-size:25px;color:#fff!important}#footerNewModal .modal-dialog .modal-body #searchform .form-group{width:100%;display:flex;justify-content:center;align-items:center;position:relative}#footerNewModal .modal-dialog .modal-body #searchform .form-group .search-icon-from{position:absolute;right:0}#footerNewModal .modal-dialog .modal-body #searchform #fms-btn{line-height:35px;padding:2px 18px}#footerNewModal .modal-dialog .modal-body #searchform #fms-btn:hover{border-color:#204d74;background-color:#204d74}#footerNewModal .modal-menu{border-radius:4px;background:url(../../../themes/Appliconsoft/assets/images/search-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.menu-item a.clicked{color:#F7922B}.menu-item a:hover{color:#F7922B}.subscribeBtn:hover{color:#fff!important;background-color:#092a48!important;border-color:#092a48!important}.subscribeBtn:active{background-color:#092a48!important}@media (max-width:991px){.service-page-section .side-bar .page-list{width:100%;float:left;margin-right:0px!important;margin-bottom:20px}}.form-section .wpcf7-form.contact-form.init .form-group p span #message::-webkit-scrollbar{width:10px}.form-section .wpcf7-form.contact-form.init .form-group p span #message::-webkit-scrollbar-track{background:#f1f1f1}.form-section .wpcf7-form.contact-form.init .form-group p span #message::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.nav.navbar-nav.navbar-right #search-bar #searchform{display:flex;align-items:flex-start;position:absolute;right:0;left:0;margin:auto;justify-content:center;align-items:center}@media only screen and (max-width:767px){.nav.navbar-nav.navbar-right #search-bar #searchform{display:flex;align-items:flex-start;position:absolute;right:0;left:0;margin:auto;justify-content:center;align-items:center}}.nav.navbar-nav.navbar-right #search-bar #searchform .form-group{width:100%}.nav.navbar-nav.navbar-right #search-bar #searchform #fms-btn{width:20%}.team-page-section .row.loadmoretem_container .section-wrapper .team-wrapper .contact-wrapper h4 a{cursor:default!important}.team-page-section .row.loadmoretem_container .section-wrapper .team-wrapper .contact-wrapper h4 a:hover{color:#222222!important}.nav.navbar-nav.navbar-right #search-bar #searchform #fms-btn:hover{color:#fff!important;background-color:#092A48!important;border-color:#092A48!important}.widget .widget-social.pull-right .list-inline.clearfix li a{border-radius:4px}.linkedin-bg{background-color:#3ad0fb!important}.facebook-bg{background-color:#3ad0fb!important}.widget .widget-social.pull-right .list-inline.clearfix li a i{padding:0px!important}.nav.navbar-nav.navbar-right li{margin-right:0px!important}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar{width:unset;height:unset;padding:0px!important;margin-right:88px;margin-top:70px}.header-section .navbar .navbar-collapse .navbar-nav li .search-view{cursor:default}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar .close-bar i.fa.fa-times{cursor:pointer}.recent_posts_wrapper{display:flex;justify-content:center;align-items:center;gap:3rem;padding:40px 20px}.recent_post_container{width:350px;display:flex;flex-direction:column;justify-content:center}.recent_post_title{text-align:center}.recent_post_head img{max-width:100%}.recent_post_body h3{color:#F7922B;font-size:22px;font-weight:500;line-height:25px;margin:15px 0 8px}.recent_posts_wrapper .recent_post_container .recent_post_footer{background:#F7922B;padding:22px 10px;margin-top:10px}.recent_posts_wrapper .recent_post_container .recent_post_footer a{color:#fff}.recent_posts_wrapper .recent_post_container .recent_post_footer .share{display:flex;align-items:center;justify-content:center;gap:10px}.recent_posts_wrapper .recent_post_container .recent_post_footer .share li{color:#fff}.hiring-section .recent_record{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:35px}.hiring-section .recent_record img{max-width:100%;height:170px}.hiring-section{padding:0}.header-title.recent_section-padding{padding-bottom:30px}.recent_record p{font-size:25px;font-weight:700}.hiring-section .recent_record p{margin-bottom:0}.nav.navbar-nav.navbar-right .open-bar i.fa.fa-search{cursor:pointer}.nav.navbar-nav.navbar-right .search-view .open-bar i.fa.fa-search:hover{color:#F7922B}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar #searchform .form-group{display:flex;align-items:center;justify-content:center;position:relative}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar #searchform .form-group .search-icon-from{position:absolute;right:0}.search-icon-from i.fa.fa-search{color:#000;padding:18px;background:#c7c3c3}@media (max-width:991px){.recent_post_container{width:47%;display:flex;flex-direction:column;justify-content:center}.recent_posts_wrapper{display:flex;justify-content:flex-start;align-items:center;gap:4rem;padding:40px 20px;flex-wrap:wrap}}@media (max-width:479px){.recent_post_container{width:100%;display:flex;flex-direction:column;justify-content:center}.recent_posts_wrapper .recent_post_container .recent_post_footer .share{display:flex;align-items:center;justify-content:flex-start;gap:10px}.hiring-section.section-padding{padding:10px 0!important}.recent_record p{font-size:20px;font-weight:700}section.header-title.recent_section-padding.search-page{padding:25px 0 25px!important}}.header-section .navbar .navbar-collapse .navbar-nav li #search-bar.active{display:block!important;visibility:visible;opacity:1}.recent_post_head img{max-width:100%;height:200px;object-fit:cover}.hiring-section.career-page{padding:100px 0}.header-title.search-page{padding-bottom:0}.header-title.search-page{padding:195px 0 35px!important}@media (max-width:769px){.header-title.search-page{padding:150px 0 35px!important}.hiring-section{padding-top:10px!important}.header-title.search-page .container.text-center h1.h2{margin-top:20px!important}}.recent_posts_wrapper .recent_post_container .recent_post_footer .share li{color:#fff;display:flex;align-items:center;justify-content:center;gap:10px}.header-title.search-page .container.text-center h1.h2{margin:0}.recent_post_main_container{padding-top:30px}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share li{margin-right:0px!important;display:flex;gap:10px;align-items:center;justify-content:center}.active{display:block!important}#search-bar{display:none}.hiring-section .recent_record p{margin-bottom:0;text-align:center}@media (max-width:520px){.hiring-section .recent_record{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:40px}.single-news-section .single-news .widget{margin:25px 0 17px 0}}.cld-like-dislike-wrap{display:inline-block;margin-bottom:20px;margin-left:93px}.reply{margin-left:27%;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:25px;margin-top:-45px;margin-bottom:10px}.recent_record .search-text span{font-size:25px;font-weight:700}.hiring-section .recent_record .search-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}@media (max-width:991px){.blog-section .loadmorenews_container .col-sm-4{width:50%;padding:0 10px;box-sizing:border-box}.blog-section .first-row{margin:0!important;display:flex!important;flex-wrap:wrap!important;padding:0 10px}}@media (max-width:520px){.blog-section .loadmorenews_container .col-sm-4{width:100%}}@media (max-width:1025px){.blog-section.section-padding .loadmorenews_container .blog-wrapper .share li{margin-right:0px!important;display:flex!important;gap:5px!important;font-size:14px}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share{display:flex!important;gap:5px;margin-bottom:25px!important}.blog-section .blog-wrapper h3{min-height:0px!important}}.comment-author.vcard img{border-radius:50%}#comments .comments-wrapper h3{padding-top:30px;margin-bottom:30px}.comment-metadata{text-align:end}#comments .reserve-blog-form .blog-contact-form #commentform .form-group #comment{height:50px!important}.single-news-section .single-news .section-bottom{background-color:#f6f6f6;border-radius:5px}.comment-author.vcard img{border-radius:50%;width:45px;height:45px}@media (max-width:769px){.comment-body p{padding-left:60px}.single-news-section .single-news .widget{margin:-3px 8px 17px 0}.widget .widget-social.pull-right .list-inline.clearfix{display:flex;justify-content:flex-end;align-items:center;gap:7px}.list-inline li a{margin-top:0}}@media (max-width:479px){.comment-author.vcard img{border-radius:50%;width:40px;height:40px}.comment-body p{padding-left:53px}.widget .widget-social.pull-right .list-inline.clearfix li{margin-bottom:0}.widget .widget-social.pull-right .list-inline.clearfix{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;justify-content:center!important}}@media screen and (min-width:578px){.comment-content>:not(p){display:inline-block;vertical-align:middle;margin-right:10px}.cld-like-dislike-wrap,.comment-metadata{margin-right:10px}.comment-content>.comment-metadata{position:absolute;right:85px;font-weight:700}}@media (max-width:520px){.header-title.search-page .container.text-center h1.h2{margin-top:0px!important}.hiring-section .recent_record{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.header-section .topper .top-bar .header-left-bar.pull-right .contact-wrapper{margin:1px auto 0 auto}.hiring-section.section-padding{padding:0px!important}.comment{margin:0 40px 0 45px;padding-bottom:5px}.service-page-section .single-service-wrapper #service-carousel .carousel-indicators{display:flex;align-items:center;justify-content:center}}.service-page-section .single-service-wrapper #service-carousel .carousel-indicators{display:flex;align-items:center;justify-content:center}.service-page-section .single-service-wrapper .service-tab .nav-tabs{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center}@media (max-width:1025px){.service-page-section .side-bar .page-list li a{font-size:16px}#site-navigation .nav.navbar-nav li{margin:30px 17px 30px 0}#site-navigation .nav.navbar-nav li a{line-height:15px!important;font-size:12px}}@media (max-width:991px){.service-page-section .side-bar .page-list li a{font-size:14px}}#offcanvas-menu .close-menu{margin-left:204px}@media (max-width:987px) and (min-width:769px){.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{top:88px!important}}.service-page-section .single-service-wrapper .service-tab .nav-tabs li a{top:-5px!important}@media only screen and (max-width:767px){.signup-section .caption img{max-width:100%;margin-top:-298px}.hidden-xs{display:block!important}.signup-section .col-md-6.col-sm-7 .contact-wrapper{margin-bottom:10px!important;max-width:74%}.signup-section .contact-wrapper h3{text-align:left}}@media only screen and (max-width:767px){.signup-section .caption img{max-width:87%;margin-top:-442px;width:35%}}.nav.navbar-nav>li>a{text-transform:uppercase!important}.widget .widget-social.pull-right .list-inline.clearfix{justify-content:end}#toTop{z-index:98}.form-group{position:relative}.form-group span[id^="select_error_"]{position:absolute;bottom:-18px;left:0;font-size:12px;color:red;line-height:1.2}.form-group.has-error{margin-bottom:28px}#commentform input,#commentform textarea,#commentform button{position:relative!important;z-index:9999!important}#commentform{position:relative!important;z-index:9998!important}#commentform *{pointer-events:auto!important}.research-section .research-content .accordion-content .ui-accordion-header{margin-top:46px;font-size:17px!important}@media only screen and (max-width:991px){.research-section .research-content{margin-top:34px;margin-bottom:60px}}#pictureInput{cursor:pointer}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button{height:34px}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control{resize:vertical;min-height:100px!important;height:auto!important}.single-news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control{resize:vertical;height:auto!important}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:white!important;opacity:1}.dropdown .dropdown-menu.open .inner.open .dropdown-menu.inner a:hover{background-color:#4d6ee5!important;color:#fff!important}.fancybox__content>.carousel__button.is-close{position:absolute;top:-7px;right:-7px;color:var(--fancybox-color,#fff)}#search-bar{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.95);display:none;z-index:99999!important;justify-content:center;align-items:center}#commentform{position:relative!important;z-index:2!important}@media screen and (max-width:787px){div#toTop{display:none!important}}.wpcf7-response-output{border-color:white!important}span.icon.pull-left.counter4 img{width:63px}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share li{gap:2px!important}.author img{width:40px;height:40px;border-radius:50%;object-fit:cover}h3.title.blog-inner-title a{font-size:22px;font-weight:500;line-height:25px;color:#000000!important;margin:15px 0 8px}.susbscribe-section{text-align:center;margin:20px 0}.susbscribe-section h4{font-size:16px;margin-bottom:15px;font-weight:600;color:#333}.susbscribe-section .searchBar{width:100%;padding:12px 15px;border:2px solid #F7922B;border-radius:6px;font-size:14px;outline:none;margin-bottom:12px;box-sizing:border-box}.susbscribe-section .searchBar::placeholder{color:#aaa;font-style:italic}.susbscribe-section .subscribeBtn{width:100%;padding:12px 0;background:#F7922B;color:#fff;font-weight:600;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:0.3s ease}.susbscribe-section .subscribeBtn:hover{background:#28aee0}.es-field-wrap label{font-size:0}.es-field-wrap label input{font-size:initial}div#es_form_f1-n1{margin-top:-40px}section.signup-section .col-md-6.col-sm-7 .contact-wrapper form.signupForm .form-wrapper input{border-radius:20px!important;height:50px}.dropdown-menu>.active>a{background-color:#007bff!important}.bootstrap-select .dropdown-toggle .filter-option{white-space:nowrap;margin-top:4px!important}.bootstrap-select.show>.dropdown-toggle .filter-option,.bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option{white-space:none!important;line-height:1em;min-height:2.6em;max-height:3.8em!important;margin-top:9px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bootstrap-select.show>.dropdown-toggle .filter-option,.bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option{margin-bottom:-15px}.dropdown-menu li a:hover,.dropdown-menu li a:focus,.dropdown-menu li.active>a,.dropdown-menu li.active>a:hover,.dropdown-menu li.active>a:focus{background-color:#337ab7!important;color:#fff!important}.process-section{--accent:#f3bf00;--ink:#1c2430;background:#fff}.process-section .wrap{max-width:1180px;margin:0 auto;padding:0 20px;text-align:center}.process-section .title{font-size:44px;margin:0 0 10px}.process-section .title b{color:var(--accent)}.process-section .sub{max-width:860px;margin:0 auto 36px;opacity:.8;line-height:1.6}.process-section .process{position:relative;padding:30px 0 18px}.process-section .flow{position:absolute;inset:0;height:230px;pointer-events:none;z-index:0}.process-section .flow svg{width:100%;height:100%}.process-section .flow path{stroke:var(--accent);stroke-width:6;fill:none;marker-start:url(#dot);marker-mid:url(#chev);marker-end:url(#dot);stroke-linecap:round;stroke-linejoin:round}.process-section .steps{display:grid;grid-template-columns:repeat(6,1fr);gap:34px;position:relative;z-index:1;align-items:center;justify-items:center}.process-section .step{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:160px}.process-section .step[data-pos="top"] .label{order:-1;margin:0 0 12px 0}.process-section .step[data-pos="bottom"] .label{order:2;margin:23px 0 0 25px}.process-section .label{font-size:16px;font-weight:500;white-space:nowrap;color:#092a48}.process-section .card{width:122px;height:122px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 14px 22px rgba(0,0,0,.08),0 4px 8px rgba(0,0,0,.06)}.process-section .icon-img{width:56px;height:56px;object-fit:contain}@media (max-width:900px){.process-section .steps{grid-template-columns:repeat(2,1fr);row-gap:28px}.process-section .flow{display:none}}@media (max-width:560px){.process-section .steps{grid-template-columns:1fr}}.process-section .flow path{stroke:var(--accent);stroke-width:6;fill:none;marker-start:url(#dot);stroke-linecap:round;stroke-linejoin:round}@media screen and (min-width:1101px){.steps .step{position:relative;transition:transform 0.3s ease}.steps .step-1{transform:translate(14px,12px)}.steps .step-2{transform:translate(7px,-8px)}.steps .step-3{transform:translate(-1px,12px)}.steps .step-4{transform:translate(-7px,-9px)}.steps .step-5{transform:translate(-14px,12px)}.steps .step-6{transform:translate(-46px,-19px)}}@media screen and (min-width:901px) and (max-width:1001px){.steps .step-1{transform:translate(8px,12px)}.steps .step-2{transform:translate(-18px,-12px)}.steps .step-3{transform:translate(-40px,12px)}.steps .step-4{transform:translate(-65px,-11px)}.steps .step-5{transform:translate(-88px,12px)}.steps .step-6{transform:translate(-221px,-19px)}.step.step-3>.label{margin-right:101px!important}.step.step-4>.label{margin-right:120px!important}.step.step-5>.label{margin-right:176px!important}}@media (max-width:1199px){.research-section .research-content .accordion-content .ui-accordion-header{font-size:13px!important}}@media screen and (min-width:1001px) and (max-width:1100px){.steps .step-2{transform:translate(-12px,-12px)}.steps .step-3{transform:translate(-33px,12px)}.steps .step-4{transform:translate(-50px,-11px)}.steps .step-5{transform:translate(-70px,12px)}.steps .step-6{transform:translate(-176px,-19px)}}.form-control{font-weight:500;color:grey;font-size:16px}.dropdown-menu li a{color:grey;font-weight:500}.form-control{padding:4px 12px}.filter-option-inner-inner{padding-bottom:2px!important}.wrapper-content h2,.wrapper-content h3,.wrapper-content h4{color:#111111!important}.wrapper-content h2{font-size:24px}.wrapper-content h3,.single-news-section .single-news .news-wrapper .wrapper-content h3{font-size:20px!important}.wrapper-content h4{font-size:18px}.wrapper-content h1{font-size:34px;font-weight:700;color:#111111!important}.blog-section.section-padding .loadmorenews_container .blog-wrapper .share{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;font-size:14px;border-radius:4px}.city-opt .dropdown-menu{z-index:2!important}.bottom-meta{display:flex;justify-content:space-between;align-items:center;margin-top:50px}.bottom-meta .link{font-weight:600;color:#0073aa;text-decoration:none}.bottom-meta .link:hover{text-decoration:underline}.bottom-meta .author{display:flex;align-items:center;gap:8px}.bottom-meta .author img{width:32px;height:32px;border-radius:50%;object-fit:cover}.row.latest-news{display:flex;flex-wrap:wrap}.row.latest-news>[class*="col-"]{display:flex}.news-wrapper{display:flex;flex-direction:column;width:100%}.news-content{flex:1}.news-wrapper{display:flex;flex-direction:column;width:100%;margin-top:17px}.news-content a{color:#fff;text-decoration:none}#research-carousel .item{display:none!important}#research-carousel .item.active{display:block!important}.wrapper-content ul{list-style:none;padding-left:0;margin:0 0 1em 0}.wrapper-content li{position:relative;padding-left:1.5em;margin-bottom:.6em;line-height:1.6}.wrapper-content li::before{content:'';position:absolute;left:0;top:.6em;width:.6em;height:.6em;background-color:#092a48;border-radius:50%}.open{z-index:8}.author .title a{color:gray}body .gform_wrapper input[type="text"],body .gform_wrapper input[type="email"],body .gform_wrapper input[type="url"],body .gform_wrapper input[type="tel"],body .gform_wrapper input[type="number"],body .gform_wrapper input[type="password"],body .gform_wrapper textarea,body .gform_wrapper select{font-size:16px;color:#8f969e;background-color:#eef1f5;border:0;box-shadow:none;border-radius:5px;min-height:42px}body .gform_wrapper input:focus,body .gform_wrapper textarea:focus,body .gform_wrapper select:focus{outline:none;box-shadow:0 0 0 2px #cbd5e0}input#gform_submit_button_1{position:relative;font-size:16px;font-weight:600;border:0;border-radius:5px;padding:8px 25px;z-index:5;width:100%!important;overflow:hidden;background-color:#F7922B;color:#FFF;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;margin-top:20px}a.link{margin-top:-5px!important}@media (max-width:1194px){.startup-section .wrapper-content p{font-size:13px!important}{}@media (max-width:991px){.susbscribe-section .searchBar{width:1500px!important}.startup-section .wrapper-content p{max-height:277px}}@media (max-width:600px){#service-carousel .carousel-inner .item img{width:100%!important;object-fit:contain!important}}@media (max-width:480px){.share{min-height:none!important}.container.text-center .breadcrumbs{display:block;font-size:15px;line-height:1.5;margin-top:5px;text-align:center;word-break:break-word}.container.text-center .breadcrumbs a,.container.text-center .breadcrumbs .current{display:inline-block;margin:2px 0;text-decoration:none}.bootstrap-select.show>.dropdown-toggle .filter-option,.bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option{white-space:normal!important;line-height:1em;min-height:2.6em;max-height:3.8em!important;margin-top:9px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}form#demoForm .row .dropdown.bootstrap-select.form-control.bs3 button{overflow-y:auto!important}}@media (max-width:430px){#service-carousel .carousel-inner .item img{width:100%!important;object-fit:contain!important}}.slider-section #rev_slider_4 .tparrows.tp-rightarrow{top:55%!important}.share li i{margin-right:3px!important}@media (max-width:991px){.blog-section .loadmorenews_container .col-sm-4{width:100%!important}.service-page-section .side-bar .location{margin-bottom:20px!important}}@media (max-width:976px){.tp-caption .font-medium .tp-resizeme .letter-space-5{font-size:40px!important}}.blog-section .blog-wrapper .author .title{margin-top:-5px!important}@media (max-width:767px){.career{margin-left:-15px}}.project-section,.project-section p,.project-section h1,.project-section h2{text-align:center!important}.section-padding{padding:30px 0!important}.list-inline li a{background:#3ad0fb!important;color:#fff;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:0.3s ease}.project-section .project-wrapper img{width:320px;height:240px}.wrapper-content h1{font-size:34px;font-weight:700;color:#111111!important;margin-top:13px}.rf-policy{color:#092a48!important}@media screen and (max-width:989px){#offcanvas-menu .menu-wrapper li ul{display:none;position:relative;min-width:100%;background:transparent}}span.sub-title .breadcrumbs{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:16px}.service-page-section .working-section .header p{font-size:15px;line-height:25px;color:#6a6a6a;margin-left:19px}@media (min-width:1026px) and (max-width:1199px){.header-section .navbar .navbar-collapse .navbar-nav{margin:0 6px!important}}.label.label-top.dasktop-view{display:block!important}.label.label-top.mobile-view{display:none!important}@media screen and (max-width:892px){.label.label-top.dasktop-view{display:none!important}.label.label-top.mobile-view{display:block!important}.process-section .step[data-pos="top"] .label{order:unset!important;margin:10px 0 8px 0!important}}@media screen and (min-width:1024px){.slider-section{min-height:600px;position:relative}.rev_slider_wrapper{min-height:600px}#rev_slider_4{min-height:600px}}@media only screen and (min-width:540px) and (max-width:720px){.bottom-menu ul{font-size:10px}}.modal-open .modal{z-index:99999!important}#searchform{text-align:center}@media (min-width:768px) and (max-width:1180px){section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div p{font-size:14px!important}section.slider-section .rev_slider_wrapper #rev_slider_4 .tp-revslider-mainul .tp-loop-wrap .tp-mask-wrap div{font-size:22px!important;line-height:28px!important}.tp-parallax-wrap,.tp-parallax-wrap>div,.tp-mask-wrap{top:-5px!important}}.about-intro-extra{padding:96px 0 48px}.about-intro-extra .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.intro-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:36px 32px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:var(--transition)}.intro-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),transparent);opacity:0;transition:var(--transition)}.intro-card:hover{transform:translateY(-6px);border-color:var(--border-hover);box-shadow:var(--shadow-lg)}.intro-card:hover::before{opacity:1}.intro-card h2{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#fff;letter-spacing:-.02em}.intro-card p{color:var(--text-secondary);font-size:.975rem;margin-bottom:16px}.intro-card p:last-child{margin-bottom:0}.about-company{padding:48px 0 96px}.about-company .container{display:flex;flex-direction:column;gap:32px}.about-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:40px;transition:var(--transition)}.about-card h2{font-size:1.75rem;font-weight:700;margin-bottom:20px;color:#fff;letter-spacing:-.02em}.about-card p{color:var(--text-secondary);font-size:1rem;margin-bottom:18px}.about-card p:last-child{margin-bottom:0}.about-card.featured{background:linear-gradient(135deg,rgba(37,99,235,.12) 0%,rgba(30,41,59,1) 100%);border:1px solid rgba(37,99,235,.25);position:relative}.about-card.featured::after{content:'';position:absolute;inset:0;border-radius:var(--radius);padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.about-card.featured h2{font-size:2.25rem;color:#fff;position:relative;display:inline-block}.about-card.featured h2::after{content:'';display:block;width:40px;height:3px;background:var(--primary);margin-top:12px;border-radius:2px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.grid-2 .about-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-sm)}blockquote{margin-top:24px;padding:20px 24px;background:rgba(37,99,235,.08);border-left:4px solid var(--accent);border-radius:0 8px 8px 0;color:var(--text-primary);font-style:italic;font-size:1.05rem;font-weight:500}@media (max-width:992px){.grid-2{grid-template-columns:1fr}}@media (max-width:640px){.about-intro-extra{padding:48px 0 24px}.about-company{padding:24px 0 48px}.intro-card,.about-card{padding:24px}.about-card.featured h2{font-size:1.75rem}}@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);-ms-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);-ms-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);-ms-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}#offcanvas-menu.toggled{transform:translateX(0)}#offcanvas-menu{position:fixed;top:0;right:0;width:250px;height:100%;background:#313131;transform:translateX(280px);transition:.5s;z-index:99999}.menu-wrapper{height:100%;overflow:auto;padding-top:60px}.menu-toggle i{width:40px;height:40px;line-height:40px;font-size:25px;text-align:center;background-color:#313131;cursor:pointer;color:#fff}.menu-toggle{position:fixed;top:10px;right:10px;transition:.1s;z-index:9999}.menu-toggle.sticky{position:fixed;width:100%;top:0;right:0;text-align:right;padding:10px 10px 10px 0;background-color:#092a48;border-radius:0}#offcanvas-menu .close-menu{position:absolute;top:15px;margin-left:-20px}#offcanvas-menu .close-menu i{width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;border-radius:50%;cursor:pointer;color:#fff;background-color:#48c7ec}#offcanvas-menu .menu-wrapper li a{font-family:'Montserrat',sans-serif;font-size:16px;font-weight:500;color:#b7becd;border-bottom:1px solid #b7becd;padding:10px 40px;display:block}#offcanvas-menu .menu-wrapper li ul{display:none}#offcanvas-menu .menu-wrapper li .sub-menu a{padding-left:55px}#offcanvas-menu .menu-wrapper li ul{display:none}#offcanvas-menu .menu-wrapper li a.active{color:#48c7ec}.form-inline.fv-form-bootstrap .form-group,.fv-form-bootstrap4.form-inline .form-group{vertical-align:top}.fv-has-feedback{position:relative}.fv-control-feedback{position:absolute;top:0;right:0;z-index:3;display:block;text-align:center}.fv-help-block{display:block}.fv-form [placeholder]::-ms-clear{display:none}.fv-form-foundation .form-error,.fv-form-uikit .uk-text-danger{display:block}.fv-form-bootstrap .help-block{margin-bottom:0}.fv-form-bootstrap .tooltip-inner{text-align:left}.fv-form-bootstrap .fv-bootstrap-icon-input-group{z-index:100}.fv-form-bootstrap4 .fv-control-feedback{width:38px;height:38px;line-height:38px}.fv-form-bootstrap4 .form-group.row .fv-control-feedback{right:15px}.fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback{top:-7px}.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback{top:32px}.fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback{top:-7px}.fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback{top:25px}.fv-form-bootstrap4 .has-success .fv-control-feedback,.fv-form-bootstrap4 .has-success label{color:#5cb85c}.fv-form-bootstrap4 .has-warning .fv-control-feedback,.fv-form-bootstrap4 .has-warning label{color:#f0ad4e}.fv-form-foundation5 .fv-control-feedback{right:15px;width:37px;height:37px;line-height:37px}.fv-form-foundation5 .row .row:not(.collapse) .fv-control-feedback{right:8px}.fv-form-foundation5 .row .collapse .fv-control-feedback{right:0}.fv-form-foundation5.fv-form-horizontal [type=checkbox]~.fv-control-feedback,.fv-form-foundation5.fv-form-horizontal [type=radio]~.fv-control-feedback{top:-8px}.fv-form-foundation5 label .fv-control-feedback{top:21px}.fv-form-foundation5 [type=checkbox]~.fv-control-feedback,.fv-form-foundation5 [type=radio]~.fv-control-feedback{top:15px}.fv-form-foundation5 .error .fv-control-feedback{color:#f04124}.fv-form-foundation5 .fv-has-success .fv-control-feedback,.fv-form-foundation5 .fv-has-success label{color:#43AC6A}.fv-form-foundation .fv-control-feedback{right:15px;width:39px;height:39px;line-height:39px}.fv-form-foundation [type=checkbox]~.fv-control-feedback,.fv-form-foundation [type=radio]~.fv-control-feedback{top:-7px}.fv-form-foundation fieldset [type=checkbox]~.fv-control-feedback,.fv-form-foundation fieldset [type=radio]~.fv-control-feedback,.fv-form-foundation label .fv-control-feedback{top:25px}.fv-form-foundation .fv-has-error .fv-control-feedback,.fv-form-foundation .fv-has-error fieldset legend,.fv-form-foundation .fv-has-error label{color:#ec5840}.fv-form-foundation .fv-has-success .fv-control-feedback,.fv-form-foundation .fv-has-success fieldset legend,.fv-form-foundation .fv-has-success label{color:#3adb76}.fv-foundation-tooltip:before{border-color:transparent transparent #0a0a0a}.fv-form-pure .fv-control-feedback{width:36px;height:36px;line-height:36px}.fv-form-pure.pure-form-aligned [type=checkbox]~.fv-control-feedback,.fv-form-pure.pure-form-aligned [type=radio]~.fv-control-feedback{top:-9px}.fv-form-pure.pure-form-aligned .fv-help-block{margin-top:5px;margin-left:180px}.fv-form-pure.pure-form-stacked .pure-control-group{margin-bottom:8px}.fv-form-pure.pure-form-stacked .fv-control-feedback{top:22px}.fv-form-pure.pure-form-stacked .pure-radio~.fv-control-feedback{top:20px}.fv-form-pure.pure-form-stacked .fv-sr-only~.fv-control-feedback{top:-9px}.fv-form-pure .fv-has-error .fv-control-feedback,.fv-form-pure .fv-has-error .fv-help-block,.fv-form-pure .fv-has-error label{color:#CA3C3C}.fv-form-pure .fv-has-success .fv-control-feedback,.fv-form-pure .fv-has-success .fv-help-block,.fv-form-pure .fv-has-success label{color:#1CB841}.fv-form-semantic .error .icon,.fv-form-semantic.ui.form .fields.error label{color:#9f3a38}.fv-form-semantic .fv-control-feedback{right:7px}.fv-form-uikit .fv-control-feedback{top:25px;width:30px;height:30px;line-height:30px}.fv-form-uikit.uk-form-horizontal .fv-control-feedback{top:0}.fv-form-uikit.uk-form-horizontal [type=checkbox]~.fv-control-feedback,.fv-form-uikit.uk-form-horizontal [type=radio]~.fv-control-feedback{top:-7px}.fv-form-uikit label.fv-sr-only~.fv-control-feedback{top:-7px!important}.fv-form-uikit.uk-form-stacked [type=checkbox]~.fv-control-feedback,.fv-form-uikit.uk-form-stacked [type=radio]~.fv-control-feedback{top:20px}.fv-form-uikit .fv-has-error .fv-control-feedback,.fv-form-uikit .fv-has-error .uk-form-label,.fv-form-uikit .fv-has-error label{color:#D85030}.fv-form-uikit .fv-has-success .fv-control-feedback,.fv-form-uikit .fv-has-success .uk-form-label,.fv-form-uikit .fv-has-success label{color:#659F13}/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../../themes/Appliconsoft/assets/owl-carrosel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}