:root{
    --primary : #654892;
    --heading: #232323;
    --fa: #fafafa;
    --myblue: #F3F8FC;
}
*{
    padding: 0;
    margin: 0;
}
.text-primary{
    color: var(--primary) !important;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #6C757D;
}
h1,h2,h3,h4,h5,h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    color: var(--heading);
}
.bg-fa{
    background-color: var(--fa);
}
.bg-myblue{
    background-color: var(--myblue);
}
#header{
    background: url("../images/headerbg.svg") no-repeat;
    background-position: 100% bottom;
    background-size: cover;
    padding-top: 6rem;

}
#demos{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#demos a img{
    opacity: 1;
}
#demos a:hover img{
    opacity: 0.5;
}
.bg-sb{
    background: #F3F8FC;
}
#support{
    background: url("../images/supportbg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 15rem;
    margin-bottom: 15rem;
    position: relative;
}
#support p > span{
    color: #F38844;
}
.btp_elite_document {
    max-width: 82.5rem;
    margin: 0 auto;
    position: absolute;
    top: calc(100% - 150px);
	left:0;
	right:0;
}
.btp_cards {
    grid-template-columns: repeat( auto-fit, minmax(320px, 1fr) );
    grid-gap: 0;
}
.d-grid {
    display: grid;
}
.bg-blue {
    background: #4A5C9D;
}
.btp_cards .media_icon {
    background: rgba(0, 0, 0, 0.25);
}
.media_icon {
    width: 4.375rem;
    height: 4.375rem;
    background: #DE4150;
    border-radius: 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bg-green {
    background: #95B233;
}
.bg-red {
    background: #DE4150;
}
.footer-bottom{
    background: var(--primary)
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .btp_elite_document{
        position: static;
    }
    #header{
        background-position: center center;
    }
    #support{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .btp_cards{
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px){
    .btp_elite_document{
        position: static;
        margin-top: 2rem;
    }
    #support{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .btp_cards{
        margin-right: 0;
        margin-left: 0;
    }
}
#elementor{
    background-image: url("../images/elementor-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#woocommerce{
    background-color: #603879;
}
#demoImport{
    background-image: url("../images/one-import-click-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-features{
    background-color: #1D3672;
}
@media (max-width: 539px) {
	#header{
		background-size:160% !important;
	}
}