/*!
Template :	AppsLand @by Softnio
Preset   :	Default
Version	 :	1.3.1
Updated	 :	10.22.2018
*/
.active .steps h4,
.heading span,
.box-icon .fa,
.box-icon .ti,
.video-play,
.video-play:hover,
.video-play:focus,
.owl-theme .owl-nav [class*=owl-],
.single-features .ti,
.single-features .fa,
.contact-form h3,
.contact-info h6 .fa,
.footer-navigation li a:hover,
.social-list li a:hover,
.owl-theme .owl-nav [class*="owl-"]:hover,
.footer-links li a:hover {
    color: #1F65DB;
}

.pricing-bottom .ti-check {
    color: #00d578;
}

.pricing-bottom .ti-close {
    color: #de0000;
}

.owl-theme .owl-dots .owl-dot span:after,
.affix .navbar-default .navbar-toggle,
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #fff
}

.owl-theme .owl-dots .owl-dot span:after {
    border-color: #1F65DB
}

.primary-bg {
    background: #1F65DB;
}

.secondary-bg {
    background: #ED355B;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.affix .navbar-default .navbar-toggle,
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff;
}

.button {
    background: #FA3821;
}

.button:hover {
    background: #1F65DB;
}

.header-texts .button {
    background: #FA3821;
    color: #fff;
}

.header-texts .button:hover {
    background: #fff;
    color: #FA3821;
}

.button.button-transparent {
    background: transparent;
}

.button.button-transparent:hover {
    background: #fff;
    color: #FA3821;
    border-color: #fff;
}

.navbar-default .navbar-nav>li>a.button,
.navbar-default .navbar-nav>li>a.button:focus {
    border: 2px solid #FA3821;
    background: #FA3821;
}

.navbar-default .navbar-nav>li>a.button:hover {
    color: #FA3821;
}

.affix .navbar-default .navbar-nav>li>a.button:hover,
.affix .navbar-default .navbar-nav>li.active>a.button,
.affix .navbar-default .navbar-nav>li.active>a.button:focus {
    color: #FA3821;
    border-color: #FA3821;
}

.gradiant-background {
    /* background-image: -o-linear-gradient(157deg, #ED355B 0%, #1F65DB 100%);
    background-image: linear-gradient(293deg, #ED355B 0%, #1F65DB 100%);  */
    background-image: url(../img/home-bg.png);
    background-image: url(../img/home-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-icon {
    background: #fff;
}

.team-member .team-photo:after {
    /* background-image: -o-linear-gradient(157deg, #ED355B 0%, #1F65DB 100%);
    background-image: linear-gradient(239deg, #ED355B 0%, #1F65DB 100%);  */
    background-image: linear-gradient(157deg,
            #8541fc 0%,
            #5b6cfc 33%,
            #21c3fd 66%);
    background-image: linear-gradient(239deg,
            #8541fc 0%,
            #5b6cfc 33%,
            #21c3fd 66%);
}

.bg-color {
    background-image: linear-gradient(340deg, #8541fc 0%, #5b6cfc 33%, #21c3fd 66%);
    background-image: linear-gradient(110deg, #8541fc 0%, #5b6cfc 33%, #21c3fd 66%);
}

.partner {
    margin: 0 10px;
}

.meta-heading {
    color: #1F65DB;
    margin-bottom: 5px;
}

.feature-col .icon {
    background: #F2F7FF;
    color: #1F65DB;
}

.button.alt {
    background: #fff;
    color: #1F65DB;
}

.button.alt:hover {
    background: #1F65DB;
    color: #fff;
}

.button.light {
    background: #F2F7FF;
    color: #1F65DB;
}

.button.light:hover {
    background: #00deec;
    color: #fff;
}

.bg-circle .small,
.bg-circle .big {
    background: #F2F7FF;
}

.bg-circle .big:before {
    background-image: -o-linear-gradient(157deg, #fff 0%, #ED355B 100%);
    background-image: linear-gradient(157deg, #fff 0%, #ED355B 100%);
}

.bg-circle .big:after {
    background-image: -o-linear-gradient(157deg, #fff 0%, #1F65DB 100%);
    background-image: linear-gradient(157deg, #fff 0%, #1F65DB 100%);
}

.pricing-box.alt h5 {
    color: #1F65DB;
}

@media only screen and (max-width: 991px) {

    .navbar-default .in .navbar-nav>li>a:hover,
    .navbar-default .in .navbar-nav>li>a:focus,
    .affix .navbar-default .navbar-nav>li>a:hover,
    .affix .navbar-default .navbar-nav>li>a:focus,
    .affix .navbar-default .navbar-nav>.active>a,
    .affix .navbar-default .navbar-nav>.active>a:hover,
    .affix .navbar-default .navbar-nav>.active>a:focus {
        background: #1F65DB;
    }

}

.theme-pro .section.gradiant-background {
    background: #ecf4fd;
}

.home-numbers__item {
    position: relative;
    padding: 50px 30px 32px;
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff0;
    color: #fff;
    text-align: center;
    min-width: 16em;
    height: 11em;

}

@media (min-width:992px) {
    .p-b-56 {
        padding-bottom: 56px;
    }
}

figure.home-numbers__icon {
    position: absolute;
    top: -25px;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    margin-left: -50px;
    /* background: #fff; */
}

p.home-numbers__title {
    margin: 0 0 0.4em;
    font-size: 24px;
    font-size: 2.5rem;
    line-height: 1.2em;
    font-weight: 700;
}

.partner-img {
    background: #fff;
    height: 153px;
    margin-bottom: 16px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

/* .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

 

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

*/
