/*CSS File Link*/
@import "bootstrap.min.css";
@import "animate.css";

/*Font Family*/
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.otf);
}

@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

.navbar-brand img {
    height: 40px;
}

* {
    outline: none !important;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: Raleway-Regular, sans-serif;
}

header {
    padding: 10px 0;
}

header.fixed-header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	top: 0;
}

.menu-item-icon {
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    color: #000000;
    transition: 0.3s;
}

header .nav-link:hover .menu-item-icon{
    color: #6d59c8;
    transition: 0.3s;
}

a, a:hover {
    color: #18191b;
    text-decoration: none;
}

header .nav-link {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: Raleway-Medium, sans-serif;
    transition: 0.3s;
}

header .nav-link:hover {
    color: #6d59c8;
    transition: 0.3s;
}

.dropdown-menu .nav-item {
    padding: 0 !important;
}

.request-demo-btn {
    background: #FD9185;
    color: #ffffff !important;
    height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s;
    padding: 0;
    line-height: 40px;
}

.user-btn, .search-btn {
    background: #18d0c2;
    color: #ffffff !important;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-family: FontAwesome, sans-serif !important;
    transition: 0.3s;
    padding: 0;
    line-height: 40px;
}

.user-btn {
    width: 80px !important;
}

.request-demo-btn:hover, .user-btn:hover, .search-btn:hover {
    color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.navbar-toggler-icon {
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #223f77;
}

.request-demo-section, .blue-section {
    background: #f1f1f1;
    color: #ffffff;
    padding: 50px 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.section-title {
    font-family: Raleway-Regular, sans-serif;
    letter-spacing: 1px;
    color: #223F77;
    padding: 0 20px;
}

.section-content {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
    opacity: 0.75;
    color: #18191b;
    padding: 20px;
}

.white-button {
    background: #ffffff;
    height: 50px;
    width: 200px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: auto;
    border-radius: 50px;
    color: #6d59c8 !important;
    font-family: Raleway-Bold, sans-serif;
    transition: 0.3s;
}

.white-button:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.request-demo-section .blue-button {
    margin: 50px auto;
    background: #FD9185;
}

.social-icons {
    display: inline-flex;
}

.social-icons a {
    height: 40px;
    width: 40px;
    background: #223f77;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    font-family: FontAwesome, sans-serif;
    transition: 0.3s;
}

.social-icons a:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.social-icons li ~ li {
    margin-left: 20px;
}

.logo-text {
    font-size: 48px;
    color: #18191b;
    font-family: Raleway-Bold, sans-serif;
}

footer {
    margin: 50px 0;
}

footer .section-content {
    width: 320px;
    font-family: Raleway-Medium, sans-serif;
    opacity: 0.8;
    font-size: 14px;
    padding: 0;
}

.footer-links-label {
    font-size: 24px;
    color: #233F77;
    font-family: Raleway-Medium, sans-serif;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    opacity: .6;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 14px;
}

.footer-links a:hover {
    opacity: 1;
    transition: 0.3s;
}

.company-links {
    display: inline-flex;
}

.company-links a {
    font-size: 13px;
    letter-spacing: 0.5px;
    opacity: 0.6;
    transition: 0.3s;
}

.company-links li ~ li {
    margin-left: 20px;
}

.design-develop {
    font-size: 14px;
    float: right;
    opacity: 0.6;
    transition: 0.3s;
}

.company-links a:hover, .design-develop:hover {
    opacity: 1;
    transition: 0.3s;
}

.footer-bottom {
    padding: 10px 0;
    background: #f1f1f1;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.banner-slider {
    overflow: hidden;
    height: 350px;
    transition: 0.3s;
    position: relative;
}

.carousel-item img {
    height: 100% !important;
    width: auto;
}

.banner-slider .carousel-item {
    height: 350px;
}

.banner-slider.landscape, .banner-slider.landscape .carousel-item {
    height: auto !important;
}

.banner-slider.landscape .carousel-item img {
    width: 100% !important;
    height: auto !important;
}

.home-banner {
    padding: 140px 0;
	position: relative;
}

.home-banner::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 90%;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.home-banner-left, .home-banner-right {
    position: relative;
}

.home-banner-logo {
    font-size: 90px;
    letter-spacing: 2px;
    color: #223f77;
    font-family: Raleway-Regular,sans-serif;
    text-transform: uppercase;
	text-shadow: 0 5px 5px rgba(0,0,0,0.25);
}

.home-banner-logo.desktop-en, .home-banner-logo.desktop-plug {
    margin-top: 50px;
	letter-spacing: 10px;
}

.home-banner-logo.desktop-en {
    color: #ffffff;
}

.home-banner .section-title {
    color: #223f77;
}

.home-banner .section-content {
    color: #18191b;
}

.home-banner .blue-button {
    background: #fd9185;
}

.home-banner-logo.left {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
}

.home-banner-right .section-title, .home-banner-right .section-content {
    padding: 0;
}

.home-banner-logo.mobile {
    display: none;
}

.home-banner-logo.desktop-en {
    position: absolute;
    top: 0;
    right: 15px;
}

.home-banner-logo.desktop-plug {
    margin-left: -35px;
}

.blue-button {
    background: #FD9185;
    display: block;
    width: 200px;
    height: 50px;
    color: #ffffff !important;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    transition: 0.3s;
}

.blue-button:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.blue-button:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.trusted-top-brand {
    height: 80px;
    width: 650px;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    background: #ffffff;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.trusted-top-brand ul {
    display: inline-flex;
}

.trusted-top-brand ul img {
    width: 100px;
}

.trusted-top-brand p {
    margin: 0;
    padding: 10px 0 0;
    color: #223f77;
}

.how-enplug-work {
    padding: 70px 0;
    position: relative;
    text-align: center;
}

.how-enplug-work .section-content {
    text-align: center;
}

.home-video iframe {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: #ffffff;
}

.trusted-top-brand.section-content {
    text-align: center !important;
}

.smart-digital-signage {
    padding: 70px 0;
}

.smart-slider-bg {
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    padding: 0 10px;
}

.smart-slider-bg {
    background: url("../../images/slider-bg.svg") no-repeat center center;
    background-size: 70%;
	text-align: center;
}

.smart-slider-bg-2 {
    background: url("../../images/slider-bg-2.svg") no-repeat center center;
    background-size: contain;
}

.smart-slider-bg-3 {
    background: url(../../images/slider-bg-3.svg) no-repeat center center;
    background-size: 60%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 20px;
}

.smart-slider {
    -webkit-animation: animation ease 1s;
    animation-delay: .8s;
    animation-fill-mode: backwards;
    margin: auto;
    height: 250px;
    width: 400px;
    perspective: 1000px;
    transition: ease-in-out .2s;
}

/*.slider:active{ -webkit-transform:rotateZ(10deg);}*/

.smart-slide img {
    text-align: center;
    width: auto;
    height: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -moz-user-drag: none;
    border-radius: 2px;
}

.smart-slide {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    background: #fcfcfc;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.transition {
    -webkit-transition: cubic-bezier(0, 1.95, .49, .73) .4s;
    -moz-transition: cubic-bezier(0, 1.95, .49, .73) .4s;
    transition: cubic-bezier(0, 1.95, .49, .73) .4s;
}

.display-visual-section .carousel-inner {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.display-visual-section .carousel-indicators {
    position: relative;
    margin: 15px auto;
    bottom: auto;
	display: block !important;
}

.display-visual-section .carousel-item {
    padding: 20px 0;
}

.display-visual-section .carousel-indicators li {
    text-indent: 0;
    width: auto;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #223f77;
    border-radius: 3px;
    cursor: pointer;
	display: inline-block;
    margin: 5px;
    padding: 0 10px;
}

.display-visual-section .carousel-indicators li.active {
    background: #fd9185;
    color: #000000;
}

.display-visual-section, .automated-engaging-content, .built-for-scalability {
    padding: 80px 0;
}

.powerful-content-management {
    padding: 100px 0;
}

.carousel-control-prev, .carousel-control-next {
    font-family: FontAwesome, sans-serif;
    color: #6d59c8 !important;
    width: 2%;
    font-size: 18px;
    opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

.automated-engaging-content .section-title {
    text-align: center;
}

.automated-engaging-content .section-content {
    text-align: center !important;
}

.home-quote-inner img {
    height: 40px;
    margin-bottom: 10px;
}

.home-quote {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.home-quote-inner {
    border-radius: 5px;
    height: 200px;
    padding: 20px;
    transition: 0.3s;
}

.home-quote-inner .section-content {
    padding: 0;
}

.home-quote-inner:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.carousel-container {
    position: relative;
}

#home-thumbsCarousel-icons {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#home-thumbsCarousel-icons .carousel-inner {
    padding: 0 30px;
}

.home-tab-thumb.selected {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 9;
}

.home-tab-inner img {
    height: 40px !important;
}

.home-tab-inner p {
    font-size: 12px;
    margin: 10px 0 0 0;
    color: #6d59c8;
}

.home-tab-thumb {
    text-align: center;
    width: 20%;
    max-width: 20%;
    flex: 20%;
    display: table;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.home-tab-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-tab-thumb:hover {
    background: #ffffff;
    cursor: pointer;
}

div#homeThumbsCarousel {
    width: 100%;
}

.content-tab-inner img {
    width: 500px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: 5px solid #000000;
}

.content-tab-inner {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.content-tab-inner h3 {
    margin-top: 30px;
    color: #6d59c8;
    font-family: Raleway-Medium, sans-serif;
}

.content-tab-inner p {
    opacity: 0.75;
    color: #18191b;
}

.apps-banner {
    padding: 70px 0;
    background: #f1f1f1;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.blog-slider {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    height: 400px;
    transition: all .3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 400px;
        height: auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 350px;
    flex-shrink: 0;
    height: 300px;
    box-shadow: 4px 13px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: translateX(-50px);
    overflow: hidden;
    background: #ffffff;
    padding: 40px 20px;
}

.blog-slider__content img {
    width: 400px;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all .3s;
}

.custom-blog-slider {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(10%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: 20px;
        text-align: center;
        padding: 0 30px;
    }
	
	.blog-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets {
		display: none !important;
	}
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #223f77;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background: #18d0c2;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(109, 89, 200, 0.5);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    width: 10px !important;
    text-align: center;
    right: 20px;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
    left: auto !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #6c58c5;
    height: 30px;
    box-shadow: 0 0 10px rgba(109, 89, 200, 0.25);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.apps-categories {
    padding: 20px 0 50px 0;
}

.apps-categories .button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    background: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    margin: 10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 0.5px;
}

.apps-categories .button:active, .button.is-checked {
    background-color: #6d59c8;
    outline: none;
    color: #FFFFFF;
}

.apps-categories .button:hover {
    background: #6d59c8;
    color: #ffffff;
}

.apps-categories .button-group {
    margin: 20px 0;
    text-align: center;
}

.apps-categories .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.grid article {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 1%;
    width: 31.33%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    height: 150px;
}

.article-a:hover article {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

article img {
    height: 60px !important;
    background: #ffffff;
}

@media (max-width: 992px) {
    .grid article {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .grid article {
        margin: 2% 0;
        width: 100%;
    }
}

.grid article .inner {
    display: flex;
}

.grid article h5 {
    font-size: 16px;
    color: #223f77;
    font-family: Raleway-Medium, sans-serif;
    letter-spacing: 0.5px;
}

.grid article p {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    height: 55px;
    overflow: hidden;
}

.grid article span {
    padding: 0 10px;
}

.grid article ul li {
    font-size: 11px;
    padding: 3px 5px;
    background: #18d0c2;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 3px;
    border-radius: 3px;
}

.grid article ul {
    display: inline-flex;
}

.article-a {
    width: 100%;
}

.site-map-path {
    background: #f1f1f1;
    padding: 30px 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.site-map-path ul {
    display: inline-flex;
}

.site-map-path ul li ~ li {
    margin-left: 10px;
}

.site-map-path a {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.75;
}

.app-detail {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.apps-info-section {
    margin: 50px 0;
}

.app-detail h3 {
    color: #6d59c8;
}

.app-detail .title {
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 1;
}

.app-detail li {
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: 0.25px;
}

.app-detail ul {
    margin-top: 20px;
}

.app-title-img img {
    height: 70px;
}

.app-title-img span {
    font-size: 36px;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #6d59c8;
}

.app-title-img {
    margin-bottom: 20px;
}

.app-description {
    letter-spacing: 0.5px;
}

.app-gallery-slick-carousel img {
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.app-gallery-slick-carousel .slide-content {
    padding: 10px;
}

.app-features h3 {
    color: #6d59c8;
    margin-top: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

.app-features label {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.app-features p {
    font-size: 14px;
    opacity: 0.75;
}

.users-sign-in-up {
    padding: 70px 0;
}

.tab-accordion-panel .nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .tab-accordion-panel .nav-tabs {
        display: flex;
        flex-flow: column nowrap;
    }

    .tab-accordion-panel .nav-tabs {
        border: none;
        display: flex;
    }

    .tab-accordion-panel .nav-tabs .nav-item + .nav-item {
        margin-top: 0.25rem;
    }

    .tab-accordion-panel .nav-tabs .nav-link {
        transition: border-color 0.125s ease-in;
        white-space: nowrap;
    }

    .tab-accordion-panel .nav-tabs .nav-link {
        border: 0;
        border-radius: 0;
        width: 250px;
        text-align: center;
        color: #6d59c8;
        height: 60px;
        line-height: 60px;
        padding: 0;
    }

    .tab-accordion-panel .nav-tabs .nav-link.active {
        background-color: #6d59c8;
        color: #ffffff;
    }

    .tab-accordion-panel .card .card-header {
        display: none;
    }

    .tab-accordion-panel .card .collapse {
        display: block;
    }

    .tab-accordion-panel .card-body {
        padding: 50px 40px;
    }

    .overview-tab-panel {
        padding: 50px 0;
    }

    .overview-tab-panel .nav-tabs {
        display: -webkit-inline-box;
        width: 100%;
    }

    .overview-tab-panel .d-flex {
        display: block !important;
    }

    .overview-tab-panel .nav-tabs .nav-item + .nav-item {
        margin: 0;
    }

    .overview-tab-panel .nav-tabs .nav-item {
        width: 33.33%;
    }

    .overview-tab-panel .nav-tabs .nav-link {
        width: 100%;
        border-radius: 50px;
    }

    .overview-tab-panel .card {
        background: #ffffff !important;
        margin-top: 50px;
    }

    .overview-tab-panel .nav-tabs .nav-link.active {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    }

    .overview-tab-panel .card-body {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .overview-ul-li {
        display: none;
    }

    .tab-accordion-panel .card {
        margin: 0 15px;
    }

    .tab-accordion-panel .tab-pane {
        display: block !important;
        opacity: 1;
        border: none;
    }

    .tab-accordion-panel .card-header {
        padding: 0;
        background: transparent;
        border: none;
    }

    .tab-accordion-panel .card-header a {
        background: #6d59c8;
        color: #ffffff;
        width: 100%;
        display: block;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin: 10px auto;
    }

    .tab-accordion-panel .card-header a.collapsed {
        color: #6d59c8;
        background: #ffffff;
        border: 1px solid #6d59c8;
    }

    .tab-accordion-panel div#content {
        width: 100%;
    }

    .tab-accordion-panel .card-body {
        text-align: center;
    }
}

.tab-accordion-panel .tab-content {
    width: 100%;
}

.tab-accordion-panel .card {
    border-radius: 0;
    border: none;
    background: #FFFFFF;
    color: #6d59c8;
}

.nf-field-label {
    display: none;
}

.nf-error .nf-error-msg, .nf-error-msg, .ninja-forms-req-symbol {
    color: #ffffff !important;
}

.nf-error .ninja-forms-field {
    border-color: #000000 !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #000000 !important;
    border-radius: 5px;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    width: 250px !important;
    border-radius: 30px;
    background: #6d59c8 !important;
    color: #ffffff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    cursor: pointer;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.nf-form-fields-required {
    display: none;
}

.industries-banner {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.industries-banner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(45deg, #233F77 40%, transparent);
}

.industries-banner .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 48px;
}

.industries-banner p {
    color: #ffffff;
    opacity: 0.75;
    letter-spacing: 1px;
}

.industries-tabs {
    margin: 50px;
}

.industries-tabs.elementor-widget.elementor-widget-eael-adv-tabs .eael-tabs-nav > ul li {
    background: #ffffff !important;
    border-radius: 5px;
    margin: 0 5px;
}

.industries-tabs.elementor-widget.elementor-widget-eael-adv-tabs .eael-tabs-nav > ul li.active,
.industries-tabs.elementor-widget.elementor-widget-eael-adv-tabs .eael-tabs-nav > ul li:hover {
    background: #223f77 !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.industries-tabs .eael-tabs-content {
    text-align: center;
}

.industries-tabs .eael-tabs-content h3 {
    color: #6d59c8;
}

.industries-tabs .eael-tabs-content p {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
}

.industries-tabs .eael-tabs-content img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 30px;
}

.industries-tabs .eael-advance-tabs .eael-tabs-nav > ul li i {
    font-size: 36px !important;
}

.industries-tabs .eael-tab-top-icon li .eael-tab-title {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.industries-logo, .industries-gallery {
    background: #f1f1f1;
    padding: 30px 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

.industries-benefits-reviews, .industries-blog {
    padding: 50px 0;
}

.Industries-testimonial .elementor-widget-container {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
}

.Industries-testimonial .ha-testimonial-carousel__reviewer-thumb img {
    border-radius: 0 !important;
    height: 100%;
    width: auto;
}

.Industries-testimonial .ha-testimonial-carousel__reviewer-thumb {
    border-radius: 0;
    height: 40px;
    width: auto;
}

.Industries-benefits {
    margin-right: 30px;
}

.ha-flip-box-front-inner .icon-wrap .ha-flip-icon img {
    height: 60px !important;
    width: auto !important;
    margin-bottom: 20px;
}

.request-demo-form {
    background: #6d59c8;
    margin: 50px 0;
    padding: 50px 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.request-demo-form .nf-form-content .list-select-wrap .nf-field-element > div,
.request-demo-form .nf-form-content input:not([type=button]),
.request-demo-form .nf-form-content textarea {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.ha-testimonial-carousel__reviewer-thumb img {
    border-radius: 0 !important;
    height: 30px !important;
    width: auto !important;
}

.ha-testimonial-carousel--center .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-thumb {
    height: 40px !important;
    width: auto !important;
}

.pricing-packages .ha-infobox > .elementor-widget-container {
    height: 315px;
}

.instant-social-interactions, .automatic-updates,
.custom-color-themes, .live-content-preview, .connects-display {
    padding: 70px 0;
    background: #f1f1f1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.instant-social-interactions img, .custom-color-themes img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.instant-social-interactions img {
    padding: 20px 20px 0;
    background: #ffffff;
}

.live-content-deployment, .multiple-orientations, .beautiful-HD-content,
.smart-content-scheduling, .device-monitoring, .works-online-offline {
    padding: 70px 0;
}

.beautiful-HD-content img {
    border-bottom: 5px solid #635be7;
}

.overview-display .home-thumb-navigator {
    padding-bottom: 20px;
}

.overview-dashboard h2 {
    font-family: Raleway-Medium, sans-serif;
    text-align: center;
    color: #6d59c8;
    letter-spacing: 10px;
    text-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    margin-bottom: 50px;
}

.smart-content-scheduling img {
    height: 350px;
}

.smart-content-scheduling .smart-slider-bg-2 {
    text-align: center;
}

.overview-dashboard-blog {
    padding: 70px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.overview-dashboard-blog .blog-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 15px;
    background: #FFFFFF;
    transition: 0.3s;
}

.overview-dashboard-blog .blog-inner:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.overview-dashboard-blog .blog-inner span {
    color: #6d59c8;
    font-family: FontAwesome, sans-serif;
    font-size: 48px;
}

.overview-dashboard-blog .blog-inner h4 {
    color: #6d59c8;
    font-size: 18px;
}

.overview-dashboard-blog .blog-inner p {
    color: #18191b;
    opacity: 0.75;
    height: 150px;
    font-size: 14px;
}

.high-performance-digital-signage-layer {
    padding: 70px 0;
}

.high-performance-digital-signage-layer img {
    width: 350px;
}

.device-included {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 70px 0;
}

.warranty-card {
    margin-top: 70px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.warranty-card img {
    height: 230px;
}

.team-banner, .investor-banner {
    background: #6d59c8;
    background-size: contain;
}

.nf-form-title {
    display: none;
}

.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
    color: #ffffff;
}

div#nf-field-63-wrap .nf-field-label {
    display: block;
    color: #ffffff;
}

button.navbar-toggler {
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.home-banner-logo.Mobile {
    display: none;
}

.featured-customers .swiper-slide-bg {
    background-position: 95% center !important;
}

.customers-post .eael-entry-thumbnail {
    height: 50px !important;
    margin-top: 15px;
}

.customers-post .eael-post-carousel .eael-entry-thumbnail > img,
.customers-post .swiper-container-wrap .eael-post-carousel .swiper-slide img {
    height: 50px !important;
    width: auto;
}

.customers-post .eael-grid-post-holder {
    border-radius: 10px !important;
}

.customers-post .eael-entry-wrapper {
    height: 320px;
}

.customer-banner {
    background: #6d59c8;
}

.elementor-pagination {
    margin-top: 50px;
}

.summary-section {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
}

.summary-section .summary-row {
	display: flex;
	margin-top: 10px;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}

.summary-section .value {
	width: 100%;
	text-align: right;
}

.summary-section .title {
	width: 100%;
	font-size: 18px;
}

.summary-section .plan-hint {
	font-size: 14px;
}

.summary-section .multiplier {
    margin-top: 10px;
    position: relative;
}

.summary-section .multiplier::before {
    content: "X";
    font-size: 13px;
}

.summary-section .summary-row.summary-row--header {
    display: inline-flex;
    width: 100%;
    border: none;
    padding: 0;
}

.summary-row.summary-row--total {
    display: inline-flex;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 10px;
}

.summary-row.summary-row--total .title {
    font-size: 18px;
    width: 100%;
}

.summary-row.summary-row--total .value.value--amount.ng-binding {
    width: 100%;
    text-align: right;
}

input.form-control, select.form-control:not([size]):not([multiple]) {
    height: 45px;
    border-radius: 0;
	margin-top: 20px;
}

textarea.form-control {
	border-radius: 0;
	font-size: 14px;
	margin-top: 20px;
}

input.btn.request-demo-btn {
    background: #fd9185;
    height: 50px;
    width: 200px;
    outline: none;
}

.validation-error-label {
    font-size: 14px;
    color: red;
    display: block;
}

label#accept_terms-error {
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.iti--separate-dial-code .iti__selected-flag {
    height: 43px;
}

.iti.iti--allow-dropdown{
	margin-top: 20px;
}

.fontAwesome-icon {
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    color: #6d59c8;
	margin-bottom: 0;
}

.fontAwesome-icon.minus {
    color: #FD9185;
}

.pricing-plan-table table {
    border: 2px solid #dee2e6;
}

.pricing-plan-table .blue-button {
    margin: auto;
}

.pricing-plan-table tbody.sub-categories-table td {
    padding: 0 10px !important;
    vertical-align: middle;
}

span.copyright-symbol{
	font-family: FontAwesome,sans-serif;
}

.irs--round .irs-handle {
    border-color: #fd9185 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background: #fd9185 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before,
.irs--round .irs-single:before {
	border-top-color: #fd9185 !important;
}

.irs--round .irs-bar {
    background-color: #6d59c8 !important;
}