@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap");
.banner-one {
    background: transparent url(/impactfront/img/banner-bg-1-4.png) top right no-repeat;
    background-size: cover;

}
.bg-soft{
    background-color: #f5f8fb !important;
}
body{
    font-family: "Titillium Web", sans-serif;
}
.bg-primary {
    background-color: #70ae98!important;
}
.headroom--not-top.navbar-theme-primary {
    background-color: #65a08b !important;
}
@media (max-width: 991.98px){
    .navbar-light .navbar-nav .nav-link, #hero_subtitle, #hero_title{
        color: #70ae98 !important;
    }
}
.navbar-light .btn-docs,.navbar-light .btn-docs:hover{
    color: #70ae98;
    border-color: #70ae98;
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle {
    color: #506690;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-primary {
    color: #fff;
    background-color: #70ae98;
    border-color: #70ae98;
    box-shadow: 0 0.125rem 0.25rem rgb(13 20 49 / 7%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn-primary:hover {
    color: #fff;
    background-color: #629c88 !important;
    border-color: #70ae98 !important;
}

.btn-secondary {
    color: #1a3129;
    background-color: #e6b655;
    border-color: #e6b655;
}
.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {

    color: #fff;
    background-color: #e4ab38 !important;
    border-color: #e6b655 !important;
}

.headroom--not-top.navbar-theme-primary{
    background-color: #253174;
}
.navbar-light .navbar-nav .nav-link,#hero_subtitle,#hero_title {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fbfbfb;
    font-weight: bold;
}


.pricing-one {
    padding-bottom: 120px;
}
.pricing-one__single {
    min-height: 635px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 15px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pricing-one__single:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    background-color: #70ae98;
}
.pricing-one__single:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(/impactfront/img/price-shape-1-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(600px) perspective(100px);
    transform: translateZ(600px) perspective(100px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.pricing-one__single .inner {
    position: relative;
    z-index: 9;
}
.pricing-one__single.popular:after, .pricing-one__single:hover:after {
    -webkit-transform: translateZ(0px) perspective(0);
    transform: translateZ(0px) perspective(0);
}
.pricing-one__single.popular:before, .pricing-one__single:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pricing-one__name {
    text-transform: uppercase;
    font-size: 14px;
    color: #1b2143;
    letter-spacing: .2em;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.pricing-one__amount {
    color: #1b2143;
    font-size: 60px;
    margin: 0;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.pricing-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 246px;
}
.pricing-one__list-item {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.pricing-one__list-item + .pricing-one__list-item {
    margin-top: 20px;
}
.pricing-one__single.popular .pricing-one__name, .pricing-one__single.popular .pricing-one__amount, .pricing-one__single.popular .pricing-one__list-item, .pricing-one__single:hover .pricing-one__name, .pricing-one__single:hover .pricing-one__amount, .pricing-one__single:hover .pricing-one__list-item ,.pricing-one__single:hover .pricing-one__amount span,.pricing-one__single.popular .pricing-one__amount span{
    color: #fff;
}
.pricing-one__single.popular .pricing-one__btn, .pricing-one__single:hover .pricing-one__btn {
    background-color: #fff;
    color: #1b2143;
}

.thm-btn {
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30.5px;
    background-color: #629c88;
    text-transform: uppercase;
    color: #fff ;
    font-size: 14px;
    font-weight: bold;
    padding: 13.5px 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.block-title__title{
    text-transform: uppercase;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
.block-title__title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -20%);
    transform: translate(50%, -20%);
    width: 238px;
    height: 114px;
    background: transparent url(/impactfront/img/pattern-1-1.png) 0 0 no-repeat;
    z-index: 0;
}

.btn-cart {
    color: #70ae98  !important;
}

.nav-pills .nav-link:hover ,.nav-pills .nav-link {
    color: #70ae98;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #70ae98;
}
.info-block.block-info{
    border-color: #70ae98;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #70ae98;
    border-color: #3b735f;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #70ae98;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3b735f;
    background-color: #70ae98;
    box-shadow: none;
}

.badge-primary {
    color: #225f49;
    background-color: rgb(231 251 208);
}

.btn-outline-primary {
    color: #70ae98;
    border-color: #3b735f;
}
.navbar-brand img.common{
    height: 70px;
}