/*=======================================
Template Design By MarkUps  
Author URI : http://www.markups.io/
========================================*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Avenir Next" !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #0e0e0e;
    background-color: #f8f8f8;
}

.mu-service-icon-box,
.mu-team-social-info a:hover,
.mu-team-social-info a:focus,
.mu-testimonial-slide .slick-dots li button::before,
.mu-testimonial-slide .slick-dots li.slick-active button::before,
.mu-footer-area a:hover,
.mu-footer-area a:focus,
.mu-hero-left .mu-primary-btn,
.mu-hero-left .mu-primary-btn:hover,
.mu-hero-left .mu-primary-btn:focus,
.mu-single-counter i,
.counter-value {
    color: #0e0e0e;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-book-overview-icon-box,
.mu-social-media a,
.mu-social-media a:hover,
.mu-social-media a:focus,
.mu-order-btn:hover,
.mu-order-btn:focus {
    border: 1px solid #0e0e0e;
    color: #0e0e0e;
}

#mu-testimonials {
    background-color: #fff;
}

#mu-pricing {
    background-color: transparent;
}

#mu-footer {
    background-color: #fff;
}

.mu-send-msg-btn {
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #42c2ff;
    font-weight: bold;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
    background-color: transparent;
    color: #0e0e0e;
    font-weight: bold;
}

#mu-hero,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button,
.mu-header-dot,
.mu-author-social a,
.mu-pricing-content .mu-popular-price-tag,
#mu-video-review:before {
    background-color: #fff;
}

.mu-hero-left p {
    color: #0e0e0e;
    margin-bottom: 20px;
}

.mu-hero-left span {
    color: rgba(0, 0, 0, .4);
}

.mu-contact-form .form-control:focus,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
    border: 1px solid #0e0e0e;
}

.navbar-default .mu-menu li a {
    color: #0e0e0e;
}

.mu-hero-left h1 {
    color: #0e0e0e;
    margin-bottom: 20px;
    margin-top: 95px;
    letter-spacing: 1px;
    line-height: 55px;
    font-weight: bold;
    font-size: 46px;
}

#mu-header.mu-fixed-nav {
    background-color: rgba(255, 255, 255, 0.93);
    width: 100%;
    position: fixed;
    padding: 15px 0;
}

.mu-press-image {
    padding: 20px 5px;
    opacity: .8;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: auto 0px;
    text-align: center;
    display: block;
}

.techstars-text {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.press-row {
    padding: 0px 13%;
    margin-top: 0px;
    margin-bottom: 80px;
}

.saved {
    font-size: 16px !important;
    font-weight: 700;
    padding: 6px 4px;
}

.popular {
    border: 9px solid #0e0e0e;
    opacity: 1;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #0e0e0e !important;
}

.popular-price {
    color: #42c2ff;
    padding: 0 !important;
    margin: 15px 0px !important;
    font-weight: 700;
}

.techstars-row {
    margin-top: 30px;
    /*background-color: #f4f4f4;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.techstars-logo {
    max-width: 140px;
    text-align: center;
    display: block;
    margin: auto;
}

.mu-press-image:hover {
    opacity: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#addtoslackbtn_top_title img {
    max-height: 45px;
    border-radius: 5px;
}

#addtoslackbtn_top_index {
    top: -7px;
}

#addtoslackbtn_top_index img {
    max-height: 34px;
    border-radius: 5px;
}

#addtoslackbtn_pricing img {
    max-height: 45px;
    border-radius: 5px;
}

.navbar-default .mu-menu li a:after {
    background: #42c2ff;
}

.mu-primary-btn {
    background-color: #fff;
    border-radius: 100px;
    border: solid 2px #0e0e0e;
    color: #0e0e0e;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-primary-btn:hover {
    background-color: #42c2ff;
    border-radius: 100px;
    border: solid 2px #0e0e0e;
    color: #0e0e0e;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ticketing-img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 150px;
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px 20px 10px 0px;
}

.emoji-image1 {
    max-width: 110px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -60px;
    background: #fff;
    padding: 25px;
}

.emoji-image2 {
    max-width: 106px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -51px;
    background: #fff;
    padding: 25px;
}

.emoji-image3 {
    max-width: 98px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}

.emoji-image4 {
    max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}

.mu-author-social a,
.mu-pricing-content .mu-popular-price-tag,
#mu-video-review:before {
    background-color: #42c2ff;
}

.xs-span {
    font-size: 12px !important;
    display: inline-block;
}

.mu-author-info h3 {
    border-bottom: none;
    font-size: 34px;
}

h2 {
    font-size: 36px;
}


/*
hr {
    margin-top: 200px;
    margin-bottom: 32px;
    border: 3px solid #0e0e0e;
    width: 48px;
    margin-left: 0px;
}
*/

.link-p {
    color: #42c2ff;
    font-weight: 500;
    text-decoration: none;
}

.link-p:hover {
    color: #42c2ff;
    font-weight: 700;
    text-decoration: none;
}

.mu-header-dot {
    background-color: #42c2ff;
}

.mu-pricing-single {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    opacity: .9;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.mu-pricing-single:hover {
    opacity: 1;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mu-author-image {
    max-width: 88%;
}

.add-shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}


}
p {
    font-size: 20px;
}
.mu-price-feature li {
    padding-left: 30px;
    padding-right: 30px;
}
.price-special {
    font-weight: bold;
    color: #0e0e0e;
}
.mu-team-image {
    max-width: 75%;
    display: block;
    margin: auto;
}
.legal-link:hover {
    color: #42c2ff !important;
}

/*FOOTER*/
.site-footer {
    text-align: left;
}
.site-footer h6 {
    color: #0e0e0e;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    margin-bottom: 39px;
}
.site-footer a {
    color: #122e49;
}
.site-footer a:hover {
    color: #42c2ff;
    text-decoration: none;
}
.footer-links {
    padding-left: 0;
    list-style: none
}
.footer-links li {
    display: block
}
.footer-links a {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 500;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #42c2ff;
    text-decoration: none;
}
.footer-links.inline li {
    display: inline-block
}
.site-footer .social-icons {
    text-align: right
}
.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #eceeef;
}
.copyright-text {
    margin: 0
}
@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}
@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}
.social-icons a.facebook:hover {
    background-color: #3b5998
}
.social-icons a.medium:hover {
    background-color: #000;
}
.social-icons a.instagram:hover {
    background-color: #000;
}
.social-icons a.twitter:hover {
    background-color: #00aced
}
.social-icons a.linkedin:hover {
    background-color: #007bb6
}
.social-icons a.dribbble:hover {
    background-color: #ea4c89
}
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
.text-justify {
    text-align: left;
    font-size: 14px;
    padding-right: 80px;
    margin-top: 27px;
    line-height: 27px;
}
hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.copyright-text {
    font-size: 16px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 3.5rem .5rem .5rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 88%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 10px 0px 5px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.counter-small {
    font-size: 14px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-submenu>a:after {
    display: none;
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: 95px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 50%;
    margin-top: -300px;
    margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.add_to_slack,
.add_to_msteams {
    padding: 15px 20px 15px 20px;
    font-size: 14px;
    background-color: #0e0e0e;
    color: #fff;
    font-weight: 500;
    border-left: 4px solid #0e0e0e;
    margin: 15px 0;
}

/*New Plan*/

/*---------------PLAN---------------*/
.plan-container {
    margin: 0 auto;
    padding: 40px 0 0;
    /* max-width: 1024px; */
    
    width: 88%;
}
.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}
.background::after {
    content: '';
    background: #60a9ff;
    background: -moz-linear-gradient(top, #42c2ff 0%, #5ff0ff 100%);
    background: -webkit-linear-gradient(top, #42c2ff 0%, #5ff0ff 100%);
    background: linear-gradient(to bottom, #42c2ff 0%, #5ff0ff 100%);
    background: linear-gradient(to bottom, #42c2ff 0%, #5ff0ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#42c2ff', endColorstr='#5ff0ff', GradientType=0);
    height: 450px;
    /*
  height: 100%;
  background: #f4f4f4;
  */
    
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
}

/*
.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}
*/
.panel {
    background-color: #fff;
    /*background-color: transparent;*/
    
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}
@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}
.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}
.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.pricing-plan:last-child {
    border-bottom: none;
}
@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 20px 26px;
        width: 25%;
        /*
        background: #fff;
    margin: 25px;
    border-radius: 10px;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    */
    }
    
    .pricing-plan:last-child {
        border-right: none;
    }
}
.pricing-img {
    margin: 0 auto;
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 35px;
}
.pricing-header {
    color: #0e0e0e;
    font-size: 28px;
    font-weight: 700;
}
.pricing-features {
    color: #223b54;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 25px;
    list-style: none !important;
    padding: 0;
}
.pricing-features-item {
    list-style: none !important;
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}
.pricing-smaller-text {
    font-size: 12px;
    margin-left: 8px;
}
.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}
.pricing-price {
    color: #0e0e0e;
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-top: auto;
}
.pricing-button {
    border: none;
    color: #fff;
    display: inline-block;
    margin: 7px 0px;
    padding: 11px 15px;
    text-decoration: none !important;
    transition: all 150ms ease-in-out;
    background: #0e0e0e;
    font-size: 12px;
    border-radius: 0px;
    width: -webkit-fill-available;
    width: 90%;
    text-transform: none;
}
.pricing-button:hover,
.pricing-button:focus {
    background-color: #264564;
    color: #fff;
    text-decoration: none !important;
}
.pricing-button.is-featured {
    background-color: #42c2ff;
    color: #fff;
    font-weight: 500;
}
.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: #008df2;
    text-decoration: none !important;
}
.bigger-user {
    font-size: 26px;
    color: #42c2ff;
}
.pricing-popular {
    /*
    background-color: #78ffe0;
    padding: 6px 0px;
    margin-top: -46px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    width: 100%;
  */
    
    background-color: #ffdc30;
    padding: 4px 17px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: -9px;
    margin-top: -20px;
}
.pricing-bottom {
    font-size: 16px;
}
.mu-pricing-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
}
.pricing-btn-group {
    margin-top: auto;
}
.pricing-sub-header {
    font-size: 14px;
}
.mu-pricing-area {
    display: inline;
    float: left;
    padding: 60px 0;
    width: 100%;
}
.slack-btn-icon {
    max-width: 15px;
    margin-right: 8px;
    padding-bottom: 3px;
}
.filtered {
    background: yellow;
    position: relative;
}
.filtered img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}
.pricing-link {
    color: #18d774;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
.explore-add-ons {
    padding: 15px 20px 15px 20px;
    font-size: 14px;
    background-color: #0e0e0e;
    color: #fff;
    font-weight: 500;
    border-left: 4px solid #0e0e0e;
    margin: 15px 0;
}
img {
    border: none;
    max-width: 90%;
}