@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,h1,h2,h3,h4,h5,h6,p,a{
    font-family: 'Poppins', sans-serif;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Menu Updated CSS */
.snapbyte-menu .submenu-box { max-width: 100%; }
.inner-menu.header-login {
    width: 330px;
    padding: 40px;
}
.snapbyte-menu .submenu-box li { max-width: 300px; }
.inner-menu.header-login form button { width: 100%; }
.inner-menu.header-login form input[type="email"] {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #27b206;
    padding: 6px 0;
}
.clr-green { color: #27B206; }
.inner-menu li { padding-right: 20px !important; }
.inner-menu li a span { margin-left: 20px; }
.inner-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 203px;
    padding: 0;
    display: none;
    top: 46px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 #00000024;
    padding: 20px 0;
    background: #fff;
}
.solution-arts a:hover { color: #21455E; }
.snapbyte-menu .submenu-box { margin: 0 !important; }
.no-submenu a:after { display: none; }
header { padding-bottom: 10px; }
.solution-arts a > img {
    box-shadow: 0 0px 4px 0 #00000038;
}
.solution-arts { max-width: 478px; }
.solution-submenu:after {
    content: '';
    background: #27b2060d;
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.light-green { background: #27b2060d; }
.submenu-show > a:after { content: "\f106" !important; }
.active-submenu { background-color: #fff !important; }
.submenu-show:after { background: #27B206 !important; width: 100% !important; }
.submenu-show > a { color: #27B206 !important; }
.row-80 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.row-80 > [class^="col-"] {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
a.tab:hover {
    color: #27B206 !important;
}
.navbar-right li:nth-child(3) a:after {
    content: '' !important;
}
.navtab a.tab { position: relative; }
.navbar .navtab a.tab:after,
.navbar-right .navtab a.tab:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -2px;
    top: 1px;
}
.navtab {
    position: relative;
    transition: all 0.5s ease;
}
.navtab:after {
    content: '';
    background: transparent;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -23px;
    left: 0;
    transition: all 0.7s ease;
}
.navtab:hover:after {
    background: #27B206;
    width: 100%;
}
.navbar-right li:last-child:after { display: none; }
.submenu-sec {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    top: 74px;
    box-shadow: 0 20px 30px 0 #00000014;
}
.submenu-sec .container > .row > [class^="col-"] { padding: 45px 0 100px 0; }
.submenu-box {
    max-width: 300px;
    margin: 0 auto;
}
.submenu-box > h5,
.menu-hd {
    border-bottom: 1px solid #C8D8E3;
    padding-bottom: 12px;
    min-height: 38px;
}
.submenu-box ul {
    padding: 0;
    margin-left: -15px;
}
.submenu-box ul li,
.inner-menu li {
    list-style: none;
    border-left: 2px solid #fff;
    background: #fff;
    margin: 0;
}
.submenu-box ul li:hover,
.inner-menu li:hover {
    border-left: 2px solid #27B206;
    background: #27b2060d;
}
.submenu-box ul li:hover .submenu-link, .inner-menu a:hover { color: #21455E !important; }
/* End */
html {
    /*font-family: sans-serif;*/
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size:93.8%;
    line-height: 1.5;
    color: #637C8E;
    text-align: left;
    background-color: #fff;
    padding-top: 80px;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #38A2FF;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: #2A52C6;
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 600;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff !important;
    background-color: #27B206;
    border-color: #27B206;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1F9A02;
    border-color: #1F9A02;
}

.btn-outline-primary {
    color: #27B206;
    border-color: #27B206;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1d9200;
    border-color: #1d9200;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #21455E;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #2A52C6;
}
h1, .h1 {
    font-size: 3.600em;
    line-height: 1.25;
}

h2, .h2 {
    font-size: 2.267em;
    line-height: 1.25;
    margin-bottom: 1em;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-bottom {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.list-style-none {
    list-style: none;
}

/**/
/*.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
/*}*/
.brand { margin-right: 24px }
.section-about { margin-top: 60px}
.has-submenu li { text-align: left; max-width: 234px }
.table td { vertical-align: middle }
.github-button {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 10px 20px 0;
}
.menu-collapser {
    position: static;
    width: 100%;
    height: 0;
    padding: 0 8px;
    color: #FFF;
    font-size: 0;
    line-height: 48px;
    background-color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    padding: 7px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #0E0E0E;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover,
.collapse-button:focus {
    color: #FFF;
    background-color: #040404
}
.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #F5F5F5;
    border-radius: 1px
}
/*ul.slimmenu {*/
    /*width: 100%;*/
    /*margin:0 0 0 30px;*/
    /*padding: 0;*/
    /*list-style-type: none;*/
    /*text-align: left;*/
/*}*/
ul.slimmenu:before,
ul.slimmenu:after {
    content: '';
    display: table
}
ul.slimmenu:after {
    clear: both
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
ul.slimmenu li ul li {
    background: #bbbbbb
}
ul.slimmenu li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li a {
    /*display: block;*/
    /*padding: 12px 16px 12px 16px;*/
    /*color: #637C8E;*/
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out
}

ul.slimmenu li.has-submenu a {
    /*padding: 12px 4px 12px 16px;*/
    padding-right: 4px;
    color: #758b9b;
    font-weight: 500;
}
.navtab li {
    padding: 12px 48px 12px 16px;
}
ul.slimmenu li a:hover {
    text-decoration: none;
    color: #38A2FF;
}
ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 10px;
    height: 100%;
    text-align: center;
    cursor: pointer
}
ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}
ul.slimmenu>li:first-child,
ul.slimmenu>li.has-submenu+li {
    border-left: 0;
    border: none;
}
.sub-toggle img {
    width: 8px;
}

/**/


/* custom css start */
section {
    /*padding: 80px 0;*/
    overflow: hidden;
}
.no-padding {
    padding: 0 !important;
}
#header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    z-index: 999999;
    top: 0;
}
#menu {
    display: flex;
    font-weight: 600;
}
.right-nav {
    font-weight: 600;
    font-size: 14px;
    float: right;
}
.right-nav a {
    color: #637C8E;
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 14px;
}
.right-nav a:hover {
    text-decoration: none;
}
.right-nav > ul > li {
    position: relative;
}
.right-nav > ul li > ul {
    width: 100px;
    position: absolute;
    left: 0;
    top: 20px;
    list-style: none;
    padding: 0;
}
.right-nav > ul li > ul {
    display: none;
}
.right-nav > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.bnr-elements {
    position: relative;
    left: -24px;
    top: 15px;
}
.bnr-top-elements {
    margin: 2em 0;
}
.bnr-right {
    position: relative;
}
.newsletter {
    margin: 2em 0;
}
.newsletter-form {
    display: flex;
}
.newsletter-form input[type="email"] {
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    display: inline-block;
    width: 50%;
    border-radius: 4px 0 0 4px;
}
.newsletter-form input[type="submit"] {
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}
.contact-box {
    padding: 15px 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    border-radius: 15px;
    position: absolute;
    width: 640px;
    z-index: 99999;
    text-align: center;
    left: -230px;
    bottom: -50px;
    background: #fff;
}
.contact-box-title {
    font-size: 17px;
    color: #C8D8E3;
}
#leads-section {
    background: url(../img/bg-1.png) no-repeat ;
    background-position: calc(30% - 0px) calc(3% - 0px);
}
.sec-2-img {
    margin: 6em 0;
}
.leads-img {
    position: relative;
}
.leads-header {
    color: #21455E;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    padding: 40px 70px;
    text-align: center;
    font-size: 1.200em;
    font-weight: 600;
    position: absolute;
    left: -50px;
    top: -60px;
    z-index: 9;
}
.mtb-5 {
    margin: 5em 0;
}
.mtb-3 {
    margin: 3em 0;
}
.mtb-2 {
    margin: 2em 0;
}
.mt-5 {
    margin-top: 5em;
}
.mb-2 {
    margin-bottom: 2em;
}
.mt-2 {
    margin-top: 2em;
}
.mt-15 {
    margin-top: 15em;
}
.leads-box-right {
    position: relative;
    left: -70px;
}
.leads-box-right .leads-header {
    left: auto;
    right: -70px;
}
.z-9 {
    position: relative;
    z-index: 9;
}
#yellow-sec {
    background: url(../img/yellow-bg.png) no-repeat center top;
    background-size: 125% 100%;
    padding: 120px 0;
}
.yellow-text {
    margin: 3em 0;
}
#dashboard-section {
    padding: 150px 0;
    background: url(../img/dashboard-bg.png) no-repeat right 40% top;
}
#tabs-section {
    background: url(../img/dots-pattern-45.png) no-repeat -60px top;
}


/*.nav {*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*padding-left: 0;*/
    /*margin-bottom: 0;*/
    /*list-style: none;*/
/*}*/

/*.nav-link {*/
    /*display: block;*/
    /*padding:2rem;*/
/*}*/

/*.nav-link:hover, .nav-link:focus {*/
    /*text-decoration: none;*/
/*}*/

/*.nav-link.disabled {*/
    /*color: #6c757d;*/
    /*pointer-events: none;*/
    /*cursor: default;*/
/*}*/

/*.nav-tabs {*/
    /*border-bottom: 1px solid #dee2e6;*/
/*}*/

/*.nav-tabs .nav-item {*/
    /*margin-bottom: -1px;*/
/*}*/

/*.nav-tabs .nav-link {*/
    /*border: 1px solid transparent;*/
    /*border-top-left-radius: 0.25rem;*/
    /*border-top-right-radius: 0.25rem;*/
/*}*/

/*.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {*/
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
/*}*/

/*.nav-tabs .nav-link.disabled {*/
    /*color: #6c757d;*/
    /*background-color: transparent;*/
    /*border-color: transparent;*/
/*}*/

/*.nav-tabs .nav-link.active,*/
/*.nav-tabs .nav-item.show .nav-link {*/
    /*color: #495057;*/
    /*background-color: #fff;*/
    /*border-color: #dee2e6 #dee2e6 #fff;*/
/*}*/

/*.nav-tabs .dropdown-menu {*/
    /*margin-top: -1px;*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
/*}*/

/*.nav-pills .nav-link {*/
    /*border-radius: 0.25rem;*/
    /*color: #637C8E;*/
/*}*/
/*.nav-pills .nav-link h5 {*/
    /*color: #637C8E;*/
/*}*/

/*.nav-pills .nav-link.active,*/
/*.nav-pills .show > .nav-link {*/
    /*color: #21455E;*/
    /*background-color: rgba(33, 69, 94, 0.03);*/
/*}*/

/*.nav-pills .nav-link.active h5,*/
/*.nav-pills .show > .nav-link  h5{*/
    /*color: #21455E;*/
/*}*/

/*.nav-fill .nav-item {*/
    /*-ms-flex: 1 1 auto;*/
    /*flex: 1 1 auto;*/
    /*text-align: center;*/
/*}*/

/*.nav-justified .nav-item {*/
    /*-ms-flex-preferred-size: 0;*/
    /*flex-basis: 0;*/
    /*-ms-flex-positive: 1;*/
    /*flex-grow: 1;*/
    /*text-align: center;*/
/*}*/

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}
.media img {
    margin: 8px 30px 0 0;
}
#v-pills-tabContent {
    height: 100%;
    background: url(../img/tabs-bg.jpg) no-repeat right bottom;
}
.contact-title {
    margin:0 0 1.5em 0;
}
section li {
    margin: 1em 0;
}
.tagging-text {
    float: right;
    max-width: 380px;
}

.tagging-lady {
    position: absolute;
    bottom: 30px;
    left: -50px;
}
#tagging-section {
    background: url(../img/grey-bg.png) no-repeat center top;
    background-size: 125% 100%;
    padding: 120px 0;
}
#enrichment-sec {
    background: url(../img/enrichment-bg.png) no-repeat right 40% center;
    padding:8em 0 20em 0;
}
.enreichment-box {
    color:#21455E;
    max-width: 330px;
    position: absolute;
    top: 60px;
    right: 15px;
}
.enreichment-box h3 {
    font-size: 1.133em;
    font-weight: normal;
    padding: 10px 30px;
    text-transform: uppercase;
}
.enrichment-caption {
    background-color: rgba(11, 172, 219, 0.02);
    text-transform: uppercase;
    padding: 10px 30px;
}
.enrichment-text {
    padding: 10px 30px;
    font-size: 0.800em;
}
.enrichment-text a {
    color:#21455E;
}
.enrichment-text a:hover {
    color:#00ACDC;
}
.enrichment-text i {
    margin-right: 5px;
}
.space {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.interest {
    display:inline-block;
    padding: 6px 12px;
    margin: 4px 4px 4px 0px;
    border-radius: 30px;
    background-color: rgba(33, 69, 94, 0.05);
}
.see-less {
    display: block;
    text-align: center;
    padding: 20px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
}
#testimonial-sec {
    background: url(../img/green-bg.png) no-repeat center top;
    background-size: 125% 100%;
    padding: 120px 0 220px;
}
.heart img {
    position: relative;
    left: 20%;
}
.testimonial-box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
}
.testimonial-box-top {
    background-color: #ffffff;
    padding: 20px 20px 80px 20px;
}
.testimonial-box-btm {
    text-align: center;
    background-color: #F5BFCB;
    padding: 0 20px 20px 20px;
    color: #ffffff;
}
.testimonial-img img {
    max-width: 100px;
    margin: auto;
    border-radius: 100px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}
.testimonial-text {
    padding: 0 30px;
}
.quote {
    font-size: 36px;
    color: #F5BFCB;
}
.pull-down {
    position: relative;
    top: 60px;
}
.sky-blue .testimonial-box-btm {
    background-color: #38A2FF;
}
.sky-blue .quote {
    color: #38A2FF;
}
.navy-blue .testimonial-box-btm {
    background-color: #2A52C6;
}
.navy-blue .quote {
    color: #2A52C6;
}
#newsletter-sec {
    background: url(../img/dotted-pink.png) no-repeat -60px bottom;
}
#newsletter-sec .newsletter {
    max-width: 540px;
    margin: auto;
}
#newsletter-sec .newsletter-form input[type="email"] {
    width: 70%;
}
footer {
    background-color: #21455E;
}
.ftr-top {
    padding: 80px 0 30px;
}
.social-icon a {
    color: #21455E;
    background-color: #637C8E;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    margin:0 10px 10px 0;
}
.social-icon a:hover {
    background-color: #ffffff;
}
.ftr-col-1 {
    margin: 0 0 30px 0;
}
footer h4 {
    font-size: 1.200em;
    color: #C8D8E3;
}
footer ul {
    padding: 0;
    margin-top: 30px;
}
footer li {
    list-style: none;
    margin: 10px 0;
}
footer a {
    color: #637C8E;
}
footer a:hover {
    color: #ffffff;
}
.ftr-btm {
    background-color: #142C3C;
    padding: 40px 0;
}
.ftr-btm a {
    display: inline-block;
    margin-right: 10px;
}
.copy {
    text-align: right;
}

/* analytics page css */
.analytics-bnr {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    background: url(../img/analytics-bnr.jpg) no-repeat center;
    background-size: cover;
}
.analytics-bnr-inr {
    background-color: rgba(6, 26, 85, 0.4);
    color: #ffffff;
    text-align: center;
    padding: 10em 3em 20em 3em;
}
.analytics-bnr-inr * {
    color: #ffffff;
    max-width: 720px;
    margin: auto;
    margin-bottom: 1em;
}
.vdo-box {
    max-width: 990px;
    margin: auto;
    overflow: hidden;
    margin-top: -150px;
    margin-bottom: 80px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#better-sec {
    overflow-x: hidden;
    background: url(../img/better-bg.png) no-repeat right 30% bottom 10%;
}
.better-blue {
    height: 100%;
    background-color: #2A52C6;
    color: #ffffff;
    margin-right: -25px;
    padding: 60px;
}
.better-blue * {
    color: #ffffff;
}
.dots-sky-blue {
    position: absolute;
    bottom: -30px;
    left: -14px;
}
.dots-navy-blue {
    position: absolute;
    top: -64px;
    right: -49px;
}
.track-box {
    background: #FFFAE1;
    max-width: 1000px;
    margin: auto;
    padding:40px 20px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    font-size: 0.800em;
    margin-top: -130px;
    position: relative;
    z-index: 999;
}
.better-graphic {
    text-align: center;
    padding-top: 20px;
}
.track-box h4 {
    text-align: center;
    font-size: 1.200em;
    font-weight: 600;
}
.circle {
    position: relative;
    padding: 15px 0px 15px 25px;
}
.circle:before {
    content: "";
    height: 20px;
    width: 20px;
    background: rgba(33, 69, 94, 0.15);
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    left: 0;
}
#track-sec h2 {
    text-align: center;
}
.track-text p {
    font-weight: 600;
    font-size: 1.600em;
    color: #21455E;
    margin-bottom: 2em;
}

#insight-sec {
    background: url(../img/insight-bg.jpg) no-repeat right 35% bottom 30%;
    padding-bottom: 15em;
}
.engage-text {
    text-align: center;
    max-width: 640px;
    margin: 2em auto;
}
.visualize-text {
    max-width: 320px;
}
#personal-sec {
    background: url(../img/personal-bg.jpg) no-repeat calc(30% - 0px) bottom;
}
#video-card-sec {
    background: url(../img/dashboard-bg.png) no-repeat center;
}
.vdo-label {
    display: inline-block;
    background: #F5BFCB;
    border-radius: 15px;
    padding: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    position: relative;
    top: -50px;
    left: -10px;
}
.vdo-label.sky-blue {
    background-color: #38A2FF;
}
.vdo-label.navy-blue {
    background-color: #2A52C6;
}
#support-banner {
    background: url(../img/suppor-bnr-bg.jpg) no-repeat right 30% center;
    padding: 8em 0;
}
.support-bnr-right {
    text-align: center;
}
.section-p-80{
    padding: 80px 0;
    overflow-x: hidden;
}
.green-bullets {
    padding: 0;
    list-style: none;
}
.green-bullets li::before {
    content: "1";
    height: 30px;
    width: 30px;
    color: #ffffff;
    display: inline-block;
    background: #27B206;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
}
.brands-logo {
    text-align: center;
}
.brands-logo img {
    max-width: 190px;
    margin: 10px;
    opacity: 0.6;
}

.brands-logo img:hover {
    opacity: 1;
}
.small-title {
    font-size: 18px;
    font-weight: normal;
    color: #637C8E;
}
#green-sec {
    background: url(../img/green-bg-plan.png) no-repeat center top;
    background-size: 125% 100%;
    padding: 120px 0;
}
.knowledge-img {
    height: 100%;
    background: url(../img/knowledge-graphic.png) no-repeat right bottom;
}
.knowledge-img span {
    color: #21455E;
    background: #fff;
    display: block;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    padding: 30px 40px;
    text-align: center;
    font-size: 1.200em;
    font-weight: 600;
    position: absolute;
    right: 30%;
    top: -5%;
    z-index: 9;
}
.knowledge-img span i {
    margin-right: 15px;
}
.knowledge-img span:nth-child(2) {
    top: 20%;
    right: 12%;
}
.knowledge-img span:nth-child(3) {
    top: auto;
    right: auto;
    left: 10%;
    bottom: 30%;
}
#training-section {
    background: url(../img/enrichment-bg.png) no-repeat right 30% bottom;
}
#snap-sec {
    background: url(../img/golden-bg.jpg) no-repeat center;
    background-size: 125% 100%;
    padding: 120px 0;
    color: #21455E;
}
#snap-sec li {
    margin: 3em 0;
    position: relative;
}
#snap-sec li i {
    position: absolute;
    left: -30px;
    top: 5px;
}
#stories-sec {
    background: url(../img/blue-bg.png) no-repeat center;
    background-size: 125% 100%;
    padding: 120px 0;
    margin-top: 10em;
    color: #ffffff;
}
#stories-sec .container {
    background: url(../img/qoute-graphic.png) no-repeat center;
}
#stories-sec * {
    color:#ffffff;
}
.quote-sign i {
    color: #38A2FF !important;
    font-size: 48px;
}
.qoute-text {
    max-width: 600px;
    margin:3em auto;
}
.owl-carousel .owl-item img {
    width: auto;
}
.qoute-img img {
    border-radius: 100px;
    margin: auto;
    border: 4px solid #38A2FF;
}
.owl-nav.disabled {
    display: block !important;
}
button.owl-prev span, button.owl-next span {
    display: none;
}
button.owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    display: block;
    width: 40px;
    height: 80px;
    background: url(../img/arrow-left.png) no-repeat center !important;
}
button.owl-next {
    position: absolute;
    right: 0;
    top: 30%;
    display: block;
    width: 40px;
    height: 80px;
    background: url(../img/arrow-right.png) no-repeat center !important;
}

#connect-sec {
    background: url(../img/connect-bg.png) no-repeat right 35% center;
}
#rate-sec {
    background: url(../img/rate-graphic.jpg) no-repeat center  bottom;
}
.bnr-img img {
    position: absolute;
    max-width: none;
    right: -65px;
}
/*************************************************collabrate page css start**********************************************************/
.bring-left-con h1, .bring-left-con p {
    margin-bottom: 40px;
}
.bring-right-img {
    position: relative;
    top: -50px;
}
h3.bring-sec-title {
    font-size: 34px;
    margin-bottom: 30px;
}
.bringwol-right-cont {
    padding-top: 120px;
    padding-right: 30px;
}
.bringwol-right-img {
    position: relative;
    text-align: right;
}
img.woman-two {
    position: absolute;
    bottom: -40%;
    left: -60%;
}
.bringwol-right-cont p {
    margin-bottom: 130px;
}
section#bringwol-sec {
    padding: 30px 0;
}

.bringcontrol-right-img {
    text-align: right;
}
.bringcontrol-left-cont {
    padding: 150px 25px 0 0px;
}
.bringcontrol-left-img {
    position: relative;
    right: -55%;
    z-index: 99;
    top: 30px;
}
.bringdownload-right-cont {
    padding: 0px 145px 0 0;
}
.bringdownload-right-cont {
    background-image: url(../img/dotted-pink.png);
    background-repeat: no-repeat;
    background-position: center 340px;
    padding: 140px 0;
}
section#bringdownload-sec {
    background: url(../img/dots-pattern-45.png) no-repeat;
    background-position: top right -60px;
}
section#bringhosting-sec {
    text-align: center;
}
section#bringhosting-sec {
    background-image: url(../img/hosting-bg.png);
    background-position: center;
    background-size: 125% 100%;
    margin-bottom: 80px;
}
.bringhosting-bg {
    background-image: url(../img/hosting-bg-2.png);
    background-position: center;
    padding: 15em 0;
    background-size: contain;
    background-repeat: no-repeat;
}
section#bring-sec {
    background: url(../img/bnr3-bg.jpg) no-repeat right 30% center;
}
.bringadd-top {
    margin-bottom: 80px;
}
.bringadd-right-cont h5, .bringadd-bt-leftcont h5 {
    font-size: 24px;
    margin-bottom: 30px;
}
.bringadd-right-cont {
    padding: 10px 80px 0 0;
}
.bringadd-right-cont p, .bringadd-bt-leftcont p {
    margin-bottom: 30px;
}
.bringadd-right-contimg {
    position: relative;
    left: -60px;
}
.bringadd-bt-leftcont {
    padding: 120px 50px 0 0;
}
.bringadd-bt-rightimg {
    text-align: right;
}
section#bringadd-sec {
    background-image: url(../img/yellow-bg.png);
    background-size: 125% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0px;
}
.bringadd-left-img {
    background-image: url(../img/us-bg.png);
    background-position: bottom right ;
    background-repeat: no-repeat;
    padding-bottom: 10em;
}
.bringadd-rightcon-img {
    background-image: url(../img/us-bg.png);
    background-position: bottom right ;
    background-repeat: no-repeat;
    padding-bottom: 10em;
}
.tagging-graphic-img {
    position: relative;
    top: -25px;
    z-index: -1;
}
.bullet-box {
    display: flex;
    flex-wrap: wrap;
}
.bullet-content {
    width: 20%;
}
/*************************************************collabrate page css end**********************************************************/
img.ipad-v {
    display: none;
}
.bnr-img-mob {
    display: none;
}
.mob-img {
    display: none;
}
/* Responsive css start */
@media screen and (max-width:1920px) {
    #leads-section {
        background-position: calc(15% - 0px) calc(3% - 0px);
    }
    #dashboard-section {
        background-position: right 20% top;
    }
    #enrichment-sec {
        background-position: right 15% center;
    }
    #better-sec {
        overflow-x: hidden;
        background-position: right 30% bottom 10%;
    }
    #insight-sec {
        background-position: right 25% bottom 30%;
        padding-bottom: 15em;
    }
    #personal-sec {
        background-position: calc(20% - 0px) bottom;
    }
    section#bring-sec, #support-banner {
        background-position: right 10% center;
    }
    #training-section {
        background-position: right 10% bottom;

    }
    #connect-sec {
        background-position: right 20% center;
    }
}
@media screen and (max-width:1440px) {
    section#bring-sec {
        background-position: right -40% center;
    }
    #leads-section {
        background-position: left top;
    }
}
@media (min-width:994px) and (max-width:1200px) {
    .logo img {
        max-width: 100px;
    }
    ul.slimmenu {
        margin-left: 10px;
    }
    ul.slimmenu li a {
        padding: 12px;
        font-size: 12px;
    }
    .right-nav a {
        font-size: 12px;
        padding: 0.75rem 0.75rem;
    }
    ul.slimmenu li .sub-toggle {
        width: 32px;
    }
    ul.slimmenu li.has-submenu a {
        padding: 12px 32px 12px 12px;
    }
    .contact-box {
        left: -260px;
        bottom: -110px;
    }
    .knowledge-img span:nth-child(3) {
        bottom: 50%;
    }
    section#bring-sec {
        background-size: auto 100%;
        background-position: right -220% center;
    }
    img.woman-two {
        bottom: 0;
        left: -70%;
    }
    .bringcontrol-left-img {
        top: -30px;
    }
    .bringadd-right-contimg {
        left: 0;
    }
    section#bringhosting-sec {
        padding: 10em 0;
    }

}

@media screen and (max-width:1200px) {
    h1, .h1 {
        font-size: 2.75em;
        line-height: 1.25;
    }
    .mt-15 {
        margin-top: 10em;
    }
    #leads-section {
        background-position: 0px 50px;
        background-size: 70%;
    }
    #dashboard-section {
        background-size: 60%;
        background-position: right center ;
        padding: 60px 0;
    }
    .tagging-text {
        max-width: 300px;
    }
    .tagging-lady {
        max-width: 80%;
    }
    .testimonial-box {
        margin: 0;
    }
    .track-box {
        margin-top: -60px;
        max-width: 80%;
    }
    ul.slimmenu {
        text-align: center;
    }
    .vdo-box {
        max-width: 920px;
    }
    #snap-sec li {
        margin: 1em 0;
        position: relative;
    }
    #green-sec .btn {
        margin-bottom: 10px;
    }
    section#bring-sec {
        background-position: right 60% bottom;
    }
    .bringwol-right-cont {
        padding-top: 40px;
        padding-right: 30px;
    }
    .bringcontrol-left-cont {
        padding: 0;
    }
    .bringcontrol-left-img {
        right: 0;
        z-index: 99;
        top: 30px;
    }
    .bringadd-right-contimg {
        left: 0;
    }
    .bringadd-bt-leftcont {
        padding: 0;
    }
    .bringadd-bt-rightimg {
        text-align: center;
    }
    .bringdownload-right-cont {
        padding: 40px 0;
    }

    .bringwol-right-cont p {
        margin-bottom: 0;
    }
    section#bringadd-sec {
        padding: 50px 0px;
    }
    body {
        /*padding-top: 10%;*/
    }
    .vdo-box {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .bullet-content {
        width: 30%;
    }



}
@media screen and (min-width:994px) {
    .mobile-links .right-nav {
        display: none;
        float: none;
    }
}
@media screen and (max-width:993px) {
    .section-p-80 {
        padding: 30px 0;
    }
    .contact-box {
        left: 30px;
        bottom: -30px;
    }
    #menu {
        display: block;
    }
    .logo {
        text-align: center;
        margin-bottom: 0;
    }
    header .right-nav {
        display: none;
    }
    .mobile-links .right-nav {
        float: none;
    }
    .right-nav > ul {
        justify-content: center;
    }
    .bnr-top-elements {
        margin: 0;
    }
    .bnr-elements {
        position: absolute;
        left: auto;
        bottom: -150px;
        right: 0;
        z-index: -1;
        top: auto;
    }
    .yellow-text {
        margin: 1em 0;
    }
    .yellow-text + img {
        position: absolute;
        max-width: 40%;
        top: 10%;
        right: 10%;
    }
    .lady-4 {
        position: static;
        top: -20%;
        right: 10%;
        max-width: 20%;
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
    #contact-section .mt-2 {
        margin-top: 0;
    }
    .tagging-lady {
        left: 0;
    }
    #testimonial-sec {
        background-size: auto 100%;
        padding: 120px 0 120px;
    }
    footer h4 {
        font-size: 1em;
    }
    ul.slimmenu {
        margin: 0;
    }
    .better-blue {
        margin: 0;
    }
    .track-text + img {
        float: right;
    }
    .vdo-label {
        padding: 10px;
        font-size: 14px;
        top: -30px;
        left: -10px;
    }
    #support-banner {
        padding: 2em 0;
    }
    .knowledge-img span:nth-child(3) {
        bottom: 5%;
    }
    #snap-sec {
        padding: 180px 0;
    }
    .personal-graphic-img {
        display: none;
    }
    img.track-graphic-img {
        display: none;
    }
    .testimonial-box {
        margin-bottom: 100px;
    }
    .vdo-box {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .col-main-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .col-content-wrap {
        order: 2;
    }
    .col-img-wrap {
        flex: 0 0 100%;
    }
    .col-img-wrap img.mob-img {
        display: block;
        width: 100%;
    }
    img.desktop-img {
        display: none;
    }
    img.mob-remove {
        display: none;
    }
    img.mob-img {
        display: none;
    }
    #bring-control-sec .row, .bringadd-bottom .row, #training-section .row, #connect-sec .row, #insight-sec .row, #dashboard-section .row {
        flex-direction: column-reverse;
    }
    .mob-img {
        display: block;
    }
}

@media (min-width:768px) and (max-width:993px) {
    img.ipad-v {
        position: absolute;
        max-width: 25%;
        bottom: 0;
        display: inline-block;
    }
}
@media screen and (min-width:768px) {
    .bring-bottom-btns {
        display: none;
    }
}
@media screen and (max-width:767px) {
    body {
        /*padding-top: 18%;*/
    }
    h1, .h1 {
        font-size: 2.0em;
        line-height: 1.25;
    }
    h2, .h2 {
        font-size: 1.5em;
    }
    h5, .h5 {
        font-size: 1.0rem;
    }
    .btn {
        font-size: 0.9em;
        padding: 0.5rem 1rem;
    }
    ul.slimmenu {
        text-align: left;
    }
    .right-nav > ul {
        padding: 0;
        display: block;
        text-align: center;
    }
    .right-nav > ul > li {
        display: inline-block;
    }
    .right-nav a {
        padding: 0.5rem 0.5rem;
        font-size: 12px;
    }
    .newsletter-form {
        display: block;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .newsletter-form input[type="submit"] {
        margin-left: 0;
        border-radius: 4px;
        width: 100%;
    }
    .logo {
        text-align: left;
    }
    .logo img {
        max-width: 120px;
    }
    .contact-box {
        position: static;
        width: auto;
        margin-top: 15px;
    }
    #leads-section {
        background-position: 0 15%;
    }
    .leads-box-right {
        left: -20px;
    }
    .tagging-lady {
        position: static;
    }
    .leads-header {
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 0.75em;
        position: absolute;
        left: -50px;
        top: -30px;
        z-index: 9;
    }
    .nav-link {
        padding: 1rem;
    }
    #enrichment-sec {
        padding: 4em 0 4em 0;
    }
    .enreichment-box {
        max-width: none;
        position: static;
    }
    .pull-down {
        position: static;
    }
    .testimonial-box {
        margin-bottom: 15px;
    }
    #newsletter-sec h2 br {
        display: none;
    }
    .mtb-5 {
        margin: 3em 0;
    }
    #newsletter-sec .newsletter-form input[type="email"] {
        width: 100%;
    }
    footer .ftr-top .row {
        display: block;
    }
    .copy {
        text-align: left;
        margin-top: 10px;
    }
    .vdo-box {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .analytics-bnr-inr {
        padding: 5em 1em 3em 1em;
    }
    .track-box .row {
        display: block;
        margin: 0;
    }
    .track-box .row .col {
        display: block;
        padding: 0;
    }
    .visualize .lady-4 {
        position: static;
    }
    h2 br {
        display: none;
    }
    .question {
        max-width: 10%;
        position: absolute;
        top: -140px;
        right: 15px;
    }
    .knowledge-img span {
        padding: 30px 30px;
        position: static;
        margin: 15px 0;
    }
    #snap-sec, #stories-sec {
        background-size: auto 100%;
        padding: 85px 0;
    }
    button.owl-prev, button.owl-next {
        background-size: 100%;
        width: 40px;
        height: 40px;
    }
    section .btn {
        margin: 5px 0;
    }
    .bringwol-right-img {
        position: relative;
        text-align: center;
    }
    img.woman-two {
        position: static;
        max-width: 75%;
    }
    .bringadd-left-img, .bringadd-rightcon-img {
        padding-bottom: 3em;
    }
    #bringhosting-sec .mtb-2 {
        display: none;
    }
    .bring-right-img {
        top: 0;
    }
    .yellow-text + img {
        display: none;
    }
    .play-img {
        width: 35px;
    }
    .qoute-text {
        margin-left: 30px;
        margin-right: 30px;
    }
    .bullet-content {
        width: 50%;
    }
    .leads-box-wrapper.mt-5 {
        margin-top: 3em;
    }
    .better-blue {
        padding: 30px;
    }
    section#bringhosting-sec {
        background-size: auto 100%;
    }
    .bringhosting-bg {
        padding: 6em 0;
    }
    .bnr-img img {
        position: static;
        max-width: 100%;
    }
    #banner {
        padding-bottom: 0;
    }
    .bring-left-btns {
        display: none;
    }
    .brands-logo a {
        display: inline-block;
        width: 49%;
    }
    .brands-logo img {
        max-width: 90%;
        margin: 0;
        opacity: 0.6;
    }
    .circle {
        padding: 10px 0px 10px 25px;
    }
    #yellow-sec {
        padding: 60px 0;
    }
    #insight-sec {
        padding-bottom: 5em;
    }
    .bnr-img {
        display: none;
    }
    .bnr-img-mob {
        display: block;
    }
}

@media screen and (max-width:575px) {
    .track-box {
        max-width: 90%;
    }
    .btn {
        font-size: 0.8em;
        padding: 0.5rem 1rem;
    }

}

/*""""""""""""""""""""""""""""""""""
            Dev 2 css
"""""""""""""""""""""""""""""""""""*/



body{
    margin: 0;
}
.wraper{
   
    overflow: hidden;
    margin: 0 auto;
}
.section{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 200px 0;
}
.m0{
margin: 0 !important;
}
.logo {
    max-width: 164px;
}
.logo img {
    max-width: 100%;
    display: block;
}
.pt-0 {
    padding-top: 0 !important;
}
.content{
    max-width: 1246px;
    height: auto;
    /*padding: 0 60px 0 60px ;*/
    margin: 0 auto;
}
.nav {
    max-width: 1246px;
    /* height: 46px; */
    /*overflow: hidden;*/
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
._header .section {
    overflow: visible !important;
}
.logo{
    float: left;
}
.navbar {
    width: auto;
    height: auto;
    float: left;
    margin-left: 46px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.navbar-right {
    width: auto;
    height: auto;
    float: right;
    margin-left: 46px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.navtab{
    width:auto;
    padding:0 15px;
    float: left;
}
.navbar .navtab a.tab, .navbar-right .navtab a.tab{
    color:#637C8E;
    text-decoration: none;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    /*background: url(../images/drop_down.png) no-repeat center right;*/
    padding-right: 12px;
}

/*.navbar-right .navtab a.tab{*/
    /*color:#637C8E;*/
    /*text-decoration: none;*/
    /*!*font-family: PoppinsMedium;*!*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*background: url(../images/drop_down.png) no-repeat center right;*/
    /*padding-right: 12px;*/
/*}*/
.navbar-right .navtab a.btn{
    color:#ffffff;
    text-decoration: none;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: #27B206;
    padding:12px 20px;
    border-radius: 5px;
    display: inline-block;
}

.footer{
    clear: both;
    padding: 50px 0;
    background: #21455E;
    color: #637C8E;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.footer .fgrid .fcol {
    float: left;
    padding: 10px 25px;
}
/*@media (max-width: 1980px) and (min-width: 1370px)*/
@media (min-width: 1024px) {
    .fcol {
        -webkit-box-flex: 0;
        max-width: 20%;
        flex: 1 1 20%;
        box-sizing: border-box;
    }
}
.footer .fgrid .fcol ul{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.fcol ul li {
    padding: 5px 0;
}
.footer .fgrid .fcol ul li a{
    color: #637C8E;
    text-decoration: none;
    font-size: 15px;
}
.footer .fgrid .fcol p span.clr {
color:#C8D8E3;
}
.footer .fgrid .fcol h4{
    color:#C8D8E3;
    font-size: 18px;
}
.bottom{
    padding: 45px 15px;
    background: #142C3C;
}
.bottom .row_bottom a{
    text-decoration: none;
    color: #637C8E;
    /*font-family: PoppinsRegular;*/
    font-family: 'Poppins', sans-serif;
}
.bottom .row_bottom .bfcol{
    float: right;
    color: #637C8E;
   /*font-family: PoppinsRegular;*/
    font-family: 'Poppins', sans-serif;
}
.anim1{
    background: url(../images/dots_pattern_1.png) no-repeat 90px 125px,
      url(../images/anim1_particals1.png) no-repeat 1330px 65px,
      url(../images/dots_pattern_1.png) no-repeat 1300px 475px,
      url(../images/anim1_particals1.png) no-repeat -90px 255px;
}





/* Video Chapters */
.video-capters {
    position: relative;
    padding: 80px 0 112px 0;
}
.video-capters .lg-vid-dots-tl {

}
.video-capters h3,
.heading-lg { 
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #21455E;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.62px;
    color: #21455E;
    margin: 0;
        text-align: center;
}
.video-capters p {
    max-width: 710px;
    margin: 12px auto 50px auto;
    color: #637C8E;
    letter-spacing: 0.72px;
    font-size: 24px;
    line-height: 34px;
    /*font-family: PoppinsRegular;*/
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.video-section {
    max-width: 1084px;
    margin: 0 auto 75px auto;
}
.video-section {
    position: relative;
}
.video-list {
    margin: 0;
    background: rgba(1, 26, 34, 0.7);
    width: 342px;
    padding: 28px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 32px);
}
.video-list li span {
    padding-left: 20px;
    color: #fff;
    display: inline-block;
}
.video-list li:hover { background-color: #011A22; }
.video-list li {
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    padding: 16px 85px 20px 25px;
    font-family: HelveticaNue-Reguler;
    letter-spacing: 0px;
    display: flex;
    cursor: pointer;
}
._btn-lg {
    background: #27B206;
    font-size: 24px;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    padding: 22px 39px;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 91;
}
.dont-be-afraid {
    background: url(../images/vimg3.png) 0% 0% no-repeat padding-box;
    padding: 132px 0 271px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.tagline-text {
    color: #637C8E;
    max-width: 516px;
    /*font-family: PoppinsRegular;*/
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
}
.vsec-heading {
    max-width: 786px;
    text-align: center;
    letter-spacing: 1px;
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin: 44px auto 112px auto;
    color: #21455E;
    line-height: 44px;
}
._blue { color: #2A52C6; }
.content-two {
    max-width: 1194px;
    margin: 0 auto;
    position: relative;
}
.long-vids-left {
    max-width: 411px;
}
._text {
    color: #637C8E;
    font-size: 15px;
    letter-spacing: 0.45px;
    /*font-family: PoppinsRegular;*/
    font-family: 'Poppins', sans-serif;
    margin-bottom: 26px;
}
.list-items {
    margin: 0 0 0 16px;
    padding: 0;
}
.list-items li {
    color: #637C8E;
    font-size: 15px;
    /*font-family: PoppinsRegular;*/
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.45px;
}
.list-items li:before {
    content: '-';
    color: #637C8E;
    position: absolute;
    left: 0;
}
.log-vid-rimg {
    /*position: absolute;*/
    /*top: -30px;*/
    /*right: -10px;*/
}
.longV-chart {
    max-width: 506px;
    width: 100%;
    height: 365px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    padding: 35px 35px 0 35px;
    position: relative;
    margin: -127px 176px 0 -55px;
}
.chart-heading {
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.54px;
    color: #21455E;
    font-size: 18px;
    margin: 0 0 14px 8px;
}
.chart-man {
    position: absolute;
    left: -250px;
    top: 160px;
}
.longV-chart:after {
    content: '';
    background: url('../images/Group 22864.png');
    width: 96px;
    height: 79px;
    position: absolute;
    bottom: -40px;
    right: -54px;
}
.lg-vid-dots {
    position: absolute;
    right: 54px;
    bottom: 256px;
}
.lg-vid-dots-tl {
    position: absolute;
    left: -63px;
    top: 220px;
}
.let-your-viewer {
    padding: 130px 0 260px 0;
    overflow: hidden;
    position: relative;
}
.let-your-viewer .content {
    max-width: 1144px;
    margin: 0 auto;
    display: flex;
}
.text-left { text-align: left !important; }
.viewer-left { position: relative; }
.viewer-left img { 
    /*position: relative; */
    /*left: -18px; */
}
.viewer-left img.lyv-tr-icon, .viewer-left img.lyv-dots-btm{
    position: absolute;
}
.viewer-right { padding-left: 57px; }
.lyv-tr-icon {
    margin-left: auto;
    display: block;
    position: relative;
    top: 50px;
    right: -70px;
}
.viewer-left:after {
    content: '';
    width: 207px;
    height: 198px;
    background: url('../images/Group 18026.png');
    position: absolute;
    bottom: -39px;
    right: -34px;
}
.viewer-right .vsec-heading { 
    margin: 0; 
    padding: 54px 0 30px 0;
}
.lyv-bg {
    position: absolute;
    bottom: 57px;
    left: -70px;
    z-index: -1;
}
.lyv-dots-btm {
    /*position: relative;*/
    bottom: -100px;
    left: 300px;
}
.interactive-content { 
    /*max-width: 381px;*/
    /*margin: 134px 0 0 40px;*/
}
.interactive-content .vsec-heading,
.viewers-skip-content .vsec-heading {
    margin: 0 0 25px 0;
    text-align: left;
}
.interactive-control {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.interactive-img {
    position: absolute;
    top: 0;
    right: -232px;
}
.viewers-skip-content {
    max-width: 418px;
    margin-left: auto;
}
.viewers-skip-content img {
    margin-top: 30px;
    margin-left: -30px;
}
.viewers-skip { 
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    padding-top: 62px;
}
.viewers-skip-img {
    /*position: absolute;*/
    /*margin-left: 33px;*/
}
.vs-tl-dots {
    position: absolute;
    left: -67px;
    top: 0;
}
.pt-40 { padding-top: 40px; }
.viewers-skip .lyv-dots-btm { top: -105px; }
.video-chapters-yellow {
    background: url('../images/img10.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 208px 0 238px 0;
    background-position: center;
}
.video-chapters-yellow .vsec-heading {
    margin: 0 auto 100px auto;
    max-width: 962px;
}
.videos-img {
    margin: 0 auto;
    display: block;
}
._video-img { position: relative; }
.vcy-bl-img {
    position: absolute;
    left: 240px;
    bottom: -22px;
}
.vcy-bl-dost {
    position: absolute;
    left: 130px;
    margin-top: -33px;
}
.vcy-tl-Bdost {
    position: absolute;
    top: 0;
    right: 38px;
}
.text-center { text-align: center !important; }
.vc-work-great {
    padding: 134px 0 50px 0;
    position: relative;
}
.videos-icons-wrapper {
    padding: 76px 67px 84px 58px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    margin: 60px auto 0 auto;
    max-width: 1180px;
    transition: max-height 0.5s ease-out;
}
.icons-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /*width: fit-content;*/
    margin: 0 auto 66px auto;
    width: 100%;
    justify-content: space-between;
}
.videos-icons-wrapper ul.icons-list li{
    box-sizing: border-box;
    margin: 0;
    justify-content: initial;
    padding: 0 10px;
}
.videos-icons-wrapper ul.icons-list:first-child li {
    max-width: 25%;
}
.videos-icons-wrapper ul.icons-list:nth-child(2) li, .videos-icons-wrapper ul.icons-list:nth-child(3) li, .videos-icons-wrapper ul.icons-list:nth-child(4) li{
    max-width: 33.333%;
}
.icons-list li {
    list-style: none;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.72px;
    color: #637C8E;
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 80px;
    max-width: 446px;
}
section.twitter-sec {
    overflow: hidden;
}
section.dont-be-afraid {
    overflow: hidden;
}
.icons-list li:last-child { margin-right: 0; }
.icons-list li span {
    min-width: 60px;
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.icons-list li .orange { background: #F55656; }
.icons-list li .grey { background: #637C8E; }
.left-32 {
    position: relative;
    left: 32px;
}
.mb-0 { margin-bottom: 0 !important }
.vc-vg-bg {
    position: absolute;
    bottom: 0;
    left: -358px;
    z-index: -1;
}
.vc-bg-lw {
    margin-left: auto;
    display: block;
    position: relative;
    top: -48px;     
}
.let-your-viewer .lyv-bg {
    left: -150px;
    position: absolute;
    bottom: -150px;
}
.viewers-skip .lyv-bg {
    bottom: -200px;
    left: -100px;
}
.vc-work-great .vs-tl-dots {
    top: initial;
    bottom: 30px;
    left: -44px;
}
.md-heading {
    letter-spacing: 0.72px;
    color: #2A52C6;
    font-size: 24px;
    text-align: center;
    margin-bottom: 55px;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.set-it-up { position: relative; overflow: hidden; padding-bottom: 125px; }
.middle-rh-Ddots {
    position: absolute;
    top: calc(50% - 57px);
    right: -53px;
}
.vdo-btm-dots {
    position: relative;
    top: -44px;
    left: -46px;
    z-index: -1;
}
.video-section iframe {
    box-shadow: 0px 3px 6px #00000029;
}
.set-it-up-video:before {
    content: '';
    background: url('../images/Pink bg 2.png');
    width: 568px;
    height: 343px;
    position: absolute;
    bottom: -15px;
    right: -120px;
    z-index: -1;
}
.set-it-up-video:after {
    content: '';
    background: url('../images/Group 18091.png');
    width: 393px;
    height: 156px;
    position: absolute;
    bottom: 50px;
    right: -98px;
} 
.set-it-up .video-section { max-width: 1004px; }
.set-it-up .video-section iframe { width: 100%; }
.twitter-sec {
    background: url('../images/Path 20521.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 193px 0 190px 0;
}
.twitter-sec .vsec-heading {
    margin: 0 auto 122px auto;
    max-width: 100%;
    width: fit-content;
    position: relative;
    color: #21455E;
}
.tweets-hd:after {
    content: '';
    background: url('../images/Group 18206.png');
    width: 75px;
    height: 65px;
    position: absolute;
    left: calc(100% + 24px);
    top: -10px;
}
.tweet-wrapper { 
    margin: 122px auto 0 auto;
    max-width: 975px;
    width: 100%;
    position: relative;
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
._tweet.tweet-box { 
    list-style: none;
    /*font-family: PoppinsMedium;*/
    max-width: 272px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 24px 20px 20px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    min-height: 304px;
    position: relative;
    min-width: 272px;
    width: 100%;
    margin: 20px 20px 0 0;
    display: inline-block;
}
.tweet-wrapper * {
    box-sizing: border-box;
}
.tweet-box p {
    letter-spacing: 0.39px;
    color: #646464;
    text-align: left;
    font-size: 13px;
}
.user-info { 
    margin-bottom: 22px;
    display: flex;
}
.user-meta {
    color: #202020;
    font-size: 13px;
    padding: 3px 0 0 10px;
}
.twitter-icon {
    position: absolute;
    top: 30px;
    right: 20px;
}
.tweet-box:nth-child(3n) {
    margin-right: 0;
}
.tweet-wrapper:after {
    content: '';
    background: url(../images/light_blue_pattern.png);
    width: 94px;
    height: 95px;
    position: absolute;
    bottom: calc(100% + 165px);
    z-index: -1;
    top: -35px;
    right: 20px;
}
.newsletter-sec {
    padding: 140px 0 162px 0;
    position: relative;
}
.newsletter-sec .heading-lg { margin-bottom: 60px; }
.newsletter-form {
    max-width: 633px;
    margin: 38px auto 24px auto;
    display: flex; 
}
.newsletter-form input[type="submit"] {
    background: #27B206 0% 0% no-repeat padding-box;
    padding: 18px 52px;
    letter-spacing: 0.54px;
    font-size: 18px;
    /*font-family: PoppinsMedium;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    border: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.newsletter-form input[type="email"] {
    width: 340px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 19px 23px;
    border-right: 0;
    border-left: 1px solid #C8D8E3;
    border-top: 1px solid #C8D8E3;
    border-bottom: 1px solid #C8D8E3;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.newsletter-form input[type="email"]::placeholder {
    /*font-size: 20px;*/
    font-family: 'Poppins', sans-serif;
}
.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="submit"]:focus { outline: none; }
.newsletter-wrapper a {
    color: #38A2FF;
    letter-spacing: 0.39px;
    margin-top: 24px;
    /*font-family: PoppinsMedium;*/
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
}
.trH-ta {
    position: absolute;
    top: 0;
    right: 0;
}
.tlH-ta {
    position: absolute;
    top: 60px;
    left: 0;
    width: 114px;
}
.tlH-ta2 {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 114px;
}
.vdo-plant-br {
    position: absolute;
    bottom: 0;
    right: 0
}
.vdo-plant-br {
    position: absolute;
    bottom: -26px;
    right: -120px;
}
.vdo-plant-bl {
    position: absolute;
    margin: -24px 0 0px 70px;
}
.vdo-plant-bl2 {
    position: absolute;
    margin: -120px 0 0 -18px;
}
/* End */

/* Access Page */
.banner-text h3{
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.62px;
    color: #21455E;
    /*margin: 0 0 60px;*/
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.access-banner img{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
.access-banner{
    margin: 100px 0 130px;
}
.access-banner-content{
    position: relative;
}
.banner-img-1{
    position: absolute;
    top: 35px;
}
.banner-img-2{
    position: absolute;
    bottom: 130px;
    right: 0px;
}

.col-adj{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (min-width: 768px) {
    .div-sync-left-por{
        max-width: 38%;
        flex: 1 1 38%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
    }
    .vid-sync-right-sec {
        /*width: 57%;*/
        max-width: 57%;
        flex: 1 1 57%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
    }
}
.div-sync-left-por{
    background-color: #2A52C6;
    min-height: 685px;
    position: relative;
}
.div-sync-left-por p{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
    padding: 0 60px;
}
.vid-sync-right-sec{
    min-height: 685px;
    z-index: 1;
}
.clearfix{
    display: block;
    content: "";
    clear: both;
    float: left;
    width: 100%;
}
._img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.sync-content{
    position: relative;
}
.timkri-img{
    z-index: 0;
}
.timkri-img img.timkri-pic{
    position: absolute;
    top: 0;
    right: 46%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.timkri-img img.timkri-shape{
    position: absolute;
    right: 0px;
    bottom: -170px;
    z-index: -1;
}
.sync-video{
    padding-bottom: 250px;
    padding-top: 40px;
}
.email-app-sec{
    /*margin: 0px 0 210px;*/
}
.email-browse-por{
    /*background-image: url("../images/acss/browser.png");*/
    background-repeat: no-repeat;
    /* height: 290px; */
    background-size: 100% 100%;
    /* width: 100%; */
    max-width: 100%;
    padding: 120px 0px 50px;
    background-position: 100% 100%;
    
}
.email-browse-wich-img{
    width: 46%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    height: 115px;
}
.email-browse-wich-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.browse-main-por{
    position: relative;
}
.email-shape-tab .email-shape-1{
    position: absolute;
    bottom: -100px;
    left: -75px;
    z-index: -1;
}
.email-shape-tab .email-shape-2{
    position: absolute;
    bottom: -100px;
    right: 0px;
}
.webinar .email-shape-1{
    position: absolute;
    bottom: -69px;
    left: 0px;
    z-index: 1;
}
.webinar .email-shape-2{
    position: absolute;
    bottom: -160px;
    right: -60px;
    z-index: -1;
}
.webinar .email-shape-3{
    position: absolute; 
    bottom: -100px;
    left: 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.webinar .email-shape-4{
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
    overflow: hidden;
}

.adv-browse-img .adv-1,
.adv-browse-img .adv-2,
.adv-browse-img .adv-3{
    width: 30%;
}
.adv-4{
    margin-top: 40px;
}
.adv-shapes img.adv-shape-1{
    position: absolute;
    top: -22px;
    left: 95%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.adv-shapes img.adv-shape-2{
    position: absolute;
    top: 200px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 120%;
    max-width: 120%;
}
.crm-wich-img{
    width: 100%;
    text-align: center;
}
.crm-browser-por .email-browse-por{
    /*background-image: url("../images/acss/crm-pc.png");*/
    padding: 0 0px 105px;
}
.crm-shapes .email-shape-1{
    bottom: -64px;
    left: 60px;
    z-index: 1;
}
.crm-shapes .email-shape-2{
    bottom: -60px;
    right: 10px;
    z-index: -1;
}
.adver-main{
    margin-top: 100px;
    margin-bottom:100px;
}
.advr-browse-main{
    top: 130px;
}
.adv-5{
    width: 100%;
}
.adv-5 img{
    left: 73%;
}
.adver-main .banner-text h3{
    margin: 0 auto 20px;
}
.adver-main .banner-text h4{
    color: #637C8E;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 1.62px;
    color: #21455E;
    margin: 0 0 102px;
    text-align: center;
}
/* Access Page End */


/* Start Schedule publishing page */

.text-center._heading-bg-pink{
    max-width: 900px;
    margin: 0 auto 100px auto;
    position: relative;
}
._heading-bg-pink:after{
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 45px;
    z-index: 0;
    background-image: url(../schedule_publishing/images/Path-pink.png);
    background-repeat: no-repeat;
    left: 0;
    background-position: center;  
}
.video-section-overlay{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.video-section-timer{
    margin: auto;
    color: #fff;
    max-width: 675px;
}
.video-section .wistia_embed{
    width: 100%;
}
.video-section-timer .timer-caption{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-top: 34px;
}
.video-section-timer .video-counter{
    list-style: none;
    margin-top: 44px;
}
.video-section-timer .video-counter li{
    display: inline-block;
    margin-right: 17px;
    font-size: 13px;
    font-weight: 500;
}
.video-section-timer .video-counter li .numbers {
    width: 112px;
    height: 112px;
    background-color: #fff;
    color: #21455E;
    border-radius: 50%;
    font-size: 42px;
    padding: 0;
    display: flex;
    line-height: 1;
    box-sizing: border-box;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
}
.video-section-timer .closing-time{
    font-size: 13px;
    font-weight: 500;
}
.video-section-overlay .broadcasting-info{
    margin-top: 106px;
    max-width: 785px;
    text-align: left;
    margin-left: 101px; 
}   
.video-section-overlay .broadcasting-info h4{
    font-size:31px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1.62px;
}
.broadcasting-content{
    position: relative;
}
.broadcasting-content:before{
    position: absolute;
    content: "";
    bottom: -78px;
    background-image: url(../schedule_publishing/images/Group-23472.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}
.broadcasting-content:after{
    position: absolute;
    content: "";
    bottom: -78px;
    background-image: url(../schedule_publishing/images/Group-23475.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    right: 0
}
.section-connect{
    margin-top: 125px;
    overflow: hidden;
}
.section-connect .heading{
    /*font-family: PoppinsSemiBold;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #21455E;
    font-size: 34px;
    letter-spacing: 1.62px;
    color: #21455E;
    margin: 0;
    max-width: 785px;
    margin: 0 auto 66px;
    line-height: 44px;
}

.section-connect .content{
    padding:0 0 95px;
    margin:auto;
}

.section-connect .connect-desc{
    padding:0;
    margin:auto;
    width: 100%;
    position: relative;
}
.section-connect .connect-desc .connect-img,.section-connect .connect-desc .connect-text{
    display: inline-block;
}
.section-connect .connect-desc .connect-text{
    /*width: 30.2%;*/
    text-align: left;
    vertical-align: top;
    margin-top: 35px;
}
.section-connect .connect-desc .connect-text h2{
    font-size: 24px;
    /*font-family: poppins;*/
    font-weight: 500;
    margin-bottom: 35px;
    color: #21455E;
    line-height: 34px;
}
.section-connect .connect-desc .connect-text p{
    font-size: 15px;
    font-family: poppins;
    margin-bottom: 30px;
}
.section-connect .connect-desc .connect-text p.yellow-bg{
    padding: 21px 10px;
}
.section-connect .connect-desc .connect-img{
    /*width: 69.4%;;*/
    text-align: right;
    position: relative;
}
.section-connect .connect-desc .connect-img img{
    /*margin-right: -65px;    */
    position: relative;
}
.section-connect .connect-desc .connect-img:before{
    position: absolute;
    content: "";
    bottom: -10px;
    background-image: url(../schedule_publishing/images/Group-22810.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 145px;
}
.section-connect .connect-desc .connect-img:after{
    position: absolute;
    content: "";
    bottom: -115px;
    background-image: url(../schedule_publishing/images/Group-23472-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    z-index: -1;
    right: -180px;
}
.yellow-bg{
    background-color: #FFFAE1;
}
.round-corners{
    border-radius: 10px;
}
.section-win {
    width: 100%;
    background-image: url(../schedule_publishing/images/2529793.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 95px;
    padding: 200px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.section-win .win-desc{
    display: flex;
    flex-wrap: wrap;
}
.section-win .win-desc .win-img, .section-win .win-desc .win-text { 
    flex: 0 0 auto;
}

.section-win .win-desc .win-img{
    text-align: left;
    position: relative;
    z-index: 1;
}
.section-win .win-desc .win-img:before{
    position: absolute;
    content: "";
    bottom: 1px;
    background-image: url(../schedule_publishing/images/light_blue_pattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    left: -35px;
    width: 100%;
    z-index: -1;
}
.section-win .win-desc .win-img:after{
    position: absolute;
    content: "";
    bottom: -181px;
    background-image: url(../schedule_publishing/images/Group23472-21.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    right: -110px;
    width: 100%;
    z-index: -1;
}
.section-win .win-desc .win-img img{
    max-width: 100%;
    z-index: 22;
    box-sizing: border-box;
}

.section-win .win-desc .win-text { 
    color: #fff;
    width: 437px;
    margin: 0 0 0 auto;
}

.section-win .win-desc .win-text h2{
    font-size: 34px;
    /*font-family: poppins;*/
    font-weight: 600;
    line-height: 44px;
	color: #fff;
}
.section-win .win-desc .win-text p{
    font-size: 15px;
    font-family: poppins;
}
.section-win .win-desc .win-text ul{
    margin-top: 32px;
    list-style: none;
}
.section-win .win-desc .win-text ul li{
    margin-bottom: 10px;
    position: relative;
}
.section-win .win-desc .win-text ul li:before{
    position: absolute;
    content: "-";
    left: -13px;
    top: 0;
    height: 2px;
    width: 6px;
    display: block;
}

.section-win .win-desc .win-text p.yellow-bg{
     padding: 21px 30px;
     color: #637C8E;
}
section._improving_connection._section_streaming-e-learning {
    padding:100px 20px 130px;
}
section._section_streaming-e-learning ._man_w_flower_wrp {
    margin-top: 72px;
}
section._section_drip-feed {
    position: relative;
    overflow: hidden;
    padding: 200px 20px;
    background-image: url('../schedule_publishing/images/pela_bg.png');
    background-size: 100% 100%;
}
section._premiere_your_demo_sec {
    position: relative;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
section._premiere_your_demo_sec ._section_icons img:nth-child(1){
    left: 0;
    bottom: 0;
}
section._premiere_your_demo_sec ._section_icons img:nth-child(2){
    left: 30%;
    bottom: 50px;
}

section._host_live_like_sec {
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}
section._host_live_like_sec ._section_icons img:nth-child(1){
    right: -200px;
    bottom: 0;
}
section._host_live_like_sec ._section_icons img:nth-child(2){
    right: 30%;
    bottom: 50px;
}
section._win_more_deal_sec._use_fomo ._imp_img_wrapper ._section_icons img {
    right: -212px;
    max-width: 134%;
    top: -200px;
}
section._win_more_deal_sec._use_fomo .yellow-bg{
    padding: 10px 30px;
    color: #637C8E;
}
section._win_more_deal_sec._use_fomo {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
p._heading_paragraph {
    color: #21455E;
}
.video-capters.fully_automated {
    padding: 0;
}
section.set-it-up.fully_automated_sec .video-section.set-it-up-video:after {
    top: calc(100% - 92px);
    right: -98px;
    background-position: bottom right;
}
section.set-it-up.fully_automated_sec .video-section.set-it-up-video:before {
    position: absolute;
    top: 60%;
    right: -120px;
    z-index: -1;
}
.fully_automated_sec_vli {
    bottom: -16px;
    position: absolute;
    left: -43px;
}
section._testimonial_sec{
    padding: 150px 0;
    background-image: url('../schedule_publishing/images/testimonial_bg.png');
    background-size: 100% 100%;
}
._testimonial_wrapper {
    margin: 0 30px;

    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
}
._testimonial_wrapper > div{
    padding-left: 30px;
    padding-right: 30px;
}
section._testimonial_sec h3.vsec-heading.tweets-hd{
    position: relative;
}
section._testimonial_sec .tweets-hd:after {
    content: '';
    background: url('../schedule_publishing/images/hearts_cu.png');
    width: 167px;
    height: 99px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: -87px;
    bottom: auto;
}
._testimonial_content p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #637C8E;
}
._testimonial_header .fa {
    font-size: 30px;
}
._testimonial_wrapper ._testimonial_header {
    padding-top: 30px;
}
._testimonial_footer {
    position: relative;
    margin-top: 71px;
    text-align: center;
    padding-top: 55px !important;
    padding-bottom: 20px !important;
    color: #fff;
}
._testimonial_footer img {
    width: 100px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
._testimonial_footer h5, ._testimonial_footer p {
    font-size: 15px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
._testimonial_wrapper ._testimonial_content {
    padding: 0 50px;
    min-height: 200px;
}
section._testimonial_sec.twitter-sec ._c_clm_3:nth-child(2) {
    margin-top: 90px;
}
/* End Schedule publishing page */
    
.mb-50{
    margin-bottom: 50px;
}
._size_reduction h3 {
    font-size: 80px;
    color: #2A52C6;
    margin: 0;
    line-height: 1;
}
._size_reduction p {
    font-size: 18px;
    color: #2A52C6;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.newsletter-form input[type="email"]::placeholder {
    font-family: 'Poppins', sans-serif;
}
._blue_box p {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
    padding: 0 60px;
}
._blue_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
section.section-connect {
    padding-left: 20px;
    padding-right: 20px;
}
.interactive-img {
    width: 120%;
    max-width: 120% !important;
    position: static;
}
div#particles-js {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.viewer-left {
    position: relative;
}
._relative_{
    position: relative;
}
/*.videos-icons-wrapper li:nth-child(n+2) {*/
    /*display: none;*/
/*}*/

.navbar-right .navtab a.btn:hover, .newsletter-form input[type="submit"]:hover, .btn-lg:hover, ._section_btn:hover {
    background-color: #1F9A02;
    cursor: pointer;
    color: #fff;
}
.navbar-right li:last-child { padding-right: 0; }

/*z-css*/

/*columns*/
._container_content{
    max-width: 1246px;
    margin: 0 auto;
}
._container_small{
    max-width: 780px;
    margin: 0 auto;
}
._c_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
._c_row > div{
    flex: 1 1 100%;
}
._container_content *{
    box-sizing: border-box;
}
._pb-100 {
    padding-bottom: 100px !important;
}
._pb-50 {
    padding-bottom: 50px !important;
}
._pl-15{
    padding-left: 15px;
}
._pr-15{
    padding-right: 15px;
}
._pt-100{
    padding-top: 100px !important;
}
._pr-100{
    padding-right: 100px !important;
}
._pl-25{
    padding-left: 25px;
}
._pr-25{
    padding-right: 25px;
}
._lite-blue-clr {
    color: #38A2FF;
}
._lite-blue-bg {
    background-color: #38A2FF;
}
._dark-blue-clr {
    color: #2A52C6 !important;
}
._dark-blue-bg{
    background-color: #2A52C6;
}
._pink-clr {
    color: #F5BFCB;
}
._pink-bg {
    background-color: #F5BFCB;
}
._m_380{
    max-width: 380px;
}
.m-lr-auto {
    margin: 0 auto;
}
@media (min-width: 768px){
    ._c_clm_half {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    ._c_clm_4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .c_w-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .c_w-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .c_w-35 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .c_w-65 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    ._c_clm_full {
        -ms-flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    ._c_clm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    ._c_clm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    ._c_clm_10{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333334%;
        flex: 0 0 83.333334%;
        max-width: 83.333334%;
    }
    ._c_clm_8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

}

/*columns*/

/*.video-capters h3, .heading-lg {*/
    /*font-family: 'Poppins', sans-serif;*/
    /*font-weight: 600;*/
/*}*/
.video-capters p {
    font-family: 'Poppins', sans-serif;
}

img._img_responsive {
    max-width: 100%;
    height: auto;
}
.pt-50{
    padding-top: 50px;
}
.pl-50{
    padding-left: 50px;
}
.pl-100{
    padding-left: 100px;
}
.pr-50{
    padding-right: 50px;
}
._heading_style {
    font-size: 34px;
    color: #21455E;
    font-family: 'Poppins', sans-serif;
    line-height: 44px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 30px;
}
._text_style p, ._text_style {
    font-size: 15px;
    color: #637C8E;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    letter-spacing: .30px;
}
._m_420{
    max-width: 420px;
}
._m_520{
    max-width: 420px;
}
._align_center{
    align-items: center;
}
/*end general*/

._transparent_header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}
section._contact_page_banner {
    padding-bottom: 100px;
    padding-top: 200px;
    background-image: url(../images/contact_page_bg.png);
    background-size: calc(100% + 250px) 100%;
    background-repeat: no-repeat;
    background-position-x: -250px;
    position: relative;
    z-index: 1;
    background-position: top right;
    overflow: hidden;
    margin-top: -100px;
}
.c_banner_text_wrapper h1 {
    font-weight: 600;
    font-size: 54px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    color: #21455e;
    line-height: 64px;
}
.c_banner_text_wrapper p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #637C8E;
    max-width: 300px;
}
.c_banner_text_wrapper {
    max-width: 500px;
    margin-left: auto;
}
._section_icons {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: visible;
    margin: 0 auto;
    max-width: 1246px;
    left: 0;
    right: 0;
}
._section_icons #img1 {
    bottom: 100px;
    right: -51px;
    position: absolute;
}
iframe.wistia_embed {
    max-width: 100%;
}
section._contact_page_banner ._image_wrapper img {
    display: block;
    margin: 0 auto;
    /*max-width: 75%;*/
}
._banner_buttons ul li a {
    /* border: 1px solid #707070; */
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin: 10px;
    background-color: #fff;
    padding: 14px 13px;
    font-size: 12px;
    border-radius: 10px;
    color: #21455E;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
._banner_buttons ul li {
    display: inline-block;
    list-style: none;
    position: absolute;
}
._image_wrapper._c_banner_image {
    position: relative;
}
._banner_buttons {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
._banner_buttons ul li:nth-child(1) {
    top: 0;
    left: 10%;
}
._banner_buttons ul li:nth-child(2) {
    top: 17%;
    left: 0;
}
._banner_buttons ul li:nth-child(3) {
    top: 36%;
    left: 5%;
}
._banner_buttons ul li:nth-child(4) {
    top: 78%;
    left: 10%;
}
._banner_buttons ul li:nth-child(5) {
    top: -10px;
    left: 40%;
}
._banner_buttons ul li:nth-child(6) {
    top: 5%;
    right: 7%;
}
._banner_buttons ul li:nth-child(7) {
    top: 26%;
    right: 0%;
}
._banner_buttons ul li:nth-child(8) {
    top: 57%;
    right: 3%;
}
._banner_buttons ul li:nth-child(9) {
    top: 87%;
    right: 10%;
}
section.video-capters._contact_page {
    padding-bottom: 200px;
    overflow: hidden;
}
section.video-capters._contact_page h3 {
    font-size: 34px;
}
._video_images {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width:100%;
}
._video_images img{
    position: absolute;
}
._video_images img:nth-child(1) {
    top: 68%;
    right: 92%;
}
._video_images img:nth-child(2) {
    bottom: -30%;
    right: -20%;
}
._video_images img:nth-child(3) {
    bottom: -40%;
    right: 0%;
}

._contact_info_wrapper {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    /*padding: 0 50px;*/
    position: relative;
}
._contact_info_content_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
._contact_info_content_wrapper ul{
    padding: 0;
}
._contact_info_content_wrapper ul li {
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin: 10px;
    background-color: #fff;
    padding: 14px 24px;
    font-size: 12px;
    border-radius: 10px;
    color: #21455E;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    min-width: 200px;
    text-align: left;
    position: absolute;
}
._contact_info_content_wrapper ul  li span {
    color: #637C8E;
}
._contact_info_content_wrapper ul li:nth-child(1) {
    left: 0;
    top: 5%;
}
._contact_info_content_wrapper ul li:nth-child(2) {
    left: 0;
    top: calc(5% + 110px);
}
._contact_info_content_wrapper ul li:nth-child(3) {
    left: -50px;
    top: calc(5% + 220px);
}
._contact_info_content_wrapper ul li:nth-child(4) {
    left: -50px;
    top: calc(5% + 330px);
}
._contact_info_content_wrapper ul li:nth-child(5) {
    left: 0;
    top: calc(5% + 440px);
}
._contact_info_content_wrapper ul li:nth-child(6) {
    left: -50px;
    top: calc(5% + 550px);
}
._contact_info_content_wrapper ul li:nth-child(7) {
    left: 0;
    top: calc(5% + 660px);
}
._contact_info_content_wrapper ul li:nth-child(8) {
    right: -50px;
    top: calc(5% + 0px);
}
._contact_info_content_wrapper ul li:nth-child(9) {
    right: 0px;
    top: calc(5% + 110px);
}
._contact_info_content_wrapper ul li:nth-child(10) {
    right: -50px;
    top: calc(5% + 220px);
}
._contact_info_content_wrapper ul li:nth-child(11) {
    right: -50px;
    top: calc(5% + 330px);
}
._contact_info_content_wrapper ul li:nth-child(12) {
    right: 0px;
    top: calc(5% + 440px);
}
._contact_info_content_wrapper ul li:nth-child(13) {
    right: -50px;
    top: calc(5% + 550px);
}
._contact_info_content_wrapper ul li:nth-child(14) {
    right: 0;
    top: calc(5% + 660px);
}
section._contact_info_sec {
    background: url(../images/vimg3.png);
    background-size: 100% 100%;;
    background-repeat: no-repeat;
    /*background-position-x: -150px;*/
    padding: 150px 60px;
}
.blur_image{
    position: relative;
}
._text_content_img {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    text-align: center;
}
.blur_image ._text_content_img p {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #2A52C6;
}
section._turning_leads_sec {
    padding: 120px 0;
    position: relative;
}
section._turning_leads_sec ._section_icons #img1 {
    bottom: 30%;
    left: -51px;
}
._man_w_flower_wrp img {
    display: block;
    margin-left: auto;
    position: relative;
    right: -71px;
    padding-top: 100px;
}
section._improving_connection {
    overflow: hidden;
    padding: 0px 0 100px;
    position: relative;
}
._imp_img_wrapper{
    position: relative;
}
._imp_img_wrapper ._section_icons{
    overflow: visible;
}
._imp_img_wrapper ._section_icons img {
    bottom: -30%;
    right: -150px;
    position: absolute;
}
._section_icons img{
    position: absolute;
}
section._improving_connection > ._section_icons img:nth-child(1) {
    right: 40%;
    bottom: 100px;
}
section._perfect_match_sec {
    position: relative;
    padding: 100px 0 200px;
    overflow: hidden;
}
section._perfect_match_sec ._imp_img_wrapper ._section_icons img {
    right: -40px;
}
section._perfect_match_sec ._section_icons #img1 {
    bottom: 200px;
}
section._push_enriched_sec {
    position: relative;
    padding: 0 0 100px;
}
section._push_enriched_sec  ._section_icons img {
    right: 50px;
    bottom: 50px;
}
section._enriched_data_sec {
    padding: 0 0 100px;
    position: relative;
}
section._enriched_data_sec  ._section_icons img {
    left: 30%;
    bottom: 0px;
}
section._win_more_deal_sec {
    overflow: hidden;
}
section._win_more_deal_sec {
    padding: 100px 0;
}
section._win_more_deal_sec ._imp_img_wrapper ._section_icons img {
    right: -212px;
    max-width: 134%;
}
section._win_more_deal_sec ._man_w_flower_wrp img {
    display: block;
    margin-left: auto;
    position: relative;
    right: -71px;
    padding-top: 0;
}
._text_style ul {
    list-style: none;
}
._window_display_style {
    max-width: 940px;
    margin: 0 auto;
    border: 10px solid #edf2f7;
    padding: 90px 40px;
    border-top: 42px solid #edf2f7;
    position: relative;
    background-color: #fff;
}
._window_dots {
    position: absolute;
    top: -28px;
    left: 1px;
}
._window_dots span{
    height: 11px;
    width: 11px;
    border-radius: 11px;
    background-color: #C8D8E3;
    margin: 2px;
    display: inline-block;
}
ul.custom_ul {
    list-style: none;
}
ul.custom_ul li {
    position: relative;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #21455E;
    padding: 14px 0px;
    font-weight: 600;
}
ul.custom_ul li:before {
    content: '';
    width: 20px;
    position: absolute;
    height: 20px;
    border-radius: 20px;
    background-color: #BFCBEE;
    left: -29px;
    top: 30%;
}

._data_field_expert_h_wrpr {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 70px;
}
section._data_field_expert {
    padding-bottom: 100px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}

section._data_field_expert ._section_icons {
    max-width: 940px;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*z-index: 9;*/
    overflow: visible;
}
._section_icons_2{
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
}
._section_icons_2 img:nth-child(1) {
    position: absolute;
    bottom: -41px;
    left: -58px;
}
._section_icons_2 img:nth-child(2) {
    position: absolute;
    bottom: -100px;
    left: 86%;
}
section._data_field_expert ._section_icons img:nth-child(1) {
    bottom: 0;
    left: 30%;
    z-index: -1;
}

section.newsletter-sec {
    overflow: hidden;
}
.trH-ta {
    right: -50px;
}
.tlH-ta {
    position: absolute;
    left: -50px;
}



/*---------------------------------------
                  Pixels page
-----------------------------------------*/

h3._heading_style._banner_hding {
    font-size: 54px;
    line-height: 64px;
}
._mw_670 {
    max-width: 670px;
}
section._pixels_banner {
    background-image: url('../pixels/images/pexels_banner.png');
    background-position: bottom left;
    background-size: 108% auto;
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-bottom: 500px;
    position: relative;
    overflow: hidden;
    margin-top: -90px;
}
._video_shots_circles {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: 1246px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
._video_shots_circles_item {
    position: absolute;
    max-width: 320px;
}
._video_shots_circles_item img{
    height: 210px;
    width: 210px;
    border-radius: 260px;
    overflow: hidden;
}
._video_shots_circles_item p {
    font-size: 10px;
    position: relative;
    max-width: 260px;
    z-index: 1;
    top: -36px;
    color: #fff;
    box-shadow: 0 0 6px #00000029;
    padding: 15px;
    border-radius: 9px;
    margin: 0;
}
._video_shots_circles_item:nth-child(1) {
    right: 100px;
    top: 120px;
}
._video_shots_circles_item:nth-child(1) p{
    background-color: #709CBA;
    /*max-width: 215px;*/
}
._video_shots_circles_item:nth-child(1) img, ._video_shots_circles_item:nth-child(4) img, ._video_shots_circles_item:nth-child(5) img{
    height: 260px;
    width: 260px;
}
._video_shots_circles_item:nth-child(2) {
    right: 220px;
    top: 430px;
}
._video_shots_circles_item:nth-child(2) p{
    background-color: #383852;
}
._video_shots_circles_item:nth-child(3) {
    right: 470px;
    top: 650px;
}
._video_shots_circles_item:nth-child(3) p{
    background-color: #70690F;
}
._video_shots_circles_item:nth-child(4) {
    right: 678px;
    top: 752px;
}
._video_shots_circles_item:nth-child(4) p{
    background-color: #D4AB7F;
}
._video_shots_circles_item:nth-child(5) {
    right: 40px;
    bottom: 100px;
}
._video_shots_circles_item:nth-child(5) p{
    background-color: #AD6F30;
}
section._pixels_banner ._text_style p {
    font-size: 18px;
}
section._pixels_banner ._section_icons img:nth-child(1) {
    left: -109px;
    bottom: 150px;
}
section._pixels_banner ._section_icons img:nth-child(2) {
    right: -109px;
    top:200px;
}
section.video-capters_pixels {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
section.video-capters_pixels h3 {
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 60px;
}
._video_img_ {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 60px;
}
section.video-capters_pixels ._section_icons {
    z-index: -1;
}
section.video-capters_pixels ._section_icons img:nth-child(1) {
    bottom: 190px;
    right: -50px;
}
section.video-capters_pixels ._section_icons img:nth-child(2){
    top: 220px;
    left: 30px;
}

section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(1) {
    right: 0;
    top: 10px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(2) {
    right: 0;
    top: 110px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(3) {
    right: -50px;
    top: 220px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(4) {
    right: -50px;
    top: 330px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(5) {
    right: 0;
    top: 440px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(6) {
    right: -50px;
    top: 550px;
    left: auto;
}
section._contact_info_sec._pixels_pc ._contact_info_content_wrapper ul li:nth-child(7) {
    right: 0;
    top: 650px;
    left: auto;
}
._contact_info_content_wrapper ul li:nth-child(8) {
    right: -50px;
    top: 750px;
    left: auto;
}
._contact_info_img_wrapper {
    /*min-height: 800px;*/
}
section._contact_info_sec._pixels_pc ._text_style p, section._contact_info_sec._pixels_pc ._text_style {
    font-size: 18px;
}
section._contact_info_sec._pixels_pc{
    position: relative;
    overflow: hidden;
}
section._contact_info_sec._pixels_pc ._section_icons img:nth-child(1){
    right: -100px;
    bottom: 300px;
}
section._three_reasons_fvo {
    padding: 150px 0 100px;
}
._reason_steps_head h3 {
    font-size: 34px;
    max-width: 850px;
    margin: 0 auto;
    color: #21455E;
    padding-bottom: 70px;
}
.__three_reasons_fvo_section {
    padding: 0 0 70px;
}
._reason_number{
    text-align: center;
}
._reason_number span {
    font-size: 48px;
    color: #fff;
    display: flex;
    /*background-color: #ccc;*/
    height: 107px;
    align-items: center;
    width: 107px;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
}
._reason_number h3{
    text-align: center;
    font-size: 24px;
    color: #21455E;
    padding-bottom: 60px;
}
._reason_content p, ._reason_content ul li {
    font-size: 15px;
    color: #637C8E;
}
ul._dashed {
    list-style: none;
}
ul._dashed li {
    position: relative;
    padding-bottom: 13px;
}
ul._dashed li:before {
    position: absolute;
    content: '-';
    left: -20px;
    top: -2px;
    font-size: 21px;
}
._retargeting_platforms_items {
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 2px 6px #00000036;
    margin: 20px auto 30px;
    padding: 0 17px;
    width: 100%;
    background-color: #fff;
}
h3._small_center_hding {
    font-size: 34px;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #21455e;
    margin-bottom: 50px;
}
._retargeting_platforms_items img {
    padding: 0 12px;
}
._retargeting_platforms_box {
    box-shadow: 0 2px 6px #00000036;
    height: 100%;
    padding: 70px 60px;
    background-color: #fff;
}
._retargeting_platforms_box h3 {
    font-size: 24px;
    margin-bottom: 40px;
    color: #21455E;
}
._retargeting_platforms_box p, ._retargeting_platforms_box ul li {
    font-size: 15px;
    color: #637C8E;
}
.new_tag{
    position: relative;
}
.new_tag:before {
    position: absolute;
    z-index: 2;
    height: 160px;
    width: 160px;
    top: -31px;
    left: -31px;
    background-size: 100%;
    content: '';
    background-repeat: no-repeat;
    background-image: url('../pixels/images/new_badg.png');
}
section._retargeting_platforms {
    padding-bottom: 180px;
    position: relative;
    /*background-image: url(../images/pixels/bg_socials_adver.png);*/
    /*background-position: top right;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 80%;*/
    overflow: hidden;
}
._wlk_grl {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding-right: 15%;
}
section._retargeting_platforms ._section_icons img:nth-child(1) {
    max-width: 85%;
    right: -100px;
    top: 6%;
}
section._start_hosting{
    position: relative;
    padding: 150px 0;
    /*background-image: url('../images/pixels/start_hosting_vids_1.png');*/
    background-image: url('../pixels/images/pexels_banner.png');
    background-size: 100% 100%;
    margin-bottom: 120px;
}
._start_hosting_description {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
._start_hosting_description h3 {
    font-size: 54px;
    color: #21455E;
    text-align: center;
    font-weight: 600;
}
._section_btn {
    font-size: 24px;
    font-weight: 500;
    background-color: #27B206;
    padding: 22px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
section._start_hosting ._section_icons {
    z-index: 0;
}
section._start_hosting ._container_content {
    z-index: 3;
    position: relative;
}
section._start_hosting ._section_icons img:nth-child(1) {
    bottom: 30%;
    left: 10%;
}
section._start_hosting ._section_icons img:nth-child(2) {
    top: 30%;
    right: 10%;
    transform: rotate(45deg);
}
section._encoding_banner {
    padding: 180px 0 130px;
    background-image: url("../encoding/images/bg-123.JPG");
    position: relative;
    background-size: 100% 100%;
    margin-top: -100px;
}
section._encoding_banner ._container_content{
    position: relative;
    z-index: 1;
}
section._encoding_banner ._section_overlay{
    position: absolute;
    z-index: 0;
}
h3.small_heading {
    font-size: 18px;
    text-align: center;
    color: #21455E;
    margin-bottom: 50px;
}
._encoding_content p {
    font-size: 34px;
    color: #637C8E;
    text-align: center;
    margin: 0;
}
section._cloud_encoding {
    padding: 100px 0 130px;
}
section._cloud_encoding p {
    font-size: 24px;
    color: #637C8E;
    margin: 28px 0;
}
._container_content ._c_clm_half {
    position: relative;
    height: 100%;
}
section._cloud_encoding ._man_w_flower_wrp img{
    margin: 0;
    margin-top: 100px;
    right: 0;
}
.img_box_with_shapes {
    position: relative;
}
.img_box_with_shapes ._shapes{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.img_box_with_shapes ._shapes img{
    position: absolute;
}
section._cloud_encoding .img_box_with_shapes ._shapes img:nth-child(1) {
    left: -150px;
    bottom: -150px;
}
section.built_to_flex {
    padding: 100px 0;
    overflow: hidden;
}
h3._heading_style.font-24 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}
section.built_to_flex .img_box_with_shapes ._shapes img:nth-child(1) {
    top:-100px;right: -50px;
}
section.built_to_flex .img_box_with_shapes ._shapes img:nth-child(2) {
    bottom: -40px;
    left:-50px;
}
.z-index-back {
    z-index: -1 !important;
}
section.built_to_flex .img_box_with_shapes ._shapes._shapes_2 img:nth-child(1) {
    bottom: -100px;
    right: -100px;
    top: unset;
}
._img_right{
    display: block;
    margin-left: auto;
}
section._ingest_and_handle {
    padding: 100px 0;
    position: relative;
}
section._ingest_and_handle .img_box_with_shapes ._shapes img:nth-child(1) {
    left: -150px;
    bottom: -150px;
}
._pre_title_encoding_head > p {
    font-size: 24px;
    color: #637C8E;
    text-align: center;
}
._pre_title_encoding_head h3._small_center_hding {
    margin-bottom: 28px;
}
._pre_title_encoding_hd {
    max-width: 570px;
    margin: 70px auto 100px;
}
._pre_thd_note {
    margin: 32px 0;
}
section._pre_title_encoding{
    margin: 100px 0;
    padding: 130px 0;
    background-image: url("../encoding/images/bg_yellow.png");
    background-size: 100% 100%;
}
._pre_title_encoding_head {
    position: relative;
}
img#encoding_head_left {
    position: absolute;
    right: 50px;
    bottom: 0;
}
._sample_short_disc p {
    font-size: 15px;
    color: #21455E;
    padding-left: 8px;
}
._pre_title_encoding_bottom p {
    padding: 0 20%;
    font-size: 15px;
    color: #21455E;
}
._pre_title_encoding_bottom {
    position: relative;
    padding-bottom: 150px;
}
img._img_responsive._img_bottom_b {
    position: absolute;
    bottom: 0;
}
._img_muti_resolution img {
    margin-left: auto;
    display: block;
}
section._multi_resolution {
    padding: 80px 0 130px;
    overflow: hidden;
}
._img_muti_resolution{
    position: relative;
}
._shap_img {
    position: absolute;
    right: -100px;
    z-index: -1;
    bottom: -150px;
}
._hding_small, ._hding_small h3{
    font-size: 24px;
    line-height: 34px;
}
._file_hirachy {
    position: relative;
}
.m-w_lptp {
    position: absolute;
    bottom: -100px;
    right: 0;
}
section._video_repacking {
    padding: 100px;
    overflow: hidden;
}
._bytes_first_encoding_img {
    position: relative;
}
section._bytes_first_encoding img._img_shape {
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: -1;
}
._bytes_first_encoding{
    padding: 100px 0;
    overflow: hidden;
}
section.built_to_flex h3._small_center_hding {
    margin-bottom: 100px;
}
._section_top_heading p {
    font-size: 34px;
    text-align: center;
    color: #637C8E;
}
._high_speed_logo_box {
    text-align: center;
}
._high_speed_logo_box h4 {
    font-size: 24px;
    color: #21455E;
    margin: 0;
}
._justify_center{
    justify-content: center;
}
._graph_img {
    position: relative;
    margin-top: 60px;
}
.graph_left_side_img {
    position: absolute;
}
section._high_speed_encoding{
    background-image: url("../encoding/images/gray_bg.png");
    background-size: 100% 100%;
    padding: 200px 0;
    margin-top: 100px;
}
.email-app-sec ._window_display_style ._c_row{
    max-width: 759px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.email-app-sec ._window_display_style {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.email-app-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 140px;
}
section.email-app-sec .content{
    position: relative;
}
._align_top{
    align-items: flex-start;
}
section.email-app-sec.adver-main.clearfix .banner-text {
    padding-bottom: 50px;
}
.video-sync-sec {
    display: flex;
    flex-wrap: wrap;
}
.fgrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.navbar, .navbar-right {
    list-style: none;
    padding: 0;
}
@media (min-width: 1025px) {
    button._menu_collapse {
        display: none;
    }
}
._navbars {
    display: flex;
    flex: 1 1 84%;
    justify-content: space-around;
}

section._testimonial_sec h3.vsec-heading.tweets-hd {
    position: relative;
    margin-bottom: 80px;
}
section._testimonial_sec ._c_clm_4:nth-child(2){
    margin-top: 90px;
}
header._fixed {
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
}
header._fixed .nav {
    margin-top: 15px;
    margin-bottom: 10px;
}
._mobile_ {
    display: none !important;
}
._c_row.graph_sec_high_spd._justify_center {
    overflow: hidden;
}
._read_more._mobile_ {
    position: relative;
    z-index: 9;
}
section#banner {
    /*margin-top: 80px;*/
}
body {
    /*margin-top: 100px;*/
}
.fcol img {
    margin-bottom: 20px;
}
li.navtab.dd {
    position: relative;
}
ul.dd-menu {
    max-height: 0;
    position: absolute;
    min-width: 181px;
    list-style: none;
    box-shadow: 1px 1px 6px #00000021;
    box-sizing: border-box;
    transition: max-height 0.5s ease-in;
    overflow: hidden;
    background-color: #fff;
}
li.navtab.dd:hover ul.dd-menu{
    transition: max-height 0.5s ease-in;
    max-height: initial;
    padding: 10px 10px;
}
ul.dd-menu a{
   color: #637c8e;
}
ul.dd-menu li{
    padding: 5px 10px;
}

/*2nd milestone pages*/
.p-t-50{
    padding-top: 50px;
}
.p-t-100{
    padding-top: 50px;
}
@media (min-width: 768px){
    .d-block {
        display: block;
    }
    ._float-left {
        float: left;
    }
    ._float-right {
        float: right;
    }
    .row.d-block:after, .row.row.d-block:before {
        display: table;
        content: " ";
    }
    .row.row.d-block:after {
        clear: both;
    }
}
._hiphn_lisn{
    list-style: none;
}
._hiphn_lisn li{
    position: relative;
}
._hiphn_lisn li:before{
    content: '-';
    position: absolute;
    left: -15px;
    top: 2px;
}
@media (max-width: 479px){
    .also_include_ .f-54 {
        font-size: 22px;
        line-height: 30px;
    }
    .also_include_ .f-54 br{
        display: none;
    }
    .also_include_ {
        padding: 40px 15px !important;
    }
}
section.set-it-up.fully_automated_sec .video-capters p {
    max-width:850px;
}
._bg_ylo{
    background-color: #FFF500;
}








