body{
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.alert{
	color:#fff;
}
.alert-success {
	background-color: #2b982b;
}
.alert-info {
	background-color: #00b0e4;
}
.alert-warning {
	background-color: #ff9600;
}
.alert-danger {
	background-color: #fb483a;
}
.grecaptcha-badge{top:-999999px}
.custom-adv {
    margin: 7px;
}
.wait-loader-icon:after{
	content:'\F421';
	display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
ins[data-ad-status=unfilled] {
    display: none !important;
}
.btn-google img{
	width:20px;
	height:20px;
}
.form-check-input[type=radio]{
	cursor:pointer;
}
.form-check-input:checked {
    background-color: #de1005;
    border-color: #de1005;
}
.form-check-input:focus {
    border-color: #ff6159;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(222 16 5 / 25%);
}
.lazy {
    background: rgba(0,0,0,0);
    position: relative;
}
.lazy[data-src]{
	background: #f6f7f8;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
	min-height: 96px;
}


a{
	color:#de1005;
	text-decoration:none;
}
.page-link{
	color:#de1005;
}
a:hover, .page-link:hover{
	color:#cf0f04;
}
.active>.page-link, .page-link.active{
	background-color: #de1005;
    border-color: #de1005;
}
.btn-fat{
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-red{
    background-color: #de1005;
	border-color: #de1005;
    color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active{
	background-color:#cf0f04 !important;
	border-color: #cf0f04 !important;
	color: #fff !important;
}
.btn-red:disabled{
	background-color:#cf0f04 !important;
	color: #fff !important;
}
.btn-white{background:#fff; color:#300f23; font-weight:700; padding-left:15px; padding-right:15px;}
.btn-white:hover, .btn-white:focus, .btn-white:active{
	background:#f3f3f3 !important;
    color: #300f23;
	border-color:#fff !important;
}
.btn-white:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}

.btn-pricing{    background: #efa487;
    color: #424242;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    font-size: .9rem;}
.btn-pricing:hover{
	background:#e09274;
    color: #424242;
}
.btn-pricing:focus{box-shadow:0 0 0 .2rem rgba(239,164,135,.5)}

.btn-yellow{    background: #de1005;
    color: #fff;
    text-transform: uppercase;
    padding-left: 1.5rem;
    padding-right: 1.5rem;}
.btn-yellow:hover{
	background:#cf0f04;
    color: #fff;
}
.btn-yellow:focus{box-shadow:none;}
.side-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2040;
    width: 16rem;
    height: 100vh;
    padding: 1rem 1.3rem;
    margin: 0;
    overflow: hidden;
    background-color: #de1005;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s;
    will-change: transform;
}
.side-nav .header-slide-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-nav .header-slide-menu li a {
    color: #fff;
    line-height: 1.8rem;
}
.side-nav h3 {
    font-size: 1.2rem;
    color: #fff;
	font-weight:600;
    margin: 0.5rem 0;
}
#slim-scroller {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}
.is-home .s-nav-link {
    display: none;
}
.hellovector-folder-open {
    background: url(../img/lookingfor-01.svg) no-repeat 50%;
    display: block;
    width: 100%;
    height: 400px;
}
.empty-list h2 {
    text-align: center;
    padding: 2rem 0;
    font-weight: 400;
    font-size: 1.25rem;
    color: #f597a5;
}

.home-search{
	position: absolute;
    top: 50%;
    max-width: 96%;
    width: 700px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}
.home-search h1{
	color: #fff;
    margin: 0 0 1.5rem;
    font-size: 2.2rem;
    font-weight: 700;
}
.home-search h1 span {
    font-size: 1.4rem;
    display: block;
	font-weight: 500;
}
.banner-search-hint {
    color: #fff;
    font-size: 0.85em;
	margin: 1rem 0;
}
#onDictation{
	color: #4d4e51;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px;
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 100;
    display: none;
}
.navbar-search #onDictation{
	top:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){#onDictation{display:block}}
.home-banner .input-group .form-control {
    width: 584px;
    padding: 1rem 1.5rem;
    border-radius: .25rem 0 0 .25rem;
}
.form-control:focus{
	box-shadow:none;
	border-color:var(--bs-border-color);
}
#siteSearchForm .icon-addon{
	position:relative;
}
.search-form .btn-red{
    padding: 1rem 1.5rem;
    border-radius: 0 .25rem .25rem 0;
}
.inner-banner{
	padding-top: 70px;
    background-color: #de1005;
}
.bg-danger {
    background-color: #de1005!important;
}
.bd-navbar{
    margin: 0;
    padding: 1rem 0;
	z-index: 1032;
}
.bd-navbar.scrolled{
	z-index: 1031;
}
.is-home .bd-navbar.scrolled{
    background-color: #de1005;
	position:fixed;
	
}
.navbar-brand{
	margin-right:1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .15rem .75rem 0;
}
.navbar-dark .navbar-nav .nav-link .badge{font-weight: 300; margin-right: .5rem;}
.home-banner{
    position: relative;
	width: 100%;
    aspect-ratio: calc(214 / 93);
}
.home-banner img{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.home-banner .get-started{
    position: absolute;
    width: 90%;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}
.home-banner .get-started span{
	margin-right:1.5rem;
}
.home-banner.dark .btn-red{
	background-color:#212529;
	border-color: #212529;
}

/*easy-autocomplete*/
.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;top:45px;position:absolute;width:100%;z-index:2}
.inner-banner .easy-autocomplete-container{top:45px;}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:1rem;font-weight:normal;padding:10px 12px 10px 12px;text-align:left;color:#555;}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all; font-size:0.85rem;}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*easy-autocomplete*/
.easy-autocomplete-container ul li div.search-type-title{
	display:none;
}
.easy-autocomplete-container ul li:after {
    clear: both;
    content: " ";
    display: block;
    width: 100%;
}
.register-home {
    position: relative;
    background: #ffece5;
    padding: 2rem 0;
}
.register-home .card{
	border:none;
	max-width:470px;
	padding:1rem;
}
.register-home .card h4{
	color:#5b5b5b;
	font-size:1.25rem;
	margin:0 0 1.25rem;
}
.register-home .rh-login{
	font-size:.9rem;
	text-align:center;
	color:#484848;
	margin: 0;
}
.form-floating.has-error label.help-block,
.form-floating.error label.error {
    position: relative;
    margin: 0;
    padding: .25rem 0 0;
    color: #f00;
    line-height: 1;
    transform: inherit !important;
    opacity: 1 !important;
    font-size: .8rem;
}
.btn-home-register {
    background: #de1005;
    color: #fff;
    width: 100%;
}
.btn-home-register:hover {
    background: #cf0f04;
	color: #fff;
}
.vr-diffrence{
	position: relative;
    margin: 2rem 0 3rem;
}
.vr-diffrence .accordion-body{
	padding-left: 0;
    padding-right: 0;
	font-size:.95rem;
}
.vr-diffrence .accordion-item .accordion-button{
	font-weight:500;
	padding-left: 0;
    padding-right: 0;
}
.vr-diffrence .accordion-button:not(.collapsed){
	background-color:rgba(0,0,0,0);
	color: inherit;
}
.vr-diffrence .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   
}

.accordion-button:focus{
	background-color:rgba(0,0,0,0);
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.home-category {
    position: relative;
    margin: 2rem 0 1rem;
}
.home-category ul {
    list-style: none;
    padding: 0;
    
}
.home-category ul a{
    text-decoration:none;
	font-size: .85rem;
	color:#595959;
}
h3.section-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
}
.premium-project{
	background:#fff;
	padding: 3rem 0 2rem;
}
.header-title{
	position:relative;
	padding-right: 65px;
}
.header-title .title{
	font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
	margin:0 0 .75rem;
}
.header-title .view-all {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
}
.premium-category {
    position: relative;
    margin-top: 2rem;
}
.premium-category .pc-wrapper {
    position: relative;
    margin-bottom: 2rem;
}
.premium-category .pc-wrapper p {
    font-size: .85rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-weight: 500;
}
.premium-category .pc-wrapper p a {
    color: #474747;
}
.premium-category .pc-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    aspect-ratio: 1.75;
}
.premium-project .cust-art{
	background: #fecbb7;
    overflow:hidden;
    border-radius: .35rem;
    margin: 2rem 0;
	position:relative;
}
.premium-project .cust-art h2{
	font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 0.5rem;
}
.premium-project .cust-art .cud-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    right: 0;
	text-align:right;
}
.cud-info {
    position: relative;
    z-index: 2;
	padding: 2rem 4rem;
}

.cud-img img {
    max-width: 100%;
    height: auto;
	background: rgba(0,0,0,0) !important;
}
.home-free-image img {
	width: 100%;
    height: auto; /*175px*/
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: calc(3 / 2);
}
p.home-free-name{
	display:none;
}
.home-free-image {
    margin-bottom: 1.5rem;
}
.register-home .rh-strong, .downloading .rh-strong{
	font-weight:600;
	margin: 1.5rem 0;
	
}
.register-home .rh-wrapper {
    padding-left: 2rem;
	padding-right: 2rem;
}
.register-home .su-image {
    max-width:100%;
	height:auto;
}
.register-home .reg-info{
	position:relative;
	z-index:1;
}
.downloading .looking-image{
	position: absolute;
    bottom: 0;
    margin-left: 2rem;
    height: auto;
    max-width: 100%;
}
.r2v-img {
    text-align: right;
    padding: 1rem 1rem 1rem 3rem;
}
.r2v-img img{
    max-width:100%;
	height:auto;
	background: rgba(0,0,0,0) !important;
}
.reffral {
    background: #fecbb7;
    padding: 2rem 4rem;
    border-radius: .35rem;
    margin: 2rem 0 4rem;
	position: relative;
}
.reffral h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 0.5rem;
}
.reffral .reffral-image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15%;
    text-align: right;
    height: 85%;
	padding: 0 2rem;
}
.reffral .reffral-image img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.reffral-info{
	position:relative;
	z-index:2;
}
.bootstrap-select .color-label {
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 18px;
}
.label-red {
    background: #f00!important;
}
.label-orange {
    background: #f90!important;
}
.label-yellow {
    background: #ff0!important;
}
.label-green {
    background: #0c0!important;
}
.label-teal {
    background: #03c0c6!important;
}
.label-blue {
    background: #00f!important;
}
.label-purple {
    background: #762ca7!important;
}
.label-pink {
    background: #ff98bf!important;
}
.label-gray {
    background: #999!important;
}
.label-black {
    background: #000!important;
}
.label-brown {
    background: #c30!important;
}
.nav-order-by {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
	margin-bottom:1rem;
}
.nav-element-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.gallery {
    width: calc(100% + 14px);
    height: 100%;
    display: block;
    vertical-align: top;
    position: relative;
    min-height: 200px;
    margin-left: -7px;
    margin-right: -7px;
}
.gallery .assets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mosaic-asset {
    position: relative;
    padding: 7px;
}
.mosaic-asset img {
    /*-webkit-touch-callout: none;
    vertical-align: top;*/
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 15%);
}

.mosaic-asset .mosaic-overlay {
    display: block;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    height: 100%;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.mosaic-asset:hover .mosaic-overlay {
    opacity: 1;
}
.mosaic-asset .mosaic-overlay a.mosaic-link {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    display: block;
    color: #fff;
    height: 100%;
    font-size: 1rem;
    padding: 7px 7px 0;
}
.mosaic-asset .mosaic-actions {
    bottom: 15px;
    padding: 0;
    position: absolute;
    right: 15px;
    z-index: 5;
}
.mosaic-actions ul, ul.mobile-nav-link {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mosaic-actions ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
	text-align:center;
}
.mosaic-actions ul li a, .mosaic-actions ul li button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 1rem;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
    border-radius: 50%;
	transition:0.5s all;
}
.mosaic-actions ul li a:hover, .mosaic-actions ul li button:hover{
	background: rgba(0,0,0,0.5);
}
.mosaic-actions ul li button .bi-heart-fill{
	color:#de1005;
}
.mosaic-asset.premium:before {
    content: "\F3E6";
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    background: #de1005;
    padding: 1px 6px 0;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    font-family: 'bootstrap-icons';
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.mosaic-asset.premium:hover:before{
	display:none;
}
.mosaic-asset .playvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-loader-wrapper {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
	
}
.page-loader-wrapper p{
	display:none;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.product-page-image {
    background: #f6f7f8;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
    margin: auto;
}
.qv-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.qv-buttons .trythis{
	 position: relative;
}
.qv-buttons .trythis .btn-light{
	background: #fff;
    border-color: var(--bs-border-color-translucent);
}
.trythis .btn-light > i{
	margin-right: 7px;
}
.trythis .btn-light > i.bi-heart-fill {
    color: #de1005;
}
.social-share-single {
    list-style: none;
    position: absolute;
    width: 290px;
    z-index: 1000;
    margin: 0;
    bottom: -53px;
    background: #fff;
    padding: 5px;
    text-align: center;
    height: 50px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
    display: none;
}
.social-share-single>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
	position:relative;
}
.social-share-single>ul li {
    padding: 0;
    margin: 0 .5rem 0 0;
    width: 40px;
	height:40px;
	line-height:40px;	
}
.social-share-single>ul li:last-child{
	margin-right:0;
	margin-bottom: 0;
}
.social-share-single>ul li a{
	color:#fff;
	background-color: #333;
	border-radius:50%;
	display:block;
}
.social-share-single>ul li .s-s-facebook{
	background-color: #3b5998;
	
}
.bi-twitter-x::before { content: "\f8db"; }
.social-share-single>ul li .s-s-pinterest{
    background: #c92228;
}
.social-share-single>ul li .s-s-linkedin{
    background: #3f729b;
}
.social-share-single>ul li .s-s-whatsapp{
    background:#39d94b;
}
.social-share-single>ul li .s-s-envelope{
    background:#8f8f8f;
}
.form-license .form-check-input:checked{
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.form-license .form-check-input[type=checkbox]{
	border-radius: 50%;
}
.ltype{
	display:block;
	font-weight:500;
}
.ldetails{
	font-size: .8em;
    color: #474747;
    display: none;
}
.active .ldetails{
	display:block;
}
.lprice {
    position: absolute;
    right: 0;
    top: 0;
    color: #de1005;
    font-weight: 500;
}
.lprice em {
    font-style: normal;
}
.form-license{
	border: 1px solid #fecbb7;
    border-radius: 5px;
    padding: 0;
	margin-bottom: 2rem;
}
.single-product {
    margin: 0;
	position:relative;
}
.single-product textarea{
	border-color:#fecbb7;
}
.single-product .form-check-l {
    padding: 10px 15px;
    border-bottom: 1px solid #fecbb7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	transition: 0.15s all;
}
.single-product .form-check-l.active {
    background: #ffece5;
}
.form-license .form-check-l:last-child {
    border-bottom: none;
}
.single-product .form-check-l label {
    display: block;
    flex: 0 0 calc(100% - 25px);
    max-width: calc(100% - 25px);
	cursor: pointer;
	position:relative;
}
.form-download h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
	position: relative;
    padding-right: 70px;
}
.form-download h3 a {
    font-size: .8rem;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #474747;
    font-weight: 400;
    text-decoration: underline;
}
.form-download .customization-group{
	display:none;
}
.form-download .form-group{
	margin-bottom:2rem;
}
.b-bottom{
	border-bottom:none !important;
}
.form-download .customization-label {
    font-weight: 600;
    color: #333;
    font-size: .9rem;
}
.form-download .customization-control {
    resize: none;
    min-height: 120px;
}
.available-filetypes {
    font-size: .85rem;
    margin: 0 0 1rem;
    background: #ffece5;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #fecbb7;
}
.available-filetypes strong {
    color: #474747;
}
.available-filetypes em {
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}

h1.product-title {
    font-size: 1.75rem;
}
.choose-license {
    font-size: 1rem;
    font-weight: 500;
}
.tag-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.tag-list a {
    padding: 0 15px;
    height: 34px;
    border-radius: 8px;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bs-border-color-translucent);
    color: #212529;
    font-size: .8rem;
    text-transform: lowercase;
	background: #fff;
}
.tag-list a:hover{
	background:#f1f1f1;
}
.tag-list a.hide{
	display:none;
}
.tag-list a.readmore {
    font-weight: 600;
    background: #f5f5f5;
}
.tag-list a.readmore .less{
	display:none;
}
.tag-list a.readmore.rmle .less{
	display:inline;
}
.tag-list a.readmore.rmle .expand{
	display:none;
}
.smiliar-wrapper {
    margin: 2.5rem 0 1rem;
	position:relative;
}
.smiliar-wrapper h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
}
.product-base{
	position: relative;
    background: #fff;
    padding: 1.5rem 0 2rem;
}
.home-register {
    position: relative;
    background: #ffece5;
    padding: 2rem 0;
    margin-top: 3rem;
}
#fat-menu .dropdown-menu {
    background: #de1005;
}
#fat-menu .dropdown-menu a{
    color: #fff;
}
#fat-menu .dropdown-menu a:hover {
    background-color: #cf0f04;
}
#fat-menu .dropdown-menu a > i{
	margin-right: 10px;
}
#fat-menu .li-f0-img {
    text-align: center;
    padding: 10px 0 0;
}
#fat-menu .li-f0-img img {
    border: 1px solid var(--bs-dropdown-divider-bg);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
#fat-menu .li-f0 {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0 5px;
}
#fat-menu .li-f0 a:hover{
	background: #de1005;
}
.search-footer {
    margin-top: 1rem;
	opacity:0;
}

.navbar-search {
    position: sticky;
    top: -1px;
    z-index: 1031;
    background: #fff;
    min-height: 60px;
	border-bottom: 1px solid rgb(12 18 28 / 12%);
}
.body-scrolled .navbar-search {
    box-shadow: rgb(12 18 28 / 12%) 0px 2px 2px 0px;
}
.navbar-search .form-group{
	padding:15px 0;
}
.navbar-search .form-control{
	width:500px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-search .btn-red {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
h1.search-results-count {
    font-size: 1.75rem;
}
footer.site-footer {
    background: #424242;
    color: #fff;
    padding: 2rem 0 1rem;
}
footer.site-footer h4{
	text-transform:uppercase;
	font-size:1rem;
	font-weight:500;
	margin: 0 0 .75rem;
}
footer.site-footer ul.footer_about{
	list-style:none;
	padding-left:0;
	margin-bottom:1.5rem;
}
footer.site-footer ul.footer_about a{
	text-decoration:none;
	color:#ccc;
	font-size:.95rem;
}
.footer_buttom {
    border-top: 1px solid #888;
    padding: 1rem 0 0;
}
.footer_buttom ul {
    list-style: none;
    padding: 0;
    font-size: .85rem;
    color: #f1f1f1;
    text-align: center;
	margin:0;
}
.promo {
    position: fixed;
    bottom: 0;
    left: 20px;
    background: #fecbb7;
    padding: 1.25rem;
    box-shadow: 0 0 20px rgba(35,31,32,.55);
    z-index: 1000;
    border-radius: 4px;
	display:none;
	color:#212529;
	max-width: calc(100vw - 40px);
}
.promo .promo-1 strong{
	font-size:1.2rem;
}
.promo .promo-2{font-size:0.8rem;}
.promo .promo-2 span{
	text-decoration: underline; font-weight:600;
}
.promo .btn-close{
	font-size: .65rem;
    float: right;
}

.blog-single-wrapper {
    padding: 30px 0 0;
}
.article-content h1 {
    font-size: calc(1.625rem + 1.6vw);
    color: #4c4c4c;
    margin: 2rem 0 1rem;
}
.article-content h3 {
    font-size: calc(1.5rem + .25vw);
    margin: 2rem 0 1rem;
}
.article-content h4 {
    font-size: calc(1.4rem + .25vw);
    margin: 2rem 0 1rem;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .pricing-wrapper .pricing-each h3 span, .single-product .login-product a {
    font-weight: 600;
}
.article-content {
    text-align: left;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.7;
}
.article-content .article-meta {
    margin: 1rem 0 2.5rem;
}

.article-meta .blog-meta-read, .article-meta .blog-meta-time, 
.article-list-meta .blog-meta-read, .article-list-meta .blog-meta-time, 
.article-recent-list .blog-meta-read, .article-recent-list .blog-meta-time {
    font-size: .85rem;
    color: rgb(222 16 5 / 50%);
    line-height: 37px;
}
.home-recent-blog .blog-meta-read, .home-recent-blog  .blog-meta-time{
	color:rgb(255 255 255 / 50%);
}
.blog-meta-sep {
    color: #808080;
}
.home-recent-blog .blog-meta-sep {
    color: #fff;
}
.article-content p.drop-cap:first-letter{font-size:3.5em;float:left;margin-top:.15em;margin-right:.25rem;line-height:36px}
.article-content .img-fluid{
    margin-bottom: 1rem;
	aspect-ratio: calc(25 / 14);
}
.article-list-meta {
	margin-bottom: 1rem;
}
.article-content .article-footer {
    position: relative;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}
.article-tags, ul.article-recent-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-content li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
.article-tags{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.article-tags li {
    margin: 0;
    padding: 0;
}
.article-tags li a {
    padding: 0 15px;
    height: 34px;
    border-radius: 8px;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bs-border-color-translucent);
    color: #212529;
    font-size: .8rem;
    text-transform: lowercase;
    background: #fff;
}
.article-author {
    position: relative;
    padding: 1rem;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 3rem 0 0;
    border: 1px solid #ddd;
}
.article-author .author-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 150px;
}
.article-author .author-image img {
    width: 100%;
    border-radius: 50%;
}
.article-author .author-description {
    font-size: .95rem;
}
.article-author .author-description h5 {
    font-weight: 700;
    font-size: 1rem;
    margin: 0.5rem 0;
}
.blog-single-recent {
    position: relative;
    padding: 0 0 1rem;
}
.blog-single-recent h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
	margin: 0 0 2rem;
}
.blog-list-item {
    margin-bottom: 1.5rem;
}
.blog-img{
	width:100%;
	height:auto;
	aspect-ratio: calc(25 / 14);
}
.blog-cat-img{
	width:100%;
	height:auto;
	aspect-ratio: 1;
}
.blog-category-list{
    text-align: center;
}
.blog-category-list p a {
    color: #212529;
    font-weight: 600;
}
.featured-blog-inner {
    padding: 30px 0 30px 30px;
}
.featured-blog {
    background: #ffece5;
    color: #212529;
    border-radius: 0.25rem;
    overflow: hidden;
	text-align: center;
    position: relative;
    height: 100%;
}
.home-recent-blog {
    width: 100%;
    background: #de1005;
    border: none;
	text-align: center;
    position: relative;
    height: 100%;
}
.home-recent-blog-inner {
    padding: 30px;
    color: #fff;
}
.home-recent-blog h2 a{
	color: #fff;
}
.featured-blog-inner {
    padding: 30px 0 30px 30px;
}
.b-i-st {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
}
.featured-blog h2 {
    line-height: 1.4;
}
.featured-blog h2 a {
    color: #212529;
}
.featured-blog-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
	aspect-ratio: calc(25 / 14);
}
.article-recent-list {
    border: none;
    width: 100%;
    background: #ffece5;
    text-align: center;
    height: 100%;
}
.article-recent-list h3 {
    font-size: calc(1.2rem + .25vw);
    margin: 0 0 0.5rem;
    line-height: 1.45;
}
.article-recent-list h3 a {
    color: #212529;
}

#msg-toast{
	bottom:10px;
	position:fixed;
	z-index:1000;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.callout {
	padding: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    background-color: #ffece5;
    border-left: 0.25rem solid #de1005;
}
.profile-menu-wrapper {
    position: sticky;
    top: 75px;
    position: -webkit-sticky;
}
.profile-menu {
    margin: 14px 0 15px;
    display: block;
    width: 100%;
}
.profile-menu .nav-link {
    padding: 0.25rem 0;
    font-weight: 600;
    font-size: .95rem;
    margin-right: 0;
	color: var(--bs-body-color);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profile-menu .nav-link i{
	margin-right:5px;
}
.profile-menu .nav-link.active, .profile-menu .show>.nav-link {
    color: #de1005;
    background-color: transparent;
}

.profile-inner-table {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 15px;
    position: relative;
	border: 1px solid #fecbb7;
	
}
.profile-inner-table .profile-action {
    padding: 15px;
	background: #ffece5;
	border-bottom: 1px solid #fecbb7;
}
.profile-inner-table .profile-action .row{
	align-items: center;
}
.profile-inner-table h3 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0 0;
	margin:0;
}
.has-error label.error {
    color: #f00;
    font-size: 0.85rem;
}

.r-table {
    display: table;
    width: 100%;
    margin: 0 0 25px;
}
.r-table-body, .r-table-foot, .r-table-head {
    padding: 0;
    list-style: none;
}
.r-table-head {
    display: table-header-group;
    width: 100%;
}
.r-table-row {
    display: table-row;
}
.r-table-row .r-t-td {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    font-size: .85rem;
    color: #555;
    position: relative;
}
.r-table-head .r-table-row .r-t-td {
    font-size: .95rem;
    color: #de1005;
    font-weight: 600;
    border-bottom: 1px solid #fecbb7;
}
.r-table-body .r-table-row .r-t-td-l, .r-table-head .r-table-row .r-t-td-l {
    padding-left: 30px;
}
.r-table-row .r-t-td-center {
    text-align: center;
}
.r-table-body {
    display: table-row-group;
    width: 100%;
}
.r-table-body .r-table-row .r-t-td {
    border-bottom: 1px solid #ccc;
}

.r-table-body .r-table-row .r-t-td-l:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.r-table .vi-image {
    float: left;
    width: 60px;
    margin: 0 10px 0 0;
}
.r-table .vi-image img {
    border-radius: 5px;
    width: 100%;
}
.r-table .vi-image-meta {
    float: left;
    width: 250px;
    margin: 0;
}
.r-table .vi-image-meta .vb-name {
    font-size: .85rem;
    color: #000;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 2;
}
.r-table .vi-image-meta .vb-sku {
    color: #a7a6a6;
    font-size: .7rem;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.r-table-body .r-table-row .r-t-td-r, .r-table-head .r-table-row .r-t-td-r {
    padding-right: 30px;
}
.profile-inner-table .pagination-wrapper{
 	margin-right:1rem;   
}
.customer-topbar {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.si-available-credit {
    float: right;
}
.si-available-credit .si-available-title {
    font-size: .9rem;
    color: #908e8e;
}
.si-available-credit .si-amount {
    color: #595959;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 10px 0 0;
}
.vector-bucket-list {
    position: relative;
    width: calc(100% - 30px);
    margin: 1rem auto;
}
.vector-bucket-list .vector-bucket-img {
    width: 100px;
    float: left;
}
.vector-bucket-list .vector-bucket-img img{
	width: 100%;
}
.vector-bucket-list .vector-bucket-meta {
    float: left;
    width: calc(100% - 100px);
    padding: 0;
}
.clearfix {
    clear: both;
}
.vector-bucket-list .vector-bucket-meta .vector-bucket-pro-name {
    float: left;
    width: calc(100% - 125px);
    padding: 0 15px;
}
.vector-bucket-list .vector-bucket-meta h4 {
    margin: 0;
    font-size: .85rem;
    line-height: 1.2;
}
.vector-bucket-list .vector-bucket-meta h4 a {
    color: #2b0d22;
}
.vector-bucket-list .vector-bucket-meta p{
	margin-bottom:0;
}
.vector-bucket-list .vector-bucket-meta p a {
    color: #a7a6a6;
    font-size: .7rem;
}
.vector-bucket-list .vector-order-summary {
    padding: 0 0 0 15px;
    float: left;
}
.vector-bucket-list .vector-order-summary ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
.vector-bucket-list .vector-order-summary ul li {
    display: block;
    padding: 0 12px 0 0;
    color: #3b3b3b;
    font-size: .8rem;
}
.profile-inner-table .description-panel {
    margin: 15px;
}
.comment-list-inner {
    margin: 0 0 1rem;
    padding: 1rem;
    position: relative;
    background: #ffece5;
    border-radius: 5px;
}
.comment-list-inner:last-child {
    border-bottom: none;
}
.comment-image {
    float: left;
    margin: 0 15px 8px 0;
    border: 1px solid #ccc;
}
.comment-list-inner .comment-meta, .comment-text {
    width: calc(100% - 75px);
    float: left;
}
.comment-list-inner .meta-name {
    float: left;
    margin: 0;
	font-weight: 500;
}
.comment-list-inner .meta-date {
    float: right;
    margin: 0;
    color: #de1005;
    font-size: .75rem;
}
.comment-text {
    font-size: .85rem;
    line-height: 1.4;
    margin: 0;
    padding: 5px 0 0;
    word-wrap: break-word;
    border-top: 1px solid #fecbb7;
}
.comment-list-inner ul.comment-files {
    list-style: none;
    padding: 10px;
	margin-bottom:0;
    background: rgba(0,0,0,0.1);
}
.comment-list-inner ul.comment-files h4 {
    font-size: 1rem;
    font-weight: 600;
}
.comment-list-inner ul.comment-files li{
    font-size:0.85rem;
	margin-bottom:0.5rem;
}
.comment-list-inner ul.comment-files li a {
    font-weight: 600;
    text-decoration: underline;
}
.comment-list-inner ul.comment-files li:last-child{
	margin-bottom:0;
}
.post-comments {
    padding: 15px 0 70px;
    position: relative;
}
#formComment .my-button {
    position: absolute;
    bottom: 0;
}
.my-account-top .profile-img-changer {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.my-account-top .profile-img-changer input[type=file] {
    opacity: 0;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.my-account-top .profile-img-changer .temp-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    margin: auto;
    background-repeat: no-repeat;
}
.my-account-top .profile-img-changer:hover::after {
    background: #ddd;
    border-radius: 50%;
    color: #000;
    content: "\F219";
    display: block;
    font-family: bootstrap-icons;
    font-size: 50px;
    height: 150px;
    left: 0;
    line-height: 150px;
    margin: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 150px;
    z-index: 1;
    cursor: pointer;
}
.profile-inner-table .my-account {
    padding: 1rem;
}
.vector-bucket-button {
    margin-top: 1rem;
	padding: 0 0 0 15px;
}
.search-header{
	position:relative;
	margin-top:1.5rem;
}
.pricing-wrapper-top h1 {

}
.pricing-wrapper-top .section-subtitle {
    
    margin: 0 0 2rem;
    text-align: center;
}
.pricing-wrapper-top p.custom-plan {
    margin-top: 2rem;
}
.pricing-wrapper-top {
    text-align: center;
    margin: 1.5rem 0 2rem;
	
}
.pricing-wrapper {
    padding: 4rem 0;
    position: relative;
    background: #ffece5;
	text-align: center;
}

.pricing-wrapper .pricing-each {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    background-color: #fff;
}
.pricing-wrapper .pricing-wrapper-left .pricing-top,
.pricing-wrapper .pricing-wrapper-right .pricing-top {
    background: #de1005;
}
.pricing-wrapper .pricing-top {
    border-radius: 5px 5px 0 0;
    padding: 20px 0 10px;
    color: #fff;
	background: #424242;
}
.pricing-wrapper-left, .pricing-wrapper-right {
    margin-top: 30px;
}
.pricing-wrapper .pricing-mid ul {
    padding: 0;
    margin: 2rem;
    border: 1px solid #fecbb7;
    background-color: #ffece5;
}
.pricing-wrapper .pricing-mid ul li {
    list-style: none;
    padding: 15px 10px;
    border-bottom: 1px solid #fecbb7;
    font-size: .85rem;
}
.pricing-wrapper .pricing-mid ul li:last-child{
	border-bottom: none;
}
.pricing-wrapper .pricing-bot {
    padding: 0 2rem 2rem;
}
.pricing-bot h2 {
    font-size: 1.25rem;
}
.credit-notes{
	background: #ffece5;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fecbb7;
	font-size: 1.25rem;
}
.eff-price {
    color: #de1005;
    font-size: .75rem;
    margin-bottom: 0.25rem;
}
.price-compare {
    position: relative;
    padding-top: 3rem;
}
.table-price{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.table-price thead{
	background: #ffece5;
    border-color: #ffece5;
    border-width: 0;
    text-transform: uppercase;
}
.banner-slide-category .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -46px;
    transform: rotate(180deg);
    line-height: 92px;
}
.banner-slide-category .owl-carousel .owl-nav button.owl-prev {
    opacity: 0;
    display: none;
}
.banner-slide-category .owl-carousel .owl-nav button span {
    font-size: 60px;
    color: #2b0d22;
}
.banner-slide-category .owl-carousel .owl-nav button{
	outline:0;
}
#login-form-alert{
	display:none;
}
.well {
    display: none;
}
.well.active {
    display: block;
}
.cu-order {
    background: #ffece5;
    padding: 2rem 0;
	margin-bottom:2rem;
}
.cu-premium {
    position: relative;
    background: #ffece5;
    padding: 2rem 0 1rem;
    margin-top: 1rem;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:#de1005;
}
.quick-show h2{
	font-weight:600;
}
.home-premium.landing-left {
    padding: 2rem 0;
    background: #ffece5;
    position: relative;
    margin-bottom: 0;
}
.banner-slide-category .bs-items img{
	height:auto;
	aspect-ratio: calc(275 / 332);
}
.banner-slide-category .bs-items h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(66,66,66,.8);
    font-size:1rem;
    margin: 0;
    padding: 7px 15px;
    font-weight: 600;
}
.banner-slide-category .bs-items h3 a{
	color: #fff;
}
.owl-carousel:not(.owl-loaded){ 
    display:none;
}
.banner-slide-category {
    position:relative;
	margin-top:1rem;
}
.banner-slide-category h3{
	font-weight:600;
	font-size:1rem;
	margin-bottom:1rem;
}
.banner-slide-category .bs-items {
    position: relative;
}
.banner-slide-category .bs-items img{
    width:100%;
	height:auto;
}
.popular-tags{
	list-style:none;
	padding:0 0 .5rem;
	display:flex;
    gap: 10px;
    margin: 1.25rem 0;
	overflow-x: auto;
}
.popular-tags li {
    white-space: nowrap;
}
.popular-tags li a{
    background: #fff;
    color: #000;
    font-size: .9rem;
    padding: 0.35rem 0.85rem;
    border-radius: 5px;
    display: block;
	
}
.home-premium .browse-slide-collection {
    margin: 1rem 0 0 calc(50% - 585px);
}
.responsive-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
	background:#ccc;
}
.responsive-youtube embed, .responsive-youtube iframe, .responsive-youtube object, .responsive-youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-products-dark {
    position: relative;
    padding: 2rem 0;
    background: #ffece5;
    margin: 2rem 0 0;
}
.landing-products {
    position: relative;
    padding-top: 2rem;
}
.about-wrapper, .contact-page, .license-page, .privacy-wrapper {
    padding: 2rem 0;
}
.h-m-menu {
    position: relative;
    color: #fff;
    font-size: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    line-height: 1;
	display:none;
}
#sidenav-overlay {
    z-index: 1040;
    height: 100vh;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
	width: 100%;
    position: fixed;
    top: 0;
}
.overlay-show{
	overflow:hidden;
}
.f-nav-link {
	display:none;
	position:fixed;
	bottom:-500px;
	left:-500px;
}
.f-nav-link:active, .f-nav-link:focus, .f-nav-link:hover{
	background:#fff !important;
	color:#333 !important;
	border-color:#fff !important;
}
.filter-applied {
    position: relative;
    top: 1px;
    text-indent: -999em;
    right: 1px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    min-width: 2px;
    background-color: #ff9800;
    display: inline-block;
}
.mega-menu .dropdown-menu{
	width: 490px;
    /*flex-wrap: wrap;*/
    font-size: 1rem;
	border-radius: 12px;
    box-shadow: 0 24px 32px #0610580a, 0 16px 24px #0610580a, 0 4px 8px #0610580a, 0 0 1px #0610580a;
    height: auto;
    margin-top: 4px;
    padding: 1rem 1rem;
    grid-gap: 4px;
    
    grid-template-columns: 1fr 1fr 1fr;
}
.mega-menu .dropdown-menu li{
	/*flex: 0 0 auto;
    width: 33.33333333%;*/
}
.mega-menu .dropdown-menu.show{
	display: grid;
}
.contact-page-inner {
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.contact-page-inner-left {
    background-color: #de1005;
	color:#fff;
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 5px 0 0 5px;
}
.contact-page-inner-right {
    padding: 50px 50px 50px 25px;
}
.contact-page h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.contact-page-inner-left a {
    color: #fff;
}
.contact-page-inner-left p i {
    margin-right: 5px;
}
.contact_icon ul{
	padding: 0;
    margin: 0;
	list-style:none;
}
.contact_icon ul li {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
    margin-top: 12px;
}

@-webkit-keyframes growIn {
0% {
transform:scale(.9);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}
@keyframes growIn {
0% {
transform:scale(.9);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}
.animated--grow-in {
	-webkit-animation-name: growIn;
	animation-name: growIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.animated--fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}
.wl-100{
	width:100px;
}

@media only screen and (max-width: 1199px) {
  /* .banner-slide-category {
		margin-left: 30px;
	}*/
	.home-premium .browse-slide-collection {
		margin: 1rem 1rem 0;
		text-align:center;
	}
}
@media only screen and (max-width: 991px) {
	#h_order-artwork, 
	.nav-pagination .pagination .p-m-h {
		display: none;
	}
	.reffral{
		padding:2rem;
		text-align: center;
	}
	.reffral .reffral-image {
		position: relative;
		margin-bottom: 2rem;
	}
	.cud-info{
		padding:2rem;
	}
	.premium-project .cust-art .cud-img{
		right:-100px;
	}
	.profile-menu .nav-link{
		display: inline-block;
    	margin-right: 1rem;
	}
	.social-share-single {
		width:auto;
		height:auto;
		top:45px;
		bottom: auto;
	}
	.social-share-single>ul{
		display: block;
	}
	.social-share-single>ul li {
		margin: 0 0 0.5rem 0;
	}
	
	
}
@media only screen and (max-width: 767px) {
	/*.banner-slide-category{
		aspect-ratio: 1.8;
	}*/
	.home-banner{
		aspect-ratio: auto;
    	height: 60vh;
	}
	.home-search h1{
		text-align:center;
		font-size:1.75rem;
	}
	.home-search h1 span{
		margin-bottom:.5rem;
	}
	.home-banner .get-started{
		bottom: 1.5rem;
	}
	.home-banner .get-started span{
		display:block;
		margin-right:0;
		margin-bottom:.5rem;
	}
	.banner-search-hint {
		text-align:center;
		margin: 1rem 0;
	}
	.home-banner .input-group, .inner-menu .input-group{
		justify-content: center;
	}
	.home-banner .input-group .form-control {
		width: calc(100vw - 120px);
	}
	.home-search.search-form .btn-red{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.inner-banner{
		padding-top: 63px;
	}
	.h-m-menu{
		display:flex;
	}
	#formFilter{
		/*display:none;*/
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 10040;
		background: #fff;
		bottom: 0;
		padding: 2rem 1rem 1rem;
		transform:translateY(100%);
		transition: 0.5s all;
	}
	.fixed-top{
		transition: 0.5s all;
	}
	.bd-navbar.scrolled {
		z-index: 1032;
		background: #de1005;
	}
	.navbar-search{
		display:none;
		position: fixed;
		top: 70px;
		z-index: 1041;
		background-color: transparent;
		min-height: 60px;
		border-bottom: none;
		width:100%;

	}
	.profile-inner-table h3 {
		margin-bottom:1rem;
	}
	.profile-menu-wrapper{
		position:static;
	}
	.pricing-each.pricing-wrapper-middle{
		margin-top:30px;
	}
	.nav-order-by{
		display:block;
		margin-right: 0;
	}
	.bootstrap-select.fit-width{
		width:100% !important;
	}
	.f-nav-link {
		padding-top: .75rem;
		padding-bottom: .75rem;
		display:none;
		width: 100%;
		background: #fff;
		color: #333;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		border-radius: 0;
		box-shadow: rgba(0, 0, 0, 0.5) 0px -1px 6px 0px;
	}
	.downloading .looking-image{
		display: none !important;
	}
	.home-register .downloading{
		text-align:center;
	}
	.register-home .rh-wrapper{
		padding:0;
	}
	.register-home .su-image{
		display: none !important;
	}
	.premium-project .cust-art .cud-img {
		right: -60px;
		height: auto;
	}
	.inner-menu .input-group .form-control{
		padding:1rem;
	}
	.inner-menu .input-group .btn-red{
		padding:1rem;
	}
	.navbar-search #onDictation{
		top:10px;
	}
	.contact-page-inner-left{
		border-radius: 5px 5px 0 0;
	}
	
}
@media only screen and (max-width: 600px) {
	.inner-menu .input-group .form-control {
		width: calc(100vw - 75px);
	}
	.premium-project .cust-art .cud-img{
		right: -40px;
	}
}