:root {
  --link-color: #000ff0;
}
*{
    outline-width:0!important;
}
::-webkit-input-placeholder {
   color: #403F5A!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;

    
}
:-moz-placeholder { /* Firefox 18- */
   color: #403F5A!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #403F5A!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
:-ms-input-placeholder {
   color: #403F5A!important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a{
    color:var(--link-color);
    /* font-weight: 500; */
    cursor: pointer;
}
a:hover,
a:focus{
    color:rgba(0,0,0,0.87);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: 700;
}
h1,.h1{
    font-size: 26px;
    line-height: 30px;
}
h2,.h2{
    font-size: 22px;
    line-height: 26px;
}
.text-black{
    color: #212128;
}
.form-control{
    height:60px;
    padding:18px;
    height:50px;
    padding:20px 16px;
    color:#000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn{
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;

    height:60px;
    position: relative;
    overflow: hidden;

    transition: 0.3s ease;
    border: 1px solid #500AD2;
    background: #500AD2;
    padding: 18px 20px;
    border-radius: 6px;
}
.btn:hover,
.btn:focus{
    color: #fff;

}
.btn-success.btn-suffix{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
    height:40px;
    padding: 9px 30px;
}
.btn-xs{
    font-size: 12px;
    line-height: 15px;
    padding:6px 20px;
    height:30px;
}
.btn-sm{
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    padding: 10px 24px;
}
.btn-md{
    padding-left:55px;
    padding-right:55px;
}
.btn-primary{
    background:#F06E46;
    border-color:#F06E46;
    color: #fff !important;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary{
    background:#F08046;
    border-color:#F08046;
}
.btn-brand{
    background:#5F59E6;
    border-color:#5F59E6;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
}
.btn-brand.active,
.btn-brand.focus,
.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover,
.open>.dropdown-toggle.btn-brand{
    color: #fff;
    background:#514BDD;
    border-color:#514BDD;
}
.btn-shadow{
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
}
.btn-success{
    background:#7864FF;
    border-color:#7864FF;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-primary{
    background:#7864FF;
    border-color:#7864FF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.btn-info{
    background-color: #6450F0;
    border-color: #6450F0;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover{
    background-color: #543fe6;
    border-color: #543fe6;
}
.btn-outline-default,
.btn-outline-invert,
.btn-outline-primary,
.btn-outline-success{
    border-width:1px;
}
.btn-outline-default{
    border-color:#fff;
    color:#fff;
}
.btn-outline-default:active,
.btn-outline-default:focus,
.btn-outline-default:hover{
    background:#fff;
    color:#000;
}
.btn-outline-invert{
    border-color:#000;
    color:#000;
}
.btn-outline-invert:active,
.btn-outline-invert:focus,
.btn-outline-invert:hover{
    background:#000;
    color:#fff;
}
.btn-outline-primary{
    background:#F06E46;
    color:#F06E46;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover{
    background:#F06E46;
    color:#fff;
}
.btn-outline-success{
    background: transparent;
    color:#7864FF;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover{
    background:#7864FF;
    color:#fff;
}
/* .btn-outline-brand{
    color: #ffffff;
}
.btn-outline-brand:active,
.btn-outline-brand:focus,
.btn-outline-brand:hover{
    background: #500AD2;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(0,0,0,0.18) 100%);
    color:#fff;
} */
.btn-suffix,
.btn-suffix-alt{
    -webkit-transition-property: padding-left,padding-right;
    -o-transition-property: padding-left,padding-right;
    transition-property: padding-left,padding-right;
    -webkit-transition-duration: 0.3s, 0.3s;
            -o-transition-duration: 0.3s, 0.3s;
       transition-duration: 0.3s, 0.3s;
}
.btn-suffix:hover,
.btn-suffix:focus,
.btn-suffix:active{
    padding-left:35px;
    padding-right:75px;
}
.btn-suffix-alt:hover,
.btn-suffix-alt:focus,
.btn-suffix-alt:active{
    padding-left:14px;
    padding-right:34px;
}
.btn-suffix:after,
.btn-suffix-alt:after{
  position: absolute;
  content: "\2192";
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  right: -3em;
  -webkit-transition: right 0.3s;
  -o-transition:right 0.3s;
  transition:right 0.3s;
  color: inherit;
}
.btn-suffix-alt:after{
    content: "";
    margin-top: 5px;
    border: 5px solid transparent;
    border-left-color: #fff;
    border-radius: 2px;
}
.btn-suffix:hover:after{
  right: 1.5em;
}
.btn-suffix-alt:hover:after{
  right: 1.3em;
}
.btn-arrow{
    background: url(../images/icon/arrow/cn-arrow.svg) no-repeat;
    background-size: contain !important;
    min-width: 15px;
    height: 8px;
    display: inline-block;
}
.btn:hover > .btn-arrow,
.btn:focus > .btn-arrow{
    background: url(../images/icon/arrow/cn-arrow-white.svg) no-repeat;
}
.btn-outline-signup{
    line-height: 18px;
    text-transform: uppercase;
    background: #fff;
    color: #6b69fe;
}
.btn-outline-signup:hover,
.btn-outline-signup:focus{
    color: #6B69FE;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.tbl{
    display:table;
    border-collapse:collapse;
    width:100%;
}
.tbl .tbl-cell{
    display:table-cell;
}
.inline-blk{
    display:inline-block;
}
.blk{
    display: block;
}
.valign-top{
    vertical-align:top;
}
.valign-mid{
    vertical-align:middle;
}
.space-hor{
    margin-left:-20px;
    margin-top:-20px;
}
.space-hor .space-item{
    padding-left:20px;
    padding-top:20px;
}
.space-hor-all .space-item{
    display:inline-block;
}
.space-ver{
    padding-top:30px;
    padding-bottom:30px;
}
.color-invert,
*.color-invert,
*.color-invert:hover,
*.color-invert:focus{
    color:#fff;
}
.title-blk{
    font-size: 22px;
    line-height: 26px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
.line-blk,
.line-left-blk{
    position:relative;
    text-align:center;
    width:4px;
    height:4px;
    background:#403F5A;
    border-radius:10px;
    margin:20px auto;
}
.line-left-blk{
    margin-left:0;
}
.line-blk:before,
.line-blk:after,
.line-left-blk:after{
    content: "";
    background: #403F5A;
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    margin: auto 5px;
    z-index: 1;
    top: 0;
    bottom: 0;
}
.line-blk:before,
.line-left-blk:after{
    left:100%;
}
.line-blk:after{
    right:100%;
}
.color-invert .line-blk,
.color-invert .line-blk:before,
.color-invert .line-blk:after,
.color-invert .line-left-blk,
.color-invert .line-left-blk:after{
    background: #fff;
}
.color-purple,
a.color-purple,
.header a.color-purple{
    color:#806EDE;
}
a.color-purple:hover,
a.color-purple:focus,
a.color-purple:visited{
    color:#806EDE;
}
.default-blk{
    background-color: #fff;
}
.purple-blk{
    background-color:#403F5A;
    color:#fff;
}
.banner-cover{
    background-size:cover;
    background-repeat:no-repeat;
}
.thumb-list{
    list-style:none;
    margin:-40px 0 0 -40px;
    padding:0;
    text-align:center;
    line-height: 0;
}
.thumb-item,
.thumb-list li{
    display:inline-block;
    vertical-align:middle;
    max-width:220px;
    padding-left:30px;
    padding-top:40px;
}
.thumb-item img,
.thumb-list li img{
    max-width:86%;
    height:auto;
    max-height:80px;
}

.thumb-list-uk li{
    padding-left: 20px;
    padding-top: 20px;
}
.thumb-list-uk li.highlight-item{
    padding-left: 30px;
}
.thumb-list-uk li.highlight-item + li{
    padding-left: 30px;
}
.cb-op-sm{
    opacity: 0.5;
}
.cb-op-md{
    opacity: 0.75;
}
.cb-op-lg{
    opacity: 0.9;
}
/*==================================================
=                        chatbox                 =
===================================================*/
/*#fc_chat_layout #fc_chat_header{
    background-color: red !important;
    color: #fff !important;
}
#fc_chat_layout #fc_chat_header.dark-icon{
    background-image: url("http://icons.iconarchive.com/icons/icons-land/vista-people/256/Person-Male-Light-icon.png") !important;
}*/
/*==================================================
=                        Spacing                   =
===================================================*/
.mar-y-xxs{
     margin-top:6px;
    margin-bottom:6px;
}
.mar-y-xs{
    margin-top:15px;
    margin-bottom:15px;
}

.mar-y-sm{
    margin-top:30px;
    margin-bottom:30px;
}
.mar-y-md{
    margin-top:50px;
    margin-bottom:50px;
}
.mar-y-lg{
    margin-top:100px;
    margin-bottom:100px;
}

.mar-x-lg{
    margin-top:140px;
    margin-bottom:140px;
}

.mar-b-zero{
    margin-bottom:0 !important;
}
.mar-b-xs{
    margin-bottom: 15px;
}
.mar-b-sm{
    margin-bottom: 40px !important;
}
.mar-b-md{
    margin-bottom: 70px  !important;
}
.mar-b-lg{
    margin-bottom: 100px;
}


.mar-t-zero{
    margin-top:0;
}
.mar-t-xs{
    margin-top:15px;
}
.mar-t-sm{
    margin-top:30px;
}
.mar-t-md{
    margin-top:45px;
}
.mar-t-lg{
    margin-top:100px;
}
.mar-t-xl{
    margin-top:150px;
}
.mar-r-xlg{
    margin-right: 150px;
}

.pad-t-md{
    padding-top: 80px;
}
.pad-b-sm{
    padding-bottom: 40px;
}
.pad-y-sm{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-y-md{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pad-y-ton{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pad-y-lg{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pad-x-zero{
    padding-left: 0;
    padding-right: 0;
}
.pad-t-zero{
    padding-top: 0 !important;
}
.pad-4{
    padding: 40px;
}
.pad-35{
    padding: 35px;
}
.pad-25{
    padding: 25px;
}

/*width spacing*/
.max-width-xs{
    max-width: 450px;
}
.max-width-sm{
    max-width: 600px;
}

/*===================================
=            Header,hero            =
===================================*/
.header{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    left:0;
    right:0;
    z-index:111;
}
.header ul{
    list-style:none;
    margin:0;
    padding:0;

}
.header .logo,
.header .logo-mark{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.header .logo-mark{
    top: 0;
}
.header .btn{
    border: 1px solid #ff6c36;
    background: transparent;
    color: #ff6c36;
    padding: 5px 14px;
    height: 32px;
    text-decoration:none!important;
    font-size:inherit;
    font-weight:300;
    font-family: inherit;
    text-transform: none;
}
.header .btn:hover,
.header .btn:focus{
    background: #ff6c36;
    border-color: #ff6c36;
    color: #fff;
}
.header .tbl-cell{
    vertical-align: middle;
}
.header-top{
    position:absolute;
    top:0;
    padding:20px 0;
}
.header-top a{
    color: inherit;
    text-decoration:none;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transition: .2s ease-out;-webkit-transition: .2s ease-out;
}
.header-top a:hover,
.header-top a:focus{
    text-decoration: none !important;
}
.header-top a.nav-act
.header-top a.nav-act:hover,
.header-top a.nav-act:focus{
    text-decoration: none !important;
}
.header-top .hover-effect,
.header-top .hover-effect.btn-sm{
    opacity: 0.35;
}
.header-fixed{
    position: fixed;
    top: -15rem;
    z-index: 490;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(64,63,89,0.14);
            box-shadow: 0px 3px 5px 0px rgba(64,63,89,0.14);
}
.header-fixed.headsup{
    top: 0;
}
.header-fixed a{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgba(0,0,0,0.87);
}
.header-fixed a:hover,
.header-fixed a:focus{
    color: rgba(0,0,0,0.87);
    text-decoration: none !important;
}
.header-fixed .btn{
    color: #fff;
    border-color:#F06E46;
    background-color: #F06E46;
}
.header-fixed .btn:hover{
    color: #fff;
    border-color:#E0623A;
    background-color: #E0623A;
}
.header-fixed .hover-effect{
    opacity: 0.35!important;
    color:#23232D!important;
}
.header-fixed .hover-effect.btn-sm{
    background-color: #ccc!important;
    border-color: #bbb!important;
    color:#fff!important;
}
.header-invert{
    color: #fff;
}
.header-invert .btn{
    border-color: #fff;
    color: #fff;
}
/*header case-study freshdesk*/
.header-fd{
    color: #fff;
}
.header-fd .nav-main{
    color: #a0a0a0;
}
.nav-icon{
    font-size:27px;
    line-height:0;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
}
.nav-more{
    font-family: helvetica,sans-serif;
}
.nav-mobile{
    display: none;
}
.nav-links-mobile{
    text-align: center;
    background-color: #403F5A;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition:.5s;
    transition:.5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2222;
}
.features{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mobile-links,
.mobile-signup{
    position:fixed;
    left: 0;
    right: 0;
    padding:20px;
}
.mobile-links{
    top: 100px;
    bottom: 100px;
    overflow-y: auto;
    text-transform:uppercase;
}
.mobile-links a{
    display: block;
    padding: 20px 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
}
.mobile-links a span{
}
.mobile-signup{
    bottom:0;
}
body.nav-mobile-active{
    overflow-y: hidden;
}
.nav-active-mobile .nav-links-mobile{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.nav-main .dropdown-menu,
.nav-sub .dropdown-menu{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    border-color:#eee;
    margin-top: 12px;
    margin-left: -7px;
}
.nav-main .dropdown-menu-right,
.nav-sub .dropdown-menu-right{
    right: -13px;
}
.nav-main .dropdown-menu:before,
.nav-main .dropdown-menu:after,
.nav-sub .dropdown-menu:before,
.nav-sub .dropdown-menu:after,
.nav-sub .dropdown-menu-right:before,
.nav-sub .dropdown-menu-right:after{
    content:"";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFF;
    position: absolute;
    top: -5px;
    left: 12px;
}
.nav-main .dropdown-menu:after,
.nav-sub .dropdown-menu:after{
    border-bottom: 5px solid #E5E5E5;
    top: -6px;
    left: 12px;
    z-index: -1;
}
.nav-sub .dropdown-menu-right:before,
.nav-sub .dropdown-menu-right:after{
    right: 12px;
    left: auto;
}
.nav-main .dropdown-menu>li>a,
.nav-sub .dropdown-menu>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-main .dropdown-menu--alt{
    width: 580px;
    padding: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.09);
            box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.09);
    border-radius: 4px;
    color: #212128;
}
.nav-main .dropdown-menu--alt .row ~ .row{
    margin-top: 30px;
}
.dropdown-menu-heading{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.26px;
    line-height: 18px;
    margin-bottom: 6px;
    color: #6450F0;
}
.dropdown-menu-heading a{
    color: currentColor;
}
.dropdown-menu-content{
    font-size: 12px;
    line-height: 18px;
    font-weight: 200;
    color: #787887;
}
.dropdown-menu-content a{
    color: currentColor;
    text-decoration: none;
}
.nav-main .dropdown-menu--alt:before,
.nav-main .dropdown-menu--alt:after{
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #FFF;
    top: -8px;
    left: 60px;
}
.dropdown-toggle{
    cursor: pointer;
}
.hero *{
    color: #FFFFFF;
}
.hero{
    padding:100px 0 120px;
    background-image: -webkit-linear-gradient(135deg, #B84D41 0%, #8E2A62 100%);
    background-image: -o-linear-gradient(135deg, #B84D41 0%, #8E2A62 100%);
    background-image: linear-gradient(-45deg, #B84D41 0%, #8E2A62 100%);
}
.hero--alt{
    background-image: -webkit-linear-gradient(224deg, #42275A 0%, #734B6D 100%);
    background-image: -o-linear-gradient(224deg, #42275A 0%, #734B6D 100%);
    background-image: linear-gradient(-134deg, #42275A 0%, #734B6D 100%);
}
.hero--invert *{
    color: #202022;
}
.hero-brand{
    background: #6767FD;
}
.hero-muted{
    background: #ececec;
}
.hero h1{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.hero--invert h1{
    text-shadow: none;
}
.hero--black{
    background-color: #2C2A4F;
    padding-bottom: 80px;
}
.hero--black *{
    color: #D4D4DB;
}
.hero--black h1{
    color: #fff;
}
.hero article{
    max-width:827px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-weight:300;
}
@media(min-width:992px){
    .hero--black{
        padding-bottom: 120px;
    }
    .hero-container{
        margin-left:  0 !important;
        max-width: 620px !important;
    }
    .hero-lalign .hero-container{
        text-align: left;
    }
    .hero-lalign .hero-container p{
        margin-left: 0;
    }
}
.title-desc{
    max-width: 700px;
}

.hero article p{
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
}
.marker{
    display:inline-block;
    background-repeat:no-repeat;
}
/* .marker--1{
      background-image: url(../images/mark1.png);
    background-size: 97px 24px;
}
.marker--2{
    background-image: url(../images/mark2.png);
    background-size: 75px 24px;
}
.marker--3{
    background-image: url(../images/mark3.png);
    background-size: 130px 24px;
} */
/*================================
=            Blog                =
================================*/
.blog-blk{
    padding:20px 0;
    background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.00)), to(#E8E5F6));
    background-image:-webkit-linear-gradient(bottom, rgba(255,255,255,0.00) 0%, #E8E5F6 100%);
    background-image:-o-linear-gradient(bottom, rgba(255,255,255,0.00) 0%, #E8E5F6 100%);
    background-image:linear-gradient(0deg, rgba(255,255,255,0.00) 0%, #E8E5F6 100%);
    background-image:-webkit-linear-gradient(0deg, rgba(255,255,255,0.00) 0%, #E8E5F6 100%);
}
.blog-blk i{
    font-size:20px;
    padding:6px 0;
    margin-right: -5px;
}
.blog-blk h5{
    font-weight:bold;
    text-transform: none;

}
.blog-blk a{
    font-size:14px;
    cursor: pointer;
    color:#000;
    text-decoration: underline;
}
/*================================
=            Benefits            =
================================*/
.benefits-blk  h2{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #212128;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 8px;
    text-transform: none;
}
.benefits-blk P{
    font-size: 16px;
    line-height: 24px;
    color: #787882;
}
.benefits-blk a{
    padding-right: 30px;
    margin-top: 30px;
    display: inline-block; 
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
}
.benefits-blk a:hover,
.benefits-blk a:focus{
    text-decoration: none;
    color: var(--link-color);
    background-position: 96% center;
}
/*.benefits-txt-blk p:first-letter{
    float:left;
    font-size: 48px;
    line-height: 36px;
    margin:7px 5px 2px 0;
}*/
.benefits-label{
    border: 2px solid #c3c5ce;
    border-radius: 1px;
    font-size: 12px;
    color: #787882;
    padding: 2px 10px 6px 10px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600;
}
.temp-anim{
    margin-right: 0!important;
    margin-left: 100px!important;
}
.space-top{
    margin-top: 60px;
}
.space-top-md{
    margin-top: 30px;
}
/*===================================
=            Testimonial            =
===================================*/
.testimonial-blk{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    overflow: hidden;
}
.testimonial-blk:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -111;
    background: #E1E1E1;
}
.vinylmeplease-team:before{
    background: #271813;
}
.sharetribe-team:before{
    background: #E85656;
}
.testimonial-blk .overlay-light{
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(212,212,212,0)),color-stop(60%, rgba(212,212,212,1)),to(rgba(212,212,212,1)));
    background: -webkit-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 60%,rgba(212,212,212,1) 100%);
    background: -o-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 60%,rgba(212,212,212,1) 100%);
    background: linear-gradient(to bottom,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 60%,rgba(212,212,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4d4d4', endColorstr='#d4d4d4',GradientType=0 );
}
.testimonial-blk .overlay-dark{
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(83,75,71,0)),to(rgb(20, 49, 86)));
    background: -webkit-linear-gradient(top,  rgba(83,75,71,0) 0%,rgb(20, 49, 86) 100%);
    background: -o-linear-gradient(top,  rgba(83,75,71,0) 0%,rgb(20, 49, 86) 100%);
    background: linear-gradient(to bottom,  rgba(83,75,71,0) 0%,rgb(20, 49, 86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00534b47', endColorstr='#534b47',GradientType=0 );
}
.testimonial-blk blockquote {
    padding:0;
    margin-bottom:0;
    border-width:0;
    max-width:820px;
    font-size:14px;
}
.testimonial-blk blockquote .by{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.testimonial-blk p{
    font-weight: 700;
}
.testimonial-blk-link{
    padding-top: 9px;
    font-size: 14px;
    line-height: 21px;
}
.testimonial-blk-link a{
    color: #212128;
    text-decoration: underline;
}
.testimonial-blk-link a:hover,
.testimonial-blk-link a:focus{
    text-decoration:none;
}
.testimonial-blk-link--invert a{
    color: #fff;
}

/*==================================
=            Call Block            =
==================================*/
.call-blk{
    max-width:670px;
    margin-left:auto;
    margin-right:auto;
}
.call-blk .h2{
    color:#FF845E;
    max-width: 550px;
    margin: 0 auto 15px;
}
.call-blk .title-blk{
    margin-bottom:15px;
}
.call-blk .btn{
    height:60px;
    padding:20px 60px;
    font-size: 18px;
    line-height: 1.2;
    margin:10px 0 30px;
}
/*==============================
=            Footer            =
==============================*/
.cbf-footer{
    padding-bottom: 40px;
}
.footer{
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 0px 0px #F0F0FA;
            box-shadow: inset 0px 1px 0px 0px #F0F0FA;
    padding-top:45px;
    padding-bottom:45px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.footer ul{
    list-style:none;
    margin:0 20px;
    padding: 0;
}
.footer li{
    display:inline-block;
    vertical-align:middle;
}
.footer nav li + li:before{
    content:"";
    display:inline-block;
    background: #A09FAD;
    width:6px;
    height:6px;
    margin:2px 14px;
    border-radius:10px;
}
.footer li a,
.footer li a:hover,
.footer li a:focus{
    color:#403F5A;
}
.footer-alter{
    margin: 60px 0;
    text-align: center;
}
.footer-alter__title{
    font-size: 27px !important;
    margin-bottom: 30px !important;
}
.footer-caption{
    margin-bottom: 80px;
    text-align: center;
}
.footer-caption h2{
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 36px;
    text-transform: none;
}
.footer-caption__actions{
    font-size: 14px;
    margin-left: -15px;
    margin-top: 21px;
}
.footer-caption__action{
    margin-top: 12px;
    padding-left: 15px;
}
.modal-body .bts-inputtxt::-webkit-input-placeholder {
   color: #999!important;
}
.modal-body .bts-inputtxt:-moz-placeholder { /* Firefox 18- */
   color: #999!important;
}
.modal-body .bts-inputtxt::-moz-placeholder {  /* Firefox 19+ */
   color: #999!important;
}
.modal-body .bts-inputtxt:-ms-input-placeholder {
   color: #999!important;
}
.modal-body .bts-btnform,
.modal-body .bts-btnform:hover,
.modal-body .bts-btnform:focus{
    font-size: 19px;
    background-position: 15px center;
}
.modal-body form .text-danger,
.modal-body form .text-success{
    font-size: 13px;
}

/* ==========================================================================
   Feature
   ========================================================================== */
   .cbf-feature{
    margin-bottom: 51px;
   }
   .cbn-feature{
        font-size: 16px;
        color: rgba(0,0,0,0.5);
        letter-spacing: -0.52px;
        padding: 20px 21px;
        display: inline-block;
        width: 100%;
        text-align: center;
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out;
   }
   .cbn-feature:hover,
   .cbn-feature:focus{
        text-decoration: none;
        /*color: #7864FF;*/
        background-color: rgba(0,0,0,.04);
   }
   .cbn-feature:before{
        content: '';
        width: 30px;
        height: 30px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: 60px 30px;
   }
   .cbn-feature--support:before{
        background-image: url(../images/footer/icon-support.svg);
   }
 /*  .cbn-feature--support:hover:before,
   .cbn-feature--support:focus:before {
        background-position: -40px 0;
   }*/
   .cbn-feature--uptime:before{
        background-image: url(../images/footer/icon-uptime.svg);
   }
/*   .cbn-feature--uptime:hover:before,
   .cbn-feature--uptime:focus:before{
        background-position: -43px 0;
   }*/
   .cbn-feature--pci:before{
        background-image: url(../images/footer/icon-pci.svg);
   }
/*   .cbn-feature--pci:hover:before,
   .cbn-feature--pci:focus:before{
        background-position: -42px 0;
   }*/
   /* ==========================================================================
      Footer banner
      ========================================================================== */
    .cbf-banner{
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #6B69FE;
        color: #fff;
    }
    .cbf-banner__container{
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        -ms-flex-pack: justify;
            -webkit-box-pack: justify;
                justify-content: space-between;
        margin: auto;
    }
    .cbf-banner__title{
        font-size: 22px;
        color: #FFFFFF;
        font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-top: -5px;
        margin-bottom: 0;
    }
    .cbf-banner__action{
        text-align: center;
    }
    .cbf-banner__link{
        color: rgba(255,255,255,0.6);
        font-size: 14px;
        display: inline-block;
        margin-top: 6px;
    }
    .cbf-banner__link:hover,
    .cbf-banner__link:focus{
        text-decoration: none;
        color: #fff;
    }

    /* ==========================================================================
       footer badge
       ========================================================================== */
   .cbf-badge{
        background-color: #fff;
        padding-top: 80px;
        padding-bottom: 40px;

        text-align: center;
   }
   .cbf-badge__container{
        text-align: center;
        font-weight: 600;
   }
   .cbf-badge__icon{
        margin: 0 20px;
   }
   .cbf-badge__title{
        margin-top: 24px;
        color: #456473;
        font-size: 20px;
   }
   .cbf-badge__desc{
        color: rgba(0,0,0,0.5);
   }
   .cbf-badge__link{
        color: #000FF0;
   }
   .cbf-badge__link:hover,
   .cbf-badge__link:focus{
        text-decoration: none;
   }
/*=====================================================================
=            Media queries - tablet,desktop,larger displays           =
=====================================================================*/
@media(min-width:768px){
    .tbl-sm{
        display:table;
        border-collapse:collapse;
        width:100%;
    }
    .tbl-sm .tbl-cell{
        display:table-cell;
    }
    .inline-blk-sm{
        display:inline-block;
    }
    .valign-top-sm{
        vertical-align:top;
    }
    .valign-mid-sm{
        vertical-align:middle;
    }
    .space-ver{
        padding-top:70px;
        padding-bottom:70px;
    }
    .space-hor-sm .space-item{
        display:inline-block;
    }
    .header nav>ul>li{
        display:inline-block;
        vertical-align:middle;
        margin-left:24px;
    }
    .nav-main{
        display: inline-block;
        vertical-align: middle;
    }
    .nav-sub{
        text-align: right;
    }
    .blimp-img-blk{
        width:57.5%;
        display:inline-block;
        vertical-align:top;
        margin-left:-5%;
    }
    .blimp-txt-blk{
        width:41.5%;
        display:inline-block;
        vertical-align:top;
        margin-top:30px;
    }
}
/*==============================================================
=            Media queries - desktop,larger displays           =
==============================================================*/
@media(min-width:992px){
    body{
        font-size: 15px;
        line-height: 24px;
    }
    h1,.h1{
        font-size: 42px;
        line-height: 50px;
    }
    h2,.h2{
        font-size: 35px;
        line-height: 39px;
    }
    .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
    .tbl-md{
        display:table;
        border-collapse:collapse;
        width:100%;
    }
    .tbl-md .tbl-cell{
        display:table-cell;
    }
    .inline-blk-md{
        display:inline-block;
    }
    .valign-top-md{
        vertical-align:top;
    }
    .valign-mid-md{
        vertical-align:middle;
    }
    .space-hor-md .space-item{
        display:inline-block;
    }
    .hero article{
        margin-top:30px;
        margin-bottom:30px;
        font-size: 18px;
        line-height: 28px;
    }
    .marker--1 {
        background-size: 122px 28px;
    }
    .marker--2 {
        background-size: 95px 28px;
    }
    .marker--3 {
        background-size: 175px 28px;
    }
    .blimp-img-blk{
        width:47.5%;
        margin-bottom:-113px;
    }
    .blimp-txt-blk{
        width:38.5%;
        margin-top:60px;
    }
    .benefits-txt-blk{
        overflow:hidden;
    }
    .benefits-img-blk{
        margin-left:50px;
        margin-right:50px;
        float:left;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .benefits-alt-blk .benefits-img-blk{
        float:right;
    }
    .benefits--sm .benefits-txt-blk{
        max-width:420px;
    }
    .benefits--md .benefits-txt-blk{
        max-width:470px;
    }
    .benefits--lg .benefits-txt-blk{
        max-width:520px;
    }
    .benefits-slide-blk__title{
        font-weight: normal;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .benefits-slide-blk__container{
        position: relative;
    }
    .benefits-slide-blk__img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }
    .testimonial-blk{
        min-height:760px;
    }
    .testimonial-blk .overlay{
        position:absolute;
        bottom:0;
        left: 0;
        right:0;
    }
    .testimonial-blk blockquote {
        font-size:22px;
        line-height:32px;
    }
    .testimonial-blk .overlay blockquote{
        margin-left: auto;
        margin-right: auto;
        text-align:center;
    }
    .testimonial-blk-right blockquote{
        margin-right: 0;
        margin-left: auto;
        max-width: 400px;
        width: 100%;
        display: block;
        margin-top: 100px;
    }
}
/*======================================================
=            Media queries - larger displays           =
======================================================*/
@media(min-width:1200px){
    .space-hor-lg .space-item{
        display:inline-block;
    }
    .benefits-txt-blk{
        margin-top: 60px;
    }
}
@media(min-width:1400px){
    body{
        font-size: 15px;
        line-height: 24px;
    }
    h1,.h1{
        font-size: 48px;
        line-height: 56px;
    }
    h2,.h2{
        font-size: 40px;
        line-height: 45px;
    }
    .space-ver{
        padding-top:100px;
        padding-bottom:100px;
    }
    .title-blk{
        font-size: 30px;
        line-height: 38px;
    }
    .hero article {
        max-width: 920px;
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 32px;
    }
    .hero article p{
        max-width: 720px;
    }
    .blimp-img-blk{
        width:57.5%;
        margin-left:-10%;
        margin-bottom:-113px;
    }
    .blimp-txt-blk{
        width:41.5%;
        margin-top:150px;
    }
    .marker--1{
        background-size: 137px 30px;
    }
    .marker--2{
        background-size: 107px 30px;
    }
    .marker--3{
        background-size: 197px 30px;
        padding-left: 5px;
        margin-left: -4px;
    }
}
/*===========================================
=            Media queries - tablet         =
===========================================*/
@media(max-width:1399px){
    .benefits-blk{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .benefits-img-blk{
        max-width: 500px;
    }
    .benefits--slides{
        max-width: 960px;
    }
}
@media(max-width:991px){
    .nav-mobile{
        display:block;
    }
    body.nav-active-mobile{
        overflow-y:hidden;
    }
    body.nav-active-mobile #fc_chat_layout,
    .header-top nav,
    .header-fixed,
    .nav-main,
    .nav-sub{
        display: none;
    }
    .footer,
    .footer .text-right{
        text-align:center;
    }
    .footer nav{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .thumb-item,
    .thumb-list li{
        max-width: 155px;
    }
    .benefits-img-blk{
        margin-top:20px;
        margin-bottom:32px;
    }
    .benefits-img-blk img{
        max-height: 250px;
        width: auto;
    }
    .benefits-blk a{
        margin-top: 12px;
    }
    .testimonial-blk .space-ver{
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .testimonial-blk .overlay-mobile{
        background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(212,212,212,0)),color-stop(60%, rgba(212,212,212,0.5)),to(rgba(212,212,212,1)));
        background: -webkit-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,0.5) 60%,rgba(212,212,212,1) 100%);
        background: -o-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,0.5) 60%,rgba(212,212,212,1) 100%);
        background: linear-gradient(to bottom,  rgba(212,212,212,0) 0%,rgba(212,212,212,0.5) 60%,rgba(212,212,212,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4d4d4', endColorstr='#d4d4d4',GradientType=0 );
    }
}



/*======================================================
=                Secondary Homepage                    =
======================================================*/
.body ::-webkit-input-placeholder {
   color: rgba(255,255,255,0.54) !important;
   font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-style:normal;
}
.body :-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.54) !important;
   font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-style:normal;
}
.body ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.54) !important;
   font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-style:normal;
}
.body :-ms-input-placeholder {
   color: rgba(255,255,255,0.54) !important;
   font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-style:normal;
}
.bts-inputtxt::-webkit-input-placeholder,
.blk-page__share-input::-webkit-input-placeholder{
   color: rgba(0,0,0,0.54) !important;
}
.bts-inputtxt::-moz-input-placeholder,
.blk-page__share-input::-moz-input-placeholder{
   color: rgba(0,0,0,0.54) !important;
}

.body{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    line-height: 1.5;
}
.make-italic{
 font-style: italic;
}
.ff-brandon{
    font-family: acumin-pro,helvetica,sans-serif !important;
}
.ff-merriweather{
    font-family: merriweather,georgia,cambria,serif !important;
}
.ff-acuminpro{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ff-freightDisPro{
    font-family: "freight-display-pro", serif, Georgia !important;
}
/*Header Part*/
.header-sec.header-fixed{
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-sec .caret{
    margin-left: 6px;
}
/*Header Part*/
.hero-sec{
    margin-top: 140px;
    margin-bottom: 100px;
}
.hero-sec article{
    margin-right: auto;
    margin-left: auto;
    max-width: 580px;
}
.hero-sec h1,
.h2__alter{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: -0.6px;
}
.h2__alter{
    margin-bottom: 10px;
}
.hero-sec .p{
    font-size: 19px;
    line-height: 30px;
}
.btn-sec{
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
    border-radius: 4px;
    font-size: 21px;
    height: 72px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 34px;
}
.btn-primary-sec{
    border-width: 0;
    background: #ff6c36;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-primary-sec:hover,
.btn-primary-sec:focus,
.btn-primary-sec:active,
.bts-btnform:hover,
.bts-btnform:focus{
    background: #ff6c36;
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
            box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
    outline-width: 0;
    -ms-transform: scale(1.02);
        transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.btn-secondary-sec{
    background: #00BCB4;
    color: #fff;
}
.btn-secondary-sec:hover,
.btn-secondary-sec:focus,
.btn-secondary-sec:active{
    background: rgba(0, 188, 180, 0.87);
    color: #fff;
}
.btn-ghost-primary{
    background: transparent;
    border: 2px solid;
    color: #ff6c36;
    margin-left: 20px;
}
.btn-ghost-primary:hover,
.btn-ghost-primary:focus{
    background: #ff6c36;
    color: #fff;
    border-color: #ff6c36;
}
.btn-ghost-brand{
    background: transparent;
    border: 2px solid;
    color: #5F59E6;
    margin-left: 20px;
}
.btn-ghost-brand:hover,
.btn-ghost-brand:focus{
    background: #5F59E6;
    color: #fff;
    border-color: #5F59E6;
}
.btn-ghost-white,
.btn-ghost-black{
    background: transparent;
    border: 2px solid;
    color: #fff;
    line-height: 22px;
    margin-left: 20px;
}
.btn-ghost-white:hover,
.btn-ghost-white:focus{
    background: #fff;
    color: #ff6c36;
    border-color: #fff;
}
.btn-ghost-black{
    color: #212128;
}
.btn-ghost-black:hover,
.btn-ghost-black:focus{
    background: #212128;
    color: #ff6c36;
    border-color: #212128;
}
.btn-white{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
    /*box-shadow: 0 4px 4px 0 rgba(0,0,0,0.18);*/
    border-radius: 4px;
    color: #FF6C36;
    font-size: 18px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.btn-white:hover,
.btn-white:focus{
    background: #FFFFFF;
    color: #FF6C36;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
}

.btn-flat{
    border-bottom: 1px solid;
    font-size: 16px;
    color: #7864FF;
    line-height: 22px;
}
.btn-flat i{
    margin-left: 3px;
}
.btn-flat:hover,
.btn-flat:focus{
    text-decoration: none;
    border-bottom-width:0;
    color: #7864FF;
}
.btn-flat--muted{
    color: #787882;
}
.btn-flat--muted:hover,
.btn-flat--muted:focus{
    color: rgba(0,0,0,0.87);
}
.btn-flat__alter{
    font-weight: bold;
    font-size: 14px;
    color: #7864FF;
    line-height: 14px;
    border-bottom-width:0;
    -o-transition:.2s;
    transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
}
.btn-flat__alter i{
    margin-left: 3px;
}
.pr-boot:hover .btn-flat__alter{
    color: #fff;
}
.btn-flat__alter:hover i,
.btn-flat__alter:focus i,
.pr-boot a:hover .btn-flat__alter i,
.pr-boot a:hover .btn-flat__alter i{
    -webkit-animation: moving-arrow 0.5s ease-in infinite;
     -moz-animation: moving-arrow 0.5s ease-in infinite;
}
/*Content Part*/
.blk-media{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .blk-media-subscription{
    background-image: url(../images/home/iceberg.svg);
}
.blk-media-invoice{
    background-image: url(../images/home/football.svg);
}
.blk-media-payment{
    background-image: url(../images/home/meditation.svg);
} */
.blk-media-txt{
    display: block;
    margin-left: auto;
    width: 100%;
    max-width: 410px;
    line-height: 28px;
}
.blk-media-sm, .blk-media-lg{
    max-width: 350px;
    padding-top: 210px;

}
.blk-media-md{
    padding-top: 40px;
    padding-bottom: 300px;
}
.blk-media-lg{
    max-width: 480px;
    padding-bottom: 70px;
    margin-right: 60px;
}
.blk-media-txt h2, .h2-text{
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: inherit;
}
.blk-media-txt .h2{
    font-size: 26px;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.btn-link-primary{
    font-size: 14px;
    color: #59BEAA;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-link-primary:after{
    content: "\279E";
    font-weight: normal;
    display: inline-block;
    margin-left: 6px;
}
.btn-link-primary:hover,
.btn-link-primary:focus{
    text-decoration: none;
    color: #59BEAA;
}
.btn-link-secondary{
    color: #ff6c36;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-link-secondary:after{
    content: "";
    border:6px solid;
    border-color: transparent transparent transparent #ff6c36;
    margin-left: 6px;
    display: inline-block;
}
.btn-link-secondary:hover,
.btn-link-secondary:focus{
    text-decoration: none;
    color: #ff6c36;
}
.btn-link-secondary:hover:after,
.btn-link-primary:hover:after{
    -webkit-animation: floating-arrow 0.5s ease-in infinite;
     -moz-animation: floating-arrow 0.5s ease-in infinite;
}

.btn-ghost-secondary{
    border: 2px solid #6450f0;
    color: #6450f0;
    padding: 16px 24px;
    height: 54px;
    line-height: 20px;
    -o-transition:.2s ease-in;
    transition:.2s ease-in;
    -moz-transition:.2s ease-in;
    -webkit-transition:.2s ease-in;
}
.btn-ghost-secondary:hover,
.btn-ghost-secondary:focus,
.btn-ghost-secondary:active{
    background: #6450f0;
    color:#fff;
}
.btn-ghost-secondary i{
    margin-left: 5px;
}
.blk-subcontent{
    margin: 100px auto;
}
.blk-subcontent-text{
    max-width: 650px;
    margin: auto;
}
.blk-subcontent-sm{
    max-width: 520px;
}
.bg-dark-primary{
    background: rgba(0,0,0,0.87);
    color: #fff;
}
.bg-dark-secondary{
    background: #000;
}
.bg-dark-tertiary{
    background: #231D4C;
}
.bg-dark-quaternary{
    background: rgba(0,0,0, 0.05);
}
.blk-flex{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
}
.blk-flex-child{
    -ms-flex-item-align:center;
        -ms-grid-row-align:center;
        -webkit-align-self:center;
            align-self:center;
}
/*Images Desaturate*/
img.desaturate,
.img-desaturate img{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.nav-mobile-sec .hamburglar{
    top: 13px;
}
.nav-mobile-sec .burger-icon{
    background-color: #fff;
}
.nav-mobile-sec .is-open .burger-icon{
    background-color: transparent;
}
.nav-mobile-sec .burger-bun-top,
.nav-mobile-sec .burger-bun-bot,
.nav-mobile-sec .burger-filling {
    background: #ff6c36;
}
.nav-mobile-sec .is-open .path{
    stroke:#ff6c36;
}
.nav-mobile-sec .nav-links-mobile{
    background: rgba(0,0,0,0.87);
}

/*==================================================
=                    Mediakit                      =
===================================================*/
.blk-mediatype{
    margin: 130px 0 100px;
}
.blk-primary-color{
    background: #FF6C36;
}
.blk-white-color{
    background: #fff;
}
.blk-spacing{
    padding-top: 150px;
    padding-bottom: 150px;
}
.blk-logo-animation{
    margin: 20px 0;
}
.blk-logo-img{
    text-align: right;
}
.blk-logo{
    color: #fff;
    font-size: 12px;
    max-width: 230px;
    text-align: left;
    display: block;
    border: 1px solid;
    border-radius: 4px;
    padding: 18px 40px 18px 30px;
    line-height: 14px;
    margin-top: 20px;
    cursor: pointer;
      -o-transition:.2s ease-in;
      transition:.2s ease-in;
    -moz-transition:.2s ease-in;
    -webkit-transition:.2s ease-in;
}
.blk-white-color .blk-logo{
    color: #FF6C36;
}
.blk-logo:hover,
.blk-logo:focus,
.blk-logo:active,
.blk-logo.selected{
    background: #fff;
    color: #FF6C36;
    text-decoration: none;
}
.blk-white-color .blk-logo:hover,
.blk-white-color .blk-logo:focus,
.blk-white-color .blk-logo:active,
.blk-white-color .blk-logo.selected{
    background: #FF6C36;
    color: #fff;
    text-decoration: none;
}
.blk-logo h6{
    text-transform: none;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: normal;
}
.blk-logo-active{
    float: left;
    margin-right: 10px;
    font-size: 20px;
    display: none;
}
.blk-logo.selected .blk-logo-active{
    display: inline-block;
}
.blk-logo-description{
    overflow: hidden;
     -o-transition:.2s ease-in;
     transition:.2s ease-in;
    -moz-transition:.2s ease-in;
    -webkit-transition:.2s ease-in;
}
.icon-white, .icon-orange{
    display: none;
}
.blk-primary-color .icon-white{
    display: inline-block;
}
.blk-white-color .icon-orange{
    display: inline-block;
}
.blk-section-description{
    background: rgba(0,0,0,0.06);
    color: rgba(0,0,0,0.56);
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.blk-palette-description{
    margin:50px auto 80px;
    text-align: center;
}
.blk-color-title{
    color: #231C34;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.blk-color-plate{
    display: inline-block;
    padding: 26px;
    background: #FF6C36;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    font-size: 15px;
    margin: 20px 10px;
    text-align: left;
}
.blk-color-plate-green{
    background: #00BCB4;
}
.blk-color-plate-martinique{
    background: #6450f0;
}
.blk-color-codes{
    font-size: 12px;
    padding-top: 80px;
}
.blk-shade-plate{
    background: #000;
    display: inline-block;
    width: 165px;
    margin: 20px 10px;
    color: rgba(255,255,255, 0.54);
    padding: 40px 0;
    border-radius: 2px;
}
.blk-shade-dark{
    background: rgba(0,0,0, 0.87);
}
.blk-shade-light{
    background: rgba(0,0,0, 0.54);
}
.blk-shade-lightest{
    background: rgba(0,0,0, 0.24);
}
.blk-shade-white{
    background: #fff;
    border: 1px solid rgba(0,0,0, 0.24);
    color: rgba(0,0,0, 0.54);
}
.blk-logo-spell{
    margin-top: 80px;
}
.blk-logo-spell-detail{
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.24);
    border-radius: 2px;
    max-width: 260px;
    padding: 14px 24px;
    font-size: 12px;
    line-height: normal;
    height: 120px;
    margin: 20px 0;
    list-style: none;
}
.blk-logo-spell-title{
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.blk-logo-spell-detail i{
    float: right;
    color: #73BE65;
    font-size: 20px;
    line-height: 30px;
}
.list-group-logo-spell{
    font-size: 18px;
    color: rgba(0,0,0,0.54);
    padding: 0;
    margin-bottom: 40px;
}
.list-group-logo-spell li{
    padding: 10px 20px;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.24);
    line-height: 38px;
}
.list-group-logo-spell li:last-child{
    border-bottom-width: 0;
}
.blk-logo-spell-detail i.icon-close{
    margin-top: 4px;
    color: #E25A6B;
}
.blk-app-screen{
    margin: 100px 0;
}
.blk-screen-slider .carousel{
    padding: 28px 2px;
}
.blk-screen-slider .carousel-indicators {
    bottom: -15px;
}
.carousel-indicators li{
    background-color: rgba(0,0,0,0.36);
}
.carousel-indicators .active{
    background-color: #6450f0;
}
.blk-founder{
    margin: 100px 0 20px;
}
.blk-founder-img{
    max-height: 400px;
    overflow: hidden;
}
.blk-founder-img ul{
   display: table;
   margin: 0 auto;
   padding: 0;
}
.blk-founder-img li{
    padding: 0;
    vertical-align: top;
    display: table-cell;
}
.blk-founder-detail{
    max-width: 360px;
    margin-bottom: 40px;
}
.blk-legal-info{
    margin-top: 100px;
}
.blk-legal-info ul{
    margin: 30px 0 0;
    padding:0;
    list-style: none;
}
.blk-legal-info li{
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}
.blk-legal-info li:before{
    content: "\f00d";
    font-weight: normal;
    position: absolute;
    left: -22px;
    color: #E73A4F;
}
.text-danger-section{
    color: #E73A4F;
}
/* ==========================================================================
   Media
   ========================================================================== */
.cn-media{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border: 1px solid #DCDCE1;
    border-radius: 2px;
    padding: 30px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cn-media:hover,
.cn-media:focus{
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
            box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
}

.cn-media__image{
    margin-right: 15px;
}
.cn-media__content{
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0;
}
.cn-media__title{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    margin-bottom: 6px;
}
.cn-media__text{
    color: #212128;
    margin-bottom: 0;
    line-height: 21px;
}
.cn-media__actions{
    margin-bottom: 0;
    margin-top: 6px;
}
.cn-media__action{
    color: #7864FF;
}
.cn-media__action:hover,
.cn-media__action:focus{
    color: #7864FF;
    text-decoration: none;
}
.cn-media__action > span{
    background: url('../images/icon/arrow/cn-arrow.svg') no-repeat;
    padding: 6px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.cn-media:hover .cn-media__action span,
.cn-media:focus .cn-media__action span,
.cn-media__action:hover span,
.cn-media__action:focus span{
    -webkit-animation: arrow-move .6s cubic-bezier(0, 0, 0.31, 0.77) infinite;
            animation: arrow-move .6s cubic-bezier(0, 0, 0.31, 0.77) infinite;
}


.cn-media--max{
    max-width: 660px;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
        margin-right: auto;
        margin-left: auto;
        padding: 36px 51px;
}
.cn-media--max .cn-media__image{
    margin-right: 80px;
    margin-left: 20px;
}
.cn-media--max .cn-media__text{
    line-height: 24px;
}
.cn-media--max .cn-media__action{
    font-size:  13px;
    font-weight: bold;
}
@media(max-width:991px){
    .cn-media{
        display: block;
        padding: 24px;
        text-align: center;
    }
    .cn-media--max .cn-media__image{
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }
}
/* ==========================================================================
   label
   ========================================================================== */
.cn-label{
    border: 1px solid #D2C8FA;
    font-size: 10px;
    color: #6450F0;
    display: inline-block;
    font-weight: normal;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

/*==================================================
=                        Footer                   =
===================================================*/
.bg-light{
    background: rgba(0,0,0,0.03);
}

.blk-card-bg{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
    border-radius: 4px;
    padding: 60px;
}
.blk-card{
    max-width: 940px;
    margin: 100px auto -310px;
    z-index: 2;
    position: relative;
}
.blk-testimonial{
    margin: 60px -60px -60px;
    padding:60px;
}
.blk-testimonial blockquote{
    max-width: 580px;
    margin: auto;
    position: relative;
    border-width: 0;
    padding:30px;
    text-align: left;
}
.blk-testimonial blockquote:before, .blk-testimonial blockquote:after{
    content: '';
    background: url("../images/icon/quote/cs-quotes.svg") no-repeat;
    position: absolute;
    width: 33px;
    height: 30px;
    top: 30px;
    left: -30px;
    background-size: contain;
}
.blk-testimonial blockquote:after{
    top: auto;
    left: auto;
    bottom: 30px;
    right: -30px;
    -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
            transform:rotate(180deg);
}
.blk-testimonial  .media-left{
    padding-right: 24px;
}
.blk-clientdescription{
    max-height: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blk-clientname{
    font-size: 15px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 700;
}
.blk-clientname div{
    display: block;
    margin-top: 3px;
}
.footer-anchor-part{
    padding-top: 320px;
}
.footer-anchor-part.pad-t-zero{
    padding-top: 0;
}
.footer-links{
    margin-bottom: 40px;
}
.footer-anchor-part .footer-links:last-child{
    margin-bottom: 0;
}
.footer-links h6{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: rgba(0,0,0,0.36);
    line-height: 19px;
    margin-top: 0;
}
.footer-links ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.footer-links ul.list-inline{
    padding-left: 0;
    margin-left: -5px;
}
.footer-links li a, .footer-links a{
    font-size: 15px;
    color: rgba(0,0,0,0.87);
    line-height: 28px;
}
.footer-links li a:hover, .footer-links li a:focus{
    text-decoration: none;
    color:#7864FF;
}
.footer-links li a.cb-territory__color,
.footer-links li a.cb-territory__color:hover,
.footer-links li a.cb-territory__color:focus{
    color: #7864FF;
}
.footer-links .list-inline a{
    color: rgba(0,0,0,0.54);
}
.blk-recent-activity{
    max-width: 600px;
}
.blk-recent-activity h5{
    font-weight: 700;
    font-size: 15px;
    color: #7864FF;
    line-height: 19px;
    margin: 0 0 0 165px;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.blk-recent-activity .media-left{
    padding-right: 24px;
}
.blk-recent-activity .media-object{
    display: inline-block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blk-recent-activity .media-heading{
    margin-bottom: 15px;
}
.blk-recent-activity .media-heading a{
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    text-transform: none;
     letter-spacing: -0.7px;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.blk-recent-activity .media-heading a:hover,
.blk-recent-activity .media-heading a:focus{
    text-decoration: none;
}
.media-body p,
.post-author,
.blk-subscription>div{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.post-author{
    text-transform: uppercase;
    font-size: 11px;
}
.blk-subscription{
    color:rgba(255,255,255,0.54);
}
.recent-post-link{
    margin-top: 12px;
    display: inline-block;
}
.recent-post-link:hover,
.recent-post-link:focus{
    text-decoration: none;
    color: var(--link-color);
}
/*start subscription box*/
.blk-subscribe{
    position:relative;
    margin-top: 20px;
}
.blk-subscribe .form-control,
.blk-subscribe .btn{
    height:45px;
    padding:12px 20px;
    line-height:18px;
    font-size:13px;
    font-weight:300;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.blk-subscribe .form-control{
    background: rgba(0,0,0,0.54);
    border: 0;
    border-radius: 2px 4px 4px 2px;
    color: rgba(255,255,255,0.54);
    padding-right:136px;
}
.blk-subscribe .form-control:focus{
    outline-width: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.blk-subscribe .btn{
    background:#7864FF;
    border-radius:0px 4px 4px 0px;
    position:absolute;
    top:0;
    right:0;
   /* visibility:hidden;
    opacity:0;*/
    -webkit-transition: .3s;
    -o-transition:.3s;
    transition:.3s;
    color:#fff;
    font-weight:300;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    z-index:5;
}
.blk-subscribe .subscribe-placeholder{
    position:absolute;
    top:9px;
    left:20px;
    color:rgba(255,255,255,0.54);
    background: rgba(0,0,0,0.54);
    font-size: 13px;
    pointer-events:none;
    -webkit-transition: .3s;
    -o-transition:.3s;
    transition:.3s;
    display:none;
}
.blk-subscribe .form-control:focus+.btn{
    visibility:visible;
    opacity:1
}
.blk-subscribe .form-control:focus~.subscribe-placeholder{
    opacity:0;
    visibility:hidden;
}

.blk-page__share,
.blk-page__like{
    max-width: 500px;
    margin: 40px auto 100px;
    text-align: center;
}
.blk-page__like{
    margin: 90px auto 0;
}
.blk-page__like-title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.cb-sociallogo_box{
    width: 150px;
    height: 40px;
    display: inline-block;
    margin: 4px;
    padding: 6px;
}
.blk-page__like-logo i{
    font-size: 19px;
    margin: 10px;
}
.blk-page__share-tspace{
    margin-top: 90px;
}
.blk-page__share-title{
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 40px;
    font-weight: 500;
}
.blk-page__share .blk-subscribe{
    max-width: 450px;
    margin: auto;
}
.blk-page__share .blk-subscribe .form-control,
.blk-page__share .blk-subscribe .btn{
    border: 1px solid rgba(0,0,0,0.14);
    height: 60px;
    font-weight: 500;
    font-size: 16px;
}
.blk-page__share .blk-subscribe .form-control{
    background: #fff;
    color: rgba(0,0,0,0.54);
}
.blk-page__share .blk-subscribe .subscribe-placeholder{
    color: rgba(0,0,0,0.54);
}
/*end subscription box*/
.blk-subfooter {
     background: rgba(255, 255, 255, 0.9);
}
.blk-subfooter , .blk-socialmedia li a{
    font-size: 13px;
    color: #aaa;
    line-height: 32px;
    padding-bottom: 40px;
}
.blk-copyright{
    font-size: 12px !important;
    opacity: 0.3;
}
.blk-copyright > img{
    margin-right: 10px;
}
.blk-security{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: rgba(255,255,255,0.54);
    cursor: pointer;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
}
.blk-security-images{
  margin-top: 15px;
  margin-left: -21px;
}
.blk-security-image{
    padding-left: 21px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}
.blk-socialmedia{
    list-style: none;
    margin: 0 ;
    padding: 0;
    text-align: right;
}
.blk-socialmedia > li{
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
.fa-facebook:hover,
.fa-facebook:focus{
    color: #486aaf;
}
.cb-sociallogo_box.facebook{
    background:  #486aaf;
    color: #fff;
}
.fa-twitter:hover,
.fa-twitter:focus{
    color: #50ABF1;
}
.cb-sociallogo_box.twitter{
    background:  #50ABF1;
    color: #fff;
}
.fa-google-plus:hover,
.fa-google-plus:focus{
    color: #DC493C;
}
.cb-sociallogo_box.gplus{
    background: #DC493C;
    color: #fff;
}

.cb-sociallogo_box.linkedin{
    background: #007bb5;
    color: #fff;
}

.cb-sociallogo_box .fa-facebook:hover,
.cb-sociallogo_box .fa-facebook:focus,
.cb-sociallogo_box .fa-google-plus:hover,
.cb-sociallogo_box .fa-google-plus:focus,
.cb-sociallogo_box .fa-twitter:hover,
.cb-sociallogo_box .fa-twitter:focus{
    color: #fff;
}
/*Google code*/
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* ==========================================================================
   Client logos
   ========================================================================== */
.cb-header-banner{
    margin-top: -60px;
}
.cb-header-banner__container{
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.14), 0 18px 35px 0 rgba(49,49,93,0.14);
            box-shadow: 0 5px 15px 0 rgba(0,0,0,0.14), 0 18px 35px 0 rgba(49,49,93,0.14);
    border-radius: 1px;
    padding: 20px;
}
.cb-header-banner__container > img{
    margin: auto;
}
.client-container{
    margin-top: -180px;
}
.client-container--enterprise{
    margin-top: -150px;
}
.client-logos-container{
    background: #212128;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);;
            bbox-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);
    border-radius: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.client-container-white .client-logos-container{
    background: #fff;
}
.client-container--enterprise .client-logos-container{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.client-logos-text{
    opacity: 0.8;
    font-size: 12px;
    color: #212128;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}
.client-container-white .client-logos-text{
    color: #fff;
}
.client-container--enterprise .client-logos-text{
    margin-bottom: 120px;
}
.client-logos-text:after,
.client-logos-text:before{
    content: '';
    background: #212128;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.client-container-white .client-logos-text:after,
.client-container-white .client-logos-text:before{
    background: #fff;
}
.client-logos-text:before{
    margin-right: 6px;
}
.client-logos-text:after{
    margin-left: 6px;
}
.client-logos-container .client-logos{
    padding-bottom: 40px;
    margin-bottom: 21px;
}
.client-logos{
    margin-bottom: 60px;
    opacity: 0.5;
}
.client-logos-container .ent-client-logos{
    padding-bottom: 40px;
    margin-bottom: 21px;
}
.ent-client-logos{
    margin-bottom: 60px;
    opacity: 0.5;
}
.cb-spl-banner{
    background: #495d6a;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);
            box-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);
}
.cb-spl-logo{
    margin-bottom: 24px;
}
@media(min-width:992px){
    .cb-spl-banner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.cb-spl-banner__img{
    background: url(../images/enterprise/freshdesk-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    margin-top: -1px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
@media(min-width:992px){
    .cb-spl-banner__img{
        max-width: 700px;
        background-size: cover;
        background-position: left center;
        min-height: 400px;
    }
}
.cb-spl-banner__content{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding: 50px;
    color: #fff;
}
@media(min-width:992px){
    .cb-spl-banner__content{
        padding: 50px 60px;
    }
}
@media(max-width: 480px){
    .cb-spl-banner__content{
        padding: 40px;
    }
}
.cb-spl-txt{
    font-size: 24px;
    line-height: 34px;
}
@media(max-width: 480px){
    .cb-spl-txt{
        font-size: 20px;
        line-height: 24px;
    }
}

.cb-spl-actions{
    margin-top: 24px;
}
.cb-spl-action{
    color: #fff;
    text-decoration: underline;
}
.cb-spl-action:hover,
.cb-spl-action:focus{
    text-decoration: none;
    color: #fff;
}

/*==================================================
=                   Fee-calculator                 =
===================================================*/
.line-header{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 50px;
    margin-top: 72px;
}

/*fc=fee calculator*/
/*cl=country list*/
.fc__title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
}
.fc__heading{
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    font-weight: normal;
    margin: 10px 0 15px;
}
.fc__sub-title{
    font-size: 22px;
    font-weight: 600;
    color: rgba(0,0,0,0.87);
}
.fc__title-label{
    border-bottom: 1px solid #ddd;
    padding-bottom: 34px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
}
.fc-cl{
    margin: 0;
    padding:0;
    list-style: none;
}
.fc-cl__box{
    padding: 14px 22px;
    max-width: 280px;
    border-top:1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
}
.fc-cl__box:first-child{
    border-top-color: #fff;
}
.fc-cl__box:hover, .fc-cl__box:focus, .fc-cl__box.active{
    border-radius: 3px;
    border: 2px solid #00BFA5;
    padding: 13px 20px 13px 50px;
    margin-bottom: -1px;
    margin-left: -30px;
    max-width: 310px;
}
.fc-cl__box.active:before{
    content: "\2713";
    font-weight: bold;
    font-weight: normal;
    font-size: 18px;
    color: #00BFA5;
    position: absolute;
    left: 16px;
    top: 10px;
}
.fc-cl__flag{
    width: 22px;
    height: 16px;
    float: left;
    margin-right: 14px;
    background: url(../images/payment-gateways/flag/icon-flag.svg) no-repeat;
}
.fc-cl__flag.uk{
    background-position: 0px -25px;
}
.fc-cl__flag.aus{
    background-position: 0px -51px;
}
.fc-cl__flag.can{
    background-position: 0px -76px;
}
.fc-cl__country-name{
    overflow: hidden;
    line-height: 18px;
    font-weight: 500;
}
.fc-tv{
    max-width: 280px;
}
.fc-tv__slider-value{
    border-bottom: 2px solid #2196F3;
    font-size: 18px;
    color: #000;
}
.fc-tv__slider-value input{
    border-width: 0;
    outline-width: 0;
}
.fc-usd:before{
    content: "\0024";
}
.fc-pounds:before{
    content: "\00a3";
}
.fc-australian-dollar:before{
    content: "A\0024";
}
.fc-canadian-dollars:before{
    content: "C\0024";
}
.fc-btn{
    max-width: 280px;
    margin-top: 40px;
}
.fc-ts__range{
    margin-top: 30px;
}
.fc-ts__input{
    max-width: 200px;
    display: inline-block;
}
.fc-ts__input input{
    border-width: 0;
    font-size: 18px;
    border-bottom: 2px solid #2196F3;
}
.fc-ts__range-tool{
    display: inline-block;
    padding-left: 20px;
}
.fc-ts__range-tool span{
    background: #FFFFFF;
    border: 0px solid #E5E5E5;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
    border-radius: 2px;
    padding: 6px 12px;
    display: inline-block;
    font-size: 26px;
    color: #C8C8C8;
    height: 30px;
    line-height: 12px;
    width: 40px;
    cursor: pointer;
}
.fc-ts__range-tool span:first-child{
    border-bottom-right-radius: 0;
}
.fc-ts__range-tool span + span{
    font-size: 44px;
    vertical-align: top;
    line-height: 7px;
    margin-left: -4px;
    font-weight: 100;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 1px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 1px 0px rgba(0,0,0,0.24);
    border-bottom-left-radius: 0;
}
.fc-ts__range-tool span:hover{
    -webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.12), 0px 3px 6px 0px rgba(0,0,0,0.24);
            box-shadow:0px 0px 2px 0px rgba(0,0,0,0.12), 0px 3px 6px 0px rgba(0,0,0,0.24);
}
.fc-t-title{
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.54);
    line-height: 34px;
    margin: 16px 0;
}
.fc-t-title span{
    font-weight: 600;
    font-size: 20px;
    color: rgba(0,0,0,0.87);
    display: inline-block;
    padding-left: 2px;
}
.fc-t-legend{
    text-align: right;
    margin: 20px 0;
}
.fc-t-legend__set,
.fc-b-legend__set{
    display: inline-block;
    color: rgba(0,0,0,0.36);
    font-size: 12px;
    margin: 0 6px;
}
.fc-b-legend__set {
    text-align: right;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 10px;
}
.fc-b-legend__set span{
    font-weight: bold;
    color: #000;
    margin-right: 4px;
}
.fc-t-legend__set:before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #1976D2;
    border-radius: 20px;
    margin-right: 6px;
}
.fc-t-legend_inter:before{
    background: #FB8C00;
}
.fc-t-detail{
    font-size: 0;
}
.fc-t-detail__logo, .fc-t-detail__value{
    vertical-align: middle;
}
.fc-t-detail__logo{
    display: inline-block;
    max-width: 100px;
    text-align: center;
}
.fc-t-detail__logo img{
    max-width: 100%;
    max-height: 40px;
    height: auto;
}
.fc-t-detail__value{
    font-size: 16px;
    color: #1976D2;
    line-height: 14px;
    font-weight: 400;
}
.fc-t-detail__subtitle{
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
}
.fc-t-detail__subtitle div{
    font-size: 10px;
    color: rgba(0,0,0,0.36);
    line-height: 12px;
    display: block;
    margin-bottom: 6px;
}
.fc-t-detail_inter{
    color: #FB8C00;
    margin-top: 10px;
}
.fc-tab{
    overflow-x: auto;
    border-top: 1px solid rgba(0,0,0,0.12);
}
.fc-tab-group{
    table-layout: fixed;
    font-size: 13px;
}
.fc-tab-group thead th{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    vertical-align: middle !important;
    text-align: center;
}
.fc-tab-group tbody > tr > td{
    vertical-align: middle;
    text-align: center;
    height: 60px;
    border-color: rgba(0,0,0,0.03);
}
.fc-tab-group tbody tr td:first-child{
    line-height: 0;
}
.fc-tab-group tbody tr:first-child td .fc-t-detail__logo {
    padding: 0 20px;
}
.fc-tab-group a{
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 100;
    color: #00BFA5;
}
.fc-relative{
    position: relative;
}
.fc-absolute{
    position: absolute;
}
.fc-error{
    font-size: 12px;
    color: red;
}
.sumome-stylebufferbottom-shim{
    height: 50px !important;
}
/* customised css for slider*/
#cb-slider{
    margin: 50px 4px 30px;
    border-radius: 20px;
    border-width: 0;
    height: 10px;
    background: rgba(0,0,0,0.1);
}
#cb-slider .ui-slider-pip {
    top: -12px;
}
#cb-slider .ui-slider-pips .ui-slider-pip{
    color: rgba(0,0,0,0.25);
}
#cb-slider .ui-slider-pip .ui-slider-label {
    top: -18px;
    font-size: 10px;
}
#cb-slider .ui-slider-handle{
    border: 0;
    width: 38px;
    height: 38px;
    top: -18px;
    margin-left: -19px;
}
.ui-slider-pips .ui-slider-line{
    background: rgba(0,0,0,0.15);
}
#cb-slider .ui-slider-tip{
    border: 0;
    top: -20px;
    color: #3EA4F4;
}
#cb-slider .ui-slider-tip:before{
    content: '';
    border:0;
    background: none;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
}
.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{
    border-width:0;
}
/*==================================================
=                      Pricing                     =
===================================================*/
.pr-plans{
    font-weight: 500;
    margin-bottom: 60px;
}
.pr-boot{
    border: 1px solid #2B2147;
    border-radius: 2px;
    position:relative;
    overflow: hidden;
}
.pr-boot a{
    text-decoration:none!important;
    min-height: 305px;
    display:block;
}
.pr-boot .pr-boot__image{
    display:none;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    overflow: hidden;
    -ms-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
}
.pr-boot .btn-flat__alter{
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
}
.pr-boot:hover{
    /* overflow: visible; */
    background: #7864FF;
    border-color: #7864FF;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12), 0px 2px 14px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12), 0px 2px 14px 0px rgba(0,0,0,0.24);
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
}
/* .pr-boot:hover .pr-boot__image{
    visibility: visible;
    opacity: 1;
    position:relative;
    overflow: visible;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}
.pr-boot:hover .hidden-hover{
    display:none;
}

.pr-boot:hover .pr-boot__header{
    min-height: inherit;
}
.pr-boot:hover .pr-boot__header h6{
    margin-bottom: 10px;
    margin-top: 30px;
    transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}
.pr-boot a:hover,
.pr-boot a:focus{
    text-decoration: none;
    color: #fff;
} */
.pr-tab{
    border: 1px solid #D1D1D1;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
            box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    text-align: center;
    margin-left: -1px;
    padding:40px 30px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 16px;
}
.pr-tab.first-child{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
}
.pr-tab.last-child{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}
.pr-tab__header,
.pr-boot__header{
    color: rgba(0,0,0,0.54);
    min-height: 0; /*Please replace with 80 after demo*/
}
.pr-boot__header{
    color: rgba(255,255,255,0.7);
}
.pr-boot__header strong{
    color: #fff;
}
.pr-tab__header-title, .pr-boot__header-title{
    font-size: 21px;
    font-weight: 100;
    color: rgba(0,0,0,0.87);
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.pr-boot__header-title{
    color: #fff;
}
.pr-tab__plan{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.87);
    position: relative;
}
.pr-tab__plan ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pr-tab__plan ul li{
    margin:6px 0;
}
.pr-tab__plan ul li hr{
    margin: 20px auto 30px;
    border-color: rgba(0, 0, 0, 0.16);
    width: 50px;
}
.pr-tab__plan-price, .pr-boot__plan-price{
    font-size: 46px;
    color: rgba(0,0,0,0.87);
    line-height: 38px;
    font-weight: bold;
    margin:40px 0 30px;
    position: relative;
}
.pr-boot__plan-price{
    color: #fff;
}
.pr-tab__plan-price:before,
.pr-tab__plan-price:after,
.pr-boot__plan-price:before,
.pr-boot__plan-price:after{
    content: "$";
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    line-height: 0;
    position: absolute;
    font-weight: normal;
}
.pr-boot__plan-price:before,
.pr-boot__plan-price:after{
    color: rgba(255,255,255,0.7)
}
.pr-tab__plan-price:before,
.pr-boot__plan-price:before{
    top: 14px;
    font-weight: bold;
    margin-left: -12px;
}
.pr-tab__plan-price:after,
.pr-boot__plan-price:after{
    content: "/mo";
    bottom: 6px;
}
.pr-tab__plan-inv{
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    margin-bottom: 6px;
}
.pr-tab__plan-inv span{
    font-size: 10px;
    position: relative;
    top: -3px;
    left: 3px;
}
.pr-tab__plan-from{
    color: rgba(0,0,0,0.54);
    font-style: italic;
    margin-bottom: 20px!important;
}
.pr-tab__footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.pr-tab__start{
    font-size: 8px;
    font-weight: 400;
    position: absolute;
    top: -26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    left: 50%;
    margin-left: -40px;
    color: rgba(0,0,0,0.54);
}
/*==================================================
=                  Bootstrapper
                 bts=bootstrapper                 =
===================================================*/
.bts-bg{
    background: url(../images/launch/bootstrapper-bg.svg) right bottom no-repeat;
    margin-top: 40px;
    margin-bottom: 100px;
}
.bts-content{
    font-size: 14px;
    line-height: 24px;
}
.bts-content h2{
    font-family: inherit;
    font-size: 24px;
    color: rgba(0,0,0,0.54);
    line-height: 20px;
    text-transform: inherit;
    margin-bottom: 40px;
    margin-top: 40px;
}
.bts-content strong, .bts-content p{
    margin-top: 14px;
    margin-bottom: 14px;
}
.blk-lit-g-orange{
    background: #FCF5EA;
}
.bts-card{
    padding: 40px 50px;
}
.bts-card h3{
    margin-bottom: 30px;
}
.bts-form, .bts-subtext{
    max-width: 420px;
}
.bts-form h2{
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.bts-tit-des{
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}
.bts-subtext{
    font-size: 14px;
    color: #757575;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}
.bts-signup-box{
    font-size: 14px;
    margin: auto;
    max-width: 280px;
}
.bts-signup-box input[type="text"],
.bts-signup-box select{
    background: #FFFFFF;
    border: 1px solid #DACBB4;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.12);
            box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.12);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
    height: 42px;
    max-width: 280px;
    padding: 8px 18px;
    margin: 15px auto;
    font-size: 14px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
.bts-signup-box select{
    font-weight: bold;
    color: #000;
    padding-left: 130px;
    z-index: 2;
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bts-signup-box input[type="submit"]{
    margin-top: 15px;
    width: 100%;
}
.bts-selectbox{
    position: relative;
    background: #fff;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bts-selectbox:before{
    content: 'Type of business:';
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 1;
    color: rgba(0,0,0,0.54);
    line-height: 24px;
}
.bts-selectbox:after{
    content: '';
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0,0.54);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.bts-btnform,
.bts-btnform:hover,
.bts-btnform:focus{
    background: #ff6c36 url("https://www.chargebee.com/static/resources/brand/chargebee-icon-white.svg") no-repeat;
    -o-transition:.2s;
    transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
    height: 60px;
    padding: 0 0 0 30px;
    background-size: 24px;
    background-position: 26px center;
}
.pr-boot{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    text-decoration: none!important;
}

.pr-card__title{
    font-size: 24px;
    color: #2B2147;
    line-height: 36px;
    text-transform: inherit;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 40px;
}
.pr-card__list-item{
    margin-bottom: 26px;
}
.pr-card__list-item h6{
    margin-top: 0;
    text-transform: inherit;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #9F95FC;
    line-height: 21px;
}
.pr-card__list-item div{
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: rgba(0,0,0,0.54);
}
.pr-card__list-link{
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    font-weight: bold;
    text-decoration:underline;
}
.pr-card__list-link:hover,
.pr-card__list-link:focus{
    text-decoration: none;
    color: rgba(0,0,0,0.56);
}
.pr-darkbg__title{
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
    color: #7864FF;
    line-height: 36px;
}
.pr-fea-planitem{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}
.pr-fea-plantitle{
    font-size: 12px;
    letter-spacing: 2.5px;
    color: #7864FF;
    margin-bottom: 10px;
}
.pr-fea-link{
    color: #9F95FC;
    font-weight: bold;
}
.pr-fea-link:hover,
.pr-fea-link:focus{
    color: #9F95FC;
    text-decoration: underline;
}
.pr-pay__bill{
    font-style: italic;
    font-size: 18px;
    color: #000;
}
.pr-pay__bill a{
    font-style: normal;
}
.pr-rally h6{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 0;
}
.cb-grid{
    margin-top: 40px !important;
}

/*==================================================
=                  Customer Portal
                 cp=Customer Portal                 =
===================================================*/
.cb-cp-hero{
    margin-top: 70px;
    margin-bottom: 70px;
    background: #66C5A0;
    padding: 60px 0;
}
.cb-cp-hero h1{
    font-size: 36px;
    text-transform: none;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cb-cp-hero-text{
    max-width: 900px;
    text-align: center;
    margin: 0 auto 60px;
    color: #fff;
}
.cb-cp-contentpart{
    max-width: 680px;
    margin: auto;
}
.cb-cp-contentpart h1,
.cb-cp-contentpart h2,
.cb-cp-contentpart h3,
.cb-cp-contentpart h4,
.cb-cp-contentpart h5,
.cb-cp-contentpart h6{
    text-transform: none;
    line-height: 24px;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cb-cp-contentpart p{
    margin-bottom: 20px;
}
.cb-cp-list{
    margin: 50px 0 0;
}
.cb-cp-list h3{
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: none;
}
.cb-cp-list h5{
     line-height: 24px;
     font-size: 16px;
}
.cb-cp-list ul{
    margin:0;
    padding: 0;
}
.cb-cp-list li{
    margin-bottom: 14px;
    margin-left: 20px;
}
.cb-cp-list li p{
    margin-bottom: 30px;
}
.cb-cp-list li:last-child p + p{
    margin-bottom: 0;
}
.hr-line-xs{
    width: 100px;
    height: 1px;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    margin: 40px 0;
}
.cb-cp-adv{
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 30px;
}

 #cbFmModal {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
     text-align: center;
 }
 #cbFmModal:before {
     content: "";
     width: 0;
     height: 100%;
     display: inline-block;
     vertical-align: middle;
 }
 #cbFmModal .modal-dialog {
     display: inline-block;
     vertical-align: middle;
     max-width: 90%;
     width: 680px;
 }
 #cbFmModal .modal-header {
     padding: 25px;
     border: 0;
     text-align: center;
     background: #292C36;
 }
 #cbFmModal .close {
     margin-top: -2px;
     color: #fff;
     opacity: .3;
     text-shadow: none;
     padding-right: 4px;
 }
 #cbFmModal .modal-body {
     background: #292C36;
     color: #fff;
     padding: 2px 12.5% 50px;
     text-align: center;
 }
 #cbFmModal p {
     opacity: .7;
     font-weight: 100;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
 }
 #cbFmModal h1 {
     font-size: 22px;
     line-height: 1.2;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
 }


/*==================================================
=                   Prettify                       =
===================================================*/
.cn-prettify{
    margin: 20px 0 0 0
}
.cn-prettify pre {
    background: #2D2D2D;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    color: #fff
}
code,
kbd,
pre,
samp{
    font-family: Menlo, Consolas, "Courier New", monospace
}

.cn-prettify .pln {
    color: #cccccc
}

.cn-prettify .str {
    color: #99cc99
}

.cn-prettify .kwd {
    color: #cc99cc
}

.cn-prettify .com {
    color: #999999
}

.cn-prettify .typ {
    color: #6699cc
}

.cn-prettify .lit {
    color: #f99157
}

.cn-prettify .pun,
.cn-prettify .opn,
.cn-prettify .clo {
    color: #cccccc
}

.cn-prettify .tag {
    color: #f2777a
}

.cn-prettify .atn {
    color: #f99157
}

.cn-prettify .atv {
    color: #66cccc
}

.cn-prettify .dec {
    color: #f99157
}

.cn-prettify .var {
    color: #f2777a
}

.cn-prettify .fun {
    color: #6699cc
}

/*==================================================
=                       Tabs                       =
===================================================*/
.cn-tab .cn-tab__list{
    margin-bottom: 20px;
    border-bottom: 0;
}
.cn-tab .cn-tab__item:not(:last-child) {
    margin-right: 12px
}

.cn-tab .cn-tab__item.active a {
    color: #fff;
    border-width: 0;
    background: #FF783D; 
}

.cn-tab .cn-tab__item.active a:hover,
.cn-tab .cn-tab__item.active a:focus {
    color: #fff;
    border-width: 0;
    background: #FF783D; 
}

.cn-tab .cn-tab__item a {
    padding: 2px 8px;
    border-width: 0;
    color: #B4B4BE;
    font-weight: bold;
    font-size: 13px;
    border-radius: 10px;
}

.cn-tab .cn-tab__item a:hover,
.cn-tab .cn-tab__item a:focus {
    background-color: transparent;
    color: #9494A1
}

/*===========================================
=            Media queries - Tablet         =
===========================================*/

@media(min-width:768px) and (max-width:1199px){
    .cbn-feature:before{
        display: block;
        margin: auto;
    }
}
@media(min-width:992px){
    .blk-media-sm {
        padding-top: 180px;
        margin-right: 0
    }
    .blk-media-md {
        max-width: 320px;
        padding-bottom: 130px;
    }
    .blk-media-lg {
        max-width: 420px;
        padding-bottom: 0;
    }

    .pr-tab{
        min-height: 820px;
    } 
    .pr-darkbg__title{
        font-size: 28px;
    }
    .blk-security .popover{
        margin-left: 60px;
    }
    .benefits-slide-blk{
        min-width: 440px;
    }
    .cb-invoice-align{
        margin-top: -230px
    }
}
@media(min-width:992px) and (max-width:1199px){
    .pr-tab{
        min-height:700px;
    }
    .pr-boot:hover .pr-boot__image{
        display: none;
    }
    .pr-boot:hover .pr-boot__header > div,
    .pr-boot:hover .pr-boot__plan-price,
    .pr-boot:hover .hide-hover{
        display: block;
    }
    .pr-boot:hover .pr-boot__header h6{
        margin-top: inherit;
        margin-bottom: 20px;
    }
}
@media(min-width: 1025px){
     .blk-media-md {
        max-width: 340px;
        padding-bottom: 130px;
        margin-right: 60px;
    }
}


@media(max-width:991px){
    .body {
        font-size: 16px;
        line-height: 24px;
    }
    .header .logo{
        margin-top: 20px;
    }
    .hero-sec h1,
    .h2__alter {
        font-size: 26px;
        line-height: 32px;
    }
    .hero-sec .p {
        font-size: 18px;
        line-height: 26px;
    }
    .blk-media-txt h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .blk-media-subscription,
    .blk-media-invoice,
    .blk-media-payment{
        background-image: none;
    }
    .blk-media-sm,
    .blk-media-md,
    .blk-media-lg{
        margin: inherit;
        max-width: inherit;
        padding-top: inherit;
        padding-bottom: inherit;
    }
    .btn-sec {
        font-size: 18px;
        height: 60px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 36px;
    }
    .blk-recent-activity .media-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .blk-logo{
       display: inline-block;
       margin: 60px 10px 20px;
    }
    .blk-logo-img{
        text-align: center;
    }
    .blk-logo-btn{
        text-align: center;
    }
    .blk-spacing{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .fc-t-detail__subtitle:nth-child(2){
        margin-top: 14px;
        margin-left: 0;
    }
    .bts-bg{
        margin-top: 0;
        padding-bottom: 350px;
        margin-bottom: 40px;
    }
    .bts-form{
        margin: 50px auto 0;
    }
    .bts-content{
        padding: 0 30px;
    }
    .bts-card{
        padding: 40px;
    }
    .bts-signup-box,
    .bts-signup-box input[type="text"],
    .bts-signup-box select{
        max-width: inherit;
    }
    .bts-subtext{
        margin-left:auto;
        margin-right:auto;
    }
    .blk-security{
        margin-top: 15px;
        display: block;
        text-align: center;
    }
    .pr-tab, .pr-tab.first-child, .pr-boot{
        border-radius: 2px;
        margin: 0 auto 30px;
        max-width: 380px;
    }
    .pr-tab.last-child{
        margin-bottom: 0;
    }
    .pr-tab__plan{
        min-height: inherit;
    }
    .pad-x-zero-xs{
        padding: 0;
    }
    .blk-card-bg{
        padding: 30px;
    }
    .blk-testimonial{
        margin: 60px -30px -30px;
    }
    .mar-y-lg {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pad-y-ton {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .pr-plans{
        margin-bottom: 60px;
    }
    .mar-t-lg {
        margin-top: 60px;
    }
    .pr-tab{
        padding:20px 20px 100px;
    }
    .pr-tab__header,
    .pr-boot__description,
    .pr-tab__plan,
    .pr-boot__header{
        font-size: 14px;
        line-height: 20px;
    }
    .pr-tab__header-title,
    .pr-boot-description-title,
    .pr-boot__header-title{
        font-size: 18px;
    }
    .pr-fea-planitem{
        margin: 0 20px 40px;
    }
    .pr-fea-link{
        margin: 0 20px;
    }
    .pr-boot:hover .pr-boot__image{
        display: none;
    }
    .pr-boot:hover .pr-boot__header > div,
    .pr-boot:hover .pr-boot__plan-price,
    .pr-boot:hover .hide-hover{
        display: block;
    }
    .pr-boot:hover .pr-boot__header h6{
        margin-top: inherit;
        margin-bottom: 20px;
    }
    .cb-cp-hero{
        margin-top: 90px;
        padding: 40px 0 60px;
    }
    .cb-cp-hero-text{
        margin-bottom: 30px;
    }
    .cb-cp-hero h1{
        font-size: 30px;
    }
    .blk-testimonial blockquote:before{
        left: 10px;
    }
    .blk-testimonial blockquote:after{
        right: 10px;
    }
    .blk-testimonial blockquote{
        padding: 30px 60px;
        text-align: center;
    }
    .blk-testimonial  .media-left{
        display: block;
        padding: 0;
    }
    .blk-testimonial .media-object{
        margin: 0 auto 15px;
    }
}
/*===========================================
=            Media queries - Mobile         =
===========================================*/
@media(max-width:767px){
    .hero-sec {
        margin-top: 100px;
        margin-bottom: 40px;
    }
    .blk-card {
        margin: 0 auto;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .btn-ghost-primary{
        margin-top: 20px;
        margin-left: 0;
    }

    .blk-socialmedia{
        text-align: center;
    }
    .blk-copyright{
        text-align: center;
        display: block;
        font-size: 12px !important;
    }
    .blk-subcontent {
        margin: 60px auto;
    }
    .hero-sec article,
    .blk-content,
    .blk-recent-activity,
    .blk-subscription{
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
    }
    footer{
        border-top:1px solid rgba(0,0,0,0.12);
        margin-top: 60px;
    }
    .blk-logo-animation{
        margin: 0;
    }
    .blk-app-screen {
        margin: 70px 0;
    }
    .blk-logo-spell-detail,
    .list-group-logo-spell{
        max-width: inherit;
        height: inherit;
        margin-bottom: 20px;
    }
    .fc{
        text-align: center;
    }
    .fc-cl{
        text-align: left;
    }
    .fc__calculator{
        margin-bottom: 60px;
    }
    .fc__heading{
        margin-bottom: 10px;
    }
    .fc-t-title, .fc-t-legend{
        text-align: center;
    }
    .fc-t-detail__logo{
        display: block;
        border-bottom: 1px solid #ddd;
        border-right: 0;
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px;
    }
    .fc-cl__box, .fc-tv, .fc-btn, .fc-ts__range, .fc-cl__box:hover, .fc-cl__box:focus, .fc-cl__box.active{
        margin-left: auto;
        margin-right: auto;
    }
    .bts-content{
        font-size: 15px;
    }
    .cb-cp-hero h1{
        font-size: 26px;
    }
    .cb-sociallogo_box{
        width: 70px;
    }
    .mob-space{
        margin-top: 20px;
        display: block;
        text-align: center;
    }
    .footer-caption{
        margin-bottom: 0;
    }
    .footer-caption h2{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .client-logos-text{
        margin-top: 40px;
    }

    .cbf-footer{
        padding-bottom: 0;
    }
    .cbf-feature{
        margin-bottom: 0;
    }
    .cbn-feature{
        border-bottom: 1px solid #dadada;
        padding: 21px;
        text-align: left;
    }
    .cbf-banner__container{
        display: block;
        text-align: center;
        padding: 0 20px;
    }
    .cbf-banner__title{
        margin-bottom: 20px;
    }

}
@media (max-width: 500px) {
    .btn-ghost-white,
    .btn-ghost-brand {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media(max-width:480px){
    .blk-card{
        padding: 0px;
        margin: 50px auto;
    }
    .btn-sec {
        font-size: 14px;
    }
    .blk-recent-activity h5{
        text-align: center;
        margin:0 0 30px 0;
    }
    .blk-recent-activity .media-left,
    .blk-recent-activity .media-body{
        display: block;
        padding-right: 0;
        width: inherit;
        text-align: center;
        max-width: 400px;
        margin: auto;
    }
    .btn-ghost-white,
    .btn-ghost-brand {
        margin-left: 0;
        margin-top: 20px;
    }
    .blk-recent-activity .media-heading{
        margin-top: 20px;
    }
    .blk-recent-activity .media-object{
        margin: auto;
    }
    .blk-logo{
        margin: 40px 0 0;
        display: block;
        width: 100%;
        max-width: inherit;
    }
    .bts-card{
        padding: 40px 20px;
    }
    .client-logos .thumb-list li{
        max-width: 130px;
        padding-left: 30px;
        padding-top: 30px;
    }
    .client-logos-text:after,
    .client-logos-text:before{
        display: none;
    }
    .cb-header-banner{
        margin-top: -40px;
    }

}
/*tp page*/
.tpmain-content {
    padding-top: 60px;
    line-height: 27px;
}

.tpmain-content__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: none;
    position: relative;
}
.tpmain-content__subtitle {
    font-size: 32px;
    line-height: 40px;
}
.ent-tpmain .tpmain-content__title{
    font-size: 20px;
    margin-bottom: 12px;
}
.tpmain-content__title-label{
    padding: 3px 9px;
    font-size: 12px;
    color: #8C8C8C;
    border: 1px solid #979797;
    position: absolute;
    bottom: 100%;
    left: 0;
    white-space: nowrap;
    line-height: 19px;
    margin-bottom: 12px;
}
.tpmain-content__text {
    color: #787882;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}
.tpmain-content__dash{
    padding-left: 42px;
    position: relative;
}
.tpmain-content__dash:before{
    content: "";
    width: 15px;
    height: 4px;
    border-radius: 8px;
    background-color: #FF7846;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 3px;
}

.tpmain-content__more {
    color: var(--link-color);
    padding-right: 30px;
    margin-top: 9px;
    display: inline-block
}

.tpmain-content-title{
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tpmain-content-title span{
    position: relative;
    display: inline-block;
    max-width: 90%;
}
.tpmain-content-title span:before,
.tpmain-content-title span:after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 30px;
}
.tpmain-content-title span:before{
    left: 100%;
}
.tpmain-content-title span:after{
    right: 100%;
}

.tpmain-content--border {
    border-bottom: 1px solid #DCDCE1
}
.tpmain-content__col{
    margin-bottom: 45px;
}
.tpmain-callto{
    margin-bottom: 21px;
    padding-top: 72px;
    padding-bottom: 72px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tpmain-callto__title{
    /*margin-bottom: 21px;*/
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}
.tpmain-panel{
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12), 0 12px 40px 0 rgba(0,0,0,0.14);
            box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12), 0 12px 40px 0 rgba(0,0,0,0.14);
    border-radius: 1px;
    overflow: hidden;
    display: block;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    color: #212128!important;
    padding: 42px 36px;
    font-size: 16px;
    display: block;
    text-decoration: none!important;
    margin: 0 auto 30px;
}
.tpmain-panel__title{
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 21px;
    margin-top: 0;
}
.tpmain-panel__text{
    margin-bottom:  18px;
    font-size: 18px;
    max-width: 390px;
}
.tpmain-panel__link{
    color: #6450F0;
    font-weight: 500;
}
.tpmain-panel:hover{
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12), 0 12px 40px 0 rgba(0,0,0,0.24);
            box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12), 0 12px 40px 0 rgba(0,0,0,0.24);
}
.tpmain-panel--alt{
    max-width: 680px;
    text-align: center;
}
.tpmain-panel--alt .tpmain-panel__text{
    margin-left: auto;
    margin-right: auto;
}
.tpmain-highlight{
    -webkit-box-shadow: inset 0px -15px 0px 0px #FFF900;
            box-shadow: inset 0px -15px 0px 0px #FFF900;
}
.tpmain-highlight-sm{
    -webkit-box-shadow: inset 0px -9px 0px 0px #FFF900;
            box-shadow: inset 0px -9px 0px 0px #FFF900;
    font-weight: bold;
}
.tpmain-testimonial{
    font-size: 18px;
}
.tpmain-testimonial__container{
    padding-left: 90px;
    background: url(../images/icon/quote/cb-quote.svg)no-repeat left top;
}
.tpmain-testimonial__figure{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 42px 30px 0;
    max-height: 150px;
    max-width: 150px;
}
.tpmain-testimonial__disp{
    margin-bottom: 24px;
}
.tpmain-testimonial__content{
    overflow: hidden;
}
.tpmain-testimonial__author{
    font-weight: bold;
}
.tpmain-testimonial__mark{
    color: #6450F0;
    font-weight: bold;
}
.tpmain-gutter{
    margin-right: 25px; /*don't change*/
    display: inline-block;
    margin-bottom: 6px;
}
.tpmain-label{
    font-size: 12px;
    color: #6c59f1;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 16px;
    display: inline-block;
    margin-bottom: 10px;
    background: #f1e7ff;
    font-weight: 500;
}
.tpmain-media{
    max-width: 480px;
    margin-bottom: 70px;
}
.tpmain-media__heading{
    color: #212128;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.tpmain-media__text{
    color: rgba(0,0,0,0.54);    
    font-size: 16px;
    line-height: 26px;
}
.tpmain-media__figure{
    padding-right: 30px;
}
.tpcompare{
    margin-top: 60px;
}
.tpcompare__header{
    margin-bottom: 90px;
    text-align: center;
}
.tpcompare__title{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 18px;
}
.tpcompare__note{
    font-size: 18px;
    max-width: 390px;
    display: inline-block;
    color: #7f7f7f;
}
.tpcompare__content{

}
.tpcompare__list{

}
.tpcompare__company{
    margin-bottom: 60px;
}
.tpcompare__brand{

}
.tpcompare__rating{
    display: inline-block;
    background-color: #89C849;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 18px;
    color: #FFFFFF;
    float: right;
    margin-right: 45px;
}
.tpcompare__rating.low{
    background-color: #cdcdcd;
}
.tpcompare__rating small{
    font-size: 14px;
    vertical-align: top;
}
.tpcompare__item{
    margin-bottom: 45px;
}
.tpcompare__display{
    margin-bottom: 21px;
}
.tpcompare__question{

}
.tpcompare__answered{
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-right: 45px;
    margin-left: 45px;
}
.tpcompare__bar{
    border-radius: 8px;
    height: 10px;
    position: relative;
    background-color: #F0F0F0;
}
.tpcompare__fuel{
    border-radius: 8px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #89C849;
}
.tpcompare__fuel.low{
    background-color: #cdcdcd;
}
.tpcompare__footer{
    margin-top: 90px;
}
.tpcompare__table{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
.tpcompare__table td{
    padding: 6px 24px;
}
.tpcompare__table-header *{
    vertical-align: bottom;
    text-align: center;
}
.tpcompare__table-header td{
    padding-bottom: 24px;    
}
.tpcompare__table-header img{
    margin-right: 9px;
}
.tpcompare__table-header small{
    font-size: 12px;
}
.tpcompare__table-question{
    font-size: 12px;
    color: #999999;
    background-color: #F9F9F9;
}
.tpcompare__table-answer{
    text-align: center;
}
.tpcompare__table-high{
    color: #FF7846;
}
.tpcompare__table-low{
    color: #999999;
}
.tpcompare__report .tpmain-content__text{
    font-size: 16px;
    line-height: 21px;
}

@media(max-width:991px){
    .tpmain-callto .btn{
        margin-top: 30px;
    }
    .tpmain-panel{
        max-width: 510px;
    }
    .ent-tpmain .tpmain-content{
        padding-top: 20px;
    }
    .tpmain-media__figure{
        padding-right: 15px;
    }
}
@media(max-width:767px){
    .tpmain-callto{
        text-align: center;
    }
}
@media (min-width: 768px) {
    .tpmain-content {
        padding-top: 90px;
    }
    .ent-tpmain .tpmain-content{
        padding-top: 60px;
    }
    .tpmain-content-title{
        margin-bottom: 90px;
    }
    .tpmain-testimonial__figure{
        float: left;
    }
    .cn-prettify pre {
        padding: 30px 40px;/* We all want to build: */
        font-size: 12px;
        color: rgba(0,0,0,0.54);
        letter-spacing: 0.1px;
    }
    .cb-customers{
        margin-top: 50px;
    }
    .cbf-banner__action{
        margin-left: 30px;
    }
    
}
@media (min-width: 1200px) {
    .tpmain-content-pull{
        margin-top: -90px;
    }
    .tpmain-content-pull-xl{
        margin-top: -300px;
    }
}





/* ==========================================================================
   Sprint 3 Roles
   ========================================================================== */
.cb-sprint{}
.cb-sprint__hero{}
.cb-sprint__hero-title{
    text-align: left !important;
}
.cb-sprint__hero-desc{
    font-size: 18px;
    font-style: italic;
    color: rgba(0,0,0,0.54);

    line-height: 28px;
    max-width: 520px;
    margin-top: 40px;
}
.cb-sprint__black{
    background-color: #2C2A4F;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cb-sprint__black--title{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.cb-sprint__black--desc{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.87);
    max-width: 520px;
    text-align: center;
    margin: auto;
}
.cb-sprint__blue{
    background: #3498DB;
    margin-top: 100px;
    margin-bottom: 60px;
}
.cb-sprint__blue--desc{
    background: #3498DB;
}
.cb-sprint__label-container{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.cb-sprint__label{
    font-style: italic;
    color: rgba(0,0,0,0.5);
    letter-spacing: 1.4px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto;
}
.cb-sprint__label:before,
.cb-sprint__label:after{
    content: '';
    width: 50px;
    height: 1px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.cb-sprint__label--white{
    color: #fff;
}
.cb-sprint__label--white:before,
.cb-sprint__label--white:after{
    background: #fff;
}
/* Sprint flex align */
.cb-sprint__list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;

    max-width: 900px;
    margin: auto;
}
.cb-sprint__item{
    max-width: 360px;
    width: 360px;
    margin-bottom: 40px;
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.cb-sprint__item-title{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}
.cb-sprint__item-desc{
    font-size: 16px;
    color: rgba(255,255,255,0.87);
    line-height: 24px;
}
.cb-sprint__icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 6px;
}
.cb-sprint__circle{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.97);
    margin-left: 12px;
}
.cb-sprint__content{
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1
}
.cb-sprint__link{
    color: #FF7846;text-decoration: underline;
}
.cb-sprint__link:hover,
.cb-sprint__link:focus{
    text-decoration: none;
}

/* Subsprint
   ========================================================================== */
.cb-subsprint{
    margin: 40px 0;
}
.cb-subsprint__container{
    text-align: center;
    max-width: 750px;
}
.cb-subsubsprint__title{
    font-weight: bold;
    font-size: 24px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.15px;
    line-height: 36px;
    margin-bottom: 25px;
}
.cb-subsprint__desc{
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    text-align: left;
}
.cb-subsprint__list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.cb-sprint__t-space{
    margin-top: 70px;
}
.cb-subsprint__item{
    max-width: 320px;
    margin-bottom: 20px;
    text-align: left;
    -ms-flex: 1 1 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
}




@media(max-width:767px){
    .cb-sprint__item,
    .cb-subsprint__item{
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;

            width: 100%;
    }
    .cb-subsprint__container{
        text-align: left;
    }
    .tpmain-callto__title{
        margin-bottom: 30px;
    }
    .cb-sprint__label:before,
    .cb-sprint__label:after{
        width: 100%;
        margin: 0;
    }
}
@media(min-width:992px){
    .cb-sprint__item:nth-child(n+3){
        margin-bottom: 0;
    }
    .cb-mar-t-lg{
        margin-top: 100px;
    }
    .tpmain-figure-b-sm{
        margin-bottom: 80px;
    }
}



/* ==========================================================================
   Int = Integrations
   ========================================================================== */
.cb-grey{
    background-color: #EFEFEF;
    min-height: 100vh;
}
.cb-int{
    padding-top: 150px;
    padding-bottom: 100px;
}
@media(max-width: 767px){
    .cb-int{
        padding-top: 120px;
    }
}
/*Aside styles*/
.cb-int__aside{
    max-width: 260px; 
}
@media(max-width: 767px){
    .cb-int__aside{
        margin: 0 auto 50px;
        text-align: center;
    }
}
.cb-int__title{
    margin-bottom: 15px;
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
@media (min-width: 1400px){
    .cb-int__title{
        font-size: 38px;
        line-height: 32px;
    }
}
.cb-int__mark{
    font-size: 20px;
    color: #4F6169;
}
.cb-int__pagename{
    color: #012A38;
    font-weight: bold;
}
.cb-int__subtitle{
    color: #979797;
    font-size: 13px;
    line-height: 20px;
}
.cb-int__desc{
    color: rgba(0,0,0,0.54);
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
}
.cb-int__lists{
   margin-top: 50px;
   margin-bottom: 50px;
   margin-left: 10px;
}
.cb-int__list{
    position: relative;
}
.cb-int__item{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #4F6169;
    cursor: pointer;
    font-family: 'Inter', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    /* // font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    padding: 8px 10px 8px 16px;
    display: block;
    -webkit-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
}
.cb-int__list--active .cb-int__item:before{
    content: '';
    position: absolute;
    left: -3px;
    top: 5px;
    width: 4px;
    height: 70%;
    background: #FF3300;
}
.cb-int__item:hover,
.cb-int__item:focus{
    color: #012A38;
    padding-left: 15px;
}
.cb-int__list--active .cb-int__item{
    font-weight: bold;
    color: #FF3300;
    border-radius: 1px;
}
.cb-int__list--active .cb-int__item:hover,
.cb-int__list--active .cb-int__item:focus{
    padding-left: 10px;
}
.cb-int__actions{
    margin-top: 120px;
}
.cb-int__action{
    margin-top: 20px;
}
.cb-int__action .btn{
    background-color: #012A38;
    border-color: #012A38;
}
.cb-int__secondary a{
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #4F6169;
}

/*Article card style*/
.cb-int__card{
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background: #fff;
    box-shadow: 0px 3px 9px rgb(86 61 61 / 10%);
    border-radius: 5px;
    padding: 18px 36px;
    color: #012A38;
    overflow: hidden;
    min-height: 160px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    position: relative;
    
}
.cb-int__card:hover,
.cb-int__card:focus{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    /* box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12); */
    box-shadow: 0px 20px 36px rgba(1, 34, 45, 0.16);
    text-decoration: none;
    
    /* box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2); */
}
.cb-int__card--disable{
    cursor: default;
}
.cb-scrollspy__header--fixed{
    position: fixed;
}
.cb-int__figure{
    width: 36px;
    height: 28px;
    margin-right:  24px;
}
.cb-int__figure > img{
    max-width: 100%;
    height: auto;
}
.cb-int__body{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.cb-int__card:hover .cb-int__header,
.cb-int__card:focus .cb-int__header{
    display: none;
}
.cb-int__content{
    display: none;
    font-family: 'Inter', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    line-height: 20px;
    color: #4F6169;
    margin-bottom: 0;
    transition: .3s ease-out;
}
@media(max-width: 991px){
    .cb-int__content{
        display: block;
        margin-top: 12px;
    }
}
.cb-int__card:hover .cb-int__content,
.cb-int__card:focus .cb-int__content{
    display: block;
    -webkit-animation: fxShow .3s ease-out;
            animation: fxShow .3s ease-out;
}

.cb-int__name{
    font-size: 18px;
    font-weight: 500;
    color: #012A38;
    line-height: 20px;
    margin-bottom: 7px;
}
.cb-int__about{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #4F6169;
    margin-bottom: 0;
}
.cb-affix-footer{
    padding-top: 150px;
}
.cb-int__label{
    background: #FF7846;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
/* .cb-int__mark{
    font
} */
/* // @media(max-width:767px){
//     .cb-int__aside{
//         max-width: none;
//         margin-bottom: 50px;
//         text-align:center;
//     }
//     .cb-affix-footer{
//         padding-top: 0
//     }
//     .cb-affix-footer footer{
//         margin-top:0;
//     }
// }
// @media(min-width:768px){
//     .cb-int__card:hover .cb-int__header,
//     .cb-int__card:focus .cb-int__header{
//          -webkit-animation-name: fxShowAlt;
//                 animation-name: fxShowAlt;
//         -webkit-animation-duration: .25s;
//                 animation-duration: .25s;
//     }
//     .cb-int__content{
//         display: none;
//         -webkit-animation-name: fxShow;
//             animation-name: fxShow;
//         -webkit-animation-duration: .3s;
//                 animation-duration: .3s;
//         -webkit-transform-origin: center center;
//             -ms-transform-origin: center center;
//                 transform-origin: center center;
//         will-change: opacity,transform;
//         -webkit-transition: .2s;
//         -o-transition: .2s;
//         transition: .2s;
//     }
//     .cb-int__card:hover .cb-int__content,
//     .cb-int__card:focus .cb-int__content{
//         display: block;
//     }
// } */


@-webkit-keyframes fxShow{
    0%{
        
        -webkit-transform: translateY(50%);
                transform: translateY(50%); 
        opacity: 0;  
        /*height: 0; */     
    }
    100%{        
        -webkit-transform: translateY(0%);        
                transform: translateY(0%); 
                opacity: 1;
        /*height: auto; */
    }
}


@keyframes fxShow{
    0%{
        
        -webkit-transform: translateY(50%);
                transform: translateY(50%); 
                opacity: 0;  
        /*height: 0; */      
    }
    100%{        
        -webkit-transform: translateY(0%);        
                transform: translateY(0%); 
                opacity: 1;
        /*height: auto; */ 
    }
}
@-webkit-keyframes fxShowAlt{
    0%{
        
        -webkit-transform: translateY(50%);
                transform: translateY(50%);   
    }
    100%{        
        -webkit-transform: translateY(0%);        
                transform: translateY(0%); 
    }
}


@keyframes fxShowAlt{
    0%{
        
        -webkit-transform: translateY(50%);
                transform: translateY(50%);      
    }
    100%{        
        -webkit-transform: translateY(0%);        
                transform: translateY(0%); 
    }
}

/* ==========================================================================
   Component - Breadcrumb
   ========================================================================== */
.cb-breadcrumb{}
.cb-breadcrumb__list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;

    list-style: none;
    padding: 0;
}
.cb-breadcrumb__item{
    margin-right: 10px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.cb-breadcrumb__item > a{
    color: #fff;
}

/* ==========================================================================
   Component - Affix
   ========================================================================== */
.cb-affix{
    max-width: 250px;
    top: 60px;
}
.cb-affix__title{
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    color: #012A38;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.cb-affix__list{
    list-style: none;
    padding: 0;
    margin:0;
}
.cb-affix__item{
    margin-top: 12px;
    margin-bottom: 12px;
}
.cb-affix__item > a{
    color: #4F6169;
    font-size: 15px;
    line-height: 20px;
    display: inline-block !important;
    padding: 0 !important;
    position: relative;
}
.cb-affix__item > a:hover,
.cb-affix__item > a:focus,
.cb-affix__item.active > a{
    color: #FF3300;
    background: none !important;
}
.cb-affix__item > a:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: transparent;
    left: -15px;
}
.cb-affix__item.active > a:before{
    background: #FF3300;
}



/* ==========================================================================
   Component - Factor
   ========================================================================== */
.cb-factor{ 
    color: #4F6169;
    padding-top: 60px;
    font-family: 'Inter', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.cb-factor:first-child{
    padding-top: 60px;
}
.cb-factor__title,
.cb-factor__subtitle{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    letter-spacing: -0.25px;
    margin-bottom: 18px;
    margin-top: 0;
    color: #012A38;
}
.cb-factor__subtitle{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #012A38;
}
.cb-factor__desc,
.cb-factor p{
    font-size: 16px;
    line-height: 1.6;
    color: #4F6169;
    margin-bottom: 24px;
}
.cb-factor li::marker{
    color: #FF3300;
    font-size: 18px;
}
.cb-factor__desc li{
    margin-bottom: 12px;
}
.cb-factor__mark{
    color: #212121;
    font-weight: bold;
}
.cb-factor__link{
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    text-decoration: underline;
}
.cb-factor__highlight{
    /* border: 2px solid #4F6169; */
    padding: 20px;
    margin-bottom: 50px;
    margin-left: -30px;
    background: #E0DBC6;
    color: #012A38 !important;
    border-radius: 4px;
}
.cb-factor__list{
    margin-top: 40px;
    padding: 0;
    list-style: none;
}   
.cb-factor__item:before{
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FF3300;
    left: 6px;
    top: 10px;
    position: absolute;
}
.cb-factor__item{
    color: #787882;
    margin-bottom: 30px;
    padding-left: 24px;
    position: relative;
}
.cb-factor__list .cb-factor__subtitle{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4F6169;
    font-size: 16px;
}
.cb-factor__figure{
    background: #ffe1b3;
    padding: 60px 40px;
    color: #fff;
    margin-bottom: 40px;
}
.cb-factor__figure-title{
    color: #75381d;
    font-size: 40px;
    margin-bottom: 80px;
}
.cb-factor__figure-desc{
    color: #834427;
    font-size: 17px;
    font-family: "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
    .cb-factor__figure{
        padding: 30px;
    }
    .cb-factor__figure-title{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .cb-factor__figure-desc{
        font-size: 14px;
    }
}
/*casestyudy*/
.cu-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 20px;
    max-width: 1000px;
    margin: auto;
}
.cu-casestudy-white {
    max-width: 580px;
    min-height: auto;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(180, 186, 191, 0.2);
    border-radius: 5px;
    overflow: hidden;
    display: block;
    transition: box-shadow .2s ease-out;
    margin-bottom: 0;
}
.cu-casestudy-white:hover,
.cu-casestudy-white:focus{
    text-decoration: none;
}
.cb-idea-icon{
    width: 20px;
    height: 30px;
    display: inline-block;
    background: url(../images/icon/cb-idea.svg) no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: -30px;
}
@media (max-width: 767px) {
    .cb-factor{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cb-idea-icon{
        margin-left: -20px;
    }
}

.cu-casestudy-white:hover,.cu-casestudy-white:focus {
    box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
}

.cu-casestudy-white__content {
    padding: 42px 42px 60px;
    position: relative;
    height: 100%;
}

@media (max-width: 991px) {
    .cu-casestudy-white__content {
        padding: 42px 30px 60px;
    }
}

.cu-casestudy-white__logo {
    margin-bottom: 16px;
    max-width: 160px;
    height: 50px;
}

.cu-casestudy-white__logo>img {
    max-width: 100%;
    max-height: 100%;
}

.cu-casestudy-white__disp {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 26px;
    color: #242438;
    font-family: basis-grotesque,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.cu-casestudy-white__disp span{
    font-weight: bold;
    color: #00000a;
}
@media (max-width: 767px) {
    .cu-casestudy-white__disp {
        line-height:26px;
        font-size: 18px
    }
}
.cu-casestudy-white__actions{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.cu-casestudy-white__action {
    color: #000ff0;
    text-transform: inherit;
    font-weight: 500;
    font-size: 24px;
}

.cu-casestudy-white__action:hover,.cu-casestudy-white__action:focus {
    color: #000ff0;
    text-decoration:none;
}


/* Factor footer
   ========================================================================== */
.cb-factor__footer{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;

    margin-top: 110px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
}
@media(max-width: 991px){
    .cb-factor__highlight{
        margin-left: -10px;
    }
    /* .cb-factor__item:before{
        width: 8px;
        left: -15px;
    } */
}
.cb-sliders{
    margin-top: 80px;
}
.cb-slider{
    max-width: 520px;
    padding: 20px 20px 20px 35px;
    border-left: 6px solid transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.cb-slider:hover,
.cb-slider:focus{
    background: rgba(0,0,0,0.3);    
}
.cb-slider__title{
    margin-top: 0;
    font-size: 20px;
}
.cb-slider__desc:not(:first-child){
    margin-bottom: 0;
    max-width: 350px;
    color: rgba(255,255,255,0.7);
}

.cb-slider-active{
    border-color: #FF7846;
    background: rgba(0,0,0,0.3);
}
.cb-slider-img{
    display: none;
    margin-top: 20px;
}
.cb-slider-img-active{
    display: block;
}
@media(max-width: 991px){
    .cb-slider{
         margin: auto;
         margin-top: 40px;
         text-align: center;
         max-width: 400px;
    }
    .cb-slider-img{
        display: block;
    }
    .cb-slider-img img{
        margin: auto;
    }
    .cb-slider__desc{
        margin-top: 30px;
    }

    /*Slider mobile dropdown*/
    .cb-slider-dd{
        border-width: 0;
        border-radius: 2px;
        background: #fff;
        font-weight: bold;
        max-width: 300px;
        width: 100%;
        margin: auto;
        display: block;
        position: relative;
    }
    .cb-slider-dd:after{
        content: '';
        border: 5px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        right: 20px;
        top: 50%;
    }
    .cb-slider-dd > select{
        border-width: 0;
        -moz-appearance: inherit;
        -webkit-appearance: inherit;
        appearance: inherit;
        background-color: transparent;
        border-radius: 0;
        width: 100%;
        padding: 16px;
        height: 54px;
    }
    .cb-slider--mobile{
        display: none;
    }
    .cb-slider--show{
        display: block;
    }
}
/* ==========================================================================
   Page level css
   ========================================================================== */
/* ==========================================================================
    Banner style
========================================================================== */
.cb-pm-logos{
    margin: -40px 0 0px -40px;
    padding-top: 150px;
    text-align: center;
}
.cb-pm-logo{
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);

    margin-top: 40px;
    margin-left: 40px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.cb-pm-logo:hover,
.cb-pm-logo:focus{
    -webkit-box-shadow: 0 5px 14px 0 rgba(0,0,0,0.4);
            box-shadow: 0 5px 14px 0 rgba(0,0,0,0.4);
}
.cb-pm-logo:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.cb-pm-logo > img{
    max-height: 80px;
    max-width: 100px;
    height: auto;
}



@media(max-width: 991px){
    .cb-pm-logos{
        margin-top: -24px;
        margin-left: -24px;
        padding-top: 60px;
    }
    .cb-pm-logo{
        width: 100px;
        height: 100px;
        margin-top: 24px;
        margin-left: 24px;
    }
    .cb-pm-logo > img{
        max-width: 60px;
    }
}


/* ==========================================================================
   Content style
   ========================================================================== */
.cb-pms{
    margin-top: 140px;
}
.cb-pm{ 
    max-width: 350px;
}
.cb-pm:not(:last-child){
    margin-bottom: 120px;
}
.cb-pm__header{
    margin-bottom: 40px;
}
.cb-pm__content{}
.cb-pm__blk{
    margin-bottom: 30px;
}
.cb-pm__title{
    color: rgba(0,0,0,0.87);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 50px;
    position: relative;
}
.cb-pm__title:before{
    content: '';
    display: inline-block;
    height: 5px;
    width: 50px;
    border-radius: 2px;
    background-color: #FF6C36;
    position: absolute;
    top: -20px;
}
.cb-pm__desc{
    color: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 24px;
}
.cb-pm__heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

@media(max-width: 991px){
    .cb-pms{
        margin-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cb-pm{
        margin-bottom: 90px;
    }
    .cb-pm__title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}


/* ==========================================================================
    Payment gateway
========================================================================== */
.cpg-hero__body{
    padding-top:60px;
}
.cpg-hero__anchor{
    color: #fff;
    border-bottom: 1px dashed transparent;
}
.cpg-hero__anchor:hover,
.cpg-hero__anchor:focus{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.cpg-dropdown{
    margin: 42px auto;
    max-width: 500px;
    position: relative;
}
.cpg-dropdown--inner{
    margin: 9px 0 21px;
}
.cpg-dropdown:after{
    content: '';
    position: absolute;
    right: 30px;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    top: 50%;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
}
.cpg-dropdown--inner:after{
    display: none;
}
.cpg-dropdown__container{
    color: #191127;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 2px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 14px 20px 0 rgba(0,0,0,0.19), 2px 3px 12px 0 rgba(0,0,0,0.3);
            box-shadow: 1px 14px 20px 0 rgba(0,0,0,0.19), 2px 3px 12px 0 rgba(0,0,0,0.3);
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 2px;
    padding: 0 60px 0 30px;
}
.cpg-dropdown--inner .cpg-dropdown__container{
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    height: auto;
    font-size: 33px;
    padding: 0px;
    line-height: 42px;
    border-bottom: 1px dashed #000000;
    color: #000000;
}
@media(min-width: 1025px){
    .cpg-dropdown__container{
        -webkit-appearance: none;

    }
}


.cpg-feature{
    margin-bottom: 60px;
}
@media(min-width: 768px){
    .cpg-feature{
        margin-bottom: 100px;
    }
}
.cpg-feature__header{
    margin-bottom: 72px;
}
.cpg-feature__body{}
.cpg-feature__content{
    margin-bottom: 42px;
}
.cpg-feature__title{
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 9px;
}
.cpg-feature__desc{
    color: #464559;
    font-size: 16px;
    line-height: 25px;
    max-width: 380px;
}
.cpg-feature__heading{
    color: #191127;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
@media(min-width: 992px){
    .cpg-feature__heading{
        margin-left: 45px;
    }
}
@media(max-width: 767px){
    .cpg-feature__heading{
        margin-bottom: 9px;
    }
}
.cpg-feature__text{
    color: #44435A;
    font-size: 13px;
    line-height: 19px;
    padding-right: 15px;
}
.cpg-feature__blockquote{
    color: #191127;
    font-size: 26px;
    line-height: 36px;
    border-left: 6px solid #5110B1;
    padding-left: 30px;
    margin-top: 60px;
}
@media(min-width: 992px){
    .cpg-feature__blockquote{
        margin-left: 50px;
    }
}
@media(max-width: 767px){
    .cpg-feature__blockquote{
        margin-bottom: 50px;
    }
}





.cpg-country{
    background-color: #F3F3F6;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cpg-country__header{
    margin-bottom: 72px;
}
.cpg-country__body{}
@media(min-width: 768px){
    .cpg-country__body{
        padding-left: 50px;
        padding-right: 50px;
    }
}
.cpg-country__content:not(:last-child){
    margin-bottom: 40px;
}
.cpg-country__title{
    color: #191127;
    max-width: 650px;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
}
.cpg-country__heading{
    color: #191127;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 24px;
}
.cpg-country__link{
    margin-bottom: 21px;
    display: inline-block;
    color: #2202FE;
    font-size: 16px;
    line-height: 19px;
}
.cpg-country__link:hover{
    text-decoration: none;
}


.cpg-signup{
    padding-top: 60px;
    padding-bottom: 30px;
}
@media(min-width: 768px){
    .cpg-signup{
        padding-top: 120px;
    }
}
.cpg-signup__text{
    color: #191127;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 42px;
}






/* ==========================================================================
   Hero section
   ========================================================================== */
.cb-hero{
    padding-top: 150px;
    padding-bottom: 90px;
    background-color: #1f1c2c;
}
.cb-hero--gradiant{
    background: #1f1c2c;
    background: -webkit-linear-gradient(-45deg, #1f1c2c 0%,#928dab 100%);
    background: -webkit-linear-gradient(315deg, #1f1c2c 0%,#928dab 100%);
    background: -o-linear-gradient(315deg, #1f1c2c 0%,#928dab 100%);
    background: linear-gradient(135deg, #1f1c2c 0%,#928dab 100%);
}
.cb-hero__title{
    color: rgba(0,0,0,0.87);
    font-size: 52px;
    line-height: 62px;
    font-weight: normal;
}
.cb-hero__desc{
    color: rgba(0,0,0,0.54);
    font-size: 24px;
    line-height: 29px;
}

.cb-hero--invert .cb-hero__title{
    color: #fff;
}
.cb-hero--invert .cb-hero__desc{
    color: rgba(255, 255, 255, 0.54);
}
@media(max-width: 991px){
    .cb-hero{
        padding: 120px 20px 40px;
    }
    .cb-hero__title{
        font-size: 36px;
        line-height: 42px;
    }
    .cb-hero__desc{
        font-size: 18px;
        line-height: 24px;
    }
}





/* ==========================================================================
   Rack section
   ========================================================================== */
.cb-rack{
    margin-top: 140px;
    color: #fff;
}
.cb-rack__flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #2a2c4f;
}
.cb-rack__container{
    max-width: 550px;
}
.cb-rack__black .cb-rack__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cb-rack__black{
    background: #2a2c4f;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.cb-rack__purple{
    background: #6b69fe;
    display: block !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.cb-rack__blk{
    padding: 30px 60px;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cb-rack__black .cb-rack__img{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 260px;
    margin-right: 20px;
    margin-left: -40px;
    position: relative;
    bottom: -4px;
}
.cb-rack__img{
    margin-top: -100px;
}
.cb-rack__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}
.cb-rack__desc{
    color: rgba(255,255,255,0.7);
    max-width: 420px;
    font-size: 15px;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .cb-rack__purple{
        -webkit-box-flex: 30%;
            -ms-flex: 30%;
                flex: 30%;
    }
    .cb-rack__desc{
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .cb-rack{
        margin-bottom: 100px;
    }
    .cb-rack__flex{
        display: block;
    }
    .cb-rack__blk + .cb-rack__blk{
        margin-top: 100px;
    }
    .cb-rack__img > img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:480px){
    .cb-rack__black .cb-rack__container{
        display: block;
        padding-bottom: 40px;
    }
    .cb-rack__title{
        margin-top: 40px !important;
    }
}
/* ==========================================================================
   Arrow
   ========================================================================== */
.cb-arrow{
    display: inline-block;
    border: 5px solid transparent;
}
.cb-arrow--left{
    border-right-color: rgba(0,0,0,0.54);
}
.cb-arrow--right{
    border-left-color: rgba(0,0,0,0.54);
}


/* ==========================================================================
   Component - Panel
   ========================================================================== */
:root{
    --panel-green        :    #07913C;
    --panel-blue         :    #0073C2;
    --panel-orange       :    #D6861E;
    --panel-red          :    #D84751;
    --panel-black        :    #1C1D2F;
    --panel-pink         :    #9A3E92;
}
.cb-panel{
    background-color: #fff;
    margin-bottom: 30px;

    -webkit-animation-name: fxShowAlt;
                animation-name: fxShowAlt;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
}

/* Panel header
   ========================================================================== */
.cb-panel__header{
    min-height: 100px;
    padding: 20px 30px;
    background-color: var(--panel-black);
    color: #fff;
}
.cb-panel__title{
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0.27px;
    line-height: 32px;
}
.cb-panel__desc{
    font-size: 16px;
    color: rgba(255,255,255, 0.7);
}
.cb-panel__soon{
    display: inline-block;
    border: 1px solid;
    padding: 0px 6px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 3px;
    opacity: .7;
    border-radius: 2px;
    height: 20px;
}

/* Panel Content
   ========================================================================== */
.cb-panel__content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cb-panel__list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cb-panel__item > a{
    display: block;
    font-size: 16px;
    color: #212121;
    padding: 10px 30px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    position: relative;

    -o-transition: .2s ease-out;

    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
.cb-panel__item > a:hover,
.cb-panel__item > a:focus,
.cb-panel__item.cb-panel__active > a{
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.22);
            box-shadow: 0 8px 20px 0 rgba(0,0,0,0.22);
    text-decoration: none;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 35px;
    padding-right: 35px;
}
.cb-panel__item > a:before{
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: var(--panel-black);
    position: absolute;
    left: 16px;
    top: 17px;
}
/* Panel Modify
   ========================================================================== */
/* Green
   ========================================================================== */
.cb-panel--green{}
.cb-panel--green .cb-panel__header{
    background-color: var(--panel-green );
}
.cb-panel--green .cb-panel__item > a:before{
    border-left-color: var(--panel-green );
}


/* pink
   ========================================================================== */
.cb-panel--pink{}
.cb-panel--pink .cb-panel__header{
    background-color: var(--panel-pink);
}
.cb-panel--pink .cb-panel__item > a:before{
    border-left-color: var(--panel-pink);
}

/* orange
   ========================================================================== */
.cb-panel--orange{}
.cb-panel--orange .cb-panel__header{
    background-color: var(--panel-orange);
}
.cb-panel--orange .cb-panel__item > a:before{
    border-left-color: var(--panel-orange);
}


/* blue
   ========================================================================== */
.cb-panel--blue{}
.cb-panel--blue .cb-panel__header{
    background-color: var(--panel-blue);
}
.cb-panel--blue .cb-panel__item > a:before{
    border-left-color: var(--panel-blue);
}

/* red
   ========================================================================== */
.cb-panel--red{}
.cb-panel--red .cb-panel__header{
    background-color: var(--panel-red);
}
.cb-panel--red .cb-panel__item > a:before{
    border-left-color: var(--panel-red);
}



/* ==========================================================================
   Component
   ========================================================================== */
.cb-testimonial{}
.cb-testimonial__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cb-testimonial__header{}
.cb-testimonial__content{
    margin-bottom: 30px;
}
.cb-testimonial__footer{}
.cb-testimonial__mark{
    color: #212128;
    font-weight: bold;
}
.cb-testimonial__figure{
    margin-right: 30px;
}
.cb-testimonial__quote{
    width: 60px;
    height: 50px;
    display: inline-block;
    background: url(../images/icon/quote/cb-quote.svg)no-repeat left top;
}
.cb-testimonial__name{
    font-weight: 600;
    line-height: 20px
}
.cb-testimonial__role{
    color: #787882;
}


.cb-testimonial__content {
    position: relative;
    text-align: center
}

.cb-testimonial__content:after {
    content: '';
    background: url('../images/careers/cb-quote.svg') no-repeat;
    display: inline-block;
    width: 140px;
    height: 110px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1
}

.cb-testimonial__desc {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 24px
}

.cb-testimonial__author {
    font-size: 18px;
    line-height: 26px
}

.cb-testimonial--my-md {
    margin-top: 50px;
    margin-bottom: 50px
}

/* enterprise
   ========================================================================== */
.cb-ent-card{
    background: #fff;
    padding: 50px 20px;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,0.14);
            box-shadow: 0 6px 12px 0 rgba(0,0,0,0.14);
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}
.cb-ent-card:hover,
.cb-ent-card:focus{
    text-decoration: none;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);
            box-shadow: 0 7px 14px 0 rgba(0,0,0,0.3);
}

.cb-ent-card__img > img{
    margin: auto;
}
.cb-ent-card__text{
    margin-top: 30px;
    color: #191919;
    text-decoration: none !important;
}
/* Margin
   ========================================================================== */
@media(max-width:991px){
    .cb-testimonial{
        margin-bottom: 80px;
    }
} 
@media(min-width:992px){
    .cb-testimonial-t--st{
        margin-top: 50px;
    }
    .cb-testimonial-t--md{
        margin-top: 80px;
    }
}





/* For annoncement toast
   ========================================================================== */
.cb-annonce{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 0 ;
    right: 0;
    background: #5110b1;
    max-width: 450px;
    margin: auto;
    border-radius: 2px;
    padding: 28px 36px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);

    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: all 0.38s ease-out 1s;
    -o-transition: all 0.38s ease-out 1s;
    transition: all 0.38s ease-out 1s;
}
.cb-annonce--active{
    -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
}
.cb-annonce__container{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.cb-annonce__content{
    -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
    font-size: 16px;
    color: #fff;
    max-width: 260px;
    line-height: 23px;
}
.cb-annonce__close{
    position: absolute;
    font-weight: bold;
    right: -25px;
    top: -22px;
    font-size: 14px;
    color: #ffffff96;
    display: inline-block;
    padding: 4px;
    line-height: 12px;
    cursor: pointer;
}
.cb-annonce__btn{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background: #280758;
    display: inline-block;
    padding: 5px 16px;
    border-radius: 24px;
    line-height: 18px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.cb-annonce__btn:hover,
.cb-annonce__btn:focus{
    background-color: #fff;
    color: #5110b1;
    text-decoration: none;
}
.cb-annonce__link{
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 8px 12px;
}   
.cb-annonce__link:hover,
.cb-annonce__link:focus{
    color: #fff;
    text-decoration: none;
    opacity: .8;
}




/* For Homepage dropdown
   ========================================================================== */
.cs-input{
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 1px 4px 18px 0px rgba(0,0,0,0.16);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 1px 4px 18px 0px rgba(0,0,0,0.16);
    border: 0;
    border-radius: 2px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    font-family: "acumin-pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #44435a;
    padding: 0 20px;
    width: 100%;
}
.cs-input:focus{
    outline: 0;
    border: 1px solid #7763ff;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 2px;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 1px 4px 18px 0px rgba(0,0,0,0.16);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 1px 4px 18px 0px rgba(0,0,0,0.16);
    clear: both;
    cursor: pointer;
    color: #44435a;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    line-height: 58px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    content: '';
    display: block;
    height: 5px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
    border: 5px solid transparent;
    border-top-color: #7f7f7f;
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -6px;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 
                1px 4px 18px 0px rgba(0,0,0,0.16);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07), 
                1px 4px 18px 0px rgba(0,0,0,0.16);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nice-select .current{width: 250px;
   -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   display: block;}
/* Broadcast */
.cb-broadcast {
    display: block;
    position: relative;
    padding: 14px 0 16px;
    text-decoration: none !important;
}
.cb-broadcast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #979797;
    opacity: 0.2; 
}
.cb-broadcast__title {
    display: table;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FC5500;
    padding:  5px 9px;
    border: 1px solid #FC5500;
    border-radius: 1px;
    background-color: rgba(252, 85, 0, 0.1); 
}
.cb-broadcast__desc {
    color: #1B1B1B;
    font-size: 14px;
    line-height: 20px; 
}

.cb-broadcast__link {
    margin-top: 10px;
    display: block;
    color: #5110B1; 
    font-weight: 500; 
    text-decoration: underline;
}

.cb-broadcast__title + .cb-broadcast__desc {
    margin-top: 20px;
}


.cb-broadcast.variant-b {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
}

.cb-broadcast.variant-b:before {
    display: none;
}

.cb-broadcast.variant-b .cb-broadcast__inwrap {
    padding:  12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin:  auto;
}

.cb-broadcast.variant-b .cb-broadcast__inwrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #979797;
    border-radius: 2px;
    opacity: 0.2; 
        -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
    }

    .cb-broadcast.variant-b a:hover:before, 
    .cb-broadcast.variant-b a:focus:before{
        text-decoration: none;
        border-color: transparent;
        -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.34), 0 14px 24px 0 rgba(0,0,0,0.34);
        box-shadow: 0 0 14px 0 rgba(0,0,0,0.34), 0 14px 24px 0 rgba(0,0,0,0.34);
    }

.cb-broadcast.variant-b .cb-broadcast__title {
    color: #5110B1;
    height: auto;
    padding: 5px;
    border:  0;
    border-radius: 1px;
    background-color: transparent;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.cb-broadcast.variant-b .cb-broadcast__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 0 !important;
    margin-right: 0;
}

.cb-broadcast.variant-b .cb-broadcast__title + .cb-broadcast__desc{
      margin-left: 15px !important;
}
.cb-broadcast.variant-b .cb-broadcast__more {
    background: url('../images/icon/arrow/circle-arrow-purple.svg') no-repeat 100% 50%;
    color: #5110B1;
    padding: 0 30px 0 0;
    margin: 37px 0;
}

@media (min-width: 992px) {
    .cb-broadcast {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cb-broadcast__title {
        margin: 0;
    }

    .cb-broadcast:before {
        margin: 0 auto;
    }
    .cb-broadcast__desc {
        font-size: 16px;
    }
    .cb-broadcast__title + .cb-broadcast__desc {
        margin: 0;
        margin-left: 15px; 
    }
    .cb-broadcast__link {
        display: inline-block;
        margin:  0;
    }

    .cb-broadcast.variant-b .cb-broadcast__title + .cb-broadcast__desc {
        margin-top: 0;
    }
}


/*Banner ad for zuora*/
.cb-bannera{
    background-color: #5110B1;
    border-radius: 4px;
    padding: 48px 60px;
    margin: 50px 0 0;
}
.cb-bannera__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.cb-bannera__left{
    max-width: 500px;
}
.cb-bannera__test{
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: -0.22px;
    line-height: 30px;
}
.cb-bannera__author{
    opacity: 0.7;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 21px
}
.cb-bannera__btn{
    background: #fff;
    padding: 14px 48px;
    -webkit-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-property: padding-left,padding-right;
    -o-transition-property: padding-left,padding-right;
    transition-property: padding-left,padding-right;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    color: #5110B1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 18px;
}
.cb-bannera__btn:hover,
.cb-bannera__btn:focus{
    color: #5110B1;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    padding-left: 46px;
    padding-right: 50px;
}
.cb-bannera__btn:after {
    position: absolute;
    content: "";
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    border: 5px solid transparent;
    display: inline-block;
    border-left-color: #5110B1;
    width: 9px;
    height: 9px;
    top: 50%;
    right: -3em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 1px;
    border-radius: 2px;
}
.cb-bannera__btn:hover:after, 
.cb-bannera__btn:focus:after {
    right: 1.3em;
}


/*Stripe Billing page*/
.l-blk__banner{
    background-color: #130D2D;
    padding-top: 90px;
    padding-bottom: 120px;
}
@media (max-width: 767px){
    .l-blk__banner{
        padding-bottom: 80px;
    }
}
.l-blk__hero{
    max-width: 640px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.l-blk__hero--lg{
    max-width: 750px;
}
@media (max-width: 991px){
    .l-blk__hero--lg{
        max-width: 600px;
    }
}
.l-blk__title{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 58px;
}
@media (max-width: 767px){
    .l-blk__title{
        font-size: 32px;
        line-height: 42px;
    }
}
.l-blk__desc{
    opacity: 0.6;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
}
@media (max-width: 767px){
    .l-blk__desc{
        font-size: 18px;
        line-height: 24px;
    }
}

.l-blk__text{
    opacity: 0.6;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 34px;
}
@media (max-width: 991px){
    .l-blk__text{
        font-size: 18px;
        line-height: 30px;
    }
}


.l-blk__item {
    margin-bottom: 160px;
} 
@media(max-width: 1024px){
    .l-blk__item {
        margin-bottom: 120px;
    } 
}
@media (max-width: 767px){
    .l-blk__item {
        padding-left: 10px;
        padding-right: 10px;
    } 
}
.l-blk__item--sm {
    margin-top: 100px;
}
/* ------------------------------------------------------------------
Article Temp
------------------------------------------------------------------ */
.ct-article{
    color: #130D2D;
}
.ct-article--b-xs{
    margin-bottom: 50px;
}
.ct-article--center{
    text-align: center;
}
.ct-article--tmar{
    margin-top: -20px;
}
.ct-article--bdr{
    border: 1px solid #A6A6AC;
    border-radius: 4px;
    padding: 30px 54px;
}
@media (max-width: 991px){
    .ct-article--bdr{
        padding: 30px;
    }
}
@media (max-width: 767px){
    .ct-article--bdr{
        margin-top: 40px;
    }
}
.ct-article__title{
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
    letter-spacing: -0.6px;
    margin-top: 0;
    margin-bottom: 24px;
}
@media (max-width: 991px){
    .ct-article__title{
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 767px){
    .ct-article__title{
        font-size: 24px;
        line-height: 34px;
    }
}
.ct-article__heading{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}
@media (max-width: 991px){
    .ct-article__heading{
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px){
    .ct-article__heading{
        font-size: 20px;
        line-height: 28px;
    }
}

.ct-article__subheading{
    color: #130D2D;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 36px;
    margin-bottom: 9px;
}
.ct-article__desc{
    color: #44435A;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}
@media (min-width: 992px){
    .ct-article__desc{
        font-size: 18px;
        line-height: 29px;
    }
}
.ct-article__desc--center{
    max-width: 540px;
    margin: auto;
}
.ct-article__text{
    color: #44435A;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}
.ct-article__subtext{
    color: #44435A;
    font-size: 12px;
    line-height: 20px;
}
.ct-article__label{
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #5110B1;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 33px;
    display: inline-block;
}
.ct-article__divider{
    max-width: 600px;
    margin: 0 auto 42px;
    text-align: center;
    position: relative;
}
.ct-article__divider:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #D9D8D8;
    display: block;
    position: absolute;
    top: 18px;
}
.ct-article__divider-text,
.ct-article__divider img{
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 24px;
    margin: auto;
    color: #5110B1;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
/* ------------------------------------------------------------------
Testimonial Temp
------------------------------------------------------------------ */
.ct-test{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.ct-test__header{
    margin-bottom: 30px;
    position: relative;
}
.ct-test__header:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    width: 60px;
    height: 45px;
    display: block;
    background: url(../images/stripe/cb-testimonial.svg) no-repeat;
}
.ct-test__content{
    margin-bottom: 24px;
    color: #44435A;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
}
@media (max-width: 991px){
    .ct-test__content{
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px){
    .ct-test__content{
        font-size: 18px;
    }
}
.ct-test__footer{
    color: #130D2D;
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 36px;
}
@media (max-width: 991px){
    .ct-test__footer{
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px){
    .ct-test__footer{
        font-size: 18px;
    }
}
.ct-test__author{
    width: 120px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
}

/* ------------------------------------------------------------------
Media Temp
------------------------------------------------------------------ */
.ct-media{
    margin-bottom: 45px;
}
.ct-media__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.ct-media__content{
    color: #44435A;
    font-size: 16px;
    line-height: 25px;
}
@media (max-width: 991px){
    .ct-media__content{
        font-size: 14px;
        line-height: 22px;
    }
}
.ct-media__content--bdr{
    border-left: 2px solid #5110B1;
    padding-left: 20px;
    margin-left: 20px;
}
.ct-media__icon{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
@media (max-width: 991px){
    .ct-media__icon{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}
.ct-media__title{
    color: #130D2D;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 28px;
}
@media (max-width: 991px){
    .ct-media__title{
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px){
    .ct-media__title{
        font-size: 20px;
        line-height: 28px;
    }
}
.ct-media__heading{
    color: #5110B1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 18px;
    white-space: nowrap;
}

/* ------------------------------------------------------------------
Spacing Temp
------------------------------------------------------------------ */
@media (max-width: 991px){
    .ct-tspac--sm{
        margin-top: 100px;
    }
}




