@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: ltr;
    text-align: left;
    font-family: 'IRANSans', sans-serif;
    color: #222;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 2;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

p {
    font-family: 'IRANSans', sans-serif;
    line-height: 2;
    font-size: 1em;
}

a {
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #000;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

button:focus {
    outline: 0;
}

.welcome-area {
    padding: 200px 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0) url('../img/background/welcome_bg.jpg') no-repeat fixed center center / cover;
}

.bg-overlay, .bg-overlay-dark {
    position: relative;
    z-index: 0;
}

.welcome-area.bg-overlay::after {
    z-index: -2;
}

.bg-overlay::after {
    background: rgb(175, 82, 237);
    background: radial-gradient(circle, rgba(175, 82, 237, 1) 50%, rgba(136, 48, 223, 1) 100%);
    opacity: 0.95;
    z-index: -1;
    animation: Gradient 100s infinite;
    background-size: 2000% 2000%;
}

.bg-overlay-dark::after {
    background-color: rgba(16, 16, 45, 1);
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

.bg-overlay::after, .bg-overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}

.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1, 1);
    transform: translateX(-50%) scale(-1, 1);
}

.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}

.welcome-thumb-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.welcome-thumb-2 {
    top: 50%;
    right: 0;
}

.welcome-thumb-3 {
    top: 55%;
    right: 36%;
}

.welcome-thumb-4 {
    top: 94%;
    left: 0;
}

.welcome-thumb-5 {
    top: -18%;
    right: 25%;
}

.welcome-thumb-6 {
    top: -9%;
    left: 15%;
}

.welcome-thumb-2, .welcome-thumb-3, .welcome-thumb-4, .welcome-thumb-5, .welcome-thumb-6 {
    position: absolute;
}

.welcome-intro h1 {
    font-size: 56px;
    font-weight: 700;
}

.welcome-intro p {
    font-size: 16px;
    line-height: 2;
}

.header {
    display: block;
}

.header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .navbar.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.95;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15);
    padding: 10px 25px;
}

.header .navbar.sticky .navbar-brand {
    color: #000;
}

.header .navbar.sticky .navbar-nav .nav-item a {
    color: #2c2e30;
}

.header .navbar.sticky .navbar-nav .btn-bordered-white {
    border-color: #8830df;
    color: #8830df;
}

.header .navbar.sticky .navbar-nav .nav-item a.btn-bordered-white {
    border-color: #555;
    color: #555;
}

.header .navbar.sticky .navbar-nav .nav-item a.btn-bordered-white:hover {
    background-color: #555;
    color: #fff;
}

.navbar {
    width: 100%;
    top: 0;
    padding: 20px 25px;
    pointer-events: initial;
    z-index: 2;
}

.navbar .navbar-left a{
    cursor: pointer;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar .navbar-nav {
    display: inline-block;
}

.navbar .navbar-nav.toggle {
    display: none;
}

.navbar .navbar-nav {
    display: inline-block;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar .navbar-nav .nav-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.navbar .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .navbar-nav .nav-link i {
    font-size: 1.25rem;
}

.navbar .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75);
}

.navbar-dark.sticky .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border-radius: 4rem;
    outline: 0 none;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}


.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple:active, .btn.btn-purple.active,
.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus, .btn.btn-bordered-white:active, .btn.btn-bordered-white.active{
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-purple, .btn.btn-purple:active, .btn.btn-purple:before, .btn.btn-purple:after {
    background: linear-gradient(-45deg, #af52ed 0%, #8830df 100%);
    color:#fff;
}

.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus, .btn.btn-bordered-white.active {
    background: #fff;
    outline: 0 none;
    color: #8830df;
}

.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color:#fff;
}

.btn.buy-gift-card {
    background: #FFF;
    color: #8830df;
}

.single-service-box {
    margin-top: 30px;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(100, 100, 140, .08);
    transition: all 0.5s ease;
}

.services-section {
    padding: 50px 0 30px;
    background: #fff;
}

.services-section .style-three {
    margin-right: 0;
    margin-left: 0;
    border-radius: 15px;
}

.services-section .style-three .service-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-section .style-three .service-content p {
    font-size: 13px;
}

.services-section .single-service-box:hover {
    box-shadow: unset;
    cursor: pointer;
}

.category-section {
    padding: 150px 0 175px;
}

.bg-grey {
    background-color: #f4f4f4;
}

.content-area {
    z-index: 1;
}

.shape-top {
    top: -1px;
}

.section-heading {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.section-heading > h2 {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 500;
}

.category-section .single-price-plan {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 4px solid transparent;
}

.category-section .single-price-plan:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-bottom: 4px solid #858585;
    cursor: pointer;
}

.category-section .plan-title {
    padding-top: 25px;
    padding-bottom: 25px;
}

.category-section .plan-title > h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #434249;
    margin-bottom: 0;
}

.category-section .category-image-primary {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.animated-shape-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.animated-shape-wrap .animated-shape-item {
    position: absolute;
}

.animated-shape-wrap .animated-shape-item:nth-child(1) {
    background: rgba(0, 201, 157, 0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 12%;
    right: 15%;
    -webkit-animation: animTwo 13s infinite linear;
    animation: animTwo 13s infinite linear;
}

.animated-shape-wrap .animated-shape-item:nth-child(2) {
    border: 5px solid rgba(0, 153, 229, 0.3);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 15%;
    right: 45%;
    -webkit-animation: animOne 15s infinite linear;
    animation: animOne 15s infinite linear;
}

.animated-shape-wrap .animated-shape-item:nth-child(3) {
    border: 5px solid rgba(244, 34, 104, 0.3);
    width: 25px;
    height: 25px;
    bottom: 20%;
    right: 30%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(4) {
    background: rgba(252, 162, 73, 0.8);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 15%;
    left: 25%;
    -webkit-animation: animFive 15s infinite linear alternate;
    animation: animFive 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(5) {
    background: rgba(100, 45, 250, 0.4);
    width: 3px;
    height: 20px;
    top: 18%;
    left: 25%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}

.animated-shape-wrap .animated-shape-item:nth-child(5):before {
    left: -6px;
}

.animated-shape-wrap .animated-shape-item:nth-child(5):after {
    right: -6px;
}

.animated-shape-wrap .animated-shape-item:nth-child(5):before, .animated-shape-wrap .animated-shape-item:nth-child(5):after {
    content: "";
    display: block;
    width: 100%;
    height: calc(50% - 2px);
    top: 6px;
    background: inherit;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.about-us {
    padding: 50px 0 100px;
    background: #fff;
}

.about-us .single-holder-box {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.about-us .single-holder-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
}

.about-us .single-holder-box img {
    width: 120px;
}

.about-us .single-holder-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.about-us .single-holder-box p {
    color: #565656;
}

.about-us .single-holder-box.mt-50 {
    margin-top: 50px;
}

.about-us .single-holder-box.mt-30 {
    margin-top: 30px;
}

.about-us .features-holder-content p {
    margin-bottom: 35px;
    line-height: 2;
    color: #565656;
}

.about-us .section-title {
    margin-bottom: 25px;
}

.about-us .btn {
    background: transparent;
    border: 2px solid #8830df;
    color: #8830df;
}

.about-us .btn:hover {
    background: #8830df;
    color: #fff;
}

.section.review-area {
    padding: 75px 0;
    background: rgba(0, 0, 0, 0) url('../img/background/welcome_bg_3.jpg') no-repeat fixed center center / cover;
}

.section.review-area .section-heading {
    border-bottom: 0;
}

.section.review-area h2 {
    font-size: 3rem;
}

.section.review-area h2, .section.review-area p {
    line-height: 2;
}

.section.review-area .testimonial-quote-wrap {
    direction: rtl;
    position: relative;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
    padding: 50px;
}

.section.review-area .testimonial-quote-wrap .review-text p {
    color: #929292;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.section.review-area .testimonial-quote-wrap .quot-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: -1;
}

.section.review-area .testimonial-quote-wrap .quot-icon i {
    font-size: 4rem;
    color: #F1F1F1;
}

.section.review-area .testimonial-quote-wrap .reviewer-thumb {
    display: inline-block;
}

.section.review-area .testimonial-quote-wrap .reviewer-thumb img {
    border-radius: 100%;
}

.section.review-area .owl-item.active.center .testimonial-quote-wrap {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mr-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.footer {
    background: #191919;
    line-height: 2;
}

.home-footer {
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
}

.footer p {
    color: #565656;
    line-height: 2;
    margin-bottom: 0;
}

.footer h4, .footer h6 {
    font-weight: 500;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.home-footer.footer h4, .home-footer.footer h6 {
    color: #000;
}

.footer li {
    padding-bottom: 1rem;
}

.footer .contact-information {
    line-height: 2;
}

.footer .contact-information li:before {
    font-size: 1.35rem;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: rgba(255, 255, 255, .5);
    font-family: 'simple-line-icons', serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-footer.footer .contact-information li:before {
    color: rgba(0, 0, 0, .5);
}

.footer .contact-information li {
    color: rgba(255, 255, 255, .5);
    line-height: 2;
}

.footer .contact-information li.phone:before {
    content: "\e600";
}

.footer .contact-information li.email:before {
    content: "\e056";
}

.footer .contact-information li.address:before {
    content: "\e045";
}

.home-footer.footer .contact-information li {
    color: rgba(0, 0, 0, .5);
}

.footer li a::before {
    font-family: 'simple-line-icons', serif;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e606";
    font-size: 0.8em;
    margin-right: 5px;
}

.footer li a {
    font-weight: normal;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.footer ul li a:hover {
    opacity: 1;
}

.primary-footer {
    padding: 50px 0;
}

.footer .enamad img {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 25px;
    padding: 20px 0;
    height: 175px;
    margin-left: 15px;
    margin-right: 15px;
}

.footer.home-footer .enamad img {
    background: #f8f8f8;
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}

.home-footer.footer .copyright-wrap {
    background: #f4f4f4;
}

.home-footer.footer .copyright-wrap p, .home-footer.footer .copyright-wrap a {
    color: rgba(0, 0, 0, .5);
}

.home-footer.footer li a {
    color: rgba(0, 0, 0, .5);
}

.copyright-wrap p, .copyright-wrap a {
    color: rgba(255, 255, 255, .5);
}

.copyright-wrap .copyright-designer {
    text-align: right;
}

.gray-light-bg {
    background: #f5f5f5 !important;
}

.small-text:not(p) {
    opacity: 1;
}

.small-text {
    font-size: 13px;
}

.scroll-top.open {
    top: 90%;
}

.text-white {
    color: #fff !important;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 100%;
    left: 50px;
    font-size: 16px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
    opacity: 0;
    visibility: hidden;
}

.scroll-top span {
    color: #fff;
    font-size: 1.25rem;
    background: #000;
    padding: 12px 14px;
    border-radius: 100%;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    right: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.footer-bottom p {
    font-size: 0.9rem;
}

.footer-bottom .terms-policy-wrap p {
    font-size: .8rem;
}

.footer-bottom .terms-policy-wrap p a {
    color: #6730e3 !important;
}

.page-header-section {
    padding: 70px 0;
    z-index: 1;
}

.background-category {
    background: rgba(0, 0, 0, 0) url('../img/background/slider-bg-1.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.breadcrumb-content > h2 {
    display: inline-block;
    font-size: 4em;
    font-weight: 500;
    background-image: -webkit-linear-gradient(45deg, #af52ed 15%, #8830df 65%);
    background-image: linear-gradient(45deg, #af52ed 15%, #8830df 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-header-content p {
    font-size: 1rem;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.page-header-section .breadcrumb-item > a, .page-header-section .breadcrumb-item, .page-header-section .breadcrumb-item::before, .page-header-section .breadcrumb-item.active {
    font-weight: 300;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: '';
    padding-right: 0;
}
.page-header-section .breadcrumb-item + .breadcrumb-item a::before {
    font-family: 'simple-line-icons', serif;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e606";
    font-size: 0.8em;
    opacity: 0.7;
    color: inherit;
    padding: 0 10px;
}


.main .category-page.category-description .description p {
    line-height: 2;
}

.main .category-page.category-description .thumbnail {
    padding: 20px 0;
}

.main .category-page.category-description .thumbnail img {
    border-radius: 25px;
}


.main .category-page.category-products .item {
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    border-radius: 1rem;
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
    border-bottom: solid 4px transparent;
    padding-bottom: 20px;
}

.main .category-page.category-products .item:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-bottom: 4px solid #858585;
    cursor: pointer;
}


.main .category-page.category-products .item .product-title {
    padding: 25px 0 10px;
}

.main .category-page.category-products .item .product-price p:before{
    content: '\f51e';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: bold;
    margin-right: 10px;
}

.main .category-page.category-products .item .product-title > h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #434249;
    margin-bottom: 0;
}

.main .category-page.category-products .item .product-image-primary {
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.add-to-cart-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-to-cart {
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    border-radius: 22px;
    padding: 0 32px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
    transform: scale(0.97);
    box-shadow: 0 4px 12px rgba(0, 9, 61, 0.16);
    color: #fff;
    background: #8830df;
    transition: transform 0.3s, box-shadow 0.3s;
}

.add-to-cart:hover {
    color:#fff;
}

.cart-section {
    min-height: 600px;
    padding: 50px 0;
}

.cart-section h2{
    margin-bottom: 25px;
    margin-left: 10px;
}

.cart-section .table-cart {
    border-radius: .625rem;
    background: #fff;
    padding: 0 25px;
}

.cart-section .table-cart table {
    width: 100%;
}

.cart-section .table-cart table tr:last-child , .cart-section .table-cart table tr:last-child td {
    border-bottom: 0;
}

.cart-section .table-cart table th, .cart-section .table-cart table td {
    padding: 20px 15px;
    vertical-align: middle;
}

.cart-section .table-cart table td p, .cart-section .table-cart table th p{
    margin-bottom: 0;
}

.cart-section .table-cart table thead th {
    border-top: none;
    font-weight: bold;
    font-size: 1rem;
    color: #434249;
    line-height: 2.2;
}

.cart-section .table-cart table td .custom-select{
    max-width: 100px;
}


.cart-section .table-cart table td .remove-item{
    color: #ff0000;
}


.cart-section .table-cart table td .remove-item:hover{
    cursor: pointer;
}

.cart-section .information-box{
    border-radius: .625rem;
    background: #fff;
    padding: 25px;
}

.cart-section .information-box p{
    margin-bottom: 0;
}

.cart-section .captcha{
    margin: 1rem auto;
    text-align: center;
}

.table-cart-information table th, .table-cart-information table td {
    padding: 20px 15px;
    vertical-align: middle;
}

.table-cart-information table td p, .table-cart-information table th p{
    margin-bottom: 0;
}

.swal2-modal{
    border-radius: .625rem !important;
}

.swal2-modal .swal2-buttonswrapper .swal2-styled{
    border-radius: 4rem !important;
}

.modal-backdrop{
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: .9;
}
.modal-category {
    border-radius: .625rem;
    padding: 50px 0;
}
.modal-category .btn-close{
    right: 30px;
    top: 30px;
    border-radius: 100%;
    z-index: 3;
    position: absolute;
    text-shadow: none;
    background: #fff;
    color: #ff7070;
    opacity: 1;
    font-size: 2rem;
    transition: all 0.2s linear;
}
.modal-category .btn-close:hover{
    color: #ff0a0a;
}
.modal-category .btn-close:focus{
    box-shadow: none;
}

.owl-category .owl-stage-outer {
    height: calc(100% + 25px);
    padding: 25px 0 0;
}

.owl-category .owl-item {
    opacity: 0.75;
    transition: all 0.3s linear;
}

.owl-category .owl-item.center {
    opacity: 1;
    -ms-transform: scale(0.5,0.5);
    transform: scale(1.05);
}

.header .dropdown-menu {
    line-height: 2;
    font-size: 0.95rem;
}

.header .dropdown-menu li a{
    color: #000;
    padding-right: 25px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.rounded-lg{
    border-radius: .625rem;
}
.font-weight-bold {
    font-weight: bold;
}

.light-background {
    content: '';
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.owl-carousel.owl-category {
    padding-right: 35px;
    padding-left: 35px;
}

.owl-carousel.owl-category .owl-nav button{
    position: absolute;
    top: 50%;
    color: #9b9b9b;
    font-size: 1.5em !important;
}

.owl-carousel.owl-category .owl-nav button.owl-prev{
    left: 0;
}

.owl-carousel.owl-category .owl-nav button.owl-next{
    right: 0;
}

@media only screen and (max-width: 1200px) {
    .welcome-area {
        text-align: center;
        padding: 100px 0 50px;
    }
    .shape-top, .shape-bottom {
        display: none;
    }
    .category-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .primary-footer {
        padding-top: 25px;
        text-align: center;
    }
    .primary-footer h6{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .features-holder-content {
        margin-top: 30px;
        text-align: center;
    }
    .modal-dialog {
        max-width: 700px;
    }
    .home-footer.footer .copyright-wrap p, .home-footer.footer .copyright-wrap a {
        text-align: center;
    }
    .navbar .navbar-nav, .navbar .navbar-nav .nav-item {
        margin: auto;
    }
    .navbar.sticky .navbar-collapse {
        padding: 0;
    }
    .navbar-collapse {
        text-align: center;
        background: #fff;
        color: #000;
        border-radius: 5px;
        margin-top: 10px;
        padding: 20px 0;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    }
    .navbar.sticky .navbar-collapse {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link {
        color: #000;
    }
    .header .navbar .navbar-nav .nav-item a.btn-bordered-white {
        border-color: #555;
        color: #555;
    }
    .header .dropdown-menu{
        position: absolute;
        left: 0;
    }
}

@media (max-width: 768px) {
    .breadcrumb-content > h2 {
        font-size: 2em;
    }
    .modal-dialog {
        max-width: 600px;
    }
    .navbar .navbar-nav, .navbar .navbar-nav .nav-item {
        display: block;
        text-align: center;
    }
    .navbar .navbar-nav .nav-link {
        display: inline-block;
    }
    .header .dropdown-menu{
        position: unset;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer.home-footer .enamad img {
        margin: 0 0 15px;
    }
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0;
    }
}

@keyframes bounceHero {
    0% {
        top: 0;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0;
    }
}


@keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-35deg);
        transform: translate(-73px, -1px) rotate(-35deg);
    }
    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-75deg);
        transform: translate(-141px, 72px) rotate(-75deg);
    }
    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-110deg);
        transform: translate(-83px, 122px) rotate(-110deg);
    }
    80% {
        -webkit-transform: translate(40px, 72px) rotate(-145deg);
        transform: translate(40px, 72px) rotate(-145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-35deg);
    }
    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-75deg);
    }
    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-110deg);
    }
    80% {
        -webkit-transform: translate(40px, 72px) rotate(-145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-36deg) scale(0.9);
        transform: translate(-73px, -1px) rotate(-36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-72deg) scale(1);
        transform: translate(-141px, 72px) rotate(-72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-108deg) scale(1.2);
        transform: translate(-83px, 122px) rotate(-108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(40px, 72px) rotate(-144deg) scale(1.1);
        transform: translate(40px, 72px) rotate(-144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(-73px, -1px) rotate(-36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(-141px, 72px) rotate(-72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(-83px, 122px) rotate(-108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(40px, 72px) rotate(-144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animThree {
    0% {
        -webkit-transform: translate(-165px, -179px);
        transform: translate(-165px, -179px);
    }
    100% {
        -webkit-transform: translate(346px, 617px);
        transform: translate(346px, 617px);
    }
}

@-webkit-keyframes animThree {
    0% {
        -webkit-transform: translate(-165px, -179px);
    }
    100% {
        -webkit-transform: translate(346px, 617px);
    }
}

@keyframes animFour {
    0% {
        -webkit-transform: translate(300px, 151px) rotate(0deg);
        transform: translate(300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-251px, -200px) rotate(-180deg);
        transform: translate(-251px, -200px) rotate(-180deg);
    }
}

@-webkit-keyframes animFour {
    0% {
        -webkit-transform: translate(300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-251px, -200px) rotate(-180deg);
    }
}

@keyframes animFive {
    0% {
        -webkit-transform: translate(-61px, -99px) rotate(0deg);
        transform: translate(-61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(-4px, -190px) rotate(-38deg);
        transform: translate(-4px, -190px) rotate(-38deg);
    }
    41% {
        -webkit-transform: translate(139px, -200px) rotate(-74deg);
        transform: translate(139px, -200px) rotate(-74deg);
    }
    60% {
        -webkit-transform: translate(263px, -164px) rotate(-108deg);
        transform: translate(263px, -164px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(195px, -49px) rotate(-144deg);
        transform: translate(195px, -49px) rotate(-144deg);
    }
    100% {
        -webkit-transform: translate(1px, 0px) rotate(-180deg);
        transform: translate(1px, 0px) rotate(-180deg);
    }
}

@-webkit-keyframes animFive {
    0% {
        -webkit-transform: translate(-61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(-4px, -190px) rotate(-38deg);
    }
    41% {
        -webkit-transform: translate(139px, -200px) rotate(-74deg);
    }
    60% {
        -webkit-transform: translate(263px, -164px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(195px, -49px) rotate(-144deg);
    }
    100% {
        -webkit-transform: translate(1px, 0px) rotate(-180deg);
    }
}
