.text-primary, a, .btn-link {
    color: #7868cc !important;
}

.btn-outline-default {
    border: 1px solid  white;
}

body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-overlay {
    width:0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

@media all and (max-width:992px) {

    .offcanvas-header{ display:block; }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0;
        display:block;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width:80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
}
.animated-body {
    min-height: 400px;
    background: #7868cc url('/images/whatsapp-call-recoridng-banner.png') no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .animated-body {
        background-position: left;
    }
}
.section2 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption2 {
    font-size: 1.5rem;
    color: #fff;
    left: 10%;
}
.caption {
    font-family: "Pacifico", cursive;
    font-size: 3rem;
    color: #fff;
    left: 10%;
}

.snow-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.snow-container i {
    position: absolute;
    display: block;
}

.isnow:nth-child(1), .isnow:nth-child(9) {
    top: -20%;
    left: 5%;
    font-size: 2rem;
    color: #ffffff63;
    animation: animate1 10s infinite linear;
    animation-delay: 2s;
}

.isnow:nth-child(2), .isnow:nth-child(10) {
    top: -20%;
    left: 20%;
    font-size: 1rem;
    color: #ffffff63;
    animation: animate1 15s infinite linear;
    animation-delay: 1s;
}

.isnow:nth-child(3), .isnow:nth-child(11) {
    top: -20%;
    left: 30%;
    font-size: 3rem;
    color: #ffffff63;
    animation: animate1 25s infinite linear;
    animation-delay: .5s;
}

.isnow:nth-child(4), .isnow:nth-child(12) {
    top: -20%;
    left: 40%;
    font-size: 3rem;
    color: #ffffff63;
    animation: animate1 15s infinite linear;
    animation-delay: 1.5s;
}

.isnow:nth-child(5), .isnow:nth-child(13) {
    top: -30%;
    right: 40%;
    font-size: 6rem;
    color: #ffffff63;
    animation: animate1 30s infinite linear;
    animation-delay: 2s;
}

.isnow:nth-child(6), .isnow:nth-child(14) {
    top: -20%;
    right: 25%;
    font-size: 0.5rem;
    color: #ffffff63;
    animation: animate1 10s infinite linear;
    animation-delay: 1s;
}

.isnow:nth-child(7), .isnow:nth-child(15) {
    top: -30%;
    right: 15%;
    font-size: 5rem;
    color: #ffffff63;
    animation: animate1 25s infinite linear;
    animation-delay: 3s;
}

.isnow:nth-child(8), .isnow:nth-child(16) {
    top: -20%;
    right: 5%;
    font-size: 1rem;
    color: #ffffff63;
    animation: animate1 20s infinite linear;
    animation-delay: 0.5s;
}

@keyframes animate1 {
    0% {
        opacity: 0;
        top: -10%;
    }
    10% {
        opacity: 1;
        transform: translateX(-30px) rotate(45deg);
    }
    40% {
        transform: translateX(60px);
    }
    70% {
        transform: translateX(-10px) rotate(90deg);
    }
    100% {
        top: 110%;
    }
}

.rating-widget .star-input {
    width: 0;
    height: 0;
    position: absolute;
    left: -5000px;
}
.rating-widget .star-input:checked + .star-input-label .orange {
    animation: enlarge 0.5s ease-in-out forwards;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(2) .orange {
    animation-delay: 0.1s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(3) .orange {
    animation-delay: 0.2s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(4) .orange {
    animation-delay: 0.3s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(5) .orange {
    animation-delay: 0.4s;
}
.rating-widget .star-input-label {
    display: inline-block;
    padding: 8px 2px;
    text-indent: -5000px;
    line-height: 0;
    color: #dcdcdc;
    position: relative;
    cursor: pointer;
}
.rating-widget .star-input-label:hover, .rating-widget .star-input-label.hovered {
    color: #a7a7a7;
}
.rating-widget .star-input-label i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-indent: 0;
}
.rating-widget .star-input-label i.orange {
    position: absolute;
    display: block;
    padding: 8px 2px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: orange;
    transform: scale(0);
}

@keyframes enlarge {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
.items .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.items .card .card-body {
    padding: 1rem 1rem;
}

.items .card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.items p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.items  h4{
    line-height: .2 !important;
}
.items .profile{
    margin-top: 16px;
    margin-left: 11px;
}

.items .profile-pic{
    width: 58px;
}

.items .cust-name{
    font-size: 18px;
}

.items .cust-profession{
    font-size: 10px;
}



.items .items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.items .slick-slide {
    margin: 10px
}
