body {
    font-family: 'Roboto', sans-serif;
    color: #3B2C44;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-weight: 400;
}

a {
    color: #3B2C44;
}

a:hover,
a:active {
    color: #990000;
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

.red-link {
    color: #990000;
}

.red-link:hover,
.red-link:active {
    color: #990000;
    text-decoration: underline;
}

.img-fluid {
    max-width: 100%;
}

.heading {
    font-size: 2.125rem;
}

.btn {
    display: inline-block;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0.875rem 1rem;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    text-decoration: none;
}

.btn-outline {
    border: 1px solid #3B2C44;
}

.btn-outline:hover,
.btn-outline:active {
    border-color: #990000;
    color: #990000;
}

.btn-green {
    width: 260px;
    background-color: #3AC078;
    color: #ffffff;
    font-size: 0.8438rem;
    padding:0.875rem 1.5rem;
    text-align: center;
    box-shadow: 0rem 0.275rem 0.275rem rgba(0,0,0,0.15);
    line-height: 1.2;
    font-size: 1.5rem;
}

.btn-green span
{
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-green:hover,
.btn-green:active {
    background-color: #1C7A48;
    color: #ffffff;
}

.avail-for {
    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;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #B5B5B5;
    text-align: center;
    line-height: 1;
}

.avail-for span {
    margin-right: 0.5rem;
}

.avail-for img {
    width: 14px;
    height: auto;
    margin: 0 0.25rem;
}

.icon-box {
    margin-bottom: 1rem;
}

.icon-box .icon-ball {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 2px solid #D5D5D5;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.icon-box .icon-ball img {
    width: 32px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-box .icon-ball svg {
    width: 32px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-box p {
    font-weight: 500;
}

.icon-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon-list li {
    display: block;
    line-height: 32px;
    padding: 0.25rem 0;
}

.icon-list li img {
    display: inline-block;
    margin-right: 1rem;
}

.icon-list li .arrow {
    display: inline-block;
    margin-left: 1rem;
}


/*=========Header===============*/

.site-header {
    padding: 0.9375rem 0;
}

.menu-toggle {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #990000;
    border: none;
    padding: 0.125rem;
}

.site-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-nav ul li a {
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.9375rem 0;
}

.site-main-nav ul li a:hover {
    text-decoration: none;
}

.site-header .btn-green {
    font-size: 16px;
    width: auto;
}


@media screen and (min-width:768px) {
    .site-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-logo {
        margin-right: 2.9375rem;
    }
    .site-main-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .site-main-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-main-nav ul li a {
        padding: 0.9375rem;
    }
}

.jumbotron {
    padding: 4.5rem 0;
    text-align: center;
}

.jumbotron .screenshot {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 816px;
}

.home-sec-1,
.home-sec-2,
.home-sec-3,
.home-sec-4,
.home-sec-5,
.home-sec-6 {
    padding: 4.5rem 0;
}

.home-sec-1 {
    text-align: center;
}

.home-sec-2 video {
    display: block;
    border-radius: 8px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.125);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.125);
}

.home-sec-3 {
    text-align: center;
}

.home-sec-3 .heading {
    font-size: 2.3125rem;
    margin-bottom: 2rem;
}

.home-sec-3 .heading+p {
    margin-bottom: 4rem;
}

.home-sec-4 {
    padding: 4.5rem 0;
    background: rgb(255, 249, 242) url("../images/emc_img_bgr_icons_alt.svg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.home-sec-5 {
    overflow: hidden;
}

.home-sec-5 .image-wrap {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.home-sec-5 .image-wrap img {
    display: block;
    width: auto;
    max-width: 960px;
}

.testimonials-carousel {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}

.testimonials-carousel p {
    font-weight: 400;
}

.testimonials-carousel .author {
    font-weight: 500;
}

.testimonials-carousel .avatar img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 1.25rem auto;
}

.carousel-bottom {
    width: 100%;
    max-width: 700px;
    margin: 1.25rem auto 0 auto;
    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;
    line-height: 1;
}

.carousel-bottom .counter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #000000;
    opacity: 0.5;
    font-weight: 700;
    font-size: 1.125rem;
    margin-right: 0.625rem;
}

.carousel-bottom .carousel-arrows {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.carousel-bottom .carousel-arrows button {
    width: 30px;
    height: auto;
    margin: 0 0 0 0.625rem;
    padding: 0;
    background: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    opacity: 0.5;
    outline: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.carousel-bottom .carousel-arrows button:hover {
    opacity: 1;
}


/*=======Buy-page=========*/

.pricing-table {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 2.5rem auto;
    max-width: 320px;
    -webkit-box-shadow: 0rem 0.1rem 1.125rem 0rem rgba(21, 58, 160, 0.1);
    box-shadow: 0rem 0.1rem 1.125rem 0rem rgba(21, 58, 160, 0.1);
}

.pricing-table .pricing-table-top {
    background: #990000;
    color: #ffffff;
    padding: 2.5rem 1.5rem 1.875rem 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pricing-table .ribbion {
    position: absolute;
    top: 17px;
    right: -35px;
    width: 140px;
    height: 35px;
    line-height: 25px;
    padding: 0.3125rem;
    text-align: center;
    font-size: 0.6875rem;
    text-transform: uppercase;
    background: #ffec00;
    font-weight: 700;
    ;
    color: #000000;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pricing-table .pricing-table-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

.pricing-table .plan-license {
    margin-bottom: 0.625rem;
}

.pricing-table .price {
    font-size: 2.1875rem;
    color: #fad129;
    margin: 1.25rem 0;
    font-weight: 300;
}

.pricing-table .pricing-table-body {
    padding: 0 1.5rem 0.875rem 1.5rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
}

.pricing-table:hover .pricing-table-body {
    border-color: #fad129;
}

.pricing-table .buy {
    position: relative;
    padding: 0 1.875rem;
    top: -25px;
}

.pricing-table .buy-button {
    background-color: #282104;
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    padding: 0.625rem 0.75rem;
    font-size: 1.125rem;
    -webkit-box-shadow: 1px 5px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 5px 24px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    -o-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}

.pricing-table .buy-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pricing-table .plan-contents {
    margin: 1.25rem 0 2.5rem 0;
    padding: 0 1.875rem;
    list-style: none;
    text-align: left;
}

.pricing-table .plan-contents li {
    font-size: 0.9375rem;
    color: #848484;
    margin-bottom: 0.625rem;
    position: relative;
    padding-left: 1.25rem;
}

.pricing-table .plan-contents li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffffff url('../images/mark.svg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 0;
}

.pricing-table .plan-contents.bullet li {
    padding-left: 0.9375rem;
}

.pricing-table .plan-contents.bullet li::before {
    content: "\f111";
    font-size: 0.375rem;
    width: 6px;
    height: 6px;
    line-height: 6px;
    top: 8px;
}

.buy-page {
    padding: 4.375rem 0;
}

.buy-page .heading,
.buy-page .heading+p {
    text-align: center;
}

.buy-icon-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0.9375rem 0;
}

.buy-icon-box img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    margin-right: 0.625rem;
}

.buy-icon-box p {
    font-size: 0.8125rem;
    color: #848484;
    margin-bottom: 0;
}


/*=====Footer=======*/

.site-footer {
    background-color: #fbfbfb;
    padding: 2.5rem 0;
}

.site-footer small {
    display: block;
    color: #979797;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer ul li a {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 0.625rem 0.625rem 0;
    letter-spacing: 0.4px;
}

.site-footer .follow-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 0 0.5rem 0.5rem;
    opacity: 0.8;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.site-footer .follow-icon:hover {
    opacity: 1;
}


/*=======Blog-page=======*/
.blog-top {
    padding:3.75rem 0;
    background:url('../images1/banner-bg.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 6.25rem;
    color: #ffffff;
}

.blog-top .title {
    font-size: 1.875rem;
    font-weight: 700;
}

.blog-top .sub-title {
    font-size: 1.125rem;
}

.blog-top ul {
    margin:1.875rem 0 2.1875rem 0;
    padding:0 0 0 0.9375rem;
}

.blog-top ul li {
    margin-bottom: 0.3125rem;
    font-weight: 300;
}



.post-content .home-sec-4 {
    margin-top: 5.625rem;
}

.post-content {
    font-weight: 300;
}

.post-content #post-meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: 300;
    color: #969696;
    margin-bottom: 1.5625rem;
}

.post-content #post-meta img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 0.625rem;
}

.post-content #post-meta a {
    margin:0 0.625rem;
    color: #969696;
    font-weight: 300;
}

.post-content .btn-green {
    margin-bottom: 1.6875rem;
}

.post-content p {
    margin-bottom: 1.6875rem;
}

.post-content a:not(.btn-green) {
    color: #990000;
    text-decoration: none;
    font-weight: 700;
}

.post-content a:not(.btn-green):hover {
    text-decoration: underline;
}

.post-content h1 {
    margin-bottom: 1.5625rem;
}

.post-content h2 {
    margin:3.125rem  0 1.5625rem 0;
}

.post-content h3 {
    margin:1.4375rem 0 1.6875rem 0;
}

.post-content img {
    max-width: 100%;
}

.post-content ul {
    margin-bottom: 1.5625rem;
    padding:0 0 0 0.9375rem;
}

.post-content ul li {
    margin-bottom: 0.3125rem;
}

.post-content .list {
    margin-left:0;
    padding:0;
    list-style: none;
}

.post-content .list li {
    padding-left:1.25rem;
    position: relative;
}

.post-content .list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width:12px;
    height: 12px;
    background:url('../images1/check.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.content-list {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.content-list p {
    margin-bottom: 0.625rem;
    font-size: 1.3125rem;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 6px;
    padding-left:1.125rem;
    position: relative;
}

.content-list p::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left:0;
    width: 6px;
    height: 22px;
    background:#990000;
}

.content-list {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.content-list.show {
   opacity: 1;
   visibility: visible;
}

.content-list ul {
    margin:0;
    padding:1.25rem 0 0 1.125rem;
    list-style: none;
    position: relative;
}

.content-list ul::before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left:0;
    background:#A9A9A9;
    width: 1px;
    height: calc(100% - 20px);
}

.content-list ul li {
    margin-bottom: 0.75rem;
}

.content-list ul li:last-child {
    margin-bottom:0;
}

.content-list ul li a {
    font-size:1.0625rem;
    position: relative;
    color: #A9A9A9 !important;
    transition: color 300ms ease-in-out;
}

.content-list ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -22px;
    width: 10px;
    height:10px;
    border-radius: 50%;
    background:#fff;
    border:2px solid #A9A9A9;
    transition: background 300ms ease, border 300ms ease;
}

.content-list ul li a:hover,
.content-list ul li .current{
    color: #990000 !important;
    text-decoration: none !important;
}

.content-list ul li a:hover::before,
.content-list ul li .current::before {
    border-color: #990000;
    background:#990000;
}

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

@media screen and (min-width:768px) {
    .heading {
        font-size: 2.8125rem;
    }
    .site-footer ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-footer small {
        text-align: left;
    }
    .site-logo .menu-toggle {
        display: none;
    }
    .home-sec-5 .image-wrap {
        display: block;
    }
    .testimonials-carousel .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
    .testimonials-carousel .avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 1.875rem;
    }
    .carousel-bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .buy-icon-box {
        margin: 0 0.9375rem 0 0;
    }
}

@media screen and (max-width:767px) {
    .site-header .btn-green {
        display: none;
    }
    .site-main-nav {
        display: none;
    }
    .site-logo {
        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;
    }
    .site-logo a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.9375rem;
    }
    .site-logo .menu-toggle {
        margin-left: auto;
    }
    .home-sec-5 {
        text-align: center;
    }
    .content-list {
        display: none;
    }
}