body {
    cursor: default;
}

body p {
    font-size: 16px;
    color: #08010f;
}

/* style buttons */
button:hover,
button:focus {
    cursor: pointer;
}

/* style textarea */
textarea {
    resize: none;
}

/* style plceholder */
input::placeholder,
textarea::placeholder {
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}

/* style blockqute */
blockquote {
    background: #fafafa;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #08010f;
    line-height: 2.5rem !important;
    border-right: 2px solid #4E023C !important;
    border-radius: 10px;
}

blockquote p {
    display: inline;
}

button {
    outline: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

a {
    cursor: pointer;
}

::-moz-selection {
    background-color: #4E023C;
    color: #fff;
}

::selection {
    background-color: #4E023C;
    color: #fff;
}

.main-color {
    color: #4E023C;
    font-weight: 600;
}

.breadcrumbs a {
    color: #4E023C;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb_last {
    color: #bfbfbf !important;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs span {
    font-size: 14px;
}

/********************** header ***********************/
header {
    position: relative;
    /* top: 120px;
    margin-top: -110px;
    padding-bottom: 150px; */
    z-index: 100000;
}

header .top-menu {
    border-bottom: 1px solid #4E023C42;
    padding-bottom: 5px;
}

header .top-menu .enter-exit {
    width: 150px;
    background-color: #4E023C;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #4E023C;
}

header .top-menu .enter-exit a {
    color: #fff;
    font-weight: 500;
}

header .top-menu .enter-exit:hover {
    background-color: white;
    transition: all .4s;
}

header .top-menu .enter-exit:hover a {
    color: #4E023C !important;
}

header .main-menu .navbar .navbar-nav li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-right: 5px;
    padding-right: 10px;
}

header .main-menu .navbar .navbar-nav li::before {
    color: #4E023C;
}

header .main-menu .navbar .navbar-nav li a {
    color: #08010f;
    font-weight: 500;
    transition: all .4s;
    padding: 10px;
    font-family: IRANSans !important;
}

header .main-menu .navbar .navbar-nav li:hover {
    background-color: #ffffff7d;
    border-radius: 5px;
    color: #4E023C;
}

header .main-menu .navbar .navbar-nav li:hover a {
    color: #4E023C;
}

header .dropdown_header a {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
}

header .dropdown_header .dropdown-toggle::after {
    border: 0;
}

header .dropdown_header .dropdown-toggle i {
    padding-left: 5px;
    color: #4E023C !important;
    vertical-align: baseline;
}

header .dropdown_header .dropdown-menu {
    top: .7rem !important;
    background: #4E023C !important;
    border-radius: 10px;
    font-size: 15px;
    color: whitesmoke;
}

header .top-menu .enter-exit:hover .dropdown-item {
    color: whitesmoke !important;
}

header .dropdown_header .dropdown-menu a {
    color: whitesmoke !important;
    font-weight: 400;
}

header .dropdown_header .dropdown-item {
    background: #4E023C !important;
    color: whitesmoke !important;
    font-weight: 400;
}

header .dropdown_header li:hover .dropdown-item {
    color: #fff !important;
}

header .dropdown_header .dropdown-divider {
    color: #fff;
}

header .top-menu .enter-exit.enter-exit-drowpdwn .dropdown-toggle {
    color: #4E023C !important;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

header .top-menu .enter-exit.enter-exit-drowpdwn {
    /*border: 1px solid #4e023c29 !important;*/
    background-color: #4e023c1f !important;
    color: #4E023C !important;
    border: 1px solid transparent !important;
    padding: 5px;

}

.register_link a {
    color: #4E023C;
    font-weight: 500;
    font-size: 15px;
    margin-top: 1rem;
    display: block;
    margin-right: 10px;
}

.register_link a:hover {
    color: rgba(62, 2, 48, 0.75);
}

#register3 input {
    height: 3rem;
}

@media screen and (max-width: 992px) {
    header .top-menu {
        display: none;
    }

    header .main-menu {
        display: none;
    }

    header .collapse-menu {
        display: block !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    header .main-menu .navbar .navbar-nav li a {
        padding: 5px;
        font-size: 14px;
    }

    header .top-menu .enter-exit {
        width: 140px;
    }
}

@media screen and (max-width: 768px) {
    /* header {
        top: 120px;
    } */
}

header .collapse-menu .collapse-top-menu-logo {
    width: 60px;
}

header .collapse-menu {
    display: none;
    /* position: absolute; */
    margin-top: 15px;
    width: 100%;
}

header .collapse-menu .collapse-menu-container {
    z-index: 1000;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    position: absolute;
    top: -20px;
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: translateY(-145%);
    padding: 15px 15px 0 15px;
}

header .collapse-menu .collapse-menu-header {
    display: flex;
    justify-content: space-between;
}

header .collapse-menu .collapse-menu-content ul {
    flex-direction: column;
}

header .collapse-menu .collapse-menu-content ul li {
    display: flex;
    margin-top: 10px;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 10px;
    justify-content: right;
}

header .collapse-menu .collapse-menu-content ul li::before {
    color: #4E023C;
    position: relative;
    top: -2px;
    font-size: 17px;
}

header .collapse-menu .collapse-menu-content ul li a {
    font-family: 'IRANSans';
    color: #08010f !important;
    margin-right: 10px;
}

header .collapse-menu .collapse-menu-header .collapse-menu-header-icon {
    margin-top: 2px;
}

.show-menu {
    transform: translateY(0%) !important;
}
.site-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
@media screen and (max-width: 410px) {
    .title-container {
    flex-direction: column;
    align-items: flex-start !important;
    position: relative;
    right: 10px;
    }
}
/******************************** end header****************************** */

/*****banner slider style****************/
.main-banner {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 850px;
    display: flex;
    align-items: center;
    margin-top: -185px;
}

.col-banner-text {
    margin-top: auto;
    margin-bottom: auto;
}

.background-content .text-p {
    padding-top: 10px;
    padding-bottom: 20px;
}

.background-content .text-p p {
    font-size: 18px;
    color: #08010f;
    line-height: 2.2em;
    font-weight: 400;
    margin-bottom: 0px;
}

.main-banner .background-content .text-h2 {
    line-height: 1.7em;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0px;
    color: #08010f;
    text-align: justify;
}

.btn-solid {
    border-radius: 8px;
    background-color: #4E023C;
    width: 100%;
    color: white;
    padding: 10px 0px;
    transition: all .4s;
    border: 1px solid #4E023C;
    background-image: url(../images/work-12.png);
    background-position: top left;
    background-size: 100px;
    background-repeat: no-repeat;
}

.icofont-space-shuttle {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    animation: move-shuttle 3s 1s infinite;
}

@-webkit-keyframes move-shuttle {
    0% {
        top: 2px;
        right: 0;
    }

    25% {
        top: -10px;
    }

    50% {
        top: -12px;
    }

    75% {
        top: -15px;
        right: -26px;
    }

    100% {
        top: 2px;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-banner .background-content .col-md-6 {
        width: 100%;
    }
}

.main-banner .icofont-search-user {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.btn-solid:hover {
    background-color: white;
    color: #4E023C;
}

.btn-outline {
    border-radius: 8px;
    background-color: white;
    width: 100%;
    color: #4E023C;
    padding: 10px 0px;
    transition: all .4s;
    border: 1px solid #4E023C;
    background-image: url(../images/footer-12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-outline:hover {
    background-color: #4E023C;
    color: white;
}

@media screen and (max-width: 1200px) {
    .main-banner .background-content .text-h2 {
        font-size: 28px;
    }
 
    .main-banner {
        height: 650px;
        align-items: end;
    }
}

@media screen and (max-width: 992px) {
    .main-banner .background-content .text-h2 {
        font-size: 24px;
    }

    /* .main-banner {
        height: 680px;
        align-items: end;
    } */
}

@media screen and (max-width: 767px) {
    .main-banner {
        height: auto;
    }

    .main-banner #main-lottie {
        padding-top: 5rem;
    }

    .main-banner .container-banner .row:nth-child(1) {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 576px) {
    .main-banner .background-content .text-h2 {
        font-size: 20px;
        text-align: center;
    }
}

.main-banner .container-banner {
    margin-top: 60px;
}

/**************************end banner slider*************************/

/*******************features style***********************************/
#features {
    background-image: url(../images/pattern-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    z-index: 1000;
    position: relative;
}

#features .content {
    padding: 40px 30px 20px 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 17px 5px rgb(0 25 85 / 2%), 0 6px 8px 0 rgb(0 25 85 / 4%);
    height: 300px;
}

#features .content span {
    padding: 20px 25px;
    background-color: #f8f4f8;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

#features .content span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    animation: border-draw 3s forwards infinite alternate-reverse;
}

@keyframes border-draw {
    0% {
        border-color: transparent;
        clip-path: inset(50% 50% 50% 50%);
    }

    25% {
        border-color: #98669d;
        clip-path: inset(0 50% 50% 50%);
    }

    50% {
        border-color: #4E023C86;
        clip-path: inset(0 0 50% 50%);
    }

    75% {
        border-color: #4E023C86;
        clip-path: inset(0 0 0 50%);
    }

    100% {
        border-color: #98669d;
        clip-path: inset(0);
    }
}

#features .content span i {
    font-size: 40px;
    color: #4E023C;
}

#features .content-header {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #4E023C;
}

#features .content-text {
    color: #08010f;
    line-height: 2em;
    font-weight: 400
}

@media screen and (max-width: 1400px) {
    #features .content {
        height: 360px;
    }
}

@media screen and (max-width: 992px) {
    #features .content {
        height: 425px;
    }
}

@media screen and (max-width: 768px) {
    #features .content {
        height: auto;
        margin-bottom: 20px;
    }
}

#features .above-underline {
    padding-top: 0px;
}

#features .row:nth-child(3) {
    margin-top: 2rem !important;
}

/*******************end features style***********************************/

/*******************sites style***********************************/
#sites {
    background-image: url(../images/bg-sites.png);
    background-position: center;
    background-size: contain;
    margin-top: 150px;
    margin-bottom: 150px;
    background-repeat: no-repeat;
}

#sites .card-slide {
    z-index: 100;
}

#sites .Slider {
    width: 100%;
    height: 750px;
    z-index: 10000;
}

#sites .sites-header {
    color: #08010f;
    text-align: center;
    z-index: 10000;
    position: relative;
    margin-bottom: 1rem;
}

#sites .sites-bottom-img {
    width: 100%;
}

#sites .tr-img {
    transform: rotate(180deg);
    position: relative;
    top: -1px;
}

#sites .card-title {
    font-size: 22px;
    color: #08010f;
    margin-top: 20px;
    text-align: center
}

#sites .flickity-prev-next-button .arrow {
    fill: #4E023C;
}

#sites .flickity-prev-next-button {
    background: hsl(294.55deg 21.91% 50.78% / 17%);
}

#sites .card-slide .slick-dots {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#sites .card-slide .slick-dots li button {
    background: #4E023C24;
    border: 2px solid #4E023C59;
}

#sites .card-slide .slick-dots .slick-active button {
    background-color: #4E023C;
}

.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 1300px;
    ;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #4E023C3d;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

@media screen and (max-width:450px) {
    #sites .card-title {
        font-size: 17px;
    }
}

/*******************end sites style***********************************/

/*******************content style***********************************/

#content .container_index_content .img-container img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

#content .content-title {
    font-size: 24px;
    font-weight: 600;
    color: #08010f;
}

#content .content-text {
    color: #08010f;
    font-size: 16px;
    line-height: 2.2em;
    text-align: justify;
}

/*******************end content style***********************************/

/*******************index seo style***********************************/
.seo {
    margin-bottom: 100px;
    margin-top: 100px;
}

.seo .seo-container .seo-row {
    border-radius: 10px;
    background-color: #4E023C;
    background-image: url(../images/landing-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.seo .seo-container .seo-row .seo-content {
    color: white;
    font-size: 16px;
    line-height: 2.2em;
    margin-top: 20px;
    text-align: justify;
}

.seo .seo-container .seo-row .seo-text .seo-header {
    color: white;
}

.seo .seo-container .seo-row .btn-outline {
    width: 300px;
}

.seo .seo-container .seo-row .btn-outline i {
    position: relative;
    top: 2px;
}

/*******************end seo style***********************************/

/*******************index contact style***********************************/
.contact {
    margin-top: 100px;
    margin-bottom: -190px;
    z-index: 100;
    position: relative;

}

.contact .container {
    background-color: #4E023C;
    padding: 55px 40px 40px 40px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/Frame1.png);
}

.contact .contact-header {
    color: white;
    font-size: 28px;
}

.contact .contact-text {
    color: white;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 20px;
}

.contact img {
    width: 70px;
}

@media screen and (max-width: 768px) {
    .contact .contact-header {
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    .contact .contact-header {
        font-size: 22px;
    }
}

@media screen and (max-width: 374px) {
    .contact .contact-header {
        font-size: 18px;
    }
}

/*******************end contact style***********************************/

/*******************teaching-box style***********************************/
.teaching-box .container .teach-box {
    background-color: #4E023C;
    border-radius: 10px;
    margin-top: 15px;
    background-image: url(../images/landing-bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#teaching-box .slick-slider {
    direction: rtl !important;
}
.teaching-box .container .teach-box .card-slide-teach {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.teaching-box .container .teach-box .card-slide-teach .card-img-top {
    width: 40%;
}

.teaching-box .container .teach-box .card-slide-teach p {
    color: white;
    font-size: 16px;
    line-height: 2.2em;
    text-align: justify;
    direction: rtl;
    margin-left: 70px;
}

.teaching-box .container .teach-box .card-slide-teach .teach-header {
    text-align: start;
    color: white;
    font-size: 26px;
    font-weight: 500;
}

.teach-slide .slick-dots {
    padding-bottom: 0px !important;
}

.teaching-box .slick-dots .slick-active {
    margin-top: 25px;
}

.teaching-box .slick-slider {
    user-select: auto !important;
}

.teaching-box .card-slide .slick-dots .slick-active button {
    background-color: #4E023C;
}

.teaching-box .card-slide .slick-dots li button {
    border-color: #4E023C;
}

@media screen and (max-width: 768px) {
    .teaching-box .container .teach-box .card-slide-teach {
        flex-direction: column;
    }

    .teaching-box .container .teach-box .card-slide-teach p {
        margin-left: 0px;
    }

    .teaching-box .container .teach-box .card-slide-teach .card-img-top {
        width: 80%;
    }
}

/*******************end teaching-box style***********************************/

/*******************plans style***********************************/
.plans {
    margin-top: 100px;
    margin-bottom: 100px;
}

.plans .tittle {
    margin-bottom: 40px;
}

.plans .card-header {
    background-color: #4E023C;
    padding: 30px 30px 60px 30px;
    border-radius: 10px;
    background-image: url(../images/pattern-2.webp);
}

.plans .card-header .card-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    color: white;
    font-weight: 500;
}

.plans .card-header .card-header-content span .card-icon {
    width: 80px;
    height: 80px;
    background-color: #f8eef5;
    position: absolute;
    top: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plans .card-header .card-header-content span i {
    color: #4E023C;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    height: 85%;
    width: 85%;
    border: 1px solid transparent;
    border-radius: 10px;

}

.plans .card-header .card-header-content .card-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    animation: border-draw 3s forwards infinite alternate-reverse;
}

.plans .card-design .card-title,
.card-advanced .card-title {
    margin-top: 40px;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: #6b9d66;
}

.plans .card-design .card-title span,
.card-advanced .card-title span {
    font-size: 20px !important;
    color: #333 !important;
}

.plans .card-text .plan_name {
    color: #4E023C;
    font-weight: 500 !important;
}

.plans .card-text .icofont-tick-boxed {
    font-size: 22px;
    color: #6b9d66;
}

.plans .card-text .icofont-close-squared-alt {
    font-size: 22px;
    color: #af0009;
}

.plans .float-start.plan_name::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #4E023C;
    margin-left: 7px;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.plans .icofont-favourite {
    font-size: 28px;
}

.plans .btn-solid {
    margin-bottom: 20px;
    margin-top: 15px;
}

.plans .card-advanced .card-header {
    background-color: #AB185A;
}

.plans .card-advanced {
    margin-top: -30px;
}

#register_payment_waiting {
    display: none;
    color: #4E023C;
}

.plans .btn-solid#register_payment {
    width: 400px !important;
}

.plans .card-advanced .card-header {
    padding: 30px 30px 50px 30px;
}

.plans .card-advanced .card-header .card-header-content {
    font-size: 26px;
}

.plans .icofont-shopping-cart {
    font-size: 32px;
    color: #AB185A !important;
}

.plans .card-advanced .card-body {
    background-image: url(../images/advanced-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px;
}

.plans .card-advanced .btn-solid {
    background-color: #AB185A;
    border: 1px solid #AB185A;
}

.plans .card-advanced .btn-solid:hover {
    background-color: white;
}

.plans .card-advanced .card-header .card-header-content span .card-icon {
    background-color: #ffe7f2;
}

.plans .card-advanced .card-text .plan_name {
    color: #AB185A;
}

.plans .card-advanced .float-start.plan_name::before {
    background-color: #AB185A;
}

@media screen and (max-width: 992px) {
    .plans .card-design {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {

    .card-design .plan_name,
    .card-advanced .plan_name {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {

    .card-design .plan_name,
    .card-advanced .plan_name {
        font-size: 13px;
    }

    .plans .card-text .icofont-tick-boxed {
        font-size: 20px;
    }

    .plans .card-text .icofont-close-squared-alt {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .plans .btn-solid#register_payment {
        width: 100% !important;
    }
}

.plans .card {
    border-radius: 10px;
}

/*******************end plans style***********************************/

/*******************faq style***********************************/
.faq {
    margin-top: 180px;
    margin-bottom: 100px;
}

.faq .accordion-button::after {
    background-image: url(../images/resize-svgrepo-com.png);
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/resize-svgrepo-com.png);
    transform: rotate(180deg);
}

.faq .accordion-button:not(.collapsed) {
    color: #4E023C;
    background-color: #e4d9e1;
    border-radius: 10px !important;
    padding: 20px;
    border: 1px solid white !important;

}

.faq .accordion-item {
    border: none !important;
}

.faq .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.faq .accordion-button {
    color: #4E023C;
    background-color: #e4d9e1;
    border-radius: 10px !important;
    padding: 20px;
    border: 1px solid white !important;
}

.faq .accordion-body {
    padding: 1rem 1.25rem;
    line-height: 2em;
    font-size: 15px;
    text-align: justify;
    color: #333;
    font-weight: 400;
}

.faq .text-center {
    margin-bottom: 30px !important;
}

/*******************end faq style***********************************/

/*******************index-blog style***********************************/
.index-blog {
    margin-top: 100px;
    margin-bottom: 100px;
}

.index-blog .index-blog-header {
    margin-bottom: 10px;
}

.index-blog .blog-card .card {
    border-radius: 10px;
    border-color: #4E023C3d;
}

.index-blog .blog-card .card .card-body img {
    border-radius: 8px;
    object-fit: cover;
    height: 190px;
}

.index-blog .blog-card .card .card-body .img-container::after {
    height: 190px;
    content: "";
    position: absolute;
    top: 0;
    /* width: 90%; */
    background-position: left;
    left: 14px;
    background-image: url(../images/blog-temp.png);
    background-size: cover;
    z-index: 1;
    margin: 1rem 1rem 0 0;
    right: 0;
    border-radius: 10px;
}

@media screen and (max-width: 1400px) {
    .index-blog .blog-card .card .card-body img {
        height: 185px;
    }

    .index-blog .blog-card .card .card-body .img-container::after {
        height: 185px;
    }
}

@media screen and (max-width: 768px) {
    .index-blog .blog-card .card .card-body img {
        height: 275px;
    }

    .index-blog .blog-card .card .card-body .img-container::after {
        height: 275px;
    }
}

@media screen and (max-width: 410px) {
    .index-blog .blog-card .card .card-body img {
        height: 185px;
    }

    .index-blog .blog-card .card .card-body .img-container::after {
        height: 185px;
    }
}



.tags .post-categories {
    list-style-type: none;
    padding-right: 0px;
    display: flex;
    justify-content: right;
    padding: 0;
}

.tags .post-categories li {
    margin-top: 15px;
    margin-left: 10px;
}

.tags .post-categories li a {
    padding: 2px 8px;
    color: #4E023C;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #e4d9e1;
    transition: all .4s;
}

.tags .post-categories li a:hover {
    color: #08010f;
}

.index-blog-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.index-blog-info i {
    color: #4E023C;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.index-blog-info .single_info_icon-text {
    font-size: 12px;
    font-weight: 500;
    color: #4E023C;
}

.index-blog .card-body .card-title .title {
    margin-bottom: 10px;
    font-size: 17px;
    color: #4E023C;
    display: block;
    direction: rtl;
    transition: all .4s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index-blog .card-body .card-title .title:hover {
    color: #08010f;
}

.index-blog .card .card-body p {
    color: #08010f;
    line-height: 2em;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    direction: rtl;
}

.index-blog .btn-outline {
    padding: 7px 0px;
}

.index-blog .btn-outline i {
    font-size: 24px;
    position: relative;
    top: 4px;
    animation: bubble-left 1s infinite alternate-reverse;
}

.index-blog .btn-outline:hover i {
    animation: none;
}

/*******************end index-blog style***********************************/
/*****************************footer*******************************************/
svg {
    width: 100%;
    bottom: 0;
    left: 0;
    animation-name: move-left;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.spacer {
    height: 100px;
    width: 100%;
}

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }

    50% {
        left: -2000px;
        top: 200px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

.footer {
    background-image: linear-gradient(to right top, #f8f4f8, #f9f2f9, #f9effa, #f9edfc, #f9ebfd);

}

.footer .texttitle {
    color: #4E023C;
    font-weight: 600;
}

.footer .footer-logo {
    display: block;
}

.footer .footer-about {
    text-align: right;
}

.footer .footer-desc-title {
    display: inline-block;
    font-size: 16px;
    color: #4E023C
}

.footer .before_texttitle {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #08010f;
}

.footer .footer-desc {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.footer .footer-text {
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    color: #08010f;
    font-weight: 400;
}

.footer .footer-title {
    color: #08010f;
    padding: 10px;
    border-bottom: 1px solid #4E023C75;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.footer .footer-menu-items {
    list-style-type: none;
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-menu-items li {
    width: 200px;
}

.footer .footer-menu-items li a {
    color: #4E023C;
    padding: 5px 10px;
    display: block;
    font-weight: 400;
    border-radius: 7px;
    transition: all .4s;
    margin-bottom: 5px;
}

.footer .footer-menu-items li a:hover {
    background-color: #4E023C17;
}

.footer .icon-size-control i {
    font-size: 1.4rem;
    color: #4E023C;
    padding: 10px;
    background-color: #4E023C36;
    border-radius: 7px;
    transition: all .4s ease-in-out;
}

.footer .icon-size-control i:hover {
    transform: scale(1.1);
}

.footer .copy-right p {
    font-size: 14px;
    font-weight: 400;
    color: #282727;
}

.footer .copy-right p .fartaak {
    font-weight: 500;
    color: #08010f;
    transition: all .4s;
}

.footer .fartaak:hover {
    color: #9900cc !important;
}

.footer .underline-footer {
    max-width: 100%;
    min-height: 0.01rem;
    background-color: #cdb0d0;
    margin: 1rem auto 1rem;
}

#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    z-index: 999;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 57px;
    background-color: #4E023C;
    width: 57px;
    transition: all .2s ease !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    z-index: 100000;
}

#to_top:hover,
#to_top:focus {
    transform: scale(1.1);
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 63%;
    top: 65%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    transform: rotate(180deg);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #fff;
    content: '';
    display: block;
    border: 1px solid #ffffff;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

/* // Animation */
@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1400px) {
    .footer .footer-menu-items {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-logo {
        margin-right: auto;
        margin-left: auto;
    }

    .footer .footer-about {
        text-align: center;
    }
}

/********************end footer style******************************/
/*****************************page contact us style*********************************/
.page-banner {
    background-image: url(../images/banner-bg.png);
    /* height: 70vh;
    margin-top: -185px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    height: 350px;
    top: -150px;
    z-index: 99;
    position: relative;
}

.page-banner .page-title {
    font-size: 30px;
    font-weight: 600;
    color: #08010f;
    margin-top: 20px;
}

.page-banner .page-desc p {
    color: #08010f;
    font-size: 16px;
    line-height: 2.2em;
    margin-top: 20px;
    text-align: justify;
}

.page-desc {
    margin-top: -60px;
}

@media screen and (max-width: 992px) {
    .page-banner .page-title  {
       font-size: 24px;
    }
}
@media screen and (max-width: 567px) {
    .page-banner .page-title  {
       font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    .page-banner .page-title  {
       font-size: 18px;
    }
}
@media screen and (max-width: 577px) {
    .page-desc {
        margin-top: 0px;
    }
}

.page-desc p {
    color: #08010f;
    font-size: 16px;
    line-height: 2.2em;
    margin-top: 20px;
    text-align: justify;
}

.contact-us-content .img-container {
    padding: 10px;
    background-color: #4E023C30;
    border-radius: 8px;
    margin-left: 10px;
}

#contact-page p {
    color: #313030;
    font-weight: 400;
}

#contact-page h6 {
    color: #4E023C;
}

#contact-page a {
    color: #313030;
}

#contact-page {
    background-image: url(../images/img_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#contact-page .contact-form form label {
    width: 100%;
}

#contact-page .contact-form form input {
    width: 100%;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 0px 1px;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #ffffff;
}

#contact-page .contact-form form textarea {
    width: 100%;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 0px 1px;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #ffffff;
}

#contact-page .contact-form form #isc_submit {
    padding: 0px;
    width: 40%;
    font-size: 18px;
    color: white;
    border: 1px solid #4E023C;
    transition: all .4s;
    padding: 10px;
    background-color: #4e023c;
}

#contact-page .contact-form form #isc_submit:hover {
    background-color: #fff;
    color: #4E023C;
}

#contact-page iframe {
    border-radius: 10px;
}

@media screen and (max-width: 1400px) {
    #contact-page iframe {
        border-radius: 10px;
        width: 500px;
        height: 320px;
    }
}

@media screen and (max-width: 1200px) {
    #contact-page iframe {
        border-radius: 10px;
        width: 430px;
        height: 320px;
    }

    /* .contact-banner {
        height: 70vh;
    } */
}

@media screen and (max-width: 992px) {
    #contact-page iframe {
        width: 100%;
    }


}

@media screen and (max-width: 768px) {
    /* .contact-banner {
        height: auto;
        padding-top: 12rem;
    } */
}


/*****************************end page contact us style*********************************/

/*****************************page about us style*********************************/
.about-us .about-us-desc {
    text-align: justify;
    line-height: 2.2em;
}

/* .about-banner {
    height: 55vh;
} */

.register-banner {}

@media screen and (max-width: 992px) {
    .about-banner {
        /* height: 45vh;
        padding-top: 12rem; */
    }
}

@media screen and (max-width: 576px) {
    .about-banner {
        /* height: auto;
        padding-top: 12rem; */
    }
}

/*****************************end page about us style*********************************/

/*****************************sidebar style*********************************/
.sidebar-container {
    position: sticky;
    top: 20px;
}

.search-box-template form .input-search {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(152 102 157 / 17%) 0px 1px 6px 0px, rgb(152 102 157 / 26%) 0px 1px 2px 0px;
    border: none;
    padding: 15px;
}

.search-box-template form button i {
    position: absolute;
    color: #4E023C;
    top: 7px;
    border-radius: 8px;
    font-size: 18px;
    left: 8px;
    padding: 10px;
    border: 1px solid #e1d2e2;
    background-color: #4E023C4a;
    transition: all .4s;
}

.search-box-template form button i:hover {
    background-color: white;
    border: 1px solid #4E023C;
}

.widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #08010f;
    padding: 12px 15px;
    background-color: #4E023C29;
    border-radius: 10px;
}

.widget .widget-title i {
    color: #4E023C;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.widget .category-widget ul {
    list-style-type: none;
    padding-right: 10px;
}

.widget .category-widget ul li {
    margin-bottom: 15px;
}

.widget .category-widget ul li a {
    color: #08010f;
    font-size: 15px;
    font-weight: 500;
    transition: all .4s;
}

.widget .category-widget ul li a:hover {
    color: #4E023C;
}

.widget .category-widget ul li a::before {
    width: 7px;
    height: 7px;
    content: "";
    display: inline-block;
    background-color: #4E023C;
    border-radius: 50%;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.card-newtheme {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.card-newtheme .card {
    flex-direction: row;
    border: none;
    width: 50%;
}

.card-newtheme .card a {
    width: 100%;
    height: 100%;
    margin: 5px
}

.card-newtheme .card a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: brightness(0.8);
    transition: all .4s;
}

.card-newtheme .card a img:hover {
    filter: brightness(1);
}

@media screen and (max-width: 992px) {
    .widget .widget-title {
        font-size: 16px;
    }

    /* .card-newtheme .card a {
        height: 110px;
    } */
}

@media screen and (max-width: 768px) {
    .sidebar-container {
        margin-top: 20px;
    }
}

.widget .popular-content {
    color: #08010f;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .4s;
}

.widget .popular-content:hover {
    color: #4E023C;
}

.widget .popular-content .img_cats {
    border-radius: 8px;
    max-width: 100%;
    margin-left: 6px;
    height: 70px;
    object-fit: cover;
}

.widget .category-container .icofont-checked {
    color: #6b9d66;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.widget .category-widget ul li {
    color: #08010f;
    font-size: 15px;
    font-weight: 500;
    transition: all .4s;
}

.widget .single-theme-taxonomy ul li a {
    display: block;
    margin-bottom: 10px;
}

.widget .btn_show_childes i {
    color: #4E023C;
    vertical-align: middle;
    background-color: #eee6ef;
    border-radius: 3px;
}

.widget .btn_show_childes {
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    margin-right: 1rem;
}

.widget .category-themes {
    height: 600px;
    overflow-y: scroll;
}

/* برای WebKit */
.widget .category-themes::-webkit-scrollbar {
    width: 12px;
}

.widget .category-themes::-webkit-scrollbar-track {
    background: #f2ebf2;
}

.widget .category-themes::-webkit-scrollbar-thumb {
    background: #4E023Cb0;
    border-radius: 10px;
}

.widget .category-themes::-webkit-scrollbar-thumb:hover {
    background: #4E023Ccc;
}

/* برای Firefox */
.widget .category-themes .scrollable-element {
    scrollbar-width: thin;
    scrollbar-color: #4E023Cb0 #f2ebf2;
    /* رنگ بار و پس‌زمینه */
}

@media screen and (max-width: 362px) {
    .tag-container span a {
        display: block;
        margin-top: 5px;
    }
}

.search-box-template .btn-search {
    border: none !important;
    background-color: white;
}

/*****************************end sidebar style*********************************/

/*****************************sample page style*********************************/
.sample-banner {
    height: 70vh;
    padding-top: 12rem;
}

.single-sample .container_single_blog img {
    object-fit: contain;
}

.single-sample .template-paragraph a {
    color: #4E023C;
}

.single-sample .template-paragraph a:hover {
    color: #08010f;
    transition: all .4s;
}

@media screen and (max-width: 1200px) {
    .sample-banner {
        height: 65vh;
    }
}

@media screen and (max-width: 768px) {
    .sample-banner {
        height: auto;

    }
}

.sample-card .card {
    border: none;
    background-color: #4E023C0d;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sample-card .card:hover img {
    transform: scale(1.05);
    transition: all .8s;
}

.sample-card .card:hover .card-body .card-title h3 a {
    color: #4E023C;
}

.sample-card .card .card-body .card-title h3 {
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.sample-card .card .card-body .card-title h3 a {
    color: #08010f;
    width: fit-content;
}

.sample-card img {
    height: 350px;
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .sample-card img {
        height: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .sample-card img {
        height: 230px;
    }

    .sample-card .card .card-body .card-title h3 {
        font-size: 16px;
        line-height: 2em;
    }
}

@media screen and (max-width: 768px) {
    .sample-card img {
        height: 300px;
    }
}

/*****************************end sample page style*********************************/

/*****************************pagination style*********************************/
.custom-pagination .page-numbers {
    padding: 2px 12px 0 12px;
    color: #08010f;
    border-radius: 5px;
}

.custom-pagination .page-numbers.current,
.custom-pagination a:hover {
    background-color: #eee6ef;
    color: #4E023C !important;
}

/*****************************end pagination style*********************************/

/*****************************theme page style*********************************/
.template-card img {
    border-radius: 10px 10px 0 0;
    object-fit: contain;
}

.template-card .card {
    margin-bottom: 1.5rem;
    box-shadow: rgb(152 102 157 / 34%) 0px 1px 3px 0px, rgb(152 102 157 / 21%) 0px 1px 2px 0px;
    border-radius: 10px;
    border: none;
}

.template-card .card .card-body .theme-info .theme-cost {
    padding: 10px;
}

.template-card .card .card-body .card-title .template-name {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.template-card .card .card-body .card-title .template-name a {
    font-size: 1.1rem;
    color: #08010f;
    font-weight: 500;
    margin-right: 8px;
    transition: all .4s;
}

.template-card .card .card-body .card-title .template-name a:hover {
    color: #4E023C;
}

.template-card .card .card-body .theme-info .theme-cost .cost-number {
    font-size: 26px;
    font-weight: 600;
    color: #6b9d66;
    margin-left: 5px;
}

.template-card .card .card-body .theme-info .theme-support {
    padding: 10px;
}

.template-card .card .card-body .theme-info .theme-sale-count {
    padding: 10px;
}

.template-card .card .card-body .theme-info .theme-sale-count .detail-text {
    position: relative;
    top: 3px;
}

.template-card .card .card-body .theme-info .theme-details .detail-text {
    color: #4E023C;
    font-size: 14px;
    margin-left: 5px;
}

.template-card .card .card-body .theme-info .theme-details i {
    font-size: 18px;
    padding: 5px;
    background-color: #eee6ef;
    border-radius: 5px;
    color: #4E023C;
}

.showing-template .btn-choosing-template {
    background-color: #4E023C;
    margin: 0 .3rem 0px .3rem;
    padding: 12px 10px 10px 10px;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    border-color: #4E023C;
    box-shadow: none !important;
    width: 50%;
    transition: all .4s;
}

.showing-template .btn-choosing-template:hover {
    background-color: white;
    color: #4E023C;
}

.showing-template .btn-choosing-template:hover .icofont-hand-drag1 {
    animation: none;
}

.showing-template .preview_btn {
    background-color: #4E023C21;
    color: #4E023C;
    border-radius: 0.5rem;
    box-shadow: none !important;
    padding: 10px;
    text-align: center;
    margin: 0 .3rem 0px .3rem;
    width: 50%;
    transition: all .4s;
}

.showing-template .preview_btn:hover {
    background-color: #4E023C;
    color: #fff;
}

.showing-template {
    padding-top: 0.9rem;
    display: flex;
    padding-bottom: 5px;
}

.showing-template .icofont-hand-drag1 {
    transition: all ease-in-out;
    animation: click_animation .4s infinite alternate-reverse;
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

@keyframes click_animation {
    0% {
        font-size: 17px;
    }

    100% {
        font-size: 18px;
    }
}

.preview_btn i {
    position: relative;
    top: 2px;
    margin-left: 0px;
    font-size: 18px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .template-card .card .card-body .theme-info .theme-cost .cost-number {
        font-size: 24px;
    }

    .template-card .card .card-body .theme-info {
        flex-direction: column;
    }

    .template-card .card .card-body .card-title .template-name {
        text-align: center;
    }

    .template-card .card .card-body .card-title .template-name a {
        margin-right: 0px;
    }

    .template-card .showing-template {
        flex-direction: column;
    }

    .template-card .showing-template a {
        width: 100%;
        margin-top: 10px;
    }

    .showing-template .btn-choosing-template {
        margin: 0;
    }

    .showing-template .preview_btn {
        margin: 0;
    }
}

@media screen and (max-width: 380px) {
    .template-card .card .card-body .theme-info .theme-cost .cost-number {
        font-size: 22px;
    }

    .template-card .card .card-body .theme-info {
        flex-direction: column;
    }

    .template-card .card .card-body .card-title .template-name {
        text-align: center;
    }

    .template-card .card .card-body .card-title .template-name a {
        margin-right: 0px;
    }

    .template-card .showing-template {
        flex-direction: column;
    }

    .template-card .showing-template a {
        width: 100%;
        margin-top: 10px;
    }

    .showing-template .btn-choosing-template {
        margin: 0;
    }

    .showing-template .preview_btn {
        margin: 0;
    }
}

/*****************************end theme page style*********************************/

/*********************************single theme style***********************************************/

/*********************************end single theme style***********************************************/

/*********************************single blog style***********************************************/
.single-banner {
    /* height: 50vh;
    padding-top: 8rem; */
}

.container_single_blog a {
    color: #4e023c;
}

.container_single_blog a:hover {
    color: #08010f;
    transition: all .4s;
}

.single-banner .page-header h1 a {
    line-height: 1.5em;
    color: #08010f;
}

.page-header h1 {
    margin-top: 10px;
}

.page-header h1 a {
    line-height: 1.5em;
    color: #08010f;
}

@media screen and (max-width: 1200px) {
    /* .single-banner {
        height: 52vh;
    } */
}

@media screen and (max-width: 992px) {
    /* .single-banner {
        height: 30vh;
    } */
}

@media screen and (max-width: 576px) {
    /* .single-banner {
        height: auto;
    } */

    /* .single-banner .page-header {
        padding-top: 7rem;
    } */
}

.container_single_blog .template-main-pic img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
}

.container_single_blog h2 {
    font-size: 1.5rem;
    line-height: 2.7rem;
    font-weight: 600;
}

.container_single_blog h3 {
    font-size: 1.3rem;
    line-height: 2.7rem;
    font-weight: 600;
}

.container_single_blog h4 {
    font-size: 1.1rem;
    line-height: 2.7rem;
    font-weight: 600;
}

.container_single_blog h5,
.container_single_blog h6 {
    font-size: 1rem;
    line-height: 2.7rem;
    font-weight: 600;
}

.container_single_blog ul li {
    font-size: 16px;
    line-height: 2.2em;
}

.container_single_blog img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-info {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {

    .blog-info .single_info_text {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .container_single_blog img {
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    .blog-info {
        margin-top: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

.blog-info .single_info_text {
    font-size: 15px;
    font-weight: 400;
    color: #08010f;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-info .single_info_text i {
    padding: 8px;
    font-size: 18px;
    background-color: #eee6ef;
    border-radius: 5px;
    color: #4E023C;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.tag-container {
    margin-bottom: 15px;
}

.tag-container span {
    display: inline-block;
    /* margin: 5px; */
}

.tag-container span a:hover {
    border-color: #4E023C71;
}

.tag-container span a {
    color: #4e023c;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .4s;
    padding: 5px 10px;
    background-color: #eee6ef5c;
    border: 1px solid #eee6ef5c;
}

.template-paragraph p {
    text-align: justify;
    line-height: 2.2em;
}

.template-paragraph ul li {
    text-align: justify;
    line-height: 2.2em;
}

.template-paragraph ol li {
    text-align: justify;
    line-height: 2.2em;
}

/*********************************end single blog style***********************************************/
/********************************comments template***************************************************/
.list-comments {
    margin-top: 0;
}

.comment-body {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments {
    font-size: 23px;
    font-weight: 500;
    color: #08010f;
    width: 100%;
    background-color: #eee6ef;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

.comment-list {
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}

.comment-list li {
    list-style-type: none;
}

.comment-list img {
    border-radius: 15px;
    margin-left: 0.5rem;
}

.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}

.comment-metadata a {
    color: #636363 !important;
    margin-right: 2.6rem;
}

.comment-content {
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}

.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-list .reply {
    float: left;
}

.comment-list .reply a {
    color: #4E023C !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a {
    color: #828282 !important;
    font-size: 14px;
}

.comment-reply-title {
    color: #4E023C !important;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}

.comment-reply-title:before {
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    font-size: 18px;
    vertical-align: middle;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-reply-title a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}

#cancel-comment-reply-link {
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}

.comment-navigation .nav-links {
    text-align: center;
    font-size: 13px;

}

.comment-navigation .nav-links a {

    color: #adadad !important;
}

.comment-respond {
    margin-top: 3rem;
}

.btn_comment {
    padding: 1rem;
    margin-left: 0.1rem;
    border: 0;
    color: #ffffff;
}

.btn_comment:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}

.ajax-success {
    color: #0ac335;
}

.ajax-error {
    color: red;
}

.comment-author a {
    color: #353535;
    font-weight: 500;
}

.comment-content a {
    color: #353535;
}

.comment-author a:hover {
    color: #353535;
    font-weight: 500;
}

@media (max-width:767px) {
    .row_input_comment {
        margin-top: 0;

    }
}

.post-comment textarea,
.post-comment input {
    outline: none !important;
    box-shadow: none !important;
    background-color: #f1f1f187;
    border: 1px solid #f1f1f187;
    padding: 20px;
    border-radius: 10px;
}

.row_input_comment button {
    background: #4E023C !important;
    color: #fff !important;
    padding: 10px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}

/**************************end comments template*****************************************/
/**************************blog page style*****************************************/
.blog-card-template .card .card-body .card-text {
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #08010f;
    font-weight: 400;
    line-height: 2.2em;
    margin-bottom: 0px;
}

.blog-card-template .card {
    flex-direction: row;
    align-items: center;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.blog-card-template .card .card-img-top {
    width: 220px;
    border-radius: 10px;
}

.blog-card-template .card .card-body {
    background-image: url(../images/footer-12.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.blog-card-template .card .card-body .card-title a {
    font-size: 22px;
    font-weight: 600;
    transition: all .4s;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #08010f;
    width: fit-content;
}

.blog-card-template .card .card-body .card-title a:hover {
    color: #4E023C;
}

.blog-card-template .card .btn {
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding-right: 0px;
}

.blog-card-template .card .btn:hover {
    color: #4E023C;
    transition: all .4s;
}

.blog-card-template .card .btn:hover i {
    animation: none;
}

.blog-card-template .card .btn i {
    font-size: 28px;
    position: relative;
    top: 6px;
    color: #4E023C;
    animation: bubble-left 1s infinite alternate-reverse;
}

@keyframes bubble-left {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1300px) {
    .blog-card-template .card .card-img-top {
        width: 280px;
    }
}

@media screen and (max-width: 1300px) {
    .blog-card-template .card .card-body .card-title {
        font-size: 20px;
    }

    .blog-card-template .card .card-body .card-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .blog-card-template .card {
        flex-direction: column;
    }

    .blog-card-template .card .card-body .card-title {
        font-size: 16px;
    }

    .blog-card-template .card .card-body {
        padding: 15px 0;
    }

    .blog-card-template .card .card-body .card-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .blog-card-template .card .card-img-top {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

/**************************end blog page style*****************************************/

/**************************seo page style*****************************************/
.seo-card .card img {
    height: 330px;
    padding: 1rem;
    border-radius: 25px;
    transition: all .8s;
    object-fit: fill;
    width: 100%;
}

.seo-card .card a {
    position: relative;
    /* تنظیم موقعیت برای عنصر والد */
}

.seo-card .card a .img-container::after {
    height: 300px;
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    background-position: right;
    left: -23px;
    background-image: url(../images/seo-temp.png);
    background-size: cover;
    z-index: 1;
    margin: 1rem 1rem 0 0;
    right: 0;
    border-radius: 10px;
}

@media screen and (max-width: 1400px) {
    .seo-card .card img {
        height: 280px;
    }

    .seo-card .card a .img-container::after {
        height: 253px;
    }
}

@media screen and (max-width: 1200px) {
    .seo-card .card img {
        height: 245px;
    }

    .seo-card .card a .img-container::after {
        height: 215px;
    }
}

@media screen and (max-width: 992px) {
    .seo-card .card img {
        height: 318px;
    }

    .seo-card .card a .img-container::after {
        height: 286px;
    }
}

@media screen and (max-width: 768px) {
    .seo-card .card img {
        height: 398px;
    }

    .seo-card .card a .img-container::after {
        height: 367px;
    }
}

@media screen and (max-width: 576px) {
    .seo-card .card img {
        height: 350px;
    }

    .seo-card .card a .img-container::after {
        height: 320px;
    }
}

@media screen and (max-width: 420px) {
    .seo-card .card img {
        height: 260px;
    }

    .seo-card .card a .img-container::after {
        height: 227px;
    }
}

.seo-card .card:hover .card-body .seo-card-name a {
    color: #4E023C;
}

.seo-card .card {
    border: none;
    background-color: #4E023C0d;
    border-radius: 10px;
    margin-bottom: 20px;
}

.seo-card .card .card-body {
    padding: 0;
}

.seo-card .card .card-body .seo-card-name {
    font-size: 1.1rem;
    color: #08010f;
    font-weight: 500;
    margin: 0;
    padding: 1rem 1rem 1.5rem 1rem;
    display: flex;
    justify-content: center
}

.seo-card .card .card-body .seo-card-name a {
    color: #08010f;
    transition: all .4s;
    display: -webkit-box;
    overflow: hidden;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

/**************************end seo page style*****************************************/
/****************************tarefe page style *************************************/
.tarefe-banner {
    /* height: 40vh;
    justify-content: end; */
}

@media screen and (max-width: 992px) {
    /* .tarefe-banner {
        height: 35vh;
    } */
}

@media screen and (max-width: 768px) {
    /* .tarefe-banner {
        height: 40vh;
    } */
}

.pricepage {
    padding-bottom: 2rem;
    padding-top: 3rem;
}

.pricepage-h1 {
    font-size: 1.5rem;
}

.pricepage .card .clearfix {
    line-height: 3.5rem;
}

.pricepage-h1 {
    padding-bottom: 1rem;
}

.pricepage-p {
    text-align: justify;
    line-height: 2.2rem;
}

.price-page-parametr .parametr-h3 {
    margin-top: 3.5rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.price-page-parametr .span-parametr {
    line-height: 2.2rem;
    color: #4E023C;
}

.price-page-parametr .p-parametr {
    color: #08010f;
    text-align: justify;
    line-height: 2.2rem;
}

/****************************************end tarefe page style ****************************/

/******************************* theme_cat page style***************************************/
.col-theme-banner-image .template-main-pic img {
    border-radius: 30px;
    padding: 1rem;
    background-color: #4E023C0d;
    height: 450px;
    object-fit: cover;
}

.col-theme-banner-image .template-main-pic .img-container {
    position: relative;
}

.col-theme-banner-image .template-main-pic .img-container::after {
    height: 418px;
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    background-position: left;
    background-image: url(../images/theme_cat-temp.png);
    background-size: cover;
    z-index: 1;
    margin: 1rem 0 0 1rem;
    left: 72px;
    border-radius: 13px;
}

@media screen and (max-width: 1400px) {
    .col-theme-banner-image .template-main-pic img {
        height: 415px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 383px;
        left: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .col-theme-banner-image .template-main-pic img {
        height: 360px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 328px;
        left: 0;
    }
}

@media screen and (max-width: 992px) {
    .col-theme-banner-image .template-main-pic img {
        height: 280px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 250px;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .col-theme-banner-image .template-main-pic img {
        height: 390px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 358px;
        left: 27px;
    }
}

@media screen and (max-width: 576px) {
    .col-theme-banner-image .template-main-pic img {
        height: 419px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 388px;
        left: 0px;
    }
}

@media screen and (max-width: 410px) {
    .col-theme-banner-image .template-main-pic img {
        height: 290px;
    }

    .col-theme-banner-image .template-main-pic .img-container::after {
        height: 258px;
        left: 0px;
    }
}

.container_theme_features .row-theme-features {
    background-color: unset;
}

.container_theme_features .row-theme-features .col-theme-features:nth-child(odd) {
    margin-top: 2rem;
}

.container_theme_features .col-theme-features .theme-features-content {
    margin-top: 2rem;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 17px 5px rgb(0 25 85 / 2%), 0 6px 8px 0 rgb(0 25 85 / 4%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container_theme_features .col-theme-features span {
    padding: 10px;
    width: 80px;
    height: 80px;
    display: block;
    background-color: #f8f4f8;
    border-radius: 10px;
    position: relative;
}

.container_theme_features .col-theme-features span img {
    object-fit: cover;
    opacity: .8;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.container_theme_features .col-theme-features .feature_title {
    font-size: 15px;
    color: #4E023C;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .container_theme_features .col-theme-features .feature_title {
        text-align: center;
        line-height: 1.4em !important;
    }
}

@media screen and (max-width: 416px) {
    .container_theme_features .col-theme-features .feature_title {
        font-size: 14px;
    }
}

.container_theme_features .col-theme-features span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    animation: border-draw 3s forwards infinite alternate-reverse;
}

.theme_feature_show {
    position: absolute;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 17px 5px rgb(0 25 85 / 2%), 0 6px 8px 0 rgb(0 25 85 / 4%);
    margin: auto;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transform: scale(.6);
    opacity: 0;
    display: block;
    z-index: 1000;
    text-align: center;
    padding: 20px;
}

.col-theme-features:hover .theme_feature_show {
    transition: all ease-in 0.4s;
    opacity: 1;
    transform: scale(1);
}

.container_theme_features .col-theme-features .theme-features-content .theme_feature_show .feature_title {
    color: #08010f;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.list_theme_details {
    list-style: none;
    padding: 1.5rem 1rem 1px 1rem;
    border-radius: 15px;
}

.list_theme_details li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.list_theme_details li img {
    margin-left: 5px;
}

#theme_prices {
    padding: 180px 0;
    margin-top: 100px;
    background-image: url(../images/oooscillate.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#theme_prices .banner_subtitle {
    margin-bottom: 70px;
}

.theme_chart_prices {
    position: relative;
    margin: auto;
}

.theme_chart_prices .chart_price1 {
    position: absolute;
    bottom: 50%;
    left: 5%;
}

.theme_chart_prices .chart_price3 {
    position: absolute;
    bottom: 97%;
    right: 2%;
}

.theme_chart_prices .chart_price2 {
    position: absolute;
    top: 15%;
    left: 40%;
}

@media screen and (max-width: 768px) {
    .theme_chart_prices .chart_price1 {
        bottom: 60%;
        left: 3%;
    }

    .theme_chart_prices .chart_price3 {
        bottom: 100%;
        right: 0%;
    }

    .theme_chart_prices .chart_price2 {
        top: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 400px) {
    .theme_chart_prices .chart_price1 {
        bottom: 70%;
    }

    .theme_chart_prices .chart_price2 {
        top: 5%;
        left: 30%;
    }

    .theme_chart_prices .chart_price3 {
        bottom: 106%;
    }
}

.chart_price {
    font-size: 20px;
    font-weight: 600;
    color: #6b9d66;
}

.chart-price-toman {
    font-size: 14px;
    font-weight: 500;
    color: #08010f !important;
}

.container_chart_prices {
    margin-top: 2.5rem !important;
    margin-bottom: 3.5rem !important;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .template-card-site img {
        height: 250px !important;
    }
}

.container_theme_brands {
    padding: 20px 40px 0;
    background-color: #4E023C;
    border-radius: 10px;
    background-image: url(../images/landing-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container_theme_brands .col-theme-brand {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.container_theme_brands .title {
    color: white !important;
    margin-top: 20px;
}

.container_theme_brands .col-theme-brand .brand_title {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    margin-top: .5rem;
}

.container_theme_brands .col-theme-brand img {
    margin-top: 5px;
    display: inline-block !important;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 8px;
}

.container_theme_brands .row .col-theme-content:nth-child(odd) {
    margin-top: 2rem;
}

#slider_reviews .card-img-review {
    border-radius: 50%;
    border: 2px solid #4E023C;
    padding: 5px 5px 8px 5px;
}

#theme_reviews #slider_reviews .card {
    height: 420px;
}

@media screen and (max-width: 380px) {

    #theme_reviews #slider_reviews .card {
        height: 460px;
    }
}
@media screen and (max-width: 350px) {

    #theme_reviews #slider_reviews .card {
        height: 512px;
    }
}

#theme_reviews #slider_reviews .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#theme_rewiews .ptext {
    color: #08010f !important;
    font-size: 1.5rem;
    padding-top: 2rem;
}

#theme_samples .showing-sample-theme a {
    width: 100%;
}

#theme_samples .template-card .card .card-body .card-title .template-name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.2rem;
}

#theme_samples .sample-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    direction: rtl;
}

#theme_samples .template-card img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

#theme_reviews .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #4E023C29;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
    background-image: url(../images/quote1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
}

#theme_reviews #slider_reviews .card-img-review {
    border-radius: 50%;
    border: 2px solid #ffffff33;
    padding: 10px;
    background-color: #4E023C;
}

#theme_reviews .card-img-review {
    width: 50px !important;
    height: 50px !important;
    margin: 0px;
}

#theme_reviews #slider_reviews .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px !important;
}

#theme_reviews .card-review-info h6 {
    color: #4E023C !important;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1.5em;
}
.slick-initialized .slick-slide {
    user-select: text !important;
}
#theme_reviews .card-review-header {
    display: flex;
    width: 100%;
    justify-content: end;
    text-align: right;
    flex-direction: row-reverse;
}
#theme_reviews .card-review-info .card-review-header i {
    margin-left: 8px;
    position: relative;
    color:#4E023C ;
    top: 5px;
}

#theme_reviews .card-review-info p {
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    direction: rtl;
    margin-bottom: 0px;
    line-height: 2em;
    color: #08010f;

}

#theme_reviews .card-review-info .review-text {
    /* height: 250px; */
    display: flex;
    align-items: center;
    line-height: 1.6rem;
    text-align: justify;
}

@media screen and (max-width: 380px) {
    /* #theme_reviews .card-review-info .review-text {
        height: 300px;
    } */
}

#theme_reviews .card-review-info .card-title {
    font-size: 16px;
    margin-right: 10px;
    color: #4E023C;
    line-height: 2rem;
    margin-bottom: 0px;
    display: block;
}

#theme_reviews .author-info {
    border-top: 1px solid #4E023C3d;
    width: 100%;
    justify-content: end;
    padding-top: 10px;
}

.card-slide .slick-dots li button {
    background: #4E023C24;
    border: 2px solid #4E023C59;
}

.card-slide .slick-dots .slick-active button {
    background-color: #4E023C;
}

#theme_faq .title_theme_page .title {
    line-height: 2.7rem;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#theme_faq .accordion_faq .accordion-button,
.accordion_faq .accordion-button:not(.collapsed) {
    background-color: #4e023c2b !important;
    coloR: #4e023c !important;
    border-radius: 10px !important;
    outline: none;
    border: 1px solid white;
    box-shadow: none;
    font-weight: 500;
    line-height: 1.5em;
}

#theme_faq .accordion-button::after {
    background-image: url(../images/down-arrow-ui-svgrepo-com.png);
}

#theme_faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-ui-svgrepo-com.png);
    transform: rotate(180deg);
}

#theme_faq .accordion-item {
    border: none;
}

#theme_faq .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #4E023C00;
}

#theme_faq .accordion-body p {
    line-height: 2em;
}

#theme_middle_banner .paralsec_theme img {
    border-radius: 10px;
    object-fit: cover;
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-bootom-theme-cat {
    line-height: 2.2em;
    text-align: justify;
}

.col-theme-banner-text p {
    text-align: justify;
    line-height: 2.2em;
}

.template-theme-cat-p ul li {
    line-height: 2.2em;
    text-align: justify;
    color: #000000;
}

/******************************* end theme_cat page style ****************************/
/**************************** register page style****************************************** */
#register .register-form .form-item label {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #cbb3ce;
    margin-top: -42px;
    margin-right: 20px;
    transition: all .4s;
}

#register .register-form .form-item input {
    border-radius: 10px;
}

.form-item input:focus+label,
.form-item input:valid+label {
    color: #4E023C !important;
    margin-top: -71px !important;
    background-color: #c9b3c4;
    margin-right: 20px;
    font-size: 12px !important;
    border-radius: 5px;
    padding: 3px 10px;

}

.register-text {
    margin-top: 7rem;
}

.register-form .form-group .form-control {
    margin-bottom: .6rem;
    margin-top: 1rem;
}

.button-form .btn-custom-form {
    width: 10rem;
    background: #4E023C;
    color: white;
    border-radius: 10px;
}

.button-form .btn-custom-form:hover {
    background-color: #462290;
}

.register-form .card,
.login-form .card {
    padding: 1rem 1.8rem 1.8rem 1.8rem;
    border: 0;
    box-shadow: rgb(101 101 101 / 50%) 0px 1px 3px 0px, rgb(16 16 16 / 8%) 0px 1px 2px 0px;
    border-radius: 20px;
}

.register-form .btn-solid i {
    transition: all ease-in-out;
    animation: click_animation .4s infinite alternate-reverse;
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.register-form .btn-solid:hover i {
    animation: none;
}

.register-form input {
    height: 3rem;
}

.input-group-domain {
    direction: ltr;
    border: 2px solid #4E023C;
    border-radius: 10px;
}

.result_validate {
    color: #4E023C;
    font-weight: 500;
    height: 15px;
}

.input-group-domain .input-group-text {
    background-color: transparent;
}

.input-group-domain .input-group-text,
.input-group-domain input {
    height: 3rem;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;

}

.input-group-domain input {
    padding: 0;
}

.register-form .btn-custom-form {
    margin-bottom: 1rem;
    padding: 11px 1rem;
}

#register_order_waiting,
#register_verify_waiting {
    display: none;
    padding: 11px 1rem;
}

.login-form .entry-text {
    font-weight: 400;
}

.login-form form {
    margin-top: 1.3rem;
}

.login-form #edit_code {
    color: #4E023C;
    font-weight: 500;
}

.login-form #edit_code:hover {
    color: rgb(136, 44, 145);
}

.form-group-login input#code_login {
    letter-spacing: 20px;
    text-align: center;
    padding: 10px;
}

#retry_send_code {
    display: none;
    font-weight: 500;
    font-size: 15px;
    color: #4E023C;
    cursor: pointer;
}

.retry_send_code {
    color: #59b47c;
    cursor: default;
}

#retry_send_code:hover {
    color: rgb(136, 44, 145);
}

@media(max-width: 499px) {
    .register-form .card {
        padding: .1rem .6rem;
    }

    .result_validate {
        font-size: 13px;
    }

    .register-form .form-group .form-control {
        margin-bottom: .3rem;
        margin-top: .5rem;
    }

    .card-contact .card-info .phone_link {
        font-size: 22px;
        letter-spacing: 0;
        display: block;
    }

    .card-contact .card-info .float-none p {
        margin-left: 0;
        text-align: right;
    }

    .card-contact .card-info .float-none {
        margin-top: 1rem;
    }
}

.site-example {
    font-weight: 600;
    color: #6b9d66;
}

.site-example-explain {
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

/************************** end register page style *******************************************/

/************************** checkout page style *******************************************/
.page-checkout-banner {
    height: 50vh;
    justify-content: end;
}

@media screen and (max-width: 992px) {
    .page-checkout-banner {
        height: 60vh;
    }
}

@media screen and (max-width: 768px) {
    .page-checkout-banner {
        height: 65vh;
    }
}

@media screen and (max-width: 576px) {
    .page-checkout-banner {
        height: 70vh;
    }
}

@media screen and (max-width: 422px) {
    .page-checkout-banner {
        height: 80vh;
    }
}

#checkout .template-main-pic .template-card .card-body .card-title .template-name {
    text-align: center !important;
}

#checkout .template-main-pic .template-card .card-body .card-title .showing-template {
    justify-content: center !important;
}

#checkout .blue_title {
    color: #4E023C;
    font-weight: 500;
}

#checkout .template-card .template-name,
.template-card .template-name a {
    color: #08010f;
    font-weight: 500;
    font-size: 1.3rem;
}

#checkout .banner-title {
    font-size: 24px;
    font-weight: 500;
}

#checkout .desc {
    font-size: 16px;
    line-height: 2em;
    margin-top: 20px;
}

.checkout-banner {
    background-image: url(../images/cccoil.svg);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#checkout .template_checkout .template-span h2 {
    font-size: 22px;
    font-weight: 600;
    color: #4E023C;
}

#checkout .template_checkout .template-p {
    width: fit-content;
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 1rem;
    background-color: #f2ebf2;
    position: relative;
}

#checkout .template_checkout .template-p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    animation: border-draw 3s forwards infinite alternate-reverse;
}

#checkout .template-paragraph a {
    color: #4E023C;
    font-weight: 600;
}

.radio-toolbar input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.radio-toolbar .btn-customize {
    position: relative;
}

.radio-toolbar .btn-customize:focus {
    background-color: #4E023C;
    color: #fff;
}

.radio-toolbar input[type=radio]:focus .btn-customize {
    background-color: #4E023C;
    color: #fff;
}

.radio-toolbar input[type=radio]:checked+label {
    border: 2px dashed #4E023C;
}

.radio-toolbar input[type=radio]:checked+label .btn-customize,
.template-card .card-plan:hover .btn-customize {
    background-color: #4E023C;
    color: #fff;
    transition: .5s;
}

.col-btn-payment .payment_amount {
    font-weight: 600;
    font-size: 22px;
}

.col-btn-payment .payment_amount_price {
    color: #6b9d66;
    font-size: 28px;
    font-weight: 600;
}

.btn-customize {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

/************************** end checkout page style *******************************************/

/************************** 404 page style *******************************************/
.banner-404 {
    height: 40vh;
    justify-content: end;
}

/************************** end 404 page style *******************************************/
/****************************** another css*******************************/
.counseling_link {
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
}

.counseling_link {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}

.counseling_link a {
    transition: 0.5s;
    font-size: 14px !important;
    color: #313030;
    font-weight: 500;
    text-align: center;
}

.counseling_link a:hover {
    color: #4E023C;
}

.counseling_link p {
    font-size: 14px !important;
    margin: 0;
    line-height: 1.6rem;
}

.counseling_link p span {
    display: block;
    color: #313030;
    font-weight: 500;
    text-align: center;
}

.card .clearfix {
    line-height: 3.5rem;
}

.phone-number {
    color: #fff;
}

.phone-number:hover {
    color: whitesmoke
}

/********************************* end another css*************************************/
.above-underline {
    padding-top: 3rem;
}

*:focus {
    outline: 0;
    outline: none;
}


/* login page */
.login-text {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.login-form .form-group {
    padding-bottom: 1rem;
}

.span-register-text {
    font-size: 0.8rem;
}

.form-group .form-control {
    outline: none;
    box-shadow: none;
}

.form-group .form-control:focus {
    border-color: #4E023C;
}

.form-check .form-check-input {
    outline: none;
    box-shadow: none;
}

.button-text-align {
    padding-top: 1rem;
}

.button-customize-select {
    padding: 0 1rem;
}

/* end login page */


/* order */

.form-control.button-formcontro1 {
    color: #fff;
    background-color: #B762C1;
    border: none;
    box-shadow: none !important;

}

.form-control.button-formcontro1:hover {
    background-color: #6f2377;
    box-shadow: none !important;

}

.form-control.button-formcontro2 {
    color: #fff;
    background-color: #EA99D5;
    border: none;
    box-shadow: none !important;

}

.form-control.button-formcontro2:hover {
    background-color: #d344ad;
    box-shadow: none !important;

}

.form-control.button-formcontro3 {
    color: #fff;
    background-color: #B983FF;
    border: none;
    box-shadow: none !important;

}

.form-control.button-formcontro3:hover {
    background-color: #9852f3;
    box-shadow: none !important;

}

/* end order */



/* template */
/* .col-theme-banner-image,
.col-theme-banner-text {
    margin: auto;
} */

.template-banner .template-banner-background {
    background-color: #4E023C;
    width: 100%;
    height: 30vh;
    position: relative;
}

.template-banner-background .template-h1 {
    line-height: 2rem;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 43%;
    right: 0;
}

.template-paragraph .template-span {
    font-weight: 400;
    font-size: 1.8rem;
}

.template-paragraph h2 {
    font-size: 1.5rem;
    line-height: 2.7rem;
}

.template-paragraph h3 {
    font-size: 1.3rem;
    line-height: 2.7rem;
}

.template-paragraph h4 {
    font-size: 1.1rem;
    line-height: 2.7rem;
}


.search-box-template .input-search {
    width: 100%;
    border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: none;
    padding: 5px 10px;
}

.search-box-template .input-search:focus {
    outline: none !important;

}

.search-box-template ::placeholder {
    font-size: 0.8rem;
}



.category-container ul li a:hover {
    color: #4E023C;
}

.single-info-title {
    color: #313030;
    font-weight: 500;
}

.list_childes_item {
    display: none;
}

.btn_show_childes:hover i {
    transition: 0.3s;
    text-shadow: 1px 1px 1px #35353559;
}

.list_childes_item li a {
    font-size: 14px !important;
    color: #575656 !important;
}

.list_childes_item li a:hover {
    color: #4E023C !important;
}



.tag-container span:hover {
    background-color: #fff;

}

.tag-container span:hover a {
    color: #4E023C;
}

.meta_description {
    margin-top: 2rem;
}

.widget .checkbox .change-font-color {
    color: #64707b;
}

/* .template-card .card {
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
} */

/* .template-card .card-body {
    padding: 0;
} */

.template-card .template-name,
.template-card .template-name a {
    color: #2a2a2a;
    font-weight: 400;
    font-size: 1.3rem;
}

.template-card a .template-name:hover {
    color: #4E023C;
}


.template-card .btn-choosing-template:hover {
    background-color: snow;
    color: #4E023C;
}

.preview_btn:hover {
    background-color: #3b953f;
    color: #fff !important;
}

.preview_btn i {
    vertical-align: middle;
}

.template-card .card-title .showing-template {
    font-size: 0.8rem;
    font-weight: 500;
    padding-top: 0.9rem;
}

.template-card .card-title .showing-template p {
    height: 50px;
    padding: 0 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
}

.template-card .btn-choosing-template i {
    vertical-align: middle;
}

.showing-template a {
    color: rgb(135, 97, 179);
}

.showing-template a:hover {
    color: #000;
}

/* 
.template-card img {
    width: 100%;
    height: 336px;
    object-fit: cover;

} */

.card_show_theme img {
    object-position: top center;
    -webkit-transition: all 3.5s ease-in-out;
    -o-transition: all 3.5s ease-in-out;
    transition: all 3.5s ease-in-out;
}

.card_show_theme img:hover {
    object-position: bottom center;

}

.template-card-site img {
    height: 300px;
    object-fit: cover;
}

.template-card-checkout img {
    height: 160px !important;
}

.template-card-checkout .card-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.blue_title {
    color: #4E023C;
}

.template_checkout {
    cursor: default;
}

.template_checkout .template-span {
    font-size: 1.7rem;
    line-height: 2.5rem;
}

.template_checkout .template-span h2 {
    font-size: 16px;
}

.template_checkout .template-p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
}

.template_checkout .template-p label {
    color: #262626;
}

.template-card-checkout .template-name {
    font-size: 17px;
}

.template-card-site .template-description {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 2rem;
    height: 67px;
    padding: 0 5px;
}

.sample-description {
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin-bottom: 7px;
}

.template-card-site .template-name {
    height: 40px;

}

.template_plans {
    text-align: center;
}

.template_plans h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.container_single_blog .widget .widget-title {
    font-size: 1rem;
}


.show_preview_single .btn-choosing-template,
.show_preview_single .preview_btn {
    width: 100%;
    margin: 12px 0;
}


.container_themes {
    margin-bottom: 5rem;
}

.container_themes #slider_themes .slick-track {
    margin: 0 !important;
}

/* theme style */


.col-theme-brand {
    background: whitesmoke;
    border-radius: 15px;
    text-align: center;
    padding: 15px 5px 10px 5px;
    margin-bottom: 1.5rem;
}


.col-theme-brand .brand_title {
    font-size: 14px;
    text-align: center;
    color: #4E023C;
    font-weight: 500;
    margin-top: .5rem;
}

.col-theme-features img {
    object-fit: cover;
    opacity: .8;
}

.container-theme-contact {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.col-theme-contact {
    margin: auto;
    text-align: center;
}

.col-theme-contact img {
    opacity: .8;
}

.col-theme-contact .contact-text h3 {
    color: #fff;
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.col-theme-contact .contact-text p {
    font-size: 1.3rem;
    font-weight: 400;
    color: whitesmoke;
}

.col-theme-contact .phone-number {
    color: #212020;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    top: 5px;
    transition: .5s;
}

.col-theme-contact .phone-number:hover {
    color: #eae0eb;
}

.container-theme-contact {
    background-color: #4E023C;
    padding-bottom: 2rem;
    padding-top: 2rem;
}


.logged-in-as a {
    color: #3f3e3e !important;
    font-weight: 400;
}

.logged-in-as a:hover {
    color: #4E023C !important;
}


.post-comment textarea:focus,
.post-comment input:focus {
    border: 1px solid #4E023C !important;
}


.radio-image-container label {
    cursor: pointer;
}

@media (max-width: 399px) {
    .radio-image-container img {
        width: 110px !important;
        height: auto !important;
    }
}

.row_input_comment button:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

/* comments rating */
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.service_star_rating {
    margin-bottom: 1rem;
}

.service_star_rating span {
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
    color: #f8ae35 !important;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}



.breadcrumbs {
    cursor: default;
    z-index: 100000;
    position: relative;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #4E023C;
}

.breadcrumbs a:hover {
    color: #08010f;
    transition: all .4s;
}


.title_theme_page .title {
    line-height: 2.7rem;
    font-size: 1.7rem;
}

.title_theme_page p {
    margin: 1.5rem 0 0.4rem 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.container_theme_description {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.paralsec_theme {
    margin: auto;
    text-align: center;
}

.paralsec_theme img {
    /* border-radius: 25px; */
    object-fit: cover;
}

.paralsec_themes_preview .banner_subtitle {
    line-height: 2.7rem;
    font-size: 1.7rem;
}

.paralsec_themes_preview .banner_title {
    font-size: 19px;
    color: #4E023C;
    font-weight: 500;
    margin-top: 1rem;
}

@keyframes colorChange1 {
    0% {
        background-color: #4E023C;
    }

    /* Inherit initial color */
    33% {
        background-color: #230329;
    }

    /* Black at 33% */
    66% {
        background-color: #4E023C;
    }

    /* Inherit initial color at 66% */
    100% {
        background-color: #4E023C;
    }

    /* Back to initial color at 100% */
}

@keyframes colorChange2 {
    0% {
        background-color: #4E023C;
    }

    /* Inherit initial color */
    66% {
        background-color: #230329;
    }

    /* Black at 66% */
    100% {
        background-color: #4E023C;
    }

    /* Back to initial color at 100% */
}

/* Animate the button background every hover (pseudo-animation) */
.wink-btn {
    animation: colorChange1 2s infinite linear;
    /* Change speed and timing if needed */
}

/* Optional: Add a second animation on hover for a smoother transition */
.wink-btn:hover {
    animation: none;
    /* Timing should match .wink-btn */
}

.col_theme_details {
    /* background-color: whitesmoke; */
    /* height: auto;
    border-radius: 15px;
    margin-top: 1rem; */
}

.list_theme_details {
    /* list-style: none;
    padding: 1.5rem 1rem 1px 1rem;
    border-radius: 15px; */


}

.list_theme_details li {
    /* font-size: 17px;
    font-weight: 400;
    margin-bottom: 1rem; */
}

.list_theme_details li i {
    font-size: 2rem;
    color: green;
    vertical-align: middle;
}

.btn_preview_themes {
    display: none;
}

.radio-image-label {
    cursor: pointer;
}

.radio-image-label img {
    margin-top: -2rem;
}

.custom-margin-left-1-5rem {
    margin-left: 1.5rem;
}

@media (max-width: 1199px) and (min-width: 992px) {
    /* .sample-card img {
        height: 350px;
    }

    .template-card img {
        height: 300px
    } */
}

@media (max-width: 991px) and (min-width: 768px) {
    /* .sample-card img {
        height: 250px;
    }

    .template-card img {
        height: 230px
    } */

    .col_theme_details {
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    /* .sample-card img {
        height: 300px;
    }

    .template-card img {
        height: 387px
    } */

    .line_bottom_blog {
        width: 50%;
    }

    .col_theme_details {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .paralsec_themes_preview {
        margin-bottom: 4rem;
    }

    .paralsec_themes_preview .banner_subtitle {
        font-size: 1.5rem;
    }

}

@media (max-width: 499px) {
    .radio-image-label {
        display: block;
        margin: 0;
    }

    .radio-image-container {
        margin-top: 1rem;
    }

    .sample-card img {
        height: 250px;
    }

    /*
        .template-card img {
            height: 340px
        } */

    .line_bottom_blog {
        width: 60%;
    }

    .title_theme_page .title {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    .title_theme_page p {
        font-size: 15px;
    }

    .list_theme_details {
        padding: 1rem 0.3rem 0px 0.3rem;
    }

    .list_theme_details li {
        font-size: 15px;
    }

    .list_theme_details li i {
        font-size: 1.5rem;
    }

    .col_theme_details {
        margin-top: 0;
    }

    .btn_preview_themes {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        z-index: 10000000;
    }

    .btn_preview_themes .btn-custom3 {
        padding: 10px 15px;
        box-shadow: 0 1px 2px rgb(35 46 51 / 63%) !important;
        animation: none;
        background-color: rgb(35, 3, 41);
    }

    .btn_preview_themes .btn-custom3:hover {
        background-color: #4E023C;
    }

    .paralsec_themes_preview .banner_subtitle {
        line-height: 2rem;
        font-size: 1.4rem;
    }

    .paralsec_themes_preview {
        margin-top: -1rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    /* .breadcrumbs {
        margin: 0 .5rem !important;
    } */

    .meta_description {
        margin-top: 1rem;
    }

    .container_theme_features {
        margin-bottom: 2.5rem;
    }

    .col-theme-banner-content {
        margin-bottom: 3rem;
    }
}

/* end sample */


/* agreement */

.total-agreemet h1 {
    font-weight: 500;
    color: #4E023C;
}

.total-agreemet p {
    padding-top: 1.5rem;
}

.card-group-agreement .card {
    margin-top: 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-group-agreement .card-title p {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: justify;
}

/* end agreement */

/* responsive header*/
@media (max-width: 1199px) {
    .background-content .text-h2 {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .background-content .text-p {
        padding-top: 1rem;
    }

    .btn-custom3 {
        margin-top: 1rem;
    }
}

@media (max-width: 991px) {
    .navbar-custom {}

    .navbar .navbar-nav .nav-item .nav-link {
        color: rgb(0, 0, 0);
        transition: all ease-in 0.4s;
    }

    .navbar .navbar-nav .nav-link:hover {
        background: transparent;
    }

    /* .navbar .navbar-nav .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: transparent;
        transition: 0.3s ease;
    } */

    .navbar .navbar-nav .nav-link:hover::after {
        background: rgb(0, 0, 0);
        color: rgb(0, 0, 0);

    }

}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item .nav-link {
        color: rgb(0, 0, 0);
        transition: all ease-in 0.4s;
    }

    .navbar .navbar-nav .nav-link:hover {
        background: transparent;
    }

    /* .navbar .navbar-nav .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: transparent;
        transition: 0.3s ease;
    } */

    .navbar .navbar-nav .nav-link:hover::after {
        background: rgb(0, 0, 0);
        color: rgb(0, 0, 0);

    }

    .div_order_btn {
        text-align: center;
        margin-bottom: 1rem;
    }

    .para-background .dark {
        margin-top: 1rem;
        padding-bottom: 2rem;
    }

    #header {
        padding-bottom: 1rem;
    }

    .ptext {
        padding-top: 1.5rem;
    }

    .price-list {
        padding-top: 3rem;
    }

    .card-design {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .container-footer {
        margin-top: 2rem;
    }

}

@media (max-width: 656px) {

    .navbar .navbar-nav .nav-item .nav-link {
        color: rgb(0, 0, 0);
        transition: all ease-in 0.4s;
    }

    .navbar .navbar-nav .nav-link:hover {
        background: transparent;
    }

    /* .navbar .navbar-nav .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: transparent;
        transition: 0.3s ease;
    } */
    /*
        .navbar .navbar-nav .nav-link:hover::after {

            width: 19%;
            background: rgb(0, 0, 0);
            color: rgb(0, 0, 0);

        } */
}

/* end responsive header */

/* responsive header text */
@media (max-width: 991px) {
    .background-content .text-h2 {
        font-size: 1.5rem;
        color: rgb(0, 0, 0);
        padding-top: 3rem;
    }
}

@media (max-width: 768px) {
    .background-content .text-h2 {
        font-size: 1.5rem;
        color: rgb(0, 0, 0);
        padding-top: 3rem;
    }
}

@media (max-width: 656px) {
    .background-content .text-h2 {
        font-size: 1.5rem;
        color: black;
        padding-top: 3rem;
    }
}


/* end responsive header text */


/* responsive card */
@media (max-width:991px) {}

@media (max-width:768px) {}



@media (max-width:656px) {}

/* end responsive card */

/* responsive span title */
@media (max-width:991px) {
    .box-control-size {
        font-size: 1.3rem;
        font-weight: normal;
        margin-top: 5rem;
    }

    .navbar-toggler {
        background-color: #4E023C;
    }
}

@media (max-width:768px) {
    .box-control-size {
        font-size: 1.3rem;
        font-weight: normal;
        margin-top: 0;
    }

    .container_index_content {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
}

@media (max-width:656px) {
    .box-control-size {
        font-size: 1.3rem;
        font-weight: normal;
        margin-top: 2rem;
        padding: 0 1.5rem;
    }

    .span-tittle {
        line-height: 2rem;
        margin-bottom: 0;
    }


}

/* end responsive span title */

@media (max-width:991px) {
    .order-first {
        order: -1;
    }

    .navbar-toggler {
        background-color: #4E023C;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
}

@media (max-width:768px) {
    .order-first2 {
        order: -1;
    }

    .navbar-toggler {
        background-color: #4E023C;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
}

@media (max-width:656px) {
    .order-first3 {
        order: -1;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .navbar-toggler {
        background-color: #4E023C;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}


@media (max-width:991px) {
    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .total-agreemet h1 {
        font-weight: 500;
        color: #4E023C;
        padding-top: 2rem;
    }
}

@media (max-width:768px) {
    .total-agreemet h1 {
        font-weight: 500;
        color: #4E023C;
        padding-top: 2rem;
    }
}

@media (max-width:656px) {
    .total-agreemet h1 {
        font-weight: 500;
        color: #4E023C;
        padding-top: 2rem;
    }
}


@media (max-width:991px) {
    .total-agreemet p {
        text-align: center;
        padding-top: 1rem;
    }
}

@media (max-width:768px) {
    .total-agreemet p {
        text-align: center;
        padding-top: 1rem;
    }
}

@media (max-width:656px) {
    .total-agreemet p {
        text-align: center;
        padding-top: 1rem;
    }
}


@media screen and (max-width: 1200px) {
    .above-underline {
        padding-top: 2rem !important;
    }
}
@media (max-width:991px) {
    .text-start {
        text-align: center !important;
    }
}

@media (max-width:768px) {
    .text-start {
        text-align: center !important;
    }
}

@media (max-width:656px) {
    .text-start {
        text-align: center !important;
    }
}


@media (max-width:991px) {
    .pricepage .card {
        margin-top: 3rem !important;
    }
}

@media (max-width:768px) {
    .pricepage .card {
        margin-top: 3rem !important;
    }
}

@media (max-width:656px) {
    .pricepage .card {
        margin-top: 3rem !important;
    }
}

@media (max-width:991px) {
    .image-size-control-parametr img {
        padding-top: 2rem !important;
    }
}

@media (max-width:768px) {
    .image-size-control-parametr img {
        padding-top: 2rem !important;
    }
}

@media (max-width:656px) {
    .image-size-control-parametr img {
        padding-top: 2rem !important;
    }
}

@media (max-width:991px) {
    .price-page-parametr .parametr-h3 {
        margin-top: 0.5rem;
    }
}

@media (max-width:768px) {
    .price-page-parametr .parametr-h3 {
        margin-top: 0.5rem;
    }
}

@media (max-width:656px) {
    .price-page-parametr .parametr-h3 {
        margin-top: 0.5rem;
    }
}

@media (max-width:991px) {
    /* .template-card .card {
        margin-top: 1.5rem;
    } */
}

@media (max-width:656px) {
    /* .template-card .card {
        margin-top: 1.5rem;
    } */
}

@media (max-width:991px) {

    .background-content .text-h2 {
        padding-top: 2.5rem;
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .background-content .text-p {
        padding-top: 1.5rem;
    }

    .background-content .text-p p {
        font-size: 1rem;
        font-weight: 400;
    }

    .home.card {
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        margin-top: 3rem;
    }

    .home .card-body .text-p1 {
        font-size: 0.7rem;
    }
}

@media (max-width:767px) {
    .template-card .card {
        margin-top: 1.5rem;
    }

    .widget {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .col-footer-about {
        text-align: center;
    }

    .background-content .text-h2 {
        text-align: center;
    }

    .background-content .text-p {
        text-align: center;
        padding-top: 1rem;
    }

    .above-underline {
        padding-top: 2rem !important;
    }

    #price_card {
        margin-bottom: 3rem;
    }

    .card {
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }
}

@media (max-width:656px) {
    .widget {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .responsive-col-sm .col-footer {
        margin-bottom: .5rem;
        margin-top: 1.5rem;
    }

    .col-footer-about {
        padding: 0 1rem;
    }

    .background-content .text-h2 {
        text-align: center;
        padding-top: 1rem;
    }

    .background-content .text-p {
        text-align: center;
        padding-top: 1rem;
    }

    .card {
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }
}



/* extra */
.container-404 .btn-custom3 {
    color: #fff !important;
}

@media (max-width:500px) {

    .background-content .text-h2 {
        text-align: center;
        padding-top: 1rem;
    }

    .background-content .text-p {
        text-align: center;
        padding-top: 1rem;
    }

    .container-404,
    .container-404 .template-p {
        text-align: center;
    }
}


@media (max-width:500px) {
    .underline {
        width: 80%;
    }

    .card {
        border: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

    .above-underline {
        padding-top: 1rem !important;
    }

    .container_index_content {
        margin-top: 2rem;
    }

    #price_card {
        margin-top: 1.5rem;
    }
}