@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Regular.svg#Lato-Regular') format('svg'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Bold.svg#Lato-Bold') format('svg'), url('fonts/Lato-Bold.ttf') format('truetype'), url('fonts/Lato-Bold.woff') format('woff'), url('fonts/Lato-Bold.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Black.svg#Lato-Black') format('svg'), url('fonts/Lato-Black.ttf') format('truetype'), url('fonts/Lato-Black.woff') format('woff'), url('fonts/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

* {
    font-family: 'Lato-Regular', sans-serif;
    color: #333333;
}

sup {
    top: -.3em;
    left: 1px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 800px;
    padding: 0;
    margin-top: 50px;
}

.modal-content-2 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 800px;
    padding: 0;
    margin-top: 50px;
}

.js-reframe {
    padding-top: 56.2721% !important;
}

#header {
    background-color: #0A567E;
    position: fixed;
    width: 100%;
    z-index: 16;
}

.logo-wrap {
    padding: 10px 0;
}

.menu-wrap {
    text-align: right;
    padding: 18px 0;
}

.menu-wrap ul {
    list-style-type: none;
    margin: 0;
}

.menu-wrap ul li {
    display: inline-block;
    margin: 0 10px;
}

.menu-wrap ul li a {
    font-family: 'Lato-Black', sans-serif;
    font-size: 14px;
}

.menu-wrap ul li a,
.menu-wrap ul li a:hover,
.menu-wrap ul li a:active,
.menu-wrap ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.no-margin {
    margin: 0 !important;
}

.bg-shadow {
    box-shadow: 0px 12px 22px #00000029;
}

.btn-orange {
    background-color: #FF6600;
    border-radius: 5px;
    border: 1px solid #E65C00;
    color: #fff;
    outline: none;
    padding: 10px;
    font-family: 'Lato-bold', sans-serif;
    font-weight: 900;
    box-shadow: 0px 12px 22px #00000029;
}

.mobile-menu {
    display: none;
    background-color: #0A567E;
    position: fixed;
    top: 58px;
    border-top: 2px solid #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    z-index: 16;
}

.mobile-menu ul {
    padding-left: 15px;
}

.mobile-menu ul li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mobile-menu ul li a {
    font-family: 'Lato-Black', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.mb-40-i {
    margin-bottom: 40px !important;
}

.mb-10-i {
    margin-bottom: 10px !important;
}

.hs-button {
    background-color: #FF6600 !important;
    border-radius: 5px !important;
    border: 1px solid #E65C00 !important;
    color: #fff !important;
    outline: none !important;
    padding: 10px !important;
    font-family: 'Lato-bold', sans-serif !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    box-shadow: 0px 12px 22px #00000029 !important;
}

.btn-learn-more {
    font-size: 20px;
    padding: 10px 30px;
    box-shadow: 0px 12px 22px #00000029;
}

.btn-blue-transparent {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #0A567E;
    color: #0A567E;
    outline: none;
    font-family: 'Lato-bold', sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding: 10px 30px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
}

.lightbox:target {
    outline: none;
    display: block;
}

#sub-header {
    background-color: #0A567E;
    padding: 10px 0;
    border-top: 2px solid #84aabe;
    position: fixed;
    width: 100%;
    z-index: 16;
    margin-top: 80px;
}

.navbar-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    float: right;
    position: relative;
    top: 10px;
}

.mobile-menu .btn-orange {
    width: 96%;
}

.navbar-toggle .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 20px;
}

.submenu-wrap ul {
    list-style-type: none;
    margin: 0;
}

#watch video {
    width: 600px !important;
    height: 400px !important;
    top: 20% !important;
    left: 35% !important;
}

.submenu-wrap ul li {
    display: inline-block;
    margin: 0 10px;
}

.submenu-wrap ul li a {
    font-family: 'Lato-Black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.submenu-wrap ul li a,
.submenu-wrap ul li a:hover,
.submenu-wrap ul li a:active,
.submenu-wrap ul li a:visited {
    color: #fff;
    text-decoration: none;
}

.text-bold {
    font-family: 'Lato-bold', sans-serif !important;
    font-weight: 900;
}

.text-black {
    font-family: 'Lato-Black', sans-serif !important;
    font-weight: 900;
}

.text-italic {
    font-style: italic;
}

.text-strong {
    font-family: 'Lato-bold', sans-serif !important;
    font-weight: 900;
}

.text-heavy {
    font-family: 'Lato-Black', sans-serif !important;
    font-weight: 900;
}

.text-orange {
    color: #FF6600 !important;
}

.text-orange-2 {
    color: #F6A731 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-blue {
    color: #0A567E !important;
}

.text-red {
    color: #FF0000 !important;
}

.hero-image {
    background-image: url("../images/2021/hero-homepage.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center;
}

.no-js .hero-image {
    background-image: url("../images/2021/hero-homepage.png");
}

.hero-image-2 {
    background-image: url("../images/2021/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: center;
}

.hero-image-3 {
    background-image: url("../images/2021/product-bg-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: center;
}

.hero-image-4 {
    background-image: url("../images/2021/image-20210106-060321.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: center;
}

.white-sym {
    background-image: url("../images/2021/19187759.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark-sym {
    background-image: url("../images/2021/22589.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark-sym-2 {
    background-image: url("../images/2021/3353823.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.il-space {
    padding: 60px 0;
    margin: 0;
}

.il-space-2 {
    padding: 30px 0;
    margin: 0;
}

.width-60 {
    width: 60%;
    margin: auto;
}

.width-70 {
    width: 70%;
    margin: auto;
}

.width-75 {
    width: 75%;
    margin: auto;
}

.width-80 {
    width: 80%;
    margin: auto;
}

h1 span {
    font-family: 'Lato-Black', sans-serif !important;
}

h1 {
    font-size: 72px;
    line-height: 1.1em;
    margin: 0;
    font-family: 'Lato-Black', sans-serif !important;
    font-weight: 900;
}

h2 {
    font-size: 48px;
    line-height: 1.1em;
    margin: 0;
    font-family: 'Lato-Black', sans-serif !important;
    font-weight: 900;
}

.big-h2 {
    font-size: 68px;
}

h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
    font-family: 'Lato-Black', sans-serif !important;
    font-weight: 900;
}

h4 {
    line-height: 1.2em;
    margin: 0;
}

.text-14 {
    font-size: 14px;
    line-height: 1.3em;
}

.text-16 {
    font-size: 16px;
    line-height: 1.3em;
}

.text-18 {
    font-size: 18px;
    line-height: 1.3em;
}

.text-24 {
    font-size: 24px;
    line-height: 1.3em;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
    line-height: 1.3em;
}

.text-26 {
    font-size: 26px;
    line-height: 1.3em;
}

.text-28 {
    font-size: 28px;
    line-height: 1.3em;
}

.text-30 {
    font-size: 30px;
    line-height: 1.3em;
}

.text-32 {
    font-size: 32px;
    line-height: 1.3em;
}

.text-48 {
    font-size: 48px;
    line-height: 1.1em;
}

.text-68 {
    font-size: 68px;
    line-height: 1.1em;
}

.text-60 {
    font-size: 60px;
    line-height: 1.1em;
}

.big-h3 {
    font-size: 48px;
    line-height: 1.1em;
}

.big-h4 {
    font-size: 32px;
}

p {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
}

.big-p {
    font-size: 24px;
}

.bg-teal li {
    margin-bottom: 15px;
}

.bg-teal-2 li {
    margin-bottom: 15px;
}

#hero {
    padding-top: 122px;
}

#hero h1 {
    margin-bottom: 40px;
}

.text-underline {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.text-underline-2 {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    width: 720px;
    display: inline-block;
}

.text-underline-2.text-white {
    border-bottom: 1px solid #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-white .text-underline {
    border-bottom-color: #fff;
}

.content-wrap {
    margin-top: 60px;
}

.solution-box {
    height: 393px;
    display: table;
}

.box-icon {
    display: table-cell;
    width: 25%;
    background-color: #0A567E;
    padding: 30px 15px 30px 18px;
    border-radius: 10px 0 0 10px;
}

.box-icon-a-1 {
    background-color: #FF6600;
}

.box-icon-a-2 {
    background-color: #5DACD3;
}

.box-icon-a-3 {
    background-color: #A8363E;
}

.box-icon-a-4 {
    background-color: #0A567E;
}

.box-icon-a-5 {
    background-color: #287FB6;
}

.box-content {
    display: table-cell;
    width: 75%;
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    height: 380px;
}

.box-content h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -10px;
    margin-bottom: 5px;
}

.learn-more {
    color: #0A567E;
    font-family: 'Lato-Bold', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    display: block;
    margin-top: 30px;
}

.learn-more-20 {
    margin-top: 20px;
}

.solution-wrap-2 {
    margin-top: 30px;
}

.bg-teal {
    background-color: #D9EFFF;
}

.bg-teal-2 {
    background-color: #ecf7ff;
}

.bg-light {
    background-color: #F5F5F5;
}

.bg-blue {
    background-color: #0A567E;
}

.trusted-images img {
    margin: 0 15px;
}

.trusted-images {
    margin-top: 40px;
}

.featured-images {
    margin-top: 20px;
}

.featured-images img {
    margin: 0 30px;
    height: 50px;
	width: auto;
}
.footer-social img{
	width: auto;
}
.footer-icon img{
	width: auto;
}
.footer-logo{
	width: auto;
}
.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mr-10 {
    margin-right: 10px
}

.form-field input,
.form-field select {
    width: 100%;
    background-color: #F5F8FA;
    border: 1px solid #E2E8EF;
    border-radius: 3px;
    outline: none;
    height: 40px;
    padding: 0 5px;
}

.form-field textarea {
    width: 100%;
    background-color: #F5F8FA;
    border: 1px solid #E2E8EF;
    border-radius: 3px;
    outline: none;
    padding: 0 5px;
}

.form-label {
    margin-bottom: 10px;
}

.form-field {
    margin-bottom: 25px;
}

.full-width-text {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 0 10px;
}

.footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.footer-nav li a:visited {
    color: #F6A731;
    text-decoration: none;
}

.footer-nav li a {
    font-size: 16px;
    color: #F6A731;
}

.footer-content-wrap {
    overflow: hidden;
}

.footer-icon {
    float: left;
    width: 32px;
    margin-top: 10px;
}

.footer-content {
    float: left;
    margin-left: 15px;
}

.text-white a,
.text-white a:hover,
.text-white a:visited,
.text-white a:active {
    color: #fff;
    text-decoration: none;
}

.footer-copyright {
    float: left;
}

.footer-social {
    float: right;
}

.about-img img {
    max-width: 100%;
}

.review-img img {
    height: 88px;
}

.hs-main-font-element {
    display: none !important;
}
.hs-form-field label{
	display: inline; 
    max-width: auto; 
     margin-bottom: 0;
    font-weight: 300;
	font-size: 14px;
}
.submitted-message {
    display: block;
    color: #fff;
}

.submitted-message p {
    color: #fff;
}

.hs_email span {
    color: #fff;
}

.hs_email .input {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hs_email .input input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 0 10px;
	font-size: 14px;
}

.carousel-rollover .indicators .left {
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-rollover .indicators .right {
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-rollover .indicators .arrow {
    width: 30px;
    text-align: center;
    padding: 10px 0 0 0;
    height: 30px;
    cursor: pointer;
}

.carousel-rollover .items {
    overflow: hidden;
    margin: 0 50px;
    white-space: nowrap;
    font-size: 0;
}

.carousel-rollover {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.carousel-rollover .item {
    transition: all .25s;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    padding: 10px 15px;
    display: inline-block;
}

.carousel-rollover .moveItemLeft {
    margin-left: calc(100% / -3);
}

.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 #666;
    border-radius: 10px;
}

.carousel {
    min-height: 200px;
    padding-bottom: 50px;
    position: relative;
}

.carousel-inner .item {
    padding: 0 12%;
    height: 460px;
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

[role="button"] {
    cursor: pointer;
}

.carousel-control.right,
.carousel-control.left {
    background-color: transparent;
    background-image: none;
    top: 40%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

#footer .hs-error-msg {
    color: #f6a747;
}

#footer .hs-error-msgs {
    padding: 0;
	margin-left: 0;
}
#footer .hs-submit{
	margin-top: 0;
}
body.blog .hs-main-font-element.submitted-message{
	display: block !important;
	color:#fff;
}
body.blog .hs-main-font-element.submitted-message p{
	color:#fff;
	    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
}
#footer .hbspt-form .actions{
	text-align: left;
}
#footer .hs-error-msgs li {
    list-style: none;
}

#footer .hs_error_rollup {
    display: none;
}

.submitted-message {
    text-align: center;
}

#review {
    -webkit-transition: -webkit-all 0.6s ease-in-out;
    -moz-transition: -moz-all 0.6s ease-in-out;
    -o-transition: -o-all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hs-error-msgs li a,
.hs-error-msgs li a:hover,
.hs-error-msgs li a:active,
.hs-error-msgs li a:visited {
    color: #f6a15e;
    text-decoration: none;
}

@media not all,
(-webkit-transform-3d) {
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
}

@media (max-width: 820px) {
    .modal-content {
        width: 80%;
    }
    .modal-content-2 {
        width: 80%;
    }
    .carousel-inner .item {
        height: 280px;
    }
    .m-text-center {
        text-align: center;
    }
    .hero-image-4 {
        padding: 40px 0;
    }
    .m-text-regular {
        font-family: 'Lato-Regular', sans-serif !important;
        font-weight: 300;
    }
    .footer-nav {
        margin-top: 20px;
    }
    .footer-copyright {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .footer-social {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    .m-r-mtop {
        margin-top: 0;
    }
    .footer-logo {
        width: 205px;
    }
    .footer-nav li a {
        font-size: 16px;
    }
    .footer-content {
        float: none;
        margin-left: 0;
        text-align: center;
    }
    #footer .hs-submit .actions {
        text-align: center;
    }
    #footer .hs-button {
        padding: 10px 20px !important;
    }
    #watch video {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
        top: 40% !important;
    }
    .featured-images img {
        margin: 0 10px;
        height: 50px;
        display: inline-block;
    }
    .m-mt-20 {
        margin-top: 20px;
    }
    .m-mt-30 {
        margin-top: 30px;
    }
    .m-mt-40 {
        margin-top: 40px;
    }
    .m-mb-20 {
        margin-bottom: 20px;
    }
    .m-mb-30 {
        margin-bottom: 20px;
    }
    .m-mb-10 {
        margin-bottom: 10px;
    }
    .m-mb-15 {
        margin-bottom: 15px;
    }
    .m-mb-40 {
        margin-bottom: 40px;
    }
    .footer-icon {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center
    }
    .trusted-images.carousel-rollover .moveItemLeft {
        margin-left: calc(100% / -4);
    }
    .carousel-rollover .item {
        width: calc(100% / 4);
    }
    .trusted-images.carousel-rollover .items {
        margin: 0 30px;
    }
    .trusted-images .item img {
        margin: 0px 10px;
        width: 100px;
    }
    .trusted-images.carousel-rollover .indicators .left {
        top: 20px;
        left: -10px;
    }
    .trusted-images.carousel-rollover .indicators .right {
        top: 20px;
        right: -10px;
    }
    #sub-header {
        display: none;
    }
    .menu-wrap {
        display: none;
    }
    .logo-wrap img {
        width: 175px;
    }
    #hero {
        padding-top: 55px;
    }
    .hero-image-3 {
        padding: 20px 0;
    }
    .text-underline-2 {
        width: 100%;
    }
    .img-res {
        width: 100%;
    }
    h1 {
        font-size: 32px;
        line-height: 1.2em;
    }
    h3 {
        font-size: 24px;
    }
    h2 {
        font-size: 32px;
        line-height: 1.2em;
    }
    p {
        font-size: 16px;
    }
    #hero h3 {
        font-size: 18px;
    }
    .big-p {
        font-size: 16px;
    }
    .big-h4 {
        font-size: 18px;
    }
    .box-icon {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
        text-align: center;
        padding: 15px;
    }
    .solution-box {
        height: auto;
    }
    .box-content {
        display: block;
        width: 100%;
        border-radius: 0 0 0 10px;
        padding: 45px 15px 30px;
        height: auto;
    }
    .solution-box {
        margin-bottom: 25px;
        width: 100%;
    }
    .solution-wrap-2 {
        margin-top: 0;
    }
    .box-content h3 {
        font-size: 24px;
    }
    #trusted h3 {
        font-size: 24px;
    }
    .big-h2 {
        font-size: 32px;
    }
    .hero-image {
        padding: 40px 0;
    }
    .content-wrap {
        margin-top: 40px;
    }
    .il-space {
        padding: 30px 0;
    }
    .text-68 {
        font-size: 48px;
    }
    .text-24 {
        font-size: 18px;
    }
    .text-28 {
        font-size: 22px;
    }
    .width-75 {
        width: 100%;
    }
    .mobile-ul {
        padding-left: 20px;
    }
    .mobile-ul li {
        margin-bottom: 10px;
    }
    .text-60 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .text-26 {
        font-size: 16px;
        line-height: 1.2em;
    }
    .width-60 {
        width: 100%;
    }
    .m-text-32 {
        font-size: 32px;
    }
    .m-text-24 {
        font-size: 24px;
    }
    .m-text-16 {
        font-size: 16px;
    }
    .m-text-18 {
        font-size: 18px;
    }
    .hero-image-2 {
        padding: 30px 0;
    }
    .m-mb-n-15 {
        margin-bottom: -15px;
    }
    .m-d-block {
        display: block;
    }
}

@media (max-width: 576px) {
    .carousel-inner .item {
        height: 360px;
    }
    .box-icon img {
        height: 48px;
    }
    .carousel-rollover .item {
        width: calc(100% / 2);
    }
    .trusted-images.carousel-rollover .moveItemLeft {
        margin-left: calc(100% / -2);
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}

@media (min-width: 992px) {}


/* @media (min-width: 769px) and (max-width: 1199px) { */

@media (min-width: 821px) and (max-width: 1199px) {
    .trusted-images.carousel-rollover .indicators .left {
        top: 40px;
    }
    .trusted-images.carousel-rollover .indicators .right {
        top: 40px;
    }
    .carousel-rollover .moveItemLeft {
        margin-left: calc(100% / -5);
    }
    .carousel-rollover .item {
        width: calc(100% / 5);
    }
    .trusted-images .item img {
        margin: 0px 10px;
        width: 100px;
    }
    .featured-images img {
        margin: 0 15px;
        height: 60px;
    }
    .solution-box {
        height: auto;
        display: flex;
    }
    .carousel-inner .item {
        height: 530px;
    }
    .img-res {
        width: 100%;
    }
    .submenu-wrap ul li {
        margin: 0 5px;
    }
    .menu-wrap ul li {
        margin: 0 4px;
    }
    .menu-wrap {
        /* position: absolute; */
        /* width: 102%; */
        left: 0px;
    }
    .box-icon {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
        text-align: center;
    }
    .box-content {
        display: block;
        width: 100%;
    }
    .box-content .learn-more {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
    }
    .box-icon img {
        height: 45px;
    }
    .box-content {
        min-height: 485px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .box-content {
        height: 210px;
        margin-bottom: 20px;
    }
}

.demos-btn {
    display: flex;
    justify-content: space-evenly;
}

.demos-btn .btn-orange {
    font-size: 16px;
}

.demo-flx {
    padding: 10px 30px;
    border: 1px solid #0A567E;
    border-radius: 5px;
    background: transparent;
    font-family: 'Lato-bold', sans-serif;
    font-size: 16px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 576px) {
    .demos-btn {
        flex-direction: column;
    }
    .demo-flx {
        width: 100%;
        margin-bottom: 18px;
        color: #0A567E;
    }
    .demos-btn .btn-orange {
        width: 100%;
    }
    br.sm {
        display: none;
    }
}


/* The Modal (background) */

.modal.custom {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Location of the box */
    left: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 99 !important;
    padding-top: 0px !important;
}


/* Modal Content */

.modal-content {
    margin: auto;
    padding: 0px !important;
    border: 1px solid #888;
    width: 100%;
    background: #2b2b2b;
}


/* The Close Button */

.close {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 3;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.hide {
    display: none;
}

.userwayTrigger {
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 576px) {
    .userwayTrigger img {
        width: 40px;
        margin-left: 10px;
    }
    .img-r-a {
        width: auto;
        height: auto;
    }
}