/* Extra small devices */
@media only screen and (max-width: 600px) {
    .fixed-top {
        top: -40px;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition:
            transform 0.3s,
            -webkit-transform 0.3s;
        background: #6bc4e8;
    }
    .m-c-logo {
        max-width: 200px;
        margin: 0 20px;
        display: block;
    }
    .c-logo {
        max-width: 275px;
        margin: 0 20px;
    }
    .smalllogo {
        display: none;
    }
    .fixed-top div.container-fluid div.logo {
        display: none;
    }
    .fixed-top div.container-fluid div.smalllogo {
        display: block;
        max-width: 150px;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link {
        color: white !important;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link:hover {
        color: #ff1493 !important;
    }
    .navbar-nav {
        padding: 0 0 25px;
    }
    .navbar-light.navbar-nav.nav-link {
        font-size: 18px;
    }
    .nav-top-link {
        text-transform: uppercase;
        color: #000000 !important;
        margin: 8px;
        font-size: 18px;
    }
    .btn-primary {
        color: rgba(0, 0, 0, 0.7);
        background: #ffffff;
        border-color: #0d6efd;
    }
    .btn-nav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
    }
    .btn-nav-demo:hover,
    .btn-nav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-subnav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
        margin: 30px 0 0 0;
        font-size: 0.9rem;
    }
    .btn-subnav-demo:hover,
    .btn-subnav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-nav-register {
        color: #4a4a4a;
        border-radius: 0.3rem;
        border: 1px solid #4a4a4a;
        background: #ffffff;
        white-space: nowrap;
        margin: 40px auto 0;
    }
    .btn-nav-register:hover,
    .btn-nav-register:active {
        background: #4a4a4a;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
    }
    .nav-item a.btn-learn-more {
        color: #ffff00;
    }
    a.btn-learn-more:hover,
    a.btn-learn-more:active {
        color: #ffe300;
    }
    .nav-item {
        list-style: none;
    }
    .link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        white-space: break-spaces;
        min-width: 300px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.75rem 0 0;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .column-flag {
        border-top: 100px solid #ffe300;
        border-right: 130px solid transparent;
        margin-left: -25px;
        margin-top: -25px;
        width: 0;
    }
    .column-flag-item {
        color: #212529;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 70px;
        left: 0px;
        -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
        transform: rotate(-38deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .column-title {
        color: white;
        font-size: 1.5rem;
    }
    .dropdown-prod-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
    }
    .dropdown-sol-cat-title,
    .dropdown-res-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
        color: #404040;
        font-weight: 900;
    }
    .dropdown-item-title {
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .dropdown-item-tagline {
        font-size: 0.9rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 20px;
        margin: 0;
        white-space: break-spaces;
        float: left;
    }
    sub {
        font-size: 10px;
        color: #808080;
        bottom: -0.1em;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ff1493;
        background-color: transparent;
        fill: #ff1493;
    }
    .dropdown-item.active,
    .dropdown-item:active {
        color: #ad0b62;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }
    ul.dropdown-menu li ul {
        margin: 0;
        padding: 0;
    }
    ul.dropdown-menu li ul li.nav-item a.dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px 0 3px 0;
        margin: 0;
        font-weight: 600;
        font-size: 0.9rem;
        white-space: break-spaces;
        min-width: 269px;
    }
    .nav-img-icons {
        width: 45px;
        float: left;
        padding: 6px 10px 0 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        margin: 0 !important;
    }
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .prod-col-4 {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .col-sm-4.prod-col-1.featured-cont {
        position: relative;
    }
    .forms-container {
        position: relative;
        top: 0px;
        min-width: 270px;
    }
    .form-scan-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-scan-domain {
        width: 100%;
        padding-right: 10px;
    }
    .btn-nav-go {
        background: #ffff00;
        color: #000000;
        border: transparent;
    }
    .btn-nav-go:hover,
    .btn-nav-go:active {
        background: #ffe300;
    }
    .dropdown-menu-products.dropdown-menu.show {
        left: -80px;
    }
    .dropdown-menu-solutions.dropdown-menu.show {
        left: -62.5px;
    }
    .dropdown-menu-resources.dropdown-menu.show {
        left: -207.5px;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 100%;
        padding: 25px;
    } /**/
    .prod-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sol-col-1,
    .sol-col-2,
    .sol-col-3,
    .sol-col-4,
    .sol-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .sol-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 100%;
    } /**/
    .sol-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .res-col-1,
    .res-col-2,
    .res-col-3,
    .res-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .res-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 100%;
    } /**/
    .res-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
/* Small devices */
@media only screen and (min-width: 600px) {
    /*#main_nav {margin: 5px 0 5px 0;}*/
    .dropdown,
    .dropend,
    .dropstart,
    .dropup {
        position: inherit;
    }
    .fixed-top {
        top: -40px;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition:
            transform 0.3s,
            -webkit-transform 0.3s;
        background: #00b3ee;
    }
    .m-c-logo {
        max-width: 275px;
        margin: 0 20px;
        display: block;
    }
    .c-logo {
        max-width: 275px;
        margin: 0 20px;
    }
    .smalllogo {
        display: none;
    }
    .fixed-top div.container-fluid div.logo {
        display: none;
    }
    .fixed-top div.container-fluid div.smalllogo {
        display: block;
        max-width: 150px;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link {
        color: white !important;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link:hover {
        color: #ff1493 !important;
    }
    .navbar-nav {
        padding: 0 20px 25px;
    }
    .navbar-light.navbar-nav.nav-link {
        font-size: 18px;
    }
    .nav-top-link {
        text-transform: uppercase;
        color: #000000 !important;
        margin: 8px;
        font-size: 18px;
    }
    .btn-primary {
        color: rgba(0, 0, 0, 0.7);
        background: #ffffff;
        border-color: #0d6efd;
    }
    .btn-nav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
        margin: 0 0 0 13px;
    }
    .btn-nav-demo:hover,
    .btn-nav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-subnav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
        margin: 30px 0 0 0;
        font-size: 0.9rem;
    }
    .btn-subnav-demo:hover,
    .btn-subnav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-nav-register {
        color: #4a4a4a;
        border-radius: 0.3rem;
        border: 1px solid #4a4a4a;
        background: #ffffff;
        white-space: nowrap;
        margin: 40px auto 0;
    }
    .btn-nav-register:hover,
    .btn-nav-register:active {
        background: #4a4a4a;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
    }
    a.btn-learn-more {
        color: #ffff00;
    }
    a.btn-learn-more:hover,
    a.btn-learn-more:active {
        color: #ffe300;
    }
    .nav-item {
        list-style: none;
    }
    .link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        white-space: break-spaces;
        padding: 0;
        margin: 0;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.75rem 0 0;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .column-flag {
        border-top: 100px solid #ffe300;
        border-right: 130px solid transparent;
        margin-left: -25px;
        margin-top: -25px;
        width: 0;
        position: relative;
    }
    .column-flag-item {
        color: #212529;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: -90px;
        left: 0px;
        -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
        transform: rotate(-38deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .column-title {
        color: white;
        font-size: 1.5rem;
    }
    .dropdown-prod-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
    }
    .dropdown-sol-cat-title,
    .dropdown-res-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
        color: #404040;
        font-weight: 900;
    }
    .dropdown-item-title {
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .dropdown-item-tagline {
        font-size: 0.75rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 20px;
        margin: 0;
        white-space: break-spaces;
        float: left;
    }
    sub {
        font-size: 10px;
        color: #808080;
        bottom: -0.1em;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ff1493;
        background-color: transparent;
        fill: #ff1493;
    }
    .dropdown-item.active,
    .dropdown-item:active {
        color: #ad0b62;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }
    ul.dropdown-menu li ul {
        margin: 0;
        padding: 0;
    }
    ul.dropdown-menu li ul li.nav-item a.dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px 0 3px 0;
        margin: 0;
        font-weight: 600;
        font-size: 0.9rem;
        white-space: break-spaces;
        min-width: 269px;
    }
    .nav-img-icons {
        width: 45px;
        float: left;
        padding: 6px 10px 0 0;
    }
    .dropdown-menu {
        margin: 0 !important;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    } /**/
    .prod-col-4 {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .col-sm-4.prod-col-1.featured-cont {
        position: relative;
    }
    .forms-container {
        position: relative;
        margin: 50px auto 0;
    }
    .prod-col-1 .forms-container {
        margin: 0 auto;
    }
    .form-scan-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-scan-domain {
        width: 100%;
        padding-right: 10px;
    }
    .btn-nav-go {
        background: #ffff00;
        color: #000000;
        border: transparent;
    }
    .btn-nav-go:hover,
    .btn-nav-go:active {
        background: #ffe300;
    }
    .dropdown-menu-products.dropdown-menu.show {
        left: -35px;
        padding: 0;
    }
    .dropdown-menu-solutions.dropdown-menu.show {
        left: -50.5px;
        padding: 0;
    }
    .dropdown-menu-resources.dropdown-menu.show {
        left: -194.5px;
        padding: 0;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0;
        padding: 25px;
        width: 100%;
    } /**/
    .prod-col-4 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.25rem;
    }
    .sol-col-1,
    .sol-col-2,
    .sol-col-3,
    .sol-col-4,
    .sol-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .sol-col-1 {
        background-color: #00b3ee;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0;
        width: 100%;
    } /**/
    .sol-col-5 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.25rem;
    }
    .res-col-1,
    .res-col-2,
    .res-col-3,
    .res-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 100%;
    } /**/
    .res-col-1 {
        background-color: #00b3ee;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0;
        width: 100%;
    } /**/
    .res-col-4 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.25rem;
    }
}
/* Medium devices */
@media only screen and (min-width: 768px) {
}
/* Large devices */
@media only screen and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .m-c-logo {
        max-width: 275px;
        margin: 0 20px;
    }
    .c-logo {
        max-width: 200px;
        margin: 0 20px;
        display: block;
        position: absolute;
        top: 45px;
        z-index: 1;
    }
    .dropdown-menu-products {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-solutions {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-resources {
        right: auto;
        left: -132.5%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    /****/
    .navbar-nav {
        padding: 0;
    }
    .navbar-nav {
        padding-right: 25px;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 25%;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0rem;
        width: 25%;
    } /**/
    .prod-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sol-col-1,
    .sol-col-2,
    .sol-col-3,
    .sol-col-4,
    .sol-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 18.75%;
    } /**/
    .sol-col-1 {
        background-color: #00b3ee;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0rem;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0rem;
        width: 25%;
    } /**/
    .sol-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .res-col-1,
    .res-col-2,
    .res-col-3,
    .res-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 22.3%;
    } /**/
    .res-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 33%;
    } /**/
    .res-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .dropdown-item-tagline {
        font-size: 0.8rem;
    }
}
/* Extra large devices */
@media only screen and (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .m-c-logo {
        max-width: 275px;
        margin: 0 20px;
        display: block;
    }
    .c-logo {
        max-width: 275px;
        margin: -10px 30px 0;
        display: block;
        position: absolute;
        top: 20px;
        z-index: 1;
        padding: 0 15px;
    }
    .dropdown-menu-products {
        right: auto;
        left: -25%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-solutions {
        right: auto;
        left: -35%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-resources {
        right: auto;
        left: -132.5%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    /****/
    .navbar-nav {
        padding: 0;
    }
    .navbar-nav {
        padding-right: 25px;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    } /**/
    .prod-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sol-col-1,
    .sol-col-2,
    .sol-col-3,
    .sol-col-4,
    .sol-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 18.75%;
    } /**/
    .sol-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 25%;
    } /**/
    .sol-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .res-col-1,
    .res-col-2,
    .res-col-3,
    .res-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 22.3%;
    } /**/
    .res-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 33%;
    } /**/
    .res-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .dropdown-item-tagline {
        font-size: 0.9rem;
    }
}
/* larger devices */
@media only screen and (min-width: 1400px) {
    .fixed-top {
        top: -40px;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition:
            transform 0.3s,
            -webkit-transform 0.3s;
        background: #00b3ee;
        height: 85px;
    }
    /*.logo {
    max-width: 275px;
    margin: 0 20px;
}*/
    .smalllogo {
        display: none;
    }
    .fixed-top div.container-fluid div.m-c-logo {
        display: none;
    }
    .fixed-top div.container-fluid div.smalllogo {
        display: block;
        max-width: 150px;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link {
        color: white !important;
    }
    .fixed-top div#main_nav ul.navbar-nav li.nav-item a.nav-link.nav-top-link:hover {
        color: #ff1493 !important;
    }
    .navbar-nav {
        padding-right: 25px;
    }
    .navbar-light.navbar-nav.nav-link {
        font-size: 18px;
    }
    .nav-top-link {
        text-transform: uppercase;
        color: #000000 !important;
        margin: 8px;
        font-size: 18px;
    }
    .nav-top-link:hover {
        color: #ff1493 !important;
    }
    .btn-primary {
        color: rgba(0, 0, 0, 0.7);
        background: #ffffff;
        border-color: #0d6efd;
    }
    .btn-nav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
        margin: 0 0 0px 14px;
    }
    .btn-nav-demo:hover,
    .btn-nav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-subnav-demo {
        color: #ff1493;
        border-radius: 3rem;
        border: 2px solid #ff1493;
        background: #ffffff;
        white-space: nowrap;
        margin: 30px 0 0 0;
        font-size: 0.9rem;
    }
    .btn-subnav-demo:hover,
    .btn-subnav-demo:active {
        background: #ff1493;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }
    .btn-nav-register {
        color: #4a4a4a;
        border-radius: 0.3rem;
        border: 1px solid #4a4a4a;
        background: #ffffff;
        white-space: nowrap;
        margin: 40px auto 0;
    }
    .btn-nav-register:hover,
    .btn-nav-register:active {
        background: #4a4a4a;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
    }
    a.btn-learn-more {
        color: #ffff00;
    }
    a.btn-learn-more:hover,
    a.btn-learn-more:active {
        color: #ffe300;
    }
    .nav-item {
        list-style: none;
    }
    .nav-item.dropdown {
        padding: 14px 0;
    }
    .nav-item {
        padding: 14px 0;
    }
    ul li .nav-item {
        padding: 0;
    }
    .link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        white-space: break-spaces;
        min-width: 300px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.75rem 0 0;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .column-flag {
        border-top: 100px solid #ffe300;
        border-right: 130px solid transparent;
        margin-left: -25px;
        margin-top: -25px;
        width: 0;
    }
    .column-flag-item {
        color: #212529;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: -90px;
        left: 0px;
        -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
        transform: rotate(-38deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .column-title {
        color: white;
        font-size: 1.5rem;
    }
    .dropdown-prod-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
    }
    .dropdown-sol-cat-title,
    .dropdown-res-cat-title {
        margin: 0;
        font-size: 1rem;
        display: inline-block;
        color: #404040;
        font-weight: 700;
    }
    .dropdown-item-title {
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .dropdown-item-tagline {
        font-size: 0.9rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 20px;
        margin: 0;
        white-space: break-spaces;
        float: left;
    }
    sub {
        font-size: 10px;
        color: #808080;
        bottom: -0.1em;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ff1493;
        background-color: transparent;
        fill: #ff1493;
    }
    .dropdown-item.active,
    .dropdown-item:active {
        color: #ad0b62;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }
    ul.dropdown-menu li ul {
        margin: 0;
        padding: 0;
    }
    ul.dropdown-menu li ul li.nav-item a.dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px 0 3px 0;
        margin: 0;
        font-weight: 600;
        font-size: 0.9rem;
        white-space: break-spaces;
        min-width: 269px;
    }
    .nav-img-icons {
        width: 45px;
        float: left;
        padding: 6px 10px 0 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        margin: 0 !important;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
    }
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .prod-col-4 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .forms-container {
        position: relative;
        min-width: 270px;
    }
    .form-scan-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-scan-domain {
        width: 100%;
        padding-right: 10px;
    }
    .btn-nav-go {
        background: #ffff00;
        color: #000000;
        border: transparent;
    }
    .btn-nav-go:hover,
    .btn-nav-go:active {
        background: #ffe300;
    }
    .dropdown-menu-products.dropdown-menu.show {
        left: -35px;
    }
    .dropdown-menu-solutions.dropdown-menu.show {
        left: -51px;
    }
    .dropdown-menu-resources.dropdown-menu.show {
        left: -194.5px;
    }
    .dropdown-menu-products {
        right: auto;
        left: -163%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-menu-products {
        right: auto;
        left: -25%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-solutions {
        right: auto;
        left: -35%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    .dropdown-menu-resources {
        right: auto;
        left: -132.5%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5);
        -webkit-animation-name: slidein;
        animation-name: slidein;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        border: 0;
    }
    /****/
    .navbar-nav {
        padding: 0;
    }
    .navbar-nav {
        padding-right: 25px;
    }
    .prod-col-1,
    .prod-col-2,
    .prod-col-3,
    .prod-col-4 {
        padding: 25px;
        background: #f5faff;
        width: 25%;
    } /**/
    .prod-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 25%;
        padding: 25px;
    } /**/
    .prod-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sol-col-1,
    .sol-col-2,
    .sol-col-3,
    .sol-col-4,
    .sol-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 18.75%;
    } /**/
    .sol-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 25%;
    } /**/
    .sol-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .res-col-1,
    .res-col-2,
    .res-col-3,
    .res-col-4,
    .res-col-5 {
        padding: 25px;
        background: #f5faff;
        width: 22.3%;
    } /**/
    .res-col-1 {
        background-color: #00b3ee;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        width: 33%;
    } /**/
    .res-col-5 {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@-webkit-keyframes slidein {
    from {
        top: 65%;
        opacity: 0.6;
    }
    to {
        top: 82%;
        opacity: 1;
    }
}
@keyframes slidein {
    from {
        top: 65%;
        opacity: 0.6;
    }
    to {
        top: 82%;
        opacity: 1;
    }
}
#Layer_1:hover g#sign path.st15 {
    fill: #ffe300;
}
/*arrow*/
@media only screen and (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        top: 82%;
        -webkit-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0);
        right: auto;
    }
    .fixed-top.navbar .nav-item:hover .dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        top: 85%;
        -webkit-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0);
        right: auto;
    }
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50%;
        width: 97%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1060px;
        left: 50%;
        width: 97%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 50%;
        width: 97%;
    }
    .dropdown-menu-products.dropdown-menu::before,
    .dropdown-menu-solutions.dropdown-menu::before,
    .dropdown-menu-resources.dropdown-menu::before {
        content: "";
        height: 0;
        display: block;
        border-color: transparent transparent #f5faff transparent;
        border-width: 0 13px 13px;
        border-style: solid;
        position: absolute;
        top: -10px;
        z-index: 1;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 41.2%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 55.5%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 71.2%;
    }
}
@media only screen and (min-width: 1080px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1060px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 50%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 45.8%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 59.8%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.7%;
    }
}
@media only screen and (min-width: 1100px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 50%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 47.3%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 60%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 74.1%;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1360px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 54.8%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 51.8%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 63.7%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.4%;
    }
}
@media only screen and (min-width: 1300px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 50%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 58.3%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 55.5%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 67%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.35%;
    }
}
@media only screen and (min-width: 1400px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 50.7%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 50.7%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 61.3%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 57.86%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 69%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.4%;
    }
}
@media only screen and (min-width: 1500px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 53.5%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 53.7%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 63.9%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 58.5%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 68.9%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.3%;
    }
}
@media only screen and (min-width: 1600px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 56.4%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 56.4%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 66.2%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 58.5%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 69%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.25%;
    }
}
@media only screen and (min-width: 1700px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 59%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 59%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 68.2%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 58.3%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 69%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.2%;
    }
}
@media only screen and (min-width: 1800px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 61.2%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 61.2%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 69.85%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 58.15%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 69%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.5%;
    }
}
@media only screen and (min-width: 1900px) {
    .navbar .nav-item:hover .dropdown-menu-products.dropdown-menu {
        max-width: 1370px;
        left: 63.3%;
    }
    .navbar .nav-item:hover .dropdown-menu-solutions.dropdown-menu {
        max-width: 1370px;
        left: 63.3%;
    }
    .navbar .nav-item:hover .dropdown-menu-resources.dropdown-menu {
        max-width: 1060px;
        left: 71.5%;
    }
    .dropdown-menu-products.dropdown-menu::before {
        left: 58.4%;
    }
    .dropdown-menu-solutions.dropdown-menu::before {
        left: 68.5%;
    }
    .dropdown-menu-resources.dropdown-menu::before {
        left: 73.3%;
    }
}
