/* ----------------------------------------------------------------
	Canvas: SEO
-----------------------------------------------------------------*/


/* Root Settings
-----------------------------------------------------------------*/

:root {
    --themecolor: #fE9603;
    --basefontsize: 16px;
    --fontfamily: 'Poppins', sans-serif;
    --headerboxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    --menufontsize: 15px;
}

@media (min-width: 992px) {}


/* Buttons
-----------------------------------------------------------------*/


/* Top Links
-----------------------------------------------------------------*/

.slider-title p,
.feature-box.fbox-center p {
    font-size: calc( var(--basefontsize, 16px) - 1px);
    line-height: 1.7;
    color: #777;
    letter-spacing: 0;
}

.play-icon i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    font-size: 24px;
    background: linear-gradient(60deg, #fE9603, #ff8e01, #ed9931, #f37055);
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease;
    animation: animdgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animdgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.play-icon:hover i {
    transform: scale(1.1);
}

#oc-clients .oc-item img {
    height: 32px;
}


/* Pricing Switcher


/* Pricing Boxes
-----------------------------------------------------------------*/

-----------------------------------------------------------------*/
/* Pricing Boxes - Action
-----------------------------------------------------------------*/


/* Badge
-----------------------------------------------------------------*/

.badge {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 500;
    line-height: .8;
}

.badge.badge-default {
    border: 1px solid var(--themecolor, #fE9603);
    color: var(--themecolor, #fE9603);
}


/* Blog
-----------------------------------------------------------------*/

.entry-title h3 {
    font-size: 17px;
    margin-bottom: 13px;
}

.entry .entry-title h3 a {
    color: #222 !important
}

.entry-meta li::before {
    content: "\00b7";
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/

@media (min-width: 992px) {
    -----------------------------------------------------------------*/
    /* Slider Text
	-----------------------------------------------------------------*/
}


/* Card SEO About
-----------------------------------------------------------------*/

@media (min-width: 992px) {}


/* Story Timeline
-----------------------------------------------------------------*/

.story-timeline {
    position: relative;
    padding-top: 60px;
}

.story-timeline>.story-timeline-line {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #dc3545 0%, #fE9603 100%);
}

.story-timeline .story-timeline-dots {
    position: absolute;
    display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-left: -13px;
    background-image: linear-gradient(#dc3545 0%, #fE9603 100%);
    border: 8px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color .3s ease;
}

.story-timeline>.row {
    position: relative;
    padding-left: 40px;
}

.story-timeline>.row:hover .story-timeline-dots {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #555;
}


/* Story Timeline
-----------------------------------------------------------------*/

@media (min-width: 768px) {
    .story-timeline>.story-timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
    .story-timeline .story-timeline-dots {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }
    .story-timeline>.row {
        margin-right: -50px;
        margin-left: -50px;
        padding-left: 0;
    }
    .story-timeline>.row>.col,
    .story-timeline>.row>[class*="col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }
}

[id^="particles-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}