* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: brandon_grotesquebold;
    src: url(../fonts/brandon_bld-webfont.eot);
    src: url(../fonts/brandon_bld-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon_bld-webfont.woff2) format("woff2"), url(../fonts/brandon_bld-webfont.woff) format("woff"),
        url(../fonts/brandon_bld-webfont.ttf) format("truetype"), url(../fonts/brandon_bld-webfont.svg#brandon_grotesquebold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: brandon_grotesqueblack;
    src: url(../fonts/brandon_blk-webfont.eot);
    src: url(../fonts/brandon_blk-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon_blk-webfont.woff2) format("woff2"), url(../fonts/brandon_blk-webfont.woff) format("woff"),
        url(../fonts/brandon_blk-webfont.ttf) format("truetype"), url(../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: brandon_grotesquemedium;
    src: url(../fonts/brandon_med-webfont.eot);
    src: url(../fonts/brandon_med-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon_med-webfont.woff2) format("woff2"), url(../fonts/brandon_med-webfont.woff) format("woff"),
        url(../fonts/brandon_med-webfont.ttf) format("truetype"), url(../fonts/brandon_med-webfont.svg#brandon_grotesquemedium) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: brandon_grotesque_regularRg;
    src: url(../fonts/brandon_reg-webfont.eot);
    src: url(../fonts/brandon_reg-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/brandon_reg-webfont.woff2) format("woff2"), url(../fonts/brandon_reg-webfont.woff) format("woff"),
        url(../fonts/brandon_reg-webfont.ttf) format("truetype"), url(../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg) format("svg");
    font-weight: 400;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
p {
    color: #1c253c;
    font-size: 1.1rem;
}
body {
    font-family: brandon_grotesque_regularRg;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.3px;
    overflow-x: hidden;
    color: #1d263c;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.row-reverse {
    flex-direction: row-reverse !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-center {
    justify-content: center !important;
}
.direction-column {
    flex-direction: column !important;
}
.text-center {
    text-align: center !important;
}
.primary_btn {
    background: #00e087;
    color: #21263d;
}
.primary_btn:hover {
    background: #00be72;
}
#main {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    min-height: 600px;
}
.section {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
}
.header {
    padding: 30px 0 38px 0;
    position: absolute;
    top: 0;
    background: #f5fefa;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
    }
}
.header .logo {
    width: 220px;
    line-height: 0;
}
.header .logo img {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.header .logo .home_logo {
    display: none;
}
.header .navigation ul {
    display: flex;
}
.header .navigation ul li {
    margin: 0 0 0 40px;
    color: #21263d;
    display: flex;
    position: relative;
    align-items: center;
}
.header .navigation ul li i {
    margin-left: 6px;
}
.header .navigation ul li:first-child {
    margin: 0;
}
.header .navigation ul li a {
    font-weight: 500;
    color: #21263d;
    padding: 10px 0;
    text-decoration: none;
    font-size: 18px;
    font-family: brandon_grotesquemedium;
    display: block;
}
.header .navigation ul li.highlighted a {
    border: 2px solid #00e087;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.header .navigation ul li.active,
.header .navigation ul li.active a,
.header .navigation ul li:hover,
.header .navigation ul li:hover a {
    color: #00e087;
}
.header .navigation ul li.highlighted:hover a {
    color: #fff;
    background: #00e087;
}
.home .header .navigation ul li.highlighted:hover a {
    color: #fff;
    background: #00e087;
}
.header .navigation ul li ul.sub_menu {
    position: absolute;
    display: none;
    background: #fff;
    width: 180px;
    top: 100%;
     box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);border: 1px solid #00E087;border-radius: 20px; padding: 5px 28px;
    z-index: 3;
    left: -30px;
}
.header .navigation ul li ul.sub_menu:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 7px 0 0 0;
    background: #fff;
    display: block;
    top: -10px;
    left: 70px;
    border-left: 1px solid #00E087;
    border-top: 1px solid #00E087;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.header .navigation ul li:hover ul.sub_menu {
    display: block;
}
.header .navigation ul li ul.sub_menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f7f7f7;
}
.header .navigation ul li ul.sub_menu li:last-child {
    border-bottom: 0;
}
.header .navigation ul li ul.sub_menu li.has_dropdown i {
    text-align: left;
    margin: 0;
    width: 30px;
    color: #21263d;
}
.header .navigation ul li ul.sub_menu li.has_dropdown a {
    width: calc(100% - 30px);
    padding-left: 20px;
}
.header .navigation ul li.active ul.sub_menu li a,
.header .navigation ul li:hover ul.sub_menu li a {
    color: #21263d;
}
.header .navigation ul li ul.sub_menu li a {
    padding: 10px 0 10px 0;
    display: block;
    transition: all ease 0.3s;
    width: 100%;
    font-weight: 400
}
.header .navigation ul li ul.sub_menu li:hover a {
    color: #00e087;
}
.home .header {
    padding: 30px 0;
    background: transparent;
    z-index: 9;
    height: 130px;
}
.home .header:after {
    display: none;
}
.home .header .logo img {
    display: none;
}
.home .header .logo .home_logo {
    display: block;
}
.home .header .navigation ul li {
    color: #fff;
}
.home .header .navigation ul li a {
    color: #fff;
}
.home .header .navigation ul li.active,
.home .header .navigation ul li.active a,
.home .header .navigation ul li:hover,
.home .header .navigation ul li:hover a {
    color: #00e087;
}
.header .navigation ul li ul.sub_menu ul.sub_menu {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 220px;
}
.header .navigation ul li ul.sub_menu li:hover ul.sub_menu {
    display: block;
}
.header .navigation ul li ul.sub_menu li:hover ul.sub_menu li a {
    color: #21263d;
    padding-left: 20px;
}
.header .navigation ul li ul.sub_menu li ul.sub_menu li:hover a {
    color: #00e087;
    padding-left: 25px;
}
.mobile_menu_overlay {
    background: rgba(33, 38, 61, 0.96);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.close_menus {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../front-images/cross.png) no-repeat;
    float: right;
    margin: 20px 20px 0 0;
}
.trigger {
    display: none;
    width: 40px;
}
.trigger span {
    display: block;
    width: 100%;
    height: 2px;
    height: 2px;
    background: #21263d;
}
.trigger span:nth-child(2) {
    margin: 8px 0;
}
.home .trigger span {
    background: #fff;
}
.home .header.fixed {
    box-shadow: none;
    background: #222844;
    height: initial;
}
.header.fixed {
    padding: 15px 0;
    z-index: 999999;
    position: fixed;
}
.header.fixed:after {
    opacity: 0;
}
.header.fixed .logo img {
    height: 50px;
}
.banner {
    background: #21263d;
    position: relative;
    padding: 140px 0 50px 0;
    min-height: 100vh;
    margin-top: -130px;	
    display: flex;
    align-items: center;
}
.banner #hero-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.banner .container {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
#banner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner .banner_caption {
    max-width: 1058px;
    margin: 0 auto;
}
.banner .banner_caption h1 {
    color: #fff;
    font-family: brandon_grotesquebold;
    font-size: 86px;
    line-height: 1.12;
    text-align: center;
    margin: 0;
}
.banner .banner_caption h2 {
    color: #fff;
    font-family: brandon_grotesquemedium;
    font-size: 44px;
    line-height: 1.4;
    margin: 0 0 26px;
}
.banner .banner_caption p {
    color: #fff;
    font-family: brandon_grotesque_regularRg;
    font-size: 22px;
    line-height: 36px;
    margin: 0px 0 48px 0;
}
.banner .banner_caption a {
    display: inline-block;
    margin: 0 20px 0 0;
}
.banner .banner_caption a i {
    font-size: 15px;
}
.banner .banner_caption a:last-child {
    margin: 0;
}
.banner .banner_product {
    width: 400px;
}
.banner_wave {
    background: url(../front-images/footer_wave.svg) repeat-x;
    position: absolute;
    top: auto;
    bottom: 74px;
    width: 6400px;
    height: 198px;
    -webkit-animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.banner_wave_opposite {
    background: url(../front-images/footer_wave_opposite.svg) repeat-x;
    position: absolute;
    top: auto;
    bottom: -122px;
    left: -350px;
    width: 6400px;
    height: 198px;
    -webkit-animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.industries {
    padding: 80px 0 320px 0;
}
.home .industries {
    padding: 160px 0 10px 0;
    position: relative;
}
.industries .container > a {
    display: block;
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 40px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 100%;
    max-width: 250px;
    margin-left: -125px;
}
.industries .industries_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.industries .industries_box ul li {
    background: #f5f7ff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 26%;
    margin: 0 0 70px 0;
    height: 300px;
}
.home .industries .industries_box ul li {
    background: 0 0;
    padding: 40px 20px;
    width: 26%;
    margin: 0;
    height: auto !important;
}
.home .industries .industries_box ul li:hover {
    background: 0 0;
}
.home .industries .industries_box ul li:hover img {
    max-height: 80px;
}
.home .industries .industries_box ul li:hover a span {
    color: #1d263c;
}
.industries_box {
    width: 100%;
}
.industries .industries_box ul li:hover {
    background: #6c8aff;
}
.industries .industries_box ul li:hover a span {
    color: #fff;
}
.industries .industries_box ul li img {
    max-height: 80px;
    transition: all ease 0.3s;
}
.industries .industries_box ul li a {
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1;
}
.industries .industries_box ul li span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 23px;
    font-family: brandon_grotesquebold;
    color: #1d263c;
}
.single_sub_industry {
    text-align: center;
    margin: 0 0 100px 0;
    display: block;
    text-decoration: none;
}
.single_sub_industry h2 {
    font-family: brandon_grotesquebold;
    color: #1d263c;
    font-size: 80px;
    margin: 0 0 40px 0;
}
.industry_banner .img,
.single_sub_industry .img {
    position: relative;
    line-height: 0;
    border-radius: 40px;
}
.industry_banner .img img,
.single_sub_industry .img img {
    border-radius: 40px;
}
.industry_banner .img:after,
.single_sub_industry .img:after {
    content: "";
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #02df89;
    background: -moz-linear-gradient(left, #02df89 0, #6b8bfe 100%);
    background: -webkit-linear-gradient(left, #02df89 0, #6b8bfe 100%);
    background: linear-gradient(to right, #02df89 0, #6b8bfe 100%);
    mix-blend-mode: color;
}
.privacy_section {
    padding: 80px 0 280px 0;
}
.industries .industries_box ul li .its_sub_categories {
    text-align: center;
    font-size: 18px;
    transition: all ease 0.3s;
    margin: 5px 0 0 0;
    opacity: 0;
    position: absolute;
}
.industries .industries_box ul li .its_sub_categories > div {
    margin: 3px 0 0 0;
}
.industries .industries_box ul li .its_sub_categories > div a {
    color: #fff;
    text-decoration: underline;
}
.industries .industries_box ul li .its_sub_categories > div a:hover {
    text-decoration: none;
}
.industries .industries_box ul li:hover img {
    max-height: 50px;
}
.industries .industries_box ul li:hover .its_sub_categories {
    opacity: 1;
    position: static;
}
.title_section {
    text-align: center;
    margin: 0 0 80px 0;
    width: 100%;
}
.title_section h3 {
    font-family: brandon_grotesquebold;
    color: #1d263c;
    font-size: 60px;
    line-height: 58px;
    margin: 0 0 25px 0;
}
.title_section p {
    font-family: brandon_grotesquemedium;
    color: #21263d;
    font-size: 23px;
    display: inline-block;
}
.sub_industry_box .container {
    flex-direction: column;
}
.industry_details {
    padding: 180px 0 360px 0;
}
.industry_details_featured {
    margin: 80px 0 0 0;
    display: flex;
}
.industry_details_featured .industry_details_featured_sub {
    width: 33.333%;
}
.industry_details_featured .industry_details_featured_sub h3 {
    border-bottom: 5px solid #dfe5ff;
    color: #6c8aff;
    font-family: brandon_grotesquebold;
    font-size: 28px;
    padding: 0 0 20px 0;
}
.industry_details_featured .industry_details_featured_sub:hover h3 {
    border-bottom: 5px solid #6c8aff;
    color: #2b3587;
}
.industry_details_featured .industry_details_featured_sub p {
    padding: 20px 40px;
    font-family: brandon_grotesque_regularRg;
    font-size: 20px;
}
.industry_details_featured .industry_details_featured_sub h3 img {
    max-height: 60px;
}
.industry_details_featured .industry_details_featured_sub h3 img.hover {
    display: none;
}
.industry_details_featured .industry_details_featured_sub:hover h3 img {
    display: none;
}
.industry_details_featured .industry_details_featured_sub:hover h3 img.hover {
    display: inline-block;
}
ul.indus-list {
    margin: 10px 0 0 20px;
    padding: 0;
}
ul.indus-list li {
    display: block;
    padding: 5px 20px;
    text-align: left;
    position: relative;
    font-family: brandon_grotesque_regularRg;
    font-size: 20px;
    line-height: 24px;
}
ul.indus-list li i {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 8px;
}
.basic_section {
    padding: 180px 0 100px 0;
}
.video_Section {
    padding: 125px 0 60px;
}
.video_block {
    position: relative;
    line-height: 0;
    border-radius: 40px;
    margin: 0 auto;
    max-width: 900px;
}
.video_Section video {
    width: 100%;
    border-radius: 40px;
    outline: 0;
}
.video_block_overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #02df89;
    background: -moz-linear-gradient(left, #02df89 0, #6b8bfe 100%);
    background: -webkit-linear-gradient(left, #02df89 0, #6b8bfe 100%);
    background: linear-gradient(to right, #02df89 0, #6b8bfe 100%);
    mix-blend-mode: color;
    border-radius: 40px;
}
.play_btn {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    border-radius: 100%;
    background: url(../front-images/play_btn.png) center center no-repeat;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
}
.pause_btn {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    border-radius: 100%;
    background: url(../front-images/pause_btn.png) center center no-repeat;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    display: none;
}
.playing .play_btn,
.playing .video_block_overlay {
    display: none;
}
.playing:hover .pause_btn {
    display: block;
}
.benefits {
    background: #f8f9ff;
    padding: 100px 0;
    position: relative;
}
.benefits_box ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.benefits_box ul li {
    width: 26%;
    font-family: brandon_grotesque_regularRg;
    font-size: 26px;
    border-radius: 32px;
    position: relative;
    line-height: 30px;
    min-height: 160px;
    margin: 0 0 50px 0;
    background: #6a87fb;
    background: -moz-linear-gradient(left, #6a87fb 0, #2c3789 100%);
    background: -webkit-linear-gradient(left, #6a87fb 0, #2c3789 100%);
    background: linear-gradient(to right, #6a87fb 0, #2c3789 100%);
}
.benefits_box ul li a {
    padding: 30px;
    color: #2b3587;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    align-items: flex-start;
}
.benefits_box ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #f8f9ff;
    border-radius: 32px;
}
.benefits_box ul li:hover:before {
    display: none;
}
.benefits_box ul li:hover a {
    color: #fff;
}
.benefits_box ul li span {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.benefits_wave {
    background: url(../front-images/benefits_wave.svg) repeat-x;
    position: absolute;
    bottom: -193px;
    width: 6400px;
    height: 198px;
    -webkit-animation: benefits_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: benefits_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.benefits_wave.opposite {
    background: url(../front-images/benefits_wave_opposite.svg) repeat-x;
    position: absolute;
    top: -198px;
    bottom: auto;
    width: 6400px;
    height: 198px;
    -webkit-animation: benefits_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: benefits_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes benefits_wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes benefits_wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
.product_description {
    padding: 120px 0 0 0;
    background: #f2f2f3;
    position: relative;
}
.product_description_details {
    display: flex;
    flex-direction: row;
}
.product_description_details .product_img {
    width: 290px;
    order: 2;
    position: relative;
    line-height: 0;
}
.product_description_details .product_img img {
    position: relative;
    z-index: 3;
}
.product_description_details .product_img .green_handle {
    position: absolute;
    width: 140%;
    top: 160px;
    left: 70px;
    z-index: 1;
}
.product_description_details .product_img .blue_handle {
    position: absolute;
    width: 100%;
    bottom: 280px;
    left: -25%;
    z-index: 1;
}
.product_description_details .product_img .small_handle {
    position: absolute;
    width: 90px;
    bottom: 42%;
    left: 8px;
    z-index: 3;
}
.product_description .container > a {
    display: inline-block;
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 40px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 100%;
    max-width: 250px;
    margin-left: -125px;
    z-index: 3;
}
.product_description_details .product_description_list {
    width: 38%;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}
.product_description_details .product_description_list:nth-child(2) {
    order: 1;
    text-align: left;
}
.product_description_details .product_description_list:nth-child(3) {
    order: 3;
    text-align: right;
}
.product_description_details .product_description_list ul li {
    font-family: brandon_grotesquebold;
    font-size: 30px;
    display: flex;
    line-height: 34px;
    position: relative;
}
.product_description_details .product_description_list ul li:hover {
    color: #6c8aff;
}
.product_description_details .product_description_list ul li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 2px dotted #6c8aff;
    width: 115%;
}
.product_description_details .product_description_list ul li {
    align-items: flex-end;
    padding: 10px 0;
    height: 130px;
}
.product_description_details .product_description_list:nth-child(3) ul li {
    justify-content: flex-end;
}
.product_description_details .product_description_list:nth-child(3) ul li:after {
    left: auto;
    right: 0;
}
.possibilities {
    padding: 280px 0 100px 0;
    position: relative;
    z-index: 1;
}
.possibilities_txt {
    width: 40%;
}
.possibilities_txt h3 {
    font-family: brandon_grotesquebold;
    color: #1d263c;
    font-size: 60px;
    line-height: 62px;
}
.possibilities_txt p {
    font-family: brandon_grotesque_regularRg;
    color: #1d263c;
    font-size: 26px;
    line-height: 33px;
    margin: 20px 0;
}
.possibilities_txt i {
    display: block;
    font-family: brandon_grotesque_regularRg;
    color: #6c8aff;
    font-style: italic;
    font-size: 26px;
    line-height: 30px;
}
.possibilities_txt a {
    display: inline-block;
    font-family: brandon_grotesque_regularRg;
    color: #fff;
    border-radius: 30px;
    background: #6c8aff;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    padding: 12px 40px 15px 40px;
    margin-top: 45px;
}
.possibilities_txt a:hover {
    background: #5577fb;
}
.possibilities_graph {
    position: absolute;
    width: 55%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -80px;
}
.homepage_process {
    background: url(../front-images/zigzag_waves.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0 180px 0;
}
.homepage_process .container {
    align-items: center;
    justify-content: center;
}
.homepage_process .card_box {
    background: #f2fdf9;
    padding: 100px 40px;
    text-align: Center;
    border-radius: 40px;
    width: 100%;
    max-width: 600px;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.homepage_process .card_box h3 {
    font-family: brandon_grotesquebold;
    font-size: 55px;
    line-height: 60px;
}
.homepage_process .card_box p {
    font-family: brandon_grotesque_regularRg;
    font-size: 22px;
    line-height: 45px;
    margin: 0 0 30px 0;
}
.homepage_process .card_box a {
    font-family: brandon_grotesquebold;
    color: #00e087;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    line-height: 25px;
    position: relative;
    padding: 0 0 8px 0;
}
.homepage_process .card_box a:after {
    content: "";
    height: 1px;
    background: #00e087;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pre_footer {
    padding: 120px 0 0 0;
    padding-bottom: 280px;
}
.advance_features {
    background: #f2f2f3;
    padding-top: 80px;
    padding-bottom: 360px;
}
.advance_features ul {
    display: flex;
    justify-content: space-between;
}
.advance_features ul li {
    background: #fff;
    width: 30%;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.advance_features ul li img {
    max-height: 120px;
}
.advance_features ul li h3 {
    text-align: center;
    font-family: brandon_grotesqueblack;
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0;
}
.advance_features ul li p {
    font-family: brandon_grotesque_regularRg;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.advance_features ul li p a {
    font-size: 18px;
    color: #333;
}
.key_features {
    background: #f8f9ff;
    padding: 80px 0 0 0;
    position: relative;
    margin-top: 180px;
}
.key_features .container ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.key_features .container ul li {
    width: 29%;
    margin-bottom: 50px;
}
.key_features .container ul li h4 {
    background: #2c3689;
    background: -moz-linear-gradient(left, #2c3689 0, #6b89fd 100%);
    background: -webkit-linear-gradient(left, #2c3689 0, #6b89fd 100%);
    background: linear-gradient(to right, #2c3689 0, #6b89fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: brandon_grotesquebold;
    font-size: 27px;
    line-height: 30px;
    position: relative;
    padding: 0 0 6px 0;
}
.key_features .container ul li h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #6c8aff;
    content: "";
    width: 70%;
}
.key_features .container ul li p {
    font-family: brandon_grotesque_regularRg;
    font-size: 20px;
    line-height: 25px;
    color: #2b3587;
    margin: 20px 0 0 0;
}
.how_works {
    padding: 320px 0 150px 0;
}
.how_works .container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.how_works .container .title_section {
    width: 100%;
}
.how_works .product_model {
    width: 60%;
    text-align: center;
    position: relative;
}
.how_works .product_model .img {
    position: relative;
    display: inline-block;
}
.how_works .product_model .img img {
    width: 100%;
}
.how_works .product_model .how_works_colored_badge {
    position: absolute;
    right: 70px;
    width: 100%;
    top: 140px;
    z-index: -1;
}
.how_works .product_model .how_works_blue_badge img,
.how_works .product_model .how_works_colored_badge img {
    width: 100%;
}
.how_works .product_model .how_works_blue_badge {
    position: absolute;
    width: 200px;
    bottom: 20px;
    right: 110px;
    z-index: -1;
}
.how_works .how_works_list {
    width: 40%;
}
.how_works .how_works_list ul {
    display: flex;
    flex-direction: column;
}
.how_works .how_works_list ul li {
    position: relative;
    padding: 0 0 60px 80px;
}
.how_works .how_works_list ul li:last-child {
    padding-bottom: 0;
}
.how_works .how_works_list ul li .dot {
    background: #00e087;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
}
.how_works .how_works_list ul li .dot:before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
    border-radius: 100%;
    content: "";
    background: #21263d;
}
.how_works .how_works_list ul li:after {
    position: absolute;
    border-right: 2px dotted #00e087;
    height: 100%;
    left: 14px;
    top: 5px;
    content: "";
}
.how_works .how_works_list ul li h4 {
    color: #00e087;
    font-family: brandon_grotesquebold;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 15px 0;
}
.how_works .how_works_list ul li p {
    color: #21263d;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 26px;
}
.logo_slider {
    padding: 100px 0 180px 0;
    background: url(../front-images/zigzag_waves.jpg) no-repeat;
    background-size: cover;
}
.logo_slider .logos {
    display: flex;
    justify-content: space-around;
}
.logo_slider .logos li img {
    max-height: 52px;
}
.homepage_testimonials {
    padding: 80px 0;
}
.testimonials.slider {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.testimonials.slider .slick-arrow {
    display: none !important;
}
.testimonials.slider .slick-dots button[type="button"] {
    font-size: 0;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #d1dbff;
    border: none;
    cursor: pointer;
    outline: 0;
}
.testimonials.slider .slick-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonials.slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 6px;
}
.testimonials.slider .slick-dots .slick-active button[type="button"] {
    background: #6c8aff;
}
.testimonials.slider li {
    padding: 0 25px;
}
.testimonial_box {
    background: #87e8cc;
    background: -moz-linear-gradient(top, #87e8cc 0, #afc9f7 100%);
    background: -webkit-linear-gradient(top, #87e8cc 0, #afc9f7 100%);
    background: linear-gradient(to bottom, #87e8cc 0, #afc9f7 100%);
    position: relative;
    padding: 4px;
    border-radius: 16px;
    margin-top: 25px;
}
.testimonial_box:before {
    position: absolute;
    background: url(../front-images/test_badge.png) center center no-repeat;
    content: "";
    width: 50px;
    height: 46px;
    left: 50%;
    top: 0;
    margin-top: -23px;
    background-size: 50px;
    margin-left: -25px;
}
.testimonial_box_inner {
    background: #fff;
    border-radius: 14px;
    padding: 50px 30px 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.testimonial_box_inner p {
    font-family: brandon_grotesque_regularRg;
    font-size: 23px;
    line-height: 31px;
}
.testimonial_box_inner .test_creator {
    margin-top: 30px;
    padding-top: 32px;
    border-top: 2px solid #ccc;
    font-size: 17px;
    line-height: 20px;
    margin-top: auto;
}
.footer {
    position: relative;
    background: #00e087;
    padding: 0 0 50px 0;
}
.footer .container {
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.footer .container .footer_logo {
    width: 250px;
}
.contact_info ul,
.footer .container .footer_contact_details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.contact_info ul li,
.footer .container .footer_contact_details ul li {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.contact_info ul li:after,
.footer .container .footer_contact_details ul li:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    right: -6px;
    top: 15px;
    background: #1d263c;
}
.contact_info ul li:last-child,
.footer .container .footer_contact_details ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.contact_info ul li:last-child:after,
.footer .container .footer_contact_details ul li:last-child:after {
    display: none;
}
.contact_info ul li a,
.footer .container .footer_contact_details ul li a {
    font-family: brandon_grotesquebold;
    color: #1d263c;
    font-size: 26px;
    text-decoration: none;
    text-transform: none;
}
.contact_info ul li a:hover,
.footer .container .footer_contact_details ul li a:hover {
    text-decoration: underline;
}
.footer_wave {
    background: url(../front-images/footer_wave.svg) repeat-x;
    position: absolute;
    top: -194px;
    width: 6400px;
    height: 198px;
    -webkit-animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: footer_wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes footer_wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes footer_wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
.title_section p.small {
    font-size: 16px;
}
.title_section h4 {
    font-size: 26px;
}
.title_section .green {
    color: #00e087;
}
.title_section .bd-italic {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}
.contact-section .logo-section {
    position: relative;
}
.contact-section .logo-section img {
    max-width: 100px;
}
.contact-section .contact-info {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 900px;
}
.contact-section .contact-info form {
    width: 65%;
}
.contact-section .contact-info .contact_info_right_bar {
    text-align: left;
}
.contact-section .contact-info .contact_info_right_bar .block {
    margin: 0 0 30px 0;
}
.contact-section .contact-info .contact_info_right_bar .block:last-child {
    margin-bottom: 0;
}
.contact-section .contact-info .contact_info_right_bar .block h4 {
    font-family: brandon_grotesque_regularRg;
    color: #00e087;
    margin: 0 0 5px 0;
    font-size: 17px;
}
.contact-section .contact-info .contact_info_right_bar .block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-section {
    padding-bottom: 80px;
}
.contact-section .contact-info .contact_info_right_bar .block ul li {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-family: brandon_grotesquebold;
}
.contact-section .contact-info .contact_info_right_bar .block ul li:last-child {
    margin-bottom: 0;
}
.contact-section .contact-info .contact_info_right_bar .block ul li a {
    color: #21263d;
    text-decoration: none;
}
.contact-section .contact-info .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-section .contact-info .form-group .form_control {
    width: 100%;
    margin: 0 0 15px 0;
}
.contact-section .contact-info .form-group .form_control.half {
    width: 48%;
}
.contact-section .contact-info h6 {
    font-size: 21px;
    font-family: brandon_grotesquebold;
    line-height: 24px;
    background: linear-gradient(to right, #007d6c 0, #00cf82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}
.form_control input[type="email"],
.form_control input[type="text"],
.form_control textarea {
    border-radius: 6px;
    width: 100%;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #00e087;
    outline: 0;
    -webkit-appearance: none;
    font-family: brandon_grotesque_regularRg;
}
.form_control textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}
.form_control {
    margin-bottom: 18px;
}
.form_control .btn {
    display: inline-block;
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.form-group .form_control {
    text-align: left;
}
.form-group .form_control.center {
    text-align: center;
}
.form_control label.error {
    text-align: left;
    color: red;
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.form_control input::-webkit-input-placeholder {
    font-family: brandon_grotesque_regularRg;
    color: #21263d;
}
.form_control input::-moz-placeholder {
    font-family: brandon_grotesque_regularRg;
    color: #21263d;
}
.form_control input:-ms-input-placeholder {
    font-family: brandon_grotesque_regularRg;
    color: #21263d;
}
.form_control input:-moz-placeholder {
    font-family: brandon_grotesque_regularRg;
    color: #21263d;
}
.about_section {
    padding: 180px 0 100px 0;
}
.about-info {
    display: flex;
}
.about-info .btn {
    display: inline-block;
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 40px;
    margin-right: 20px;
}
.about-info .btn:last-child {
    margin-right: 0;
}
.about-info .img {
    margin-bottom: 30px;
}
.about-info .about_txt {
    text-align: left;
}
.about-info p {
    padding: 0;
    color: #1e273d;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 20px;
    font-family: brandon_grotesque_regularRg;
}
.about-info p span {
    font-family: brandon_grotesquebold;
}
.about-info h5 {
    font-size: 36px;
    font-family: brandon_grotesquebold;
    line-height: 36px;
    color: #00e087;
    margin: 35px 0;
}
.about-info .blue_btn {
    background: #00e087;
    color: #252d42;
}
.about-info .blue_btn:hover {
    background: #00d27f;
}
.about_page_video {
    padding: 120px 0;
    background: #f5fefa;
}
.about_page_video video {
    max-width: 960px;
    height: auto;
}
.home.about_page .industries {
    padding: 150px 0 280px 0;
}
.policies {
    text-align: left;
}
.policies .policy_block {
    margin: 0 0 50px 0;
}
.policies .policy_block a {
    color: #333;
    text-decoration: none;
}
.policies .policy_block a:hover {
    text-decoration: underline;
}
.policies .policy_block h4 {
    margin: 30px 0 10px 0;
    font-size: 20px;
}
.policies .policy_block h3 {
    font-size: 32px;
    margin: 0 0 10px 0;
}
.policies .policy_block h2 {
    font-size: 40px;
    margin: 0 0 10px 0;
}
.policies .policy_block p,
.policies .policy_block ul {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 15px 0;
}
.policies .policy_block ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}
.policies .policy_block ul li:last-child {
    margin-bottom: 0;
}
.policies .policy_block ul li a {
    color: #333;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.policies .policy_block ul li a:hover {
    text-decoration: underline;
}
.policies .policy_block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    background: #333;
}
.policies .policy_block p:last-child,
.policies .policy_block ul:last-child {
    margin-bottom: 0;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.about_page_video .container {
    display: block;
}
.covid_overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999999;
}
.covid_message {
    display: none;
    padding: 0;
    border-radius: 4px;
    margin: 0;
    background: #f5fefa;
    text-align: left;
    width: 100%;
    max-width: 400px;
    position: fixed;
    left: 50%;
    z-index: 9999999;
    top: 50%;
    transform: translate(-50%, -50%);
}
.covid_message h4 {
    font-family: brandon_grotesquebold;
    background: #00e087;
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    font-size: 16px;
    justify-content: space-between;
    display: flex;
}
.covid_message h4 .close {
    cursor: pointer;
    height: 23px;
    width: 30px;
    text-align: right;
}
.covid_message p {
    font-family: brandon_grotesque_regularRg;
    margin: 0;
    padding: 35px 20px;
    font-size: 17px;
    line-height: 25px;
}
.bottom_footer {
    padding: 40px 0 40px 0;
    background: #1d263c;
    color: #fff;
}
.bottom_footer .container {
    display: flex;
    flex-wrap: wrap;
}
.bottom_footer .container .footer_block {
    width: 100%;
}
.bottom_footer .container .footer_block h4 {
    color: #00e087;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    font-size: 15px;
    position: relative;
}
.bottom_footer .container .footer_block h4 i {
    float: right;
    display: none;
}
.bottom_footer .container .footer_block h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    content: "";
    background: #00e087;
}
.bottom_footer .container .footer_block ul {
    margin: 0 0 50px 0;
}
.bottom_footer .container .footer_block ul li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
}
.bottom_footer .container .footer_block ul li:last-child {
    margin-bottom: 0;
}
.bottom_footer .container .footer_block ul li a {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
    font-size: 16px;
}
.bottom_footer .container .footer_block ul li a:hover {
    color: #00e087;
}
.bottom_footer .container .footer_block ul:last-child {
    margin-bottom: 0;
    text-align: center;
}
.banner .banner_wave,
.banner .banner_wave_opposite {
    animation: none;
}
.banner .banner_wave_opposite {
    left: -780px;
}
.banner-key-points {
    background: #00e087;
    padding: 60px 0;
}
.banner-key-points ul {
    display: flex;
    flex-wrap: wrap;
}
.banner-key-points ul li {
    width: 35%;
    font-size: 18px;
    color: #fff;
    margin: 3px 0;
}
.banner-key-points ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.home .video_Section {
    padding-top: 0;
}
.benefits_box ul li span .counter {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 30px;
}
.benefits_box ul li span > i {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}
.tabbing-wrap .tabs {
    width: 100%;
}
.tabbing-wrap .tabs ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #00e087;
    padding: 7px 23px;
    line-height: normal;
    display: inline-block;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-weight: 600;
}
.tabbing-wrap .tabs ul {
    display: flex;
    flex-wrap: wrap;
}
.tabbing-wrap .tabs #tabs-content {
    border: 1px solid #00e087;
    padding: 20px;
    margin-top: -1px;
}
.tabbing-wrap .tabs ul li.active,
.tabbing-wrap .tabs ul li.active:hover {
    background: 0 0;
    position: relative;
}
.tabbing-wrap .tabs ul li {
    background: #00e087;
    margin-right: 13px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.tabbing-wrap .tabs ul li.active a {
    color: #1d263c;
}
.section.tabbing-wrap {
    margin-bottom: 60px;
}
.homepage_testimonials .title_section h3 {
    font-size: 33px;
    line-height: 36px;
}
.tabbing-wrap .tabs ul li.active:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    background: #fff;
    left: 0;
}
.tabbing-wrap .tabs ul li:first-child.active:after {
    width: calc(100% - 1px);
    left: 1px;
}
.tabbing-wrap .tabs ul li:hover {
    background: rgba(0, 224, 135, 0.7);
}
#tabs-content .tab-content p {
    font-size: 20px;
    line-height: normal;
}
.basic_section .title_section h3 {
    font-size: 54px;
}
.advance_features ul li p {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.advance_features ul li p .morelink {
    margin-top: auto;
}
.advance_features ul li p .morecontent {
    margin-top: auto;
}
.pre-register_page {
    background: #fff;
}
.header_section {
    padding-top: 20px;
}
.pre-register_page #regForm {
    margin: 30px auto 0;
    padding: 0 40px 40px;
    width: 100%;
    max-width: 610px;
}
.pre-register_page h1 {
    text-align: center;
    font-family: brandon_grotesquebold;
    color: #1d263c;
    font-size: 50px;
    line-height: 58px;
    margin: 0;
    text-transform: uppercase;
    font-size: 44px;
}
.pre-register_page p {
    font-family: brandon_grotesquemedium;
    color: #21263d;
    font-size: 23px;
    display: inline-block;
}
.pre-register_page .section_header {
    text-align: center;
    padding-bottom: 40px;
}
.pre-register_page input.invalid {
    background-color: #fdd;
}
.pre-register_page .tab {
    display: none;
}
.pre-register_page button:focus {
    outline: 0;
}
.pre-register_page #prevBtn {
    float: left;
    font-family: brandon_grotesquemedium;
    color: #21263d;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}
.register__form .form-group input {
    background-color: #fff;
    border-radius: 99em;
    border: 2px solid #01c779;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-family: brandon_grotesquemedium;
}
.steps__wrapper {
    margin-top: 40px;
    text-align: center;
}
.steps__wrapper .tab_info {
    font-family: brandon_grotesquemedium;
    color: #21263d;
    font-size: 18px;
    display: block;
}
.pre-register_page .step {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.pre-register_page .step.active {
    opacity: 1;
}
.pre-register_page .step span {
    display: block;
    background: #01c779;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 99em;
    font-family: brandon_grotesquemedium;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 9;
    margin-bottom: 8px;
}
.pre-register_page .step.active span {
    background: #21263d;
}
.pre-register_page .step:after {
    content: "";
    background: #219265;
    width: 100%;
    right: -67px;
    position: absolute;
    height: 4px;
    top: 12px;
}
.pre-register_page .step.finish:after {
    background-color: #01c779;
}
.action_buttons {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
}
.action_buttons button {
    background: 0 0;
    border: 0;
    cursor: pointer;
}
.action_buttons button#nextBtn {
    float: right;
    font-family: brandon_grotesquemedium;
    color: #21263d;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.pre-register_page .step:first-child:before {
    content: "";
    background: #219265;
    width: 40px;
    left: 16px;
    position: absolute;
    height: 4px;
    top: 12px;
}
.pre-register_page .step:last-child:after {
    content: "";
    background: #219265;
    width: 40px;
    right: 4px;
    position: absolute;
    height: 4px;
    top: 12px;
}
.pre-register_page .step.active span:before {
    content: "";
    border: 1px #000 solid;
    left: -3px;
    right: -3px;
    position: absolute;
    bottom: -3px;
    top: -3px;
    border-radius: 99em;
}
.action_buttons button#prevBtn:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    color: #01c779;
    font-weight: 700;
}
.action_buttons button#nextBtn:after {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
    color: #01c779;
    font-weight: 700;
}
.pre-register_page .step.active:last-child:after {
    background: #01c779;
}
.midd__content {
    min-height: calc(100vh - 225px);
    padding-bottom: 190px;
    position: relative;
}
.pre-register_page .section_header {
    padding-top: 124px;
}
.tab.tab_confirm {
    text-align: center;
}
.tab.tab_confirm h6 {
    font-size: 18px;
}
.pre-register_page .step.finish:first-child:before {
    background: #01c779;
}
.action_buttons button#register_submit {
    background: 0 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
}
@media screen and (max-width: 1500px) {
    .pre-register_page .section_header {
        padding-top: 0;
    }
}
.header_section .tenant-logo {
    float: right;
}
.header_section .tenant-logo img {
    width: 100px;
}
.header_section .logo {
    float: left;
}
.header_section .container {
    display: block;
}
.visitors-type ul {
    display: flex;
    flex-wrap: wrap;
}
.visitors-type ul li {
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 0;
}
.register__form .form-group.visitors-type ul li label {
    width: 100%;
    font-size: 22px;
    color: #333;
}
.register__form .form-group.visitors-type ul li input {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.register__form .form-group.visitors-type ul li input[type="radio"] {
    opacity: 0;
    visibility: hidden;
}
.register__form .form-group.visitors-type ul li.visitor-0 label:before {
    content: "";
    background: url(../images/ic_visitor.png) no-repeat center;
    width: 70px;
    height: 70px;
    position: relative;
    background-size: cover;
    margin: 0 auto 10px;
    display: block;
}
.register__form .form-group.visitors-type ul li.visitor-1 label:before {
    content: "";
    background: url(../images/ic_staff.png) no-repeat center;
    width: 70px;
    height: 70px;
    position: relative;
    background-size: cover;
    margin: 0 auto 10px;
    display: block;
}
.register__form .form-group.visitors-type ul li.visitor-2 label:before {
    content: "";
    background: url(../images/ic_hospital.png) no-repeat center;
    width: 70px;
    height: 70px;
    position: relative;
    background-size: cover;
    margin: 0 auto 10px;
    display: block;
}
.register__form .form-group.visitors-type ul li.visitor-3 label:before {
    content: "";
    background: url(../images/ic_visitor.png) no-repeat center;
    width: 70px;
    height: 70px;
    position: relative;
    background-size: cover;
    margin: 0 auto 10px;
    display: block;
}
.register__form .form-group.visitors-type ul li input:checked ~ label {
    color: #00e087;
}
.icon-wrap .happysmiley-icon {
    margin-right: 20px;
}
.icon-wrap .badsmiley-icon:before {
    content: "";
    background: url(../images/sad-emoji.svg);
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    border: 3px solid #ff5020;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon-wrap .happysmiley-icon:before {
    content: "";
    background: url(../images/happy-emoji.svg);
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    border: 3px solid #00e087;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon-wrap .badsmiley-icon.selected:before,
.icon-wrap .badsmiley-icon:hover:before {
    content: "";
    background: url(../images/sad-emoji-white.svg);
    width: 70px;
    display: block;
    background-size: cover;
    background-color: #fb3300;
}
.icon-wrap .happysmiley-icon.selected:before,
.icon-wrap .happysmiley-icon:hover:before {
    content: "";
    background: url(../images/happy-emoji-white.svg);
    width: 70px;
    display: block;
    background-size: cover;
    background-color: #00e087;
}
.icon-wrap .badsmiley-icon {
    margin-left: 20px;
}
.icon-wrap .badsmiley-icon,
.icon-wrap .happysmiley-icon {
    width: 120px;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
    text-align: center;
}
.icon-wrap .badsmiley-icon input,
.icon-wrap .happysmiley-icon input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
}
.icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.smiley-icons {
    margin-bottom: 20px;
}
.feedbacl-content p {
    font-size: 20px;
    font-family: brandon_grotesque_regularRg;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 400;
}
.feedbacl-content h3 {
    font-size: 26px;
}
.feedbacl-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
    padding: 0 15px;
}
.feedbacl-content .icon-start {
    max-width: 210px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.feedbacl-content .icon-start:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 14px;
}
.feedbacl-content .icon-start span {
    background: url(../images/star-icon.svg) no-repeat;
    width: 50px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    position: relative;
}
.feedbacl-tenant-wrap .tenant-title {
    text-align: center;
    font-size: 32px;
    font-family: brandon_grotesquebold;
    margin: 10px 0;
    line-height: normal;
    color: #000;
}
.feedbacl-tenant-wrap .tenant-inside img {
    max-width: 200px;
}
.feedbacl-tenant-wrap .tenant-inside {
    text-align: center;
}
.feedbacl-tenant-wrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.midd__content.save-feedback {
    padding-bottom: 220px;
}
.feedback-form-main {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 40px;
}
.feedback-form-main .form-group .form-control {
    border: 2px solid #01c779;
    background-image: none;
    border-radius: 4px;
    height: 50px;
    padding: 0 10px;
    font-size: 20px;
    box-shadow: none;
    font-weight: 400;
}
.feedback-form-main .form-group textarea#feedback {
    height: 100px !important;
}
.feedback-action .floating-label {
    text-align: center;
}
.feedback-action .feedback-submit {
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    line-height: 23px;
    padding: 15px 40px;
    border-radius: 40px;
    margin: 0 20px 0 0;
    border: 0;
    text-transform: uppercase;
}
.google-review {
    text-align: center;
}
.google-review .btn {
    border: 2px solid #00e087;
    background: 0 0;
    color: #000;
    font-family: brandon_grotesquemedium;
    font-size: 14px;
    line-height: normal;
    margin-top: 30px;
}
.google-review .btn:active,
.google-review .btn:focus,
.google-review .btn:hover {
    background: #00e087 !important;
    color: #fff !important;
    border-color: #00e087 !important;
}
.save-feedback .alert {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#ajax_loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 11;
    left: 0;
    top: 0;
}
#ajax_loader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
}
.loader-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.google-review {
    text-align: center;
}
#feedback_section .feedbacl-content p {
    font-size: 20px;
    color: #333;
    font-family: brandon_grotesquemedium;
}
.smiley-icons .feedback-footer-content {
    margin-top: 40px;
    text-align: center;
}
.smiley-icons .feedback-footer-content p {
    margin: 0;
    line-height: normal;
    font-weight: 400;
}
.form-feedback .smiley-icons {
    margin-bottom: 0;
}
.save-feedback-footer .footer_wave {
    height: 158px;
    top: -158px;
}
.save-feedback-footer:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00e087;
    top: -1px;
}
.save-feedback-footer {
    position: relative;
}
.register__form .alert {
    padding-right: 6px;
    padding-left: 6px;
}
.register__form .alert span {
    max-width: 100%;
}
.hubspot-schedule-meeting {
    background: #00e087;
    border: 0;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 99em;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: #ddd 1px 1px 10px 0;
    z-index: 1;
}
#scheduleMeeting {
    margin-top: 80px;
}
.pre-register_page {
    background: #fff;
}
.btn {
    font-family: brandon_grotesquebold;
    font-size: 22px;
    line-height: 24px;
    border-radius: 40px;
    padding: 12px 32px;
    border: 2px solid transparent;
    border-radius: 40px;
    min-width: 180px;
}
.btn-primary {
    color: #20263d;
    background-color: #00e087;
    border-color: #00e087;
}
.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #00e087;
}
.btn.btn-outline-primary {
    border-color: #00e087;
    color: #fff;
}
.btn.btn-outline-primary:hover {
    background: #00e087;
    color: #20263d;
}

/*24-11-21 start*/
.customizable-box > .container {
    flex-wrap: wrap;
}
.customizable-box .title_section p {
    max-width: 530px;
}
.basic_section.customizable-box .title_section h3 {
    margin-bottom: 15px;
}
.customizable-feature-main ul {
    display: flex;
    flex-wrap: wrap;
}
.customizable-feature-main ul li {
    flex: 0 0 33%;
    margin-bottom: 40px;
}
.customizable-feature-main ul li .feature-box {
    padding-right: 30px;
    max-width: 325px;
}
.feature-box .feature-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.feature-box .feature-title h4 {
    margin: 0;
    font-size: 26px;
    font-family: brandon_grotesquebold;
    border-bottom: 2px solid #00e087;
    padding-bottom: 4px;
}
.feature-info p {
    margin: 0;
    color: #20263d;
    font-size: 20px;
    line-height: 22px;
    font-family: brandon_grotesque_regularRg;
}
.page-feature .how_works {
    padding: 0;
    margin-bottom: 50px;
}
.page-feature .customizable-box {
    padding-top: 120px;
}
.customizable-box .title_section {
    margin-bottom: 40px;
}

.product-features-main .container {
    flex-wrap: wrap;
}
.product-features-main {
    clear: both;
    display: block;
    background: #f2f2f3;
    padding: 45px 0;
    padding-bottom: 15%;
}
.product-features-main .title-product h2 {
    font-size: 54px;
    color: #20263d;
    font-family: "brandon_grotesquebold";
    text-align: center;
}
.feature-listing-title p {
    background: #20263d;
    display: inline-block;
    margin: 0;
    color: #00e087;
    padding: 1px 14px;
    font-family: "brandon_grotesquebold";
    font-size: 24px;
    border-radius: 4em;
}
.feature-listing-title {
    display: block;
    clear: both;
}
.feature-listing-inside ul li span:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #20263d;
    border: 2px solid #00e087;
    left: 0;
    top: 2px;
}
.feature-listing-inside ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}
.feature-listing-inside ul li span {
    font-size: 20px;
    color: #20263d;
    font-family: "brandon_grotesquemedium";
    line-height: 18px;
}
.feature-listing-inside ul {
    padding-left: 18px;
    margin-top: 25px;
}
.feature-listing-inside {
    margin-bottom: 60px;
}
.product-features-main .title-product {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
/*24-11-21 end*/

/*03-12-21 start*/
.social-media-thumbs {
    display: block;
    width: 100%;
}
.social-media-thumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
.social-media-thumbs ul li {
    margin: 0 6px;
}
.social-media-thumbs ul li a img {
    max-width: 30px;
    height: 1000%;
    width: 100%;
}
.social-media-thumbs {
    display: block;
    width: 100%;
}
.bottom_footer {
    padding: 15px 0 22px 0;
}
.social-media-thumbs ul li a:hover {
    opacity: 0.8;
}
.social-media-thumbs ul li a {
    transition: 0.3s;
}
/*03-12-21 end*/

/*homepage tenant logo slider*/

.home-tenants-slider {
    clear: both;
    display: block;
    width: 100%;
}
.home-tenants-slider .container {
    display: block;
}
.home-tenants-slider .tenants-logo img {
    max-width: 100%;
    margin: 0 auto;
    width: 340px;
}
.home-tenants-slider {
    padding-top: 80px;
}
.home-tenants-slider .slick-dots {
    text-align: center;
    margin-top: 60px;
}
.home-tenants-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.home-tenants-slider .slick-dots li button {
    color: rgba(0, 0, 0, 0);
    background: #d1dbff;
    border: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
}
.home-tenants-slider .slick-dots li.slick-active button {
    background: #6c8aff;
}
.video_block,
.video_block iframe {
    width: 100%;
}
.video_block iframe {
    border-radius: 40px;
    height: 510px;
}

/*homepage tenant logo slider*/
.section.tabbing-wrap .tabs ul {
    margin-bottom: 0;
}

.visitor-management-title {
    width: 100%;
    text-align: center;
}
.visitor-management-title h3 {
    font-size: 44px;
    font-family: brandon_grotesquemedium;
    margin-bottom: 40px;
}
.visitor-main-videos {
    display: block;
    width: 100%;
}
.visitor-video-item ul {
    display: flex;
    flex-wrap: wrap;
}
.visitor-video-item ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    width: 100%;
    padding: 15px;
}
.visitor-video-item ul li .video-wrap iframe {
    max-width: 100%;
    width: 100%;
}
.visitor-management-section .row {
    width: 100%;
}
.visitor-video-item ul li .video-wrap iframe {
    max-width: 100%;
    width: 100%;
    border-radius: 18px;
    height: 197px;
}
.video-title h5 {
    margin: 0;
    color: #00e087;
    font-family: brandon_grotesquemedium;
    font-size: 22px;
    text-align: center;
}
.video-title {
    margin-top: 10px;
}
.visitor-management-section {
    display: block;
    width: 100%;
    padding: 70px 0;
    clear: both;
}

/*Contact us page start*/
.industry_details.contact .direction-column .contact-section {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 17px -2px;
    border-radius: 15px;
}
.industry_details.contact .direction-column .title_section h3 {
    font-size: 40px;
    margin: 0 0 5px 0;
}
.industry_details.contact .direction-column .title_section {
    margin: 0 0 15px 0;
}
.industry_details.contact {
    padding: 60px 0 360px 0;
}
.industry_details.contact .contact_info_right_bar {
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.industry_details.contact .contact_info_right_bar .block {
    flex: 0 0 50%;
}
.industry_details.contact .contact_info_right_bar .block.form_control {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 50px;
}
.industry_details.contact .contact_info_right_bar li a {
    color: #21263d;
    font-weight: 600;
    font-size: 16px;
}
.industry_details.contact .contact_info_right_bar h4 {
    color: #00e087;
}
.industry_details.contact .direction-column .title_section .bd-italic {
    margin-bottom: 0;
}
/*Contact us page end*/

.kids-safety-wrap {
    background: #21263d;
    clear: both;
    margin-bottom: 70px;
    padding: 90px 0;
}
.kids-safety-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.kids-safety-row .ae-product-img {
    flex: 0 0 45%;
    max-width: 45%;
}
.kids-safety-row .ae-product-info {
    flex: 0 0 55%;
    max-width: 55%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.ae-product-info span {
    color: #fff;
    font-size: 30px;
    font-family: brandon_grotesque_regularRg;
    text-align: center;
    display: block;
    width: 100%;
}
.kids-safety-row .ae-product-info .btn-learn-more {
    background: #00e087;
    font-family: brandon_grotesque_regularRg;
    font-weight: 600;
    font-size: 24px;
    border-radius: 50px;
    padding: 7px 30px 9px;
    margin-top: 70px;
}
.kids-safety-row .ae-product-img img {
    max-width: 390px;
}
.industry_details.page-school {
    padding-bottom: 120px;
}
.facilities-ae-row ul {
    display: flex;
    flex-wrap: wrap;
}
.facilities-ae-row ul li {
    padding: 0 20px;
    max-width: 33%;
    flex: 0 0 33%;
}

.facilities-title {
    text-align: center;
    margin-bottom: 100px;
}
.facilities-title h3 {
    font-size: 30px;
    color: #20263d;
    font-family: "brandon_grotesqueblack";
}
.facilities-ae-wrap {
    margin-bottom: 380px;
}
.facilities-ae-row ul li .testimonial_box,
.facilities-ae-row ul li .testimonial_box_inner {
    height: 100%;
}
.facilities-ae-row .testimonial_box_inner p {
    font-size: 18px;
    line-height: normal;
    color: #20263d;
    margin: 0;
}
.facilities-ae-row .testimonial_box_inner .test_creator strong {
    color: #20263d;
    font-size: 30px;
    font-family: "brandon_grotesquemedium";
    display: block;
    line-height: normal;
}
.facilities-ae-row .testimonial_box_inner .test_creator span {
    font-family: brandon_grotesque_regularRg;
    color: #20263d;
}
.ae-school-top h3 {
    margin: 0;
    font-size: 34px;
    color: #20263d;
    font-family: brandon_grotesque_regularRg;
}
.ae-school-top {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    max-width: 91%;
}
.industry_details_featured.ae-school-top-wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.ae-school-top-wrap ul.indus-list li {
    margin-bottom: 12px;
    font-size: 18px;
}
.industry_details_featured.ae-school-top-wrap .industry_details_featured_sub {
    width: 42%;
}
.industry_details_featured.ae-school-top-wrap .industry_details_featured_sub h3 {
    border-bottom: 0;
    padding-right: 16%;
}
.industry_details_featured.ae-school-top-wrap .industry_details_featured_sub:hover h3 {
    border-bottom: 0;
}
.ae-school-top-wrap ul.indus-list li i {
    font-size: 5px;
}
.section.banner.banner-home:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../front-images/banner-gradient.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

