/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.4
*/

/* START from hestia_child_parent */
#main-navigation ul.nav > li {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    visibility: visible;
}

.hestia-toggle-search svg {
    fill: #555;
    vertical-align: middle;
}

.navbar.navbar-transparent .hestia-toggle-search svg {
    fill: #fff;
}

@media (min-width: 769px) {
  .navbar:not(.full-screen-menu) .hestia-toggle-search {
        display: block;
        width: 55px;
    }
     .navbar:not(.full-screen-menu) .hestia-search-in-menu {
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        display: inline-block;
    }

    .navbar:not(.full-screen-menu) .hestia-nav-search {
        padding: 0 15px;
        text-align: left;
    }

    .navbar:not(.full-screen-menu) .hestia-nav-search .search-submit {
        display: none;
        pointer-events: none;
    }

    .navbar:not(.full-screen-menu) .hestia-nav-search form {
        width: 200px;
        max-width: 0;
        padding: 5px;
        transition: all .5s ease;
        position: absolute;
        right: 40px;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
    }

       .navbar:not(.full-screen-menu) .hestia-nav-search label {
        padding: 0;
    }

    .navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field {
        color: #ffffff;
    }
      .navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .control-label {
        color: #fff;
    }
	
	.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  .dropdown.open, .dropdown:hover {
    z-index: 1;
  }
  .dropdown.open > .dropdown-menu, .dropdown:hover > .dropdown-menu {
    visibility: visible;
    margin-top: 1px;
    opacity: 1;
    z-index: 100;
  }
	
   .navbar:not(.full-screen-menu).nav-searching #main-navigation ul.nav li:not(.hestia-search-in-menu) {
    opacity: 0;
    visibility: hidden;
   }
	
   .navbar:not(.full-screen-menu).nav-searching .hestia-nav-search form {
     max-width: 200px;
     opacity: 1;
     pointer-events: all;
   }
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -28px;
  left: 0;
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  font-size: 11px;
  line-height: 1.07143;
}

.card, .card-no-width {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image, .card-no-width .card-image {
    overflow: hidden;
    position: relative;
    height: 60%;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.card .card-image img, .card-no-width .card-image img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 6px;
}

.card .category:not([class*="text-"]), .card-no-width .category:not([class*="text-"]) {
    color: #999999;
}

.card .content, .card-no-width .content {
    padding: 15px 30px;
}

.card .header, .card-no-width .header {
    margin: 15px;
    padding: 15px 0;
    border-radius: 3px;
    background-color: #fff;
}

.card .header-primary, .card .content-primary, .card-no-width .header-primary, .card-no-width .content-primary {
    background: -webkit-linear-gradient(30deg, #ab47bc, #7b1fa2);
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card [class*="header-"], .card [class*="content-"], .card [class*="header-"] .card-title a, .card [class*="header-"] .card-title, .card [class*="header-"] .icon i, .card [class*="content-"] .card-title a, .card [class*="content-"] .card-title, .card [class*="content-"] .icon i, .card [class*="header-"] .author a:hover, .card [class*="header-"] .author a:focus, .card [class*="header-"] .author a:active, .card [class*="content-"] .author a:hover, .card [class*="content-"] .author a:focus, .card [class*="content-"] .author a:active, .card-no-width [class*="header-"], .card-no-width [class*="content-"], .card-no-width [class*="header-"] .card-title a, .card-no-width [class*="header-"] .card-title, .card-no-width [class*="header-"] .icon i, .card-no-width [class*="content-"] .card-title a, .card-no-width [class*="content-"] .card-title, .card-no-width [class*="content-"] .icon i, .card-no-width [class*="header-"] .author a:hover, .card-no-width [class*="header-"] .author a:focus, .card-no-width [class*="header-"] .author a:active, .card-no-width [class*="content-"] .author a:hover, .card-no-width [class*="content-"] .author a:focus, .card-no-width [class*="content-"] .author a:active {
    color: #fff;
}

.card img, .card-no-width img {
    width: 100%;
    height: auto;
}

.card .footer, .card-no-width .footer {
    margin-top: 15px;
}

.card .footer div, .card-no-width .footer div {
    /* WooCommerce fix */
    display: inline-block !important;
}

.card .footer .author, .card .footer .stats, .card-no-width .footer .author, .card-no-width .footer .stats {
    color: #999999;
}

.card .footer .stats, .card-no-width .footer .stats {
    float: right;
}

.card {
    width: 100%;
}

.card-contact .header {
    margin-top: -20px;
    padding: 17px 10px;
}

.card-plain {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card-plain .content {
    padding-right: 5px;
    padding-left: 5px;
}

.card-plain .card-image {
    margin: 0;
    border-radius: 3px;
}

.card-plain .card-image a {
    display: block;
}

.card-plain .card-image img {
    border-radius: 3px;
}

.card-profile {
    margin-top: 30px;
    text-align: center;
}

.card-blog {
    margin-top: 30px;
}

.card-blog .card-title {
    margin-top: 5px;
}

.card-blog a.moretag, .card-blog a.more-link {
    display: inline-block;
    margin-left: 5px;
    color: #23527c;
}

.card .card-image, .card-no-width .card-image, .card .header, .card-no-width .header, .card-profile .card-avatar, .card-testimonial .card-avatar img, .card-raised, .img-raised, .iframe-container iframe {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.section-gray {
    background: #f0f0f0;
}

.section {
    padding: 70px 0;
}

.section-dark, .section-image {
    background: #232323;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
    background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
    background: -webkit-radial-gradient(center ellipse, #585858 0%, #232323 100%);
    background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
    background-color: #343434;
    background-size: 200% 240%;
    background-size: 550% 450%;
}

.section-dark .hestia-title, .section-dark .title, .section-dark .card-plain .card-title, .section-dark .card-plain .icon i, .section-dark .card-plain [class*="text-"], .section-dark .card-plain ul li b, .section-image .hestia-title, .section-image .title, .section-image .card-plain .card-title, .section-image .card-plain .icon i, .section-image .card-plain [class*="text-"], .section-image .card-plain ul li b {
    color: #fff;
}


.section-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: unset;
}

.section-image:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
}

.section-image .container {
    position: relative;
    z-index: 2;
}

.section, .section-image {
    background-position: center center;
    background-size: cover;
}

.hestia-features, .features, .products, .hestia-work, .hestia-testimonials, .hestia-blogs, .subscribe-line {
    padding: 65px 0 70px;
}

.team, .hestia-team {
    padding: 65px 0 20px;
}

.contactus {
    padding: 90px 0 70px;
}

@media (min-width: 992px) {
    .home .hestia-features .row, .home .hestia-work .row, .home .hestia-team .row, .home .hestia-testimonials .row, .home #blog.hestia-blogs .row, .home .hestia-clients-bar .row {
        text-align: center;
    }

    .home .feature-box, .home .hestia-work .col-md-4, .home .hestia-testimonials .col-md-4, .home .hestia-work .col-md-6, .home .hestia-team .col-sm-6, .home #blog.hestia-blogs .hestia-blog-item, .home .hestia-clients-bar .col-md-3 {
        display: inline-block;
        float: none !important;
        margin-right: -4px;
        margin-left: -4px;
        vertical-align: top;
    }

    .home .hestia-blog-item {
        text-align: left;
    }
}

@media (min-width: 480px) {
    .home .hestia-features .row, .home .hestia-work .row, .home .hestia-team .row, .home .hestia-testimonials .row, .home #blog.hestia-blogs .row, .home .hestia-clients-bar .row {
        text-align: center;
    }

    .home .feature-box, .home .hestia-work .portfolio-item, .home .hestia-testimonials .col-sm-6, .home .hestia-team .col-sm-6, .home #blog.hestia-blogs .hestia-blog-item, .home .hestia-clients-bar .col-md-3 {
        display: inline-block;
        float: none !important;
        margin-right: -4px;
        margin-left: -4px;
        vertical-align: top;
    }
}

.contactus .col-md-offset-2 {
    padding: 0 20px;
}

.contactus .form-group {
    margin: 0;
    padding-bottom: 24px;
}

.contactus .card .content {
    padding: 30px 30px 0;
}

.contactus .card-contact {
    margin-top: 30px;
}

.hestia-features, .features {
    padding: 75px 0 55px;
    text-align: center;
}

.hestia-features .hestia-title, .hestia-features .title, .features .hestia-title, .features .title {
    margin-top: 10px;
}

.hestia-features .hestia-info, .hestia-features .info, .features .hestia-info, .features .info {
    padding: 70px 0 30px;
    margin: 0 auto;
}

.hestia-info .icon, .info .icon {
    transition: .3s ease;
    color: #999999;
}

.hestia-info .info-title, .info .info-title {
    transition: .3s ease;
    margin: 30px 0 15px;
    color: #3C4858;
}

.hestia-info p, .info p {
    color: #999999;
}

.hestia-team .card, .team .card {
    text-align: left;
}

.hestia-team .card .content, .team .card .content {
    padding-top: 0;
}


.hestia-team h5.description, .team h5.description {
    margin-bottom: 70px;
}

.hestia-team img, .team img {
    transition: 1s ease-in;
}

.hestia-ribbon {
    background-attachment: fixed;
    padding: 100px 0;
}

.hestia-blogs article .card-image img {
    transition: 1s ease-out;
}

.footer a {
    color: #3C4858;
}

.footer-big {
    color: #999999;
    padding: 30px 0 18px;
    text-align: center;
}

.footer-big ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-big ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-big p {
    color: #999999;
}

.footer-big .footer-menu li {
    display: inline-block;
}

.footer-big .footer-menu li a {
    padding: 15px;
}

.footer-big .copyright {
    padding: 15px 0;
}

.footer-big .content {
    text-align: left;
}

.footer-big hr {
    margin-top: 10px;
}

footer.footer {
    background: #fff;
}

footer.footer.footer-black {
    background: #323437;
}

footer.footer.footer-black a {
    opacity: 0.86;
    color: #fff;
}

footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright {
    color: #fff;
}

footer.footer.footer-black hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.hestia-bottom-footer-content {
    position: relative;
}

.blog-post {
    word-wrap: break-word;
}

.widget {
    margin-bottom: 30px;
    word-break: break-word;
}

.main {
    position: relative;
    background: #fff;
}
@media (min-width: 992px) {
         .navbar .navbar-collapse {
        text-align: center;
    }

       .navbar .navbar-nav > li {
        margin: 0;
    }

    .footer .content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer .col-md-4 {
        padding: 0 30px;
    }

}
@media (min-width: 769px) {
       .navbar.hestia_left .title-logo-wrapper {
        min-width: 250px;
    }

        .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        margin-top: -20px;
        opacity: 0;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear;
    }

}

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

a, .btn.btn-border, .form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label, .pagination a, .pagination span, .card-background:after, .authors-on-blog .footer a, .hestia-top-bar .widget.widget_search form:not(.form-group), .hestia-top-bar .widget.widget_product_search form:not(.form-group) {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button, input[type="submit"], input[type="button"], .btn {
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.form-control, .form-group .form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .form-group.is-focused .form-control, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn.focus:disabled, .btn:disabled:active, .btn.active:disabled, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn.focus[disabled], .btn[disabled]:active, .btn.active[disabled], fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active, .btn.btn-simple, .btn.btn-default.btn-simple, .btn.btn-primary.btn-simple, .btn.btn-white.btn-simple, .btn.btn-border, .btn.btn-border:hover, .btn.btn-border:focus, .navbar button.navbar-toggle, .navbar button.navbar-toggle:hover, .btn.btn-facebook.btn-simple, .navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple, .btn.btn-twitter.btn-simple, .navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple, .btn.btn-pinterest.btn-simple, .navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple, .btn.btn-google.btn-simple, .navbar .navbar-nav > li > a.btn.btn-google.btn-simple, .btn.btn-linkedin.btn-simple, .navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple, .btn.btn-dribbble.btn-simple, .navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple, .btn.btn-github.btn-simple, .navbar .navbar-nav > li > a.btn.btn-github.btn-simple, .btn.btn-youtube.btn-simple, .navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple, .btn.btn-instagram.btn-simple, .navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple, .btn.btn-reddit.btn-simple, .navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple, .btn.btn-tumblr.btn-simple, .navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple, .btn.btn-behance.btn-simple, .navbar .navbar-nav > li > a.btn.btn-behance.btn-simple, .btn.btn-snapchat.btn-simple, .navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple, .btn.btn-deviantart.btn-simple, .navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple, .btn.btn-vimeo.btn-simple, .navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple, .form-group.is-focused select.form-control, .form-group.has-warning .form-control, .form-group.has-error .form-control, .form-group.has-success .form-control, .form-group.has-info .form-control, select.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control, .form-group .form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    float: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-size: 0 2px, 100% 1px;
    font-weight: 400;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.navbar .navbar-brand, .carousel .sub-title, h4.author, .hestia-about p, .card-product .price, .card-product .price h4, .blog-sidebar .widget h5, .shop-sidebar .widget h5, blockquote, .media .media-heading, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 18px;
}

a:not(.btn) {
    transition: .3s ease;
}

a:not(.btn):not(.button):not(.added_to_cart):hover {
    opacity: .75;
}

body, .btn, .form-control, .woocommerce #reviews #comments label {
    font-size: 14px;
}

.navbar, .navbar a, .label, .footer .footer-menu a, .media-footer a, .hestia-top-bar {
    font-size: 12px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    line-height: 1.618;
}

ul, ol, .blog-post .section-text p, output {
    line-height: 1.618;
}

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

h5.description, h5.subscribe-description, .card-product .price h4, h4.author {
    font-weight: 300;
}

h6.category {
    font-weight: 500;
}

.hestia-title, .title, .card-title, .info-title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .woocommerce ul.products[class*="columns-"] li.product-category h2 {
    font-weight: 500;
}

.hestia-title {
    word-break: break-word;
}

button, input[type="submit"], input[type="button"], .btn {
    font-size: 12px;
    font-weight: 400;
}

button, input, select, textarea {
    font-size: inherit;
    line-height: inherit;
}

.form-control {
    font-size: 14px;
    line-height: 1.42857;
}

.form-group label.control-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.07143;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    font-size: 14px;
    line-height: 1.42857;
}

label.control-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.07143;
}

.hestia-info .icon > i, .info .icon > i {
    font-size: 61.6px;
}

.card .footer .stats {
    line-height: 30px;
}

.card-title, .card-product .category {
    line-height: 1.4;
}

.navbar .navbar-brand {
    line-height: 30px;
}

.navbar .navbar-nav > li > a {
    font-weight: 400;
}

.navbar .dropdown-menu li > a {
    font-size: 13px;
}

.footer-big ul li a {
    font-weight: 500;
}

h5.description {
    line-height: 1.5;
}

body {
    direction: ltr;
    color: #3C4858;
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

a {
    color: #9c27b0;
}

a:hover, a:focus {
    color: #89229b;
    text-decoration: none;
}

h3 {
    margin: 20px 0 10px;
}

h5 {
    margin-bottom: 15px;
}

h6.category {
    text-transform: uppercase;
}

.hestia-title, .title, .card-title, .info-title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .woocommerce ul.products[class*="columns-"] li.product-category h2 {
    font-family: 'Poppins', sans-serif !important;
}

.hestia-title, .hestia-title a, .hestia-title a:hover, .title, .title a, .title a:hover, .card-title, .card-title a, .card-title a:hover, .info-title, .info-title a, .info-title a:hover, .footer-brand, .footer-brand a, .footer-brand a:hover, .footer-big h4, .footer-big h4 a, .footer-big h4 a:hover, .footer-big h5, .footer-big h5 a, .footer-big h5 a:hover, .media .media-heading, .media .media-heading a, .media .media-heading a:hover, .woocommerce ul.products[class*="columns-"] li.product-category h2, .woocommerce ul.products[class*="columns-"] li.product-category h2 a, .woocommerce ul.products[class*="columns-"] li.product-category h2 a:hover {
    color: #3C4858;
    text-decoration: none;
    word-wrap: break-word;
}

h1.title, h1.hestia-title, .pricing h2.title, .pricing h2.hestia-title, .contactus h2.title, .contactus h2.hestia-title {
    margin-bottom: 30px;
}

h2.title, h2.hestia-title {
    margin-bottom: 10px;
    font-size:37px;
}

.description, .card-description, .footer-big {
    color: #68717e;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.container {
    max-width: 100%;
}

@media (min-width: 749px) {
    .container {
        max-width: 748px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 2000px;
    }
}

body {
    direction: ltr;
    background-color: #e5e5e5;
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

embed, iframe, img, object, video, button, input, select, textarea, .wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

ul, ol {
    margin-bottom: 30px;
}

.container {
    max-width: 100%;
}
.animation-transition-fast, .navbar, .panel .panel-heading i, .section-cards .card {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

@media (min-width: 992px) {
    .row.hestia-like-table {
        display: table;
        width: 100%;
    }

    .row.hestia-like-table > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.hestia-blogs article:nth-of-type(6n+1) .category a, .related.products ul li:nth-of-type(6n+1) .category a, .woocommerce.archive .blog-post .products li:nth-of-type(6n+1) .category a, .woocommerce .products li:nth-of-type(6n+1) .category a, .shop-item:nth-of-type(6n+1) .category a, .related-posts div:nth-of-type(6n+1) .category a {
    color: #89229b;
}

.hestia-blogs article:nth-of-type(6n+2) .category a, .related.products ul li:nth-of-type(6n+2) .category a, .woocommerce.archive .blog-post .products li:nth-of-type(6n+2) .category a, .woocommerce .products li:nth-of-type(6n+2) .category a, .shop-item:nth-of-type(6n+2) .category a, .related-posts div:nth-of-type(6n+2) .category a {
    color: #00bcd4;
}

.hestia-blogs article:nth-of-type(6n+3) .category a, .related.products ul li:nth-of-type(6n+3) .category a, .woocommerce.archive .blog-post .products li:nth-of-type(6n+3) .category a, .woocommerce .products li:nth-of-type(6n+3) .category a, .shop-item:nth-of-type(6n+3) .category a, .related-posts div:nth-of-type(6n+3) .category a {
    color: #f44336;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    font-weight: 400;
}

button, input, select, textarea {
    font-family: inherit;
    padding: 7px;
}

button, input[type="submit"], input[type="button"], .btn {
    position: relative;
    margin: 10px 1px;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    white-space: normal;
    letter-spacing: 0;
    text-transform: uppercase;
}


button, input[type="submit"], input[type="button"], .btn, .btn.btn-default {
    -webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, .btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #999999;
    outline: none;
}

button, input[type="submit"], input[type="button"], .btn.btn-primary {
    -webkit-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

button, button:hover, input[type="submit"], input[type="submit"]:hover, input[type="button"], input[type="button"]:hover, input#searchsubmit, .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #9c27b0;
}

.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
    color: #555;
}


.form-control {
    height: 36px;
    padding: 7px 0;
    vertical-align: middle;
}

.form-control {
    margin-bottom: 7px;
}

label.control-label {
    margin: 16px 0 0;
    color: #aaa;
}

.form-group {
    padding-bottom: 7px;
    position: relative;
}

.form-group .form-control {
    margin-bottom: 7px;
}

.form-group label.control-label {
    margin: 16px 0 0;
    color: #aaa;
}

.form-group textarea {
    resize: none;
}

.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
    position: absolute;
    pointer-events: none;
}

.form-group.label-floating label.control-label {
    will-change: left,top,contents;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    top: -7px;
    left: 0;
}

.searchform label, .search-form label {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    width: 100%;
}

.searchform:not(.media-toolbar-primary), .search-form:not(.media-toolbar-primary), .woocommerce-product-search {
    display: table;
    position: relative;
}

.searchform:not(.media-toolbar-primary) input[type=submit], .searchform:not(.media-toolbar-primary) button, .search-form:not(.media-toolbar-primary) input[type=submit], .search-form:not(.media-toolbar-primary) button, .woocommerce-product-search input[type=submit], .woocommerce-product-search button {
    display: table-cell;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-indent: -9999px;
    top: -19px;
    width: 45px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY2NCIgaGVpZ2h0PSIxNjY0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMTY2NCAxNjY0IiBzdHlsZT0iLW1zLXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsiPjxwYXRoIGQ9Ik0xMTUyIDcwNHEwLTE4NS0xMzEuNS0zMTYuNVQ3MDQgMjU2VDM4Ny41IDM4Ny41VDI1NiA3MDR0MTMxLjUgMzE2LjVUNzA0IDExNTJ0MzE2LjUtMTMxLjVUMTE1MiA3MDR6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNHEtMTQzIDAtMjczLjUtNTUuNXQtMjI1LTE1MHQtMTUwLTIyNVQwIDcwNHQ1NS41LTI3My41dDE1MC0yMjV0MjI1LTE1MFQ3MDQgMHQyNzMuNSA1NS41dDIyNSAxNTB0MTUwIDIyNVQxNDA4IDcwNHEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6IiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjY0IiBoZWlnaHQ9IjE2NjQiIGZpbGw9InJnYmEoMCwgMCwgMCwgMCkiIC8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 29px;
}

.searchform:not(.media-toolbar-primary) input[type=search], .search-form:not(.media-toolbar-primary) input[type=search], .woocommerce-product-search input[type=search] {
    height: 36px;
}

.navbar.navbar-transparent {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-transparent > .container {
    padding-top: 25px;
}

.navbar {
    background-color: #fff;
    color: #555;
    border-radius: 0;
    position: fixed;
    border: none;
    padding: 0;
    transition: none;
    -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-collapse {
    border: none;
}

.navbar .title-logo-wrapper {
    max-width: 250px;
    display: flex;
    align-items: center;
}

.navbar > .container {
    display: flex;
    transition: padding 0.1s ease;
    padding: 10px 15px;
    vertical-align: middle;
    align-items: center;
}

.navbar.hestia_left .navbar-collapse {
    margin-left: auto;
}

.navbar.hestia_left > .container {
    flex-direction: row;
}

.navbar.hestia_left .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 1000px;
    margin-left: 80px;
    
}

.navbar .navbar-header .navbar-brand {
    padding: 0 15px;
    position: relative;
    color: inherit;
    height: auto;
}

.navbar .navbar-header .navbar-brand img {
    width: auto;
    max-height: 50px;
}

.navbar-toggle-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.navbar .navbar-toggle {
    float: none;
    border: 0;
    margin-right: 0;
}

.navbar .navbar-nav > li {
    margin: 0;
}

.navbar .navbar-nav > li > a {
    text-transform: uppercase;
}

.navbar .navbar-nav > li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: inherit;
}

.navbar .navbar-nav > li .dropdown-menu {
    margin-top: -5px;
    border: none;
}

.navbar .navbar-nav > li .dropdown-menu > .active > a {
    background-color: transparent;
}

.navbar .navbar-nav > li .dropdown-menu li {
    color: #333;
    position: relative;
}

.navbar .navbar-nav > li .dropdown-menu li.active > a {
    color: #333;
}

.navbar .navbar-nav > li .dropdown-menu li > a {
    background-color: transparent;
    margin: 0 5px;
    padding: 10px;
    border-radius: 2px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.navbar .navbar-toggle .icon-bar {
    border: 1px solid;
    transition: 0.3s ease;
    position: relative;
}

.navbar .navbar-nav > li:not(.btn) > a:before, .navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}

.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(2) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(3) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}




/* END from hestia_child_parent */


.wpform-center{
    margin: 0 auto !important;
    max-width: 750px;
    text-align: -webkit-center !important;
}
.ribbon-head-title{
    transition: .3s ease;
    margin: 15px 0 0px;
}
.ribbon-title{
    font-size: 30px;
    padding-top: 10px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    word-wrap: break-word;
}

.hestia-features, .features {
padding:    25px 0 0px;
}

@media (max-width: 768px){
.container .navbar-header {
    display: flex !important;
}
	
   .container .navbar-header {
    width: 100%;
    display: flex;
    margin: 0 auto;
   }
	
   .navbar.navbar-fixed-top .navbar-collapse {
		max-height: calc(100% - 70px);
		margin-top: 70px;
		overflow-y: auto;
		position: fixed;
		z-index: 9999;
		background: #fff;
		width: 100%;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-right: 0;
		-webkit-overflow-scrolling: auto;
   }
	
   .navbar .navbar-nav li {
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
   }
}

.price-live-event-span{
    font-size: 20px;
    font-weight:600;
}

.section {
    padding: 40px 0px 0;
}

.hestia-features .hestia-info, .hestia-features .info, .features .hestia-info, .features .info{
    padding: 30px 0 30px;
    margin: 0 auto;
}

.text-center-align{
    display: table-cell;
    height: 300px;
    float: none;
    vertical-align: middle;
}

.about, .hestia-about {
    padding: 30px 0 30px;
}

.content-center{
   display: flex;
   align-items: center; 
}

#g887{color:#F5F5F5 !important;}
.pricing-toggle {
    text-align: center;
    margin-bottom: 25px;
}
.pricing-toggle .switch {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 38px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.pricing-toggle .switch input {
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
.pricing-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    color: #DF0818;
    border-radius: 34px;
    border: solid 2px #DF0818;
}
.pricing-toggle .slider .monthly-select-text {
    left: 4px;
}
.pricing-toggle .slider .select-text {
    position: absolute;
    top: 0;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    padding: 4px 15px;
    width: 150px;
    z-index: 10;
}
.pricing-toggle input:checked+.slider .slide {
    -webkit-transform: translateX(138px);
    transform: translateX(138px);
    color: #fff;
}
.pricing-toggle .slider .slide {
    position: absolute;
    content: "";
    height: 26px;
    width: 150px;
    left: 4px;
    bottom: 4px;
    background-color: #DF0818;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 999;
    color: #fff;
    border-radius: 34px;
}
.pricing-toggle {
    text-align: center;
    margin-bottom: 25px;
}
.pricing-toggle .slider .annually-select-text {
    right: 4px;
}
.pricing-toggle .slider .select-text {
    position: absolute;
    top: 0;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    padding: 4px 15px;
    width: 150px;
    z-index: 10;
}

.content-margin-top{
     margin-top: 40px;
}
.card-margin-clear{
    margin-bottom: 0px;
}
.div-font-size{
    font-size: 18px;
}
.margin-bottom-adapt{
    margin-bottom:40px;
}
.margin-bottom-low-px{
    margin-bottom:20px;
}
.related.products {
  display: none;
}



/*This is design css. It's moved here*/


/* 
 * @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap&subset=latin-ext");
*/
.text-red {
   color: #df0517;
}
 .woocommerce-page .woocommerce .woocommerce-Message, .woocommerce-page .woocommerce .woocommerce-message, .woocommerce-page .woocommerce .cart-collaterals .card-raised, .woocommerce-account #customer_login form, .section-comments .avatar, .section-comments .media-area, .sdk .wpforms-container-full, .wpforms-container-full, .scaling-stream .wrap {
   box-shadow: 0 16px 50px -12px rgba(0, 0, 0, 0.19) !important;
}
 .woocommerce-page .woocommerce .woocommerce-Message .button, .woocommerce-page .woocommerce .woocommerce-message .button, .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button, .woocommerce-account .woocommerce-Address header a, .section-blog-info .entry-social a, .section-comments .media-area .comment h4 .comment-edit-link, .related-posts .card .category a, .livedemo-room .header .btn, .swagger-ui .opblock-tag-section h4 button {
   font-size: 11px !important;
   padding: 5px 10px !important;
   background-color: #df0517;
   color: white !important;
   text-decoration: none !important;
   line-height: normal !important;
   border-radius: 3px !important;
   font-weight: 600;
}
 .woocommerce-page .woocommerce .woocommerce-Message .button, .woocommerce-page .woocommerce .woocommerce-message .button, .woocommerce-account .woocommerce-Address header a, .section-blog-info .entry-social a, .section-comments .media-area .comment h4 .comment-edit-link, .livedemo-room .header .btn, .livedemo-room .jumbotron-left .btn, .swagger-ui .opblock-tag-section h4 button {
   border: #df0517 1px solid !important;
   color: #df0517 !important;
   background-color: transparent !important;
   border-radius: 3px !important;
   font-weight: 600;
}
 html {
   margin-top: 0 !important;
}
 body {
   font-family: 'Poppins', sans-serif !important;
   font-weight: 400;
}
 .pagebuilder-section {
   padding-top: 0 !important;
}
/* #wpadminbar {
   display: none !important;
   @media (max-width: 767.98px) {
     display: none !important;
  }
}
 body.admin-bar .navbar {
   margin-top: 0px !important;
   @media (max-width: 767.98px) {
     margin-top: 0px !important;
  }
}
 */
 .navbar {
   position: absolute !important;
   background-color: transparent !important;
   box-shadow: none !important;
}
 .navbar .title-logo-wrapper {
   min-width: 250px;
   height: 50px;
}
 .navbar .title-logo-wrapper .navbar-brand {
   background: url('/wp-content/uploads/2020/01/Ant-Media-Logo-light.svg');
   background-repeat: no-repeat;
   background-size: 80%;
   background-position: left 15px center;
   width: 300px;
   height: 100%;
}
 @media (max-width: 1199.98px) {
   .navbar .title-logo-wrapper .navbar-brand {
     background-position: left 0 center;
  }
}
 .navbar .title-logo-wrapper .navbar-brand img {
   display: none !important;
}
 .navbar .navbar-nav li a {
   padding-top: 15px;
   padding-bottom: 15px;
   border-radius: 3px;
   font-size: 14px;
   color: white !important;
   font-weight: 600 !important;
   text-transform: uppercase;
   opacity: 1 !important;
}
 @media (max-width: 1199.98px) {
   .navbar .navbar-nav li a {
     font-size: 12px;
  }
}
 .navbar .navbar-nav li a:hover {
   color: #df0517 !important;
}
 .navbar .navbar-nav li .dropdown-menu {
   background-color: rgba(0, 0, 0, 0.95);
}
 .navbar .navbar-nav li .dropdown-menu li a {
   font-size: 13px;
   font-weight: 500;
   text-transform: capitalize;
}
 .navbar .navbar-nav li .dropdown-menu li a:hover {
   color: #df0517;
}
 .navbar .navbar-nav > li:not(.btn) > a:before, .navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before {
   background-color: transparent !important;
}
 @media (max-width: 768px) {
   .navbar-collapse {
     margin-top: 70px;
     overflow-y: auto;
     position: fixed;
     z-index: 9999;
     background: rgba(0, 0, 0, 0.95) !important;
     margin-top: 70px !important;
  }
   .navbar .navbar-nav .dropdown .dropdown-menu li a {
     border-bottom: 1px solid rgba(255, 255, 255, 0.1411764705882353);
     padding-left: 15px;
     color: #8c8c8c !important;
  }
   .navbar .navbar-nav .dropdown a .caret {
	 fill: white;
     border: 1px solid white;
     border-radius: 2px;
     box-sizing: content-box;
     color: white;
     cursor: pointer;
     display: inline-block;
     font-family: Fontawesome !important;
     height: 30px;
     margin-left: 0;
     position: absolute;
     right: 15px;
     text-align: center;
     top: 10px;
     width: 30px;
     z-index: 100;
  }
   .navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
     color: white !important;
     width: 43px !important;
     padding: 10px !important;
  }
}
 .home h1 {
   font-size: 40px !important;
}
 @media (max-width: 575.98px) {
   .home h1 {
     font-size: 26px !important;
  }
}
 .home .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image, .home .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
   background-image: url("img/home/header.jpg") !important;
   background-size: cover;
}
/*.form-group.is-focused .form-control {
   background-image: linear-gradient($primary-color), to($primary-color), linear-gradient($primary-color, $primary-color) !important;
}
*/
 .hestia-toggle-search .fa {
   color: #df0517;
}
 .hestia-nav-search .search-submit {
   background-color: #df0517 !important;
}
 .hestia-nav-search .searchform:not(.media-toolbar-primary):after, .hestia-nav-search .search-form:not(.media-toolbar-primary):after, .hestia-nav-search .woocommerce-product-search:after {
   right: 16px !important;
   top: -2px !important;
}
 div, legend, b, table, td, tr, label, select, span, ul, li, a, h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins', sans-serif !important;
}
 .sow-fab {
   font-family: 'sow-fontawesome-brands' !important;
   font-style: normal !important;
   font-weight: normal !important;
}
 .widget-title h2 {
   font-family: inherit !important;
   font-size: 48px;
   font-weight: 500;
}
 .shop-item-title-link {
   font-family: 'Poppins', sans-serif !important;
   color: black !important;
   font-size: 24px !important;
}

 h2 {
   font-family: inherit !important;
   font-size: 24px;
   font-weight: 500;
	line-height: 1.2;
}
 h3 {
   font-family: 'Poppins', sans-serif !important;
   font-size: 28px;
}
 h5 {
   font-family: inherit !important;
   font-size: 18px !important;
   color: black !important;
   padding-left: 15px;
   padding-right: 15px;
}
 p {
   font-family: inherit !important;
   color: black;
}
 .n2-ss-layer {
   max-width: 100% !important;
}
 .n2-ss-layer h1 {
   font-family: inherit !important;
}
 .n2-ss-slider .n2-ss-layer-content {
   margin-top: 3%;
}
 .n2-ss-last-in-row {
   margin-top: 0 !important;
}
 div#n2-ss-3 .n2-style-2cb199d86187f87470849989e0e04241-heading {
   font-size: 48px !important;
   margin-bottom: 20px;
   margin-bottom: 20px;
}
 @media (max-width: 768px) {
   div#n2-ss-3 .n2-style-2cb199d86187f87470849989e0e04241-heading {
     font-size: 29px !important;
  }
}
 div#n2-ss-3 .n2-font-9ef79e29cb4d402e30e2c456c7d2feeb-paragraph {
   font-family: inherit !important;
   color: #fff;
   font-size: 125%;
   text-shadow: none;
   line-height: 1.3;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   letter-spacing: normal;
   word-spacing: normal;
   text-transform: none;
}
 @media (max-width: 767.98px) {
   div#n2-ss-3 .n2-font-9ef79e29cb4d402e30e2c456c7d2feeb-paragraph {
     font-size: 100% !important;
     line-height: 1.5 !important;
  }
}
 div#n2-ss-3 .n2-style-4e93436db91717a3412fb5597b6cfd74-heading {
   background: #df0517;
   opacity: 1;
   padding: 0.8em 3em;
   border-radius: 3px;
}
 div#n2-ss-3 .n2-style-4e93436db91717a3412fb5597b6cfd74-heading:hover, div#n2-ss-3 .n2-style-4e93436db91717a3412fb5597b6cfd74-heading:focus, div#n2-ss-3 .n2-style-4e93436db91717a3412fb5597b6cfd74-heading:active {
   background: #df0517;
   border-radius: 3px;
}
 .n2-ss-slide, .n2-ss-slider-1 {
   height: 600px !important;
}
 @media (max-width: 767.98px) {
   .n2-ss-slide, .n2-ss-slider-1 {
     height: 500px !important;
  }
}
 .n2-ss-slide-background-image {
   opacity: 0.3 !important;
}
 .hestia-features .hestia-features-content .hestia-info .icon {
   color: #df0517 !important;
}
 .hestia-features .hestia-features-content .hestia-info .icon i {
   font-size: 66px;
}
 .hestia-features .hestia-features-content .info-title {
   font-family: inherit !important;
   color: black;
   font-size: 21px;
}
 .hestia-features .hestia-features-content p {
   font-family: inherit !important;
   color: black;
   font-size: 17px !important;
}
 .hestia-features .hestia-features-content p i {
   color: black !important;
}
 a {
   color: #df0517;
}
 a:hover {
   color: #df0517;
   opacity: 0.7 !important;
}
 .css-sawfha-Button-Button, .n2-ss-button-container a, .ow-button-base a, .btn, .btn-success, .btn-primary, .button, button {
   font-family: inherit !important;
   font-size: 15px !important;
   font-weight: 600 !important;
   color: white !important;
   letter-spacing: -0.5px !important;
   background: #df0517 !important;
   border: none !important;
   padding: 12px 30px !important;
   box-shadow: none !important;
   border-radius: 3px !important;
   text-transform: capitalize !important;
   opacity: 1 !important;
}
 @media (max-width: 1199.98px) {
   .css-sawfha-Button-Button, .n2-ss-button-container a, .ow-button-base a, .btn, .btn-success, .btn-primary, .button, button {
     font-size: 16px !important;
  }
}
 @media (max-width: 767.98px) {
   .css-sawfha-Button-Button, .n2-ss-button-container a, .ow-button-base a, .btn, .btn-success, .btn-primary, .button, button {
     font-size: 14px !important;
  }
}
 .css-sawfha-Button-Button:hover, .n2-ss-button-container a:hover, .ow-button-base a:hover, .btn:hover, .btn-success:hover, .btn-primary:hover, .button:hover, button:hover, .css-sawfha-Button-Button:focus, .n2-ss-button-container a:focus, .ow-button-base a:focus, .btn:focus, .btn-success:focus, .btn-primary:focus, .button:focus, button:focus, .css-sawfha-Button-Button:active, .n2-ss-button-container a:active, .ow-button-base a:active, .btn:active, .btn-success:active, .btn-primary:active, .button:active, button:active {
   background: #df0517 !important;
   border-radius: 3px !important;
   box-shadow: none !important;
   opacity: 1 !important;
}
 .css-sawfha-Button-Button[disabled], .n2-ss-button-container a[disabled], .ow-button-base a[disabled], .btn[disabled], .btn-success[disabled], .btn-primary[disabled], .button[disabled], button[disabled] {
   background-color: #e2e2e2 !important;
   color: #fff !important;
}
 .btn-primary-light {
   color: #df0517 !important;
   background: white !important;
}
 .btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
   color: #df0517 !important;
   background: white !important;
}
 .hestia-about {
   padding: 70px 0;
   background-image: url("img/home/about.jpg") !important;
   background-color: #df0517 !important;
}
 .hestia-about:after {
   background-color: rgba(0, 0, 0, 0.8);
}
 .hestia-about .textwidget p {
   font-family: inherit !important;
   color: white !important;
   font-size: 16px !important;
}
 .hestia-about .custom-html-widget {
   margin-top: 80px;
}
 .hestia-about img {
   height: 80px;
   margin-top: 30px;
}
/*
 .products {
   padding-bottom: 0;
}
*/
 .headernew {
   height: 700px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center bottom;
}
 @media (max-width: 575.98px) {
   .headernew {
     height: 670px;
  }
}
 @media (max-width: 320.98px) {
   .headernew {
     height: 580px;
  }
}
 .headernew .container {
   position: relative;
   height: 100%;
}
 .headernew .content {
   position: absolute;
   left: 0;
   bottom: 0%;
   width: 100%;
   padding: 0 15px;
   z-index: 9;
}
 @media (max-width: 575.98px) {
   .headernew .content {
     top: 87px;
  }
}
 @media (max-width: 320.98px) {
   .headernew .content {
     top: 79px;
  }
}
 .headernew .content h1 {
   font-size: 45px !important;
   font-weight: 500;
   text-align: left;
   line-height: 1.3;
   color: white;
   margin-bottom: 30px;
}
 @media (max-width: 1199.98px) {
   .headernew .content h1 {
     font-size: 37px !important;
  }
}
 @media (max-width: 575.98px) {
   .headernew .content h1 {
     font-size: 27px !important;
  }
}
 @media (max-width: 320.98px) {
   .headernew .content h1 {
     font-size: 22px !important;
  }
}
 .headernew .content p {
   font-size: 20px;
   font-weight: 400;
   text-align: left;
   line-height: 1.6;
   color: white;
   margin-bottom: 50px;
}
 @media (max-width: 575.98px) {
   .headernew .content p {
     font-size: 16px !important;
  }
}
 @media (max-width: 320.98px) {
   .headernew .content p {
     font-size: 14px !important;
     margin-bottom: 30px;
  }
}
 .headernew .content .btn {
   padding: 11px 39px !important;
   font-size: 18px !important;
   font-weight: 700 !important;
   /*margin-bottom: 15%;*/
}
 @media (max-width: 575.98px) {
   .headernew .content .btn {
     padding: 15px 20px !important;
     font-size: 14px !important;
     margin-bottom: 5px;
     width: 159px;
  }
}
 @media (max-width: 320.98px) {
   .headernew .content .btn {
     padding: 9px 33px !important;
     font-size: 14px !important;
     margin-bottom: 5px;
  }
}
 .headernew .content .btn-wrapper {
   position: relative;
   display: inline-grid;
   text-align: center;
}
 .headernew .content .btn-wrapper .btn-alert {
   color: #fff;
   text-align: center;
   margin-top: -80px;
}
 .headernew .content .averagenew {
   text-align: center;
   position: absolute;
   right: 0px;
   top: 250px;
}


 @media (max-width: 1199.98px) {
   .headernew .content .averagenew {
   top: 252px;
  }
}
 @media (max-width: 991.98px) {
   .headernew .content .averagenew {
     top: auto;
     bottom: 50px;
  }
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew {
     padding: 30px 0 0px 0;
     left: 15px;
     width: 90%;
     bottom: -70px;
  }
}
 .headernew .content .averagenew .new-year-date {
   text-align: center;
   margin-bottom: 10px;
   margin-left: 53px;
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew .new-year-date {
     position: absolute;
     right: 29px;
     top: -70px;
     text-align: right;
  }
}
 .headernew .content .averagenew .new-year-date .title {
   color: white;
   font-weight: 400;
   text-align: center;
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew .new-year-date .title {
     display: none;
  }
}
 .headernew .content .averagenew .new-year-date #bfdate {
   color: white;
   font-weight: 600;
   text-align: center;
}
 @media (max-width: 1000px) {
   .headernew .content .averagenew .new-year {
     display: none;
     position: absolute;
     right: -3px;
     bottom: 30px;
  }
}

 @media (max-width: 1000px) {
   .bfslider {
     display: none;
  }
}

 @media (max-width: 991px) {
 .headernew .content .averagenew .new-year img {
   max-width: 25% !important;
}
}
 .headernew .content .averagenew .new-year img {
   max-width: 70%;
   max-height: 70%;
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew .new-year img {
     max-width: 40%;
  }
}
 .headernew .content .averagenew .go-licence {
   margin-top: 10px;
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew .go-licence {
     position: absolute;
     bottom: -30px;
     right: 0px;
  }
}
 .headernew .content .averagenew p {
   font-family: inherit !important;
   color: white !important;
   font-size: 23px !important;
   font-weight: 400;
   line-height: 1.3;
   padding: 0;
   margin: 0;
   text-align: right;
}
 @media (max-width: 1199.98px) {
   .headernew .content .averagenew p {
     font-size: 20px !important;
  }
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew p {
     font-size: 12px !important;
     text-align: left;
  }
}
 .headernew .content .averagenew p .highlights {
   font-family: inherit !important;
   color: white !important;
   font-size: 32px;
   font-weight: 700;
   letter-spacing: -1px;
   margin-bottom: 0;
   background-image: url('/img/highlight-line.svg');
   background-repeat: no-repeat;
   background-size: 83%;
   background-position: right bottom 10px;
   display: block;
   padding: 27px 0;
   text-align: right;
}
 @media (max-width: 1199.98px) {
   .headernew .content .averagenew p .highlights {
     font-size: 34px;
     background-size: 90%;
  }
}
 @media (max-width: 575.98px) {
   .headernew .content .averagenew p .highlights {
     font-size: 20px;
     background-size: 45%;
     background-position: left bottom 0px;
     padding: 12px 0;
     margin-bottom: 6px;
     text-align: left;
  }
}
 .what-is {
   padding: 50px 0 0 0;
}
 @media (max-width: 1199.98px) {
   .what-is {
     padding: 50px 0 0 0;
  }
}
 @media (max-width: 575.98px) {
   .what-is {
     padding: 10px 0 0 0;
  }
}
 .what-is h2 {
   font-size: 45px !important;
   font-weight: 500;
   text-align: center;
   line-height: 1.3;
   color: #df0517;
   margin-bottom: 30px;
}
 @media (max-width: 575.98px) {
   .what-is h2 {
     font-size: 34px !important;
  }
}
 .what-is p {
   font-size: 24px;
   font-weight: 400;
   text-align: center;
   line-height: 1.6;
   color: black;
   margin-bottom: 50px;
   padding: 0 140px;
}
 @media (max-width: 1199.98px) {
   .what-is p {
     padding: 0 30px;
  }
}
 @media (max-width: 575.98px) {
   .what-is p {
     font-size: 18px;
     padding: 0;
  }
}
 .what-is .pic {
   border-radius: 10px;
   overflow: hidden;
}
 @media (max-width: 1199.98px) {
   .what-is .pic {
     margin-bottom: 30px;
  }
}
 @media (max-width: 575.98px) {
   .what-is .pic {
     margin-bottom: 30px;
  }
}
 .what-is .box {
   border: 4px solid #df0517;
   padding: 20px;
   border-radius: 10px;
   text-align: right;
}
 @media (max-width: 1199.98px) {
   .what-is .box {
     padding: 17px 10px;
  }
}
 .what-is .box p {
   margin: 0;
}
 .what-is .box img {
   text-align: center;
   height: 100px;
   margin-bottom: 10px;
   float:left;
}
 @media (max-width: 1199.98px) {
   .what-is .box img {
     height: 55px;
  }
}
 .what-is .box .number {
   font-size: 32px;
   font-weight: 700;
  /* text-align: center;*/
   color: #df0517;
}
 .what-is .box .title {
   font-size: 18px;
   font-weight: 700;
 /*  text-align: center;
 */  line-height: 1.2;
   color: black;
}
 @media (max-width: 1199.98px) {
   .what-is .box .title {
     font-size: 16px;
  }
}
 .reference-logos .container {
   margin-bottom: 50px;
}
 .reference-logos .container .swiper-references {
   height: 140px;
}
 @media (max-width: 575.98px) {
   .reference-logos .container .swiper-references {
     height: 140px;
  }
}
 .reference-logos .container .swiper-references img {
   max-width: 100%;
   max-height: 70px;
}
 @media (max-width: 767.98px) {
   .reference-logos .container .swiper-references img {
     font-size: 14px;
  }
}
 @media (max-width: 575.98px) {
   .ant-media-server-free-trial .headernew .btn {
     margin-bottom: 17%;
  }
}
 @media (max-width: 991.98px) {
   .ant-media-server-free-trial .headernew .averagenew {
     top: auto;
     bottom: -20px;
  }
}
 .ant-media-server-free-trial .reference-logos .swiper-references {
   height: 120px;
   margin-top: 40px;
   margin-bottom: -50px;
}
 .ant-media-server-free-trial .modal-header .close {
   margin-top: -2px;
   position: absolute;
   right: 15px;
   font-size: 44px !important;
   background: none !important;
   color: #df0517 !important;
   padding: 0 !important;
}
 .ant-media-server-free-trial .modal-header .modal-title {
   color: black;
   font-weight: 700;
}
 .ant-media-server-free-trial div.wpforms-container-full {
   margin-bottom: 0 !important;
}
 .swiper-pagination-bullet-active {
   background-color: #df0517;
}
 .home-features {
   padding: 65px 0 5px 0;
   background-color: #eee;
}
 .home-features .feature-box {
   display: inline-block;
   float: none !important;
   margin-right: -4px;
   margin-left: -4px;
   vertical-align: top;
}
 .home-features .feature-box .hestia-info {
   padding: 30px 0 30px;
   margin: 0 auto;
}
 .why-antmedia {
   padding: 80px 0 40px 0;
   background-image: url('/img/home/why-antmedia.jpeg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center bottom;
   text-align: center;
}
 @media (max-width: 575.98px) {
   .why-antmedia {
     padding: 30px 0 10px 0;
  }
}
 .why-antmedia h2 {
   font-weight: 700;
   text-align: center;
   line-height: 1.3;
   color: white;
   margin-bottom: 50px;
}
 @media (max-width: 575.98px) {
   .why-antmedia h2 {
     font-size: 37px !important;
  }
}
 .why-antmedia .item {
   text-align: center;
   margin-bottom: 50px;
}
 @media (max-width: 575.98px) {
   .why-antmedia .item {
     margin-bottom: 30px;
  }
}
 .why-antmedia .item img {
   text-align: center;
   height: 70px;
   margin-bottom: 10px;
}
 .why-antmedia .item .title {
   font-size: 23px;
   font-weight: 700;
   text-align: center;
   line-height: 1.2;
   color: white;
}
 @media (max-width: 575.98px) {
   .why-antmedia .item .title {
     font-size: 17px;
  }
}
 .pricing-toggle .slider {
   color: #df0517;
   border: 1px solid #df0517;
}
 .pricing-toggle .slider .select-text {
   position: absolute;
   top: 3px;
   display: inline-block;
   text-align: center;
   line-height: 24px;
   padding: 4px 15px;
   width: 150px;
   z-index: 10;
}
 .pricing-toggle .slider .slide {
   position: absolute;
   content: "";
   height: 26px;
   width: 150px;
   left: 4px;
   bottom: 5px;
   background-color: #df0517;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   z-index: 999;
   color: white;
   border-radius: 34px;
   padding-top: 1px;
}
 .section-gray {
   background: white;
}
 .hestia-title {
   font-family: inherit;
   color: black !important;
   text-decoration: none;
   word-wrap: break-word;
   line-height: 1.2;
   padding-left: 15px;
   padding-right: 15px;
	text-align: center;
}
 @media (max-width: 767.98px) {
   .hestia-title {
     text-align: center;
     margin-top: 40px;
  }
}
 .description {
   font-weight: 400;
   text-align: center;
}
 @media (max-width: 767.98px) {
   .description {
     text-align: center;
  }
}
 .pricing-toggle {
   display: none !important;
}
 .shop-item .card {
   display: inline-block;
   position: relative;
   margin-bottom: 30px;
   border-radius: 6px;
   background-color: white !important;
   color: #3C4858;
   background: white;
   max-width: 100%;
   box-shadow: 0 0 0 2px #000 !important;
}
 @media (max-width: 767.98px) {
   .shop-item .card {
     margin-bottom: 0;
  }
}
/*
 .shop-item .card .content {
   min-height: 500px;
}
*/
 @media (max-width: 767.98px) {
   .shop-item .card .content {
     min-height: auto !important;
  }
}
 .shop-item .card .content .card-title {
   font-family: inherit !important;
   color: black !important;
   text-align: center !important;
   margin-bottom: 20px;
   /*min-height: 60px;*/
}
 .shop-item .card .content .card-title a {
   color: #3C4858 !important;
   font-size: 22px !important;
}
 @media (max-width: 1199.98px) {
   .shop-item .card .content .card-title a {
     font-size: 17px !important;
  }
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .card-title a {
     font-size: 28px !important;
  }
}
 .shop-item .card .content .price-wrapper {
   overflow: hidden;
  /* height: 140px;
   */
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .price-wrapper {
     height: auto;
     margin-bottom: 20px;
  }
}
 .shop-item .card .content .price-wrapper .toggle_radio {

   position: relative;
   margin: 0;
   overflow: hidden;
   padding: 0 !important;
   position: relative;
   width: 105%;
}
 .shop-item .card .content .price-wrapper .toggle_radio > * {
   float: left;
}
 .shop-item .card .content .price-wrapper input[type=radio] {
   display: none;
}
 .shop-item .card .content .price-wrapper input[type=radio]:checked + label {
   opacity: 1;
}
 .shop-item .card .content .price-wrapper input[type=radio]:checked + label .toggle_option_slider {
   background: #df0517 !important;
   border: white 1px solid;
   box-shadow: 0 0 0 1px black;
}
 .shop-item .card .content .price-wrapper label {
   position: relative;
   color: black;
   border: black 1px solid;
   z-index: 0;
   display: block;
   width: 31%;
   height: 115px;
   padding: 10px;
   font-weight: 600;
   border-radius: 0;
  /* border-bottom-left-radius: 3px;
   border-bottom-right-radius: 0;
   border-top-left-radius: 3px;
   border-top-right-radius: 0;
  */
   cursor: pointer;
   z-index: 1;
   text-align: center;
   opacity: 0.5;
}
 .shop-item .card .content .price-wrapper label.wide {
   width: 60%;
}
 .shop-item .card .content .price-wrapper label .toggle_option_slider {
   width: 10px;
   height: 10px;
   position: absolute;
   top: 5px;
   left: 5px;
   border-radius: 99px;
   background: transparent !important;
   border: white 1px solid;
   box-shadow: 0 0 0 1px black;
}
 .shop-item .card .content .price-wrapper label.first {
   margin-right: -1px;
  /*border-bottom-left-radius: 0;
   border-bottom-right-radius: 3px;
   border-top-left-radius: 0;
   border-top-right-radius: 3px;
  */
}
 .shop-item .card .content .price-wrapper label .price {
   font-family: inherit !important;
   font-size: 33px !important;
   font-weight: 700;
   line-height: 1 !important;
   text-align: center;
   color: #df0517;
}
 @media (max-width: 1199.98px) {
   .shop-item .card .content .price-wrapper label .price {
     font-size: 26px !important;
  }
}
 @media (max-width: 1050px) {
   .shop-item .card .content .price-wrapper label .price {
     font-size: 23px !important;
  }
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .price-wrapper label .price {
     font-size: 42px;
  }
}
 .shop-item .card .content .price-wrapper label .price small {
   font-size: 18px;
   font-weight: 400;
}
 .shop-item .card .content .price-wrapper label .per {
   color: black;
   font-size: 12px;
   line-height: 1.4;
   text-align: center;
}
 @media (max-width: 1199.98px) {
   .shop-item .card .content .price-wrapper label .per {
     font-size: 10px;
  }
}
 @media (max-width: 1050px) {
   .shop-item .card .content .price-wrapper label .per {
     font-size: 9px;
  }
}
}
 .shop-item .card .content .price-wrapper label .per small {
   display: block;
   font-size: 8px;
}
 .shop-item .card .content .price-wrapper .price {
   font-family: inherit !important;
   font-size: 21px;
   font-weight: 500;
   line-height: 1 !important;
   text-align: left;
  /* color: #df0517;*/
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .price-wrapper .price {
     font-size: 26px !important;
  }
}
 .shop-item .card .content .price-wrapper .price.big {
   font-size: 33px;
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .price-wrapper .price.big {
     font-size: 43px !important;
  }
}
 .shop-item .card .content .price-wrapper .per {
   color: black;
   font-size: 11px;
   text-align: left;
}
 .shop-item .card .content .price-wrapper .per small {
   font-size: 9px;
   display: block;
   font-weight: 500;
}
 .shop-item .card .content h6 {
   font-family: inherit !important;
   font-size: 16px;
   font-weight: 400;
   text-align: left;
   margin-bottom: 30px;
   height: 90px;
}
 .shop-item .card .content h6 .noprice {
   font-family: inherit !important;
   font-size: 21px;
   font-weight: 700;
   color: #df0517;
}
 .shop-item .card .content h6 .price {
   font-family: inherit !important;
   font-size: 56px;
   font-weight: 700;
   line-height: 1 !important;
   color: #df0517;
}
 .shop-item .card .content h6 .price small {
   font-size: 24px;
   color: #df0517;
}
 .shop-item .card .content h6 .per {
   display: block;
   font-family: inherit !important;
   font-size: 13px;
   font-weight: 700;
}
 .shop-item .card .content h6 p {
   font-family: inherit !important;
   font-size: 14px !important;
   color: black !important;
   font-weight: 600 !important;
   text-align: left;
}
 .shop-item .card .content .stats {
   padding: 0;
}
 .shop-item .card .content .stats p a {
   color: white !important;
   background-color: #df0517;
   font-size: 12px;
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .stats p a {
     font-size: 18px !important;
  }
}
 .shop-item .card .content .stats p a:hover {
   color: white !important;
}
 .shop-item .card .content .card-description {
   min-height: 200px !important;
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .card-description {
     height: auto !important;
  }
}
 .shop-item .card .content .card-description img {
   min-width: auto !important;
   width: auto !important;
   height: 70px !important;
   margin: 20px 0 !important;
}
 .shop-item .card .content .card-description ul li {
   font-family: inherit !important;
   font-size: 15px !important;
   line-height: 1.618;
   color: #68717e !important;
   font-weight: 400 !important;
   text-align: center;
}
 @media (max-width: 767.98px) {
   .shop-item .card .content .card-description ul li {
     font-size: 17px !important;
  }
}
 .shop-item .card .content .card-description ul li a {
   color: #df0517;
   text-decoration: underline;
}
 .shop-item .card .content .card-description p {
   font-size: 14px !important;
   font-weight: 400;
   line-height: 2.2;
   height: auto !important;
}
 .shop-item .card .footer {
   background: none !important;
}
 .shop-item .card .footer .footer-info {
   font-size: 14px !important;
   line-height: 1.4;
   text-align: center;
}
 .quick-launch .card .content {
   min-height: 340px !important;
}
 @media (max-width: 767.98px) {
   .quick-launch .card .content {
     min-height: auto !important;
  }
}
 .quick-launch .card .content .card-description {
   text-align: center;
   min-height: 190px !important;
}
 @media (max-width: 1199.98px) {
   .quick-launch .card .content .card-description {
     min-height: auto !important;
  }
}
 .scalable-cloud .content {
   min-height: 340px !important;
}
 @media (max-width: 767.98px) {
   .scalable-cloud .content {
     min-height: auto !important;
  }
}
 .hosted-solution .card .content {
   min-height: 520px;
}
 @media (max-width: 767.98px) {
   .hosted-solution .card .content {
     min-height: auto;
  }
}
 .hosted-solution .card .content .card-description {
   min-height: 213px;
}
 @media (max-width: 767.98px) {
   .hosted-solution .card .content .card-description {
     min-height: auto;
  }
}
 #supportPackages .card .content {
   min-height: 523px !important;
}
 @media (max-width: 767.98px) {
   #supportPackages .card .content {
     min-height: auto !important;
  }
}
 #supportPackages .card .content .card-title {
   min-height: 90px;
}
 @media (max-width: 767.98px) {
   #supportPackages .card .content .card-title {
     min-height: auto !important;
  }
}
 #supportPackages .card .content .card-description {
   text-align: center;
   min-height: 160px !important;
}
 @media (max-width: 1199.98px) {
   #supportPackages .card .content .card-description {
     min-height: auto !important;
  }
}
 .dark .shop-item .card {
   background-color: #f5f5f5 !important;
   box-shadow: none !important;
  /* .content {
     .card-title {
       a {
      }
    }
     .price-wrapper {
       .price {
      }
       label {
         .per {
        }
      }
       .per {
      }
    }
     .card-description {
       ul {
         li {
        }
      }
    }
  }
   */
}
 #comparison_table .bg-purple {
   border-top: 3px solid #df0517 !important;
}
 #comparison_table .bg-blue {
   border-top: 3px solid #df0517 !important;
}
 #comparison_table table th {
   color: black !important;
   font-weight: 600;
}
 #comparison_table table tr:nth-child(even) {
   background: #f5f5f5;
}
 #comparison_table table td {
   font-family: inherit !important;
   font-size: 14px !important;
   color: black !important;
}
 #comparison_table table td img {
   height: 15px;
}
 .hestia-ribbon {
   /*background-image: url('img/home/hiring.jpg') !important;*/
   /*background-image: url('/img/home/why-antmedia.jpg') !important; */
}
 .hestia-ribbon h4 {
   font-family: inherit !important;
   font-size: 27px !important;
   font-weight: 700 !important;
   line-height: 1.2;
}
 .hestia-ribbon:after {
   display: block;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   content: "";
}
 .hestia-ribbon img {
   height: 65px;
}
 .hestia-ribbon .hestia-title {
   color: white !important;
}
 @media (max-width: 767.98px) {
   .hestia-ribbon .hestia-title {
     font-size: 34px !important;
     line-height: 1.1;
  }
}
 .realtime {
   background-image: url('img/home/running.jpg') !important;
}
 .hestia-team {
   padding: 30px 0;
}
 @media (max-width: 767.98px) {
   .hestia-team {
     padding: 30px 0;
  }
}
 @media (max-width: 767.98px) {
   .hestia-team .card-image {
     height: auto;
     width: 100%;
  }
}
 .card-profile .card-image {
   box-shadow: none !important;
}
 .card-profile h4 {
   font-family: inherit !important;
   font-size: 21px !important;
   color: #3C4858 !important;
   font-weight: 500 !important;
   margin: 0 0 10px 0;
}
 .card-profile p {
   font-family: inherit !important;
   font-size: 15px !important;
   color: black !important;
   font-weight: 400 !important;
}
 .hestia-blogs .card-image {
   box-shadow: none !important;
}
 .hestia-blogs .content {
   padding: 0;
}
 .hestia-blogs .category {
   margin-top: 25px;
   margin-bottom: 20px;
   text-align: left;
}
 .hestia-blogs .category a {
   font-family: inherit !important;
   font-size: 13px !important;
   color: white !important;
   background-color: #df0517;
   font-weight: 600 !important;
   padding: 5px 15px;
   border-radius: 3px;
}
 .hestia-blogs h4 {
   font-family: inherit !important;
   margin-bottom: 20px !important;
}
 .hestia-blogs h4 a {
   font-family: inherit !important;
   font-size: 21px !important;
   color: black !important;
   font-weight: 600 !important;
   text-align: left;
   margin: 0 0 10px 0;
}
 .hestia-blogs p {
   font-family: inherit !important;
   font-size: 15px !important;
   color: black !important;
   font-weight: 400 !important;
   text-align: left !important;
}
 .hestia-blogs .moretag {
   font-family: inherit !important;
   font-size: 15px !important;
   color: #3C4858 !important;
   font-weight: 600 !important;
   text-align: left !important;
   text-decoration: underline;
}
 .hestia-blogs .blog-item-title-link {
   font-family: inherit !important;
   color: black !important;
}
 @media (max-width: 767.98px) {
   .hestia-blogs .blog-item-title-link {
     text-align: center;
  }
}
 .hestia-blogs .hestia-title {
   text-align: center;
   margin: 0;
}
 .hestia-blogs .hestia-title a {
   font-size: 20px !important;
}
 .hestia-contact {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center bottom;
}
 .hestia-contact:after {
   background-color: rgba(0, 0, 0, 0.5);
}
 .hestia-contact .hestia-title {
   font-family: inherit;
   color: white !important;
   text-decoration: none;
   word-wrap: break-word;
   padding-left: 0 !important;
}
 .hestia-contact .hestia-description {
   font-weight: 500;
}
 .hestia-contact .card-contact .header-primary {
   background-color: #df0517;
}
 .hestia-contact .card-contact .header-primary h4 {
   font-family: inherit !important;
   font-size: 21px !important;
}
 .hestia-contact .wpforms-submit-container {
   text-align: left !important;
}
 .hestia-contact .wpforms-field-label {
   color: black;
}
 .hestia-contact input.wpforms-error {
   border: 1.5px solid #df0517 !important;
   border-radius: 3px;
}
 .hestia-contact .wpforms-error {
   color: #df0517 !important;
   line-height: 1.6;
}
 .hestia-contact .wpforms-field-description {
   font-family: inherit !important;
   font-size: 11px !important;
   color: #959595 !important;
}
 .hestia-contact.contact-page {
   background: none !important;
   padding: 0 !important;
   margin: 30px 0 !important;
}
 @media (max-width: 575.98px) {
   .hestia-contact.contact-page {
     margin: 10px 0 !important;
  }
}
 .hestia-contact.contact-page h2 {
   color: black !important;
}
 .hestia-contact.contact-page p {
   color: black !important;
}
 .hestia-contact.contact-page span {
   color: black !important;
}
 .hestia-contact.contact-page .hestia-description {
   margin-bottom: 40px !important;
}
 .hestia-contact.contact-page .hestia-description h3 {
   font-family: inherit !important;
   font-size: 21px !important;
   font-weight: 600 !important;
   margin-top: 30px !important;
   color: #df0517 !important;
}
 .hestia-contact.contact-page .hestia-description p {
   margin-bottom: 5px !important;
}
 .is-focused .form-control {
   background-image: linear-gradient(#df0517, #df0517), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
 .footer {
   background: #f5f5f5 !important;
}
 .footer a {
   color: black !important;
}
 @media (max-width: 767.98px) {
   .footer .social-media-button-container {
     margin-bottom: 20px;
  }
}
 .footer .social-media-button-container a {
   color: white !important;
   background-color: #df0517;
   border: none;
}
 .footer .social-media-button-container a:hover {
   color: white !important;
   background-color: black !important;
   border: none;
}
 .footer .social-media-button-container .sow-social-media-button- {
   background-color: transparent !important;
}
 .footer .social-media-button-container .sow-icon-fontawesome:before {
   color: white !important;
}
 .footer hr {
   border-color: #e2e2e2 !important;
}
 .footer .widget {
   margin-bottom: 10px;
}
 .footer .widget p {
   margin-bottom: 10px !important;
}
 .footer .widget a {
   color: black !important;
   font-size: 12px;
   opacity: 1 !important;
   font-weight: 400;
}
 @media (max-width: 767.98px) {
   .footer .widget {
     text-align: center;
  }
}
 .footer .widget_text {
   text-align: right;
}
 @media (max-width: 767.98px) {
   .footer .widget_text {
     text-align: center;
  }
}
 .footer .widget_media_image img {
   max-width: 70% !important;
}
 @media (max-width: 767.98px) {
   .footer .widget_media_image img {
     margin-bottom: 20px;
  }
}
 .footer .footer-menu li:first-child a {
   padding-left: 0;
}
 .page-header .hestia-title {
   font-family: inherit !important;
   color: white !important;
   font-size: 46px !important;
   font-weight: 700 !important;
}
 .page-header .author {
   color: white !important;
}
 .page-header .author strong {
   text-decoration: underline !important;
}
/* Cart Page */
 @media (max-width: 767.98px) {
   .woocommerce-page .wrapper.no-content .page-header, .woocommerce-page .wrapper.classic-blog .page-header {
     display: block !important;
     min-height: 100px !important;
  }
   .woocommerce-page .wrapper.no-content .main, .woocommerce-page .wrapper.classic-blog .main, .woocommerce-page .woocommerce-checkout .wrapper.no-content .main, .woocommerce-page .woocommerce-checkout .wrapper.classic-blog .main {
     margin-top: 0 !important;
  }
}
 .woocommerce-page .header-filter {
   background-image: url('/img/cart/header.jpg') !important;
}
 .woocommerce-page h1 {
   padding-left: 0;
}
 .woocommerce-page .woocommerce .woocommerce-info {
   color: white;
   background-color: #df0517;
}
 .woocommerce-page .woocommerce .woocommerce-password-strength {
   font-size: 15px;
   border: none;
}
 .woocommerce-page .woocommerce .woocommerce-password-strength.short {
   color: white;
   background-color: #df0517;
}
 .woocommerce-page .woocommerce .woocommerce-password-strength.bad {
   color: white;
   background-color: #df0517;
}
 .woocommerce-page .woocommerce .woocommerce-password-strength.good {
   color: white;
   background-color: #45c565;
}
 .woocommerce-page .woocommerce .woocommerce-password-strength.strong {
   color: white;
   background-color: #45c565;
}
 .woocommerce-page .woocommerce .woocommerce-Message, .woocommerce-page .woocommerce .woocommerce-message {
   font-family: inherit !important;
   font-size: 14px !important;
   color: black;
   background-color: #e2e2e2 !important;
   font-weight: 600;
   line-height: normal;
   padding: 15px 10px 11px 50px !important;
   border-radius: 3px !important;
}
 .woocommerce-page .woocommerce .woocommerce-Message::before, .woocommerce-page .woocommerce .woocommerce-message::before {
   top: 18px;
   color: black;
}
 .woocommerce-page .woocommerce .woocommerce-Message .button, .woocommerce-page .woocommerce .woocommerce-message .button {
   margin-top: -5px !important;
}
 .woocommerce-page .woocommerce .cart th {
   font-family: inherit !important;
   font-weight: 500 !important;
   color: black !important;
}
 .woocommerce-page .woocommerce .cart .woocommerce-Price-amount {
   font-family: inherit !important;
   font-weight: 700 !important;
}
 .woocommerce-page .woocommerce .cart .cart_item .product-remove .remove {
   color: #df0517 !important;
}
 .woocommerce-page .woocommerce .cart .cart_item .product-remove .remove:hover {
   color: white !important;
   background-color: #df0517 !important;
}
 .woocommerce-page .woocommerce .cart .cart_item td {
   font-family: inherit !important;
   font-weight: 500 !important;
   color: black !important;
}
 .woocommerce-page .woocommerce .cart .cart_item td a {
   font-family: inherit !important;
   font-weight: 500 !important;
   color: black !important;
}
 .woocommerce-page .woocommerce .cart-collaterals h2 {
   font-family: inherit !important;
   font-size: 28px !important;
   font-weight: 700;
   text-transform: uppercase;
}
 .woocommerce-page .woocommerce .cart-collaterals .cart_totals th {
   font-family: inherit !important;
   font-weight: 400;
}
 .woocommerce-page .woocommerce .cart-collaterals .cart_totals td {
   font-weight: 700;
   font-size: 16px;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order {
   font-family: inherit !important;
   color: black;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order th {
   font-weight: 400;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order td.product-name {
   font-weight: 400;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .product-name {
   font-weight: 700;
   width: 55%;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .product-total {
   font-weight: 700;
   width: 45%;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .product-total .subscription-details {
   font-size: 15px;
   font-weight: 400 !important;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-Price-amount {
   font-size: 20px;
   font-weight: 700;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
   font-size: 15px;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-billing-fields {
   font-family: inherit !important;
   color: black !important;
   font-weight: 500;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-billing-fields h3 {
   font-family: inherit !important;
   font-size: 40px !important;
   margin-bottom: 40px;
   color: black !important;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-billing-fields label {
   color: black !important;
   font-weight: 600 !important;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
   background: #f5f5f5 !important;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment label {
   font-family: inherit !important;
   color: black !important;
}
 .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .about_paypal, .woocommerce-page .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-link {
   color: #df0517 !important;
   font-weight: 700;
}
 .woocommerce-page .woocommerce .order_details {
   font-family: inherit !important;
   padding-left: 0 !important;
   color: black !important;
}
 .woocommerce-page .woocommerce .order_details li {
   font-size: 12px;
   line-height: 1.5;
   font-weight: 400;
}
 .woocommerce-page .woocommerce .order_details + p {
   margin-bottom: 30px;
   font-size: 15px;
   font-weight: 400;
}
 .woocommerce-page .woocommerce .iyz-screens input {
   font-family: inherit;
   font-weight: 500;
   color: black !important;
}
 .woocommerce-page .woocommerce table.shop_table tbody th, .woocommerce-page .woocommerce table.shop_table tfoot td, .woocommerce-page .woocommerce table.shop_table tfoot th {
   font-weight: 400;
}
 .woocommerce-page .woocommerce form .form-row label {
   font-family: inherit !important;
   color: #959595 !important;
   font-weight: 600;
}
 .woocommerce-page .woocommerce form .form-row input {
   font-family: inherit !important;
   color: black !important;
   font-weight: 600;
   font-size: 18px;
   padding-left: 10px;
}
 .select2-container--default .select2-selection--single {
   background-color: white;
   color: black;
   border: 1px solid black !important;
   border-radius: 3px;
   font-weight: 600;
   padding: 3px 5px;
   height: 38px;
   opacity: 1;
}
/*global*/
 .select2-container--default .select2-selection--single .select2-selection__rendered {
   color: black !important;
   line-height: 31px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
   top: 6px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: black transparent transparent transparent;
}
 .woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
   border-color: black;
}
 .select2-results__option {
   color: black;
   font-weight: 500;
}
 .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
   background-color: #df0517 !important;
   color: white !important;
}
 .woocommerce form .form-row .input-checkbox {
   margin: -6px 6px 0px 0;
}
 .woocommerce-checkout .woocommerce-checkout-payment .form-row .woocommerce-form__label-for-checkbox input, .woocommerce-checkout .woocommerce-checkout-payment li > label input {
   margin: -5px 0 0 0;
}
/*global*/
 @media (max-width: 768px) {
   .woocommerce-account .section-text {
     padding: 15px 0 !important;
  }
}
 @media (max-width: 767.98px) {
   .woocommerce-account .woocommerce-MyAccount-navigation {
     background-color: #e2e2e2 !important;
     padding: 10px;
  }
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul {
   margin: 0 0 10px !important;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li {
   border-bottom: 1px solid #f5f5f5;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
   color: black;
   font-size: 16px;
   font-weight: 500;
}
 @media (max-width: 1199.98px) {
   .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
     font-size: 14px;
  }
}
 @media (max-width: 767.98px) {
   .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
     font-size: 12px;
  }
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
   font-weight: 600;
   color: #df0517 !important;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
   color: #df0517 !important;
}
 .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--subscriptions a:before {
   content: "\f187";
   font-family: "FontAwesome";
   margin-right: 20px;
   opacity: 0.25;
}
 @media (max-width: 991px) {
   .woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--subscriptions a:before {
     margin-right: 5px;
  }
}
 .woocommerce-account .woocommerce-MyAccount-content p {
   font-size: 15px;
   font-weight: 500;
}
 .woocommerce-account .woocommerce-MyAccount-content p:last-child {
   box-shadow: none !important;
  /*padding: 0 !important;
  */
}
 .woocommerce-account .woocommerce-orders-table thead {
   color: black !important;
   background-color: #f5f5f5 !important;
}
 .woocommerce-account .woocommerce-orders-table thead th {
   padding: 10px;
   border-right: 0 solid !important;
   text-align: center;
}
 .woocommerce-account .woocommerce-orders-table td {
   font-weight: 600 !important;
   color: black !important;
}
 .woocommerce-account .woocommerce-orders-table td.woocommerce-orders-table__cell-order-number {
   font-weight: 700 !important;
   font-size: 16px;
}
 .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
   text-align: right;
}
 @media (max-width: 767.98px) {
   .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
     padding-left: 0 !important;
     padding-right: 0 !important;
  }
}
 .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
   margin-left: 3px;
   margin-bottom: 3px;
}
 .woocommerce-account .woocommerce-Address {
   font-family: inherit !important;
   color: black !important;
   font-weight: 500;
}
 .woocommerce-account .woocommerce-Address header {
   font-family: inherit !important;
   margin-bottom: 10px;
}
 .woocommerce-account .woocommerce-Address header h3 {
   font-family: inherit !important;
   color: black !important;
   font-weight: 500;
}
 .woocommerce-account #customer_login {
   padding: 30px 0 70px 0;
}
 .woocommerce-account #customer_login h2 {
   font-size: 24px !important;
   color: black !important;
}
 .woocommerce-account #customer_login form {
   border: none !important;
}
 .woocommerce-account #customer_login .woocommerce-LostPassword {
   font-size: 16px !important;
   font-weight: 600;
}
 @media (max-width: 767.98px) {
   .blog .hestia-blogs, .archive .hestia-blogs {
     padding-top: 15px !important;
  }
}
 .blog .header-filter, .archive .header-filter {
   background-image: url('/img/blog/header.jpg') !important;
}
 .blog .card, .archive .card {
   margin: 0;
   padding-bottom: 50px;
   margin-bottom: 50px;
   border-bottom: #e2e2e2 1px solid;
}
 .blog .card .category, .archive .card .category {
   margin: 0;
   margin-bottom: 10px;
}
 .blog .card h2, .archive .card h2 {
   line-height: 1.1 !important;
   margin-bottom: 20px;
}
 @media (max-width: 767.98px) {
   .blog .card h2, .archive .card h2 {
     line-height: 0.8 !important;
  }
}
 .blog .card h2 a, .archive .card h2 a {
   font-family: inherit !important;
   color: black !important;
   font-size: 41px !important;
   font-weight: 600 !important;
   line-height: 1.1 !important;
}
 @media (max-width: 767.98px) {
   .blog .card h2 a, .archive .card h2 a {
     font-size: 25px !important;
     line-height: 0.8 !important;
  }
}
 .blog .card .card-description, .archive .card .card-description {
   margin-bottom: 20px;
}
 .blog .card .card-description p, .archive .card .card-description p {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 1.9 !important;
}
 .blog .card .author a, .archive .card .author a {
   font-family: inherit !important;
   color: black !important;
   font-size: 14px !important;
   font-weight: 400 !important;
}
 .blog .nav-links, .archive .nav-links {
   font-family: inherit !important;
}
 .blog .nav-links a, .archive .nav-links a {
   font-weight: 500 !important;
}
 .blog .nav-links .current, .archive .nav-links .current {
   background-color: #df0517 !important;
}
 @media (max-width: 767.98px) {
   .single-post .hestia-title {
     font-size: 33px !important;
  }
}
 .single-post p {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 1.7 !important;
   margin-bottom: 15px !important;
}
 .single-post p strong {
   font-size: 16px !important;
   font-weight: 600 !important;
}
 .single-post p a {
   color: #df0517 !important;
   font-weight: 500 !important;
}
 .single-post .wp-caption .wp-caption-text {
   font-size: 14px !important;
   font-style: italic;
}
 .single-post h2 {
   font-family: inherit !important;
   color: black !important;
   font-size: 30px !important;
   font-weight: 600 !important;
	margin-bottom: 16px !important;
    margin-top: 36px !important;
}
 .single-post h3 {
   font-family: inherit !important;
   color: black !important;
   font-size: 20px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
   margin-bottom: 17px !important;
}
 .single-post h4 {
   font-family: inherit !important;
   color: black !important;
   font-size: 18px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
   margin-bottom: 10px !important;
   padding: 0 !important;
}
 .single-post h5 {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
   margin-bottom: 17px !important;
   padding: 0 !important;
}
 .single-post h6 {
   font-family: inherit !important;
   color: black !important;
   font-size: 13px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
   margin-bottom: 17px !important;
   padding: 0 !important;
}
 .single-post .lwptoc {
   width: 100%;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i {
   display: block !important;
   width: 100% !important;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i a {
   color: black !important;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i .lwptoc_header {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 600 !important;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i .lwptoc_header .lwptoc_toggle_label {
   color: #df0517 !important;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i .lwptoc_items a {
   color: black !important;
}
 .single-post .lwptoc .lwptoc-light .lwptoc_i .lwptoc_items a:visited {
   color: #959595 !important;
}
 .single-post-wrap ul {
   padding-left: 20px;
   margin-bottom: 0px !important;
}
 .single-post-wrap ul li {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
}
 .section-blog-info .entry-categories {
   color: black !important;
   font-weight: 600 !important;
}
 .section-blog-info .entry-categories .label {
   background-color: #df0517 !important;
   border-radius: 3px;
}
 .section-blog-info .entry-categories .label a {
   color: white !important;
}
 .section-comments .avatar img {
   box-shadow: none !important;
}
 .section-comments .media-area {
   padding: 30px 40px 30px 30px;
}
 @media (max-width: 767.98px) {
   .section-comments .media-area {
     padding: 10px 15px 10px 15px;
  }
}
 .section-comments .media-area h3 {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
   text-align: left;
   padding-left: 0;
   margin-bottom: 40px !important;
}
 .section-comments .media-area .comment {
   margin-bottom: 10px;
}
 .section-comments .media-area .comment h4 {
   font-family: inherit !important;
   color: black !important;
}
 .section-comments .media-area .children {
   padding-left: 50px;
   border: none !important;
}
 @media (max-width: 767.98px) {
   .section-comments .media-area .children {
     padding-left: 0;
  }
}
 .section-comments .media-area .children .comment {
   padding: 20px;
   background-color: #f5f5f5 !important;
}
 .section-comments .media-area .children .comment p {
   font-size: 14px !important;
}
 .comment-respond {
   margin: 50px 0;
}
 .related-posts {
   padding: 70px 0;
}
 .related-posts .card {
   border-radius: 3px;
}
 .related-posts .card .card-image {
   box-shadow: none !important;
   margin: 0;
   border-radius: 0;
}
 .related-posts .card .card-image a img {
   border-radius: 0;
}
 .related-posts .card h4 {
   font-family: inherit !important;
}
 .related-posts .card h4 a {
   font-family: inherit !important;
   color: black !important;
   font-size: 18px !important;
   font-weight: 600 !important;
   line-height: 1.7 !important;
}
 .related-posts .card p {
   font-size: 14px !important;
}
 .related-posts .card p a {
   font-size: 14px !important;
}
 .solution-detail h2 {
   padding: 40px 0 20px 0;
   color: black !important;
   line-height: 1.2 !important;
}
 @media (max-width: 767.98px) {
   .solution-detail h2 {
     font-size: 36px !important;
  }
}
 .solution-detail p.lead {
   font-family: inherit !important;
   color: black !important;
   font-size: 21px !important;
   font-weight: 400 !important;
   line-height: 1.9 !important;
   margin-bottom: 70px !important;
}
 @media (max-width: 767.98px) {
   .solution-detail p.lead {
     font-size: 19px !important;
     line-height: 1.5 !important;
     margin-bottom: 50px !important;
  }
}
 .solution-detail .item {
   padding-bottom: 0;
   margin-bottom: 70px;
   border-bottom: #e2e2e2 1px solid;
}
 @media (max-width: 767.98px) {
   .solution-detail .item {
     margin-bottom: 40px !important;
  }
}
 .solution-detail .item.last {
   margin-bottom: 0;
   border-bottom: #e2e2e2 0 solid;
}
 .solution-detail .item h3 {
   color: black !important;
   font-size: 21px !important;
   font-weight: 600 !important;
   line-height: 1.2 !important;
   margin-bottom: 30px;
}
 .solution-detail .item .pic img {
   border-radius: 0;
   box-shadow: none !important;
}
 .solution-detail .item p {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 1.9 !important;
   margin-bottom: 40px !important;
}
 @media (max-width: 767.98px) {
   .solution-detail .item p {
     margin-bottom: 20px !important;
  }
}
/*Live Demo login*/
 .livedemo-login h1 {
   font-family: inherit !important;
   color: white !important;
   font-size: 32px !important;
   font-weight: 600 !important;
   line-height: 1.9 !important;
   margin-bottom: 40px !important;
}
 .livedemo-room .header .btn {
   margin-left: 10px;
}
 .livedemo-room .header .btn.exit {
   color: white !important;
   background-color: #df0517 !important;
   border-color: #df0517 !important;
}
 .livedemo-room h3 {
   font-family: inherit !important;
   color: black !important;
   font-size: 24px !important;
   font-weight: 600 !important;
}
 .livedemo-room .welcome-bar {
   background: none;
   border: none;
   padding: 0;
   margin: 20px 0;
}
 .livedemo-room .welcome-bar .seconds {
   font-size: 18px !important;
   font-weight: 400 !important;
}
 .livedemo-room .welcome-bar .seconds #credit {
   font-size: 24px !important;
   font-weight: 600 !important;
   color: #df0517 !important;
}
 .livedemo-room .jumbotron-left {
   border-radius: 0;
   padding: 0;
   background: none;
}
 .livedemo-room .jumbotron-left video {
   border-radius: 0;
   background-color: black !important;
   max-width: 100% !important;
   height: 360px;
   margin-top: 38px;
   margin-bottom: 20px;
}
 .livedemo-room .jumbotron-left .btn {
   margin-left: 10px;
}
 .livedemo-room .jumbotron-left .spinner-grow-sm {
   width: 1.5rem !important;
   height: 1.5rem !important;
}
 .livedemo-room .jumbotron-right {
   border-radius: 0;
   background: none !important;
   padding: 0;
   border-bottom: 0 !important;
}
 .livedemo-room .jumbotron-right h2 {
   font-size: 15px !important;
   font-weight: 400 !important;
   margin-bottom: 20px;
}
 .livedemo-room .jumbotron-right h2 strong {
   color: #df0517 !important;
}
 .livedemo-room .jumbotron-right iframe {
   border: 0px;
   width: 100% !important;
   height: 360px;
   margin-bottom: 40px;
}
 .livedemo-room .jumbotron-right iframe body {
   background-color: #000;
}
 .livedemo-room .jumbotron-right iframe #video_info {
   color: #fff;
   position: relative;
   top: 30%;
   text-align: center;
   font-size: 36px;
   font-family: sans-serif;
   line-height: 45px;
   height: 100%;
}
 .livedemo-room footer {
   background: none !important;
}
 .livedemo-room footer a {
   font-size: 13px !important;
   text-decoration: none !important;
}
 .swagger-ui {
   font-family: inherit !important;
   color: black !important;
   font-size: 24px !important;
   font-weight: 600 !important;
}
 .swagger-ui .topbar {
   background-color: #df0517 !important;
}
 .swagger-ui .topbar .select-label {
   font-family: inherit !important;
   font-weight: 500 !important;
}
 .swagger-ui .topbar .select-label span {
   font-family: inherit !important;
   color: white;
}
 @media (max-width: 767.98px) {
   .swagger-ui .topbar .select-label span {
     display: none !important;
  }
}
 .swagger-ui .topbar .select-label select {
   border: 2px solid black !important;
   color: black !important;
}
 .swagger-ui .information-container a {
   font-family: inherit !important;
   color: #df0517 !important;
   font-weight: 500 !important;
}
 .swagger-ui .information-container p {
   font-family: inherit !important;
   color: black !important;
}
 .swagger-ui .information-container h2 {
   color: black !important;
   font-size: 36px !important;
   font-weight: 600 !important;
   line-height: 1.2 !important;
}
 .swagger-ui .information-container h2 small {
   font-family: inherit !important;
   background: #df0517 !important;
}
 .swagger-ui .information-container h2 small pre {
   font-family: inherit !important;
}
 .swagger-ui .opblock-tag-section h4 {
   font-family: inherit !important;
   color: black !important;
   font-size: 28px !important;
   font-weight: 600 !important;
   line-height: 1.2 !important;
   border: none !important;
   padding: 0;
   margin-bottom: 20px;
   background: none !important;
}
 .swagger-ui .opblock-tag-section h4:hover {
   background: none !important;
}
 .swagger-ui .opblock-tag-section h4 button {
   border-color: black !important;
}
 .swagger-ui .opblock-tag-section .opblock-summary-method {
   font-family: inherit !important;
}
 .swagger-ui .opblock-tag-section .opblock-summary-path {
   font-family: inherit !important;
   font-size: 14px;
   font-weight: 600;
   color: black !important;
   padding: 0 10px;
}
 .swagger-ui .opblock-tag-section .opblock-summary-description {
   font-family: inherit !important;
   font-size: 13px;
   font-weight: 400;
   color: black !important;
   padding: 0 10px;
}
 .swagger-ui .opblock-tag-section .opblock {
   border-radius: 3px;
   box-shadow: none !important;
   border: none !important;
}
 .swagger-ui .models h4 {
   font-family: inherit !important;
   color: black !important;
   font-size: 28px !important;
   font-weight: 600 !important;
   line-height: 1.2 !important;
   background-color: #e2e2e2 !important;
   padding-left: 20px !important;
}
 .swagger-ui .models .model-container {
   background: #e2e2e2 !important;
}
 .swagger-ui .models .model-container .model-box {
   padding: 3px 9px;
   border-radius: 3px;
}
 .swagger-ui .models .model-container .model-box .model-title {
   font-family: inherit !important;
   color: black !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   line-height: 1.2 !important;
}
 .swagger-ui .models .model-container .model {
   font-family: inherit !important;
}
 .partnership .blog-post .container {
   width: 100%;
   padding: 0;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .container {
     padding: 0 15px;
  }
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .text-right {
     text-align: left !important;
  }
}
 .partnership .blog-post div {
   font-family: 'Poppins', sans-serif !important;
   color: black;
}
 .partnership .blog-post h2 {
   font-family: 'Poppins', sans-serif !important;
   font-size: 74px !important;
   font-weight: 700 !important;
   line-height: 1.1 !important;
   color: black;
   margin-bottom: 0 !important;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post h2 {
     font-size: 40px !important;
     margin-bottom: 5px !important;
  }
}
 .partnership .blog-post .partner {
   display: inline-block;
   font-size: 37px !important;
   font-weight: 500;
   color: red;
   padding: 0;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .partner {
     font-size: 24px !important;
  }
}
 .partnership .blog-post p {
   font-family: 'Poppins', sans-serif !important;
   font-size: 18px !important;
   font-weight: 400 !important;
   line-height: 1.5 !important;
   color: black;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post p {
     font-size: 16px !important;
  }
}
 .partnership .blog-post p.lead {
   font-size: 24px !important;
   font-weight: 400 !important;
   line-height: 1.5 !important;
   margin-bottom: 50px !important;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post p.lead {
     font-size: 21px !important;
  }
}
 .partnership .blog-post .title h3 {
   font-size: 22px !important;
   line-height: 1.2 !important;
   font-weight: 500 !important;
   text-align: right;
   margin-top: 26px !important;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .title h3 {
     text-align: left;
  }
}
 .partnership .blog-post .spot {
   margin-top: 40px;
   margin-bottom: 10px;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .spot {
     margin-top: 10px;
     margin-bottom: 0px;
  }
}
 .partnership .blog-post .spot figure {
   margin-bottom: 50px;
   padding: 0 50px;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .spot figure {
     padding: 0;
  }
}
 .partnership .blog-post .spot figure img {
   box-shadow: none;
   width: 100%;
}
 .partnership .blog-post .spot p {
   font-size: 23px !important;
   text-align: center;
   padding: 0 160px;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .spot p {
     padding: 0;
  }
}
 .partnership .blog-post .spot p.lead {
   font-weight: 500 !important;
   margin-top: 70px;
   margin-bottom: 0 !important;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .spot p.lead {
     font-size: 17px !important;
  }
}
 .partnership .blog-post .referral {
   padding: 70px 0 0 0;
   background-color: #fff5f5;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .referral {
     padding: 30px 20px 0px 20px;
  }
}
 .partnership .blog-post .referral .container {
   width: 1170px;
   padding-left: 15px;
   padding-right: 15px;
}
 .partnership .blog-post .referral .last-info {
   background-color: #e4d8d8;
   padding: 30px 20%;
   margin-top: 40px !important;
   font-size: 16px !important;
   text-align: center;
   font-style: italic;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .referral .last-info {
     padding: 20px 10%;
     font-size: 15px !important;
  }
}
 .partnership .blog-post .referral .last-info + p {
   display: none;
}
 .partnership .blog-post .technology {
   padding: 70px 0;
   background-color: #f8fcff;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .technology {
     padding: 30px 20px;
  }
}
 .partnership .blog-post .technology .container {
   width: 1170px;
   padding-left: 15px;
   padding-right: 15px;
}
 .partnership .blog-post .channel {
   padding-top: 70px;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .channel {
     padding: 30px 0;
  }
}
 .partnership .blog-post .channel .container {
   width: 1170px;
   padding-left: 15px;
   padding-right: 15px;
}
 .partnership .blog-post .channel p small {
   display: block;
   margin-top: 40px;
}
 .partnership .blog-post .apply {
   padding: 100px 0 120px 0;
   text-align: center;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .apply {
     padding: 20px 30px 10px 30px;
  }
}
 .partnership .blog-post .apply .container {
   width: 1170px;
   padding-left: 15px;
   padding-right: 15px;
}
 .partnership .blog-post .apply .icon {
   margin-bottom: 30px;
}
 @media (max-width: 575.98px) {
   .partnership .blog-post .apply .icon {
     margin-bottom: 10px;
  }
}
 .partnership .blog-post .apply p {
   font-size: 17px !important;
   margin-bottom: 50px !important;
}
 .partnership .blog-post .apply .btn {
   box-shadow: 0 10px 21px 7px #ffc9ce !important;
}
 .partnership-form {
   opacity: 1;
}
 .partnership-form .spot {
   margin-top: 40px;
   margin-bottom: 10px;
}
 @media (max-width: 575.98px) {
   .partnership-form .spot {
     margin-top: 10px;
     margin-bottom: 0px;
  }
}
 .partnership-form .spot h2, .partnership-form .spot .widget-title {
   font-family: inherit !important;
   font-size: 36px !important;
   font-weight: 700;
   text-align: center;
   color: #df0517;
}
 .partnership-form .spot p {
   font-size: 23px !important;
   text-align: center;
   padding: 0 100px;
   margin-bottom: 50px !important;
}
 @media (max-width: 575.98px) {
   .partnership-form .spot p {
     padding: 0;
  }
}
 .partnership-form .wpforms-container {
   background-color: #f9f7f7;
   padding: 40px;
}
 .partnership-form .wpforms-container .wpforms-field-row, .partnership-form .wpforms-container .form-control {
   max-width: 100% !important;
   width: 100% !important;
   color: black;
}
 .partnership-form .wpforms-container .wpforms-field-label {
   color: black;
}
 .partnership-form .wpforms-container .wpforms-error {
   display: block;
   color: #df0517 !important;
   font-size: 12px;
   float: none;
}
 .partnership-form .wpforms-container select {
   position: relative !important;
   padding-left: 0 !important;
   max-width: 100% !important;
   width: 100% !important;
}
 .partnership-form .wpforms-container .wpforms-submit-container {
   text-align: left !important;
}
 #wpforms-confirmation-28590 {
   background: #43dc87 !important;
   border: none !important;
   padding: 50px !important;
   margin-top: 50px !important;
}
 #wpforms-confirmation-28590 p {
   margin: 0 !important;
   color: #fff !important;
   font-weight: 600 !important;
}
 .sdk .page-header .container {
   padding-top: 230px !important;
   padding-bottom: 230px !important;
}
 .sdk .header-filter::before {
   background-color: rgba(0, 0, 0, 0.3);
}
 .sdk .goodnews p {
   margin-bottom: 30px !important;
}
 .sdk .goodnews .icon {
   width: 50px !important;
}
 .sdk p.lead {
   font-size: 38px !important;
}
 @media (max-width: 575.98px) {
   .sdk p.lead {
     font-size: 28px !important;
  }
}
 .sdk h2 {
   font-size: 34px !important;
   line-height: 1.4;
   font-weight: 700 !important;
   margin-bottom: 40px !important;
   color: black;
}
 .sdk small {
   font-size: 13px !important;
}
 .sdk .wpforms-container-full {
   padding: 30px !important;
}
 .sdk .wpforms-container-full .wpforms-field-medium {
   max-width: 100% !important;
}
 .sdk .wpforms-container-full .wpforms-field-label {
   color: black;
}
 .sdk .wpforms-container-full button {
   width: 100% !important;
}
 .sdk .features p {
   font-size: 16px !important;
   color: black;
}
 .cost-calculator .page-content-wrap, .licence-calculator .page-content-wrap {
   margin-bottom: 70px !important;
}
 .cost-calculator .page-header .container, .licence-calculator .page-header .container {
   padding-top: 16vh !important;
   padding-bottom: 140px !important;
}
 .cost-calculator h3, .licence-calculator h3 {
   color: black;
   font-weight: 700;
   letter-spacing: -0.5px;
}
 .cost-calculator h4, .licence-calculator h4 {
   color: black;
   font-size: 21px !important;
   font-weight: 600 !important;
}
 .cost-calculator div, .licence-calculator div {
   color: black;
}
 .cost-calculator table tr td, .licence-calculator table tr td {
   padding: 14px !important;
   font-weight: 600 !important;
}
 .cost-calculator fieldset, .licence-calculator fieldset {
   border: 1px solid #e2e2e2 !important;
   border-radius: 0 !important;
   margin-bottom: 30px !important;
   background: #fbfbfb !important;
}
 .cost-calculator fieldset legend, .licence-calculator fieldset legend {
   padding: 10px 22px !important;
   border: none !important;
   font-weight: bold;
   text-transform: uppercase;
   border-radius: 5px;
   background: #e4e4e4;
   color: #ff0f23;
}
 #fbuilder select, #fbuilder input {
   border: #df0517 2px solid !important;
   color: black !important;
   font-weight: 600 !important;
}
 #fbuilder select {
   padding: 7px 15px !important;
}
 #fbuilder .dfield span {
   font-weight: 400;
}
 #fbuilder .cff-summary-value {
   font-weight: 700;
}
/*SWIPER*/
 .swiper-container {
   width: 100%;
   height: 800px;
}
/* #fff; */
 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
 .swiper-button-next, .swiper-button-prev {
   top: 40%;
   background-color: #df0517;
   padding: 30px;
   border-radius: 99px;
}
 @media (max-width: 1199.98px) {
   .swiper-button-next, .swiper-button-prev {
     top: 48%;
     padding: 23px;
     border-radius: 139px;
  }
}
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
   right: 0;
   left: auto;
}
 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	 background-image: none;
   left: 0;
   right: auto;
}
 .swiper-button-next:after, .swiper-button-prev:after {
   font-size: 19px;
   color: white;
}
 .antmedia-testimonial {
   padding: 50px 0 20px 0;
   margin-bottom: -10px;
   background-color: #eee;
}
 @media (max-width: 767.98px) {
   .antmedia-testimonial {
     margin-bottom: -70px;
  }
}
 @media (max-width: 575.98px) {
   .antmedia-testimonial {
     margin-bottom: -10px;
  }
}
 .antmedia-testimonial h2 {
   color: black !important;
   text-align: center;
   /*margin-bottom: 40px;*/
   line-height: 1.1;
}
 @media (max-width: 767.98px) {
   .antmedia-testimonial h2 {
     font-size: 36px !important;
  }
}
 .antmedia-testimonial .swiper-container {
   width: 98%;
   height: 100%;
   padding: 0 2%;
}
 .antmedia-testimonial .swiper-container .content {
   padding: 30px 40px;
  /*box-shadow: 0 9px 9px rgba(0, 0, 0, 0.05);
  */
   border: #e2e2e2 1px solid;
   border-radius: 6px;
   min-height: 580px;
}
 @media (max-width: 767.98px) {
   .antmedia-testimonial .swiper-container .content {
     padding: 30px 30px;
  }
}
 .antmedia-testimonial .swiper-container .content .logo {
   box-shadow: 0 9px 9px rgba(0, 0, 0, 0.05);
   border: #f3f3f3 1px solid;
   border-radius: 99%;
   height: 100px;
}
 .antmedia-testimonial .swiper-container .content h3 {
   color: black !important;
   font-weight: 500;
   line-height: 1.2;
   font-size: 21px !important;
   margin-bottom: 20px;
   min-height: 77px;
}
 .antmedia-testimonial .swiper-container .content p {
   font-family: Georgia, 'Times New Roman', Times, serif !important;
   font-style: italic !important;
   font-size: 17px;
   margin-bottom: 30px;
}
 @media (max-width: 767.98px) {
   .antmedia-testimonial .swiper-container .content p {
     font-size: 14px;
  }
}
 .antmedia-testimonial .swiper-container .content p span {
   font-family: Georgia, 'Times New Roman', Times, serif !important;
   font-style: italic !important;
   font-size: 17px;
   margin-bottom: 0;
}
 @media (max-width: 767.98px) {
   .antmedia-testimonial .swiper-container .content p span {
     font-size: 14px;
  }
}
 .antmedia-testimonial .swiper-container .content .author {
   color: #3C4858 !important;
   font-size: 18px;
   font-weight: 500;
   line-height: 1.2;
   margin-bottom: 10px;
}
 .antmedia-testimonial .swiper-container .content .company {
   color: #3C4858 !important;
   font-size: 15px;
   font-weight: 500;
   line-height: 1.2;
}
/*Text More*/
 .btn-readmore {
   color: #3C4858 !important;
   font-size: 14px;
   font-weight: 600;
   margin-top: 10px;
   margin-bottom: 30px;
}
/*Free Trial Page*/
 .free-trial .header-alternative {
   background-image: url('/img/free-trial/header.jpg');
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   height: 500px;
}
 .free-trial .header-alternative h1 {
   text-align: center;
   color: white !important;
   font-size: 88px !important;
   line-height: 1.1;
   font-weight: 700 !important;
   margin-top: 20%;
}
 @media (max-width: 575.98px) {
   .free-trial .header-alternative h1 {
     font-size: 58px !important;
     line-height: 1.1;
     margin-top: 50%;
  }
}
 .free-trial h2 {
   color: black;
   text-align: center;
   font-weight: 300;
   font-size: 31px !important;
   padding: 40px 0;
}
 .free-trial h3 {
   color: black;
   text-align: left;
   font-weight: 600;
   font-size: 24px !important;
   margin-bottom: 20px;
}
 .free-trial ul li {
   font-size: 20px !important;
   font-weight: 400 !important;
   margin-bottom: 5px;
   color: black !important;
}
 .free-trial .trial-form {
   padding: 40px 0;
}
 .free-trial .trial-form h2 {
   color: black !important;
   text-align: left !important;
   font-size: 24px !important;
   font-weight: 600 !important;
   margin-bottom: 30px;
   padding: 0;
}
 .free-trial .trial-form .table-include {
   background-color: #ececec;
}
 .free-trial .trial-form .table-include td {
   padding: 6px 14px;
}
 .free-trial .trial-form .table-include .check {
   height: 22px;
}
 .free-trial .trial-form .wpforms-container {
   display: inline-block;
   position: relative;
   padding: 62px 40px !important;
   margin-bottom: 30px;
   border-radius: 6px;
   color: rgba(0, 0, 0, 0.87);
   background: #fff;
   max-width: 100%;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
 .free-trial .trial-form .wpforms-container button {
   width: 100% !important;
}
 .free-trial .trial-form .alert {
   font-size: 29px;
   line-height: 1.3;
   font-weight: 700;
}
 .wpforms-recaptcha-container {
   overflow: hidden !important;
}
/*FORM*/
 .wpforms-container-full {
   padding: 30px !important;
}
 @media (max-width: 575.98px) {
   .wpforms-container-full {
     padding: 0 !important;
  }
}
 .wpforms-container-full .wpforms-field-medium {
   max-width: 100% !important;
}
 .wpforms-container-full .wpforms-field-label {
   color: black;
}
 .wpforms-container-full button {
   width: 100% !important;
}
 .wpforms-container-full .wpforms-submit-container {
   text-align: left !important;
}
 .wpforms-container-full .wpforms-field-label {
   color: black;
}
 .wpforms-container-full input.wpforms-error {
   border: 1.5px solid #df0517 !important;
   border-radius: 3px;
}
 .wpforms-container-full .wpforms-error {
   color: #df0517 !important;
   line-height: 1.6;
}
 .wpforms-container-full textarea.wpforms-field-medium {
   height: 120px;
   background: none !important;
   border-bottom: 1px solid #de0718 !important;
}
 .contactus .row {
   text-align: left !important;
}
 .searchform:not(.media-toolbar-primary) input[type=search], .search-form:not(.media-toolbar-primary) input[type=search], .woocommerce-product-search input[type=search] {
   font-size: 16px !important;
   height: 36px;
   color: white;
   font-weight: 600 !important;
}
 .scaling-stream .wrap .content {
   padding: 42px;
}
 @media (max-width: 1199.98px) {
   .scaling-stream .wrap .content {
     padding: 30px;
  }
}
 .scaling-stream .wrap .content p {
   font-size: 19px;
   margin-bottom: 30px;
}
 @media (max-width: 1199.98px) {
   .scaling-stream .wrap .content p {
     font-size: 15px;
  }
}
 .scaling-stream .wrap .content a {
   font-size: 20px;
   font-weight: 700;
   display: flex;
}
 .scaling-stream .wrap .content a span {
   padding-top: 2px;
   margin-left: 10px;
}
@media (max-width: 1199.98px) {
   .wrap h3 {
     font-size: 20px;
  }
}

@media (max-width: 991px) {
	  .hestia-features .row,
  .features .row,
  .hestia-about .row,
  .about .row,
  .products .row,
  .hestia-work .row,
  .work .row,
  .hestia-team .row,
  .team .row,
  .pricing .row,
  .hestia-testimonials .row,
  .testimonials .row,
  section.hestia-blogs .row,
  .contactus .row {
    padding: 65px 0 70px;
  }
	
	  .blog .hestia-blogs,
  .archive .hestia-blogs {
    padding: 65px 0 70px;
  }
}

.automatewoo-optin__checkbox-text{
	   padding-left: 20px;
}

/* 
 * Search input
*/
#post-0 > div > div > form > label > input{
	color: black;
}

#blog > div.container{
	margin-bottom: 20px;
}

.card-ribbon-style{
	 text-align: center;
	 position: absolute;
	 width: 186px;
	 height: 58px;
	 line-height: 5;
	 background: #df0517;
	 opacity: 1.2;
	 box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
	 transform: rotate(45deg);
	 right: -75px;
	 top: -9px;
	 padding-top: 3px;
	 box-sizing: border-box;
	 font-size: 17px !important;
	 color: white;
}

.scaling-stream{
	margin-top: 80px;
}

.ultimate-guide{
	padding: 20px;
	margin: 0px auto;
	display: block;
}

.ultimate-guide a{
	display: inline;
}
.credit-card{
	padding: 0px 16px !important;
    margin-bottom: 14%;
    font-size: 14px;
}
.swiper-homepage-custom{
	height: 250px; width: 400px; margin-top: -65px;
}

.thumbnail img{
	height: 141px; width:262px; margin: 0px auto; display: block;
}

.reference-logos h3{
	text-align: center;
    margin-top: 40px;
}

.card-height{
	height:200px;
}

.footer a {
	color:#FFF !important;
}

.card-description img{
	height:90px;width:auto;min-width:100px;margin:10px;
}

.monthly-toggle{
	padding-top: 24px !important; border-radius: 10px !important; border-width: 2px !important; border-color: #DF0517 !important; 
}

.other-toggle{
	padding-top: 20px !important; border-radius: 10px !important; border-width: 2px !important; border-color: #DF0517 !important;
}
.text-center{
text-align: center;
}
.stats p{
	font-weight: bold; width: -webkit-fill-available; width: -moz-available; color:#808080;
}

.price{
	text-align: center !important;
}

.price a{
	font-size: 28px !important; color: #333333 !important;
}

.pic img{
	margin: 0px auto; display: block;
}

.hestia-shop-content .card-description, .hestia-shop-content .card-title {
	text-align:left;
}
.hestia-team-content .card-description {
	text-align: left !important;
}

/*.hestia-shop-content  .row .description {
	margin-bottom: -20px
}
*/

.footer .stats  a {
	color: #FFF !important;
	background-color: #5cb85c;
	font-size: 16px;
	text-transform:none;
}

#scheduleMeeting:hover {
	color:white;
}

.fab-important {
	font-family : "Font Awesome 5 Brands" !important;
}

.card-avatar img {
 border-radius: 5% !important;

}
.hestia-ribbon .button {
	text-transform:none;
}
.hestia-ribbon {
	padding: 40px;
}
.hestia-ribbon , .hestia-about {
	background-attachment:scroll !important;
}
.hestia-ribbon .hestia-title {
	margin:20px 0 20px 0px !important;
}

.hestia-info .icon > i {
	font-size:96px;
}

.page-header .container {
 padding-top: 20vh !important;
}

.carousel h4 {
  margin-bottom: 20px;
}

#about .container {
	position:relative;
	z-index:2;
}
.about h5 {
    color: rgb(255, 255, 255);
}

.navbar .title-logo-wrapper, .navbar-header {
    min-width: 100px;
}

.navbar-header {
  display:table-cell!important;
	float:left;
}

.navbar-brand h1 {
   display: none;
}

.card-title, .features .info .info-title {
  font-size:1.4em;
}
.card-description, .features .info p {
  font-size:1.1em;
  line-height: 1.8em;
}
.blog .card-blog .card-title {
   font-size:2.6em;
	 line-height:1.5em;
}

.page-id-2003 .container {
	width: 100%;
}
.hestia-shop-content div.shop-item > .card-product > .content {
	max-width:100% !important;
}
.contactus .form-group {
	padding-bottom:0px;
}

.ribbon-title{
	font-size: 30px;
	padding-top: 10px;
	color: white;
	font-weight: 700;
    text-decoration: none;
    word-wrap: break-word;
}
.card-product .footer .stats {
	text-align:center;
	color: #FFF;
}
.single-post-wrap ul li {
	font-weight: normal !important;
}

input, button, a {
	transition: color .5s ease;
	line-height: 1.3em;
}

.card-product .footer .stats {
	text-align:center !important;
}

.hestia-bottom-footer-content ul li a{
	color:black !important;
}

#card-min-height{
    min-height:auto !important;
}

.page-id-49413 .navbar-not-transparent{
	background-color: #df0517 !important;
}

.page-id-52829 .navbar-not-transparent{
	background-color: #df0517 !important;
}

#post-10460{
	padding-top: 20px !important;	
}

/*START from hestia - woocommerce.min.css*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button,.added_to_cart.wc-forward,.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce .single-product div.product form.cart .button,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce input.button,.woocommerce input.button.alt,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1)
}


.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce .single-product div.product form.cart .button,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce input.button {
    padding: 12px 30px;
    border-radius: 3px;
    color: #fff;
    background-color: #9c27b0;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    text-transform: uppercase
}


.hestia-shop-content .shop-item.col-ms-6.col-sm-6 {
    text-align: center
}

.hestia-shop-content .shop-item.col-ms-6.col-sm-6 .card-product {
    width: 100%;
}

.hestia-shop-content .shop-item.col-ms-6.col-sm-6 .card-product .content {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto
}

.woocommerce .shop-item p {
    font-size: 14px
}

.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce .single-product div.product form.cart .button,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce input.button {
    font-size: 12px;
    font-weight: 400
}

.card-product {
    vertical-align: top;
    margin-top: 30px
}


.card-product .footer {
    display: table;
    margin-top: 5px;
    width: 100%
}

.card-product .footer .stats {
    display: table-cell!important;
    padding-left: 10px;
    vertical-align: bottom;
    float: none;
    text-align: right
}

.card-product .footer .stats a {
    margin: 10px 0!important
}

.card-product .footer .stats a.button,.card-product .footer .stats a.button:hover {
    box-shadow: none!important;
    color: inherit!important
}

.card-product .card-description ul {
    list-style: none outside;
    padding: 0;
    margin-bottom: 10px
}

.card-product .card-description,.card-product .card-title,.card-product .category {
    text-align: center
} 

/*END from hestia - woocommerce.min.css*/

/* START from  woocommerce-general */
@charset "UTF-8";:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}
/* END from woocommerce-general */

/* START from fontawesome 1.15.1 all.css -> <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.15.4/css/all.css' type='text/css' media='all' />*/

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-chevron-down:before {
    content: "\f078"
}


.fa-github-square:before {
    content: "\f092"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.fa-android:before {
    content: "\f17b"
}

/* END from fontawesome 1.15.4 all.css */

/* START from fontawesome 1.15.4 v4-shims.css -> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css" type='text/css' media='all'>
*/
.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-commenting-o:before {
    content:"\f4ad"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

/* END from fontawesome 1.15.4 v4-shims.css */

.fa-gift:before {
  content: "\f06b";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.ribbon-info {
  font-size:25px;
}

.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}

.hestia-shop-content .hestia-info .icon > i {
  font-size:60px;
}

 @media (max-width: 768px) {
#mobile-bottom-info{
	display: block;
    border-radius: 3px !important;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    background: #df0517;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0px rgb(0 0 0 / 18%);
	 }
}

.webinar-bar{
	height: 40px;width: 100%;text-align: center;background-color: #D7CFE8;line-height: normal; color: black;font-size: 15px;padding-top: 10px;
}

@media (max-width: 575px) {
	.webinar-bar{
		height: auto;width: 100%;text-align: center;background-color: #D7CFE8;color: black;margin-top: 30px;
	}
}

/* To remove the hestia parent from blog pages we have added following css files @mekya */
.page-header.header-small .container {
    padding-top: 180px;
    padding-bottom: 110px;
}
.page-header {
    will-change: transform;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-position: center center;
    background-size: cover;
}

.page-header.header-small {
    min-height: 300px;
    position: relative;
    height: auto;
}

.header-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover;
}

.header-filter::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.header-filter:before, .header-filter:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

@media (max-width: 768px) {
 	.navbar .navbar-nav .dropdown .dropdown-menu.open {display: block !important;}
}
@media (max-width: 768px) {
	.navbar .navbar-nav .dropdown .dropdown-menu {
		background: transparent;
		box-shadow: none;
		position: static;
		margin-top: 0;
		padding: 0;
		width: 100%;
	}
	
    .navbar .navbar-nav .dropdown a .caret-open .caret svg {
      transform: rotate(-180deg);
    }	
	
	.navbar .navbar-nav .dropdown a .caret svg {
      width: 12.5px;
      margin: 9px;
      transition: all 0.3s ease;
    }
}

.hestia-hidden {
  display: none;
}

#g2-crowd-widget-testimonial-1053988 body {
    background-color:transparent;
}
