.purchase_btn {
    width: 140px;
    border: 2px solid #FC5304;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #FC5304;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    overflow: hidden;
    cursor: pointer;
}

.purchase_btn i {
    padding-right: 14px;
    font-size: 24px;
}

.purchase_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #FC5304;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    z-index: -1;
}

.purchase_btn:hover {
    color: #fff;
}

.purchase_btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.purchase_btn.purple_pruchase {
    border: 2px solid #a640d0;
    color: #a640d0;
}

.purchase_btn.purple_pruchase:before {
    border-bottom: 80px solid #a640d0;
}

.purchase_btn.purple_pruchase:hover {
    color: #fff;
}

.logo-img {
    width: 180px;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


.site-footer li i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    color: #f26522;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    margin: 0px 12px 7px 0;
    transition: all .3s;
}

.site-footer li:hover i {
    background: #f26522;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333333 !important;
}

.header-inner-page {
    background: linear-gradient(90deg, #ffffff, #333333) !important;
    /* background: linear-gradient(45deg, red 0 50%, blue 50% 100%) !important; */
}

.header-index-page {
    background: linear-gradient(90deg, #ffffffa8, #333333a8) !important;
    background: linear-gradient(90deg, #ffffffa8, #33333300) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000 !important;
}

.play-button {
    color: #f95204;
    /* border: 1px solid #202020; */
    background-color: #fff;
    padding: 15px;
    border-radius: 60px;
}

.play-button:hover {
    color: #fff;
    /* border: 1px solid #202020; */
    background-color: #f95204;

}


/*FAQ Styles*/

.cd-faq__items {
    // on mibile, faq contents slides in from the right
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    transform: translateZ(0) translateX(100%);
    transition: transform .3s;
}

.cd-faq__items--slide-in {
    transform: translateX(0);
}

@include breakpoint(md) {
    .cd-faq {
        display: flex;
    }

    .cd-faq__categories {
        position: sticky; // fix element on scrolling
        top: 20px;
        width: 200px;
    }

    .cd-faq__items {
        flex-grow: 1;
    }
}


/*Pricing */

.pricing_item {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #d8aec6;
    border-radius: 10px;
    text-align: center;
    padding: 60px 24px;
}

.pricing_item h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
}

.pricing_item h2 {
    font-size: 48px;
    color: #FC5304;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 25px 0px 18px 0px;
}

.pricing_item h4 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #716776;
    font-weight: 400;
    padding-bottom: 35px;
}

.pricing_item ul {
    padding-bottom: 30px;
}

.pricing_item ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    border-top: 1px solid #7a5c6a;
    display: block;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 50px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.pricing_item ul li:hover a {
    color: #FC5304;
}


/*start: Blog listing*/

.headings ul li a {
    text-decoration: none;
    color: inherit;
}

.headings ul li h2 {
    /*font-size: 28px;*/
    font-family: "Raleway", sans-serif;
}

.headings ul li p {
    /*font-size: 14px;*/
    font-family: "Raleway", sans-serif;
}

.headings ul li {
    background-color: #F5F5F5;
    padding: 0px 10px;
    list-style-type: none;
    border: 1px solid #DEDEDE;
    margin: 10px 0px;
    border-left: 5px solid #000;
    text-align: justify;
    /*font-size: 1.05rem;*/
    line-height: 1.8;

}

.headings ul li:hover {
    /*background-color: #FFC89A;*/
    cursor: pointer;
    border-left: 5px solid #FC5304;
    /* transform: scale(1.05);   */
}


/*end: Blog listing*/

/*START: Pricing*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

.snip1265 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px 10px;
}

.snip1265 .plan {
    margin: 10px 10px;
    /* width: 30%; */
    position: relative;
    /*float: left;*/
    background-color: #262626;
    border: 1px solid #1e1e1e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-width: 295px;
}

.snip1265 .plan:hover,
.snip1265 .plan.hover {
    background-color: #1c1c1c;
}

.snip1265 .plan:hover i,
.snip1265 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1265 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1265 .header {
    position: relative;
    padding: 20px 10px;
}

.snip1265 .header i {
    font-size: 56px;
    margin: 0 15px;
    color: #FC5304;
    display: inline-block;
    float: left;
}

.snip1265 .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.snip1265 .plan-cost {
    margin: 0;
    opacity: 0.2;
}

.snip1265 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}

.snip1265 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1265 .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}

.snip1265 .plan-features li {
    padding: 5px 5%;
    font-weight: 500;
    opacity: 0.5;
    border-left: 5px solid #716d6b;
    margin: 2px 20px;
}

.snip1265 .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}



.snip1265 .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #FC5304;
}

.snip1265 .plan-select a:hover {
    background-color: #262626;
}

.snip1265 .featured {
    margin-top: -10px;
    background-color: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.snip1265 .featured .plan-select a {
    margin: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1265 .plan {
        width: 50%;
    }

    .snip1265 .plan-title,
    .snip1265 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1265 .plan-select a,
    .snip1265 .featured .plan-select a {
        margin: 20px;
    }

    .snip1265 .featured {
        margin-top: 0;
    }

    .content {
        font-size: 10px;
        padding: 0px 10px;
    }

    .hg-article-body ol>li:before {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 440px) {
    .snip1265 .plan {
        width: 100%;
    }
}



/*END: Pricing*/

/*START: Download*/
.apple-logo {
    width: 110px;
    margin: 10px;
}

.google-logo {
    width: 122px;
    margin: 10px;
}

/*END: Download*/


/*START: Show numbering in list*/

.hg-article-body ol {
    counter-reset: item;
}

.hg-article-body ol>li {
    display: block;
}

.hg-article-body ol>li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-size: 20px;
    /*color: #FC5304;*/
}

/*START: Show numbering in list*/

/* START: FAQ Accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* font-size: 15px; */
    transition: 0.4s;
    margin: 10px;
    font-size: 1.3em;
}


/* .active,
.accordion:hover {
    background-color: #ccc;
} */
.accordion:hover {
    color: #FC5304;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* END: FAQ Accordion */