*{
    outline-width:0!important;
}
.text-bold
{
    font-weight: bold;
}
.text-primary
{
    color:#384252;
}
.text-secondary
{
    color:#E25858;
}
.text-off
{
    max-height: 20px;
    font-size: 20px;
}
::-webkit-input-placeholder {
   color: #403F5A!important;
   font-family: merriweather,georgia,cambria,serif;
   font-style:italic;
   font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
   color: #403F5A!important;
   font-family: merriweather,georgia,cambria,serif;
   font-style:italic;
   font-weight: 300;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #403F5A!important;
   font-family: merriweather,georgia,cambria,serif;
   font-style:italic;
   font-weight: 300;
}
:-ms-input-placeholder {
   color: #403F5A!important;
   font-family: merriweather,georgia,cambria,serif;
   font-style:italic;
   font-weight: 300;
}
body{
    font-family: merriweather,georgia,cambria,serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
a{
    color:#E25858;
    cursor: pointer;
}
a:hover,
a:focus{
    color:#cb4f4f;
}a.deco-none {
    color:#FFFFFF !important;
    text-decoration:none;

}
h1,h3,h4,h5,h6,.h1,.h3,.h4,.h5,.h6{
    font-family: brandon-grotesque,brandon grotesque,helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h1,.h1{
    font-size: 26px;
    line-height: 30px;
}
h2,.h2{
    font-size: 22px;
    line-height: 26px;
}
.form-control{
    height:60px;
    padding:18px;
    height:50px;
    padding:20px 16px;
    color:#000;
    font-family: acumin-pro,helvetica,sans-serif;
}
.btn{
    font-family: brandon-grotesque,brandon grotesque,helvetica,sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    line-height: 23px;
    height:60px;
    padding:18px 34px;
    position: relative;
    overflow: hidden;
    transition-property:border-color, background;
    transition-duration: 0.3s, 0.3s;
}
.btn-success.btn-suffix{
    font-family: acumin-pro,helvetica,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-margin{
    padding-left:57px;
    padding-right:57px;
    margin-right:55px;
}
.btn-margin2{
    padding-left:50px;
    padding-right:50px;
    margin-right:55px;
}
.btn-md{
    padding-left:55px;
    padding-right:55px;
}
.btn-primary{
    background:#E25858;
    border-color:#E25858;
    font-family: acumin-pro,helvetica,sans-serif;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary{
    background:#e25858;
    border-color:#e25858;
}
.btn-success{
    background:#384252;
    border-color:#384252;
    font-family: acumin-pro,helvetica,sans-serif;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-primary{
    background:#384252;
    border-color:#384252;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
    transition: all .2s;
}
.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:#fff;
    color:#E25858;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover{
    background:#E25858;
    color:#fff;
}
.btn-outline-success{
    background: transparent;
    color:#384252;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover{
    background:#384252;
    color:#fff;
}
.btn-suffix,
.btn-suffix-alt,
.btn-download{
    transition-property: padding-left,padding-right;
    transition-duration: 0.3s, 0.3s;
}
.btn-suffix:hover,
.btn-suffix:focus,
.btn-suffix:active,
.btn-download:hover,
.btn-download:focus,
.btn-download: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,
.btn-download:after{
  position: absolute;
  content: "\f178";
  font-family: 'FontAwesome';
  font-weight: normal;
  right: -3em;
  transition:right 0.3s;
  color: inherit;
}
.btn-suffix-alt:after{
    content: "\f0da";
}
.btn-download:after{
    content: "\f01a";
}
.btn-suffix:hover:after,
.btn-suffix-alt:hover:after,
.btn-download:hover:after{
  right: 1.5em;
}
.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-family: merriweather,georgia,cambria,serif;
    font-weight: 400;
    font-style: italic;
    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:40px;
    padding-top:40px;
}
.thumb-item img,
.thumb-list li img{
    max-width:86%;
    height:auto;
    max-height:80px;
}
/*==================================================
=                        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-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:acumin-pro,helvetica,sans-serif;
    font-size: 15px;
    left:0;
    right:0;
    z-index:111;
}
.header ul{
    list-style:none;
    margin:0;
    padding:0;

}

#slider {
  position: relative;
  overflow: hidden;
  margin: auto 0 auto;
  border-radius: 4px;
}

.template-desc  {
    padding-top: 10%;
    padding-left: 5%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 182px;
  height: 320px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border : 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.template-thumb {
    border: 0px;
    box-shadow: none;
    color: #919191;
    text-align: center;
    cursor: pointer;
}

a.template-thumb.active {
    border: 0px;
    color: #E25858!important;
}

.thumbnails-slider li {
    float: left;
    list-style: none;
    border: 0px;
    padding: 15px;
    cursor: pointer;
    width: 10%;
}

.thumbnails-slider li a.thumbnail {
    border: 0px;
    box-shadow: none;
    color: #919191;
    text-align: center;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    color: #E25858!important;
}

a, a:hover {
    text-decoration: none;
}
a.control_prev {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 2% 1%;
  width: auto;
  height: auto;
  /*  background: #2a2a2a;*/
  background: #384252;
  color: #fff;
  margin-top: 17%;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
a.control_next {
  position: absolute;
  top: 40%;
  margin-top: 17%;
  z-index: 999;
  display: block;   
  padding: 2% 1%;
  width: auto;
  height: auto;
  /*  background: #2a2a2a;*/
  background: #E25858;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.header .logo,
.header .logo-mark{
    display: inline-block;
    position: relative;
}
.header .logo-mark{
    top: 0;
}
.header .btn{
    border: 1px solid #E25858;
    background: transparent;
    color: #E25858;
    padding: 5px 14px;
    height: 32px;
    text-decoration:none!important;
    font-size:inherit;
    font-weight:300;
    font-family: inherit;
    text-transform: none;
}
.header .btnx{
    border: 1px solid #384252;
    background: transparent;
    color: #384252;
    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: #E25858;
    border-color: #E25858;
    color: #fff;
}
.header .btnx:hover,
.header .btnx:focus{
    background: #384252;
    border-color: #384252;
    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;
    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;
    -moz-transition: top 0.4s;
    transition: top 0.4s;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(64,63,89,0.14);
}
.header-fixed.headsup{
    top: 0;
}
.header-fixed a{
    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:#E25858;
    background-color: #E25858;
}
.header-fixed .btn:hover{
    color: #fff;
    border-color:#cb4f4f;
    background-color: #cb4f4f;
}
.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;
}
.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;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2222;
}
.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:acumin-pro,helvetica,sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
}
.mobile-links a span{
    font-weight: 300;
}
.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;
    font-weight: 300;
}
.nav-main .dropdown-menu--alt{
    width: 580px;
    padding: 30px;
    background: #FFFFFF;
    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 50px;
    background-image:url(../images/noise.png),linear-gradient(-180deg, #4B4A6A 0%, #5BA7C6 67%, #ECE7D2 100%);
    font-family: merriweather,georgia,cambria,serif;
    font-weight: 300;
}
.hero article{
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-family: merriweather,georgia,cambria,serif;
    font-weight:300;
}
.hero article p{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.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:linear-gradient(0deg, rgba(255,255,255,0.00) 0%, #E8E5F6 100%);
    background-image:-moz-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;
    font-family: merriweather,georgia,cambria,serif;
}
.blog-blk a{
    font-size:14px;
    cursor: pointer;
    color:#000;
    text-decoration: underline;
    font-family: merriweather,georgia,cambria,serif;
}
/*================================
=            Benefits            =
================================*/
/*.benefits-blk{
    opacity: 0;
}*/
.benefits-txt-blk p:first-letter{
    float:left;
    font-size: 48px;
    line-height: 36px;
    margin:7px 5px 2px 0;
}
.temp-anim{
    margin-right: 0!important;
    margin-left: 100px!important;
}
/*===================================
=            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: -moz-linear-gradient(top,  rgba(212,212,212,0) 0%, rgba(212,212,212,1) 60%, rgba(212,212,212,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,0)), color-stop(60%,rgba(212,212,212,1)), color-stop(100%,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: -ms-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: -moz-linear-gradient(top,  rgba(83,75,71,0) 0%, rgba(83,75,71,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,75,71,0)), color-stop(100%,rgba(83,75,71,1)));
    background: -webkit-linear-gradient(top,  rgba(83,75,71,0) 0%,rgba(83,75,71,1) 100%);
    background: -o-linear-gradient(top,  rgba(83,75,71,0) 0%,rgba(83,75,71,1) 100%);
    background: -ms-linear-gradient(top,  rgba(83,75,71,0) 0%,rgba(83,75,71,1) 100%);
    background: linear-gradient(to bottom,  rgba(83,75,71,0) 0%,rgba(83,75,71,1) 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-family: brandon-grotesque,brandon grotesque,helvetica,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/*==================================
=            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            =
==============================*/
.footer{
    background: #FFFFFF;
    box-shadow: inset 0px 1px 0px 0px #F0F0FA;
    padding-top:45px;
    padding-bottom:45px;
    font-family:acumin-pro,helvetica,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;
}
.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;
}
/*=====================================================================
=            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: 45px;
    }
    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;
        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;
    }
    .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;
    }
}
/*======================================================
=            Media queries - larger displays           =
======================================================*/
@media(min-width:1200px){
    .space-hor-lg .space-item{
        display:inline-block;
    }
}
@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;
    }
}
@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;
    }
    .testimonial-blk .space-ver{
        padding-top: 100px;
        padding-bottom: 50px;
    }
}



/*======================================================
=                Secondary Homepage                    =
======================================================*/
.body ::-webkit-input-placeholder {
   color: rgba(255,255,255,0.54) !important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:normal;
   font-weight: 300;
}
.body :-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.54) !important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:normal;
   font-weight: 300;
}
.body ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.54) !important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:normal;
   font-weight: 300;
}
.body :-ms-input-placeholder {
   color: rgba(255,255,255,0.54) !important;
   font-family: acumin-pro,helvetica,sans-serif;
   font-style:normal;
   font-weight: 300;
}
.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,helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    line-height: 1.5;
}
.make-italic{
 font-style: italic;
}
.ff-brandon{
    font-family: brandon-grotesque,brandon grotesque,helvetica,sans-serif !important;
}
.ff-merriweather{
    font-family: merriweather,georgia,cambria,serif !important;
}
.ff-acuminpro{
    font-family: acumin-pro,helvetica,sans-serif !important;
}
.ff-freightDisPro{
    font-family: freight-display-pro,serif !important;
}
.ff-adelle{
    font-family: adelle-sans ,helvetica,sans-serif !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;
}
.hero-sec h1,
.h2__alter{
    font-family: acumin-pro,helvetica,sans-serif;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: -1.2px;
}
.h2__alter{
    margin-bottom: 10px;
}
.hero-sec .p{
    font-size: 21px;
    line-height: 30px;
}
.btn-sec{
    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{
    background: #E25858;
    transition: all .2s;
    font-family: acumin-pro,helvetica,sans-serif;
}
.btn-primary-sec:hover,
.btn-primary-sec:focus,
.btn-primary-sec:active,
.bts-btnform:hover,
.bts-btnform:focus{
    background: #E25858;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 4px 8px 0px rgba(0,0,0,0.24);
    outline-width: 0;
}
.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: #E25858;
    line-height: normal;
    margin-left: 20px;
}
.btn-ghost-primary:hover,
.btn-ghost-primary:focus{
    background: #E25858;
    color: #fff;
    border-color: #E25858;
}
.btn-flat{
    border-bottom: 1px solid;
    font-weight: 300;
    font-size: 16px;
    color: #384252;
    line-height: 22px;
}
.btn-flat i{
    margin-left: 3px;
}
.btn-flat:hover,
.btn-flat:focus{
    text-decoration: none;
    border-bottom-width:0;
    color: #384252;
}
.btn-flat__alter{
    font-weight: bold;
    font-size: 14px;
    color: #384252;
    line-height: 14px;
    border-bottom-width:0;
    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;
}

@-webkit-keyframes moving-arrow {
    0% { -webkit-transform: translate(3px, 0) ;}
    50% { -webkit-transform: translate(0px, 0) ;}
    100% { -webkit-transform: translate(3px, 0);}
}
@-moz-keyframes moving-arrow {
    0% { -webkit-transform: translate(3px, 0) ;}
    50% { -webkit-transform: translate(0px, 0) ;}
    100% { -webkit-transform: translate(3px, 0);}
}
/*Content Part*/
.blk-media{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.blk-media-subscription{
    background-image: url(../images/home/money.svg);
}
.blk-media-invoice{
    background-image: url(../images/home/confusion.svg);
}
.blk-media-payment{
    background-image: url(../images/home/team.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: 0px;

}
.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: 30px;
    font-weight: 500;
    line-height: 46px;
    text-transform: inherit;
}
.blk-media-txt .h2{
    font-size: 30px;
    font-family: acumin-pro,helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 1.2;
}
.blk-media-txt2 .h2{
    font-size: 30px;
    font-family: acumin-pro,helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 1.2;
}
.btn-link-primary{
    font-size: 14px;
    color: #59BEAA;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-link-primary:after{
    content: "\f178";
    font-family: 'FontAwesome';
    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: #E25858;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-link-secondary:after{
    content: "";
    border:6px solid;
    border-color: transparent transparent transparent #E25858;
    margin-left: 6px;
    display: inline-block;
}
.btn-link-secondary:hover,
.btn-link-secondary:focus{
    text-decoration: none;
    color: #E25858;
}
.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;
}
@-webkit-keyframes floating-arrow{
  0% {
    -webkit-transform: translateX(0);
  }
  50%{
    -webkit-transform: translateX(4px);
 }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes floating-arrow{
 0% {
    -webkit-transform: translateX(0);
  }
  50%{
    -webkit-transform: translateX(4px);
 }
    100% {
    -webkit-transform: translateX(0);
    }
}

.btn-ghost-secondary{
    border: 2px solid #00BCB4;
    color: #00BCB4;
    padding: 16px 24px;
    height: 54px;
    line-height: 20px;
    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: #00BCB4;
    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: #384252;
}
.bg-dark-tertiary2{
    background: #E25858;
}
.blk-flex{
    display: flex;
    justify-content: space-between;
}
.blk-flex-child{
    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: #E25858;
}
.nav-mobile-sec .is-open .path{
    stroke:#E25858;
}
.nav-mobile-sec .nav-links-mobile{
    background: rgba(0,0,0,0.87);
}

/*==================================================
=                    Mediakit                      =
===================================================*/
.blk-mediatype{
    margin: 130px 0 100px;
}
.blk-primary-color{
    background: #E25858;
}
.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;
      transition:.2s ease-in;
    -moz-transition:.2s ease-in;
    -webkit-transition:.2s ease-in;
}
.blk-white-color .blk-logo{
    color: #E25858;
}
.blk-logo:hover,
.blk-logo:focus,
.blk-logo:active,
.blk-logo.selected{
    background: #fff;
    color: #E25858;
    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: #E25858;
    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;
     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;
}
.estimate-green
{
    color: #73BE65;
    line-height: 30px;
}
.estimate-blue
{
    color: #384252;
    line-height: 30px;
}
.estimate-red
{
    color: #E25858;
    line-height: 30px;
}
.blk-color-plate{
    display: inline-block;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 5px;
    border-radius: 3px;
    line-height: 18px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.24);
    font-size: 15px;
    margin: 20px 10px;
    text-align: middle;
}
.blk-color-plate-green{
    background: #00BCB4;
}
.blk-color-plate-martinique{
    background: #231C34;
}
.blk-color-codes{
    font-size: 12px;
    padding-top: 20px;
}
.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: #00BCB4;
}
.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-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    left: -22px;
    color: #E73A4F;
}
.text-danger-section{
    color: #E73A4F;
}

/*==================================================
=                        Footer                   =
===================================================*/
.bg-light{
    background: rgba(0,0,0,0.03);
}
.client-logos{
    margin-bottom: 60px;
    opacity: 0.5;
}
.blk-card-bg{
    background: #FFFFFF;
    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: '';
    position: absolute;
    width: 33px;
    height: 30px;
    top: 30px;
    left: -30px;
}
.blk-testimonial blockquote:after{
    top: auto;
    left: auto;
    bottom: 30px;
    right: -30px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.blk-testimonial  .media-left{
    padding-right: 24px;
}
.blk-clientdescription{
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blk-clientname{
    font-size: 15px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 700;
}
.blk-clientname div{
    font-weight: 300;
    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,helvetica,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:#384252;
}
.footer-links li a.cb-territory__color,
.footer-links li a.cb-territory__color:hover,
.footer-links li a.cb-territory__color:focus{
    color: #384252;
}
.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: #384252;
    line-height: 19px;
    margin: 0 0 0 165px;
    font-family: acumin-pro,helvetica,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,helvetica,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);
}

/*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,helvetica,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;
    box-shadow: none;
}
.blk-subscribe .btn{
    background:#384252;
    border-radius:0px 4px 4px 0px;
    position:absolute;
    top:0;
    right:0;
   /* visibility:hidden;
    opacity:0;*/
    transition:.3s;
    color:#fff;
    font-weight:300;
    font-family: acumin-pro,helvetica,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;
    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;
}
.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(0,0,0,0.9);
}
.blk-subfooter , .blk-socialmedia li a{
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.54);
    line-height: 32px;
    padding-bottom: 40px;
}
.blk-copyright{
    display: inline-block;
    vertical-align: middle;
}
.blk-copyright > img{
    margin-right: 10px;
}
.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: #45629F;
}
.cb-sociallogo_box.facebook{
    background:  #45629F;
    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;
}



/*==================================================
=                   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__heading{
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    font-weight: 400;
    margin: 24px 0 2px;
}
.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: "\f058";
    font-family: 'FontAwesome';
    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/home/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;
    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;
    font-weight: 300;
    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;
    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{
    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: brandon-grotesque,brandon grotesque,helvetica,sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.54);
    line-height: 34px;
    margin: 16px 0;
    font-weight: 300;
}
.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;
    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{
    background: url(../images/home/icon-slider.svg) no-repeat;
    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 #384252;
    border-radius: 2px;
    position:relative;
    overflow: hidden;
}
.pr-boot2{
    border: 1px solid #e25858;
    border-radius: 2px;
    position:relative;
    overflow: hidden;
}
.pr-boot2{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    text-decoration: none!important;
}

.pr-boot a{
    text-decoration:none!important;
    min-height: 305px;
    display:block;
}
.pr-boot2 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;
    transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
}
.pr-boot2 .pr-boot2__image{
    display:none;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    overflow: hidden;
    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-boot2 .btn-flat__alter{
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
}
.pr-boot:hover{
    /* overflow: visible; */
    background: #323b49;
    border-color: #323b49;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12), 0px 2px 14px 0px rgba(0,0,0,0.24);
    transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
}
.pr-boot2:hover{
    /* overflow: visible; */
    background: #cb4f4f;
    border-color: #cb4f4f;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12), 0px 2px 14px 0px rgba(0,0,0,0.24);
    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;
    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: 40px;
}
.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__plan2 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-tab__plan-price2, .pr-boot__plan-price2{
    font-size: 46px;
    color: rgba(0,0,0,0.87);
    line-height: 38px;
    font-weight: bold;
    margin:27px 0 30px;
    position: relative;
}
.pr-tab__plan-price3, .pr-boot__plan-price3{
    font-size: 46px;
    color: rgba(0,0,0,0.87);
    line-height: 38px;
    font-weight: bold;
    margin:27px 0 30px;
    position: relative;
}
.pr-boot__plan-price{
    color: #fff;
}
.pr-boot__plan-price2{
    color: #fff;
}
.pr-boot__plan-price3{
    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-tab__plan-price2:before,
.pr-tab__plan-price2:after,
.pr-boot__plan-price2:before,
.pr-boot__plan-price2:after{
    content: "$";
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    line-height: 0;
    position: absolute;
    font-weight: normal;
}
.pr-tab__plan-price3:before,
.pr-tab__plan-price3:after,
.pr-boot__plan-price3:before,
.pr-boot__plan-price3: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-boot__plan-price2:before,
.pr-boot__plan-price2:after{
    color: rgba(255,255,255,0.7)
}
.pr-boot__plan-price3:before,
.pr-boot__plan-price3:after{
    color: rgba(255,255,255,0.7)
}
.pr-tab__plan-price2:before,
.pr-boot__plan-price2:before{
    top: 14px;
    font-weight: bold;
    margin-left: -12px;
}
.pr-tab__plan-price3:before,
.pr-boot__plan-price3:before{
    top: 14px;
    font-weight: bold;
    margin-left: -12px;
}
.pr-tab__plan-price:after,
.pr-boot__plan-price:after{
    content: "/month";
    bottom: 6px;
}
.pr-tab__plan-price2:after,
.pr-boot__plan-price2:after{
    content: "/year";
    bottom: 6px;
}
.pr-tab__plan-price3:after,
.pr-boot__plan-price3:after{
    content: " once";
    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/home/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;
    font-weight: 300;
    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;
    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;
    box-shadow: none;
}
.bts-signup-box input[type="submit"]{
    margin-top: 15px;
    width: 100%;
}
.bts-selectbox{
    position: relative;
    background: #fff;
    font-family: acumin-pro,helvetica,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: #E25858 url(../images/appygen-icon-white.svg) no-repeat;
    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: #384252;
    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,helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #00C1B5;
    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: #384252;
    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: #384252;
    margin-bottom: 10px;
}
.pr-fea-link{
    color: #00C1B5;
    font-weight: bold;
}
.pr-fea-link:hover,
.pr-fea-link:focus{
    color: #00C1B5;
    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;
}

/*==================================================
=                  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,helvetica,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,helvetica,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;
 }

/*===========================================
=            Media queries - Tablet         =
===========================================*/
@media(min-width:992px){
    .blk-media-sm {
        padding-top: 0px;
        margin-right: 0
    }
    .blk-media-md {
        max-width: 320px;
        padding-bottom: 130px;
    }
    .blk-media-lg {
        max-width: 420px;
        padding-bottom: 0;
    }

    .pr-tab{
        max-height: 450px;
    }
    .pr-darkbg__title{
        font-size: 28px;
    }
}
@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(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;
    }
    .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;
    }
    .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;
    }
}
/*===========================================
=            Media queries - Mobile         =
===========================================*/
@media(max-width:767px){
    .hero-sec {
        margin-top: 150px;
    }
    .blk-card {
        margin: 0 auto;
        box-shadow: none;
    }
    .btn-ghost-primary{
        margin-top: 20px;
        margin-left: 0;
    }
    .blk-socialmedia{
        text-align: center;
    }
    .blk-copyright{
        text-align: center;
        display: block;
    }
    .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;
    }

}

@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;
    }
    .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;
    }

}





