*{margin: 0 auto;}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@font-face {
    font-family: 'SULmonoregular';
    src: url('../fonts/SULmonoregular.eot');
    src: url('../fonts/SULmonoregular.eot') format('embedded-opentype'),
         url('../fonts/SULmonoregular.woff2') format('woff2'),
         url('../fonts/SULmonoregular.woff') format('woff'),
         url('../fonts/SULmonoregular.ttf') format('truetype'),
         url('../fonts/SULmonoregular.svg#SULmonoregular') format('svg');
}
@font-face {
    font-family: 'MetropolisBold';
    src: url('../fonts/MetropolisBold.eot');
    src: url('../fonts/MetropolisBold.eot') format('embedded-opentype'),
         url('../fonts/MetropolisBold.woff2') format('woff2'),
         url('../fonts/MetropolisBold.woff') format('woff'),
         url('../fonts/MetropolisBold.ttf') format('truetype'),
         url('../fonts/MetropolisBold.svg#MetropolisBold') format('svg');
}
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #32312f;
    font-weight: 400;
    padding-top: 70px;
    overflow-x: hidden;
}
body.page-home{
    overflow-x: hidden;
}
#pp{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #32312f;
    font-weight: 400;
}
#pp button, #pp input, #pp select, #pp textarea{
    font-family: 'Open Sans', sans-serif;
}
body.page-home{
    padding-top: 0;
}
.h1, .h2, .h3, .h4,
h1, h2, h3, h4{
	font-weight: 600;
}
ol, ul {
    margin-bottom: 2.5rem;
    padding: 0;
    list-style: none;
}
.container-fluid{
	width: 1440px;
	max-width: 100%;
}
.container{
	width: 1140px;
	max-width: 100%;
}
img{
	max-width: 100%;
	height: auto;
}
body.page-home #header{
    top: 0;
}
input, textarea, span, button, select, a, img, li, .slick-slide{
    outline: none !important;
}
.btn:focus, .btn.focus{
    outline: none;
}
#header{
	background: #0e1a35;
    position: fixed;
    width: 100%;
    /*top: -70px;*/
    top: 0;
    left: 0;
    z-index: 9999;
}
#header.header-fixed{
    position: fixed;
    top: 0;
}
.page-home #header{
    background: transparent;
}
.page-home #header.header-fixed{
    background: #0e1a35;
}
#header .row-header{
	min-height: 70px;
}
#header ul li a{
	font-size: 1.125rem;
    line-height: 1.25rem;
    /*color: #32312f;*/
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    height: 100%;
    align-items: center;
    display: flex;
}
#header ul li span{
	font-size: 1.125rem;
    line-height: 1.25rem;
    text-decoration: none;
    font-weight: 600;
}
#header .col-menu ul li a{
    font-weight: normal;
}
#header .container-fluid{
    position: relative;
}
.row-header .col-md-8,
.col-left-header .col-menu{
    position: static;
}
.col-left-header ul li{
	margin: 0 2.25rem 0 0;
    height: 70px;
    align-items: center;
    display: flex; 
}
.col-right-menu ul li{
	margin: 0 1.25rem 0 0; 
    align-self: center;
}
.col-left-header ul li:last-child,
.col-right-menu ul li:last-child{
	margin-right: 0;
}
.col-left-header ul li.parent{
    position: relative;
}
.col-left-header ul li.parent a{
    position: relative;
}
.col-left-header ul li.parent li a{
    position: static;
}
.col-left-header ul li.parent a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin: 0;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5584FF;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
    
}
.col-left-header ul li.parent:hover a:after{
    opacity: 1;

}
.col-left-header ul li .nav-child{
    flex-wrap: wrap;
    position: absolute;
    width: 600px;
    /*left: 15px;*/
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #5584FF;
    padding: 15px;
    border-radius: 20px;
    display: none;
    box-shadow: 0 10px 23px 0 rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.col-left-header ul li:hover .nav-child{
    opacity: 1;
    visibility: visible;
    display: flex;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.col-left-header ul li .nav-child li{
    margin-right: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    align-items: unset;
    display: block;
    
    padding: 10px 15px;
}
.col-left-header ul li .nav-child li a{
    display: flex;
}
.col-left-header ul li .nav-child li a img{
    margin: 0 10px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.col-left-header ul li .nav-child li a span{
    margin: 0;
}
#header .col-left-header ul li .nav-child li a span.sub-title{
    font-size: 11px;
    font-weight: 400;
    margin-left: 37px;
}
.col-right-menu ul{
	-ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.h1, h1 {
    font-size: 4.375rem;
    line-height: 1.05714286;
    margin-bottom: 1.5rem;
}
#home-banner .banner{
	padding-top: 150px;
	/*overflow: hidden;*/
    position: relative;
   /* min-height: calc(100vh);*/
    padding-bottom: 100px;
    color: #fff;
}
#home-banner .banner .inner-banner{
    /*position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 9;*/
}
p.notes{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .875rem;
}
#home-banner .h1{
    font-style: normal;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 3rem;
}
#home-banner .h1 strong{
    font-weight: 600;
    display: block;
    margin-top: 5px;
}
#home-banner .description{
	margin-bottom: 2.5rem;
}
#home-banner .description p:last-child{
	margin: 0;
	/*font-size: 1.5rem;
    line-height: 2rem;*/
    font-size: 18px;
}
.acysubbuttons .subbutton,
.btn-download-ebook,
.rsform-submit-button,
.btn-app, .location-btn {
	font-weight: 600;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #84c259;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .9375rem 2.5rem;
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none !important;
}
#pp .pp-plan-card__forms .btn-pp-primary{
    font-weight: 600 !important;
    border-width: 0 !important;
    border-style: solid !important;
    -webkit-box-shadow: inset 0 0 0 3px transparent !important;
    box-shadow: inset 0 0 0 3px transparent !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    font-family: inherit !important;
    font-size: 1.125rem !important;
    -webkit-appearance: none !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: #84c259 !important;
    color: #fff !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 0 1rem !important;
    padding: .9375rem 2.5rem!important;
    border: 1px solid transparent!important;
    border-radius: 100px!important;
}
.mdFormExtended .btn-toolbar .btn.button-cancel,
.btn-app-white.btn-app{
	background-color: transparent;
	color: #84c259;
	-webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
}
.banner .btn-app-white.btn-app {
    background-color: #fff;
    color: #84c259;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}
.banner .btn-app-white.btn-app:hover, .banner .btn-app-white.btn-app:focus{
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    background-color: transparent;
}
.acysubbuttons .subbutton:hover, .acysubbuttons .subbutton:focus,
.btn-download-ebook:hover,
.mdFormExtended .btn-toolbar .btn.button-cancel:hover, .mdFormExtended .btn-toolbar .btn.button-cancel:focus,
.rsform-submit-button:hover, .rsform-submit-button:focus,
.btn-app:hover, .btn-app:focus,
.location-btn:hover {
	-webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    background-color: transparent;
    color: #84c259;
    border-color: #84c259;
    background-image: none;
}
#pp .pp-plan-card__forms .btn-pp-primary:hover, #pp .pp-plan-card__forms .btn-pp-primary:focus{
    -webkit-box-shadow: inset 0 0 0 3px #84c259 !important;
    box-shadow: inset 0 0 0 3px #84c259 !important;
    background-color: transparent !important;
    color: #84c259 !important;
    border-color: #84c259 !important;
    background-image: none !important;
}
.btn-app-white.btn-app:hover, .btn-app-white.btn-app:focus{
	-webkit-box-shadow: inset 0 0 0 5px #84c259;
    box-shadow: inset 0 0 0 5px #84c259;
}
.bg.bg-banner{
    position: relative;
    top: 0;
    z-index: 0;
    /*left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 2390px;
    margin-bottom: 0;
    z-index: 0;
    margin-top: -230px;
    width: 200%;*/
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
    
}
/*.bg.bg-banner {
    position: relative;
    top: 0;
    z-index: 0;
    max-height: 400px;
    margin: auto !important;
    left: 50%;
    transform: translateX(-50%);
}*/
.banner .container{
	position: relative;
	z-index: 9;
}
.mod-custom-video{
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0 0 4.375rem;
}
.mod-custom-video img,
.mod-custom-video video {
	border-radius: 20px;
}
#mod-custom-video-92{
	padding-top: 4.375rem;
   /* margin-top: -80px;*/
   color: #fff;
}
#mod-custom-video-92 h3{
    color: #fff;
}
#mod-custom-video-93{
	padding-top: 4.375rem;
}
#mod-custom-video-fluid-98{
    color: #fff;
}
#mod-custom-free-guide-96{
    padding-bottom: 8.75rem;
}

.mdContent_core .mdFormTitle h2,
.page-submit-a-ticket .custom-container h1,
h1.page-title,
.h2, h2 {
    font-size: 3.125rem;
    line-height: 1.08;
    margin-bottom: 2.5rem;
}
#section-custom-137 h1{
    font-size: 3.125rem;
    line-height: 1.08;
    margin-bottom: 0;
}

.mdContent_core .mdFormTitle h2,
.page-submit-a-ticket .custom-container h1{
    text-align: center;
    border: none;
}
.mod-custom-video h2{
	margin-bottom: 3.75rem;
}
.js-hero .h3{
    font-size: 2.5rem;
    line-height: 1.1;
}
.mdContent_core h1.h2 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 15px 0;
}
.page-support-tickets .custom-container h1,
.h3, h3{
	font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.875rem;
}
.mod-custom-video .h3,
.inner-block-online-demo .h3,
.inner-block-online-demo h3,
.mod-custom-video h3{
	margin-bottom: 1.75rem;
}
ul.bullet-green li,
.mod-custom-two-cols ul li,
.mod-custom-video ul li {
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    padding-left: 3.3125rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 1.125rem;
}
ul.bullet-green li:before,
.mod-custom-two-cols ul li:before,
.mod-custom-video ul li:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 2.375rem;
    /*background-image: url(../images/i-circle-tick.png);
    background-repeat: no-repeat;*/
    width: 36px;
    height: 36px;
    margin: /*-.5rem*/ 0 .75rem 0 0;
    /*top: .5rem;
    color: #085440;*/
    color: #84c259;
    font-size: 36px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    line-height: 2.375rem;
}
.btn-cs-agil,
.btn-with-icon{
	border-bottom-width: .25rem;
    border-bottom-style: solid;
    border-radius: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    border-bottom-color: #84c259;
    position: relative;
    margin-right: 1.5rem;
    color: #0c0b0b;
    display: inline-block;
}
.btn-cs-agil:hover, .btn-cs-agil:focus,
.btn-with-icon:hover, .btn-with-icon:focus{
	color: #0c0b0b;
	text-decoration: none;
}
.btn-with-icon:before {
    content: "\f061";
    position: absolute;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1.375rem;
}
.btn-with-icon:hover:before, .btn-with-icon:hover:before {
    -webkit-animation: bounceRight .5s ease-out infinite alternate;
    animation: bounceRight .5s ease-out infinite alternate;
}
@-webkit-keyframes bounceUp{0%{padding-bottom:0;margin-top:0}to{padding-bottom:.3125rem;margin-top:-.3125rem}}@keyframes bounceUp{0%{padding-bottom:0;margin-top:0}to{padding-bottom:.3125rem;margin-top:-.3125rem}}@-webkit-keyframes bounceRight{0%{padding-left:0;margin-right:0}to{padding-left:.3125rem;margin-right:-.3125rem}}@keyframes bounceRight{0%{padding-left:0;margin-right:0}to{padding-left:.3125rem;margin-right:-.3125rem}}@-webkit-keyframes bounceDown{0%{padding-top:0;margin-bottom:0}to{padding-top:.3125rem;margin-bottom:-.3125rem}}@keyframes bounceDown{0%{padding-top:0;margin-bottom:0}to{padding-top:.3125rem;margin-bottom:-.3125rem}}@-webkit-keyframes bounceLeft{0%{padding-right:0;margin-left:0}to{padding-right:.3125rem;margin-left:-.3125rem}}@keyframes bounceLeft{0%{padding-right:0;margin-left:0}to{padding-right:.3125rem;margin-left:-.3125rem}}

.one-col-video .col-lg-9{
	margin: auto;
}
.one-col-video .desription-video h2, .one-col-video .desription-video h3{
	text-align: center;
}
.mod-custom-video .box-video .desription-video{
	text-align: left;
	margin-bottom: 2.5rem;
}
.one-col-video .btn-with-icon{
	margin-top: 2.5rem;
}
.one-col-video .btn-app{
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.box-video img{
	width: 100%;
}
#mod-custom-video-95{
    padding-bottom: 8.75rem
}
.inner-custom-free-guide{
    border-radius: 1.25rem;
    padding: 2.8125rem 1.875rem;
}
.inner-custom-free-guide .thumb-extra-article{
    position: relative;
}
#mod-custom-free-guide-132{
    padding-bottom: 8.75rem
}
#mod-custom-free-guide-132 .desc-free-guide{
    padding: 30px;
}
.inner-custom-free-guide .thumb-extra-article img{
    position: absolute;
    right: 0;
    top: -50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.inner-custom-free-guide .text-left .thumb-extra-article img{
    right: unset;
    left: 0;
}
#mod-custom-video-97 .desription-video p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
}
#mod-custom-video-97 .one-col-video .btn-with-icon {
    margin-top: 0;
}
.mod-custom-video-fluid{
    padding: 0;
}
.mod-custom-video-fluid img{
    border-radius: 0;
}
.mod-custom-payplans .box-thumb-payplans{
    height: 700px;
    position: relative;
}
.mod-custom-payplans .box-thumb-payplans .cover-thumb{
    background-size: cover;
    border-radius: 1.25rem;
    height: 100%;
    background-position: center;
}
.mod-custom-payplans .box-thumb-payplans .caption{
    position: absolute;
    right: 1.25rem;
    left: 1.25rem;
    bottom: 1.25rem;
    width: auto;
    padding: 1.25rem;
    margin: 0;
    border-radius: 1.25rem;
    background-color: #fff;
    max-width: 26.25rem;
    /*font-family: 'SULmonoregular', sans-serif;*/
}
.mod-custom-payplans .box-thumb-payplans .caption .icon{
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
}
.mod-custom-payplans .box-thumb-payplans .caption .icon svg path{
    fill: #5584ff !important;
}
.mod-custom-payplans .box-thumb-payplans .caption .text{
    padding-left: 54px;
}
.mod-custom-payplans .box-text-payplans{
    padding: 5.3125rem 3.125rem;
    background: #fff;
    border-radius: 1.25rem;
    margin: 3rem 0;
    position: relative;
    width: 150%;
    left: -50%;
}
.vertical-spacing {
    margin-bottom: 2.5rem;
}
.homepage__big-price {
    margin-top: -1.25rem;
    margin-bottom: 1rem;
    position: relative;
}
.homepage__big-price__currency {
    bottom: 2.5rem;
    left: .125rem;
}   
.homepage__big-price__currency, .homepage__big-price__suffix {
    position: relative;
    font-size: 1.9375rem;
}
.homepage__big-price__currency {
    bottom: 5.3125rem;
}
.homepage__big-price__amount {
    font-size: 5rem;
}
.homepage__big-price__strike {
    position: absolute;
    top: 0;
    right: .625rem;
}
.homepage__big-price__strike-amount {
    position: relative;
    color: #5d5b56;
    font-size: 2.3125rem;
    line-height: 3.125rem;
    /*font-family: 'SULmonoregular' ,sans-serif;*/
    font-weight: 400;
}
.homepage__big-price__currency, .homepage__big-price__suffix {
    font-size: 2.5rem;
    line-height: 2.75rem;
}
.homepage__big-price__strike-through {
    width: 3.625rem;
    height: 3px;
    background-color: #0c0b0b;
    position: absolute;
    top: 1.1875rem;
    left: .5625rem;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
}
p.small {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
}
.homepage__pricing-overlap-icons .grid-x {
    max-width: 27.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-2>.cell {
   -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.homepage__pricing-overlap-icons .grid-x .icon.small.expanded {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .9375rem;
}
.homepage__pricing-overlap-icons .block-icon-small-text{
    display: inline-flex;
}

.mod-custom-payplans{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}
.item-review{
    padding: 0 12px;
}
.item-review .inner-item-review{
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182,196,210,0.4);
    line-height: 16px;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    min-height: 220px;
}
.box-rate i{
    background: #fcb913;
    color: #fff;
    padding: 3px;
    font-size: 12px;
}
.slick-slide{
    outline: none;
}
.item-review .top-item{
    display: flex;
    margin-bottom: 15px;
}
.item-review .box-rate{
    margin-left: 0;
    min-width: 115px;
}
.item-review .box-date{
    margin-right: 0;
    font-size: 13px;
    font-weight: 300;
}
.item-review .title{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.item-review .desc{
    font-size: 13px;
    font-weight: 400;
}
.item-review .author{
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #929191;
}
.mod-custom-review{
    padding-bottom: 8.75rem;
}
.slick-prev:before, .slick-next:before{
    color: #0e1a35;
}
.inner-block-online-demo{
    position: relative;
    border-radius: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    overflow: hidden;
}
.block-online-demo__arrows {
    position: absolute;
    right: 100%;
    top: -23%;
    width: 22rem;
    height: auto;
    margin: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 30px;
}
.block-online-demo__arrows path:nth-child(4){
    fill: #fcb913;
}
.block-online-demo__arrows path:nth-child(5){
    fill: #5584ff;
}
.mod-custom-block-online-demo .btn-app{
    margin-bottom: 0;
    background-image: none;
    text-shadow: none !important;
}
.mod-custom-block-online-demo .box-desc{
    padding: 0 15px;
}
.mod-custom-block-online-demo .btn-app-white.btn-app{
    color: #84c259;
    border-color: #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
}
.mod-custom-block-online-demo .btn-app-white.btn-app:hover, .mod-custom-block-online-demo .btn-app-white.btn-app:focus{
    color: #84c259;
    border-color: #84c259;
    box-shadow: inset 0 0 0 5px #84c259;
}
#eb .btn-app{
    padding: .5rem 1.5625rem;
    color: #fff;
}
#eb .btn-app:hover, #eb .btn-app:focus{
    
    color: #84c259;
}
#mod-custom-block-online-demo-131,
.mod-custom-features{
    padding: 8.75rem 0;
}
.page-why-agilityportal #mod-custom-block-online-demo-131{
    padding-top:  0;
}
.mod-custom-block-online-demo{
    padding-bottom: 8.75rem;
}
#mod-custom-block-online-demo-101{
    padding-bottom: 4rem;
}
.inner-item-feature .desc{
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.3125rem;
}
.top-section p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
}
.inner-item-feature{
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 1.25rem 1.875rem;
}
#mod-custom-features-130 .inner-item-feature .thumb-item,
#mod-custom-features-102 .inner-item-feature .thumb-item {
    margin-bottom: 1.3125rem;
    /*width: 6.25rem;
    height: 6.25rem;*/
    width: 120px;
    height: 120px;
    background: #84c259;
    border: 1px solid #84c259;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
}
#mod-custom-features-130 .inner-item-feature .thumb-item:hover,
#mod-custom-features-102 .inner-item-feature .thumb-item:hover,
#mod-custom-features-130 .inner-item-feature .thumb-item:focus,
#mod-custom-features-102 .inner-item-feature .thumb-item:focus{
    background: #659c3e;
    border-color: #659c3e;
}
#mod-custom-features-130 .inner-item-feature .thumb-item img,
#mod-custom-features-102 .inner-item-feature .thumb-item img{
    max-height: 50px;
}
.inner-item-feature .thumb-item{
    margin-bottom: 1.3125rem;
}
.inner-item-feature .thumb-item img{
    
}
.h6, h6 {
    font-size: 1.375rem;
    line-height: 1.18181818;
    margin-bottom: 1.25rem;
}
.top-footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #E3E8EE;
}
.middle-footer{
    padding: 2.5rem 0;
    background: #0e1a35;
    color: #fff;
}
#footer .middle-footer ul li a{
    color: #fff;
}
.invoicesfieldset h3,
.right-profile .card-body h3:not(.h5),
.h4, h4 {
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 1.25rem;
}
#footer h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
}
#footer ul li {
    font-size: .875rem !important;
    line-height: 1.125rem !important;
    margin-bottom: .75rem;
    
}
#footer ul.nav{
    display: block;
}
#footer a,
#footer ul li a{
    color: #32312f;
}
.bottom-footer{
    padding-top: 3.125rem;
    padding-bottom: 1.125rem;
    background: #E3E8EE;
    text-align: center;
}
.bottom-footer h3{
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 2.5rem;
}
#footer .bottom-footer ul li{
    display: inline-block;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-bottom: 0;
}
.bottom-footer ul li a{
    color: #BAB6AD;
    font-size: 20px;
}
.bottom-footer ul{
    margin-bottom: 3.125rem;
}
.toggle-editor a.btn,
.mdFormExtended .btn-toolbar .btn.button-cancel,
#toolbar-apply .button-apply,
.btn-create-request,
.btn-back-to,
.btn-app-mobile,
.item-108 a, .item-109 a{
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: .5rem 1.5625rem;
    line-height: 1.25rem;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    font-size: .875rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #fff;
    text-decoration: none !important;
}
.mdFormExtended .btn-toolbar .btn.button-cancel{
    color: #84c259;
    border-color: #84c259;
}
.btn-app-mobile.btn-login{
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    right: 190px;
    z-index: 999;
}
.btn-app-mobile.btn-demo{
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}
.btn-app-mobile:hover, .btn-app-mobile:focus,
.btn-app-mobile.btn-login:hover, .btn-app-mobile.btn-login:focus,
.item-108 a:hover, .item-108 a:focus{
    color: #84c259 !important;
    -webkit-box-shadow: inset 0 0 0 5px #84c259;
    box-shadow: inset 0 0 0 5px #84c259;
    text-decoration: none;
}
.toggle-editor a.btn,
#toolbar-apply .button-apply,
.btn-create-request,
.btn-back-to,
.btn-app-mobile.btn-demo,
.item-109 a{
    color: #fff !important;
    background: #84c259;
}
#toolbar-apply .button-apply,
.btn-create-request,
.btn-back-to{
	font-weight: 600;
}
.mdFormExtended .toggle-editor.btn-toolbar .btn:hover, .mdFormExtended .toggle-editor.btn-toolbar .btn:focus,
.toggle-editor a.btn:hover, .toggle-editor a.btn:focus,
#toolbar-apply .button-apply:hover, #toolbar-apply .button-apply:focus,
.btn-create-request:hover, .btn-create-request:focus,
.btn-back-to:hover, .btn-back-to:focus,
.btn-app-mobile.btn-demo:hover, .btn-app-mobile.btn-demo:focus,
.item-109 a:hover, .item-109 a:focus{
    background: transparent;
    color: #84c259 !important;
}
/*.btn-back-to:hover, .btn-back-to:focus{
    background: #fff !important;
    color: #84c259 !important;
}*/
.mdFormExtended .toggle-editor.btn-toolbar .btn{
    border: inherit;
    background: #84c259;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
}
.col-right-menu ul li{
    position: relative;
}
.col-right-menu ul .nav-child{
    will-change: opacity,visibility,transform;
    position: absolute;
    top: 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    background: #fff;
    border: 1px solid #36a635;
    border-radius: 1.25rem;
    max-width: 25rem;
    padding: 1.5625rem 1.875rem;
}
.col-right-menu ul .nav-child:before {
    content: "";
    position: absolute;
    top: -.5625rem;
    background: #fff;
    border-left: 1px solid #36a635;
    border-top: 1px solid #36a635;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mod-custom-two-cols.mod-custom-payplans .box-text-payplans{
    width: 100%;
    left: 0;
    padding: 0;
}
.mod-custom-two-cols.mod-custom-payplans .box-thumb-payplans{
    height: auto;
}
.mod-custom-two-cols .box-thumb-payplans img{
    border-radius: 1.25rem;
    width: 100%;
}
.mod-custom-two-cols.mod-custom-payplans{
    padding-top: 2.5rem;
}
.mod-custom-two-cols.mod-custom-payplans .top-section{
    padding-bottom: 8.75rem;
}
.mod-custom-list-item{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}
#mod-custom-list-item-134{
    padding-top: 0;
}
.mod-custom-list-item .inner-list-item .thumb-item img{
    border-radius: 1.25rem;
    margin-bottom: 2.5rem;
}
.mod-custom-list-item .inner-list-item{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.bottom-footer p{
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    margin-bottom: .875rem !important;
}
.section-page{
    /*padding: 70px 0;*/
}
.com_minitekdiscussions-sections .section-page,
.com_minitekdiscussions-question .section-page,
.com_easyblog-entry .section-page{
    padding: 40px 0;
}
.com_minitekdiscussions-section .section-page{
    padding: 0 0 40px;
}
.top-csutom-category .list-sub-category,
.top-csutom-category .eb-category-bio{
    display: none !important;
}

.bottom-csutom-category .eb-category-profile{
    display: none;
}
.custom-cat-item{
    position: relative;
    margin-bottom: 20px;
}
.custom-cat-item .eb-image{
    padding-right: 0 !important;
}
.custom-cat-item .eb-image img{
    border-radius: 10px;
}
.custom-cat-item .box-caption-item{
    position: relative;
    margin-top: -2.8125rem;
    padding: 1.5625rem 15px;
    background-color: #fff;
    min-height: 1.875rem;
    z-index: 1;
    /*font-family: 'SULmonoregular', sans-serif;*/
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.custom-cat-item .box-caption-item .intro{
    line-height: 22px;
    font-size: 17px;
}
.custom-meta {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .875rem;
}
.custom-meta li{
    display: none;
    border-left: 2px solid #32312f;
    padding-left: 6px;
    line-height: 14px;
    /*font-family: 'SULmonoregular', sans-serif;*/
    margin-right: 3px;
}
.custom-meta li:first-child{
    border-left: 0;
    padding-left: 0;
    display: inline-block;
}
.custom-meta li:last-child{
    display: inline-block;
}
.custom-cat-item a{
    color: #32312f;
}
#eb a{
    color: #32312f;
}
#eb .eb-entry-article a{
    color: #5086FF;
}
.top-left-blog #eb.mod-easyblogshowcase-magazine .eb-gallery-content__title{
    color: #32312f !important;
    text-shadow: none;
    font-size: 3.125rem;
    line-height: 1.08;
}
.cat-item-2 h2, .cat-item-3 h2{
    font-size: 1.375rem;
    line-height: 1.18181818;
}
.list-sub-category .row{
    display: flex !important;
}
.list-sub-category{
    background: #E3E8EE;
    padding: 1.25rem;
    margin-bottom: 20px;
}
.list-sub-category h4{
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600 !important;
    margin: 0;
}
#eb .eb-category-profile{
    background: none !important;
    padding: 0 !important;
}
#eb .eb-category-head .eb-category-name{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 600 !important;
}
#eb .list-sub-category .eb-category-bio {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.eb-category{
    padding: 3.5rem 0;
    margin-bottom: 0 !important;
}
.eb-category+.eb-category{
    padding-top: 0;
}
.eb-category-bio a{
    color: #32312f;
    display: inline-block;
    border-bottom-width: .25rem;
    border-bottom-style: solid;
    border-radius: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    border-bottom-color: #32312f;
}
.top-right-blog, .top-left-blog{
    padding-top: 2.75rem;
}
.top-right-blog .eb-mod-title a{
    
    color:  #32312f;
}
.top-right-blog .eb-mod-title h4{
    font-size: 1.375rem;
    line-height: 1.18181818 !important;
    font-weight: 600 !important;
    
}
.top-right-blog .eb-mod-title{
    padding-top: 0 !important;
}
.top-right-blog #eb .mod-item+.mod-item {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}
.top-detail-search-blog{
	background: #fcb913;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    color: #fff;
    margin-bottom: 20px;
}
#eb .form-action .btn-primary,
.top-detail-search-blog #eb .mod-btn-primary {
    background-color: #84c259 !important;
    border-color: #84c259 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.mod_easyblogsubscribe .col-md-4{
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
}
.moduletable.siderbar-subscribe{
	background: #0e1a35 !important;
	padding-bottom: 5px !important;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    color: #fff !important;
    margin-bottom: 20px;
}
.moduletable.siderbar-subscribe .eb-checkbox,
.top-right-blog .eb-checkbox{
	font-size: 14px;
}
.top-right-blog .moduletable{
    background: #fcb913;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    color: #fff;
    margin-bottom: 20px;
}
.top-right-blog #eb .mod-btn-primary{
    background-color: #84c259 !important;
    border-color: #84c259 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.page-request-a-demo .top-right-blog.js-hero .moduletable{
    color: #32312f;
    background: transparent;
    border-radius: 0;
    padding: 0;
    
}
.top-right-blog.js-hero .rsform{
    padding: 3.75em 1.7em 3em;
}
.top-right-blog #eb .h4,
.top-right-blog h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 600 !important;
    color: #fff;
}
.moduletable.siderbar-subscribe #eb a.btn-app,
.top-right-blog #eb a.btn-app {
    padding: 0.625rem 2.5rem;
    color: #fff;
    font-size: 16px;
}
.moduletable.siderbar-subscribe #eb .form-control,
.top-right-blog #eb .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto !important;
}
.top-right-blog #eb a {
    color: #fff;
    
}
.top-right-blog #eb a.eb-mod-media-title{
    font-weight: 600;
}
.top-right-blog .custom-meta li{
    border-color: #fff;
}
.top-left-blog .eb-gallery-cover__img{
    padding-bottom: 512px !important;
    border-radius: 1.25rem;
}
.top-left-blog #eb.mod-easyblogshowcase-magazine .eb-gallery-content{
    background-color: transparent !important;
    background-image: none !important;
    position: static !important;
    padding: 0;
}
.top-left-blog #eb.mod-easyblogshowcase-magazine .eb-gallery{
    background: transparent;
}
.eb-gallery-content .box-caption-item {
    position: relative;
    margin-top: -2.8125rem;
    padding: 1.5625rem 1.25rem 0;
    background-color: #fff;
    min-height: 1.875rem;
    z-index: 1;
    /*font-family: 'SULmonoregular', sans-serif;*/
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.25rem;
}
#section-custom-137{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
}
#section-custom-141{
    text-align: center;
    padding-bottom: 2.5rem;
}
.box-contact-phone{
    margin-left: 0;
    margin-bottom: 2.5rem;
}
.box-contact-phone h4{
    color: #085440;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: normal;
}
#section-custom-138 a,
#mod-custom-payplans-140 a,
#mod-custom-payplans-139 a,
.section-custom a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 700;
    color: #32312f;
    text-decoration: none !important;
}
#mod-custom-video-148{
    padding-top: 8.75rem;
}
.custom-box-text-video{
    padding: 2.375rem 3.125rem;
    background: #fff;
    border-radius: 1.25rem;
    margin: 3rem 0;
    position: relative;
    width: 150%;
    left: -50%;
}
.custom-entry-head{
    padding-bottom: 1.5rem;
}
.custom-entry-head .box-text{
    padding: 2.125rem 0 0;
    background: #fff;
    border-radius: 1.25rem;
    margin: 0;
    position: relative;
    /*width: 110%;
    right: -5%;*/
    z-index: 9;
}
.eb-entry-body{
	font-size: 16px;
}
.custom-entry-head .box-text p{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .875rem;
    /*font-family: 'SULmonoregular', sans-serif;*/
}
.custom-entry-head .eb-post-image img{
    border-radius: 1.25rem;
}
#eb .eb-dialog-content{
    padding: 0 15px !important;
}
#eb .eb-dialog-content p{
    font-size: 18px;
    line-height: 22px;
}
#eb.eb-dialog.has-footer .eb-dialog-modal {
    min-height: 323px;
}
#eb .eb-dialog-title {
    font-size: 1.275rem;
    line-height: 1.13333333;
    font-weight: 600;
    position: relative;
    top: -4px;
}
#eb .eb-dialog-footer-content .btn+.btn, #eb .eb-dialog-footer-content .btn:hover+.btn, #eb .eb-dialog-footer-content .btn:focus+.btn, #eb .eb-dialog-footer-content .btn:active+.btn {
    border-left: 1px solid #e1e1e1 !important;
    background: #84c259 !important;
    color: #fff !important;
    font-size: 1.125rem;
    font-weight: 600;
    border-top: 0 !important;
}
#eb .eb-dialog-footer-content .btn-default, #eb .eb-dialog-footer-content .btn-default:hover, #eb .eb-dialog-footer-content .btn-default:focus, #eb .eb-dialog-footer-content .btn-default:active, #eb .eb-dialog-footer-content .btn-eb-default, #eb .eb-dialog-footer-content .btn-eb-default:hover, #eb .eb-dialog-footer-content .btn-eb-default:focus, #eb .eb-dialog-footer-content .btn-eb-default:active{
    font-size: 1.125rem;
    font-weight: 600;
}
#pp .pp-plan-card{
    text-align: left;
    border: 1px solid #0e1a35;
    border-radius: 1.25rem;
}
#pp .pp-plan-card__title {
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}
#pp .pp-plan-card__desc, #pp .pp-plan-card__note {
    color: #32312f;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
}
ul.pricing-card__list li{
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: 0 0 0 2.125rem !important;
}
ul.pricing-card__list li p{
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem !important;
}
ul.pricing-card__list li:before {
    left: 0;
    font-size: 1.125rem;
    width: 1.125rem;
    top: -1px;
    color: #085440;
    height: 2.375rem;
    border-radius: 2.375rem;
    margin: -.5rem .75rem 0 0;
    font-size: 1.125rem;
    width: 1.125rem;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 20px/1 FontAwesome;
    display: flex;
    align-items: center;
}
#pp .pp-plan-card__price p.xxsmall{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    font-weight: normal;
}
p.xsmall.txt-bold{
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem !important;
}
#pp .pp-plan-card__price{
    margin-top: 0;
}
#pp .pp-plan-card__bd{
    padding: 1.5625rem 2.1875rem;
    background-color: #E3E8EE;
    width: 100%;
}
#pp .pp-plan-card__features {
    padding: 0;
}
p.from-price {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-weight: 400;
}
p.from-price .highlighted-price {
    font-weight: 700;
    color: #36a635;
    font-size: 1.75rem;
}
.scroll_expertcoaching{
    font-size: 1rem;
    color: #32312f !important;
    text-decoration: underline !important;
    max-width: 190px;
    display: inline-block;
}
.table th, .table td{
    vertical-align: middle !important;
}
.table tbody tr th{
    font-weight: 400;
}
#section-package .table thead{
    
    color: #fff;
}
#section-package .table thead tr th{
    background: #0e1a35;
    border-left: 1px solid #fff;
    font-weight: 600;
}
#section-package .table thead tr th:first-child{
    border-radius: 1.25rem 0 0 0;
    border-left: none;
    font-size: 26px;
}
#section-package .table thead tr th:last-child{
    border-radius: 0 1.25rem 0 0;
}
.table tbody tr:nth-of-type(odd) {
    background-color: #E3E8EE !important;
}
#section-pf{
    padding: 0 0 30px;
}
#section-pf .top-section{
    margin-bottom: 1.875rem;
}
.mod-custom-question{
    padding: 70px 0 70px;
}
.mod-custom-question h5 {
    font-weight: 700;
    margin-bottom: .9375rem;
}
.inner-item-question{
    margin-bottom: 30px;
}
.bottom-footer .section-custom a{
    font-weight: normal;
    border: none;
}
.primary-nav__subnav {
    will-change: opacity,visibility,transform;
    position: absolute;
    top: 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    background: #fff;
    border: 1px solid #36a635;
    border-radius: 1.25rem;
    max-width: 25rem;
}
.mobile-menu{
    display: none;
}
#mobile-menu-btn {
    color: #fff;
    font-size: 20px;
    background: transparent;
    box-shadow: none;
}
.mobile-btn{
    background: transparent;
    box-shadow: none;
}
#mobile-menu-btn:focus{
    box-shadow: none;
}
.mm-btn:after, .mm-btn:before{
    border-color: #fff;
}
.mm-panels {
    width: 100%;
    border-radius: 1.25rem;
    background: #0e1a35;
}
#close-menu-btn {
    position: absolute;
    right: 5px;
    z-index: 999;
    top: 14px;
    color: #fff;
    font-size: 20px;
}
.mm-navbar,
.mm-panel{
    background: #0e1a35;
    color: #fff;
    min-height: 70px;
    border: none;
}
.mm-listitem:after{
    display: none;
}
.mm-navbar__title{
    text-align: left;
}
.mm-navbar__title img{
    margin-left: 0;
}
.mm-menu_tip-top:before{
    display: none;
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
    background: #84c259;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{
    opacity: 0.8;
}
.mm-wrapper_dropdown .mm-menu_dropdown{
    top: 2.5% !important;
    max-height: 95% !important;
    width: 95% !important;
    max-width: 95% !important;
    right: 2.5% !important;
    height: 95%;
    background: transparent;
    border-radius: 1.25rem;
    z-index: 999999999999;
}
.mm-listitem__btn, .mm-listitem__text{
    color: #fff !important;
}
#eb .eb-category-head .eb-category-name {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 600 !important;
}

#eb .spans-seperator.eb-category-subscribe>span{
    display: none;
}
#mod-custom-video-164 .col-lg-9{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#mod-custom-video-164 .text-center.one-col-video{
    text-align: left !important;
}
#mod-custom-video-164 .text-center.one-col-video h2,
.custom-form-request .rsform h2,
.top-right-blog .rsform h2{
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 1.5rem;

}
.top-right-blog .rsform .form-group .formControlLabel{
    display: none !important; 
}
.top-right-blog .rsform .form-group .formControls{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}
.top-right-blog .rsform .form-group .formControls input{
    padding-left: 54px;
}
.top-right-blog .rsform .rsform-block-firstname .formControls:after{
    content: "\f007";
    font: normal normal normal 20px/1 FontAwesome;
    color: #0e1a35;
    position: absolute;
    top: 9px;
    left: 35px;
}
.top-right-blog .rsform .rsform-block-lastname .formControls:after{
    content: "\f007";
    font: normal normal normal 20px/1 FontAwesome;
    color: #0e1a35;
    position: absolute;
    top: 9px;
    left: 35px;
}
.top-right-blog .rsform .rsform-block-email .formControls:after{
    content: "\f0e0";
    font: normal normal normal 20px/1 FontAwesome;
    color: #0e1a35;
    position: absolute;
    top: 9px;
    left: 35px;
}
.top-right-blog .rsform .rsform-block-phonenumber .formControls:after{
    content: "\f095";
    font: normal normal normal 20px/1 FontAwesome;
    color: #0e1a35;
    position: absolute;
    top: 9px;
    left: 35px;
}
.top-right-blog .rsform .form-check-label {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
.top-right-blog .rsform .rsform-block-privacy-policy .form-check-label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.top-right-blog .rsform .rsform-block-privacy-policy .form-check-label input{
    display: none;
}
.top-right-blog .rsform .rsform-block-privacy-policy .form-check-label:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #84c259;
    top: 0;
    left: 0;
    background: #fff;
}
.top-right-blog .rsform .rsform-block-privacy-policy .form-check-label:before{
    content: "\f00c";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 1px;
    left: 1px;
    color: #fff;
    background: #84c259;
    opacity: 0;
    z-index: 9;
}
.top-right-blog .rsform .rsform-block-privacy-policy .form-check-label.checked:before{
    opacity: 1 !important;
}
.formError, .formRed{
    display: none !important;
}
.rsform-block-captcha .formControlLabel{
    opacity: 0;
}
.rsform-block-captcha .formControls div div{
    margin-left: 0;
}
.jmodedit{
    z-index: 99999 !important;
    background: #84c259 !important;
    color: #fff !important;
    width: 40px;
    height: 36px;
}
.jmodedit:after{
    content: "\f040";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.page-knowledgebase .section-page,
.page-submit-a-ticket .section-page,
.page-signin .section-page{
    padding: 70px 0;
}
.page-edit-profile .section-page{
    padding: 30px 70px;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: transparent;
}
#pp .pp-plan-card__label--right .pp-plan-pop-label__txt{
    text-align: center;
    text-transform: uppercase;
}
#pp .pp-plan-card.has-badges .pp-plan-card__hd{
    padding-top: 1.8em;
}
#pp .pp-plan-card.has-badges .pp-plan-card__label{
    border-top-right-radius: 1.25rem;
    width: 8.2rem;
    height: 8.2rem;
    overflow: hidden;
    background-color: transparent;
}
#eb .eb-stats-posts>div a{
    padding-right: 0;
}
#eb .eb-dialog-content .pl-10{
    padding-left: 0 !important;
}
#eb .eb-dialog-content .pr-10{
    padding-right: 0 !important;
}
#mod-custom-block-online-demo-147 .col.text-right{
    text-align: center !important;
}
.page-signin .section-page input[type="password"],
.page-signin .section-page input[type="email"],
.page-signin .section-page input[type="text"]{
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.profile-edit .btn,
.profile .btn,
.com-rsticketspro-submit-ticket .btn-primary,
.page-signin .section-page .btn-primary{
    font-weight: 600;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #84c259;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .9375rem 2.5rem;
    border: 1px solid transparent;
    border-radius: 100px;
    /*margin-top: 30px;*/
}
.profile-edit .btn:hover, .profile-edit .btn:focus,
.profile .btn:hover, .profile .btn:focus,
.com-rsticketspro-submit-ticket .btn-primary:hover, .com-rsticketspro-submit-ticket .btn-primary:focus,
.page-signin .section-page .btn-primary:hover, .page-signin .section-page .btn-primary:focus{
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    background-color: transparent;
    color: #84c259 !important;
    border-color: #84c259;
    background-image: none;
}
.page-signin .section-page a{
    color: #0e1a35;
}
.page-signin .section-page .nav.nav-tabs.nav-stacked{
    display: block;
    border: none;
}
.mm-page{
    background: #fff;
}
.login .control-group{
    margin-bottom: 15px;
}
.login .control-group:nth-child(3){
    display: flex;
}
.login .control-group:nth-child(3) .control-label{
    margin: 0;
}
.login .control-group:nth-child(3) .controls{
    margin-left: 0px;
}
#menu{
    visibility: hidden !important;
    display: none !important;
}
.mm-wrapper_opened #menu{
    visibility: visible !important;
    display: block !important;
}
.section-page .btn-toolbar.filters {
    display: block;
    margin-bottom: 20px;
}
#filter-search{
    padding-left: 15px;
    height: 48px;
}
.reset-complete .control-group,
.reset-confirm .control-group,
.reset .control-group,
.remind .control-group,
.com-rsticketspro-submit-ticket .control-group{
    margin-bottom: 15px;
}
.reset-complete .control-group input[type="password"],
.reset .control-group input[type="text"],
.remind .control-group input[type="text"],
.reset .control-group input[type="email"],
.remind .control-group input[type="email"],
.reset-confirm .control-group input[type="text"]{
    width: 320px;
    padding-left: 10px;
    max-width: 100%;
}
.profile-edit input[type="text"], 
.profile-edit input[type="email"],
.profile-edit input[type="password"],
.profile-edit select,
.com-rsticketspro-submit-ticket select,
.com-rsticketspro-submit-ticket input[type="text"]{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.g-recaptcha div{
    margin-left: 0;
}
.profile fieldset{
    width: 100%;
    margin-bottom: 2.5rem;
}
.profile .btn-toolbar{
    margin-bottom: 0px;
}

.profile .dl-horizontal dd{
    
    border-bottom: 1px solid #ccc;
}
.modal_jform_customer_id{
    margin-top: 15px !important;
}
.profile-edit .control-group{
    margin-bottom: 15px;
}
.profile-edit .chzn-container-single .chzn-single{
    height: 36px;
    line-height: 36px;
}
.profile-edit .chzn-container-single .chzn-single div b{
    background-position: 0px 8px;
}
#jform_actionlogs_actionlogsNotify.btn-group{
    display: block;
}
.card-header{
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}
.page-dashboard .section-page{
    /*padding: 70px 0;*/
}
.user_information .avatar {
    border-radius: 50%;
    width: 100px;
}
.top_profile_user_overal{
    margin-bottom: 30px;
}
/*.left-profile .card-body{
    padding-top: 0;
    padding-bottom: 0;
}*/
.left-profile .nav li {
    margin: 0;
    width: 100%;
}
.left-profile .nav li > a {
    border-bottom: solid 1px #eee;
    width: 100%;
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #000!important;
    font-size: 16px;
    text-decoration: none !important;
}
.left-profile .nav li:last-child > a{
	border-bottom: none;
}
.right-profile{
	margin-bottom: 30px;
}
.jsn-profile-tabs{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jsn-profile-tabs li{
    text-align: center;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin: 0;
    font-size: 16px;
}
.card-body{
    width: 100%;
}
.profile-edit #jsn-profile-tabs{
    display: none;
}
#jform_actionlogs_actionlogsExtensions label.checkbox{
    display: inline-block;
    padding-left: 0;
    margin-right: 20px;
}
.logout_button.btn-app{
    margin-bottom: 0;
}
.com_easyblog-categories .section-page{
    padding: 0 0 40px;
}
.com_easyblog-tags .section-page{
    padding: 30px 0 40px;
}
.com_easyblog-tags #eb .eb-brand,
.com_easyblog-tags #eb .eb-header,
.com_easyblog-categories #eb .eb-brand,
.com_easyblog-categories #eb .eb-header{
	margin: 0;
}
.page-blog.com_easyblog-categories .section-page,
.page-business-success-blog.com_easyblog-categories .section-page{
    padding: 0 0 40px;
}
.login_register_area {
    border: solid 1px #ddd;
    padding: 0;
    margin: 30px auto;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
#login_register_tab .nav-item {
    margin: 0;
    padding: 0;
    display: contents;
}
#login_register_tab .nav-item .nav-link {
    background-color: #E9E9EB;
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 0px;
    color: #5A5A5A;
    font-size: 18px;
    text-align: center;
}
#login_register_tab .nav-item .nav-link.active {
    background-color: #0e1a35;
    color: #fff;
}
#login_register_tab_content h1,
#login_register_tab_content h2 {
    color: #0e1a35;
    margin-top: 20px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.178572px;
    margin-bottom: 20px;
}
#login_register_tab_content form {
    padding: 10px;
}
#login_register_tab_content input[type="password"], #login_register_tab_content input[type="email"], #login_register_tab_content input[type="text"]{
    width: 100%;
    padding-left: 15px;
    border: 1px solid #dee2e6;
    height: 36px;
    border-radius: 0.25rem;
    font-size: 16px;
    box-shadow: none;
}
#member-registration #jsn-profile-tabs{
    display: none;
}
#member-registration .control-group{
    margin-bottom: 15px;
}
#jsn-form.flat.horizontal > .z-container > .z-content > .z-content-inner{
    padding: 0;
}
#eb h1.eb-brand-name{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 600 !important;
}
#eb h1.eb-brand-name,
.eb-brand-bio{
    display: none;
}
.eb-layout-listings .top-csutom-category{
    display: none;
}
.slider-features-nav{
    text-align: center;
    margin-bottom: 40px;
}
.slider-features-nav .box-features-nav .box-icon{
    width: 120px;
    height: 120px;
    background: #84c259;
    border: 1px solid #84c259;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
}
.slider-features-nav .slick-current .box-features-nav .box-icon,
.slider-features-nav .box-features-nav:hover .box-icon, .slider-features-nav .box-features-nav:focus .box-icon,
.slider-features-nav .box-features-nav.active .box-icon{
    background: #659c3e;
    border-color: #659c3e;
}

.slider-features-nav .box-title{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.slider-features-nav .box-features-nav{
    text-decoration: none;
    color: #32312f;
}
.slider-features-item .inner-item-feature{
    text-align: left;
    padding: 15px 0;
    margin-bottom: 0;
}
.slider-features-item .inner-item-feature h3{
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 1.25rem;

}
.slider-features-item .slick-dots{
    display: none !important;
}
.slider-features-item .thumb-item img{
    display: block;
    max-width: 100%;
    max-height: 420px;
    margin: 0;
    padding: 0;
    box-shadow: -5px 3px 20px 0 #6c757d;
}
.top_login_overal{
    padding: 0 10px;
}
.step-register{
    display: none;
}
.step-register.active{
    display: block;
}
.bottom-box-register{
    padding: 10px;
}
.bottom-box-register img{
    width: 100%;
}
.page-signin.com_users-registration #system-message-container{
    display: none !important;
}
.col-right-menu .moduletable_menu{
    display: inline-block;
}
.slick-initialized .slick-slide.row{
    display: block;
    margin: 0 !important;
    flex-wrap: unset;
}
#dropdownMenuLink{
    background: #84c259 !important;
    padding: 5.5px 1.5625rem;
    color: #fff !important;
    min-height: 38px;
}
#dropdownMenuLink span{
    /*background: #fcb913;*/
    display: inline-block;
    /*padding: 0px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;*/
}
#dropdownMenuLink span img{
    width: 25px;
    border-radius: 4px;
}
.dropdown-menu{
    width: 360px;
    padding: 10px 20px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.dropdown-menu h4{
    margin: 0 0 15px;
    font-size: 22px;
}
.dropdown-item{
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
    font-size: 14px !important;
    color: #32312f !important;
    font-weight: 400 !important;
}
.dropdown-menu ul li{
	width: 100%;
    margin: 0;
}
.user_information .user-name{
    display: inline-block;
}
.dropdown-item.blue-text{
    color: #84c259!important;
}
.dropdown-item.red-text{
    text-transform: uppercase;
    color: #ec7063 !important;
    border-bottom: 1px solid #ec7063;
    display: inline-block;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
}
.close-dop{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    color: #32312f;
}
.mod-custom-awards{
    padding-bottom: 60px;
}
.mod-custom-awards .row.slick-slider{
    margin-left: -5px;
    margin-right: -5px;
}
.mod-custom-awards .row.slick-slider .slick-slide{
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding-left: 12px;
    padding-right: 12px;
}
.mod-custom-awards .tbox-awards{
    border: 1px solid #ddd;
    border-radius: 2rem;
   
}
.mod-custom-awards .tbox-awards img{
    border-radius: 2rem;
}
#eb.mod_easybloglatestblogs.latestblogs-4col .eb-post-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s ease-in-out;
    background-color: #5086FF !important;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-align: left;
    border-width: 0;
    border-style: solid;
    border-color: #ffffff;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}
.page-home #eb.mod_easybloglatestblogs.latestblogs-4col .eb-post-content{
    background-color: #5086FF !important;
}
#eb.mod_easybloglatestblogs.latestblogs-4col .bigblock .eb-mod-thumb .eb-mod-image-cover {
    height: 446px !important;
    background-size: cover;
}
#eb.mod_easybloglatestblogs.latestblogs-4col .eb-mod-thumb .eb-mod-image-cover {
    border: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#eb.mod_easybloglatestblogs.latestblogs-4col .eb-mod-thumb {
    margin-top: 0;
}
#eb .custom-post-body {
    padding: 20px 20px 10px;
    /*font-family: 'SULmonoregular', sans-serif;*/
}
.custom-meta span,
#eb .custom-post-body .eb-post-category a {
    color: #32312f;
   /* font-weight: 600;*/
    font-size: 14px;
    background: #fcb913;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 30px !important;
}
.eb-entry-tags a{
    color: #fff !important;
   /* font-weight: 600;*/
    font-size: 14px;
    background: #0e1a35 ;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 30px !important;
}
#eb .eb-tags span:after{
    display: none;
}
#eb .bigblock .eb-post-title {
    margin: 8px 0 10px;
    min-height: 120px;
}
#eb.mod_easybloglatestblogs .custom-post-body .post-extra-element {
    margin-bottom: 3px;
}
#eb .custom-post-body .post-extra-element {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
    /* margin-top: 15px; */
    display: none;
}
#eb .bigblock .post-introtext-element, #eb .bigblock .post-extra-element {
    display: block;
}
.custom-post-extra-element span {
    display: inline-block;
    margin-right: 15px;
}
#eb .custom-post-body .post-extra-element a {
    color: #fff;
}
#eb.mod_easybloglatestblogs .bigblock .eb-mod-body {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 17px;
}
#eb.mod_easybloglatestblogs .row{
	display: flex;
}
#eb.mod_easyblogmostpopularpost .btn-default,
#eb.mod_easybloglatestblogs .btn-default {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    text-decoration: none;
    border-bottom: 2px solid #84c259 !important;
    opacity: 1;
    background: transparent !important;
    padding: 0;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-weight: 400;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
}
#eb.mod_easyblogmostpopularpost .eb-mod-title h4,
#eb.mod_easybloglatestblogs .eb-post-title {
    min-height: 55px;
    line-height: 26px !important;
    font-weight: 500;
}
#eb.mod_easyblogmostpopularpost .eb-mod-title h4{
    font-size: 20px;
    min-height: 80px;
}
#eb.mod_easyblogmostpopularpost .eb-mod-title a,
#eb.mod_easybloglatestblogs .eb-post-title a {
    color: #fff !important;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
}
#eb .miniblock .eb-mod-body {
    display: none;
}
#eb.mod_easybloglatestblogs .eb-mod-thumb .eb-mod-image-cover:before{
	display: none;
}
#eb .bigblock .eb-post-title a {
    font-size: 3.125rem;
    line-height: 1.08;
}
#eb.mod_easyblogmostpopularpost .eb-mod-context,
#eb.mod_easybloglatestblogs .eb-mod-body {
    color: #fff;
}
#eb .custom-post-body .eb-post-category{
	display: none;
}
#eb .custom-post-body .eb-post-category:first-child{
	display: block;
}
#eb .miniblock {
    margin-bottom: 20px;
}
#eb .head-latest-blog h2{
	font-weight: 600 !important;
	line-height: 1.1;
}
.section-latestblog{
	padding: 60px 0 20px;
}
#eb .head-latest-blog .btn-with-icon{
	/*line-height: 1.4;*/
}
#eb.eb-mod.section-latestblog * {
    line-height: inherit;
}
#eb .col-md-4{
	margin: 0;
}
#eb .custom-cat-item .eb-post-thumb .eb-post-image img{
	height: 350px;
	object-fit: cover;
}
#eb.eb-mod.eb-mod-search .form-control,
#eb.eb-mod.eb-mod-search .mod-btn{
	height: 38px;
}
.top-right-blog h3{
	font-size: 1.375rem;
}
#eb .box-entry-category .eb-mod-media-body,
.top-right-blog #eb .eb-mod-media-body{
	overflow: unset;
}
#eb .box-entry-category .eb-mod-media-title{
	font-size: 1.25rem;
}
video{
    max-width: 100%;
}
.sharing-socials-esb ul{
	padding-left: 60px;
}
.sharing-socials-esb ul li{
	display: inline-block;
}
.sharing-socials-esb ul li a{
	color: #fff !important;
    display: block;
    padding: 0 10px;
    width: 40px;
    text-align: center;
}
#eb [data-network='print'] {
    background-color: #84c259;
}
.eb-entry-author-bio .col-avt{
	width: 60px;
	float: left;
}
.cs-meta-author{
	font-size: .875rem;
	color: #6c757d;
	/*font-family: 'SULmonoregular', sans-serif;*/
}
.custom-cat-item .eb-post-featured,
.mod-easyblogshowcase-magazine .eb-post-featured {
    background-color: #84c259;
    color: #fff !important;
    position: absolute;
    left: 15px;
    top: 300px;
    z-index: 9;
    font-size: 16px;
}
.mod-easyblogshowcase-magazine .eb-post-featured  {
    top: auto;
    bottom: 50px;
    padding-bottom: 3px;
}
#eb.eb-mod .eb-gallery-thumb {
    position: relative;
}
#eb .custom-cat-item .eb-post-featured i,
.mod-easyblogshowcase-magazine .eb-post-featured i {
    color: #fff !important;
    margin: 5px 0 0 5px;
}
/*.top-right-blog #eb .mod-item+.mod-item {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}*/
.box-entry-category{
    background: #fcb913;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    color: #fff;
    margin-bottom: 1.25rem;
}
.moduletable.siderbar-subscribe .extra-text{
    line-height: 1.2 !important;
}
.moduletable.siderbar-subscribe .h4,
#eb .box-entry-category h3{
    font-size: 1.375rem;
    line-height: 1.13333333;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 600 !important;
}
.box-entry-category a {
    color: #fff !important;
    font-size: 1.375rem;
    /*line-height: 1.18181818 !important;*/
    font-weight: 600 !important;
}
.box-entry-category .eb-mod-media-thumb{
    /*display: none !important;*/
}
.custom-subscribe-form #eb .form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto !important;
}
.custom-subscribe-form #eb a.btn-app{
    padding: 0.625rem 2.5rem;
    color: #fff;
}
.custom-subscribe-form #eb .eb-checkbox label{
    font-size: 14px;
}
.custom-subscribe-form #eb .h4{
    font-weight: 600;
}
.custom-subscribe-form{
    background: #0e1a35;
    color: #fff;
    padding: 20px 20px 5px;
    border-radius: 10px;
}
.com_easyblog-entry #eb .eb-header{
    display: none;
}
.btn-back-to{
    /*margin-left: 60px;*/
}
.box-entry-category .eb-mod-title h4 {
    font-size: 1.375rem;
    line-height: 1.18181818 !important;
    font-weight: 600 !important;
}
.box-entry-category .custom-meta li{
    border-color: #fff;
}
.eb-reactions__options,
.eb-reactions__results{
    width: 100%;
}
#eb .custom-cat-item .eb-post-thumb{
    margin-bottom: 0;
}
.custom-cat-item .box-caption-item{
    margin-top: 0;
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #5086FF;
    color: #fff;
}
#eb .eb-post-thumb .eb-post-image img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-cat-item .box-caption-item h4.h4{
    font-size: 1.375rem;
    line-height: 1.18181818 !important;
    font-weight: 400 !important;
    color: #fff;
    /*min-height: 104px;*/
    height: 53px;
    overflow: hidden;
}
.custom-cat-item .box-caption-item h2{
	font-size: 1.375rem;
    line-height: 1.18181818 !important;
    font-weight: 400 !important;
    color: #fff;
    margin: 0;
}
#eb.mod-easyblogshowcase-slick .eb-gallery-content, #eb.mod-easyblogshowcase-magazine .eb-gallery-content{
    /*height: 100%;
    left: unset;
    right: 0;
    width: 50%;
    background-image: none;
    background-color: rgba(0,0,0,.7);*/
}
#eb.mod-easyblogshowcase-slick .eb-gallery-content__meta--text{
    display: none;
}
#eb.mod-easyblogshowcase-slick .eb-gallery, #eb.mod-easyblogshowcase-magazine .eb-gallery{
    border-radius: 1.25rem;
}
#eb.mod-easyblogshowcase-slick .eb-gallery-content__title, #eb.mod-easyblogshowcase-magazine .eb-gallery-content__title{
    font-weight: 600;
    margin-bottom: 30px;
}
#eb .eb-mod-media-thumb.fa{
    color: #fff;
}
.com_easyblog-entry .top-right-blog{
    display: none;
}
#eb.eb-mod .eb-gallery-viewport{
    /*margin-top: -108px;*/
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-cover__img{
    background-position: top center !important;
}
#eb.mod-easyblogshowcase-slick .eb-gallery-item, #eb.mod-easyblogshowcase-magazine .eb-gallery-item{
    vertical-align: top;
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons{
    left: 0 !important;
    bottom: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons .eb-gallery-menu-item{
    background-color: #0e1a35 !important;
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons .eb-gallery-menu-item.active{
    background-color: #84c259 !important;
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons .eb-gallery-menu-item{
    float: none;
}
.blog-title-page{
    padding-top: 30px;
    margin-bottom: 0px;
    font-weight: 600 !important;
}
#eb .custom-entry-head .box-thumb .eb-post-thumb.is-full{
	margin: 0;
}
#eb .custom-entry-head .box-thumb .caption{
	padding: 5px 10px;
	font-size: 14px;
	background-color: #f5f5f5;
}
.col-avt img, .eb-avatar img{
	border-radius: 50% !important;
}
ul.rst_categories li.well{
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    -webkit-transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    -o-transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
}
.page-knowledgebase .section-page{
    background-color: #E3E8EE;
}
ul.rst_categories li.well p{
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
}
ul.rst_categories li.well h3 {
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 1.25rem;
}
ul.rst_categories li.well h3 a{
    color: #32312f;
}
.avatar{
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}
.avatar .avatar__photo{
    float: left;
    margin-right: 15px;
}
.avatar .avatar__photo img{
    width: 32px;
    border-radius: 50%;
}
.top-cat-knowledgebase{
    /*background: #ebeef1;*/
    padding: 30px 0px 20px;
}
.list_rst_categories_items{
    /*background-color: #ebeef1;*/
    padding: 30px 0px;
    border-radius: 4px;
}
.rst_categories_items{
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    border: 1px solid #d4dadf;
    border-radius: 4px;
    padding: 30px;
    background-color: #fff;
}
.rst_categories_items+.rst_categories_items{
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rst_categories_items:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rst_categories_items .short_desc{
    font-size: 16px;
}
.rst_categories_items h5{
    font-size: 24px;
}
.rst_categories_items h5 a{
    color: #32312f;
}
.custom-rsticketspro-article{
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 60px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    -webkit-transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    -o-transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
}
.content-rsticketspro-article{
    margin-top: 30px;
}
.custom-frm-search-tickets{
    position: relative;
    padding: 0;
    border-radius: 4px;
    background-color: #fcb913;
    margin-bottom: 30px;
}
.custom-frm-search-tickets .btn-toolbar.filters{
    margin-bottom: 0;
}
.custom-frm-search-tickets .form-group{
    position: relative;
    margin-bottom: 0;
    width: 100%;
}
.custom-frm-search-tickets .form-group .btn{
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    box-shadow: none !important;
    background: #84c259;
    color: #fff;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%;
}
.page-knowledgebase .section-page{
    padding-top: 0;
}
.banner-knowledgebase{
    background-color: #fcb913;
    padding: 40px 0 10px;
    margin-bottom: 30px;
}
.page-feature-requests .banner-knowledgebase{
	background-color: #5584FF;
}
.banner-knowledgebase .container{
    position: relative;
}
.btn-back-knowledgebase{
    position: absolute;
    right: 15px;
    top: -20px;
    color: #fff!important;
    font-size: 14px;
    text-decoration: none !important;
}
.banner-knowledgebase .h3,
.banner-knowledgebase h1{
    color: #fff;
}
.breadcums-knowledgebase ul{
    list-style: none;
    margin-bottom: 10px;
}
.breadcums-knowledgebase ul li{
    display: inline-block;
    margin-right: 0 2px;
}
.breadcums-knowledgebase ul li:first-child{
    margin-left: 0;
}
.breadcums-knowledgebase ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #32312f;
}
.breadcums-knowledgebase ul li span{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #929191;
}
.breadcums-knowledgebase ul li i{
    vertical-align: middle;
}
.top-cat-knowledgebase img{
    max-width: 50px;
}
ul.rst_categories li.well img{
    max-width: 50px;
}
.com_easyblog-blogger div.eb-posts,
.section-page #eb div[data-blog-listings] div[data-eb-posts-section]{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.com_easyblog-blogger .section-top-blog{
    display: none;
}
.mod_easyblogcategories .eb-mod-item:first-child{
    display: none;
}
.mod_easyblogcategories .eb-mod-item div[style="padding-left: 30px;"]{
    padding-left: 0 !important;
}
.btn-show-category-mobile .fa-minus{
    display: none;
}
.btn-show-category-mobile.show .fa-minus{
    display: inline-block;
}
.btn-show-category-mobile.show .fa-plus{
    display: none;
}
.btn-show-category-mobile{
    display: none;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    border-radius: 4px;
}
.com_easyblog-blogger .section-page{
    padding: 30px 0;
}
#top-banner .mod-custom-banner .cs-skew{
    display: none;
}
#top-banner .mod-custom-banner{
    padding: 30px 0px 0px;
}
.mod-custom-video{
    padding: 40px 0;
}
.inner-banner-feature{
    padding: 30px 0;
    border-radius: 1.25rem;
}
.mod-custom-two-cols.mod-custom-payplans.layout-for-banner .box-text-payplans{
    padding: 2.3125rem 2.125rem 2.3125rem 0;
    background: #fff;
    border-radius: 1.25rem;
    margin: 3rem 0;
    position: relative;
    width: 120%;
    right: -20%;
    z-index: 9;
}
#mdExtended a{
    color: #32312f;
    text-decoration: none;
}
#mdExtended .li_selected a{
    color: #fff;
}
.li_selected > a, .li_selected > a:hover, .li_selected > a:focus{
    
    background: #0e1a35;
    border-top: 1px solid #0e1a35;
}
.NavTopUL_link{
    font-weight: 600;
}
#mdExtended .qItem_ask_btn a{
    background-color: #84c259;
    border-color: #84c259;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    border-radius: 100px;
    padding: .5rem 1.5625rem;
    font-weight: 600;
}
#mdExtended .qItem_ask_btn a:hover, #mdExtended .qItem_ask_btn a:focus{
    color: #84c259 !important;
    background-color: transparent;
}
#mdExtended .mdTopNavigation_askQuestion.btn,
#mdExtended a.mdContent_paging_button{
    color: #84c259;
    border-color: #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    background-color: transparent;
    border-radius: 100px;
    padding: .5rem 1.5625rem;
    font-weight: 600;
}
#mdExtended .mdTopNavigation_askQuestion.btn:focus,
#mdExtended .mdTopNavigation_askQuestion.btn:hover,
#mdExtended a.mdContent_paging_button:hover, 
#mdExtended a.mdContent_paging_button:focus{
    color: #84c259;
    border-color: #84c259;
    box-shadow: inset 0 0 0 5px #84c259;
}
.md_column_inner{
    border-radius: 1.25rem;
}
.md_column_inner .md_column_topics{
    padding-top: 0;
}
.mdTopNavigation_core {
    background: none repeat scroll 0 0 #E3E8EE;
    padding: 8px 15px 8px 0;
}   
.mdTopNavigation_core ul{
    line-height: 38px;
} 
/*.mdLeftNavigation_core{
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}*/
a.NavLeftUL_anchor:hover, a.NavLeftUL_anchor:focus,
.mdContent_root .questions_tabs a.tab_selected, .mdContent_root .questions_tabs a:hover, .mdContent_root .questions_tabs a:focus{
    background-color: #0e1a35;
    color: #fff !important;
    border-color: #0e1a35;
}
.mdContent_qListItemInner{
    position: relative;
    padding-right: 40px;
}
.qListItem_answers{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background-color: transparent;
    margin: 0;
}
.qListItem_votes {
    margin: 0 0 8px;
    /*background: #fcb913;
    color: #fff;*/
    /*display: none;*/
    font-size: 17px;
    width: auto;
}
.qListItem_info{
    display: none;
}
.qListItem_votes strong{
    line-height: 20px;
    padding-top: 5px;
    display: block;
}
.qListItem_answers strong{
    line-height: 20px;
    padding-top: 0;
    display: block;
}
.qListItem_answers div{
    display: none;
}
span.NavLeftUL_title {
    padding: 9px 8px;
    background: #E3E8EE;
    color: #32312f;
    font-size: 18px;
    text-shadow: none;
}
.mdContent_root .topic_subheader, .mdContent_root .myquestions_subheader, .mdContent_root .myanswers_subheader, .mdContent_root .qanswers_subheader{
    background: #E3E8EE;
}
.mdContent_root .questions_tabs a{
    margin: 0;
}
.NavTopUL_item, .NavTopUL_home{
    font-size: 16px;
}
.custom-left-sidebar .heading {
    font-size: 17px;
    line-height: 24px;
    margin: 7px 0;
    text-align: center;
    font-weight: 600;
    color: #32312f;
}
.custom-left-sidebar .heading.vote{
    text-align: left;
    text-transform: uppercase;
}
.custom-left-sidebar .createPostForm {
    margin: 10px 0 0;
    padding: 0;
}
.createPostForm .autoResizeTextarea, .createPostForm .textInput {
    margin: 0 0 15px;
    border: 1px solid #efefef;
}
.textInput {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e9e9e9;
    cursor: text;
    box-sizing: border-box;
    border-radius: 5px;
}
.textInput .inset {
    display: flex;
    margin: 0 0 5px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 15px;
    text-transform: uppercase;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.textInput .inputContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.textInput .inputContainer input {
    flex: 1;
    width: 100%;
    line-height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    outline: none;
    color: #333;
    background: none;
    font-size: 15px;
    line-height: 22px;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}
.custom-left-sidebar input[type=text], .custom-left-sidebar textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.autoResizeTextarea {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: text;
    box-sizing: border-box;
    border-radius: 5px;
}
.autoResizeTextarea .inset {
    display: flex;
    margin: 0 0 8px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 15px;
    text-transform: uppercase;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.autoResizeTextarea .inputContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.autoResizeTextarea .inputContainer textarea {
    flex: 1;
    width: 100%;
    line-height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    outline: none;
    color: #333;
    background: none;
    font-size: 15px;
    line-height: 22px;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    min-height: 21px;
}
.mdLeftNavigation_core {
    border: none;
}
.custom-left-sidebar{
    display: flex;
    flex-direction: column;
    padding: 10px 15px 15px;
    border: 1px solid #efefef;
    background: #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.createPostForm .formButtons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.fileInput {
    cursor: pointer;
}
.fileInput .fileInputButton {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background: #efefef;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    min-height: 36px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
    border: 1px solid #efefef;
    margin-left: 0;
}
.createPostForm .fileInputButton {
    background: #fff;
    border: 1px solid #efefef;
}
.fileInput input[type=file] {
    display: none;
    background: transparent;
    line-height: normal;
    color: transparent;
    transition: all .1s ease-in-out;
}
.uploadImageButton .fileInput .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.createPostForm button {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: center;
    margin: 0;
    padding: 13px 16px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    transition: color .25s cubic-bezier(.16,.83,.31,.99),background-color .25s cubic-bezier(.16,.83,.31,.99);
    border-radius: 5px;
    transition: all .1s ease-in-out;
    background-color: #512da8;
    color: #fff;
}
.uploadImageButton{
    margin-left: 0;
}
.custom-mdContent_core.mdContent_core{
    padding-top: 0;
}
.mdContent_core{
    min-height: 360px;
}
.custom-mdContent_core .mdContent_root .section_subheader{
    margin-top: 0;
}
.subdomainPostVoters, .subdomainPostVoters .users {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.subdomainPostVoters .more {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 0 36px;
    transition: all .1s ease-in-out;
    color: rgb(81, 45, 168);
}
.subdomainPostVoters .users .voter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 10px;
    width: 100%;
}
.subdomainPostVoters .users .voter .left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    width: 100%;
}
.subdomainPostVoters .users .voter .left .userLockupContainer {
    max-width: 100%;
    width: 100%;
}
.userLockup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.userLockup .userAvatarContainer {
    margin: 0 10px 0 0;
}
.subdomainPostVoters .users .voter .left .userInfo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    width: 100%;
}
.userLockup .userInfo {
    text-align: left;
    letter-spacing: .01em;
    line-height: 18px;
}
.userLockup .userInfo .name {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
}
.userLockup .userAvatar {
    min-width: 26px;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}
.userAvatar .avatarContainer {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}
.userLockup .userAvatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: blur(0);
    filter: none;
    width: auto;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100px;
}
.mdContent_root .qanswers_subheader{
    display: none;
}

.qListItem_preview h3 .label {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin: 5px 0 0;
    padding: 4px 10px;
    line-height: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
}
h3 .qListItem_hyperlink{
    display: block;
    font-size: 18px;
}
.qListItem_topic{
    display: none;
}
.vote-count .upvote {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(35,35,35,.2);
    margin-bottom: 3px;
    transition: all .1s ease-in-out;
    display: block;
}

.qListItem_votes{
    align-self: flex-start;
    margin: 0 15px 0 0;
    border-radius: 5px;
    transition: all .1s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: auto;
    cursor: pointer;
    padding: 8px 0 8px;
    background: hsla(0,0%,100%,.8);
    border: 1px solid #e9e9e9;
}
.answers-count .icon-comment {
    font-size: 15px;
    color: #aaa;
    margin: 0 6px 0 0;
}
.answers-count span {
    font-size: 15px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-mdContent_core .section_subheader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.custom-mdContent_core .section_subheader .section_tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 25px 15px 0;
    flex: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-mdContent_core .section_subheader .searchContainer{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    flex: 1;
    margin: 11px 0;
    border-radius: 5px;
    margin: 0 0 15px;
}
.searchContainer .searchBar {
    flex: 1;
}
.searchContainer .searchBar .textInput {
    border: none;
    background: none;
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: text;
    box-sizing: border-box;
    border-radius: 5px;
}
.searchContainer .searchBar .searchInput .inset {
    width: 40px;
    margin: 0;
}
.searchContainer .textInput .inputContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.searchContainer .searchBar .icon-search {
    display: flex;
    align-items: center;
    color: #bbb;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    width: 45px;
    height: 36px;
}
.section_subheader .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 25px 15px 0;
    flex: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section_subheader .menu .text {
    font-size: 17px;
    line-height: 24px;
    line-height: 22px;
    cursor: default;
    margin: 0;
}
.section_subheader .menu .selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 4px;
    margin: 0 7px;
    border-bottom: 1px dotted #aaa;
    cursor: pointer;
    position: relative;
    transition: all .1s ease-in-out;
}
.section_subheader .menu .selector .selectedName {
    font-size: 17px;
    line-height: 24px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section_subheader .menu .selector .icon-chevron-down {
    font-size: 12px;
    color: #aaa;
    margin: 0 0 0 5px;
}
.section_subheader .menu .selector .dropdown {
    position: absolute;
    display: flex;
    flex-direction: row;
    background: #fff;
    top: 26px;
    z-index: 1;
    left: -20px;
    cursor: default;
    box-shadow: 0 1px 10px rgba(50,50,50,.2);
    -webkit-animation: slide-up .2s ease;
    animation: slide-up .2s ease;
    border-radius: 5px;
    visibility: hidden;
}
.section_subheader .menu .selector .dropdown.show{
    visibility: visible;
}
.section_subheader .menu .selector .dropdown .sorts {
    border-right: 1px solid #efefef;
}
.section_subheader .menu .selector .dropdown .categories, .section_subheader .menu .selector .dropdown .filters, .section_subheader .menu .selector .dropdown .sorts {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}
.uppercaseHeader {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .05em;
    line-height: 17px;
    padding: 5px 25px;
    width: 100%;
}
.section_subheader .menu .selector .dropdown .categories .option, .section_subheader .menu .selector .dropdown .filters .option, .section_subheader .menu .selector .dropdown .sorts .option {
    position: relative;
    padding: 5px 25px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    width: 100%;
}
.section_subheader .menu .selector .dropdown .categories .option.selected .dot, .section_subheader .menu .selector .dropdown .filters .option.selected .dot, .section_subheader .menu .selector .dropdown .sorts .option.selected .dot {
    display: flex;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-filter: blur(0);
    filter: none;
    left: 10px;
    border-radius: 3px;
}
.section_subheader .menu .selector .dropdown .categories .option .dot, .section_subheader .menu .selector .dropdown .filters .option .dot, .section_subheader .menu .selector .dropdown .sorts .option .dot {
    display: none;
}
.section_subheader .menu .selector .dropdown .categories .option:hover, .section_subheader .menu .selector .dropdown .filters .option:hover, .section_subheader .menu .selector .dropdown .sorts .option:hover {
    background: #efefef;
}
.postVotes {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 38px;
    cursor: pointer;
    padding: 8px 0 3px;
    background: hsla(0,0%,100%,.8);
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    transition: all .1s ease-in-out;
    margin: 0 10px 0 0;
    max-height: 65px;
}
.qListItem_votes .upvote,
.postVotes .upvote {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(35,35,35,.2);
    margin-bottom: 3px;
    transition: all .1s ease-in-out;
}
.qListItem_votes .downvote,
.postVotes .downvote {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid rgba(35,35,35,.2);
    margin-top: 3px;
    transition: all .1s ease-in-out;
}
.postVotes span {
    min-height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 15px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qListItem_votes .small,
.postVotes .small{
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.qItem_header {
    border: none;
    margin: 0;
}
.qItem_answers,
.qItem_inner {
    padding-left: 48px;
}
.qItem_topic{
    display: none;
}
.qItem_stats{
    width: 38px;
}
.mdLeftNavigation_topics, .mdLeftNavigation_section, .mdLeftNavigation_user{
    width: 300px;
    max-width: 100%;
}
.mdLeftNavigation_core{
    width: 300px;
}
li.mdContent_qListItem{
    border: none;
}
.mdContent_root .section_subheader, .mdContent_root .topic_subheader, .mdContent_root .myquestions_subheader, .mdContent_root .myanswers_subheader, .mdContent_root .qanswers_subheader{
    border-bottom: 0;
}
.qItem_header h2, .qItem_header h3{
    padding-bottom: 5px;
}
.qItem_answers {
    margin: 0;
}
.qItem_answers .qItem_inner {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.qItem_answers .qItem_inner .qItem_text{
    padding: 0 0 5px;
}
.qItem_content {
    overflow: hidden;
    padding: 0;
}
/*.btn-create-request{
    margin: 0 0;
    padding: 13px 16px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    transition: color .25s cubic-bezier(.16,.83,.31,.99),background-color .25s cubic-bezier(.16,.83,.31,.99);
    border-radius: 5px;
    transition: all .1s ease-in-out;
    background-color: #512da8;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}*/
.mdFormExtended .btn-toolbar {
    margin: 20px 0 0;
    padding: 0 0 30px;
    float: none;
    text-align: center;
    border-top: 0;
}
#myquestions_public_msg, #myquestion_public_msg{
    margin: 10px 0;
}
.qItem_select_answer{
    display: none;
}
.searchContainer .search{
    width: 100%;
}
.searchContainer .search .form-inline{
    position: relative;
}
.searchContainer .search .form-inline label{
    display: none;
}
.searchContainer .search .form-inline .inputbox {
    border: none !important;
    border: none !important;
    height: 36px;
    padding-left: 40px;
    border-radius: 4px;
    width: 100%;
}

.searchContainer .search .form-inline .btn-primary{
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    outline: none !important;
    min-width: 60px;
}
.custom-frm-search-tickets .form-group .btn:focus,
.searchContainer .search .form-inline .btn-primary:focus{
    color: #fff !important;
}
.com_search-search .section-page{
    padding: 70px 0;
}
.com_search-search .section-page #searchForm .phrases,
.com_search-search .section-page #searchForm .ordering-box,
.com_search-search .section-page #searchForm .only,
.com_search-search .section-page #searchForm .btn-toolbar{
    display: none;
}
.result-created{
    display: none;
}
.result-title a{
    font-weight: 600;
    color: #212529;
    text-decoration: none;
}
.result-text{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.result-category{
    margin-bottom: 0;
    font-size: 16px;
}
.mdSectionExtended .alert{
    font-size: 14px;
    margin-top: 20px;
}
.page-home .col-thumb img,
.page-home .thumb-item img{
    border-radius: 20px;
}
.vote-count{
    min-height: 23px;
    min-width: 35px;
    font-size: 14px;
}
.search .form-limit{
    display: none;
}
dl.search-results{
    background: #f5f5f5;
    padding: 20px 15px;
    border-radius: 20px;
}
.md_popup{
    padding: 5px 15px;
    font-size: 16px;
}
.md_popup p{
    margin: 0;
    position: relative;
    padding-left: 15px;
}
.md_popup p:before{
    content: "\f060";
    position: absolute;
    left: -5px;
    top: 6px;
    z-index: 9;
    font: normal normal normal 16px/1 FontAwesome;
}
.com_minitekdiscussions-myanswer .section-page{
    padding: 40px 0;
}
.com_minitekdiscussions-myanswer .mdContent_core{
    padding-top: 0;
}
.qItem_header .mt-1 .label{
    text-transform: uppercase;
}
.qListItem_introtext {
    margin: 0 0 8px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.qItem_text {
    padding: 5px 0 10px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.mdContent_root{
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.label.label-info{
    background: #17a2b8;
}
.label.label-success{
    background: #3c763d;
}
.mdContent_myquestions #jform_title{
    color: #32312f !important;
    height: 40px;
    resize: none;
    padding: 6px 15px;
}
.qListItem_answers.resolved{
    background: transparent;
    color: inherit;
}
#adminForm .control-group {
    margin-bottom: 15px;
}
#adminForm .control-group label {
    margin-bottom: 0.5rem;
}
.mdContent_myquestions #jform_title {
    border: 1px solid #ddd;
}
p.image-question-preview {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd; 
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
}
#mdExtended a.del-image-selected {
    color: red;
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    background: rgba(0,0,0,0.2);
    padding: 0px 6px 2px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.page-contact.com_rsform-rsform .section-page .container,
.com_minitekdiscussions-myquestion .mdContent_core,
.com_rsticketspro-submit .custom-container {
    width: 800px;
    max-width: 100%;
}
.com_rsticketspro-submit .custom-container{
    padding-right: 15px;
    padding-left: 15px;
}
.com_minitekdiscussions-myquestion .mdContent_core{
    padding-top: 70px;
}
.searchContainer .search .form-inline .inputbox:focus{
    background: #fff !important;
    color: #32312f !important;
}
/*.page-feature-requests .section-page,*/
.page-feature-requests.com_minitekdiscussions-question .section-page,
.page-feature-requests.com_minitekdiscussions-section .section-page {
    background-color: #E3E8EE;
}
li.mdContent_qListItem{
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
}
.qListItem_introtext{
    margin-bottom: 0;
}
.mdLeftNavigation_core {
    max-width: 100%;
    background: #fff;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    border: 1px solid #d4dadf;
}
.mdContent_qItem{
    padding: 30px 15px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    border: 1px solid #d4dadf;
}
.userLockup .userInfo{
    margin: 0;
}
.mdContent_qanswers .qItem_content{
    padding-left: 35px;
}
.qItem_info{
    /*display: none;*/
}
.mdContent_qanswers .qItem_info{
    display: block;
    border-top: none;
    /*border-bottom: 1px solid #e9e9e9;*/
    padding: 0;
    margin: 0;
}
.qItem_answers .qItem_inner .qItem_text {
    padding: 0;
    margin: 0;
}
.qItem_answers .qItem_inner .qItem_text p:last-child{
    margin-bottom: 0;
}
.qItem_edited{
    display: none;
}
#mdExtended a.btn-app{
    color: #fff;
}
#mdExtended a.btn-app:hover, #mdExtended a.btn-app:focus{
    color: #84c259;
}
.mdContent_qListItem.qListItem_pinned{
    margin-bottom: 15px;
    border-left-width: 6px; 
}
.qItem_answers .qItem_inner{
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #E3E8EE;
    border-radius: 4px;
    padding: 15px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
}
.userLockup .userInfo .name{
    font-weight: 700;
    font-size: 16px;
}
.qItem_header{
    position: relative;
}
.qItem_header .custom-pinned{
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    background: #E4C1E0;
    padding: 5px 5px 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.qItem_header .custom-featured{
    position: absolute;
    right: 85px;
    top: 0;
    width: 80px;
    background: #ffa500;
    padding: 5px 5px 3px;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-image-header.had-pin-fead{
    max-width: calc(100% - 180px);
}
#eb .eb-comment-captcha, #eb .eb-comment-recaptcha{
    background: transparent;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#eb .eb-comment-captcha p, #eb .eb-comment-recaptcha p{
    display: none;
}
.eb-recaptcha-wrapper div{
    margin-left: 0;
}
.mce-panel{
    width: calc(100% - 2px) !important;
}
textarea#jform_message{
    max-height: 360px;
}
#jform_submit_type{
    display: block !important;
}
.js-editor-tinymce iframe,
iframe#jform_content_ifr{
    max-height: 320px !important;
}
.control-label{
    font-size: 16px;
    line-height: 1.4;
}

.js-editor-tinymce .toggle-editor.pull-right{
    float: none !important;
    padding-top: 5px;
    margin: 0;
}
.formContainer .form-group.row{
    display: block;
}
.formContainer .form-group.row .col-sm-3{
    max-width: 100%;
}
.formContainer .form-group.row .col-sm-9{
   max-width: 100%;
}
.page-support-tickets .custom-container{
   /* width: 1140px;
    max-width: 100%;
    padding: 0 15px;*/
}
.page-my-subscription .section-page{
    padding: 0 0 70px;
}
.page-support-tickets .section-page{
    padding: 0 0 70px;
}
table{
    font-size: 16px;
}
.card-body .pp-orders .o-card__body,
.card-body .o-card-list-group,
.card-body .o-card__footer,
.card-body .o-card-list-group__item{
    width: 100%;
}
input.inputbox{
    height: auto;
    line-height: inherit;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.caption h3 strong{
    font-weight: 600 !important;
}
#rsticketspro_dashboard_knowledgebase .rst_dashboard_kb {
    min-height: unset !important;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    -webkit-transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    -o-transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
}
.right-profile .card-body .rst_dashboard_kb h3,
.rst_dashboard_kb h3{
	margin: 0 0 10px;
	font-size: 1.5rem;
}
.rst_dashboard_kb p{
	font-size: 16px;
    margin: 0;
    line-height: 22px;
}
#pp a,
.rst_dashboard_kb h3 a,
.invoicesfieldset h3 a,
.card-body .nav-tabs li a,
.table a,
.rst_dashboard_items .caption h3 a,
#pp .pp-orders a{
	color: #32312f;
}
.rst_dashboard_items img{
	margin-bottom: 10px;
}
#pp .o-btn-group .btn:not(.btn-xs){
	font-weight: 600;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #84c259 !important;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .9375rem 2.5rem;
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none !important;
    background-image: none !important;
}
.btn.btn-rst-search,
.btn.rst_search, 
.btn#submitAccountBtn,
.card-at-button .btn{
	font-weight: 600;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #84c259 !important;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none !important;
    background-image: none !important;
    text-shadow: none !important;
    font-size: 16px;
}
.btn.btn-rst-search:hover, .btn.btn-rst-search:focus,
.btn.rst_search:hover, .btn.rst_search:focus,
.btn#submitAccountBtn:hover, .btn#submitAccountBtn:focus,
.card-at-button .btn:hover, .card-at-button .btn:focus,
#pp .o-btn-group .btn:not(.btn-xs):hover,
#pp .o-btn-group .btn:not(.btn-xs):focus{
	background-color: #fff !important;
    color: #84c259 !important;
}
#pp .btn-pp-primary:hover, #pp .btn-pp-primary:focus,
.form-actions a.btn:hover, .form-actions a.btn:focus{
	background-color: #84c259 !important;
    color: #fff !important;
}
.form-actions a.btn i,
#submitAccountBtn i{
	display: none;
}
#pp .btn-pp-primary,
.form-actions a.btn{
	font-weight: 600;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: inherit;
    font-size: 1.125rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #fff !important;
    color: #84c259 !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 100px;
    text-decoration: none !important;
    background-image: none !important;
    text-shadow: none !important;
    font-size: 16px;
}
#pp.view-payment,
#pp.view-checkout,
#pp.view-thanks{
	margin-bottom: 40px;
}
.table th, .table td{
	font-size: 14px;
	padding: 5px 8px;
}
.control-group textarea,
input.inputbox{
	width: 100%;
}
input.inputbox.input-small{
	width: 48%;
	margin-right: 4%;
}
input.inputbox.input-small:last-child{
	margin-right: 0;
}
#formNewAffiliateAccount .adminform .control-group .controls{
	display: flex;
}
.card-body .nav-tabs{
	margin-bottom: 20px;
}
.navbar-form .input-append, .navbar-form .input-prepend{
	margin-bottom: 5px;
}
.navbar-form .input-append input, .navbar-form .input-prepend input{
	height: 38px;
}
.btn-inverse{
	background-color: #84c259 !important;
    background-image: none;
    box-shadow: none;
    color: #fff  !important;
    text-shadow: none;
    margin: 0 !important;
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
    margin: 0;
    height: 38px;
    font-size: 16px;
}
.dropdown-toggle::after{
	display: none;
}
.pagination{
	font-size: 14px;
}
.pagination.pagination{
	margin: 0;
	
}
.page-gdpr .section-page{
    padding-bottom: 70px;
}
/*.page-affiliate-marketing .section-page{
	padding-bottom: 70px;
}*/
.card .dropdown-toggle {
    white-space: nowrap;
    background-image: none !important;
    border: 1px solid #ddd;
    background-color: transparent !important;
    box-shadow: none !important;
}
.card .dropdown-menu{
	width: auto;
	padding: 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
	background: transparent;
	color: #32312f;
}
#rstbox_5 .rstbox-content{
    padding-left: 0px;
    width: 100%;
}
.ebox-yn-headline{
	text-align: left;
}
.ebox-ys-buttons{
    position: absolute;
    left: 20px;
    margin-top: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.rstbox-heading{
	color: #fff;
}
.ebox-yn-text{
	margin-bottom: 0 !important;
}
/*#tidio-chat-iframe{
	bottom: 120px !important;
}*/
#joomla-panel.ja-gdpr .form-group{
	font-size: 16px;
}
#joomla-panel.ja-gdpr .user-info-wrap .control-label {
    display: inline-block;
    padding: 0 10px 0 0;
    min-width: 130px;
    font-size: 16px;
}
#joomla-panel.ja-gdpr .user-info-wrap{
	width: auto !important;
}    
#joomla-panel.ja-gdpr .panel-footer{
	padding-left: 10px;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs{
	margin-bottom: 10px;
}
.help-block{
	font-size: 16px;
}
.card-body .form-horizontal .form-actions{
	background: transparent;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.btn-group#flagged{
	display: block;
	font-size: 16px;
}
#flagged-lbl{
	margin: 10px 0 0;
}
#rsticketspro_form .form-actions a.btn{
	display: none;
}
#rsticketspro_form #filter_search{
	padding: 3px 10px;
	font-size: 16px;
}
.card-body{
	font-size: 16px;
}
.btn.rst_search{
    display: block;
    width: 134px;
    margin: 0;
}
.table thead th{
	font-weight: 600;
}

#jsn-form.flat > ul.z-tabs-nav > li > a:hover,
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a{
	background-color: #0e1a35 !important;
	font-weight: 600 !important;
	color: #fff !important;
}
input.inputbox#remember{
	width: auto;
}
.jsn_registration_controls .btn-app{
	padding: 10px 20px;
}
#jsn-profile-tabs label.checkbox{
	padding-left: 0;
}
.table.table-bordered tbody tr:nth-of-type(odd){
	background: transparent !important;
}
.table-header-edition-name{
	display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.table-header-edition-price--text{
	text-align: center;	
}

.table-header-edition-subtext{
	text-align: center;
	display: block;

}
#pp .btn-app.table-header-edition-cta{
	padding: 10px 25px;
	color: #fff;
	font-weight: 500;
}
#pp .btn-app.table-header-edition-cta:hover, #pp .btn-app.table-header-edition-cta:focus{
	color: #84c259;
}
.is-clickable .table-body-feature-name {
    border-bottom: 1px dashed #8993A4;
}
.table-body-feature-question {
    display: none;
}
#pp .table td.table-body-cell {
    padding: 14px;
    border: 1px solid #DFE1E5;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
}
.table-body-edition{
	font-size: 16px;
}
#pp .table thead th.table-header-cell{
	border-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	padding: 14px;
	
}
.table.table-bordered tbody tr:hover{
	background: #ebebeb !important;
}

.table-body-edition-name{
	display: none;
}
.table-body-edition-description,
.table-body-edition-check{
	display: block;
	text-align: center;
}
.area-custom-checkout{
	border: 1px solid rgba(130,130,130,.2);
    box-shadow: 0 2px 3px rgba(130,130,130,.2);
}
.custom-box-checkout{
	padding: 50px;
    height: 100%;
}
.custom-box-checkout.box-left{
	border-right: 1px solid rgba(130,130,130,.2);
}
.trial-info-data__logos img {
    /*height: 36px;*/
    margin-bottom: 24px;
}
.trial-info-data__edition-text{
    border-bottom: 1px solid #DFE1E5;
    margin-bottom: 24px;
    padding-bottom: 4px;
}
.trial-info-data__features ul {
    padding-left: 20px !important;
}
.trial-info-data__features ul li {
    margin-bottom: 16px !important;
    position: relative;
}
.trial-info-data__features ul li::before {
    background-image:url("data:image/svg+xml,%3Csvg width='13px' height='13px' viewBox='0 0 13 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg transform='translate(0.000000, -51.000000)' stroke='%230049B0' stroke-width='1.6'%3E%3Cg transform='translate(1.000000, 45.000000)'%3E%3Cg transform='translate(0.000000, 0.416810)'%3E%3Cpolyline points='1.52655666e-16 11.9766645 3.98219585 17 11 7'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 5px;
    height: 13px;
    width: 13px;
}
.trial-info-data__download {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-column-gap: 8px;
    align-items: center;
    margin-top: 48px;
}
#host_on_server_link{
	margin: 0;
}
#pp .wrapper--google-signup .btn.google-signup{
	box-shadow: rgba(0,0,0,.2) 1px 1px 5px 0!important;
    background-color: #FFF;
    margin-bottom: 20px;
    height: 39px;
    width: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #e8e9ee;*/
    text-align: center;
    cursor: pointer;
    color: #42526E;
    font-weight: 500;
}
#pp .wrapper--google-signup .btn.email-signup{
	box-shadow: rgba(0,0,0,.2) 1px 1px 5px 0!important;
    /*background-color: #FFF;*/
    margin-bottom: 20px;
    height: 39px;
    width: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e9ee;
    text-align: center;
    cursor: pointer;
    color: #42526E;
    font-weight: 500;
}
#pp .wrapper--google-signup .btn.google-signup a{
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #42526E !important;
}
#pp .wrapper--google-signup .btn.google-signup a img{
	width: 18px;
	height: 18px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
}
.wrapper--google-signup .divider{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #42526E;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wrapper--google-signup .divider .line{
    border-bottom: 1px solid #d8d8d8;
    width: 31px;
}
.wrapper--google-signup .divider .line.right{
	margin-left: 8px;
}
.wrapper--google-signup .divider .line.left{
	margin-right: 8px;
}
.checkboxes label.checkbox{
	padding-left: 0 !important;
}
.table-header-edition-subtext{
    font-size: 12px; 
}
.jsn-p-avatar .avatar{
    border-radius: 50%;
    width: 100px;
}
.jsn-p-title .status.label{
    display: none;
}
.com_content-article .section-page{
    padding-bottom: 40px;
    padding-top: 30px;
}
.section-page #pp{
    position: static;
}
.pp-recaptcha-wrapper div{
    margin-left: 0;
}
#pp .pp-checkout-table td, #pp .pp-checkout-table th{
    padding-bottom: 0;
}
/*#pp div[data-pp-login], #pp span[data-pp-submit-login]{
    display: none !important;
}
#pp div[data-pp-register], #pp span[data-pp-submit-register]{
    display: block !important;
}
*/
#pp .pp-checkout-container__form{
    height: auto;
}
/*.o-card__header .o-grid__cell.t-text--right{
    display: none;
}*/
.alert-heading{
    text-transform: capitalize;
}
#pp .o-label--lg {
    padding: .25em .75em;
    font-size: 110%;
    border-radius: .75em;
    margin: 0 5px;
    font-weight: normal;
    font-size: 16px;
}

.profile_user_overal .right-profile #rsticketspro_dashboard_knowledgebase{
    display: none;
}
.top-right-blog .btn-back-to{
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin-top: 20px;
    display: none;
}
.page-request-a-demo .top-right-blog .btn-back-to{
    display: block;
}
#customRequestModal.modal.fade{
    opacity: 1 !important;
    top: 15%;
}
#customRequestModal .modal-footer,
#customRequestModal .modal-header{
    display: block;
    width: 100%;
}
.modal_ticket_customer_id .icon-user:before,
.modal_jform_customer_id .icon-user:before{
    content: "\f234";
    font: normal normal normal 14px/1 FontAwesome;
}
.modal_ticket_customer_id,
.com-rsticketspro-submit-ticket .btn-primary.modal_jform_customer_id{
    padding: 4px 20px 8px 20px;
}
.sbox-content-iframe iframe{
    max-width: 100%;
}
#com-rsticketspro-ticket.accordion .accordion-group .accordion-heading{
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px 15px;
    color: #32312f;
}
#com-rsticketspro-ticket.accordion .accordion-group .accordion-heading a{
    color: #32312f;
    font-weight: 600;
    text-decoration: none !important;
}
#com-rsticketspro-ticket.accordion .accordion-group .accordion-body{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    color: #32312f;
    border-top: none;
}
.accordion-inner a{
    color: #32312f;
}
.accordion-inner a.btn,
.accordion-inner button.hidden,
.accordion-inner button.btn{
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: .5rem 1.5625rem;
    line-height: 1.25rem;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    font-size: .875rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #fff;
    text-decoration: none !important;
    background-color: #84c259;
}
.accordion-inner a.btn:hover,
.accordion-inner a.btn:focus,
.accordion-inner button.btn:hover,
.accordion-inner button.hidden:hover,
.accordion-inner button.btn:focus,
.accordion-inner button.hidden:focus{
    background: transparent;
    color: #84c259 !important;
}
.accordion-inner h3.rst_heading{
    margin-top: 15px;
}
.accordion-inner fieldset.btn-group{
    width: 100%;
    display: block;
}
.com-rsticketspro-msg-staff p{
    margin-bottom: 5px;
}
.accordion-inner input[type="text"],
.accordion-inner select{
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.accordion-inner .input-append input[type="text"]{
    width: auto;
    max-width: 190px;
}
.bottom-price-plan {
    text-align: center;
    font-size: 1rem;
}
.bottom-price-plan span {
    font-weight: 600;
    font-size: 2.5em;
    display: block;
    line-height: 1;   
}
.number-users {
    font-weight: 600;
    font-size: 20px;
}
.module-home-tabs {
    padding: 0rem 0 8.5rem;
}
.module-home-tabs .nav-tabs {
    display: block;
    text-align: center;
    border: 0px;
}
.module-home-tabs .nav-tabs li {
    display: inline-block;
    padding: 0px 15px;
}
.module-home-tabs .nav-tabs li a {
    color: #62647b;
    text-decoration: none;
}
.module-home-tabs .nav-tabs li a.image-2src:hover .jmm-icon.image-hover {
    display: inline-block;
}
.module-home-tabs .nav-tabs li a.image-2src:hover .jmm-icon, 
.jmm-simple-tabs.default .nav-tabs .image-2src.active .jmm-icon {
    display: none;
}
.jmm-simple-tabs.default .nav-tabs .image-2src.active .jmm-icon.image-hover {
    display: inline-block;
}
.module-home-tabs .img-json svg,
.module-home-tabs .image-content {
    border-radius: 20px;
}
.module-home-tabs .tab-item-text {
    padding: 1rem 0px;
    text-align: center;
}
.al-center {
    text-align: center;
}
.text-right, .al-right {
    text-align: right;
}
.slider-features-item-no-nav .inner-item-feature {
    padding-left: 0px;
    padding-right: 0px;
}
.btn-app.btn-play{
    color: #363637!important;
    padding: 0!important;
    margin: 0;
    color: #363637!important;
    line-height: 24px;
    border-radius: 0;
    border: none !important;
    position: relative;
    background: transparent !important;
}
.btn-app.btn-play:hover,
.btn-app.btn-play:focus{
    border: none !important;
    color: #84c259!important;
    box-shadow: 0 1px 0 0 #84c259;
}
.btn-app.btn-play:after {
    content: "";
    background: url(../images/icon-play-line.svg);
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
    top: -4px;
}
.page-intro {
    /*padding: 0 2em 6em;*/
    padding: 0 0 6em;
    position: relative;
    z-index: 9;
}
.page-intro:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
.page-intro:after {
    top: -6em;
}
.page-intro:after {
    content: "";
    position: absolute;
    top: -7em;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5584FF;
    z-index: -1;
}
#page-intro-224.page-intro:after {
    right: 0 !important;
}
#page-intro-224.page-intro{
    padding-bottom: 0 !important;
}
.page-intro h3{
    color: #fff;
}
.page-intro .top-section p,
#page-intro-224.page-intro .top-section h4{
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}
.page-intro h4 {
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 1.8;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}
.link-highlight {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .25rem 0;
    color: #84c259;
    letter-spacing: .1em;
    bottom: -.25rem;
    margin-top: .8em;
}
.link-highlight:after, .link-highlight:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    will-change: transform;
    transition: transform .6s ease;
}
.link-highlight:before {
    background: #e6e6e6;
    transform: translateX(0);
}
.link-highlight:after {
    background: #84c259;
    transform: translateX(-100%);
}
.link-highlight:hover {
    color: #84c259;
    text-decoration: none;
}
.link-highlight:hover:after {
    transform: translateX(0);
}
.feature-tile .icon-feature {
    height: 48px;
    width: 48px;
}

.product-features {
    /*padding: 8em 2em 4em;*/
    padding: 8em 0 4em;
    overflow-x: hidden;
}
.product-features .feature-tile {
    padding: 3em 2em 0 0;
    margin: 0;
}
.product-features .m-space{
    margin-top: -19em;
}
.image-communicate {
    position: relative;
    background-repeat: no-repeat;
    background-size: 634px 280px !important;
    width: 634px;
    height: 280px;
    left: 50%;
    margin-left: -325px;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    background-repeat: no-repeat!important;
}
.image-connect {
    position: relative;
    background-repeat: no-repeat;
    background-size: 527px 294px !important;
    width: 527px;
    height: 294px;
    margin-left: -20px;
    margin-top: -10px;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
}
/*.image-knowledge {
    background-size: 815px 576px !important;
    width: 815px;
    height: 576px;
    margin-left: 0;
    margin-top: -40px;
    right: 50%;
    position: relative;
    background-repeat: no-repeat !important;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
}*/
.image-knowledge {
    position: relative;
    background-repeat: no-repeat;
    background-size: 408px 288px !important;
    width: 408px;
    height: 288px;
    margin-left: -90px;
    margin-top: 0;
    right: 0;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
}
.image-measure {
    background-size: 943px 281px !important;
    width: 943px;
    height: 281px;
    margin-left: -471px;
    left: 50%;
    position: relative;
    background-repeat: no-repeat !important;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
}
.product-features h2,
.product-features h3 {
    /*font-weight: 500;*/
    position: relative;
    letter-spacing: -.03em;
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
.product-features h2:before,
.product-features h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #1c1b1b;
    position: absolute;
    top: -.5em;
    left: 50%;
    margin-left: -30px;
}
.product-features.left-image h3:before,
.product-features.right-image h3:before{
    left: 0;
    margin-left: 0;
}
.product-features p {
    /*color: #8d8d8d;*/
    font-weight: 400;
    min-height: 5rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1.1rem;
}
.product-features .feature-tile p {
    /*color: #8d8d8d;*/
    margin-top: .75rem;
    min-height: 5rem;
    margin-bottom: 1rem;
    font-size: .75em;
    text-align: left;
    line-height: 1.5;
}
.product-features .feature-tile h5 {
    font-weight: 600;
    letter-spacing: -.005em;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
.resources {
    padding: 6em 1em 5em;
    overflow: hidden;
    position: relative;
}
.resources:before {
    content: "";
    position: absolute;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    left: 6em;
    right: 0;
    z-index: -1;
}
.resources .content .picture {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative;
}
.resources .content .picture img {
    transition: transform .3s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.resources .content:hover{
    text-decoration: none;
}
.resources .content:hover .picture img {
    transform: scale(1.05);
}
.resources .content .detail {
    padding: 1.8em 1.2em;
}
.resources .content .detail .type {
    font-size: 9px;
    color: #8d8d8d;
    margin-bottom: .75rem;
    display: table;
    margin-top: -.5rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .275rem .375rem;
    background-color: hsla(0,0%,90%,.5);
    line-height: 1;
    margin-left: 0;
}
.resources .content .detail .title {
    color: #1c1b1b;
    font-weight: 600;
    letter-spacing: -.005em;
    line-height: 1.45;
    font-size: 1.125rem;
}
.resources .curated {
    padding: 0;
}
.resources .curated .slick-list {
    overflow: visible;
}
.resources .curated .slick-slide {
    margin-right: 40px;
}

.resources .slick-next, .resources .slick-prev {
    position: absolute;
    display: block;
    height: 14px;
    width: 52px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: auto;
    bottom: -50px;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
}
.resources .slick-next, .resources .slick-prev {
    top: -41px;
    bottom: auto;
}
.resources .slick-prev {
    right: 120px;
    left: auto;
}
.resources .slick-next {
    right: 48px;
    left: auto;
}
.resources .slick-prev:before {
    content: "";
}
.resources .slick-next:before {
    content: "";
    transform: rotate(180deg);
}
.resources .slick-next:before, .resources .slick-prev:before {
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 52px 14px;
    display: block;
    width: 52px;
    height: 14px;
    font-size: 0;
}
.resources h3 {
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    position: relative;
    letter-spacing: -.03em;
    line-height: 1.4;
    margin-top: 0;
}
.link-highlight{
    font-size: 12px;
    padding: .25rem 0;
    line-height: 1.2;
}
.get-started {
    padding: 3em 0em;
    position: relative;
}
.get-started:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
.get-started h3 {
    font-weight: 600;
    
    margin-bottom: 0;
    position: relative;
    letter-spacing: -.04em;
    line-height: 1.2;
    font-size: 1.8rem;
}
.get-started p {
    color: #363637;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 0;
    padding-right: 8em;
    font-size: 1rem;
}

.get-started .cta-wrap {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    background: url(../images/bg-oval.png) #fff no-repeat;
    background-position: 60%!important;
    border-radius: 4px;
    overflow: hidden;
    padding: 3em;
}
.get-started .btn-app{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
.js-hero{
    padding: 2.5em 0 0;
}
.js-hero h1{
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: .5rem;
}
.js-hero h1 span{
    fill: #84c259;
    color: #84c259;
}
.js-hero h5, .js-hero p {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem;
    color: #363637;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.pricing-value .col-6 {
    padding-right: 2em;
    padding-top: 1.5em;
    margin: 0;
}
.pricing-value h6 {
    font-weight: 400;
    letter-spacing: -.005em;
    position: relative;
    line-height: 1.25;
    font-size: 1rem;
    padding-left: 48px;
}
.pricing-value h6:before {
    content: "\f058";
    /*background-image: url(../images/i-circle-tick.png);*/
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    color: #84c259;
}
.js-hero .rsform{
    padding: 3.75em 3em 3em;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    border-radius: 4px;
}
.js-hero .rsform h3,
.js-hero .rsform h2{
    font-weight: 600;
    letter-spacing: -.01em;
    position: relative;
    font-size: 28px;
}
.js-hero .rsform h3:before,
.js-hero .rsform h2:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #84c259;
    position: absolute;
    top: -1rem;
}
.js-hero .rsform .control-label,
.js-hero .rsform .formNoError{
    display: none;
}
.js-hero .rsform .form-check-label {
    margin-bottom: 0;
    font-size: .85rem;
    line-height: 1.4;
}
.js-hero .page_hero {
    position: relative;
    z-index: 9;
    margin-bottom: 10em;
}
.pricing-norm {
    padding: 0;
    position: relative;
}
.pricing-norm:before {
    left: 0em;
    top: -14em;
    content: "";
    background-color: #84c259;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pricing-norm p {
    margin-top: -11em;
    font-size: .9em;
    position: relative;
    color: #fff;
}
.pricing-norm p:before{
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1.25rem;
    left: 0;
}
.js-hero .rsform .formContainer .form-group.rsform-block-submit{
    margin-bottom: 0;
}
.js-hero .rsform .rsform-submit-button{
    margin-bottom: 0;
}
.qa-wall {
    padding: 4em 0 3em;
    position: relative;
}
.qa-wall:before {
    content: "";
    position: absolute;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
    left: 0;
}
.qa-wall h3 {
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}
.qa-wall h3 span {
    font-size: 5.5rem;
    line-height: .55;
}
.qa-wall .qa-tiles {
    padding: 3em 15px;
}
.qa-wall .qa-tiles .col-qa{
    margin-bottom: 2.5em;
}
.qa-wall .qa-tiles .qa-inner{
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 2em;
    height: 100%;
}
.qa-wall .qa-tiles .qa-inner h5 {
    font-weight: 600;
    letter-spacing: -.005em;
    margin: 0;
    font-size: 1.125rem;
}
.qa-wall .qa-tiles .qa-inner p {
    color: #363637;
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
}
.feature-tile a,
.qa-wall a{
    color: #84c259;
}
.qa-wall h4 {
    font-weight: 500;
    position: relative;
    letter-spacing: -.01em;
    line-height: 1.45;
    font-size: 1.5rem;
    margin: 0;
}
.qa-wall h4:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #84c259;
    position: absolute;
    top: -1em;
    display: block;
    left: 50%;
    margin-left: -30px;
}
#mod-custom-payplans-193.mod-custom-two-cols.mod-custom-payplans.layout-for-banner .box-text-payplans{
    width: 100%;
}
#mod-custom-payplans-193.mod-custom-two-cols .box-thumb-payplans img{
    position: relative;
    z-index: 999;
}
.product-features .feature-tile.m-show {
    display: none;
}
.product-features .feature-tile.l-show {
    display: none;
}
.image-feature-hero {
    position: absolute;
    background-repeat: no-repeat !important;
    width: 364px;
    height: 319px;
    background-size: 364px 319px !important;
    margin-left: -3px;
    margin-top: -92px;
    left: 0;
    -webkit-filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    filter: drop-shadow(rgba(0,0,0,.09) 10px 15px 20px);
    z-index: 99;
}
.page_hero {
    position: relative;
    
    padding: 0 0 8em !important;
    overflow: hidden;
}
.page_hero .hero__inner{
    position: relative;
    height: 500px;
    padding: 2.5em 0;
}
.js-hero .page_hero{
    padding-bottom: 0 !important;
}
.js-hero .image-intro {
    /*padding-top: 63%;*/
    padding-top: 0 !important;
    position: relative;
}
/*.js-hero .image-intro:before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}*/
/*.js-hero .image-intro:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1b1b;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
    transition: opacity .6s ease-in;
    z-index: -1;
    display: block;
}*/
.js-hero .image-intro img{
    border-radius: 2rem;
}
#js-hero-207{
    padding: 6em 0 0;
}
.js-hero .page_hero.about{
    margin-bottom: 6em;
}
.about-us.company{
    background-color: #f9f9f9;
    padding: 6em 0em 4em;
    overflow: hidden;
}
.company .introduction h3 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 1.4;
}
.company .introduction h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #84c259;
    position: absolute;
    top: -1.2em;
    left: 0;
}
.company .introduction p {
    /*color: #363637;
    letter-spacing: -.005em;
    margin-bottom: 8em;
    margin-top: 0;
    font-weight: 300;
    font-size: 1.1rem;*/
}
.company .trivia .col-trivia h2 {
    font-weight: 100;
    font-size: 3em;
    margin-bottom: 0;
}
.company .trivia .col-trivia p{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
}
.about-history {
    /*padding: 18em 0 4em;*/
    padding: 8em 0;
    overflow: hidden;
    position: relative;
    background-color: #0e1a35;
    color: #fff;
}
.about-history ul{
    list-style-type: disc;
    padding-left: 20px;
}
.about-history h3{
    color: #fff;
}
.about-history p {
    color: #fff;
    margin-top: 1.5rem;
    font-weight: 300;
    letter-spacing: -.005em;
    margin-bottom: 0;
    font-size: 1.1rem;
}
/*.about-history:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 15em;
    z-index: 1;
}*/
.leadership {
    padding: 4em 0 1em;
}
.leadership .team {
    padding: 3em 15px;
    text-align: center;
}
.leadership .team .col-leadership {
    background-color: #fff;
    margin-bottom: 2.5em;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}
.leadership .team .col-leadership .avatar {
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    margin: 0;
}
.leadership .team .col-leadership .avatar img {
    height: 72px;
}
.leadership .team .col-leadership .desc {
    padding: .5em 0 0;
    margin: 0;
}
.leadership .team .col-leadership p {
    color: #8d8d8d;
    margin-top: 0;
    margin-bottom: .25rem;
    font-size: .825em;
    line-height: 1.5;
    letter-spacing: -.005em;
}
.leadership .team .col-leadership h5 {
    font-weight: 600;
    letter-spacing: -.005em;
    margin-bottom: 0;
    font-size: 1.125rem;
}
.leadership h3{
    margin-bottom: 0;
}
.investors {
    padding: 5em 0em 3em;
    position: relative;
    margin-top: 4em;
}
.investors .featured-inline-logo {
    display: inline-block;
    height: 45px;
    margin-right: 1.5em;
    margin: auto;
}
.investors .m-space {
    margin-top: 5em;
}
.investors .xxl {
    font-size: 119%;
    letter-spacing: -.01em;
    margin-top: 2em;
    color: #8d8d8d;
    font-weight: 300;
    margin-bottom: 0;
}
.investors:before {
    content: "";
    position: absolute;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
.investors .col-logo{
    margin: 0;
}
.moduletable.has-center-title{
    padding-top: 4.375rem;
}
.mod-custom-features-items{
    background: #f9fafa;
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
    margin-bottom: 4.375rem;
}
.mod-custom-features-items .col-left h3{
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: -.6px;
    margin-bottom: 3.2rem;
}
.mod-custom-features-items .col-left h2{
    font-size: 5.6rem;
    line-height: 5.8rem;
    letter-spacing: -.1px;
    margin-bottom: 4rem;
    font-weight: 800;
}
.mod-custom-features-items .col-left h4{
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -.1px;
    margin-bottom: 2rem;
}
.box-cs-features-items{
    background: #fff;
    box-shadow: 0 10px 23px 0 rgba(213,220,225,.5);
}
.box-cs-features-items ul{
    margin: 0;
}
.box-cs-features-items ul li{
    cursor: crosshair;
}
.box-cs-features-items ul li~li {
    border-top: 1px solid #f9fafa;
}
.box-cs-features-items ul li a{
    color: #32312f!important;
    text-decoration: none !important;
    padding: 2.4rem;
    display: block;
    transform: translateX(0);
    transition: all .5s;
}
.box-cs-features-items ul li a h3{
    font-size: 1.75rem;
    margin-bottom: .5rem;
    position: relative;
}
.box-cs-features-items ul li a p{
    margin: 0;
    font-size:1.1rem;
}
.box-cs-features-items ul li .arrow-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: right .3s;
    will-change: right;
}
.box-cs-features-items ul li:hover a {
    transform: translateX(10px);
    transition: all .5s;
}
.box-cs-features-items ul li:hover .arrow-icon {
    opacity: 1;
    right: 0;
    will-change: right;
}
.layout-for-services.mod-custom-two-cols.mod-custom-payplans .box-text-payplans{
    padding: 0;
    background: #fff;
    border-radius: 0;
    
    position: relative;
    width: 100%;
    right: 0;
    z-index: 9;
}
.layout-for-services.mod-custom-two-cols.mod-custom-payplans .box-text-payplans h4{
    font-size: 1.75rem;
}
.layout-for-services.mod-custom-two-cols .box-thumb-payplans img{
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
}
.layout-for-services.mod-custom-two-cols.mod-custom-payplans{
    padding-top: 8.75rem;
}
.page_hero .btn-app{
    margin-top: 30px;
    margin-bottom: 0;
    background-image: none;
    text-shadow: none;
}
.page_hero .top-section{
    padding-bottom: 2.5rem;
}
.page_hero.about .top-section{
    padding-bottom: 0rem;
}
.services-our-process {
    padding: 4em 0em;
    overflow: hidden;
    position: relative;
}
.services-our-process:before{
    content: "";
    position: absolute;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    z-index: -1;
}
.steps-group{
    margin-top:2rem;
    position: relative;
}
.steps-group:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 120px;
    width: 2px;
    background: url(../images/i-line.png) repeat scroll 50%;
    background-size: contain;
    left: 55px;
    margin-left: -1px;
}
.steps-group .steps-item .steps-icon {
    width: 80px;
    height: 80px;
    margin: 0 30px 80px 0;
    border-radius: 99em;
    overflow: hidden;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    background-color: #fff;
    display: flex;
    align-items: center;
}
.steps-group .steps-item .step {
    max-width: 360px;
    position: absolute;
    left: 80px;
    top: 0;
    margin-left: 30px;
}
.services-our-process p {
    color: #8d8d8d;
    letter-spacing: -.005em;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.4;
}
.services-our-process h4{
    font-size: 22px;
    letter-spacing: -.01em;
    margin-bottom: 10px;
}
#mod-custom-payplans-222{
    padding-bottom: 0;
}
.list-integrations{
    
    padding-bottom: 6rem;
    
}
.list-integrations .integrations-item{
    border-top: 1px solid #fff;
    padding-top: 5rem;
    margin-top: 5rem;
}
.product-integrations{
    padding: 18em 0em 4em;
}
.integrations-item p{
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
    min-height: 8rem;
    font-size: 1rem;
    line-height: 1.6;
}
.integrations-item .icon img {
   
    width: 115px;
}
.box-content-product-integrations img{
    height: 80px;
    width: auto;
    display: inline-block;
    margin-right: 1.5em;
}
.product-integrations p {
    color: #8d8d8d;
    font-weight: 400;
    min-height: 5rem;
    margin-bottom: 3em;
    font-size: 1.1rem;
    line-height: 1.6;
}
.product-integrations p:last-child{
    margin: 0;
    min-height: unset;
}
.product-integrations h3{
    font-size: 2.25rem;
    margin-bottom: .5rem;
}
/*.product-integrations:before{
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    height: auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #f5fdf1;
}*/
.product-integrations img.img-part-width{
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f5fdf1;
    object-fit: cover;
    width: 50%;
    object-position: center center;
}
/*.product-integrations.integration-odd:before{
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    height: auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #f5fdf1;
}*/
.product-integrations.integration-odd img.img-part-width{
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f5fdf1;
    object-fit: cover;
    width: 50%;
    object-position: center center;
}
.about-history img.img-part-width{
	top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #f5fdf1;
    object-fit: cover;
    width: 50%;
    object-position: center center;
}
.mm-listitem a img{
    vertical-align: sub;
    border-radius: 50%;
    -webkit-border-radius:50%;
}
.mm-listitem a .image-title{
    display: inline-block;
    margin-left: 10px;
}
.mm-listitem a .image-title .sub-title{
    font-size: 14px;
}
.mm-counter{
    display: none;
}
#js-hero-223 .page_hero .top-section{
    padding-bottom: 0;
}
.globe-section{
    padding: 12rem 0 6em;
    background-color: #f9fafa;
    position: relative;
    color: #fff;
}
#globalArea {
    height: 50%;
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.globe-section .cs-skew{
    transform: skewY(-3deg);
    /*transform-origin: 0 50%;*/
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: absolute;
     top: 0; 
    left: 0;
    /*bottom: 0;*/
    right: 0;
    background: linear-gradient(150deg, #0e1a35 20%, #0e1a35 80%) !important;
    height: 70%;
    z-index: 1;
}
.col-top-globe{
    position: relative;
    z-index: 9;
}
.globe-section:after{
    width: 100%;
    height: 50%;
    bottom: 0;
    background-color: #0e1a35;
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
}
.col-option-globe{
    padding-top: 30px;
    position: relative;
    z-index: 9;
    pointer-events: none;
}
.col-option-globe h4{
    position: relative;
    
    font-size: 1.5rem;
}
.col-option-globe h4:before{
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    content: '';
    background-color: #84c259;
    width: 2px;
}
.col-option-globe #i4c-dialogs-container{
    display: none;
}
.col-top-globe a{
    color: #84c259;
}
.col-option-globe p{
    
    font-size: 1rem;
    line-height: 1.4;
}
.col-top-globe h2{
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}
.col-top-globe p{
    font-size: 1.1rem;
}
.box-become-partner h4{
    font-size: 1.75rem;
}

.box-become-partner p{
    font-size: 1rem;
    line-height: 1.4;
}
#js-hero-231.js-hero .page_hero{
    margin-bottom: 4em;
}
.section-partner-benefits{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
    position: relative;
}
.section-partner-benefits:before{
    content: '';
    background: #f9fafa;
    width: 60%;
    bottom: 0;
    top: 0;
    z-index: -2;
    position: absolute;
    height: 100%;
}
.section-partner-benefits .nav-tabs{
    border: none;
}
.section-partner-benefits .nav-tabs li{
    display: block;
    width: 100%;
    margin: 10px 0;
}
.section-partner-benefits .nav-tabs li a.nav-link{
    display: block !important;
    padding: 18px 20px;
    color: #748494;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    border: none;
    border-left: 6px solid transparent;
    border-radius: 6px;
}
.section-partner-benefits .nav-tabs li a.nav-link .img-pill{
    width: 30px;
    margin-right: 15px;
}
.section-partner-benefits .nav-tabs li a.nav-link .show-act{
    display: none;
}
.section-partner-benefits .nav-tabs li a.nav-link.active .show-act{
    display: inline-block;
}
.section-partner-benefits .nav-tabs li a.nav-link.active .hide-act{
    display: none;
}
.section-partner-benefits .nav-tabs li a.nav-link.active{
    border-radius: 6px;
    background-color: #fff;
    color: #1d2b36;
    border-left: 6px solid #1F80FF;
    box-shadow: 0 8px 14px 0 rgba(213,220,225,.5);
}
.section-partner-benefits .custom-tab-content{
    box-shadow: 0 5px 30px 0 rgba(147,161,176,.25);
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    background: #fff;
}
.section-partner-benefits .custom-tab-content .box-text{
    padding: 20px 60px;
}
.section-partner-benefits .custom-tab-content h5{
    font-size: 1.45rem;
    font-weight: 600;
}
.section-partner-benefits .custom-tab-content p{
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
}
.section-partner-member{
    position: relative;
    padding: 4.75rem 0 8.75rem;
}
.section-partner-member:before{
    background: #f9fafa;
    width: 92%;
    right: 0;
    top: 30%;
    height: 420px;
    z-index: -1;
    content: '';
    position: absolute;
}
.section-partner-member .quote{
    background: url(../images/quote.svg) no-repeat;
    height: 58px;
    width: 75px;
    display: inline-block;
    margin-bottom: 20px;
}
.section-partner-member h2{
    margin: 0;
}
.box-partner-member{
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(147,161,176,.25);
    padding: 2.5rem 2rem;
    border-radius: 6px;
    margin-top: 6rem;
}
.box-partner-member:last-child{
    margin-bottom: 0;
}
.box-partner-member .detail{
    /*font-size: 1.1rem;*/
    line-height: 1.4;
    margin: 30px 0 20px;
}
.box-partner-member .detail p{
    margin: 0;
}
.box-partner-member .info-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box-partner-member .left-info{
    width: auto;
    margin-left: auto;
    margin-right: 0;
    padding-right: 15px;
    text-align: right;
}
.box-partner-member .left-info h6{
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.box-partner-member .left-info p{
    margin: 0;
    font-size: 1rem;
}
.box-partner-member .avata{
    width: 78px;
    margin: 0;
}
.box-partner-member .avata img{
    border-radius: 50%;
}
#mod-custom-awards-170 .slick-slider .slick-prev,
#mod-custom-review-100 .slick-slider .slick-prev{
    left: 0;
    z-index: 9;
}
#mod-custom-awards-170 .slick-slider .slick-next,
#mod-custom-review-100 .slick-slider .slick-next{
    right: 0;
}

#mod-custom-video-235.mod-custom-video .box-video .desription-video{
    text-align: center;
    line-height: 1.2;
    color: #fff;
}
.custom-modal.modal.fade.show{
    opacity: 1;
    padding: 0 !important;
    top: 25px;
    height: auto;
    border: none;
    border-radius: 0;
    z-index: 999999;
}
.custom-modal .modal-content{
    border: none;
    border-radius: 0;
}
/*
.custom-modal .modal-dialog{
    max-width: unset;
    margin: 0;
}
*/
.custom-modal .modal-body{
    max-height: unset;
    padding: 20px 4rem;
}
.custom-modal .btn-group{
    display: none;
}
.custom-modal .input-prepend .add-on{
    display: none;
}
.custom-modal form .control-group .control-label{
    display: block;
    width: 100%;
    float: none !important;
    width: auto;
    padding-top: 0;
}
.custom-modal form .control-group .controls{
    width: 100%;
    float: none !important;
    margin: 0;
}
.custom-modal form .control-group .controls .input-prepend{
    width: 100%;
}
.custom-modal #login-form label{
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.custom-modal #jform_spacer-lbl{
    display: none !important;
}
.custom-modal #login_register_tab_content{
    width: 100%;
}
.custom-modal form{
    margin: 0;
}
.custom-modal ul{
    margin: 0;
}
.modal-title{
    line-height: 1.13333333;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.custom-modal .form-horizontal .control-group{
    margin-bottom: 10px;
}
.mod-custom-question .col-item-question{
    margin-bottom: 2.5em;
}
.mod-custom-question .inner-item-question{
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 3em;
    height: 100%;
    margin: 0;
}
.mod-custom-question .inner-item-question h5{
    font-weight: 600;
    letter-spacing: -.005em;
    margin: 0;
    font-size: 1.125rem;
}
.mod-custom-question .inner-item-question .desc {
    color: #363637;
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
}
.js-hero .image-intro:after,
#js-hero-207 .image-intro:after{
    border-radius: 2rem;
}
#i4c-dialogs-container{
    display: none;
}
#page-intro-224.page-intro:after {
    background: #84C259;
}
#page-intro-249.page-intro:after {
    background: #FFBF32;
}
#page-intro-195.page-intro:after {
    background: #FF7289;
}
.mod-custom-two-cols ul li:before, .mod-custom-video ul li:before {
    display: block;
}
.omega-powered{
    display: none !important;
}
.customers-hero {
    position: relative;
    
    padding-bottom: 60px;
    overflow: hidden;
}
.customers-hero .top-customers-hero{
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
/*.customers-hero .gradient-container {
    height: 780px;
    width: 100%;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    background-image: -webkit-radial-gradient(70% 70%, circle, rgba(10, 93, 218, 0.1), rgba(10, 93, 218, 0));
    background-image: -o-radial-gradient(70% 70%, circle, rgba(10, 93, 218, 0.1), rgba(10, 93, 218, 0));
    background-image: radial-gradient(circle at 70% 70%, rgba(10, 93, 218, 0.1), rgba(10, 93, 218, 0));
    position: absolute;
    
    bottom: -540px;
    z-index: -1;
}*/
.ot_logo_scroller_wrapper{
    min-width: 200vw;
    width: 3816px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ot_logo_scroller_wrapper .ot_row{
    position: relative;
    -webkit-animation: h-move-logos 110s linear;
    animation: h-move-logos 110s linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    min-width: 100vw;
    width: 1908px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 60px;
}
.ot_row img, .ot_content img{
    opacity: 1 !important;
}
.ot_logo_scroller_wrapper .ot_row div{
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    margin: 10px 37px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.07);
    animation: m-logo-up-down-10 30s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.ot_logo_scroller_wrapper .ot_row div:nth-child(2n){
    width: 140px;
    height: 140px;
    animation: m-logo-up-down-10 20s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation: m-logo-up-down-15 30s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.ot_logo_scroller_wrapper .ot_row div:nth-child(3n){
    width: 170px;
    height: 170px;
    animation: m-logo-up-down-10 30s linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes h-move-logos {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes m-logo-up-down-10 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, 20px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes m-logo-up-down-15 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  33% {
    transform: translate3d(0, -40px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  66% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

#js-hero-231.js-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#js-hero-231 p,
#js-hero-231 {
    color: #fff;
}
.js-hero {
    background-size: cover!important;
}
#js-hero-252.js-hero .page_hero {
    margin-bottom: 2em;
}
#js-hero-231.js-hero,
#js-hero-252.js-hero {
    min-height: 500px;
    background-position: center -60px;
}
#js-hero-252.js-hero .text-center {
    color: #fff;
}
#js-hero-231 .page_hero .top-section,
#js-hero-252 .page_hero .top-section {
    padding-top: 5rem;
}
#js-hero-254.js-hero .page_hero{
    margin-bottom: 0em;
}
.mod-custom-help .section-help{
    padding: 4em 0 3em;
    background: rgb(249, 249, 249);
}
.mod-custom-help .section-place{
   padding: 4em 0;
}
.text-left p{
    text-align: left !important;
}
#js-hero-255.js-hero .page_hero{
    margin-bottom: 0;
}
#js-hero-255.js-hero h1{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.button-tag {
    padding: 7px 0;
}
.button-tag .button-tag-anchor {
    height: 52px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 16px 0 30px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #383B45;
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #F5F6F8;
}
.custom-block-partnership{
    padding: 4em 0 3em;
}
.block-item-partnership{
    padding-top: 3em;
}

#mod-custom-video-257.mod-custom-video .box-video .desription-video{
    text-align: center;
}
.mod-custom-video h2{
    margin-bottom: 1.75rem;
}
#mod-custom-payplans-259.mod-custom-two-cols.mod-custom-payplans.layout-for-banner .box-text-payplans,
#js-hero-242.js-hero h5{
    color: #8d8d8d;
}
#mod-custom-payplans-266.mod-custom-two-cols.mod-custom-payplans .top-section,
#mod-custom-payplans-265.mod-custom-two-cols.mod-custom-payplans .top-section,
#mod-custom-payplans-263.mod-custom-two-cols.mod-custom-payplans .top-section,
#mod-custom-payplans-259.mod-custom-two-cols.mod-custom-payplans .top-section {
    padding-bottom: 0px;
}
#mod-custom-payplans-266 .top-section h1,
#mod-custom-payplans-266 .top-section h3,
#mod-custom-payplans-265 .top-section h1,
#mod-custom-payplans-265 .top-section h3,
#mod-custom-payplans-263 .top-section h1,
#mod-custom-payplans-263 .top-section h3,
#mod-custom-payplans-259 .top-section h1,
#mod-custom-payplans-259 .top-section h3 {
    text-align: center;
    margin: 0px;
}
#mod-custom-payplans-266.mod-custom-two-cols.mod-custom-payplans,
#mod-custom-payplans-265.mod-custom-two-cols.mod-custom-payplans,
#mod-custom-payplans-263.mod-custom-two-cols.mod-custom-payplans,
#mod-custom-payplans-259.mod-custom-two-cols.mod-custom-payplans {
    padding-bottom: 0px;
}

.custom-block-pricing{
    background: url(../images/pricing-bg.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.button-pills {
    display: inline-block;
    padding: 7px 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,.01), 0 20px 30px 0 rgba(0,0,0,.07), 0 0 20px 10px rgba(0,0,0,.05);
    box-shadow: 0 0 40px 10px rgba(0,0,0,.01), 0 20px 30px 0 rgba(0,0,0,.07), 0 0 20px 10px rgba(0,0,0,.05);
    border-radius: .25rem;
}
.button-pills .nav-item {
    display: inline-block;
    margin: 0 -2.5px;
}
.button-pills .nav-item .nav-link {
    background: #dee2e6;
    color: #868e96;
    border-radius: 0;
    border-left: 1px solid #ced4da;
}
.button-pills .nav-item .nav-link.active {
    background-color: #5584ff;
    color: #fff;
}
.button-pills .nav-item:first-child .nav-link, .button-pills .nav-item:last-child {
    border-radius: .25rem 0 0 .25rem;
    border: 0;
}
.button-pills .nav-item:last-child, .button-pills .nav-item:last-child .nav-link {
    border-radius: 0 .25rem .25rem 0;
}
.custom-block-pricing .card-body h4 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
}
.pricing-page .card {
    height: 100%;
    border: none;
    -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,.01), 0 20px 30px 0 rgba(0,0,0,.07), 0 0 20px 10px rgba(0,0,0,.05);
    box-shadow: 0 0 40px 10px rgba(0,0,0,.01), 0 20px 30px 0 rgba(0,0,0,.07), 0 0 20px 10px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
    border: none;
}
.pricing-page .price-wrap .price span {
    font-weight: 400;
    color: #5584ff;
    margin: 0;
    display: inline-block;
}
.pricing-page .price-wrap img{
	width: 60px;
}
.pricing-page .price-wrap .price span.currency, .pricing-page .price-wrap .price span.currency p {
    font-size: 3.5rem;
    margin: 0;
    color: #5584ff;
}
.pricing-page .price-wrap .price .currency-tail, .pricing-page .price-wrap .price .currency-tail p {
    color: #868e96;
    font-size: 80%;
    margin: 0;
}

.pricing-page .price-wrap .price span.digit {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
}
.pricing-page .price-wrap .price span.digit span.decimal {
    font-size: 40px;
    vertical-align: top;
    line-height: 4rem;
}
.custom-shortdesc-price{
    min-height: 155px;
}
.pricing-page li:not(.nav-item), .pricing-page p, .pricing-page ul:not(.nav) {
    font-size: .975rem;
    line-height: 1.75rem;
    color: #495057;
    
    list-style-position: inside;
}
.pricing-page ul.ticked-list {
    margin: 0;
}
.numbered-list li::before, .ticked-list li::before {
    margin-right: 5px;
    font-size: 80%;
    background-color: #84c259;
    color: #000;
    font-weight: 700;
    border-radius: 350px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}
.ticked-list li {
    margin-bottom: 5px;
    list-style: none!important;
    text-indent: -26px;
    padding-left: 25px;
}
.ticked-list li:last-child {
    margin: 0;
}
.ticked-list li::before {
    content: '\f00c';
    font-family: FontAwesome;
    padding: 4px;
    text-indent: 0;
}
.ticked-list.tick-success li::before {
    background: #84c259;
    color: #fff;
}
.pricing-page .card.image-card .price-wrap, .pricing-page .card.image-card h4 {
    margin-bottom: 1rem;
}
.header-well {
    background-color: #f3f6f7;
    /*margin-bottom: 3rem;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
}
.header-well .card-body {
    padding: 2rem;
}
.pricing-page .form-title {
    /*color: #00adef;*/
    font-size: 1.75rem;
    margin-bottom: .25rem;
}
.ticked-list.tick-lg li {
    margin-bottom: 12px;
    text-indent: -30px;
}
.card .card-body-lg {
    padding: 1.2rem;
}
.btn-card-bottom {
    padding: 1.4rem;
    font-size: 1.5rem;
    border-radius: 0;
    background-color: #84c259 !important;
    border-color: #84c259 !important;
}
.pricing-page .capterra-wrap.capterra-wrap .media {
    width: 380px;
    margin: auto;
    max-width: 100%;
}
.pricing-page .capterra-wrap.capterra-wrap .media .media-body {
    -ms-flex-item-align: center;
    align-self: center;
}
.pricing-page .capterra-wrap.capterra-wrap .media .media-body p{
	font-size: .754rem;
}
.pricing-page .rsform h2{
	display: none;
}
.pricing-page .formNoError{
	display: none;
}
.pricing-page .rsform .form-check-label {
    margin-bottom: 0;
    font-size: .85rem;
    line-height: 1.4;
}
.pricing-page .control-label {
    font-size: 16px;
    line-height: 1.4;
    /*text-transform: uppercase;*/
}
#pills-tabContent{
	padding-bottom: 0em;
}
#pills-tabContent .tab-pane{
	margin-bottom: 2em;
}
.page-product-pricing #js-hero-252.js-hero{
    margin-bottom: 0;
    background-position: center 0px;
}
.page-pricing .section-page{
    display: none;
}
#page-intro-249 .list-integrations{
    padding-bottom: 0;
}
#page-intro-249 .list-integrations .integrations-item p{
    min-height: unset;
    margin-bottom: 0;
}
.mod-custom-banner-digital{
    overflow: hidden;
    padding: 2.5em 0 0;
}
.mod-custom-banner-digital h1{
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.875rem;
}
.mod-custom-banner-digital .bottom-banner-image{
    position: relative;
    padding: 2.5em 0;
}
.mod-custom-banner-digital .bottom-banner-image .sub-bg-image{
    width: 2560px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: auto;
    top: -5%;
    max-width: inherit;
}
.mod-custom-banner-digital .rsform h2{
    font-size: 28px;
    margin-bottom: 15px;
}
.mod-custom-banner-digital .description{
    padding-right: 30px;
}
.mod-custom-banner-digital .rsform .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
}
.mod-custom-banner-digital .formContainer .form-group.row .col-sm-3{
    display: none;
}
.product-features-digital-workplace.product-features .feature-tile{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.product-features-digital-workplace.product-features .feature-tile .inner-box{
    border: 1px solid #e1e1e1;
    padding: 25px;
    height: 100%;
}
.section-favourite-apps .content-wrap{
    padding: 140px 0 120px;
}
.section-favourite-apps .content-wrap:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    
}
.section-favourite-apps ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    
}
.section-favourite-apps ul li {
    display: table-cell;
    vertical-align: top;
    
}
.section-favourite-apps ul li a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.section-favourite-apps ul li div {
    display: block;
    position: relative;
    text-align: center;
    padding: 90px 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    height: 140px;
    color: #000;
}
.section-favourite-apps ul li div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fbe5c7;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.section-favourite-apps ul li div:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/integration-icons-sprite-2x.png) no-repeat left top;
    box-sizing: border-box;
    background-size: 1250px auto;
}
.section-favourite-apps ul li.favourite-item-4 div {
    padding: 150px 20px 0;
    height: 160px;
}
.section-favourite-apps ul li.favourite-item-4 a {
    display: inline;
}
.section-favourite-apps ul li.favourite-item-4 div:after {
    top: 22px;
    margin-left: -47px;
    width: 100px;
    height: 100px;
}
.section-favourite-apps ul li.favourite-item-4 div:before {
    margin-left: -69px;
    width: 142px;
    height: 142px;
    top: 1px;
}
.section-favourite-apps ul li.favourite-item-4{
    width: 20%;
    vertical-align: middle;
    height: 260px;
}
.section-favourite-apps ul li.favourite-item-1 div:after {
    background-position: -250px -50px;
}
.section-favourite-apps ul li.favourite-item-2 div:after {
        background-position: -300px -50px;
}
.section-favourite-apps ul li.favourite-item-3 div:after {
        background-position: -700px 0px;
}
.section-favourite-apps ul li.favourite-item-4 div:after {
    background: url(../images/projects-integration-icon-2x.png) no-repeat left top;
    background-size: cover;
}
.section-favourite-apps ul li.favourite-item-5 div:after {
    background-position: -400px -50px;
}
.section-favourite-apps ul li.favourite-item-6 div:after {
    background-position: -450px -50px;
}
.section-favourite-apps ul li.favourite-item-7 div:after {
    background-position: -500px -50px;
}
.section-favourite-apps ul li.favourite-item-6,
.section-favourite-apps ul li.favourite-item-2{
    vertical-align: bottom;
}
.section-testimonial{
    padding: 2.5em 0;
}
.section-testimonial .testimonial-item{
    text-align: center;
}
.section-testimonial .inner-testimonial-item{
    padding: 20px 40px;
    border-radius: 2rem;
    background: #0e1a35;
    color: #fff;
    margin-top: 70px;
}
.section-testimonial .testimonial-head{
    position: relative;
    /*max-width: 720px;*/
    margin: 0 auto;
    text-align: left;
    /*width: 90%;*/
    /*font-size: 22px;*/
    font-size: 38px;
    line-height: 1.2;
}
.section-testimonial .testimonial-head p{
    margin: 0;
}
.section-testimonial .testimonial-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-testimonial .testimonial-bottom p{
    margin: 0;
    line-height: 1.2;
}
.section-testimonial .testimonial-bottom p i{
    font-size: 14px;
}
.section-testimonial .testimonial-bottom .testimonial-right-bottom{
    text-align: center;
    flex: 1;
}
.section-testimonial .testimonial-avatar{
    width: 180px;
    height: 180px;
    margin-top: -90px;
}
.section-testimonial .testimonial-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
}
.section-testimonial .testimonial-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px 10px 15px 0;
    background: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e7e4e4;
}
.section-testimonial .testimonial-icon img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 48px;
    height: 48px;
}
.section-testimonial .testimonial-name{
    font-size: 32px;
}
.section-testimonial .testimonial-name p{
    margin: 10px 0;
}
.section-testimonial .testimonial-info{
    font-size: 16px;
    margin: 0;
}
.section-testimonial .testimonial-info span {
    display: block;
    color: #84c259;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
.section-testimonial .slick-dots li{
    margin: 0;
}
.section-testimonial .slick-dots li button:before{
    font-size: 10px;
}
.apps-download-links-wrap a{
	display: inline-block;
    height: 40px;
    margin: 10px;
    background: url(../images/download-apps-sprite2x.png) no-repeat left top;
    background-size: auto 40px;
}
.apps-download-links-wrap a.app-store {
    width: 135px;
    background-position: 0 0;
}
.apps-download-links-wrap a.g-play {
    width: 134px;
    background-position: -135px 0;
}
.mod-custom-two-cols.mod-custom-payplans.layout-digital-workplace .top-section {
    padding-bottom: 2.5rem;
}
.mod-custom-two-cols.mod-custom-payplans.layout-digital-workplace {
	padding-bottom: 0 !important;
	text-align: center;
}
.product-features.product-features-digital-workplace .feature-tile .icon-feature{
	margin-bottom: 5px;
}
.mod-custom-banner-digital .inner-banner{
	color: #fff;

}
.extra_header{
    font-size: 1.125rem !important;
    text-transform: capitalize;
    margin: 0 0 10px !important;
    font-weight: 600;
    
    
    color: inherit;
}
.extra_header.text-white{
    color: #fff !important;
}
.box-image-has-cation{
    position: relative;
    border-radius: 2rem;
    width: 100% !important;
    margin: 0 auto 1rem !important;
    left: 0 !important;
}

.box-image-has-cation .mod-box-caption {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    width: auto;
    padding: 1.25rem;
    margin: 0;
    border-radius: 1.25rem;
    background-color: #fff;
    max-width: 26.25rem;
}
.box-image-has-cation .mod-box-caption .caption-icon {
    float: left;
}
.box-image-has-cation .mod-box-caption .caption-icon svg path {
    fill: #5584ff !important;
}
.box-image-has-cation .mod-box-caption .caption-text {
    width: calc(100% - 50px);
    float: right;
}
.box-image-has-cation .mod-box-caption:after {
    display: block;
    content: "";
    float: none;
    clear: both;
}
.box-image-has-cation .mod-box-caption p {
    margin: 0px;
    font-weight: 400;
    line-height: 1.5;
    color: #363637;
    font-size: 1.1rem;
    padding: 0;
}
#mod-custom-video-fluid-308{
    color: #fff;
}
#mod-custom-video-fluid-308.mod-custom-video-fluid .col-thumb img{
    border-radius: 20px;
}
#mod-custom-awards-170{
    padding-top: 30px;
}
#js-hero-300 .top-section p,
#js-hero-297 .top-section p,
#js-hero-291 .top-section p,
#js-hero-283 .top-section p,
#js-hero-306 .top-section p,
#js-hero-284 .top-section p,
#js-hero-288 .top-section p,
#js-hero-285 .top-section p,
#js-hero-242 .top-section p,
#js-hero-241 .top-section p,
#js-hero-238 .top-section p,
#js-hero-237 .top-section p{
    
    color: #8d8d8d;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
}
#mod-custom-payplans-299 .top-section p,
.product-features[data-module_id="301"] p,
.product-features[data-module_id="296"] p,
.product-features[data-module_id="302"] p,
.product-features[data-module_id="290"] p,
.product-features[data-module_id="304"] p,
.product-features[data-module_id="305"] p,
#mod-custom-payplans-275 .top-section p,
#mod-custom-payplans-281 .top-section p,
.product-features[data-module_id="287"] p,
.product-features[data-module_id="279"] p,
.product-features[data-module_id="271"] p,
.product-features[data-module_id="243"] p,
#mod-custom-payplans-265 p,
.product-features[data-module_id="247"] p,
#mod-custom-payplans-263 p,
.product-features[data-module_id="240"] p,
.product-features[data-module_id="239"] p,
.product-features[data-module_id="239"] li,
#js-hero-237 .top-section li{
    color: #8d8d8d;
    
}
.customers-hero .section-p{
    color: #8d8d8d;
}
.product-features[data-module_id="271"] .box-image-has-cation .mod-box-caption p{
    color: #363637;
}
.product-features[data-module_id="301"] .image-communicate,
.product-features[data-module_id="296"] .image-communicate,
.product-features[data-module_id="302"] .image-communicate,
.product-features[data-module_id="290"] .image-communicate,
.product-features[data-module_id="304"] .image-communicate,
.product-features[data-module_id="305"] .image-communicate,
.product-features[data-module_id="287"] .image-communicate,
.product-features[data-module_id="279"] .image-communicate{
    border-radius: 20px;
}
.page_hero .top-section ul li,
.product-features ul li{
	padding: 5px 0;
    color: #8d8d8d;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.page_hero .top-section ul li img,
.product-features ul li img{
    max-width: 50px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    max-height: 50px;
    margin-left: 0;
}
.product-features p + p{
	min-height: unset;
	margin-bottom: 0;
    margin-top: 0;
}
#particles-js.hero{
	background: #006a9e;
	background-size: cover;
	/*min-height: 100vh;*/
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	box-sizing: border-box;
}

#particles-js.hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0E1A35;
    z-index: 1;
}
#particles-js.hero .particles-js-canvas-el {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 2;
}
.mod-custom-landing{
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 9;
}
.countdown .count-box {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	margin: 10px 30px;
}

.countdown .count-box:first-child {
	margin: 10px 30px 10px 0;
}

.countdown .count-box:last-child {
	margin: 10px 0 10px 30px;
}
.countdown .count-box h2{
	font-weight: 500;
	margin: 0 0 10px;
}
.countdown .count-box h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 10px;
}
#particles-js .bottom-desc{
	margin-top: 2em;
}
.rstboxes .rstbox.modal-landing{
	background-size: 430px 100% !important;
}
.modal-landing .rstbox-content{
	padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.modal-landing .rstbox-content p,
.modal-landing .rstbox-content .rsform {
    width: calc(100% - 440px);
    float: right;
    text-align: center;
    padding-top: 0px;
    margin-right: 0;
}
.modal-landing .rstbox-content .rsform p{
    width: 100%;
    float: none;
    text-align: left;
}
.modal-landing .rstbox-content .rsform{
	order: 1;
}
.modal-landing .rstbox-content p{
	order: 2;
}
.modal-landing .rstbox-content .rsform h3,
.modal-landing .rstbox-content .rsform h2{
	font-size: 1.124rem;
    margin-bottom: 1rem;
}
.modal-landing .rstbox-content .formContainer .form-group.row .control-label{
	display: none;
}

.modal-landing .formControls .rsform-select-box,
.modal-landing .formControls .rsform-input-box {
    color: #fff;
    border-bottom: 1px solid #fff!important;
    background-color: transparent;
    outline: none !important;
    padding-left: 0;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0 !important;
    font-size: 14px;
    outline: none!important;
    box-shadow: none !important;
}
.modal-landing .formControls .rsform-select-box *{
	color: #495057;
}
.modal-landing .formControls .rsform-input-box::-webkit-input-placeholder { 
  color: #fff;
}

.modal-landing .formControls .rsform-input-box:-ms-input-placeholder {
  color: #fff;
}

.modal-landing .formControls .rsform-input-box::placeholder {
  color: #fff;
}
.formContainer .form-group.row .formControls{
	text-align: left;
}
#mod-custom-video-164 .col-lg-9{
    padding: 0;
}
#mod-custom-video-164 .text-center.one-col-video h2{
    text-align: left;
}
.section-top-blog .custom-content-request{
    padding-top: 2.5rem;
}
.section-top-blog .custom-content-request .section-custom{
    text-align: center;
}
.section-top-blog .custom-content-request .section-custom h2{
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.875rem;
}
.custom-content-request .custom-form-request{
    color: inherit;
    border: 0px solid #efe4d1;
    border-radius: 8px;
    background: #f9fafa;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    padding: 30px 45px 10px;
    font-size: 14px;
    margin-bottom: 40px;
}
.custom-content-request .custom-form-request .rsform-block-submit .formControlLabel,
.custom-content-request .custom-form-request .rsform-block-captcha .formControlLabel,
.custom-content-request .custom-form-request .rsform-block-privacy-policy .formControlLabel{
    display: none;
}
.custom-content-request .custom-form-request .form-check-label{
    line-height: 1.4;
}
#g-recaptcha-55 div{
    margin: auto;
}
.product-features p strong,
.js-hero .top-section p strong{
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.1;
    font-size: 1.125rem !important;
    color: #32312f;
}
.formContainer .text-center .form-group.row .formControls{
    text-align: center;
}
.formContainer .text-center .form-group.row .formControls div{
    margin: auto;
}
.title-top-image:before{
    display: none !important;
}
#section-custom-313 .container{
    padding: 0;
}
.com-rsticketspro-submit-ticket .custom-form-request fieldset{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.com-rsticketspro-submit-ticket .custom-form-request fieldset .control-group .control-label,
.com-rsticketspro-submit-ticket .custom-form-request fieldset .control-group .controls{
    padding: 0;
}
.com-rsticketspro-submit-ticket .custom-form-request fieldset .control-group.form-actions{
    text-align: center;
}
#jform_captcha-lbl{
    display: none;
}
.g-recaptcha div{
    margin: auto;
}
.com-rsticketspro-submit-ticket .custom-form-request fieldset .control-group{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
}
.com-rsticketspro-submit-ticket .custom-form-request fieldset .control-group.col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.acym_module_form .acym_lists{
	width: 100%;
	margin-top: 15px;
}
.acym_module_form .acym_form{
	margin-left: 0;
	margin-bottom: 20px;
}
.acym_module_form .acym_form .subbutton{
	display: none !important;
}
.acym_module_form .acym_form .unsubbutton{
	padding: 12px 25px !important;
    margin-top: 10px !important;
}
#pp .acym_module_form .acym_form #acym__user__edit__email{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#mod-custom-payplans-99{
	padding-bottom: 0;
}
.mod-custom-unsubscribe{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.unsubscribe_form label.radiobtn{
    font-size: 14px;
    margin-bottom: 0;
}
.page-about .about-us.company{
    margin-bottom: 4rem;
}
.page-home #mod-custom-features-items-212{
    margin-bottom: 0;
    padding-bottom: 8rem;
}
#js-hero-329{
    margin-bottom: 6rem;
}
.row-extra-block-circle-3 .extra-block-circle{
    

}
.extra-block-circle{
    color: #fff;
    width: 100%;
    max-width: 100%;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    padding-top: 100%;
    position: relative;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.extra-block-circle .icon{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.extra-block-circle .inner-extra-block-circle{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.extra-block-circle h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 5px;
}
.row-extra-block-circle-5 .extra-block-circle h5{
    font-size: 16px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.row-extra-block-circle-5 .extra-block-circle .inner-content p{
    min-height: 48px !important;
}
.extra-block-circle p{
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0;
    padding: 0 !important;
    min-height: unset !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.row-extra-block-circle-5 .extra-block-circle p{
    font-size: 14px !important;
    line-height: 1.2 !important;
}
.extra-block-circle a.btn-app{
    margin-top: 10px !important;
    outline: none !important;
    font-size: 14px;
    padding: 10px 22px;
    background-color: #96088f;
    border: none;
    margin-bottom: 0 !important;
}

.row-extra-block-circle-5 .extra-block-circle a.btn-app{
    padding: 8px 15px;

}
.extra-block-circle a.btn-app:hover, .extra-block-circle a.btn-app:focus{
    box-shadow: none !important;
}
.product-features .row-extra-block-circle{
    margin-bottom: 4rem;
}
.row-extra-block-circle-5 .extra-block-circle .icon{
    max-width: 40px;
}
.box-title-has-circle .circle-box-title{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.box-title-has-circle .inner-circle-box-title{
    border: 1px solid #999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    position: absolute;
    padding: 10px 20px;
}
.product-features .feature-tile .inner-circle-box-title p{
    text-align: center;
    margin: 0;
    line-height: 1.4;
}
.product-features .box-left-option{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background-position: center center !important;
    background-size: cover !important;
    outline: 1px solid #e3e3e3;
}
.product-features .box-left-option h2{
    width: auto;
    font-size: 52px ;
    text-align: left;
    line-height: 1.2;
    max-width: 500px;
}
.product-features .box-left-option .inner-box-left-option{
	padding: 20px 15px;
}
.product-features .box-left-option h2:before{
	display: none;
}
.product-features .row-has-option-left .feature-tile{
	padding: 35px 45px !important;
	outline: 1px solid #e3e3e3;
	background: #f9f9f9;
}
.product-features.product-features-has-left-option{
	padding-bottom: 0;
}
.product-features .row-has-option-left .feature-tile p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.list-slider-center-mode .item-slider-cm{
	padding: 0 14px;
	
}
.section-slider-center-mode{
	padding: 4rem 0;
}
.item-slider-cm.slick-slide.slick-active,
.item-slider-cm.slick-slide {
    transform: scale(0.8);
    opacity: 0.5;
    transition: all .8s ease-in-out;
    transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
    cursor: pointer;
}
.item-slider-cm.slick-slide.slick-active + .slick-slide,
.item-slider-cm.slick-slide.slick-center + .slick-slide {
    transform: scale(0.9);
    z-index: 10;
}

.item-slider-cm.slick-slide.slick-center + .slick-slide + .item-slider-cm.slick-slide {
    transform: scale(0.8);
    z-index: 5;
}

.item-slider-cm.slick-slide.slick-active {
  /*transform: scale(0.9);*/
}

.item-slider-cm.slick-slide.slick-center {
  /* margin: 0 -10%; */
    transform: scale(1) !important;
    z-index: 30;
    opacity: 1;
}
.item-slider-cm img{
    border-radius: 20px;
}
.section-slider-center-mode .slick-list{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.section-slider-center-mode .container-fluid{
    width: 1220px;
    position: relative;
}
.section-slider-center-mode .bg-mobile-device{
    /*margin: -240px 0 0 -118px;*/
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}
/*.section-slider-center-mode .slick-list:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 236px;
    height: 480px;
    background: url(../images/iphone.png) 50% no-repeat;
    margin: -240px 0 0 -118px;
    pointer-events: none;
}*/
.section-slider-center-mode .bottom-content{
    margin-top: 3rem;
}
.mod-custom-banner.mod-custom-banner-like-lumapp,
#top-banner .mod-custom-banner.mod-custom-banner-like-lumapp{
    position: relative;
    /*min-height: 796px;*/
    padding-top: 5rem;
    padding-bottom: 7rem;
    overflow: hidden;
    color: #fff;
}
.mod-custom-banner-like-lumapp h2{
    margin-bottom: 1rem;
}
.mod-custom-banner-like-lumapp .bg-hero-agilityportal {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mod-custom-banner-like-lumapp .col-thumb-banner{
    position: static;
}
.mod-custom-banner-like-lumapp .img-hero-agilityportal {
    position: absolute;
    top: calc(50%);
    left: 53%;
    width: auto;
    max-height: 610px;
    transform: translateY(-50%);
    /*max-width: 1060px;*/
    max-width: 47%;
    z-index: 1;
}
.mod-custom-awards .slick-prev {
    left: -15px;
    z-index: 9;
}
.mod-custom-awards .slick-next {
    right: -15px;
    z-index: 9;
}
#eb.eb-mod .eb-ratings-value span{
    line-height: 22px;
}
.custom-row-author{
    color: #fff;
    margin-bottom: 10px;
}
.custom-row-author a{
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
}
.custom-row-author img{
    border-radius: 50%;
}
#eb .eb-entry-article h2{
	line-height: 1.1;
	margin-bottom: 1rem;
	font-size: 1.75rem;
}
#eb .eb-entry-article h3{
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.375rem;
}
#eb .eb-entry-article h4{
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
.com_easyblog-search .section-page{
    padding: 30px 0 40px;
}
.com_easyblog-search .section-page .eb-search__wrapper{
    background: #fcb913;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem;
    color: #fff;
}
.com_easyblog-search .section-page #eb .form-control{
    height: 38px;
}
.com_easyblog-search .section-page #eb .btn-default {
    background-color: #84c259 !important;
    border-color: #84c259 !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    height: 38px;
}
.custom-detail-related-post .section-latestblog{
    padding-top: 0px;
}
.custom-detail-recent-post #eb.mod_easybloglatestblogs .eb-post-title{
    min-height: 80px;
}
.mod_easyblogmostpopularpost .mod-item{
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s ease-in-out;
    background-color: #5086FF !important;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-align: left;
    border-width: 0;
    border-style: solid;
    border-color: #ffffff;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}
#eb.mod_easyblogmostpopularpost .mod-item .eb-mod-thumb .eb-mod-image-cover {
    border: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#eb.mod_easyblogmostpopularpost .eb-mod-thumb{
    margin: 0;
}
#eb.mod_easyblogmostpopularpost .eb-mod-thumb .eb-mod-image-cover:before{
    display: none;
}
#eb.mod_easyblogmostpopularpost a{
    color: #fff;
}
.custom-detail-popular-post .h4{
    font-weight: 600 !important;
}
.com_easyblog-tags .eb-posts.for-tag{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#eb .eb-posts-search .eb-post-title{
    overflow: unset;
    font-weight: 600;
}
#eb .eb-posts-search .eb-post-article{
    line-height: 22px;
    font-size: 17px;
}
#eb .eb-pagination{
    border-top: none;
}
.cs-box-category{
    background-color: #5086FF !important;
}

.custom-banner-top-detail .bannergroup,
.custom-banner-sidebar-detail .bannergroup{
    margin-bottom: 20px;
}

.custom-banner-bottom-detail .bannergroup{
    margin-top: 20px;
}
.custom-banner-bottom-detail .bannergroup img,
.custom-banner-top-detail .bannergroup img,
.custom-banner-sidebar-detail .bannergroup img{
    width: 100%;
    max-width: 100%;
}
.right-profile .card-body .invoicesfieldset h3{
    font-size: 1.125rem;
}
.logs_table .hasPopover{
    display: block !important;
}
.logs_table .hasPopover .icon-arrow-down-3{
    display: none;
}
.right-profile .card-body .invoicesfieldset .tabs{
    display: flex;
}
.right-profile .card-body .invoicesfieldset .tabs dt{
    margin-left: 0;
    margin-right: 10px;
}
#login_register_tab_content .g-recaptcha div{
    margin-left: 0 !important;
}
.custom-modal #login-form #login_register_tab_content label{
    display: inline-block;
}
.com_affiliatetracker-accounts .label.label-info,
.com_affiliatetracker-accounts .label.label-success {
    color: #fff;
    padding: 0px 5px;
}
div.catItemTagsBlock ul.catItemTags li a:before{
    display: none;
}
.cta-arrow-link{
    align-items: stretch;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    position: relative;
}
.cta-arrow-link .left-item-cat{
    flex-basis: 50px;
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px;
}
.cta-arrow-link .right-item-cat{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cta-arrow-link .right-item-cat div{
    width: 100%;
}
#mod-custom-video-fluid-98 .col-thumb img {
    max-width: 360px;
}

.menu-apps h3 {
    color: #32312f;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #32312f;
}
.menu-apps ul.nav {
    display: block;
}
.menu-apps ul li {
    display: block;
    margin-bottom: 10px;
}
.menu-apps ul li a {
    border-radius: 0;
    white-space: nowrap;
    color: #32312f;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 2px;
}
.menu-apps ul li.active a, .menu-apps ul li a:hover {
    border-bottom: 1px solid #84c259;
    text-decoration: none;
}
#js-hero-375 {
    padding-top: 3.5em;
}
#js-hero-377.js-hero .page_hero,
#js-hero-375.js-hero .page_hero {
    margin-bottom: 2.5em;
}
#js-hero-375.js-hero h1 {
    margin-bottom: .75em;
    color: #32312f;
}
#js-hero-375.js-hero p {
    color: #32312f;   
}
div.catItemView {
    color: #848f99;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(36,50,66,.2);
    min-height: 300px;
    padding: 32px;
    flex-basis: calc(50% - 40px);
    margin: 0px 20px 40px;
    transition: box-shadow 225ms;
    cursor: pointer;
}
.container-fluid.comp-k2-container {
    max-width: 1312px;
    width: 100%;
}
div.catItemView:hover {
    color: #848f99;
    box-shadow: 0 20px 30px 0 rgba(36,50,66,.14);
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
}
div.catItemHeader h3.catItemTitle {
    font-size: 1.35rem;
    font-weight: 400;
    margin: 0px;
}
div.catItemHeader h3.catItemTitle a {
    color: #32312f;
}
div.catItemIntroText {
    padding: 0;
    font-size: .9rem;
    line-height: 1.5rem;
    font-weight: 300;
}
div.catItemReadMore a {
    color: #32312f;
    font-size: .9rem;
    font-weight: 300;
}
div.catItemTagsBlock {
    padding: 0px;
}
div.catItemTagsBlock ul.catItemTags li {
    font-weight: 500;
    font-size: 14px;
}
#js-hero-378.js-hero .page_hero {
    margin-bottom: 1em;
}
#section-custom-376 .container {
    width: auto;
    padding: 0px;
}
.moduletable.download-ebook {
    background: none repeat scroll 0 0 #fafafa;
    color: inherit;
    border: 0px solid #efe4d1;
    border-radius: 8px;
    padding: 15px 50px;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.rsform.download-ebook h3 {
    font-size: 30px;
    margin-top: 15px;
}
.rsform.download-ebook button[type="submit"] {
    width: 100%;
}
.rsform .rsform-block-privacypolicy .form-check-label{
    margin-bottom: 0;
    font-size: .85rem;
    line-height: 1.4;
}
.popup_register #login-form a{
    color: #32312f;
    text-decoration: none;
    pointer-events: none;
    margin-bottom: 0;
    font-size: .85rem;
    line-height: 1;

}
.popup_register input.inputbox{
    width: 100%;
    padding-left: 15px;
    border: 1px solid #dee2e6;
    height: 36px;
    border-radius: 0.25rem;
    font-size: 16px;
    box-shadow: none;
}
.custom-modal form{
    line-height: 1;
}
#recaptcha_ajax_instance_1{
    margin-top: 8px;
}
div.itemContainer.total-item-1 {
    width: 50%;
}
#section-custom-368 .container {
    padding: 0px;
}
#js-hero-367 h2,
#js-hero-417 h2 {
    font-size: 2em;
}
#js-hero-367.js-hero .page_hero.about,
#js-hero-417.js-hero .page_hero.about {
    margin-bottom: 0px;
}
#eb .eb-image .eb-image-figure img,
#eb .eb-image-viewport {
    border-radius: 15px;
}
.custom-banner-sidebar-detail .section-custom .container {
    padding: 0px;
}
.rsform-block-freetext p{
    font-size: .85rem;
    line-height: 1.4;
}
.custom-link-interested p{
    display: none;
    font-size: .85rem;
    line-height: 1.4;
    color: #dc3545;
}
.custom-link-interested p.active{
    display: block;
}
.custom-link-interested p a{
    text-decoration: none;
    font-weight: 700;
    color: #dc3545;
}
.banner.mod-bottom-diagonal,
#mod-custom-banner-405,
#mod-custom-banner-385,
#mod-custom-banner-380 {
    position: relative;
}
#mod-custom-banner-380:after{
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/curve3-1.svg') no-repeat;
    background-size: cover;
    z-index: 99;
}
.mod-custom-three-box{
    padding: 2.5em 0 ;
}
.item-three-box{
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 20px 0px;
    padding: 30px 20px;
    text-align: center;
}
.item-three-box .thumb-box{
    margin-bottom: 20px;
    min-height: 240px;
}
.item-three-box .thumb-box img{
	width: 240px;
	max-width: 100%;
}
.item-three-box .text-box{
    min-height: 120px;
}
.item-three-box .text-box p:last-child{
    margin-bottom: 0;
}
.custom-block-two-cols{
    padding: 2.5em 0 0;
}
#custom-block-two-cols-397, #custom-block-two-cols-393{
    padding-bottom: 2.5em;
}
.custom-block-two-cols .top-section{
    margin-bottom: 30px;
}
#top-banner .mod-custom-banner {
    background-size: contain;
}
/*
#mod-custom-banner-352:after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/curve3-1.svg') no-repeat;
        background-size: auto;
    background-size: cover;
    z-index: 99;
}
*/
.banner.mod-bottom-diagonal::after,
#mod-custom-banner-385::after,
#mod-custom-banner-351::after,
#mod-custom-banner-350::after,
#mod-custom-banner-349::after,
#mod-custom-banner-176::after,
#mod-custom-banner-380::after,
#mod-custom-banner-405::after {
    transform: skewY(-6deg);
    transform-origin: 0 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(150deg, #84c259 20%, #84c259 80%) !important;
    height: 129%;
    content: "";
    display: block;
    z-index: -1;
}
.banner.mod-custom-banner.mod-custom-banner-align-point::after {
    height: 115%!important;
}
.banner.mod-bottom-diagonal::after,
#mod-custom-banner-385::after,
#mod-custom-banner-380::after {
    background: linear-gradient(150deg, #0E1A35 20%, #0E1A35 80%) !important;
}
#mod-custom-banner-405::after,
#mod-custom-banner-351::after,
#mod-custom-banner-350::after,
#mod-custom-banner-349::after,
#mod-custom-banner-176::after {
    background: linear-gradient(150deg, #0E1A35 20%, #0E1A35 80%) !important;
}
.banner.mod-bottom-diagonal,
#mod-custom-banner-385,
#mod-custom-banner-351,
#mod-custom-banner-350,
#mod-custom-banner-349,
#mod-custom-banner-176,
#mod-custom-banner-380,
#mod-custom-banner-405 {
    margin-bottom: 10rem;
}
.banner.mod-custom-banner.mod-custom-banner-align-point {
   margin-bottom: 7rem!important;
}
.mod-custom-banner.mod-custom-banner-like-lumapp, 
#top-banner .mod-custom-banner.mod-custom-banner-like-lumapp {
    overflow: unset;
}
#mod-custom-video-387 h3{
    color: #fff;
}
.mod-custom-video .box-video{
    position: relative;
}
.mod-custom-video .box-video .custom-btn-play-video{
    position: relative;
    display: block;
}
.mod-custom-video .box-video .custom-btn-play-video:before {
    transition: all 0.5s ease-out;
    position: absolute;
    /*background: url(../images/playnew.png) center no-repeat;*/
    margin: 0 auto;
    color: #7bbf4c;
    background-size: 100px;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 20;
    content: "\f04b";
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    background: rgba(255,255,255,0.5);
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
}
.mod-custom-video .box-video .custom-btn-play-video:after {
    border-radius: 12px;
    position: absolute;
    content: "";
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 31, 64, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(rgba(9, 31, 64, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(9, 31, 64, 0.5), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
}
.page-home .extra_header {
    text-transform: none;
}
.page-home .extra_header a {
    color: #fff;
}
.typed-effect-strings h2 {
    margin-bottom: 15px;
    font-size: 50px;
}
.typed-effect-strings {
    font-family: 'MetropolisBold';
    font-size: 56px;
    text-align: left;
    margin: 15px 0px 30px 0px;
}
.money-back{
    background-size: cover;
    background-position: bottom;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 20px;
    padding: 40px 90px;
}
.money-back .h4{
    font-size: 26px;
}
.money-back p{
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.money-back p a{
    color: #fff;
}
.custom-block-guarantee .container{
    max-width: 100%;
    width: 100%;
}
.ticked-list.tick-success li::before {
    width: 19px;
    height: 19px;
    line-height: 12px;
    text-align: center;
}
.ticked-list.tick-success li.not-support::before {
    content: "\f00d";
    background-color: red;
}
#custom-block-guarantee-399 {
    margin-top: 30px;
}
.tab-content-list .tab-pane {
    display: none;
}
.tab-content-list .tab-pane.active {
    display: block;
}
.inner-map {
    position: relative;
}
.inner-map .extra-location-map {
    position: absolute;
    width: 35%;
    padding: 45px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    background: #0e1a35;
    color: #fff;
}
.gm-style .gm-style-iw-t::after {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}
.gm-style .gm-style-iw-c {
    border: 1px solid #999;
    font-size: 16px;
    font-weight: bold;
}
#top-banner .mod-custom-banner#mod-custom-banner-352 {
    background-size: cover;
}
.mod-custom-banner .text-right-of-banner {
    padding-top: 300px;
    padding-bottom: 150px;
}
.eb-label.eb-label-success {
    background: #84c259;
}
.eb-6 .rstbox-content {
    padding-left: 0px;
}
.ebSTP p {
    margin-bottom: 0px;
}
#rstbox_6 {
    margin: 15px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px, rgba(0, 0, 0, 0.05) 0px 2px 6px!important;
}
#rstbox_6 .eb-content {
    padding: 0;
}
#rstbox_6 .eb-content .box-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#rstbox_6 h3.free-ebook-title {
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
/*
#rstbox_6:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../images/logo-full-trans-lg.png') top center;
    width: 170px;
    height: 40px;
}
*/
.eb-content .box-ebook-footer .eb-label.eb-label-success {
    background: #84c259;
    font-size: 15px;
    border-radius: 0;
    width: 60%;
    text-align: center;
}
.eb-content .box-ebook-footer .eb-label.eb-label-success:hover {
    text-decoration: none!important;
}
.eb-content .box-ebook-body {
    padding: 20px 20px 0px;
    color: #fff;
}
#rstbox_6 .eb-content .box-ebook-footer .eb-close {
    position: static;
    font-size: 15px;
    border-radius: 0;
    width: 40%;
    text-align: center;
    display: inline-block;
}
#rstbox_6 .eb-content .box-ebook-footer .eb-close:hover {
    cursor: pointer;
    color: #fff!important;
}
.eb-6.custom-ebook-block .eb-close.rstbox-close {
    display: none;
}
.col-right-menu {
    text-align: right;
}
body .eb .eb-btn.eb-btn-success {
    background-color: #84C259;
}
.box-custom-middle .ebox-ys-buttons {
    position: static;
    transform: translateY(0);
}
.box-custom-middle .eb-inst .eb-content {
    text-align: left;
}
.box-custom-middle .ebox-ys-buttons .ebox-ys-btn {
    width: 47.5%;
}
.box-custom-middle .ebox-ys-footer {
    margin: 0px;
    text-align: left;
}
.box-custom-middle .ebox-yn-headline,
.box-custom-middle .ebox-yn-headline .eb {
    font-size: 18px;
}
#mod-custom-banner-402.mod-custom-banner-like-lumapp .img-hero-agilityportal {
    max-height: 450px;
}
#k2Container.ebook-listing {
    padding: 50px 0px;
}
.ebook-listing .ebook-item-in-list {
    margin: 0px 30px;
    box-shadow: 0px 0px 5px #ddd;
    padding: 15px 30px;
    border-radius: 5px;
}
.mod-custom-three-box-intro{
    padding: 2.5em 0 ;
}
.item-three-box-intro{
    text-align: center;
    border-radius: 15px;
    padding: 35px 15px;
    margin-bottom: 20px;
}
.item-three-box-intro .thumb-box img.icon-hv{
    display: none;
}
.item-three-box-intro .thumb-box{
    margin-bottom: 15px;
    min-height: 65px;
}
.item-three-box-intro:hover .thumb-box img.icon-hv{
    display: block;
}
.item-three-box-intro:hover .thumb-box img.icon-ac{
    display: none;
}
.item-three-box-intro .text-box{
    margin-bottom: 35px;
    min-height: 75px;
}
.item-three-box-intro .text-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 5px;
}
.item-three-box-intro .text-box h5 a{
    text-decoration: none !important;
}
.item-three-box-intro .text-box p {
    font-size: 16px ;
    line-height: 1.4 ;
    margin: 0;
}
.item-three-box-intro:hover .text-box,
.item-three-box-intro:hover p{
    color: #32312f;
}
.item-three-box-intro a.btn-app {
    margin-top: 10px !important;
    outline: none !important;
    font-size: 14px;
    padding: 10px 22px;
    border: none !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}
.mod-custom-three-box-intro .top-section p{
    color: #8d8d8d;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
}
#eb .eb-entry-related div.mod-item {
    width: 100%;
}
#eb .mod-avatar-sm>img{
    height: 30px !important;
}
.item-mod-lastet .eb-mod-thumb{
    position: relative;
}
.item-mod-lastet .eb-mod-thumb .eb-post-featured i {
    color: #fff !important;
    margin: 0px 0 0 5px;
}
.item-mod-lastet .eb-mod-thumb .eb-post-featured {
    background-color: #84c259;
    color: #fff !important;
    position: absolute;
    left: 15px;
    bottom: 30px;
    z-index: 9;
    font-size: 16px;
}
video{
    outline: none;
}
#lotties{
    max-width: 85%;
    float: right;
}
.custom-postVotes{
    display: flex;
}
.custom-postVotes div{
    position: static !important;
    display: inline-block;
    margin: 5px 5px 5px 0;
}
.mdContent_core h1.h4{
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 5px 0;
}
#eb .eb-pager.eb-pagination-cus {
    background: transparent;
    border: 0px;
    margin-bottom: 30px;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list {
    border-left: 0px;
    border-right: 0px;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__next-link,
#eb .eb-pager.eb-pagination-cus .eb-pager__pre-link {
    display: inline-block;
    float: none;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list a {
    font-weight: normal;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    background: #f0f0f0;
    border-radius: 10px;
    min-width: 0px;
    transition: all .3s ease-in-out;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list a.eb-page-link {
    font-weight: bold;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list a.active,
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list a:hover {
    background: #5086FF;
    color: #fff;
}
#eb .eb-pager.eb-pagination-cus .eb-pager__link-list a.disabled {

}
.mod_easyblogsubscribe .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: unset;
}
.mod_easyblogsubscribe .eb-checkbox label, 
.mod_easyblogsubscribe .eb-radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    vertical-align: top;
    line-height: 16px;
    font-weight: normal;
    font-family: inherit;
}
.mod_easyblogsubscribe .eb-checkbox>input, 
.mod_easyblogsubscribe .eb-radio>input {
    display: none !important;
}
.mod_easyblogsubscribe .eb-checkbox label:after, .mod_easyblogsubscribe .eb-radio label:after {
    background: none;
    border: 0;
}
.mod_easyblogsubscribe .eb-checkbox label:before, 
.mod_easyblogsubscribe .eb-checkbox label:after, 
.mod_easyblogsubscribe .eb-radio label:before, 
.mod_easyblogsubscribe .eb-radio label:after {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    color: #555;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: -20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
}
.mod_easyblogsubscribe .eb-checkbox input[type="checkbox"]:checked+label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.mod_easyblogsubscribe .eb-checkbox input[type="checkbox"]:checked+label:before {
    border-color: #bfbfbf;
}
.mod_easyblogsubscribe input[type="radio"], 
.mod_easyblogsubscribe input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.mod_easyblogsubscribe .btn-app {
    padding: .5rem 1.5625rem;
    height: 37px;
    position: relative;
}
.mod_easyblogsubscribe .btn-app .icon-loading i.fa-spinner{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    font-size: 18px !important;
}
.mod_easyblogsubscribe .btn-app .icon-loading{
    position: relative;
    display: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.mod_easyblogsubscribe .btn-app.is-loading .icon-loading{
    display: inline-block;
}
.mod_easyblogsubscribe .eb-checkbox {
    padding-left: 25px;
}
.eb-post-featured.f-post-entry {
    background-color: #84c259;
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    padding: 0px 15px;
}
.eb-entry-article ul {
    list-style: inherit;
    padding-left: 15px;
}
.pricing-page .price-wrap .price span.digit.text-num {
    font-size: 2rem;
}
.pricing-page .price-wrap .price span.currency, .pricing-page .price-wrap .price .digit {
    position: relative;
}
.pricing-page .price-wrap .price span.currency, .pricing-page .price-wrap .price .digit span.currency {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 45px;
}
.pricing-page .price-wrap .price span.digit {
    font-size: 5rem;
    text-align: right;
    display: block;
}
.pricing-page .price-wrap .price span.digit.text-num {
    text-align: center;
}
.item-slider-cm img {
    border-radius: 0px;
}
.item-slider-cm.slick-slide.slick-center.slick-active .inner-item {
    margin-left: -18px;
    margin-right: -20px;
}
.item-slider-cm.slick-slide.slick-active img {
    margin-top: 10px;
    width: 100%;
    height: 470px;
}
.quick-navigation-wrap {
    position: absolute;
    height: 100%;
    top: 0px;
    padding-bottom: 0;
    left: -100px;
    
}
.quick-navigation-wrap .quick-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 50;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    border-radius: 4px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
    width: 80px;
    transition: width .5s ease-in-out;
}

.quick-navigation-wrap .quick-navigation .icon {
    height: 60px;
    background: #0e1a35;
    border-radius: 4px 4px 0 0;
    display: block;
}
.quick-navigation-wrap .quick-navigation span {
    display: inline-block;
}
.quick-navigation-wrap .quick-navigation .visible {
    transition: padding .4s ease-in-out,margin .4s ease-in-out;
}
.quick-navigation-wrap .quick-navigation .icon .visible {
    padding: 22.5px 22.5px 0;
}
.quick-navigation-wrap .quick-navigation .on-hover {
    display: inline-block;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.quick-navigation-wrap .quick-navigation .icon .on-hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-right: 30px;
}
.quick-navigation-wrap .quick-navigation .anchors {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background: #fffdfb !important;
    padding: 10px 0 !important;
}
.quick-navigation-wrap .quick-navigation .anchors a .visible {
    font-family: Sentinel SSm A,Sentinel SSm B , sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: #eeeded;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    color: #3a3a37;
    margin: 10px 22.5px;
    line-height: 35px;
}
.quick-navigation-wrap .quick-navigation .visible {
    transition: padding .4s ease-in-out,margin .4s ease-in-out;
}
.quick-navigation-wrap .quick-navigation span {
    display: inline-block;
}
.quick-navigation-wrap .quick-navigation .on-hover {
    display: inline-block;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.quick-navigation-wrap .quick-navigation .anchors a .on-hover {
    font-size: 14px;
    color: gray;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 445px;
}
.quick-navigation-wrap .quick-navigation .pdf-download {
    display: none;
    background: rgb(252, 185, 19);
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 1;
}
.quick-navigation-wrap .quick-navigation .pdf-download .visible {
    padding: 18px 30px;
}
.quick-navigation-wrap .quick-navigation .pdf-download .on-hover {
    color: #fffdfb;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
}
.quick-navigation-wrap .quick-navigation:hover {
    width: 600px !important;
    overflow-y: auto;
}
.quick-navigation-wrap .quick-navigation:hover .on-hover {
    opacity: 1;
}
.quick-navigation-wrap .quick-navigation:hover .anchors a .on-hover {
    width: auto;
    vertical-align: middle;
}
.quick-navigation-wrap .quick-navigation .anchors a{
    display: block;
    width: 100%;
}
.quick-navigation-wrap .quick-navigation:hover .on-hover {
    opacity: 1;
}
.quick-navigation-wrap .quick-navigation:hover .anchors a .visible {
    margin-left: 70px;
}
.quick-navigation-wrap .quick-navigation:hover .pdf-download .visible,
.quick-navigation-wrap .quick-navigation:hover .icon .visible {
    padding-left: 70px;
}
.quick-navigation-wrap .quick-navigation .anchors a.active .visible, .quick-navigation-wrap .quick-navigation .anchors a:hover .visible {
    background: #fcb913;
    color: #fff;
}
.mod_easyblogsubscribe .text-error .eb-checkbox label:after,
.text-error .form-control{
    border-color: #f00 !important;
}
#eb .mod_easyblogsubscribe .eb-checkbox label:after{
    border: 1px solid #ccc;
}
@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

.banner-image-center.mod-custom-banner-like-lumapp .col-thumb-banner {
    position: relative
}
.banner-image-center.mod-custom-banner-like-lumapp .img-hero-agilityportal {
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-modal .modal-body .custom-message a:hover,
.custom-modal .modal-body .custom-message a:focus,
.custom-modal .modal-body .custom-message a{
    color: #5584ff;
    text-decoration: none;
}
#RSFormError {
    font-size: 1.1rem;
}
.feature-listing .item-feature {
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 1px 8px #d5d6d6;
    padding: 20px 10px 20px 35px;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
}
.d-flex {
    display: flex!important;
}
.position-relative {
    position: relative!important;
}
.h-100 {
    height: 100%!important;
}
.item-feature .line-feature {
    position: absolute;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(#0e1a35, #829fe1);
    margin-right: 0px;
    top: -.5%;
    left: -18px;
    border-radius: 10px;
    display: block;
}
.item-feature .feature-icon {
    width: 36px;
}
.item-feature .feature-icon span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    background-color: #0e1a35;
    font-size: 17.6px;
}
.feature-inner {
    width: calc(100% - 60px);
    justify-content: space-between!important;
    padding-left: 15px;
}
.feature-inner h4 {
    font-size: 20px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-features .feature-inner p {
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-size: 16px;
}
.feature-listing {
    padding-top: 1em;
}
.product-features.custom-features-listing {
    padding-top: 4em;
}
.row-features {
    margin-bottom: 30px;
}
.product-features .pro-feature-desc p {
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}
body.page-home #ampz_sidebar,
body.com_easyblog-latest #ampz_inline_bottom {
    display: none!important;
}
#ampz_sidebar {
    top: 110px!important;
}
#ampz_sidebar .ampz_container {
    transform: translateY(0)!important;
    -moz-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
}
.typed-effect-strings {
    height: 100px!important;
}
video {
    object-fit: fill;
}
#mod-custom-video-92.mod-custom-video .box-video .custom-btn-play-video:after {
    background: transparent;
}
.mod-custom-video .box-video .custom-btn-play-video.no-player-btn:before {display: none;}
.at4-welcome-outer.addthis_bar.addthis_bar_fixed.addthis_bar_bottom,
.addthis_bar.addthis_bar_spacer.addthis_bar_bottom.at-topBottom-animateIn {
    display: none!important;
}
.mod-custom-three-box-intro.mod-custom-three-box-intro-custom .text-box {
    min-height: 190px;
}

.table-compare-plan-features td i{
    font-size: 19px;
}
.stack-col .fa-check-circle{
    color: #84c259;
    font-size: 1.25rem;
}
.stack-col .fa-times-circle{
    color: red;
    font-size: 1.25rem;
}

.stacks-table {
    border: solid 1px;
    border-radius: 10px;
}
.stacks-table-row {
    display: flex;
    border-bottom: solid 1px;
}
.stack-head {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.3;
}
.stack-col {
    box-sizing: border-box;
    padding: 10px;
    border-right: solid 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .975rem;
}
.stack-title {
    width: 45%;
    justify-content: flex-start;
    text-align: left;
    text-transform: capitalize;
}
.stacks3equal {
    width: 16.66%;
}
.categoryrow {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    background: #5584FF;
    color: #fff;
}
.stacks-table-row:last-child, .stack-col:last-child {
    border: 0;
}
.home-star-reviews {
    margin-bottom: 30px;
}
.mod-custom-three-box-intro .top-section .item-star p {
    margin-bottom: 0px;
}
.mod-custom-three-box-intro .top-section .item-star p.stars {
    color: #fcb913;
    font-size: 25px;
}
.rstbox-content .acym_form input[type="email"],
.rstbox-content .acym_form input[type="text"]{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-width: 100%;
}
.rstbox-content .acym_form h6{
    font-size: 16px;
    font-weight: normal;
}
.rstbox-content .acym_form .acym__content label{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    padding-left: 20px;
}
.eb-inst .eb-content .acym_form .acym__content input[type="checkbox"]{
    top: 0;
    margin-left: -20px;
    float: left;
}
.rstbox-content .acym_form h6.acym__users__creation__fields__title{
    display: none;
}
.rstbox-content .acysubbuttons .subbutton{
    padding: .75rem 1.5rem;
}
#section-changelog{
    padding-top: 30px;
    padding-bottom: 40px;
    background: #E3E8EE;
}
#section-changelog .panel_s {
    background: #fff;
    border: none;
    margin-bottom: 25px;
    border-radius: 4px;
    position: relative;
}
#section-changelog .panel-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#section-changelog .panel_s .panel-body {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px;
    position: relative;
}   
#section-changelog .panel_s>.panel-heading{
    background: #0e1a35;
    color: #f3f6f4!important;
}
#section-changelog .panel_s>.panel-heading, .panel_s>.panel-heading-bg {
    color: inherit;
    padding: 10px 14px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    /* border: 1px solid #e4e5e7; */
    border: none;
}
#section-changelog .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
}
#section-changelog .panel_s .panel-body {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px;
    position: relative;
}
#section-changelog .panel_s>.panel-heading+.panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
#section-changelog .gsba-category-label {
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
#section-changelog .has-border {
    border: 1px solid #d5dbe0!important;
}
#section-changelog .panel_s .panel-body a{
    color: #e20413;
}
#section-changelog .changelog_item_container{
    font-size: .875rem ;
}
#section-changelog .changelog_item_container p{
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}
#section-changelog .changelog_item_container p br{
    display: none;
}
.pricing-page p.price-pre-text {
    font-weight: 700;
    margin-bottom: 0px;
}
.pricing-page p.price-end-text {
    line-height: 18px;
}
.pricing-page p.small {
    margin-bottom: 5px;
}
.pricing-page p.price-pre-text-empty {
    height: 10px;
}
.label-best-value {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    padding: 5px 0px;
    background: #fcb913;
    color: #000!important;
    font-weight: 700;
}
.custom-block-pricing .card-body h4.text-muted {
    padding-top: 30px;
    color: #000!important;
    opacity: 1;
    font-weight: 800;
}
.custom-block-pricing p.num-of-users span {
    display: inline-block;
    padding: 0px 6px;    
    border-radius: 5px;
    border: 2px solid;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.pricing-page .package-best-value .price-wrap .price span.digit.text-num {
    color: #5584ff;
}
.custom-shortdesc-price {
    min-height: 100px;
}
.package-1 .custom-shortdesc-price {
    min-height: 202px;
}
.custom-block-pricing p.num-of-users {
    padding-top: 20px;
}
.rstbox-content #rsform_error_13 p{
	display: none;
}
.custom-btn-package{
	color: #5086FF;
}
#pills-saas .card .card-body .btn-app{
	padding: .9375rem 2rem;
}
.eb-inst .eb-content .rsform-block-agreesubscribe .form-check-label{
	font-size: 16px;
}
.eb-inst .eb-content .rsform-block-agreesubscribe input[type="checkbox"]{
	top: 0 !important;
	margin-right: 10px;
}
.page-blog.com_easyblog-search .section-top-blog .top-right-blog,
.page-blog.com_easyblog-search .section-top-blog .top-left-blog{
    display:none;
}
.mod-custom-three-box-intro .mod-header-text img {
    border-radius: 20px;
}
.row-button {
    margin-bottom: 0px;
    margin-top: 5px;
}
.col-footer .btn-app {
    color: white!important;
    font-size: 15px;
    display: block;
}
.col-footer .btn-app-mobile {
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-weight: 600;
    font-size: 15px!important;
    padding: 0.9375rem 2.5rem;
}
#mod-custom-video-472 .col-lg-12 h3 {
    color: white;
}
.col-menu {
    position: relative;
}
.header-latest-blog {
    flex-wrap: wrap;
    position: absolute;
    width: 840px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #5584FF;
    padding: 7px 15px;
    border-radius: 20px;
    display: none;
    box-shadow: 0 10px 23px 0 rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.menu-item-blog {
    display: flex;
    align-items: center;
}
.menu-item-blog .menu-item-blog-thumb {
    float: left;
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
    border: 3px solid #fff;
}
.menu-item-blog .menu-item-blog-thumb img {
    border-radius: 10px;
}
.header-latest-blog {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu-item-blog {
    padding: 8px 0px;
}
.menu-item-blog .menu-item-blog-title {
    width: calc(100% - 165px);
    padding-left: 15px;
    float: right;
    line-height: 24px;
}
#header .col-menu ul.menu-with-icon li .menu-item-blog .menu-item-blog-title a {
    font-size: 1rem;
    color: white;
    text-decoration: none!important;
    line-height: 24px;
}
.moduletablelatest_menu {position: relative;}
.moduletablelatest_menu .arrow {
    position: absolute;
    display: block;
    top: -18px;
    left: 50%;
    margin: 0;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5584FF;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
}
li.item-158:hover .header-latest-blog {
    visibility: initial;
    opacity: 1;
    display: block;
}
.menu-mod-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: normal;
    color: #fff;
}
#get-start-email .btn-app {
    border-color: #fcb913;
    background-color: #fcb913;
}
#get-start-email .btn-app:hover {
    border-color: #fcb913!important;
    color: #fcb913;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 3px #fcb913;
    box-shadow: inset 0 0 0 3px #fcb913;
}
#get-start-email .notice {
    font-size: 14px;
}
.menu-item-blog-thumb .eb-mod-thumb {
    position: relative;
}
.menu-item-blog-thumb .eb-post-featured {
    bottom: 5px;
    padding-bottom: 3px;
    background-color: #84c259;
    color: #fff !important;
    position: absolute;
    left: 5px;
    z-index: 9;
    font-size: 14px;
    line-height: 18px;
    padding-top: 2px;
    border-radius: 5px;
    padding-left: 5px;
}

#header .col-menu ul.menu-with-icon li .menu-item-blog .menu-item-blog-title .eb-post-category a {
    color: #32312f;
    font-size: 14px;
    background: #fcb913;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 30px !important;
}
#header .col-menu ul.menu-with-icon li.item-158::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 50%;
    margin: 0;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5584FF;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
}
#header .col-menu ul.menu-with-icon li.item-158:hover::after {
    opacity: 1;
}
.col-left-header ul li {
    position: relative;
}
.frm-guest-blog-post .formBody {
    float: none;
}
.frm-guest-blog-post .custom-form-request {
    color: inherit;
    border: 0px solid #efe4d1;
    border-radius: 8px;
    background: #f9fafa;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    padding: 30px 45px 10px;
    font-size: 14px;
    margin-bottom: 40px;
}
.frm-guest-blog-post h2 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.13333333;
    margin-bottom: 1.5rem;
}

#eb .eb-entry-author-details.author-custom {
    font-size: 14px;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 18px;
    margin-top: 0px;
    display: flex;
}
#eb .eb-entry-author-details.author-custom p {
    margin-bottom: 5px;
}
#eb .eb-entry-author-details.author-custom p:last-child {
    margin-bottom: 0px;
}
#eb .eb-entry-author-details.author-custom .bio-left {
    width: 50px;
}
#eb .eb-entry-author-details.author-custom .bio-right {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.bottom-invoice-details {
    margin-bottom: 30px;
}
.bottom-invoice-details p {
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
}
.front-invoice-details .table {
    margin: 0px;
}
.invoice-status-concept {
    border: solid 1px #818283;
    text-align: center;
    color: #818283;
    text-transform: uppercase;
    background-color: #E3E4E4 !important;
    padding: 10px;
    margin-top: 5px;
}
.invoice-statistics-text {
    font-weight: bold;
    font-size: 15px;
        max-width: 200px;
    margin: 0px 0px 15px;
}
.invoice-status-open {
    border: solid 1px #1BC721;
    text-align: center;
    text-transform: uppercase;
    background-color: #F3FFEE;
    color: #006C09;
    padding: 10px;
    margin-top: 5px;
}
.invoice-status-late {
    border: solid 1px #FF7570;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF6F6;
    color: #E62C2F;
    padding: 10px;
    margin-top: 5px;
}
.invoice-status-paid {
    border: solid 1px #7DAEE3;
    text-align: center;
    text-transform: uppercase;
    background-color: #DCEBFC;
    color: #006DCF;
    padding: 10px;
    margin-top: 5px;
    margin-left: 0px;
}
.box-thumb-payplans h2 {
    margin-bottom: 0px;
}

.nav.nav-tabs-custom {
    display: block;
    text-align: center;
    border: 0px;
}

.nav.nav-tabs-custom li {
    display: inline-block;
    margin: 0px 15px;
}

.nav.nav-tabs-custom li a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: black;
}

.nav.nav-tabs-custom li a:hover {
    text-decoration: none;
}

.nav.nav-tabs-custom li a::after {
    content: "";
    display: inline-block;
    left: 0px;
    right: 0px;
    bottom: -10px;
    height: 2px;
    background: #0e1a35;
    position: absolute;
     opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -ms-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.nav.nav-tabs-custom li.active a::after,
.nav.nav-tabs-custom li a:hover::after {
    opacity: 1;
}

.tab-custom-inner-content {
    padding: 30px;
    border-radius: 20px;
    background: url(../images/dots.svg) repeat center/auto;
}

.tab-custom-inner-content .radius-content {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0px;
}

.jmm-simple-tabs-custom {
    padding: 50px 0px;
}

.mod-tab-desc {
    padding: 30px 0px;
    margin: 0px;
}

/* mod-home-tabs */

.mod-home-tabs-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 6px 6px 0 0;
    background-color: #F7FAFC;
    text-align: left;
}
.mod-home-tabs-top-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 68px;
    padding: 2px 24px 0;
    border-bottom: 2px solid #5f82f9;
    -webkit-box-shadow: 1px 0 0 0 #dedede;
    box-shadow: 1px 0 0 0 #dedede;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #003F65;
    -webkit-transition-duration: 0.125s;
    transition-duration: 0.125s;    
}

.mod-home-tabs-top-nav a:last-child {
    border-top-right-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mod-home-tabs-top-nav a.active {
    position: relative;
    border-radius: 6px 6px 0 0;
    border-color: #5f82f9;
    border-bottom: 2px solid transparent;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 2px 0 0 #5f82f9, inset 2px 2px 0 0 #5f82f9, inset -2px 2px 0 0 #5f82f9;
    box-shadow: inset 0 2px 0 0 #5f82f9, inset 2px 2px 0 0 #5f82f9, inset -2px 2px 0 0 #5f82f9;
    color: #5f82f9;
}

.mod-home-tabs-top-nav::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 100%;
    width: 40px;
    height: 2px;
    margin-top: -2px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(54,189,181,0)),to(#5f82f9));
    background: linear-gradient(90deg,rgba(54,189,181,0),#5f82f9);
}

.mod-home-tabs-top-nav::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 40px;
    height: 2px;
    margin-top: -2px;
    background: -webkit-gradient(linear,left top,right top,from(#5f82f9),to(rgba(54,189,181,0)));
    background: linear-gradient(90deg,#5f82f9,rgba(54,189,181,0));
}

.item-bl {
    position: relative;        
    height: 100%;
    min-height: 301px;
    overflow: hidden;
    padding: 32px;
    border-radius: 8px;
    text-decoration: none;
    color: #35364E;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: -webkit-box-shadow,-webkit-transform;
    transition-property: box-shadow,transform;
    transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform;    
    color: white;
    font-size: 16px;
    line-height: 23px;
    background: url(../images/dots.svg) repeat center/auto;
}

.item-bl:hover {
    -webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,0.06),0 2px 4px 0 rgba(0,0,0,0.05);
    box-shadow:0 8px 24px 0 rgba(0,0,0,0.06),0 2px 4px 0 rgba(0,0,0,0.05);
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
}

.home-tab-item {
    display: none;
}

.home-tab-item.active {
    display: block;
}

.item-bl h3 {
    font-size: 24px;
    line-height: 34px;
}

.item-bl p {
    margin-bottom: 0px;
}

.item-row-tab {
    margin-bottom: 30px;
}

.home-tab-item {
    padding: 30px 0px;
}

.item-bl a.item-block {
    color: white;
    display: block;
    text-decoration: none!important;
}

.item-bl span {
    position: absolute;
    bottom: 15px;
}


#mod-custom-three-box-intro-403 .three-section-bottom-list {
    display: none;
}

.detail-entry-categories {
    padding-top: 15px;
    font-size: 16px;
}

.detail-entry-categories a {
    color: #32312f!important; 
    font-size: 14px;
    background: #fcb913;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 30px !important;
}

.eb-entry-body ul,
.eb-entry-body ol {
    padding-left: 15px;
}

.eb-entry-body ul li,
.eb-entry-body ol li {
    list-style: decimal!important;
}

.mod-call-actions {
    background: #fff;
    padding: 50px 0px 0px;
}

.call-act-head {
    text-align: center;
    padding-bottom: 50px;
}

.call-act-head h2 {
    margin-bottom: 15px;
    font-size: 3.1rem;
    font-family: 'MetropolisBold';
}

.call-act-content h3 {
    margin-bottom: 15px;
    font-size: 3rem;
    font-family: 'MetropolisBold';
}

.btn-app.recover {
    color: #84c259;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #84c259;
    box-shadow: inset 0 0 0 3px #84c259;
    border: 1px solid;
}

.call-act-content {
    text-align: center;
    padding: 70px 0px;
    background: #FCB913;
    color: #fff;
}

.call-act-content .dropdown-custom::after,
.call-act-content .dropdown-toggle::after {
    border-radius: 4px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #36a635;
    height: 0;
    width: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-custom,
#dropdownMenuLinkProduct {
    background: transparent;
    color: black!important;
    font-family: 'MetropolisBold';
    font-size: 24px;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    padding: 0px 50px;
    border-radius: 10px;    
    position: relative;
    min-width: 480px;
    outline: none!important;
    text-align: left;
    border: 0;
    background: #fff!important;
    width: 670px;
    height: 120px;
}

.dropdown-custom:active,
.dropdown-custom:focus
.dropdown-custom:hover {
    background: #fff;
    color: black;
}

.call-action-buttons {
    margin: 0px;
}

.notice-free-trial {
    font-size: 15px;
}

.call-act-content .dropdown-menu {    
    min-width: 565px;    
    background: #fff;
    border: 0;
    border-radius: 15px;
    left: 0px;
}

.call-act-content .dropdown-menu .dropdown-item {
    font-size: 22px!important;
    border: 0px;
    padding: 10px 0px;
}

.dropdown-list .dropdown {
    display: inline-block;
}

.bg-over {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}