/*
Theme Name: Grin V2
Theme URI: https://grin.co
Version: 1.0
Description: Grin influencer marketing theme
template: bb-theme
*/

/* Add your custom styles here */
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Light.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Regular.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Medium.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-SemiBold.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Bold.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roobert";
  src:  url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Heavy.woff2") format("woff2"),
        url("https://grin.co//wp-content/themes/grin-v2/fonts/Roobert-Heavy.woff") format("woff");
  font-weight: 900;
}

@keyframes pulsate {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(254,184,93, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(254,184,93, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(254,184,93, 0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        border: 1px solid #fff;
    }
    50% {
        transform: scale(1.3);
        border: 1px solid #fff;
        opacity: .3;
    }
    100% {
        transform: scale(1.7);
        border: 1px solid #fff;
        opacity: .1;
    }
}
@-webkit-keyframes spin{
    0% {-webkit-transform:translateX(-10px) scale(.9);transform:translateX(-10px) scale(.9)}
    to {-webkit-transform:translateX(30px) scale(1.3) translateY(10px);transform:translateX(30px) scale(1.3) translateY(10px)}
}
@keyframes spin {
    0% {-webkit-transform:translateX(-10px) scale(.9);transform:translateX(-10px) scale(.9)}
    to {-webkit-transform:translateX(30px) scale(1.3) translateY(10px);transform:translateX(30px) scale(1.3) translateY(10px)}
}
@-webkit-keyframes spin1{
    0% {-webkit-transform:scale(.9);transform:scale(.9)}
    to {-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@keyframes spin1 {
    0% {-webkit-transform:scale(.9);transform:scale(.9)}
    to {-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@-webkit-keyframes spin2 {
    0% {-webkit-transform:translateY(0);transform:translateY(0)}
    to { -webkit-transform:translateY(40px);transform:translateY(40px)}
}
@keyframes spin2 {
    0% {-webkit-transform:translateY(0);transform:translateY(0)}
    to {-webkit-transform:translateY(40px);transform:translateY(40px)}
}
@-webkit-keyframes spin3 {
    0%  {-webkit-transform:translateX(0);transform:translateX(0)}
    25% {-webkit-transform:translateY(10px);transform:translateY(10px)}
    50% {-webkit-transform:translateX(30px);transform:translateX(30px)}
    to  {-webkit-transform:translateX(50px);transform:translateX(50px)}
}
@keyframes spin3 {
    0%  {-webkit-transform:translateX(0);transform:translateX(0)}
    25% {-webkit-transform:translateY(10px);transform:translateY(10px)}
    50% {-webkit-transform:translateX(30px);transform:translateX(30px)}
    to  {-webkit-transform:translateX(50px);transform:translateX(50px)}
}


/* ------------ BASE ------------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
body{
        overflow: hidden;
}
::selection {
    background: #e22524;
    color: #ffffff;
}
::-moz-selection {
    background: #e22524;
    color: #ffffff;
}
/**::marker {
    color: rgba(0,0,0,0);
}*/

/* Typography */

body{
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    font-family: "Roobert", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roobert", sans-serif;
}
h1 a, h1 a:hover, h1 a:active,
h2 a, h2 a:hover, h2 a:active,
h3 a, h3 a:hover, h3 a:active,
h4 a, h4 a:hover, h4 a:active,
h5 a, h5 a:hover, h5 a:active,
h6 a, h6 a:hover, h6 a:active{
    font-weight: inherit;
    color: inherit;
}

small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
}
q{
    display: block;
}
dt{
    font-weight: 700;
}
dl dd{
    margin-left: 15px;
    margin-bottom: 10px;
}

/* 02. Links and Form */
.fl-page a{
    outline: 0;
    color: #5d62f3;
    text-decoration: none;
    transition: color 0.2s ease-out;
}
.fl-page a:hover,
.fl-page a:focus {
    outline: 0;
    color: #151515;
    text-decoration: none;
}

.fl-page .fl-menu a{
    color:#808080;
}

.fl-page p{
    margin: 0 0 20px;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
}
.fl-page ul,
.fl-page ol { 
    margin: 0 0 20px;
}
.fl-page ol { list-style: decimal; }
.fl-page ul { list-style: square outside; }
.fl-page ul li ul,
.fl-page ol li ul,
.fl-page ol li ul,
.fl-page ol li ol { margin-bottom: 0; margin-left: 5px; }
.fl-page ul li:not(.menu-item),
.fl-page ol li:not(.menu-item) { padding: 5px 0;}
.fl-page form,
.fl-page fieldset { margin-bottom: 20px; }
.fl-page input,
.fl-page input[type="tel"],
.fl-page input[type="date"],
.fl-page input[type="text"],
.fl-page input[type="password"],
.fl-page input[type="email"],
.fl-page textarea,
.fl-page select {
    border: solid 1px #eee;
}
.fl-page textarea { width: 100%; line-height: 1.4; padding: 15px;}
.fl-page select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
.fl-page button,
.fl-page input[type="submit"],
.fl-page input[type="reset"],
.fl-page input[type="button"] {
    border: 1px solid #696EFF;
    background: #696EFF;
    display: inline-block;
    padding: 10px 28px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    outline:none;
}
.fl-page button:hover,
.fl-page input[type="submit"]:hover,
.fl-page input[type="reset"]:hover,
.fl-page input[type="button"]:hover{
    color: #fff;
    background: #e22524;
    border-color: #e22524;
}
.fl-page textarea:focus,
.fl-page input:focus{
    border-color: #151515;
}

div#cookie-notice a.cookie-banner-button{
    background-color: #5d62f3;
}

/* Featured Image Caption Added */
.featured-image-caption {
    display: inline-block;
    line-height: 1.7;
    color: #999;
    font-size: .8em;
    line-height: 2;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 10px;
}

 /* Beaver Builder Landing Page */
html{
    overflow-x: hidden !important;
}
.page-template-tpl-full-width{
    overflow-x: hidden !important;
}
.page-template-tpl-full-width .ever-container.container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    background-color: white;
}
.page-template-tpl-full-width header{
    display: none !important;
}
.page-template-tpl-full-width footer{
    display: none !important;
}
.landing-page-header{
    width: 100%;
    z-index: 2;
    position: absolute;
}

.landing-page-header .header-btn,
.landing-page-header .header-btn-two{
    z-index: -2;
    opacity: 0;
}


.blue-logo,
.white-logo{
    position: absolute;
    top: 0;
}
.blue-logo{
    display: none;
}
.white-logo{
    z-index: 2;
}
.landing-page-header.sticky{
    position: fixed;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.42);
}
.landing-page-header.sticky .header-btn,
.landing-page-header.sticky .header-btn-two {
    z-index: 2;
    opacity: 1;
}
.landing-page-header.sticky .white-logo{
    display: none;
}
.landing-page-header.sticky .blue-logo{
    display: block;
}

.benefit-box .uabb-infobox-title-prefix{
    font-weight: 100 !important;
    background-color: #d7f1fb;
    max-width: 100%;
    position: relative;
    display: inline-block !important;
    padding: 0 20px !important;
    border-radius: 42px;
    line-height: 45px !important;
}
.pop-up-form-wrap{
    max-width: 700px;
    display: block;
    margin: 0 auto;
}
.wpcf7-submit{
    background-color: #e89623 !important;
    color: white !important;
    height: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    max-width: 200px !important;
    padding: 12px 0 !important;
    border: none !important;
    border-radius: 5px;
}
.landing-page-last-row{
    position: relative;
}
.bg-circle{
    position: absolute;
    bottom: 0;
    right: 0;
}

/*
 * Header
 */

    button.fl-menu-mobile-toggle.hamburger {
        color: #696EFF !important;
        background-color: rgba(0,0,0,0) !important;
    }
/*  button.fl-menu-mobile-toggle.hamburger .svg-container {
        width: 100% !important;
    }*/


/*
 * Footer
 */

    /* Footer Navigation w/ Widgets */
    footer .fl-menu ul li a {
        color: #656f88 !important;
        padding: 5px 0 !important;
        margin: 0 0 5px;
        display: block;
        width: 100%;
        font-weight: 300;
        line-height: 1.6em;
    }

    /* Purple fixed footer for report giveaways */
    ._fixed_bottom_banner {
        width: 100%;
        position: fixed;
        z-index: 10;
        bottom: 0;
    }
    ._fixed_bottom_banner ._hide_banner {
        display: inline-block;
        position: absolute;
        z-index: 99;
        right: -7px;
        top: -4px;
    }
    ._fixed_bottom_banner ._hide_banner i {
        color: #fff !important;
    }
    ._fixed_bottom_banner form.gf_simple_horizontal {
        padding-top: 5px;
    }
    ._fixed_bottom_banner .gform_footer {
        padding-top: 6px !important;
    }
    ._fixed_bottom_banner input[type="submit"] {
        border-color: #151515 !important;
        background-color: #151515 !important;
    }
    ._fixed_bottom_banner .gfield.gfield_visibility_visible input {
        padding: 6px 7px !important;
        border-width: 0;
    }



/*
 * Modules
 */

    /* User Module */
    ._users-section ._image-box{
        position:relative;
        overflow: hidden;
        border-radius: 5px;
    }
    ._users-section ._user-icons {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    ._users-section .user-description h3{
        margin: 20px 0 0;
        font-size: 24px;
    }
    ._users-section .user-description p{
        font-size: 18px;
        color: #7b7b91;
    }
    ._users-section ._user-icons{
        opacity: 0;
        transition: all .7s;
    }
    ._users-section ._user-icons ul li{
        list-style: none;
    }
    ._users-section ._user-icons i{
        font-size: 25px;
        color: #fff;
        border: 2px solid #fff;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    ._users-section ._user-icons i:hover{
        background-color: #fff;
        color: #fd475d;
    }
    ._users-section ._image-box img{
        -webkit-transition: all 0.3s, opacity 0.4s linear;
        -o-transition: all 0.3s, opacity 0.4s linear;
        transition: all 0.3s, opacity 0.4s linear;
    }
    ._users-section ._image-box:hover{
        background-image: -moz-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
        background-image: -webkit-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
        background-image: -ms-linear-gradient(60deg, #fd475d 0%, #0e044b 100%);
    }
    ._users-section ._image-box:hover img{
        opacity: 0.2;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
    ._users-section ._image-box:hover ._user-icons {
        opacity:1;
    }



/*
 * Plugins
 */


    /* Gravity Forms */
    .fl-builder .gform_wrapper .gform_page_footer{
        border: none !important;
    }
    .fl-builder .gfield input,
    .fl-builder .gfield select,
    .uabb-module-content .gfield input,
    .uabb-module-content .gfield select {
        width: 100% !important;
        color: #333;
        background-color: white;
        border-radius: 5px !important;
    }
    .fl-builder .gform_body input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
        padding: 15px;
    }
    .fl-builder .gfield input::placeholder,
    .fl-builder .gfield select::placeholder {
        color: #808080;
    }
    .fl-builder .gform_footer input,
    .fl-builder .gform_wrapper .gform_footer input[type=submit]{
        display: block !important;
        margin: 0 auto !important;
    }
    .fl-builder .gform_wrapper input[type="submit"] {
        border-width: 0;
    }

    /* Specific Gravity Form - Gravity Forms Quick 3 min Demo */
    #gform_wrapper_89 {
        width: 550px;
        margin: 50px auto;
        padding: 50px;
        background-color: #e9e9e9;
    }
    #gform_wrapper_89 .gform_body input,
    #gform_wrapper_89 .gform_body select {
        border-color: #333;
    }



.influencer-at-scale-heading-one{
 font-weight: 400 !important;
}
.benefit-box-influencer-at-scale{
    max-width: 400px !important;
    display: block;
    margin: 0 auto;
}
.influencer-at-scale-heading-one .fl-heading-text{
    font-weight: 400 !important;
}
.benefit-box-influencer-at-scale .uabb-infobox-title-prefix{
    font-weight: 400 !important;
    background-color: #d7f1fb;
    max-width: 100%;
    position: relative;
    display: inline-block !important;
    padding: 0 30px !important;
    border-radius: 42px;
    line-height: 45px !important;
    font-size: 17px !important;
}
.benefit-box-influencer-at-scale .uabb-infobox-title{
    font-weight: 400 !important;
    position: relative;
}
.benefit-box-influencer-at-scale .uabb-infobox-title:before{
    content: " ";
    background-image: url('/wp-content/uploads/2019/12/left-quote.jpg');
    height: 30px;
    width: 30px;
    position: absolute;
    left: -40px;
    top: -15px;
}
.benefit-box-influencer-at-scale .uabb-infobox-text-wrap{
    position: relative;
}
.benefit-box-influencer-at-scale .uabb-infobox-text-wrap:after{
    content: " ";
    background-image: url('/wp-content/uploads/2019/12/right-quote.jpg');
    height: 30px;
    width: 30px;
    position: absolute;
    right: -20px;
    bottom: 0;
}


.benefit-box-new .uabb-infobox-title-prefix{
    background-color: #d7f1fb;
    max-width: 100%;
    position: relative;
    display: inline-block !important;
    padding: 0 20px !important;
    border-radius: 42px;
}
.info-box-boxes{
    max-width: 400px;
}
.box-two .uabb-infobox-title{
    font-weight: 400 !important;
    font-size: 27px !important;
    position: relative;
}
.benefit-box-400{
    max-width: 400px !important;
}
.scroll-btn {
    z-index: 9;
    position: relative;
}
.yes,
.no {
    border: solid #10b7eb 1px;
    text-align: center;
    border-radius: 10px;
    width: 200px !important;
    line-height: 70px !important;
    text-align: center;
    display: block;
    float: left;
}
.close-form{
    border: solid #10b7eb 1px;
    text-align: center;
    border-radius: 10px;
    width: 200px !important;
    line-height: 70px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #10b7eb;
}
a.close-form:hover{
    color: white !important;
    background-color: #10b7eb !important;
}
.yes{
    background-color: #10b7eb;
    color: white;
    margin: 0 20px 0 197px;
}
.yes:hover{
    color: #10b7eb;
    background-color: white;
}
.no{
    margin: 0 100px 0 20px;
    color: #10b7eb;
}
.no:hover{
        background-color: #10b7eb;
    color: white;
}
.full-width {
    width: 100% !important;
}
.invitation-form-wrap{
    background-image: url('/wp-content/uploads/2020/02/form-header.jpg');
    background-size: cover;
}
.invitation-form-intro{
    background-image: url('/wp-content/uploads/2020/02/form-header-2.jpg');
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: white !important;
}
.invitation-pop-up-overlay .uabb-text-editor p{
    margin-bottom: 0!important;
}
.invitation-pop-up .uabb-modal-text{
    padding: 0 !important;
}
.float-above {
    margin-top: -100px;
    background-color: white;
    z-index: 9;
    position: relative;
}
.invitation-form-intro h2 {
    font-weight: 400 !important;
    font-size: 34px;
    max-width: 420px;
    margin: 0 auto;
}

#menu-primary li{
     color: #5a5757;
    font-size: 16px;
    font-weight: 400;
}
.fl-theme-builder-header-sticky #menu-primary .header-buttons a{
    color: #fff !important;
    background-color: #10b7eb;
    border-color: #10b7eb;
    border-radius: 5px;
    margin-left: 10px;
}
.landing-page-header #menu-primary .header-buttons a{
    margin-left: 10px;
}
.landing-page-header .fl-menu .fl-menu-toggle:before{
        border-color: white !important;
}
.landing-page-header.sticky .fl-menu .fl-menu-toggle:before{
        border-color: #5a5757 !important;
}
.landing-page-header #menu-primary .sub-menu li a{
    color: #5a5757 !important;
}
.landing-page-header .fl-menu #menu-primary li a:hover{
    color: white !important;
}
.landing-page-header.sticky .fl-menu #menu-primary li a:hover{
    color: #10b7eb !important;
}
.landing-page-header .fl-menu #menu-primary .sub-menu li a:hover{
    color: #10b7eb !important;
}
.fl-theme-builder-header-sticky #menu-primary .header-buttons a:hover {
  color: #fff !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .main-header li a {
     color: #5a5757 !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .main-header #menu-primary .header-buttons a, .fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .main-header #menu-primary .header-buttons a:hover {
    color: #fff !important;
    background-color: #10b7eb;
    border-color: #10b7eb;
}
.main-header .fl-node-content {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.scroll-logo  {
    position: absolute;
    top: 9px !important;
}
.scroll-logo,
.transparent-logo{
    position: absolute;
}
.fl-builder-is-showing-toolbar .scroll-logo,
.fl-builder-is-showing-toolbar .transparent-logo{
    position: relative;
    opacity: 1;
}
.fl-theme-builder-header-scrolled .scroll-logo, .home .fl-theme-builder-header-scrolled .scroll-logo {
    opacity: 1;
}
.fl-theme-builder-header-scrolled .transparent-logo{
    opacity: 0;
}
.manage-slider .fl-content-slider-svg-container{ width: 65px !important; height: 65px !important;}
.manage-slider .fl-content-slider-svg-container svg{ height: 50% !important;; width: 50% !important;;  margin-top: 16px; margin-left: 15px;}
.manage-slider .bx-pager.bx-default-pager a{    background: #10b7eb!important;border: 1px solid transparent;}
.manage-slider .bx-pager.bx-default-pager a.active{background:#f5f8fb !important;border: 1px solid #10b7eb;}
.manage-slider .fl-content-slider-navigation .slider-prev {
    left: -150px !important;
}
.manage-slider .fl-content-slider-navigation .slider-next{ right: -150px !important; }
.manage-slider .bx-controls{position: relative; top: 30px;}

/*** new css starts here  ***/
.home .main-header #menu-primary li a,
.main-header #menu-primary li a,
.landing-page-header #menu-primary li a,
.landing-page-header #menu-primary li a:hover,
.home .main-header #menu-primary li a:hover,
.main-header #menu-primary li a:hover {
    color: #fff !important;
}
.home .main-header #menu-primary li .sub-menu a,
.main-header #menu-primary li .sub-menu a{
    color: #5a5757 !important;
}
.fl-theme-builder-header-sticky .fl-menu .fl-toggle-arrows .fl-menu-toggle:before{
 color: white !important;
}
.fl-theme-builder-header-scrolled .fl-menu .fl-toggle-arrows .fl-menu-toggle:before{
 color: #5a5757 !important;
}
.secondary-header .fl-menu .fl-toggle-arrows .fl-menu-toggle:before{
 color: #5a5757 !important;
}
.home .fl-theme-builder-header-sticky #menu-primary .header-buttons a,
.landing-page-header #menu-primary .header-buttons a{
    color: #10b7eb !important;
    background: #fff;
    border-radius: 5px;
}
.home .fl-theme-builder-header-sticky #menu-primary .header-buttons a:hover,
.landing-page-header .sticky #menu-primary .header-buttons a:hover{
  color: #10b7eb !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .fl-menu #menu-primary li a,
.landing-page-header.sticky #menu-primary li a{
  color: #5a5757 !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .fl-menu #menu-primary li a:hover, .fl-menu #menu-primary li a:hover {
  color: #10b7eb !important;
}
.landing-page-header.sticky #menu-primary .header-buttons a{
    background: #10b7eb !important;
    color: white !important;
}
.banner_heading .fl-heading {
    font-weight: 400 !important;
}
.parter_logos img.fl-photo-img {
    max-width: 112px;
    margin: 0 auto;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media .u-icon {
    position: relative;
    z-index: 1;
    line-height: .7;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    font-size: 15px;
    border-radius: 100%;
    transition: .3s ease-in-out;
    color: #fff;
    background-color: #10b7eb;
    border-color: #10b7eb;
    margin-right: 16px !important;
    justify-content: center;
}
.media .media-body {
    -ms-flex: 1;
    flex: 1;
}
.media .media-body .h5 {
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: 600!important;
    line-height: 1.7;
}
.media .media-body p {
    color: #646f79;
    font-size: 16px;
    line-height: 24px;
}
.process_boxs {
    position: relative;
    z-index: 2;
    margin-bottom: -64px;
}
.bx-wrapper .bx-pager-item {
    vertical-align: middle;
}
.manage-slider .bx-pager.bx-default-pager a.active {
    border: 2px solid #10b7eb;
    transform: scale(1.4);
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 10px;
}
.bx-wrapper .bx-pager {
  position: relative;
}
.testimonial_slider .fl-slide {
  background: none;
}
.testimonial_slider .fl-slide .fl-slide-foreground {
    background: #fff;
    padding: 30px !important;
    border: 1px solid #e3e6f0;
    border-radius: .25em;
}
.testimonial_slider .fl-slide .fl-slide-photo-wrap {
    padding: 15px;
}
.testimonial_slider .fl-slide .fl-slide-content-wrap {
    padding: 15px;
}
.testimonial_slider .fl-slide .fl-slide-title {
    font-weight: 400 !important;
    padding: 25px 20px 20px 65px !important;
    margin: 0 !important;
    position: relative;
}
.testimonial_slider .fl-slide .fl-slide-text {
    padding: 25px 20px 0 65px !important;
}
.testimonial_slider .fl-slide .fl-slide-title:before, .testimonial_slider .fl-slide .fl-slide-title:after {
    position: absolute;
    left: 15px;
    content: '';
    opacity: .07;
    width: 40px;
    background-size: 100%;
    background-image: url(/wp-content/uploads/2020/02/quote.png);
    height: 40px;
    background-repeat: no-repeat;
    top: 0;
}
.testimonial_slider .fl-slide .fl-slide-title:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0px;
  transform: rotate(180deg);
}
.testimonial_slider .fl-slide .fl-slide-photo-img {
    border-radius: 5px !important;
}
.testimonial_slider .fl-content-slider .fl-slide .testimonial-author h3 {
    color: #10b7eb;
    font-size: 1.5em !important;
    margin: 0;
    line-height: 1.2 !important;
}
.testimonial_slider .fl-slide .testimonial-author p {
    color: #646f79;
}
.testimonial_slider .fl-slide-content {
    padding: 25px 0;
}
.fl-row-fixed-width {
    max-width: 1150px;
    width: 100%;
}
.top_banner_wrapper:after {
    position: absolute;
    bottom: -1px;
    display: block;
    left: -1px;
    right: -1px;
    background-position: bottom;
    content: '';
    background-image: url(/wp-content/uploads/2020/02/top_wave.png);
    padding-bottom: 10%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.top_banner_wrapper {
  position: relative;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
  border-bottom: 1px solid #e3e6f0!important;
}
.page-id-9570 .fl-page-content,
.single-post .fl-page-content,
.page-id-10254 .fl-page-content{
  background-color: #f5f5f5;
}
.home .fl-page-content {
    background-color: #fff;
    padding-top: 0;
}
.home .fl-theme-builder-header-sticky {
    background: transparent;
}
.parter_logos .uabb-image-carousel .slick-slide img {
    max-width: 112px;
    margin: 0 auto;
}

/*** new css starts here  ***/
.white-bg{
    background-color: white;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .secondary-header .fl-menu #menu-primary li.header-buttons a {
    color: white !important;
}
.secondary-header .fl-menu-mobile-clone #menu-primary .header-buttons a,
.main-header .fl-menu-mobile-clone #menu-primary .header-buttons a{
    color: white !important;
    background-color: #10b7eb;
    border-radius: 5px;
}
.secondary-header .fl-menu-mobile-clone #menu-primary .header-buttons,
 .fl-menu-mobile-clone #menu-primary .header-buttons{
    display: flex;
    margin-bottom: 10px;
}
.short-form .button,
.case-study-form .button,
.progress-form .button,
.gated-form .button,
.comparison-form .button{
    background-color: #696EFF !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    min-width: 115px;
    border: 1px solid transparent!important;
}
.get-form input{
    background-clip: border-box;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: rgba(12, 0, 46, 0.05) 0px 2px 4px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}
.get-started-page .button{
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    background: #696EFF !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.single .fl-content-left{
    margin: 104px 0 40px;
    background-color: white !important;
}
#categories-2 {
    padding: 20px;
    background-color: white !important;
}
.archive.category .fl-builder-content{
    background: #f5f5f5 !important;
}
.single-post-nav a{
    color: #10b7eb !important;
}
.side-bar-pop-up .fl-module-content {
    margin: 0 0 30px 0;
}
.filter-posts .uabb-blog-posts-col-2{
    width: 45%!important;
}
.uabb-module-content.uabb-blog-posts.uabb-blog-posts-masonary .uabb-blog-posts-shadow.clearfix {
  box-shadow: 5px 5px 18px -3px #7C878E;
}
.uabb-module-content.uabb-blog-posts.uabb-blog-posts-masonary .uabb-blog-posts-shadow.clearfix .uabb-blog-post-content{
        min-height: 287px;
}
.covid-19-text p{
    margin-bottom: 0;
}
.covid-banner {
    background-color: #3C78D3 !important;
}
.fl-builder-content-9955 {
    position: fixed;
    z-index: 99999 !important;
    width: 100%;
    top: 0;
}
.fl-builder-content-9560{
    padding-top: 50px;
}
.fl-builder-global-templates-locked .landing-page-header{
    padding-top: 50px;
}
.secondary-header-parent-body .fl-theme-builder-header-sticky{
    top: 50px !important;
}
.secondary-header-parent-body #fl-main-content {
    margin-top: 50px;
}
.single .secondary-header-parent-body #fl-main-content {
    margin-top: 0px;
}
/* custom tabs */
.sticky-sidebar{
    position: fixed;
    right: 0;
    z-index: 999999;
    height: 350px;
    width: 500px;
    top: 100px;
    background-color: blue;
    transition: ease all 0.4s;
}
.sticky-sidebar-two{
    position: fixed !important;
    right: 0 !important;
    z-index: 999999 !important;
    height: 350px !important;
    width: 475px !important;
    top: 176px !important;
    transition: ease all 0.4s !important;
}
.sidebar-heading{
    position: absolute;
    left: -45px;
    transform: rotate(90deg);
}
.sticky-sidebar-two .fl-row-content-wrap {
    height: 350px;
    position: relative;
    padding: 0;
}
.sticky-sidebar-two .uabb-infobox-title-prefix {
      position: absolute;
    left: -193px;
    transform: rotate(90deg);
    height: 10px;
    top: 147px;
    width: 340px;
    text-align: center;
    padding: 23px 0;
    background-color: #f29f10;
    line-height: 1px;
    border-radius: 0 0 10px 10px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 4px 4px 18px 0 rgba(19,19,19,.2);
}
.sticky-sidebar-two .infobox-photo-above-title{
    position: absolute !important;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(19,19,19,.2);
}
.sticky-sidebar-two .uabb-infobox-title{
    margin-left: 10px;
    padding-top: 13px;
    border-bottom: solid black 1px;
    margin-bottom: 7px;
    line-height: 42px;
    padding-top: 0;
}
.sticky-sidebar-two .uabb-text-editor{
    color: black;
    position: relative;
    font-weight: 500;
}
.sticky-sidebar-two .uabb-infobox-text-wrap{
    margin-left: 10px;
}
.fl-builder .fl-theme-builder-part .sticky-sidebar-two{
    position: relative;
}
.shrink{
    right: -475px !important;
    transition: ease all 0.4s !important;
}
.grow{
    right: 0;
    transition: ease all 0.4s;
}
.sticky-sidebar-two .uabb-text-editor .fl-module-icon{
    position: absolute;
    display: inline-block;
    height: 20px;
    top: 0;
}
.sticky-sidebar-two .uabb-text-editor .fl-module-icon .fl-node-content{
    padding: 0;
    margin: 0 0px 0 8px;
}
.sticky-arrow{

}
.sticky-sidebar-two .uabb-imgicon-wrap{
    margin-top: 0!important;
}
.sticky-sidebar-two .uabb-photo-img{
    max-height: 275px;
    max-width: 475px;
}
.sticky-sidebar-two .uabb-imgicon-wrap{
   height: 250px;
    width: 475px;
    background-size: cover;
    background-position: center center;
}
.sticky-sidebar-two .uabb-imgicon-wrap img{
   display: none;
}
/* custom tabs */
.custom-tabs .uabb-tabs-nav{
    position: absolute;
    bottom: -115px;
    width: 100%;
}
.custom-tabs .uabb-tab-current:before{
    content: '';
    position: absolute;
    bottom: 66%;
    left: calc(50% - 31px);
    border: 25px solid transparent;
    border-bottom-color: #f5f5f5;
    transform: rotate(180deg);
}

.custom-tabs .uabb-tab-title,
.custom-tabs .uabb-tabs > nav a .uabb-tab-title{
    display: none;
}
.custom-tabs .uabb-tabs-icon img{
    width: 60px;
    height: 60px;
    filter: grayscale(100%);
}
.custom-tabs .uabb-tab-current .uabb-tabs-icon img{
    filter: none;
}
.custom-tabs .uabb-tab-link:focus {
    border: none !important;
}
.custom-tabs .uabb-infobox{
    border-radius: 200px;
    width: 213px;
}
.formboxpad{border-bottom: 5px solid #e89623;
    box-shadow: 1px 3px 10px #bababa;
}
.i_agree_policy{
    cursor:pointer;
}
[data-post-id="10531"] {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  padding: 18px 0px 0px 0px;
  left: 0px;
  background: #65A1F7;
  width: 100%;
  color: #fff;
  display:none;
}
[data-post-id="10531"] .fl-row-content-wrap{
    padding:0px !important;
}
.privacy_policy_main{
    width:100%;
}

[data-node="5ede8d8790e96"]{
    position: absolute !important;
    z-index: 0;
    left: -25px;
}
.dots-wrap{
    position: absolute;
    left: -70px;
}
.dot {
    width: 20px;
    height: 20px;
    background-color: rgba(255,161,39,.161);
    display: block;
    left: -9px;
    top: 15px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
}
.dot .dot1, .dot .dot2 {
    position: absolute;
    border-radius: 50%;
}
.dot .dot1 {
    margin-top: -4px;
    margin-left: -4px;
    background: #feb85d;
     top: 10px;
    left: 10px;
}
.dot .dot2 {
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
}
.dot .dot2 {
    background: rgba(254,184,93,.8);
     -webkit-animation: pulsate 2s infinite;
    animation: pulsate 2s infinite;
     -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    will-change: transform;
}
.dots-col{
    position: relative;
}
.dots-wrap-bottom .dot{
    margin: 0 auto;
    left: 60px;
}
.blob{
    background: rgba(254,184,93,.8);
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulsate 2s infinite;
}
.blurred{
     filter: blur(4px);
}
.blurred-section{
    position: relative;
}
.blurred-button {
    position: absolute;
    top: 45%;
    z-index: 2;
    left: 0;
    right: 0;
}
.blurred-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(104 110 255 / 10%);
}
.custom_header_text nav ul li a{
    font:500 15px "Roobert",sans-serif;
}
.custom_header_btn a{
    font: 500 16px/47px "Roobert",sans-serif;
    border: 2px solid #7649BA;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0,11,40,.1);
    box-shadow: 0 20px 24px 0 rgba(0,11,40,.1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center;
}
.custom_header_btn a:hover{
    border: 2px solid #ccc5fa;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0,11,40,.1);
    box-shadow: 0 20px 24px 0 rgba(0,11,40,.1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center;
}
.fl-theme-builder-header-scrolled .custom_header_btn a{
    border: solid 2px #696eff !important;
    box-shadow: none;
}
#menu-ryans-testing-page .sub-menu li:first-child{padding-top:16px;}
#menu-ryans-testing-page .sub-menu li:last-child{padding-bottom:5px;}
#menu-ryans-testing-page .sub-menu li{padding:0 16px;}
#menu-ryans-testing-page .sub-menu li a{font: 400 14px/34px "Roobert",sans-serif; line-height:30px; padding:0px; color:#000;}
#menu-ryans-testing-page .sub-menu li a:hover{  color: #677294; }
#menu-ryans-testing-page .sub-menu{min-width:260px !important;}


.animation_inner {
    height: 370px;
    position: relative;
}
.animation_inner li {
    padding:0px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(2, 45, 79, 0.1);
    box-shadow: 0 2px 4px 0 rgba(2, 45, 79, 0.1);
    position: absolute;
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
    -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
}
.animation_inner li img {
    border-radius: 10px;
}
.animation_inner li:nth-child(1) {
    top: 0;
    left: 35px;
    -webkit-box-shadow: 0 30px 30px 0 rgba(2, 45, 79, 0.1);
    box-shadow: 0 30px 30px 0 rgba(2, 45, 79, 0.1);
}
.animation_inner li:nth-child(2) {
    top: 55px;
    left: 170px;
}
.animation_inner li:nth-child(3) {
    top: 130px;
    left: 270px;
}
.animation_inner li:nth-child(4) {
    top: 35px;
    left: 410px;
}
.animation_inner li:nth-child(5) {
    top: 109px;
    left: 495px;
}
.animation_inner li:nth-child(6) {
    top: 40px;
    left: 700px;
}
.animation_inner li:nth-child(7) {
    top: 0;
    left: 890px;
}
.animation_inner li:nth-child(8) {
    top: 40%;
    left: 35px;
}
.animation_inner li:nth-child(9) {
    top: 182px;
    left: 585px;
    -webkit-box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
    box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
}
.animation_inner li:nth-child(10) {
    top: 130px;
    left: 780px;
}
.animation_inner li:nth-child(11) {
    top: 188px;
    left: 923px;
}
.animation_inner li:nth-child(12) {
    top: 85px;
    left: 95%;
}
.animation_inner li:nth-child(13) {
    bottom: 0;
    left: -35px;
}
.animation_inner li:nth-child(14) {
    bottom: 30px;
    left: 150px;
    -webkit-box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
    box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
}
.animation_inner li:nth-child(15) {
    bottom: 20px;
    left: 310px;
}
.animation_inner li:nth-child(16) {
    bottom: -25px;
    left: 460px;
}
.animation_inner li:nth-child(17) {
    bottom: 35px;
    left: 690px;
}
.animation_inner li:nth-child(18) {
    bottom: -30px;
    left: 800px;
}
.animation_inner li:nth-child(19) {
    bottom: 45px;
    left: 940px;
}
.animation_inner li:nth-child(20) {
    bottom: 0;
    right: 0;
}

.header-v2 .fl-menu-responsive-toggle-mobile .fl-menu-mobile-toggle {float:right;}
.fl-builder-content-10730{background:transparent;}


.fl-button, .fl-button:hover, .fl-button:focus, .fl-button:visited {
    transition: all 0.3s ease-out !important;
}

.custom_header_text #menu-ryan-header-v2 li a {
    color:#000000 !important;
    font: 500 15px "Roobert", sans-serif;
}

.custom_header_text #menu-ryan-header-v2 li .sub-menu a {
    color:#000000 !important;
    font: 400 14px "Roobert", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.custom_header_text #menu-ryan-header-v2 li .sub-menu {
    margin: 0 !important;
    line-height: 1 !important;
    padding: 20px 25px !important;
    border-radius: 8px;
    transition: opacity 0.4s ease-out;
    display: block !important;
    width: auto !important;
}

.custom_header_text #menu-ryan-header-v2 li .sub-menu li {
    line-height: 1 !important;
    margin-top: 16px !important;
}

.custom_header_text #menu-ryan-header-v2 li .sub-menu li:first-child {
    margin-top: 0 !important;
}

.header-v2 .fl-theme-builder-header-shrink-row-top{padding:20px !important;}


/*************************************************
 * z-css
 * **********************************************/
.custom_gallery_design .uabb-vg__play.uabb-animation-  svg path{
    display: none;
}
.custom_gallery_design .uabb-vg__play.uabb-animation- {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.custom_gallery_design._single_video .uabb-vg__play.uabb-animation- {
    height:100px;
    width: 100px;
}
.custom_gallery_design .uabb-vg__play.uabb-animation- svg {
    content: '';
    border-left: 10px solid red;
    z-index: 1;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    height: 1px;
    left:0;
    right: 0;
    margin-left: 26px;
}
.custom_gallery_design .uabb-vg__play.uabb-animation-:hover {
    display: flex !important;
}
.custom_gallery_design .uabb-vg__play.uabb-animation-:after{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    content: "";
    border: 1px solid #fff;
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
}
.custom_gallery_design._single_video .uabb-vg__play.uabb-animation- svg {
    border-left: 20px solid red;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 42px;
}

.custom_gallery_design .uabb-video-gallery__column-2 {
    position: relative;
}
.fl-node-5f038f7bb5a0f .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.main-header a.fl-button {
    font-weight: 500;
}
.profile-img-wrapper img {
    width: 70px !important;
    height: 70px;
}
.tss-carousel .dashicons{
    height: auto !important;
    width: auto !important;
    font-size: 20px !important;
    line-height: 50px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}
.tss-carousel .dashicons-arrow-left-alt2:before {
    content: "\f060";
}
.tss-carousel .dashicons-arrow-right-alt2:before {
    content: "\f061" !important;
}
.tss-carousel button.owl-prev, .tss-carousel button.owl-next{
    width: 50px;
    height: 50px;
    text-align: center;
    color: #696EFF !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tss-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.tss-carousel button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}
.tss-carousel .owl-nav button.owl-next:hover, .tss-carousel .owl-nav button.owl-prev:hover {
    color: #fff !important;
    background-color: #696eff !important;
}
.tss-carousel.owl-theme .owl-dots .owl-dot.active span, .tss-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #696eff !important;
    transform: scale(1.3);
}
._testimonial_shtcod {
    max-width: 1100px;
    margin: 0 auto;
}
._testimonial_shtcod .item-content-wrapper .item-content{
    margin-top: 35px !important;
}
._testimonial_shtcod .item-content-wrapper .item-content, ._testimonial_shtcod .item-content-wrapper .item-content p {
    color: #959cb1 !important;
    font-size: 18px !important;
    font-weight: 300;
    font-style: normal !important;
}
._testimonial_shtcod span.author-designation {
    font-size: 14px !important;
    color: #959cb1 !important;
}
._testimonial_shtcod .tss-carousel h3.author-name {
    font-size: 18px;
    font-weight: 500;
    color: #222d39;
}
._widget_wrapper ul, ._widget_wrapper li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
._widget_wrapper ul li a, ._widget_wrapper li a {
    font-weight: 300;
    color: #656f88 !important;
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 20px;
    margin-bottom: 6px !important;
    font-family: "Roobert",sans-serif;
}
._widget_wrapper ul li {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
._widget_wrapper h3, ._widget_wrapper h2{
    margin-bottom: 20px;
    color: #263b5e !important;
}
._ftr_clm_4_txt{
    margin-top: 40px;
    font-weight: 300;
    color: #677294!important;
    font-size: 16px !important;
    padding: 0 !important;
    margin-bottom: 6px !important;
    font-family: "Roobert",sans-serif;
}
._widget_wrapper li {
    padding: 3px 0 !important;
}

._new_footer {
    background-image: url(https://grin.co/wp-content/uploads/2020/07/footer-gringuy_short.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f9fafb;
}
._widget_wrapper li a:hover {
    color: red !important;
}
._new_footer h2 {
    font-size: 18px;
}
._copy_right_text p {
    font-family: "Roobert",sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 16px;
    color: #6a7695;
    line-height: 28px;
}
._cons_vids_prent {
    position: relative;
}
img.video_leaf {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 17%;
}
.custom_gallery_design._single_video {
    position: relative;
    z-index: 1;
    opacity: 0.7;
}
.custom_gallery_design._single_video .uabb-video__gallery-iframe:before {
    background: -webkit-linear-gradient(40deg,rgba(58,43,220,.9) 0,rgba(23,199,189,.9) 100%);
    background: linear-gradient(40deg,rgba(58,43,220,.9) 0,rgba(23,199,189,.9) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}
img.cup {
    position: absolute;
    right: -8%;
    bottom: 16%;
}
.br-element .uabb-video__gallery-iframe {
    border-radius: 8px;
}

._testimonial_shtcod_bb .uabb-image-content {
    border-radius: 50% !important;
    overflow: hidden;
}
._testimonial_shtcod_bb .uabb-photo-img {
    width: 100px;
}
._testimonial_shtcod_bb h3.uabb-testimonial-author-name {
    color: #222d39;
    font-family: "Roobert",sans-serif !important;
    font-size: 18px !important;
    font-weight: 500;
}
._testimonial_shtcod_bb .uabb-testimonial-author-designation {
    color: #959cb1;
    margin-top: -5px !important;
    font-size: 15px;
    font-family: "Roobert",sans-serif !important;
    margin-bottom: 35px;
    font-weight: 300;
}
._testimonial_shtcod_bb .uabb-testimonial-author-description p {
    color: #677294!important;
    font-size: 15px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    max-width: 690px;
    font-family: "Roobert",sans-serif !important;
    margin: 0 auto !important;
    line-height: 28px !important;
}
._testimonial_shtcod_bb .bx-viewport {
    max-width: 690px;
    margin: 0 auto;
}
._testimonial_shtcod_bb a.bx-prev, ._testimonial_shtcod_bb a.bx-next {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    width: 50px !important;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #696EFF !important;

}
._testimonial_shtcod_bb a.bx-prev:hover, ._testimonial_shtcod_bb a.bx-next:hover {
    background-color: #696EFF;
    color: #fff !important;
}
._testimonial_shtcod_bb a.bx-prev:hover i, ._testimonial_shtcod_bb a.bx-next:hover i {
    background-color: #696EFF;
    color: #fff !important;
}
._testimonial_shtcod_bb a.bx-pager-link.active, ._testimonial_shtcod_bb a.bx-pager-link:hover {
    background: #696EFF !important;
    transform: scale(1.2);
}

._new_video_section {
    background-image: -moz-linear-gradient(180deg,#5e2ced 0,#a485fd 100%);
    background-image: -webkit-linear-gradient(180deg,#5e2ced 0,#a485fd 100%);
    background-image: -ms-linear-gradient(180deg,#5e2ced 0%,#a485fd 100%);
}
._new_video_section .fl-row-content-wrap {
    background-image: url(https://grin.co/wp-content/uploads/2020/07/banner_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.color-7b7b93 {
    color: #7b7b93 !important;
}
._animated_button {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    margin-left: 30px;
    margin-bottom: 60px;
}
._animated_button-overlay .play:before {
    color: #fff;
}
._animated_button i:after{
    width: 100px;
    display: inline-block;
    height: 100px;
    top: -15px;
    left: -15px;

    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgba(255,255,255,.5);
    box-shadow: 0 1px 15px 1px rgba(255,255,255,.5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
}
._animated_button:before{
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background: rgba(255,255,255,.4);
    content: "";
    width: 100%;
    height: 100%;
    border: .2px solid #fff;
    border-radius: 50%;
    opacity: .1;
    position: absolute;
    left: 0;
}

._full_width_vid_clms .fl-col-group.fl-node-5f0f5fd7b514a {
    display: flex;
    align-items: center;
}
.fl-node-content ._new_vid_content_txt .fl-col-content{
    max-width: 620px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 50px 50px 50px 100px;
    box-shadow: 0 10px 50px 0 rgba(26, 38, 74, 0.07);
    margin-right: -220px;
    margin-left: auto;
}

._full_width_vid_clms {
    padding: 100px 0;
}

.fl-node-5f0cfda28d8a9 > .fl-row-content-wrap {
    background-image: -moz-linear-gradient(180deg,#5e2ced 0,#a485fd 100%) !important;
    background-image: -webkit-linear-gradient(180deg,#5e2ced 0,#a485fd 100%) !important;
    padding: 0 0 100px;
}
.myclass_bannertext_ h1 {
    font-family: "Roobert",sans-serif;
}

.fl-html:hover .icon {
    color: white;
    background-image: -moz-linear-gradient( -120deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    background-image: -webkit-linear-gradient( -120deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    background-image: -ms-linear-gradient( -120deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 29, 0.14);
    transition: all 0.2s linear;
}
.myclass_statistics_  .fl-module-content, .myclass_thehtml_iconarrow .fl-module-content{
    margin-top: 40px;
    margin-bottom: 0px;
}
.myclass_message_ h3 {
    color: #585e68;
    font-size: 18px !important;
    line-height: 17px;
    vertical-align: middle;
    padding-top: 9px;
    font-family: "Roobert",sans-serif !important;
    font-weight: 600 !important;
}
.myclass_something_ p {
    font: 300 15px/28px "Roobert",sans-serif;
}
.service_item .icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}
.service_carousel .owl-item .service_item {
    padding: 20px 40px;
    text-align: center;
    border: 1px solid rgb(227, 230, 240);
    border-radius: 8px;
}
.service_item img {
    margin-right: -25px;
    width: auto;
}

.service_carousel .owl-item {
    padding-left: 10px;
    padding-bottom: 55px;
}
.service_carousel img.float-right.wp-post-image {
    margin-left: auto;
}
.service_item {
    overflow: hidden;
    min-height: 405px;
    position: relative;
    background-color: #fff;
}
.service_item p {
    font: 300 15px/28px "Roobert",sans-serif;
}
.service_item ._badge {
   max-width: 120px !important;
    position: absolute;
    margin-left: -60px !important;
    left: 50%;
    bottom: 50px;
}
.service_item h4 {
    font-family: "Roobert",sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.service_carousel .owl-next, .service_carousel .owl-prev {
    top: 40%;
    left: 0;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 0 rgba(12,0,46,.06);
    box-shadow: 0 1px 8px 0 rgba(12,0,46,.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;

}
._data_Analytics_animations .uabb-infobox-content:hover h3.uabb-infobox-title{
    color: #5e2ced;
}
._data_analytic_section .fl-row-content-wrap{
    position: relative;
}
._data_analytic_section .fl-row-content.fl-node-content {
    position: relative;
    z-index: 9;
}
._data_analytic_section .fl-row-content-wrap:before{
    content:"";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px !important;
    z-index: 3;
    bottom: 0;
    background-image: url('./images/shape.svg');
    height: 270px;
}
._icon_heading_inline .uabb-infobox-content {
    display: flex;
    flex-wrap: wrap;
}
._icon_heading_inline .uabb-infobox-text-wrap {
    max-width: 100%;
    flex: 1 1 100%;
}
._icon_heading_inline span.uabb-icon {
    font-size: 20px;
    color: #4c84ff;
    line-height: 50px;
    background: #fff;
    height: 50px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
._icon_heading_inline .uabb-infobox-title {
    color: #585e68;
    font-size: 18px !important;
    line-height: 32px;
    padding-top: 9px;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    font-family: "Roobert",sans-serif;
}
._icon_heading_inline .uabb-icon i{
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}
._icon_heading_inline .uabb-infobox-text.uabb-text-editor {
    margin-top: 20px !important;
}
._icon_heading_inline .uabb-infobox-text.uabb-text-editor p {
    font: 300 15px/28px "Roobert",sans-serif !important;
}
/* .service_carousel .owl-next i,  */
.service_carousel .owl-prev{
    background-color: #fff !important;
}
._social_circle_images .pulse-wrapper {
    z-index: -1 !important;
}
._info_box_grid .uabb-image-content img {
    border-radius: 6px !important;
}
._info_box_grid .uabb-infobox-text.uabb-text-editor {
    font-size: 15px;
    color: #677294;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: color .01s linear;
    -o-transition: color .01s linear;
    transition: color .01s linear;
}
._info_box_grid .fl-module-content {
    margin-bottom: 0;
}
._data_Analytics_animations {
    position: relative;
}

._data_Analytics_animations ul.memphis-parallax {
    list-style: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.memphis-parallax li {
    position: absolute;
}
._data_Analytics_animations {
    position: relative;
}
.myclass_rowsvgtop_{
    z-index: 9;
}



.about_area .memphis-parallax li:nth-child(1),._data_Analytics_animations .memphis-parallax li:nth-child(1){right:40%;top:200px;}
.about_area .memphis-parallax li:nth-child(3),._data_Analytics_animations .memphis-parallax li:nth-child(3){right:5%;top:63%;}
.about_area .memphis-parallax li:nth-child(2),._data_Analytics_animations .memphis-parallax li:nth-child(2){right:17%;top:120px;}
.about_area .memphis-parallax li:nth-child(6),._data_Analytics_animations .memphis-parallax li:nth-child(6){right:47%;top:82%;}
.about_area .memphis-parallax li:nth-child(5),._data_Analytics_animations.memphis-parallax li:nth-child(5){right:46%;top:60%;}
.about_area .memphis-parallax li:nth-child(7),._data_Analytics_animations .memphis-parallax li:nth-child(7){right:75%;top:95%;}
.about_area .memphis-parallax li:nth-child(8),._data_Analytics_animations .memphis-parallax li:nth-child(8){right:13%;top:81%;}
.about_area .memphis-parallax li:nth-child(4),._data_Analytics_animations .memphis-parallax li:nth-child(4){right:32%;top:89%;}

.myclass_rowsvgtop_._data_Analytics_animations .memphis-parallax li:nth-child(1){right:90%;top:240px;}
.myclass_rowsvgtop_._data_Analytics_animations .memphis-parallax li:nth-child(2){right:70%;top:160px;}

.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(3){right:80%;top:10%;}
.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(4){right:70%;top:20%;}
.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(5){right:60%;top:40%;}
.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(6){right:30%;top:60%;}
.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(7){right:20%;top:60%;}
.myclass_moblerow_._data_Analytics_animations .memphis-parallax li:nth-child(8){right:25%;top:80%;}
.fl-builder-edi ._data_Analytics_animations ul.memphis-parallax {
    list-style: none;
    position: unset;
}
.fl-builder-edit .memphis-parallax li {
    position: unset;
}
.round_shape {
    border-radius: 50%;
    max-width: 650px;
    min-height: 650px;
    margin: 120px auto 0;
    position: relative;
}
.round_shape .r_shape.r_shape_five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.round_shape .r_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #e9ebf0;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.round_shape .r_shape.r_shape_five a {
    display: block;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
}
.s_promo_info .promo_item {
    position: absolute;
    border-style: solid;
    border: 0 solid rgba(93,88,247,.14);
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,11,40,.1);
    box-shadow: 0 30px 60px 0 rgba(0,11,40,.1);
    text-align: center;
    opacity: 1;
    width: 95px;
    height: 95px;
}

.s_promo_info .promo_item .text {
    padding: 10px;
}
.s_promo_info .promo_item .text img {
    max-width: 100%;
    height: auto;
}
.s_promo_info .promo_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s_promo_info .promo_item.item_one {
    left: 50%;
    top: 0;
}
.s_promo_info .promo_item.item_two {
    left: 0;
    top: 228px;
}
.s_promo_info .promo_item.item_three {
    left: 133px;
    top: 95px;
}
.s_promo_info .promo_item.item_four {
    left: 72%;
    top: 23%;
}
.s_promo_info .promo_item.item_five {
    left: 84%;
    top: 50%;
}
.s_promo_info .promo_item.item_six {
    top: 61%;
    left: 24%;
}
.s_promo_info .promo_item.item_seven {
    top: 70%;
    left: 67%;
}
.s_promo_info .promo_item.item_eight {
    top: 84%;
    left: 41%;
}
.s_promo_info .promo_item.item_nine {
    left: 0;
    top: 65%;
}
._img_with_gredient_bg img {
    margin-top: -60px;
}
._img_with_gredient_bg {
    position: relative;
}
._overlapping_bg_column{
    position: relative;
}
._overlapping_bg {
    position: absolute;
    content: '';
    left: 39%;
    width: 60%;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(253, 71, 93, 0.1) 25%, rgba(14, 4, 75, 0.1) 100%);
    border-radius: 15px 15px 15px 15px;
    height: 409px;
    top: 125px;
}
._left_heading_op h2 span {
    color: #2c2c51;
    font-family: "Roobert", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
._left_op_cnt .fl-module.fl-module-rich-text.fl-node-5f16e769c7709 p {
    color: #7b7b93 !important;
    font-family: "Roobert", Sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
div#_faq_tab_clm .fl-col-content {
    border: 1px solid #f4f4f9;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    padding: 50px 20px;
    margin-right: 50px;
}
div#_faq_tab_clm li.pp-list-item {
    padding: 0 !important;
}
div#_faq_tab_clm li.pp-list-item a{
    display: inline-block;
}
div#_faq_tab_clm li.pp-list-item a h3{
    font: 400 16px/22px "Roobert", sans-serif;
    color: #677294;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    position: relative;
    margin-bottom: 20px;
}
div#_faq_tab_clm li.pp-list-item a h3:before{
    content: "";
    width: 0;
    height: 2px;
    border-top: 1.5px solid #5e2ced;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

div#_faq_tab_clm ul.pp-list-items .active h3.pp-infolist-title-text:before{
    width: 100%;
}
div#_faq_tab_clm .pp-icon-wrapper {
    display: none;
}
div#_faq_tab_clm .pp-list-connector {
    border-left: none !important;
}
._tab span.fl-heading-text {
    color: #222d39 !important;
    font-size: 22px !important;
    font-family: "Roobert", sans-serif !important;
    font-weight: 500 !important;
}
._tab .uabb-faq-before-text {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    font: 500 18px/26px "Roobert", sans-serif;
    padding: 20px 30px 20px 0px;
    background-color: transparent !important;
}
._tab .uabb-faq-before-text .uabb-faq-question-label{
    padding-left: 0 !important;
    font: 500 18px/26px "Roobert", sans-serif;
}
._tab .uabb-faq-question-label:focus, ._tab .uabb-faq-question-label:active, ._tab .uabb-faq-questions-button:focus, ._tab .uabb-faq-questions-button:active, ._tab .uabb-faq-icon-wrap:focus, ._tab .uabb-faq-icon-wrap:active {
    outline: none !important;
}
._tab .uabb-faq-item.uabb-faq-item-active h4 {
    color: #5e2ced;
}
ul.pp-list-items .active h3.pp-infolist-title-text {
    color: #5e2ced !important;
}
._tab .uabb-faq-content{
    padding-left: 0 !important;
}
._tab .uabb-faq-content p {
    font: 400 15px/26px "Roobert", sans-serif;
    color: #677294;
}
._tab .uabb-faq-content {
    padding: 0px 0px 45px;
}
._tab .uabb-faq-item {
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0 !important;
}
.main-header.header-v2 {
    margin-top: 0;
}
.fl-node-5f1816efc20f9 > .fl-row-content-wrap {
    background-image: linear-gradient(270deg, #5e2ced 0%, #a485fd 100%);
}
.uabb-faq-item.uabb-faq-item-active i.uabb-faq-button-icon.fas.fa-minus {
    color: #5e2ced;
}
._tab .fl-module-content {
    margin-bottom: 0px;
}
._tab .uabb-faq-content {
    padding-top: 0 !important;
}
._app_banner .fl-col-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
._app_banner_content .uabb-infobox-text.uabb-text-editor {
    padding: 0 55px 35px 0px;
}
._app_banner_content .uabb-infobox-title {
    margin-bottom: 20px !important;
}
a.pp-more-link.pp-button._btn_w_gredient_bg {
    font-size: 14px;
    font-family: 'Roobert', sans-serif;
    border-radius: 3px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14) !important;
    background-image: -moz-linear-gradient( 0deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(164,133,253) 0%, rgb(94,44,237) 100%);
    background-size: 200% auto;
    padding: 18px 33px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    transition: all 0.3s linear;
    margin-top: 58px;
}
._sec_2_info_box .fl-module-content.fl-node-content {
    margin-left: 0;
    margin-right: 0;
}
._sec_2_info_box .pp-infobox {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
._app_quickly_query .fl-col-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
._circle_image_zi img {
    z-index: 9;
    position: relative;
}
._app_banner .fl-row-content-wrap {
    background-size: 100% 100% !important;
}
._app_quickly_query .fl-row-content-wrap {
    background-position-x: 79%;
}
.breadcrumb_area_two .bubble li {
    background: #696EFF;
    opacity: .1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
}
.breadcrumb_area_two .bubble li:nth-child(1) {
    left: 220px;
    bottom: 50px;
    -webkit-animation: spin3 2s infinite alternate;
    animation: spin3 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(2) {
    left: 35%;
    top: 100px;
    -webkit-animation: spin 2s infinite alternate;
    animation: spin 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(3) {
    left: 40%;
    width: 51px;
    height: 51px;
    bottom: 50px;
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(4) {
    left: 42%;
    bottom: 50px;
    width: 20px;
    height: 20px;
}
.breadcrumb_area_two .bubble li:nth-child(5) {
    left: 76%;
    width: 51px;
    height: 51px;
    top: 160px;
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(6) {
    left: 75%;
    width: 30px;
    height: 30px;
    top: 186px;
}
.breadcrumb_area_two .bubble li:nth-child(7), .breadcrumb_area_two .bubble li:nth-child(8) {
    left: 52%;
    top: 150px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(8) {
    left: 90%;
    top: 250px;
}
._custom_blog_page .uabb-blog-post-inner-wrap {
    position: relative;
}
._custom_blog_page .uabb-post-wrapper .uabb-blog-post-content{
    position: unset
}
._custom_blog_page span.uabb-meta-date {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0 14px 30px 0 rgba(68,28,183,.25);
    box-shadow: 0 14px 30px 0 rgba(68,28,183,.25);
    text-align: center;
    color: #696EFF;
    z-index: 1;
    width: 64px;
    height: 52px;
    overflow: hidden;
    padding: 7px 16px;
    font-size: 15px;
    font-weight: 600;
}
._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section {
    display: inline-block;
}

._custom_blog_page h5.uabb-post-meta.uabb-blog-post-section {
    display: inline-block;
    margin-left: auto;
    float: right;
    margin-right: -4px;
}
._custom_blog_page span.uabb-comments-link a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #282835;
    position: relative;
    top: 9px;
}
._custom_blog_page span.uabb-comments-link{
    position:relative;
}
._custom_blog_page span.uabb-comments-link:before {
    position: relative;
    content: "\e644";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -6px;
    top: 12px;
    color: #696EFF;
}
._custom_blog_page h3.uabb-post-heading.uabb-blog-post-section {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    top: 60px;
    margin-bottom: 75px !important;
}
._custom_blog_page .uabb-post-thumbnail {
    margin-bottom: -60px;
}
._custom_blog_page a.page-numbers, ._custom_blog_page span.page-numbers{
    font: 300 15px/28px "Roobert",sans-serif;
    width: auto;
    height: 40px;
    min-width: 40px;
    border: 1px solid #e7e7f6 !important;
    display: inline-block !important;
    text-align: center;
    line-height: 30px;
    color: #677294 !important;
    font-size: 16px;
    border-radius: 50%;
    background-color: #F8F8FE!important;
    margin: 0 3px !important;
}
body ._custom_blog_page .uabb-blogs-pagination span.page-numbers.current {
    background-color: #696EFF !important;
    color: #fff !important;
    border-color: #696EFF!important;
}
.blg-cat ul li a:hover {
    color: #7649BA;
}
._custom_blog_page a.next.page-numbers, ._custom_blog_page a.prev.page-numbers{
    overflow: hidden;
    padding-top: 34px !important;
    position: relative;
    width: 40px;
}
._custom_blog_page a.prev.page-numbers:before, ._custom_blog_page a.next.page-numbers:before {
    position: absolute;

}
._custom_blog_page span.page-numbers.dots {
    line-height: 1.3;
}
._custom_blog_page a.prev.page-numbers:before {
    content: '<';
    top: 5.5px;
    font-size: 26px;
    left: 12px;
}
._custom_blog_page a.next.page-numbers:before {
    content: '>';
    top: 5.5px;
    font-size: 26px;
    left: 13px;
}
._custom_blog_page  ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
}
._user-icons ul {
    margin-bottom: 0;
}
section._users-section .row {
    display: -webkit-box;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
._custom_blog_page .uabb-post-thumbnail img {
    border-radius: 6px !important;
}
._blog_tags .tagcloud a {
    padding: 6px 20px;
    color: #5a5a77;
    background: #f8f8fe;
    border-radius: 4px;
    margin: 5px 4px;
    font-size: 14px !important;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font: 300 15px/28px "Roobert",sans-serif;
}
._blog_tags .tagcloud a:hover{
    background: #696EFF;
    color: #fff;
}
._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section a{
    position: relative;
}
._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section a:hover, ._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section a:hover span{
    color: #696EFF;
}
._custom_blog_page a.page-numbers:hover, ._custom_blog_page span.page-numbers:hover {
    background: #696EFF !important;
    color: #fff !important;
    border-color: #696eff !important;
}
._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section a:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}
._custom_blog_page span.uabb-read-more-text.uabb-blog-post-section a:hover:before {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    background: #696EFF;
    width: 100%;
}
h3.uabb-post-heading.uabb-blog-post-section:hover a {
    color: #696EFF !important;
}
._blog_tags .fl-module-content {
    margin-left: 0;
    margin-right: 0;
}
._blog_tags h2.widgettitle {
    font-size: 20px;
    font-weight: 600;
    color: #282835;
    margin-bottom: 30px;
}
._blog_single_cats span.fl-post-info-terms a {
    font-size: 16px !important;
    font-weight: 400;
    padding: 0 0 0 6px;
}
._blog_single_cats span.fl-post-info-terms a:hover {
    color: #fff;
}
._single_about_author .fl-module-content.fl-node-content a:hover {
    color: #fff;
}
._blog_sing_date {
    position: relative;
    left: 20px;
    margin-bottom: -70px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0 14px 30px 0 rgba(68,28,183,.25);
    box-shadow: 0 14px 30px 0 rgba(68,28,183,.25);
    text-align: center;
    color: #7649BA;
    z-index: 1;
    width: 64px;
    height: 52px;
    overflow: hidden;
    font-size: 15px;
    padding: 7px 16px;
    font-weight: 600;
}
._blog_sing_date .fl-module-content.fl-node-content {
    margin: 0;
    text-align: center;
    line-height: 1.4;
}
li.wow::marker {
    color: rgba(0,0,0,0);
}
li.wow.slideInnew2._twitch {
    top: 218px !important;
    left: 195px !important;
}
li.wow.slideInnew2._tiktok {
    top: 105px !important;
    left: 299px !important;
}
li.wow.slideInnew2._youtube img {
    display: none;
}
li.wow.slideInnew2._facebook {
    top: 315px !important;
    left: -16px !important;
}
li.wow.slideInnew2._instagram {
    box-shadow: none;
}
.blg-srch input {
    background-color: #f8f8fe;
}
.plus_z-index{
    position: relative;
    z-index: 2;
}
._contact_page_form_pr .uabb-contact-form .uabb-input-group-wrap input:focus, .fl-node-5f22b97673c08 .uabb-contact-form .uabb-input-group-wrap textarea:focus {
    -webkit-box-shadow: 0 10px 14px 0 rgba(12,0,46,.06) !important;
    box-shadow: 0 10px 14px 0 rgba(12,0,46,.06) !important;
    outline: 0;
}
.fl-builder-content-10730{
    background-color: transparent !important;
}
.fl-builder-content-10730.fl-theme-builder-header-scrolled{
    background-color: white !important;
}
.blg-cat ul li {
    border-top: none !important;
}
.blg-pst h2.widgettitle, .blg-cat h2.widgettitle{
    font-size: 20px;
    font-weight: 600;
    color: #282835;
    margin-bottom: 30px;
}
.fl-col-group.fl-node-5f246846bda47, .fl-col-group.fl-node-5f263fdc55507, .fl-col-group.fl-node-5f264ad8adfc2, .fl-col-group.fl-node-5f26513f26e72 , .fl-col-group.fl-node-5f2959d26e525{
   position: absolute !important;
    z-index: 0;
    left: -25px;
}
.grid-posts .uabb-masonary-filters .uabb-masonary-current{
    border-bottom: solid 1px #696EFF;
}
.grid-posts .uabb-masonary-filters li{
    border-radius: 0 !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}
.grid-posts .uabb-masonary-filters li:before{
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}
.grid-posts .uabb-masonary-filters li{
    position: relative;
}
.grid-posts .uabb-masonary-filters li:hover:before{
    width: 100%;
    background: #696EFF;
    right: auto;
    left: 0;
}
.grid-posts .uabb-masonary-filters li.uabb-masonary-current:hover:before{
    content: none !important;
    background: white;
    width: 0 !important
}
.grid-posts .grid-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: white;
    padding: 150px 30px 30px 30px;
}
.overlay-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.grid-posts .grid-overlay * {
    color: white !important;
    text-align: left;
    display: block;
}
.grid-posts .grid-overlay a{
    font-size: 15px;
    margin-top: 15px;
}

.grid-posts .grid-overlay h3 a{
    font-size: 19px !important;
    font-weight: 500;
    margin-top: 0px;
}
.custom-grid-post-with-overlay{
    position: relative;
}
.grid-posts .grid-overlay:hover{
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    transition: ease all 0.3s;
}
.plus-link{
    position: absolute;
    top: 40px;
    right: 40px;
    border: solid 1px white;
    padding: 17px;
    border-radius: 50px;
}
.plus-link:hover{
    background-color: white;
}
.plus-link:hover .ti-plus{
 color: #282835!important;
}
.single-news .container .row .col-md-12{
        padding-top: 160px;
}
.white-header .fl-row-content-wrap{
    margin-top: 0;
}
.fl-theme-builder-header-sticky .white-header .custom_header_text #menu-ryan-header-v2 li a{
    color: white !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled .white-header .custom_header_text #menu-ryan-header-v2 li a{
    color: black !important;
}
.fl-theme-builder-header-scrolled .white-logo{
    display: none !important;
}
.fl-theme-builder-header-sticky .white-header .custom_header_text #menu-ryan-header-v2 .sub-menu li a,
.header-v2 .sub-menu li a{
    color: black!important;
    margin-top: 7px;
    margin-bottom: 7px;
}
.fl-theme-builder-header-sticky .white-header .custom_header_text #menu-ryan-header-v2 .sub-menu li a:hover{
    color:#696EFF!important;
}
._custom_form_design .p-rich_text_block > div > strong {
    font-family: Roobert, sans-serif;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 1 !important;
    margin: 20px 0 !important;
    display: inline-block;
}


/* Changes from Ryan Brown */
.home-customer-logos .uabb-image-carousel-item {
    outline: none !important;
}
.home-customer-logos .uabb-image-carousel .slick-slide img {
    max-width: 150px;
}
/* mega menu */
ul.fl-menu-horizontal li.mega-menu > ul.sub-menu {
    top: 54px !important;
}
ul.fl-menu-horizontal li.mega-menu > ul.sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    width: 105vw;
    transform: translateX(-30%);
    z-index: -1;
    box-sizing: border-box;
    border-top: 1px solid #DEDEDE;
    -moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
    background-color: white;
}
nav .menu .mega-menu .fl-has-submenu-container a {
    height: 54px !important;
}
nav .mega-menu .sub-menu .fl-has-submenu-container{
    display: none !important;
}
nav .mega-menu .sub-menu{
    box-shadow: none !important;
}
nav .mega-menu .sub-menu{
    min-height: 323px;
}
.menu-image img{
    max-height: 100%;
}
nav .mega-menu .sub-menu .sub-menu-cols:first-child {
    width: 25% !important;
    min-width: 275px;
    margin-left: 114px !important;
}
.header-video-wrap{
    width: 250px;
    position: relative;
}
.video-text{
    position: absolute;
    bottom: 0;
    background-color: #696dff;
    color: white;
    width: 100%;
    padding: 3px 0px 3px 12px;
}
._get_started_form *{
    box-sizing: border-box;
}
body:not(.fl-builder-edit) ._get_started_form {
    position: fixed;
    background-color: #000000d6;
    z-index: 999;
    width: 101%;
    left: 0;
    overflow: scroll;
    top: 0;
    height: 100vh;
    box-sizing: border-box;
    overflow-x: hidden;

}
._get_started_form._submitted {
    display: none;
}
._gs_form_not_submitted {
    height: 100vh;
}
._read_less_more ul li{
    transition: opacity 10ms ease-in;
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}
._read_less_more:not(._show_all) ul li:nth-child(n+5) {
    display: none !important;
    opacity: 0;
    height: 0;
    padding: 0 !important;
    -webkit-transition: opacity 10ms ease-in;
    transition: opacity 10ms ease-in;
    position: relative;
    z-index: -1;
    overflow: hidden
}
body.page ._read_less_more ul li:last-child {
    display: flex !important;
    height: auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
    cursor: pointer;
}
body.page ._read_less_more ul li:last-child .pp-list-item-text {
    color: #696eff !important;
}
body.page ._read_less_more ul li:last-child .ua-icon{
    opacity:0;
}
._read_less_more ul li:last-child h3{
    cursor: pointer;
    font-size: 18px !important;
    color: blue !important;
}
._height_effacts{
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out;
}
._read_less_more {
    -webkit-transition: height .4s ease-out;
    transition: height .4s ease-out;
    overflow: hidden;
}

/* white mega menu */
.white-header-mega-menu nav #menu-main-mega-menu li a{
    color: white;
}
.white-header-mega-menu nav #menu-main-mega-menu li a:hover{
    color: white !important;
}
.fl-theme-builder-header-scrolled .white-header-mega-menu nav #menu-main-mega-menu li a:hover{
    color: #696EFF!important;
}
.white-header-mega-menu nav #menu-main-mega-menu .sub-menu li a:hover{
    color: #696EFF!important;
}

.fl-theme-builder-header-scrolled .white-header-mega-menu nav .mega-menu ul li a{
    color: black !important;
}
body:not(.fl-builder-edit) ._fixed_bottom_banner {
    margin-bottom: -16px;
}

body:not(.fl-builder-edit) ._post_pupup {
    display: none;
}
body:not(.fl-builder-edit) ._post_pupup._active {
    display: block;
    position: fixed;
    margin: 50px auto 0;
    z-index: 9999;
    top: 50px;
    left: 0;
    right: 0;
}
.post_popup_active {
    max-height: 100vh;
    overflow: hidden;
}

.editors-pick-list{
    display: flex;
    flex-direction: column;
    padding: 0;
}
.editors-pick-list li{
    position: unset !important;
}

/*Remove simple banner from pages without header/footer*/
.page-template-tpl-no-header-footer #simple-banner, .page-id-15055 #simple-banner, .page-id-10279 #simple-banner{
    display: none;
}

/*Trendemon popup style*/
.trd-unit-populated .single-field.light .container-elements{
    padding: 30px 25px !important;
    border-radius: 10px;
}
.trd-unit-populated .container-elements .internal.close-btn{
    padding: 5px;
}

/*Start Blog filter styles*/
.sf-field-category{
    margin-right: 70px;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] h4{
    cursor: pointer;
}
.searchandfilter ul li[data-sf-field-input-type="checkbox"] h4::after{
    content: ">";
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #787cff;
    cursor: pointer;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] ul{
    position: absolute;
    box-shadow: 0 14px 30px 0 #000000;
    border-radius: 10px;
    padding: 15px;
    z-index: 999999;
    background: white;
    display: none;
}

.searchandfilter ul li[data-sf-field-input-type="checkbox"] ul.active{
    display: block;
}

.searchandfilter ul li ul li:nth-child(1) input, #search-filter-form-22853 ul li ul li:nth-child(1) input{
    height: unset;
}
.searchandfilter ul li ul li:nth-child(1) label{
    display: inline;
}

.sf-field-taxonomy-individual_goals, .sf-field-taxonomy-program_status, .sf-field-taxonomy-industry{
    margin-right: 25px !important;
    background: #ffffff;
    padding: 10px 20px 5px 20px !important;
    border-radius: 100px;
    border: 1px solid #ededed;
}
/*End Blog filter styles*/

/* Gated Link Popup and Custom Popup*/

.gated-link-popup, .custom-popup{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.gated-link-popup.open, .custom-popup.open{
    display: flex;
}
.gated-link-inner, .custom-popup-inner{
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    width: 50vw;
    position: relative;
}

.gated-link-popup-exit, .custom-popup-exit{
    position: absolute;
    top:0;
    right: 0;
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
}

.seealso{
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}
.seealso p{
    margin:0 !important;
    font-family: 'Roobert';
    font-size: 18px;
    font-weight: 400;
}
.seealso p:before{
    content:url('/wp-content/uploads/2022/07/seealso-grin.webp');
    position: relative;
    bottom: -5px;
    left: -7px;
}
.seealso span.gated-link-button{
    font-family: 'SourceSerifPro' !important;
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

.custom-popup-button{
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

span.gated-link-button:hover, .custom-popup-button:hover{
    color:#2c2c51;
}

.gated-link-popup .uabb-close-icon, .custom-popup .uabb-close-icon {
    top: unset;
    right: unset;
}

@media screen and (max-width: 768px) {
    .gated-link-inner, .custom-popup-inner{
        width: 91vw;
    }
}

/* End Gated Link Popup and custom popup*/


/*Simple Banner button*/
#simple-banner.simple-banner a.banner-btn{
    color: #5F6989;
    background-color: #f8f8fe;
    padding: 5px 10px;
    border-radius: 25px;
    margin: 5px 5px 5px 10px;
    transition: .2s;
    white-space: nowrap;
}
#simple-banner.simple-banner a.banner-btn:hover{
    background-color: #5d62f3;
    color: white;
    text-decoration: none;
}

.grecaptcha-badge{
    visibility: hidden;
}

.uabb-close-custom-popup-edge-top-right .uabb-close-icon{
    color: #333;
}

.uamodal-60f1e150e5e4c .uabb-close-icon{
    color:white;
}

/*Get Started Form Style*/
.get-started-sub, .get-started-title{
    color: white;
}
.get-started-title{
    font-weight: 700;
}
.page-id-11 .mktoForm, .mobile-demo-col .mktoForm{
    background-color: #f8f8fe;
}
/* .overflow-col .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="text"], .overflow-col .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,.overflow-col .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="email"],.overflow-col .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="tel"]{
    margin-bottom: 2vh;
} */
.mobile-demo-col{
    visibility: hidden;
}
.uabb-video__play-icon button.uabb-video-wistia-play{
    padding: 10px 8px 8px;
}
@media screen and (max-width: 768px){
    .overflow-col{
        display: none;
    }
    .mobile-demo-col{
        visibility: visible;
    }
}
/* End Get Started Form Style*/

#fl-main-content .fl-rich-text a.template-content-link{
    padding: 20px 30px;
    background: #696eff;
    color: white;
    border-radius: 40px;
    font-weight: bold;
    transition: .3s;
}
#fl-main-content .fl-rich-text a.template-content-link:hover{
    background-color: white;
    color:#696eff;
}
a.template-content-link:not([href*="grin.co"]):not([href^="#"]):not([href^="/"])[target="_blank"]::after{
    content: "";
}

a.imc-report-link{
    color: white;
}

.drift-widget-chat-layout__takeover--noResponse .drift-widget-chat-wrapper{
    height: 90vh;
    max-height: 700px;
}

.chrome-download-container{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.uabb-modal-text .chrome-download-container .chrome-button{
    display: none;
    background: #696eff;
    color: white;
    border-radius: 20px;
    padding: 10px 10px 10px 30px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 40px;
    margin-right: 40px;
    transition-duration: .25s;
}
.uabb-modal-text .chrome-download-container .chrome-button:hover{
    color: #696eff;
    background-color: white;
}
.thank-you-message{
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

/* Marketo Form Styles*/
.mktoForm {
    width: 100% !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    grid-gap: 5px 10px;
  }

  .mktoForm input[name="honeypot"],.mktoForm label#Lblhoneypot{
      display: none;
  }

  .mktoForm.content-form .mktoFormRow, .mktoForm.content-form .mktoButtonRow, .podcast-subscribe-form .mktoButtonRow{
      grid-column: span 2 / auto;
  }

  .mktoForm.content-form .mktoButtonRow, .mktoForm.mktoForm.news-subscribe-form .mktoButtonRow{
      margin-top: 15px;
  }
  
  .page-id-13480 .mktoForm.content-form .mktoFormRow .mktoFormCol .mktoFieldWrap label{
    display: none;
  }

  .mktoForm.content-form .mktoFormRow .mktoFormCol .mktoFieldWrap input{
    color:black;
    border: 1px solid #DAE2E7;
    box-shadow: none;
    font-weight: 400;
  }
  .mktoForm.content-form .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder{
    color:#C0C0C0;
    opacity: 1;
  }

  .mktoForm.podcast-subscribe-form .mktoButtonRow{
      margin-top: 10px;
  }
  .mktoForm.podcast-subscribe-form .mktoButtonRow{
      grid-column: span 1;
  }

  .mktoForm.podcast-subscribe-form .mktoButtonRow .mktoButtonWrap{
      width: 100% !important;
  }

  a.google-policy{
      color: #4c84ff;
  }

  .mktoForm.news-subscribe-form .google-recaptcha-policy{
    color: white;
  }

  .page-id-9570 .uabb-modal .mktoForm.news-subscribe-form .google-recaptcha-policy{
    color: #333;
  }

  .mktoForm .mktoAsterix{
      color:red !important;
  }
  
  .mktoForm .mktoButtonRow{
    grid-column: span 2 / auto;
  } 
  
  .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    width: 49% !important;
    display: inline-block;
  }

    .mktoForm.interactive-content-form{
        grid-template-columns: 25% 25% 25% 25%;
    }
    .mktoForm.interactive-content-form .mktoButtonRow{
        grid-column: 4;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transform: translateY(10px);
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
        width: 88% !important;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
        padding: 16px;
        transform: translateY(4px);
    }

  .mktoForm.news-subscribe-form{
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .mktoForm.news-subscribe-form .mktoButtonRow .mktoButtonWrap, .mktoForm.content-form .mktoButtonRow .mktoButtonWrap{
      width: 100% !important;
  }

  .mktoForm.news-subscribe-form .mktoFormRow .mktoFieldWrap label{
      color: white;
  }

  .mktoForm .mktoHtmlText{
      width: unset !important;
  }

  .mktoForm.demo-form .number-of-employees, .mktoForm.quick-demo-form .number-of-employees, .mktoForm.long-content-form .number-of-employees{
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row:4;
  }

  .mktoForm .mktoFormRow.compliance-row{
    grid-column-start: 1;
    grid-column-end: span 2;
  }

  .mktoForm .mktoFormRow.compliance-row .mktoFormCol .mktoFieldWrap input{
      width: unset !important;
  }

  .mktoForm .mktoFormRow.compliance-row .mktoFormCol .mktoFieldWrap label{
      display: block !important;
      line-height: 1.1;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="checkbox"]{
      cursor: pointer;
  }

  .mktoForm.mktoForm.interactive-content-form .mktoFormRow.compliance-row{
      grid-row: 2;
  }

  .mktoForm p.privacy-information{
    color: gray;
    font-size: 13px;
    font-weight: 500;
  }

  .mktoForm p.privacy-information a{
      color: blue;
      text-decoration: underline;
      font-size: 13px;
      font-weight: 500;
  }

  .mktoForm p.required-information{
      color: red;
      font-size: 11px;
  }

  .mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
  }
  
  .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
    width: 100% !important;
    color: white !important;
    background: #696EFF !important;
    -webkit-transition: .25s;
    transition: .25s;
    font-family: "Roobert", sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    font-size: 15px;
  }
  
  .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
    color: black !important;
  }

  .page-id-11 #get-started-form-col{
    z-index: 99;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol {
    width: 100%;
    height: 100%;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoOffset, .mktoForm .mktoFormRow .mktoFormCol .mktoClear {
    display: none;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
    width: 100%;
    padding: 5px;
  }

  .mktoForm .mktoRadioList{
    width: unset !important;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
      display: flex;
  }

  .mktoForm.progressive-profiling-form, .mktoForm[data-formid="1006"]{
      grid-template-columns: 97%;
  }
  .mktoForm.progressive-profiling-form .mktoFormRow,.mktoForm[data-formid="1006"] .mktoFormRow{
    grid-column: span 2;
  }

  .mktoForm.progressive-profiling-form .mktoFormRow .mktoFieldWrap label, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFieldWrap label{
      font-weight: bold;
  }

  .mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
      transform: translateY(-70%);
  }

  .mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
    padding-left: 0;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input{
     width: unset !important;
     cursor: pointer;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
    margin: 0 20px 0 -4px;
    line-height: 1;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding-left: 14px;
 }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap label{
    width: unset !important;
    font-family: "Roobert", sans-serif;
    cursor: default;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  } 

  .mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap .mktoGutter{
    display: none;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    width: 100% !important;
    font-family: "Roobert", sans-serif;
    border: solid 1px;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input{
      cursor: text;
  }

  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
      cursor: pointer;
  }

  .mktoForm.viplist .mktoFormRow .mktoFormCol .mktoFieldWrap select{
    appearance: auto;
    background: transparent;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
    padding: 13px;
    font-size: 13px;
    background-color: white;
    font-weight: 600;
    color:black;
  }

  .page-id-9570 .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .page-id-9570 .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input{
      padding: 5px 15px;
  }

  .page-id-9570 .mktoForm .mktoFormRow .mktoFormCol{
      margin-bottom: 0 !important;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input::-webkit-input-placeholder {
    color: 	#C0C0C0;
    opacity: 1;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input:-ms-input-placeholder {
    color: 	#C0C0C0;
    opacity: 1;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-ms-input-placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input::-ms-input-placeholder {
    color: 	#C0C0C0;
    opacity: 1;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input::placeholder {
    color: 	#C0C0C0;
    opacity: 1;
  }
  
  .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
    color: 	#C0C0C0;
    border-color: black;
    height: 43px;
  }

  .mktoFormWhiteBg{
      padding: 15px;
      border-radius: 10px 10px 10px 10px;
      background-color: white;
  }

  /*Bottom banner form style*/
  .mktoForm.bottom-banner-form{
    margin-top: 25px;
    grid-auto-flow: column;
    -ms-grid-columns: 25% 25% 25%;
        grid-template-columns: 25% 25% 25%;
  }

  .mktoForm.bottom-banner-form .mktoButtonRow{
    grid-column: unset;
  } 

  .mktoForm .mktoCheckboxList{
      width: unset !important;
  }

  .mktoForm.bottom-banner-form .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
    padding: 10px;
    font-size: 14px;
  }

  .mktoForm.bottom-banner-form .mktoFormRow .mktoFormCol{
      margin-bottom: 0px !important;
  }

  .mktoForm.bottom-banner-form .mktoButtonRow{
    margin-top: 8px !important;
    grid-column: span 4 / auto;
  }

  /*MKTO form radio styles*/
  .mktoForm input[type=radio]{
  /* Hide original inputs */
    visibility: hidden;
    position: absolute;
  }
  .mktoForm input[type=radio] + label:after{
    height:12px;
    width:12px;
    margin-right: 4px;
    content: " ";
    display:inline-block;
    vertical-align: baseline;
    border: 1px solid #333;
  }
  .mktoForm input[type=radio]:checked + label:after{
    background:#696EFF; 
  }
  .mktoForm input[type="radio"] + label::before{
      display: none;
  }

    /* CUSTOM RADIO AND CHECKBOX STYLES */
  .mktoForm input[type=radio] + label:after{
    border-radius:50%;
  }

  @media screen and (max-width: 768px) {
    .mktoForm.interactive-content-form{
        display: block;
    }
    .mktoForm.interactive-content-form .mktoButtonRow{
        grid-column: unset;
        grid-row: unset;
        display: flex;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
        width: 100% !important;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
        transform: translateY(0px);
    }
  }

  @media screen and (max-width: 992px){
      ._fixed_bottom_banner .banner-form-col{
          width: 100% !important;
          padding-bottom: 10px;
      }
  }
  /*End Bottom banner form style*/
  
  @media screen and (max-width: 650px) {
    .mktoForm {
      -ms-grid-columns: 100%;
          grid-template-columns: 100%;

        grid-gap: 2vw 0px;
    }
    .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
      padding: 2vw;
      font-size: 4vw;
    }
    .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
      color: black !important;
    }
    .mktoForm .mktoButtonRow{
        text-align: center;
    }
    .mktoForm .mktoFormRow {
      grid-column: span 2;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
      margin: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
      width: 100%;
      padding: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
      padding: 2.3vw 2vw;
      font-size: 2.5vw;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
      padding: 0;
      font-size: 2.5vw;
    }
    .mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
        min-height: unset;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
        height: 10vw;
        font-size: 3vw;
    }
  }
  @media screen and (max-width: 480px) {
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
        padding: 5vw 2vw;
        font-size: 4vw;
      }
  }

a.see-grin{
    background-color: #5d62f3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 20px;
    width: 40%;
    text-align: center;
    line-height: 1.2;
    margin: 10px auto;
    transition: .25s;
}
a.see-grin:hover{
    color: black;
}
/*End Marketo Form Styles*/

/*Cookie banner adjustments*/
#CybotCookiebotDialog.CybotEdge{
	font-family: Roobert !important;
}

#CybotCookiebotDialog.CybotEdge *{
	font-size: 12px !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
	padding: .5em !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper{
	width: 37px !important;
	height: 16px !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider::before {
    bottom: 2px !important;
    height: 12px !important;
    left: 2px !important;
    width: 12px !important;
}

#CybotCookiebotDialog[dir="rtl"] #CybotCookiebotDialogTabContent input + .CybotCookiebotDialogBodyLevelButtonSlider::before, #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider::before{
	transform: translateX(20px) !important;
}

@media screen and (min-width: 1280px){
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBody .CybotCookiebotScrollContainer{
		min-height:100px !important;
	}
	
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails{
		height: 2em !important;
	}
}
/*End Cookie banner adjustments*/


/* Removed from custom CSS/JS plugin */
.blg-srch input{
  padding: 30px;
  border: 0px;
}
.cat1 .widgettitle,
.cat2 .widgettitle,
.cat3 .widgettitle{
  display: none;
}
.cat1 ul li:nth-child(n+6){
  display: none;
}
.cat2 ul li:nth-child(n+10) {
   display: none;
}
.cat2 ul li:nth-child(-n+5) {
   display: none;
}
.cat3 ul li:nth-child(-n+9) {
   display: none;
}
.html-hidden-row, .popup-row{
  height: 1px !important;
  background-color: white !important;
}
._expl_section_btns i.fl-button-icon {
float: right;
color: #696eff !important;
}
._expl_section_btns a.fl-button:hover {
box-shadow: 0px 10px 25px -5px #cbd6e2 !important;
}

._blg_side_psts a.plus-link {
    display: none;
}
.single-post-nav .nav-links a {
    color: #696eff !important;
}
.blg-pst._cat_recnt_psts {
    background-color: transparent;
    padding: 0;
}
._cat_archive_post_list h2.fl-post-grid-title {
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blg-pst._cat_recnt_psts h2.widgettitle {
    background-color: #696eff;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    display: block;
    padding: 0.25rem 0.75rem;
    margin: 0 0 1rem;
    max-width: 60%;
}
._blog_sing_date{
      color: #696EFF !important;
}




/***************************************/
/* Media Queries                       */
/***************************************/

@media (max-width: 479px){
    ._animated_button {
        margin-left: auto;
        margin-right: auto;
    }
    .s_promo_info .promo_item.item_one {
        left: 6%;
        top: 15%;
    }
    .s_promo_info .promo_item.item_five {
        left: 73%;
        top: 50%;
    }
    .s_promo_info .promo_item.item_eight {
        top: 76%;
        left: 41%;
    }
    .s_promo_info .promo_item.item_six {
        top: 51%;
        left: -3%;
    }
    .s_promo_info .promo_item.item_two {
        left: -21px;
        top: 241px;
    }
    .s_promo_info .promo_item.item_four {
        left: 75%;
        top: 27%;
    }
    .round_shape {
        margin: -80px 20px -60px;
    }
    body #_m_m_h_0 .fl-col-content.fl-node-content {
        min-height: 0 !important;
    }
}

@media (max-width: 767px){

    /* Gravity Forms */
    .gfield {
        display: block !important;
        width: 100% !important;
    }

    .landing-page-header{
        width: 100%;
        z-index: 2;
        position: relative;
    }
    .blue-logo {
        display: block !important;
    }
    .white-logo{
        position: relative;
        display: none !important;
    }
    .landing-page-header #menu-primary li a{
        color: #5a5757 !important;
    }
    .landing-page-header .header-btn,
    .landing-page-header .header-btn-two {
        z-index: 2;
        opacity: 1;
    }
    .landing-header-left-col {
        display: inline-block;
        width: 40% !important;
        position: absolute !important;
    }
    .landing-header-right-col {
        display: inline-block;
        width: 100% !important;
    }
    .landing-page-header #menu-primary li a {
        color: #5a5757 !important;
    }
    .landing-page-header #menu-primary .header-buttons a {
        color: white !important;
        background-color: #10b7eb !important;
        border-radius: 5px;
        display: inline-block;
    }
    footer .fl-col-group {
        display: flex;
        flex-wrap: wrap;
    }
    footer .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 50%;
        width: 50% !important;
        margin: 0 0 25px;
        float: left;
        clear: none;
    }
    footer .fl-col.fl-node-5e40dd3dbe7ca.fl-col-small {
        width: 100% !important;
        max-width: 100%;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 5px;
    }
    .single .fl-content-left{
        margin: 80px 0 40px;
    }
    .fl-builder-global-templates-locked .landing-page-header {
        padding-top: 0px;
    }
    .fl-builder-content-9560 {
       padding-top: 0px;
   }
}

@media (max-width: 768px){
    footer .fl-col-small:not(.fl-col-small-full-width):last-child {
        width: 100% !important;
        max-width: 100%;
    }
    footer .fl-col-small:not(.fl-col-small-full-width):nth-child(odd){
        clear: left;
    }


    .benefit-box-influencer-at-scale .uabb-infobox-title{
        margin-top: 55px !important;
    }
    .benefit-box-influencer-at-scale .uabb-infobox-title:before{
        left: 0;
        top: -38px;
    }
    .benefit-box-influencer-at-scale .uabb-infobox-text-wrap:after{
        right: 16px;
        bottom: -25px;
    }

    .fl-builder-content .fl-node-5df6c344894fe {
        max-width: 400px !important;
        float: none;
    }

    .testimonial .uabb-testimonial{
        padding: 20px 20px;
    }

    .yes,
    .no {
        border: solid #10b7eb 1px;
        text-align: center;
        border-radius: 10px;
        width: 200px !important;
        line-height: 70px !important;
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px !important;
    }

    .float-above{
        margin-top: 0px;
        background-color: white;
        z-index: 9;
        position: relative;
    }

    .invitation-form-intro h2{
        font-weight: 400 !important;
        max-width: 100%;
        margin: 0 auto;
    }
    .invitation-pop-up a {
        margin-left: 20px;
    }
    .scroll-logo{
        opacity: 1;
    }
    .transparent-logo{
        opacity: 0;
    }
    .home .main-header  #menu-primary li a{
        color: #5a5757 !important;
    }
    .home .main-header  #menu-primary .header-buttons a{
        color: #fff !important;
    }
    .home .scroll-logo {
        opacity: 1;
    }
    .mob_hide {
        display: none;
    }
    .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
        position: relative;
    }
    .testimonial_slider .fl-slide .fl-slide-title:before, .testimonial_slider .fl-slide .fl-slide-title:after {
        display: none;
    }
    .testimonial_slider .fl-slide .fl-slide-text {
        padding: 25px 0 0 0 !important;
        text-align: left;
        margin: 0;
    }
    .testimonial_slider .fl-slide .fl-slide-foreground {
        background: #fff;
        padding: 30px !important;
        border: 1px solid #e3e6f0;
        border-radius: .25em;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .testimonial_slider .fl-slide .fl-slide-foreground .fl-slide-content-wrap, .testimonial_slider .fl-slide .fl-slide-foreground .fl-slide-content {
        padding: 0;
    }
    .fl-builder-content .fl-module-content-slider.testimonial_slider .fl-slide .fl-slide-title {
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: left;
        padding: 0 !important;
    }
    .testimonial_slider .fl-slide .fl-slide-photo-wrap {
        padding: 15px 0;
        display: block !important;
        width: 100% !important;
    }
    .testimonial_slider .fl-slide .fl-slide-photo-img {
        border-radius: 5px !important;
        margin: 0 auto;
    }
    .fl-slide-mobile-photo {
        display: none;
    }
    .manage-slider .bx-controls {
        position: relative;
        top: 0;
    }
    .media:before {
        content: '';
        position: absolute;
        top: .5rem;
        bottom: 0;
        left: 38px;
        height: 100%;
        border-left: 3px dashed #e3e6f0;
        z-index: 1;
    }
    .control_row .fl-col-content {
      border: 0 !important;
    }
    .control_row.reverce .fl-col-group .fl-col-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
        zoom: normal;
        max-width: 100%;
    }
    .fl-node-5e41387781645 .fl-button-wrap {
        text-align: center;
    }
    .fl-node-5e4136c9b4d42 > .fl-col-content {
        text-align: center;
    }
    .fl-node-5e4136d044327 > .fl-module-content {
        margin-left: 0;
    }
    footer .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 50%;
        width: 50% !important;
        margin: 0 0 25px;
        float: left;
        clear: none;
    }
    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
    .manage-slider.fl-module .fl-slide-mobile-photo {
        display: block;
        padding: 0 12px;
    }
    .manage-slider.fl-module .fl-content-slider, .manage-slider.fl-module .fl-content-slider .fl-slide {
        min-height: auto !important;
    }
    .manage-slider.fl-module .fl-content-slider .bx-viewport {
        height: auto !important;
        padding-bottom: 70%;
    }
    .manage-slider .bx-controls .bx-pager {
        padding: 0;
        bottom: 0;
    }
    .fl-menu #menu-primary li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .main-header #menu-primary .header-buttons {
        display: inline-block;
    }
    .main-header #menu-primary .header-buttons a {
        padding: 10px 20px;
        /* margin-bottom: 15px; */
    }
    .control_row .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
        width: 100% !important;
    }
    .fl-builder-content-9955 {
        position: relative;
        margin-bottom: 1px;
    }
    .sticky-sidebar-two{
        display: none;
    }
    .dots-wrap-bottom{
        display: none;
    }
    ._app_quickly_query .fl-col-group {
        padding: 0 20px;
    }
    ._app_quickly_query .fl-row-content-wrap {
        background-position-x: 6%;
        background-position-y: 94%;
        background-size: 96%;
    }
    .main-header.header-v2 {
        margin-top: 0px;
    }

    .myclass_topcol_ {
        max-width: 100% !important;
    }
    div#_faq_tab_clm {
        max-width: 100%;
    }
    div#_faq_tab_clm .fl-col-content {
        margin-right: 20px;
        margin-left: 20px;
        padding: 20px 0 0;
    }
    div#_faq_tab_clm ul.pp-list-items li {
        display: inline-block !important;
        padding: 0 5px !important;
    }
    ._overlapping_bg {
        left: 0;
        right: 0;
        width: 100%;
        height: 130%;
        top: -15px;
        margin: 0 auto;
    }
    ._overlapping_bg_column {
        margin-top: 50px;
    }
    .service_carousel {
        padding-left: 0px;
    }
    .service_carousel .owl-nav {
        display: none;
    }
    .service_carousel:before{
        display: none;
    }
    ._full_width_vid_clms {
        padding: 20px 0;
    }
    ._testimonial_shtcod_bb .uabb-slider-next, ._testimonial_shtcod_bb .uabb-slider-prev {
        display: none;
    }
    .custom_gallery_design._single_video .uabb-vg__play.uabb-animation- {
        height: 60px;
        width: 60px;
    }
    .custom_gallery_design._single_video .uabb-vg__play.uabb-animation- svg {
        border-left: 12px solid red;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 25px;
    }
    img.video_leaf {
        width: 17%;
        top: -9%;
        left: 0;
        width: 100px;
    }
    img.cup {
        right: 0;
        bottom: 16%;
        width: 10%;
    }
    ._testimonial_shtcod .owl-nav {
        display: none;
    }
    .main-header .fl-row-content-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .top_banner_wrapper .fl-col-small:not(.fl-col-small-full-width), .main-header .fl-col-small:not(.fl-col-small-full-width){
        max-width: 100% !important;
    }
    .fl-module.fl-module-menu.fl-menu-mobile-clone {
        margin: 0 !important;
    }
    .main-header .fl-module-content.fl-node-content {
        margin: 0;
    }
    .main-header .menu a {
        padding-left: 0;
    }
    .fl-menu .fl-has-submenu-container {
        min-height: 0 !important;
    }
    .fl-node-5f038f7bb5a0f .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle{
        margin: -5.5px 5px 0 !important;
    }
    .main-header .fl-menu .menu > li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(237,237,237,.4);
    }
    .fl-module.fl-module-menu.fl-menu-mobile-clone {
        padding-top: 17px !important;
    }
    footer._new_footer {
        padding: 30px 0;
    }
    ._widget_wrapper {
        margin-top: 15px;
    }
    ._widget_wrapper ul{
        margin-bottom: 0 !important;
    }
    footer._new_footer {
        background-image: none;
    }
    ._new_footer .fl-module-content {
        margin: 0 15px;
    }
    ._new_footer p {
        margin: 0 !important;
    }
    button.fl-menu-mobile-toggle.hamburger {
        margin-top: -5px;
    }
    .fl-menu .fl-menu-toggle:before {
        width: 7px !important;
        height: 7px !important;
        border-right: 1px solid !important;
        border-bottom: 1px solid !important;
    }
    span.fl-menu-toggle {
        border: 1px solid #ccc;
        height: 24px !important;
        width: 24px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        top: 20% !important;
    }
    .fl-active > div > a, .current-menu-item > div > a {
        color: #3C78D3 !important;
    }
    .fl-menu .fl-has-submenu.fl-active > .fl-has-submenu-container .fl-menu-toggle {
        -webkit-transform: rotate( -90deg ) !important;
        -ms-transform: rotate( -90deg ) !important;
        transform: rotate( -90deg ) !important;
    }
    ul.sub-menu li a {
        padding: 0 !important;
        white-space: nowrap;
        font: 400 14px/28px "Roobert",sans-serif !important;
        color: #051441 !important;
    }
    .single-news .container .row .col-md-12{
        padding-top: 20px;
    }

    header {
        padding-top: 10px !important;
        background-color: #fff;
    }

    /* align logo */
/*  .scroll-logo {
        margin-top: 12px !important;
        margin-left: 20px !important;
    }*/

    /* buttons */
    .fl-button, .uabb-creative-button-wrap a {
        display: block;
        width: 100% !important;
        padding: 15px 0 !important;
        margin: 0 auto 10px auto !important;
    }
    /* home page video button */
    .fl-node-5f2ee81a1d6fc > .fl-module-content {
        margin: 0 !important;
    }

    /* Rashid responsive css */
    ._mb_50_tab {
        margin-bottom: 50px;
    }
    .r_mb_15 .fl-module-content.fl-node-content h2.fl-heading{
        margin-bottom: 15px !important;
    }
    .margin_p_mobail p {
        margin-bottom: 15px !important;
    }
    .m_d_b .fl-separator {
        display: block !important;
    }
    .m_m_t_40 {
        margin-top: 40px;
    }
    ._revw_spacing .fl-col-content.fl-node-content .fl-col-content.fl-node-content {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    ._z_index_plus{
        position: relative;
        z-index: 5;
    }
    ._aim_clr_ssp {
        margin-top: -70px !important;
        position: relative;
        z-index: 0;
    }
    ._rev_2_spcng.fl-col[data-node] .fl-col-content {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    ._b_vid_item > .fl-col-content.fl-node-content {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        margin-top: 20px !important;
        margin-bottom: 30px;
    }
    ._brans_licns_spcng {
        padding: 10px 40px !important;
    }
    .round_shape {
        margin: -40px 20px -40px;
    }
    ._cstm_rpt_m_spcng {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ._imp_img_spcg {
        margin-bottom: 13px;
        margin-top: -20px;
    }
    ._checpter_bx_pdng {
        padding: 20px 20px 0 !important;
    }
    ._checpter_bx_pdng > .fl-col-content.fl-node-content {
        padding: 20px 20px 0 !important;
    }
    ._dnld_gid_bx_pdng .fl-col-content.fl-node-content{
        padding: 20px!important;
    }
    ._ti_bn_img{
        padding: 20px!important;
    }
    ._m_p_t_0{
        padding-top: 0px !important;
    }
    ._m_m_t_40{
        margin-top: 40px !important;
    }
    ._m_m_b_40{
        margin-bottom: 40px !important;
    }
    ._m_p_t_40{
        padding-top: 40px !important;
    }
    ._m_p_b_40{
        padding-bottom: 40px !important;
    }
    ._m_m_t_20{
        margin-top: 20px !important;
    }
    ._m_m_b_20{
        margin-bottom: 20px !important;
    }
    ._m_p_t_20{
        padding-top: 20px !important;
    }
    ._m_p_b_20{
        padding-bottom: 20px !important;
    }
    .samerow .fl-col-content.fl-node-content {
        margin: 0 auto !important;
    }
    ._m_p_20 {
        padding: 20px;
    }
    ._set_min_hight_tab .uabb-content.uabb-tab-acc-content {
        min-height: auto !important;
    }
}

@media (max-width: 992px){
    .main-header {
        position: relative;
        background-color: white;
    }
    .fl-menu-mobile-clone #menu-primary li a {
        color: #5a5757 !important;
    }
    .white-logo{
        display: none !important;
    }
    .scroll-logo {
        position: relative !important;
        top: inherit !important;
/*      margin-top: 10px !important;
*/  }
}

@media(max-width: 1024px){
    .fl-node-content ._new_vid_content_txt .fl-col-content {
        padding: 30px;
        margin: 0 auto;
    }
    ._app_quickly_query .fl-row-content-wrap {
        background-position: right;
        background-size: 44%;
    }
}

@media (max-width: 1150px) {
    .manage-slider.fl-module .fl-module-content {
        margin: 0;
    }
    .manage-slider.fl-module .fl-content-slider, .manage-slider.fl-module .fl-content-slider .fl-slide {
        min-height: 450px !important;
    }
    .manage-slider.fl-module .fl-content-slider .bx-viewport {
        height: 450px !important;
    }
    .manage-slider.fl-module .fl-content-slider .fl-slide-bg-photo {
        background-size: contain;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .header-v2{ margin-top:62px; }
}
@media only screen and (min-width: 1025px) {
    .fl-menu-toggle{display:none;}
}
@media(min-width: 1350px){
    .service_carousel .owl-next, .service_carousel .owl-prev {
        left: -70px;
    }
}

@media(min-width: 1024px){
    ._full_width_vid_clms .fl-col-group {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 769px){
    ._testimonial_shtcod .single-item-wrapper {
        padding: 0 120px;
    }
    .custom_gallery_design .uabb-video-gallery__column-2 {
        width: 50vw;
    }
}