.home-banner-area {
    position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-banner-area .banner-content {
    z-index: 3
}

.home-banner-area .banner-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 0
}

.home-banner-area .banner-content p {
    text-align: center;
    padding: 14px 0 30px;
    color: #fff;
    opacity: .9;
    font-size: 18px
}

.home-banner-area.banner-type-one {
    padding-top: 125px;
    padding-bottom: 100px;
    background-image: linear-gradient(to left, #351080, #e6336c)
}

.shape-bottom {
    left: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%
}

.home-banner-area.banner-type-one .banner-content {
    text-align: center
}

.home-banner-area.banner-type-one .owl-item.active h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.home-banner-area.banner-type-one .owl-item.active p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.promo-section {
    position: relative;
    margin-top: -30px;
    z-index: 4
}

.single-feature {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: .7em;
    margin-bottom: 30px;
    padding: 35px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    z-index: 1
}

.single-feature .single-feature-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.single-feature::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 60%;
    border-radius: 50%;
    top: -35%;
    left: -35%
}

.single-feature::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 60%;
    border-radius: 50%;
    bottom: -35%;
    right: -35%
}

.single-feature .single-feature-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: capitalize
}

.Visit-site-i::before {
    background: #00a2f3;
    background: radial-gradient(circle farthest-corner at 12.3% 19.3%, #5558da 0, #5fd1f9 100.2%)
}

.Visit-site-i::after {
    background: #00a2f3;
    background: radial-gradient(circle farthest-corner at 12.3% 19.3%, #5558da 0, #5fd1f9 100.2%)
}

.seo-i::before {
    background: #2c31ff;
    background: linear-gradient(to right, #b6f492, #338b93)
}

.seo-i::after {
    background: #2c31ff;
    background: linear-gradient(to right, #b6f492, #338b93)
}

.aparat-i::before {
    background: #df0f50;
    background: linear-gradient(0deg, #df0f50 0, #df0f50 100%)
}

.aparat-i::after {
    background: #df0f50;
    background: linear-gradient(0deg, #df0f50 0, #df0f50 100%)
}

.ads-i::before {
    background: #6f42c1;
    background: linear-gradient(290deg, #3d81ed 0, rgba(61, 129, 237, .92) 37%, rgba(161, 157, 113, .89) 50%, rgba(246, 182, 6, .91) 61%, rgba(50, 162, 80, .98) 90%, #32a250 100%) !important
}

.ads-i::after {
    background: #6f42c1;
    background: linear-gradient(290deg, #3d81ed 0, rgba(61, 129, 237, .92) 37%, rgba(161, 157, 113, .89) 50%, rgba(246, 182, 6, .91) 61%, rgba(50, 162, 80, .98) 90%, #32a250 100%) !important
}

.webdesign-i::before {
    background: #20c997;
    background: linear-gradient(65.5deg, #17cdcd -15.1%, #17195f 71.5%)
}

.webdesign-i::after {
    background: #20c997;
    background: linear-gradient(65.5deg, #17cdcd -15.1%, #17195f 71.5%)
}

.instagram-i::before {
    background: #2c31ff;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.instagram-i::after {
    background: #2c31ff;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.youtube-i::before {
    background: #df0f50;
    background: linear-gradient(0deg, #ff2929 0, #ff2929 100%)
}

.youtube-i::after {
    background: #df0f50;
    background: linear-gradient(0deg, #ff2929 0, #ff2929 100%)
}

.about-section .section-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 0;
    width: 100%
}

.about-section .about-text-blc p {
    margin: 15px 0
}

.about-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blueicon {
    color: #6610f2;
    font-size: 40px
}

.about-section .about-img {
    text-align: center;
    position: relative
}

.about-section .about-img .logo-overlay {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -4%);
    transform: translate(-50%, -4%)
}

.about-section .about-img .logo-overlay img {
    width: 80px;
    height: 80px
}

.faq {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    background-size: 300px
}

.back-plan {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    background-size: 300px
}

.plan-section {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9ba;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.plan-seo-section {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9ba;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.faq-section {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9ba;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.faq-section .panel-group .panel {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.faq-section .panel-group .panel .panel-heading {
    padding: 0;
    background: #fff;
    position: relative
}

.faq-section .panel-group .panel-title {
    margin: 0
}

.faq-section .panel-group .panel-title a {
    display: block;
    padding: 22px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    margin: 0
}

.faq-section .panel-group .panel-title a:before {
    content: "\f107";
    font-family: fa-solid;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-section .panel-group .panel-title a:hover {
    color: #1d919d
}

.faq-section .panel-group .panel-title a.collapsed a:hover {
    color: #1d919d
}

.faq-section .panel-group .panel-title a.collapsed:before {
    content: "\f106"
}

.faq-section .panel-group .panel-body {
    padding: 1em 1.5em;
    border: 0;
    border-top: 1px solid #e3e2e6;
    background: #fff
}

.faq-section .panel-group .panel-body p {
    margin: 0;
    font-size: 14px
}

.pricing-section {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.pricing-section .pricing-item-single {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31);
    padding-bottom: 0
}

.pricing-section .box-bottom {
    text-align: center;
    margin-bottom: 0;
    background: #994d99;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 12px 0;
    font-size: 18px
}

.pricing-section .pricing-item-single:hover .box-bottom {
    background: #b3a111
}

.border-b-dotted {
    border-bottom: 1px dotted #000
}

.pricing-section .pricing-item-single {
    position: relative;
    width: 94%;
    text-align: center;
    padding-top: 30px
}

.pricing-section .pricing-item-single::after,
.pricing-section .pricing-item-single::before {
    content: "";
    position: absolute;
    left: 0
}

.pricing-section .pricing-item-single::before {
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0)
}

.pricing-section .pricing-item-single .content-text {
    padding: 12px 0;
    margin: 0 -13px 0;
    background-image: linear-gradient(to left, #351080, #e6336c);
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center
}

.pricing-section .pricing-item-single .content-text::after,
.pricing-section .pricing-item-single .content-text::before {
    border-top: 15px solid #835161;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    content: ""
}

.pricing-section .pricing-item-single .content-text::after {
    border-right: 13px solid transparent;
    right: 0
}

.pricing-section .pricing-item-single .content-text::before {
    border-left: 13px solid transparent;
    left: 0
}

.pricing-section .pricing-item-single .pricing-item-content .content-text h2 {
    color: #111
}

.pricing-section .pricing-item-single .pricing-item-content .content-text span {
    color: #575555;
    font-size: 25px
}

.pricing-section .pricing-item-single .pricing-item-content .content-text p {
    color: #fff;
    font-size: 25px
}

.pricing-section .pricing-item-single .pricing-item-content .content-text span.label {
    font-size: 22px
}

.pricing-section .pricing-item-single .pricing-item-list {
    text-align: center;
    padding: 25px 40px
}

.pricing-section .pricing-item-single .pricing-item-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    text-align: left
}

.pricing-section .pricing-item-single .pricing-item-list ul li {
    font-size: 15px;
    color: #6a6377
}

.pricing-section .pricing-item-single .pricing-item-list ul li i {
    font-size: 20px;
    font-weight: 400;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
    color: #20c997;
    vertical-align: middle
}

.pricing-section .pricing-item-single .headplan {
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    background: #fff
}

.pricing-section [class*=col-]:nth-child(2) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pricing-section.pricing-single {
    background: 0 0
}

.video-section {
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.video-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: .28;
    height: 100%;
    background: url(../image/background/new/background-f.svg) repeat right;
    background-size: 450px
}

.works-section .work-single {
    position: relative;
    padding: 4.5em 5em;
    background: #fff;
    border-radius: .7em;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    z-index: 1
}

.works-section .work-single .work-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.works-section .work-single .work-single-content h4 {
    color: #fff;
    text-transform: capitalize
}

.works-section .work-single .work-single-content .index {
    position: absolute
}

.works-section .work-single .work-single-content .index span {
    opacity: .4;
    font-weight: 700;
    font-size: 6em;
    font-family: IRANSansX
}

.works-section [class^=col-]:nth-child(odd) .index {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.works-section [class^=col-]:nth-child(even) .work-single {
    margin-top: 30px
}

.works-section [class^=col-]:nth-child(even) .index {
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.works-section [class^=col-]:nth-child(1) .work-single {
    background: linear-gradient(0deg, #6f42c1 0, #cfa8ff 100%)
}

.works-section [class^=col-]:nth-child(2) .work-single {
    background: linear-gradient(0deg, #00a2f3 0, #62e1fb 100%)
}

.works-section [class^=col-]:nth-child(3) .work-single {
    background: linear-gradient(0deg, #20c997 0, #7bf8d7 100%)
}

.works-section [class^=col-]:nth-child(4) .work-single {
    background: linear-gradient(0deg, #2c31ff 0, #a8aaf1 100%)
}

.bl {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9ba;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .31)
}

.blog-item-single {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
    width: 350px;
    background-color: white;
    box-shadow: rgb(166, 163, 163) 0 0 4px 0
}

.blog-item-single .blog-item-img img {
    width: 100%;
    text-align: center
}

.blog-item-single .blog-item-img p.tag {
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: .6em 2em;
    margin-bottom: 10px;
    background: #6b1b7a;
    display: inline-block;
    -webkit-box-shadow: 0 34px 54px rgba(120, 2, 155, .001);
    box-shadow: 0 34px 54px rgba(120, 2, 155, .001)
}

.blog-item-single .blog-item-content {
    padding: 1.5em;
    background: #fff;
    max-height: 300px;
    min-height: 300px
}

.blog-item-single .blog-item-content a:hover h3 {
    color: #6610f2
}

.blog-item-single .blog-item-content h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 10px
}

.blog-item-single .blog-item-content span {
    font-size: 14px;
    color: #6a6377
}

.blog-item-single .blog-item-content span i {
    margin-right: 8px
}

.blog-grid .blog-item-single {
    box-shadow: 0 3px 14px rgba(70, 10, 111, .29);
    border-radius: 5px;
    background: #fff
}

.blogtitle {
    position: relative;
    border-bottom: 1px solid #795d7d;
    padding-bottom: 10px;
    font-size: 27px;
    color: #444044
}

.blogtitle::after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #815d97;
    left: unset;
    right: 0
}

.catetitle {
    position: relative;
    border-bottom: 1px solid #795d7d;
    padding-bottom: 10px;
    font-size: 24px;
    color: #444044;
    font-weight: 600
}

.catetitle::after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #815d97;
    left: unset;
    right: 0
}

.box-cate {
    background-color: #f3f4f6;
    border: 1px solid #f3f4f6;
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0, rgba(0, 0, 0, .1) 0 0 1px 0
}

.g-box {
    border: .5px solid #eaeaea;
    padding: 15px 15px 5px 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center
}

.g-box:hover {
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgb(181 157 181 / 32%)
}

.g-box p {
    text-align: center;
    font-size: 14px;
    color: #535353
}

.g-box:hover>p {
    color: #035c71
}

.g-box img {
    display: initial;
    width: 210px;
    height: 160px
}

.g-box2 {
    border: .5px solid #eaeaea;
    padding: 15px 15px 5px 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center
}

.g-box2:hover {
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgb(181 157 181 / 32%)
}

.g-box2 p {
    text-align: center;
    font-size: 13px;
    color: #535353
}

.g-box2:hover>p {
    color: #035c71
}

.g-box2 img {
    display: initial;
    width: 200px;
    height: 150px
}

.contact-section .btn.disabled {
    opacity: 1
}

#contactForm {
    padding-bottom: 60px
}

#contactForm .text-danger {
    font-size: 18px !important;
    margin-top: 16px
}