*,
::after,
::before {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-display: inherit;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.8;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    height: 13px; /* 3 */
    width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 30px;
}
::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
    color: #bfbfbf;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
    color: #bfbfbf;
}

::placeholder {
    font-size: 13px;
    color: #bfbfbf;
}
/* Define Fonts */
@font-face {
    font-family: iranyekanwebthinfanum;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/woff/iranyekanwebthinfanum.woff") format("woff"),
        url("../fonts/iranyekan/svg/iranyekanwebthinfanum.svg") format("svg"),
        url("../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: iranyekanweblight;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/woff/iranyekanweblightfanum.woff")
            format("woff"),
        url("../fonts/iranyekan/svg/iranyekanweblightfanum.svg") format("svg"),
        url("../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: iranyekanwebregular;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/woff/iranyekanwebregularfanum.woff")
            format("woff"),
        url("../fonts/iranyekan/svg/iranyekanwebregularfanum.svg") format("svg"),
        url("../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: iranyekanwebmedium;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff")
            format("woff"),
        url("../fonts/iranyekan/svg/iranyekanwebmediumfanum.svg") format("svg"),
        url("../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: iranyekanwebbold;
    font-style: normal;
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot");
    src: url("../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/woff/iranyekanwebboldfanum.woff") format("woff"),
        url("../fonts/iranyekan/svg/iranyekanwebboldfanum.svg") format("svg"),
        url("../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: iranyekanwebboldEn;
    font-style: normal;
    src: url("../fonts/iranyekan/en/eot/iranyekanwebbold.eot");
    src: url("../fonts/iranyekan/en/eot/iranyekanwebbold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/en/woff/iranyekanwebbold.woff") format("woff"),
        url("../fonts/iranyekan/en/svg/iranyekanwebbold.svg") format("svg"),
        url("../fonts/iranyekan/en/ttf/iranyekanwebbold.ttf") format("truetype");
        font-display:swap;
}

@font-face {
    font-family: iranyekanwebEn;
    font-style: normal;
    src: url("../fonts/iranyekan/en/eot/iranyekanwebregular.eot");
    src: url("../fonts/iranyekan/en/eot/iranyekanwebregular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iranyekan/en/woff/iranyekanwebregular.woff")
            format("woff"),
        url("../fonts/iranyekan/en/svg/iranyekanwebregular.svg") format("svg"),
        url("../fonts/iranyekan/en/ttf/iranyekanwebregular.ttf")
            format("truetype");
            font-display:swap;
}

@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"),
        url("../fonts/iransans/svg/IRANSansWeb(FaNum).svg") format("svg"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
        font-display:swap;
}
@font-face {
    font-family: IRANSansWebMedium;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff")
            format("woff"),
        url("../fonts/iransans/svg/IRANSansWeb(FaNum)_Medium.svg") format("svg"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: IRANSansWebBold;
    font-style: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff")
            format("woff"),
        url("../fonts/iransans/svg/IRANSansWeb(FaNum)_Bold.svg") format("svg"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: IRANSansWebLight;
    font-style: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff")
            format("woff"),
        url("../fonts/iransans/svg/IRANSansWeb(FaNum)_Light.svg") format("svg"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf")
            format("truetype");
            font-display:swap;
}
@font-face {
    font-family: IRANSansWebEn;
    font-style: normal;
    src: url("../fonts/iransans/en/eot/IRANSansWeb(NoEn).eot");
    src: url("../fonts/iransans/en/eot/IRANSansWeb(NoEn).eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/en/woff/IRANSansWeb(NoEn).woff") format("woff"),
        url("../fonts/iransans/en/woff2/IRANSansWeb(NoEn).woff2")
            format("woff2"),
        url("../fonts/iransans/en/ttf/IRANSansWeb(NoEn).ttf") format("truetype");
        font-display:swap;
}
@font-face {
    font-family: IRANSansWebBoldEn;
    font-style: normal;
    src: url("../fonts/iransans/en/eot/IRANSansWeb(NoEn)_Bold.eot");
    src: url("../fonts/iransans/en/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/en/woff/IRANSansWeb(NoEn)_Bold.woff")
            format("woff"),
        url("../fonts/iransans/en/woff2/IRANSansWeb(NoEn)_Bold.woff2")
            format("woff2"),
        url("../fonts/iransans/en/ttf/IRANSansWeb(NoEn)_Bold.ttf")
            format("truetype");
            font-display:swap;
}

:root {
    --primary-color: #a5118c;
    --secondary-color: #d84882;
    --green-color: #93bc27;
    --blue-color: #10b5de;
    --dark-gray: #7c7c7c;
    --light-gary: #cccccc;
}
.wow {
    visibility: hidden;
}
@media screen and (max-width: 768px) {
    .wow {
        visibility: visible !important;
        animation: none !important;
    }
}
body {
    font-size: 14px;
    font-family: iranyekanwebregular;
    line-height: 1;
    text-align: right;
    direction: rtl;
    /* background-color: #63087b; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: iranyekanwebbold;
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?81dwxr");
    src: url("../fonts/icomoon/icomoon.eot?81dwxr#iefix")
            format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.ttf?81dwxr") format("truetype"),
        url("../fonts/icomoon/icomoon.woff?81dwxr") format("woff"),
        url("../fonts/icomoon/icomoon.svg?81dwxr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-filter2:before {
    content: "\e924";
}
.icon-facebook:before {
    content: "\e925";
}
.icon-linkedin:before {
    content: "\e926";
}
.icon-youtube:before {
    content: "\e927";
}
.icon-cart1:before {
    content: "\e922";
    color: #fff;
}
.icon-checkid:before {
    content: "\e900";
    color: #fff;
}
.icon-copy:before {
    content: "\e901";
    color: #fff;
}
.icon-arrow-down:before {
    content: "\e902";
}
.icon-arrow-left:before {
    content: "\e903";
}
.icon-arrow-right:before {
    content: "\e904";
}
.icon-atsign:before {
    content: "\e905";
}
.icon-cart:before {
    content: "\e906";
}
.icon-checkmark:before {
    content: "\e907";
}
.icon-comment:before {
    content: "\e908";
}
.icon-email:before {
    content: "\e909";
}
.icon-envelope:before {
    content: "\e90a";
}
.icon-filter:before {
    content: "\e90b";
}
.icon-global:before {
    content: "\e90c";
}
.icon-hand:before {
    content: "\e90d";
}
.icon-help:before {
    content: "\e90e";
}
.icon-instagram:before {
    content: "\e90f";
}
.icon-linkdin:before {
    content: "\e910";
}
.icon-mail:before {
    content: "\e911";
}
.icon-phone:before {
    content: "\e912";
}
.icon-plus:before {
    content: "\e913";
}
.icon-quote:before {
    content: "\e914";
}
.icon-search:before {
    content: "\e915";
}
.icon-setting:before {
    content: "\e916";
}
.icon-telegram:before {
    content: "\e917";
}
.icon-uniE918:before {
    content: "\e918";
}
.icon-twitter2:before {
    content: "\e919";
}
.icon-user:before {
    content: "\e91a";
}
.icon-whatsapp:before {
    content: "\e91b";
}
.icon-clock:before {
    content: "\e91c";
}
.icon-home:before {
    content: "\e91d";
}
.icon-check:before {
    content: "\e91e";
}
.icon-close:before {
    content: "\e91f";
}
.icon-filter1:before {
    content: "\e920";
}
.icon-minus:before {
    content: "\e921";
}
.icon-setting1:before {
    content: "\e923";
}

.icon-home {
    display: inline-block;
    font-size: 18px !important;
    /* vertical-align: middle;
    width: 20px;
    height: 15px;
    background: transparent url(/assets/images/home.svg) no-repeat; */
}
.error-page .icon-home {
    width: 26px;
    height: 22px;
}
.error-page .about-btn span {
    right: 9px;
    top: 11px;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--dark-gray);
}

form button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* border: 0 !important; */
}
/*Header*/
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 40px 0;
    transition: all 0.3s;
    z-index: 999;
}
.header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 18px 0;
    -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
}
.header:not(.fixed) .menu-btn img {
    filter: brightness(5);
    /* background: #000; */
}
.header.fixed .logo-wrap img {
    filter: none;
    -webkit-filter: none;
}
.header.fixed a,
.header.fixed .has-sub > a:after,
.header.fixed .main-menu > li > a:hover {
    color: #000;
}

.logo-wrap {
    max-width: 100px;
    display: inline-block;
    min-width: 100px;
    vertical-align: middle;
    margin-left: 20px;
}
.logo-wrap a {
    overflow: hidden;
    display: block;
    position: relative;
}
.logo-wrap a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.logo-wrap a:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.header-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-cta a {
    color: #f7eff7;
}
.header-cta .phone-cta {
    font-size: 16px;
}
/* .header-cta a:hover {
  color: var(--secondary-color);
} */
header .icon-holder {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #333;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 8px;
}

header .icon-holder.phone {
    background: var(--green-color);
    font-size: 13px;
}
header .icon-holder.phone i {
    display: inline-block;
    /* animation: phonering-alo-circle-img-anim 1s infinite; */
}
header .icon-holder.user {
    background: #fff;
    color: #717376;
}
header.fixed .icon-holder.user {
    background: #e3e3e3;
}
nav .d-flex {
    justify-content: space-between;
}
a {
    transition: all 0.3s;
}
.user-cta {
    margin-right: 15px;
}
.main-menu > li {
    margin-left: 5px;
}
.main-menu > li > a {
    padding: 15px 12px;
    color: #d0cdcd;
    display: block;
    position: relative;
    font-size: 15px;
}
/* End megamenu */
.pink-color {
    color: var(--secondary-color);
}
.success-color {
    color: var(--green-color);
}
.pink-btn,
.pink-bg {
    background: var(--secondary-color) !important;
    color: #fff;
}
.blue-btn {
    background-color: #14b7dd !important;
    color: #fff;
}
.gray-btn {
    background: var(--dark-gray);
    color: #fff;
}
.purple-btn {
    background: #8442b4 !important;
    color: #fff;
}
.green-btn,
.green-bg {
    background: var(--green-color);
    color: #fff !important;
}
.blue-bg {
    background: #10b5de;
    color: #fff;
}
.saba-btn,
.slider-buttons a {
    min-width: 170px;
    border-radius: 5px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 0;
    transition: all 0.35s;
}
/* .saba-btn:before,
.saba-btn:after,
.slider-buttons a:before,
.slider-buttons a:after,
form button:before,
form button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--secondary-color);
    z-index: -1;
    transition: all 0.35s;
} */
/* .pink-btn:before,
.pink-btn:after,
.green-btn:before,
.green-btn:after,
.blue-btn:before,
.blue-btn:after,
.service-card-btn:before,
.service-card-btn:after,
.info-card .saba-btn:before,
.info-card .saba-btn:after,
.order-btn:before,
.order-btn:after,
.slider-buttons .pink-btn:before,
.slider-buttons .pink-btn:after,
.modal .purple-btn:before,
.modal .purple-btn:after,
.gray-btn:before,
.gray-btn:after {
    background: #fff;
} */
/* .pink-btn:hover {
    color: var(--secondary-color) !important;
}
.gray-btn:hover {
    color: var(--dark-gray) !important;
}
.about-btn.pink-btn:hover {
    color: #fff !important;
} */
.modal .purple-btn:hover {
    color: #8442b4;
}
/* .green-btn:hover {
    color: var(--green-color) !important;
} */
/* .service-card-btn.saba-btn:hover,
.info-card .saba-btn:not(.pink-btn):hover,
.order-btn:hover,
.blue-btn:hover {
    color: #10b5de;
} */

.saba-btn:hover , .pink-btn:hover {
    color: #fff ;
}

.order-btn.iran:hover , .order-btn:hover , .service-card-btn:hover , .info-card:hover .saba-btn , .blue-btn:hover {
    background: #04a0c7 !important;
}
.pink-btn:hover {
    background: #d5236b !important;
}
.slider-more-btn:hover {
    color: #fff;
    border-color: #d5236b;
    background-color: #d5236b;
}
.saba-btn:before,
.slider-buttons a:before,
form button:before {
    opacity: 0.5;
}
.saba-btn:after,
.slider-buttons a:after,
form button:after {
    transition-delay: 0.2s;
}
.saba-btn:hover:before,
.saba-btn:hover:after,
.slider-buttons a:hover:before,
.slider-buttons a:hover:after,
form button:hover:before,
form button:hover:after {
    top: 0;
}
/* Slider */
.home-slider {
    position: relative;
    /* min-height: 850px; */
    padding: 100px 0 95px;
    background: #63087b; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #63087b 0%,
        #39084d 58%,
        #160031 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        45deg,
        #63087b 0%,
        #39084d 58%,
        #160031 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        45deg,
        #63087b 0%,
        #39084d 58%,
        #160031 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63087b', endColorstr='#160031',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sliderbg,
.page-header:before,
.blog-banner:before {
    width: 600px;
    height: 600px;
    background: transparent url(/assets/images/slider/sliderbgleft.svg)
        no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0.3;
}
.sliderbg {
    transform: scaleX(-1) !important;
    right: 00;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    border: 0;
    margin: 5px 0;
}
.carousel-indicators button:hover {
    opacity: 1;
}
.carousel-indicators {
    flex-direction: column;
    left: 30px;
    bottom: 0;
    right: auto;
    margin: 0;
}
.slider-content-wrap {
    padding-top: 60px;
    padding-right: 60px;
}
.slider-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-family: IRANSansWebBold;
}
.slider-text {
    color: #fff;
    line-height: 30px;
    margin-bottom: 38px;
    font-size: 18px;
    font-family: iranyekanweblight;
}
.slider-buttons a {
    /* min-width: 145px;
    height: 40px; */
    border-radius: 5px;
}
.slider-plan-btn {
    margin-left: 15px;
}
.slider-more-btn {
    border: 1px solid #fff;
    color: #fff;
}
.slider-more-btn i {
    font-size: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


/* News ticker */
.news-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
}
.news-item a {
    color: #fff;
    font-family: iranyekanwebthinfanum;
}
.news-item span {
    margin-bottom: 15px;
    font-size: 14px;
}
.news-item small {
    font-size: 13px;
}

.news-ticker-carousel .owl-nav {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -13px;
    top: 0;
    transform: rotate(90deg);
    font-size: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.news-ticker-carousel .owl-nav button {
    margin: 5px;
}
.news-ticker-carousel .disabled {
    opacity: 0.5;
}
.news-ticker-carousel .owl-stage-outer {
    padding-right: 30px;
}
.news-ticker-wrap {
    /* position: relative;
    top: -20px; */

    position: relative;
    top: 0;
    padding-right: 40px;
    margin-top: 45px;
}

/* Domain Checker */
.domain-checker-link a {
    display: block;
}
.domain-checker-card {
    padding: 34px 30px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 11px #00000026;
    margin-top: -85px;
    z-index: 9;
}
.domain-checker-card .domain-title,
.domain-register .domain-title {
    margin-bottom: 25px;
    font-size: 16px;
}
.domain-checker-card .domain-title small,
.domain-register .domain-title small {
    font-size: 13px;
}
.domain-checker-card .domain-title i,
.domain-register .domain-title i {
    font-size: 32px;
    color: var(--primary-color);
    margin-left: 10px;
    vertical-align: middle;
}
.badge.free-badge {
    background: var(--green-color);
}
.badge.discount-badge {
    background: #e50058;
}
.badge {
    font-weight: normal;
}
.domain-checker-card .input-group-text.pink-btn,
.domain-register .input-group-text.pink-btn {
    min-width: 140px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid var(--secondary-color);
}
.domain-checker-link {
    margin-top: -22px;
    max-width: 150px;
    flex: 150px;
}
.arrows i:first-child {
    color: #acb5c2;
}
.arrows i:last-child {
    color: #7c7c7c;
}
.domain-checker-link a:hover {
    color: var(--secondary-color);
}
.domain-list.d-flex {
    max-width: calc(100% - 150px);
    flex: calc(100% - 150px);
    direction: ltr;
}
.domain-item {
    flex: 20%;
    padding: 10px;
    /* border: 1px solid #eee; */
    text-align: center;
    border-radius: 7px;
}
.domain-image {
    /* margin-bottom: 17px; */
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    margin: 0 auto 17px;
}
.domain-price {
    margin-bottom: 11px;
    direction: rtl;
}
.domain-checker-card .badge,
.domain-register .badge {
    font-weight: normal;
    width: 100%;
    height: 30px;
    line-height: 25px;
}
.dot-wrapper {
    text-align: left;
    display: flex;
    justify-content: center;
    width: 48px;
    align-items: center;
}
.dot-flashing {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #acb5c2;
    color: #acb5c2;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #acb5c2;
    color: #acb5c2;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #acb5c2;
    color: #acb5c2;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dotFlashing {
    0% {
        background-color: #acb5c2;
    }
    50%,
    100% {
        background-color: #d1d2d4;
    }
}

.domain-count span {
    direction: ltr;
    font-size: 21px;
}
.other-domain span {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
}
.other-domain {
    position: relative;
}
.other-domain .arrows {
    position: absolute;
    right: 18px;
    top: 2px;
    transition: all 0.3s;
}
.other-domain .arrows i:first-of-type {
    margin: 0 -4px;
}
.domain-checker-field input {
    direction: ltr;
}

.bg-gray {
    background: #f9f9f9;
}
.domain-checker-list {
    position: relative;
}
.domain-checker-list svg {
    height: 30px;
}
.domain-checker-list > div {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.domain-checker-list > div:last-of-type {
    border: 0;
}
.domain-status-btn button {
    border: 0;
}
.domain-checker-list .price {
    font-size: 16px;
}
/* Host section */
.host-section {
    padding-top: 65px;
    padding-bottom: 45px;
    position: relative;
    z-index: 0;
}

.host-plan {
    position: relative;
    z-index: 9;
}
.host-item-card,
.ssl-item-card {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.sec-header {
    position: relative;
    padding-bottom: 30px;
}
.sec-header:after,
.divider:after,
.ssl-type-section .section-title:after,
.themes .section-title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: 0;
}
.ssl-type-section .section-title:before,
.srv-card-wrap .sec-header:before,
.customer-logos .sec-header:before,
.themes .section-title:before {
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.srv-card-wrap .sec-header:before,
.customer-logos .sec-header:before {
    width: 45%;
}
.ssl-type-section .section-title:after,
.ssl-type-section .section-title:before,
.srv-card-wrap .sec-header:before,
.customer-logos .sec-header:before,
.themes .section-title:after,
.themes .section-title:before {
    bottom: 0;
}
.ssl-type-section .section-title,
.themes .section-title {
    padding-bottom: 30px;
    position: relative;
}
.host-section .sec-header {
    margin-bottom: 60px;
}
.section-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-family: IRANSansWebBold;
}
.host-plan .section-title {
    font-family: iranyekanwebbold;
    font-size: 18px;
}
.top-title {
    font-size: 15px;
    /* font-weight: bold; */
    margin-bottom: 17px;
    display: block;
    font-family: IRANSansWebMedium !important;
}
.backup-content .top-title,
.backup-text p {
    font-family: IRANSansWeb;
}
.host-title,
.ssl-title,
.page-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: IRANSansWebBold;
}
.host-title,
.page-title {
    /* font-family: IRANSansWebBold; */
    font-size: 22px;
}
.host-content > p,
.ssl-content > p {
    padding-bottom: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}
.host-image-card,
.ssl-image-card {
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 11px #00000014;
}

.host-title-card,
.ssl-title-card {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
    font-family: IRANSansWebBold;
    color: #333;
}
.host-item-card p,
.ssl-item-card p {
    color: #4d4d4d;
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 24px;
}
.host-items,
.ssl-items {
    margin-bottom: 40px;
}
.icon-host {
    width: 30px;
    height: 30px;
    background: transparent url(/assets/images/host-icon.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.host-buttons .saba-btn,
.ssl-buttons .saba-btn {
    /* min-width: 130px; */
    margin-left: 22px;
}
.host-buttons .saba-btn i,
.ssl-buttons .saba-btn i {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}
.info-link {
    font-size: 14px;
}
.info-link:hover {
    color: var(--secondary-color);
}
.host-thumb {
    max-width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 240px;
    width: 240px;
}
.host-thumb.top {
    left: calc(50% - 70px);
    top: -85px;
}
.host-thumb.topRight {
    right: -30px;
    top: 30px;
}
.host-thumb.bottom {
    bottom: -25px;
    top: auto;
    right: 60px;
}
.host-image {
    margin-top: 40px;
    transform: translateY(-30px);
}

.section-logo {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url(/assets/images/sprite.png);
    background-position: -16px 0;
    margin-bottom: 20px;
}

.sprite,
.bank-logo {
    background: url(/assets/images/sprite.png);
}
.bank-logo.mellat {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-position: -603px -44px;
    vertical-align: middle;
}
.bank-logo.pasargad {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-position: -648px -44px;
    vertical-align: middle;
}
/* Plans */
.plan-nav,
.server-nav,
.domain-nav-tab,
.dedicated-nav,
.cdn-tabs,
.cloud-tabs {
    border-radius: 8px;
    box-shadow: 0 0 13px #0000001c;
    background: #fff;
}
.plan-nav .nav-link,
.server-nav .nav-link,
.domain-nav-tab .nav-link,
.dedicated-nav .nav-link {
    padding: 15px 8px;
    /* border: 0; */

    /* position: relative; */
    font-size: 14px;
    margin-bottom: 0;
}
.nav-tabs .nav-link {
    position: relative;
    border: 0;
    color: #49494a;
}
.nav-tabs .nav-link:after,
.quick-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--secondary-color);
    bottom: 0;
    width: 0;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 auto;
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after,
.quick-nav a:hover:after,
.quick-nav .active-nav:after {
    width: 100%;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #000;
}
.nav-tabs {
    border-bottom: 0 !important;
}

.tab-icon,
.host-icon,
.host-table-header .sprite,
.nav-icon,
.domain-tab-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.tab-icon,
.host-icon,
.host-table-header .sprite {
    background: transparent url(/assets/images/sprite.png) no-repeat;
}
.tab-icon.linux,
.host-icon.linux,
.host-table-header .linux {
    background-position: -129px -7px;
}
.tab-icon.windows,
.windows-carousel .host-icon,
.windows-pro-carousel .host-icon,
.host-table-header .windows {
    background-position: -210px -4px;
}
.tab-icon.wordpress,
.wordpress-carousel .host-icon,
.host-table-header .wordpress {
    background-position: -254px -6px;
}
.tab-icon.shop,
.shop-carousel .host-icon {
    background-position: -295px -6px;
}

.plan-card {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0 4px 23px 0.1px #dbdbdb;
    border-radius: 5px;
}
.plan-card-image {
    max-width: 150px;
    margin: 17px auto 20px;
}
.order-btn i,
.flag-icon {
    width: 30px;
    height: 20px;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    display: inline-block;
}
.order-btn i {
    position: absolute;
    right: 18px;
    top: 7px;
}
.order-btn.iran i,
.iran {
    background-position: -170px -50px;
}
.order-btn.germany i,
.germany {
    background-position: -129px -50px;
}

.plan-tab-content .owl-stage-outer {
    padding: 60px 0;
}
.plan-tab-content .owl-carousel .owl-item {
    transition: all 0.3s;
}
.plan-tab-content .owl-carousel .owl-item.active.center {
    transform: scale(1.1);
    z-index: 9;
}
.plan-tab-content .owl-item.active.center .more-detail {
    line-height: 23px;
}
.card-header {
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
}
.plan-card .card-header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 22px;
}
.plan-card .pro {
    /* width: 37px; */
    display: inline-block;
    color: #fff;
    line-height: 17px;
    font-size: 9px;
    background: var(--secondary-color);
    vertical-align: middle;

    border-radius: 3px;
    padding: 0px 5px;
    margin: 0 0 0 5px;
    height: 16px;
    text-transform: uppercase;
}
.linux-carousel .host-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    background-position: -129px -7px;
    vertical-align: middle;
}
.plan-card-title {
    justify-content: space-between;
    margin-bottom: 15px;
}
.plan-space * {
    display: block;
}
.plan-card-title h3 {
    font-size: 18px;
}
.plan-space span {
    font-size: 26px;
    text-align: left;
    color: #4d4d4d;
    font-family: iranyekanwebboldEn;
}
.plan-space small {
    font-size: 12px;
    margin-top: 3px;
}
.plan-card-text {
    background: #f9f9f9;
    font-size: 12px;
    text-align: center;
    padding: 12px 10px;
    line-height: 1;
    border-radius: 5px;
}
.plan-price {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.plan-price strong {
    font-size: 26px;
}
.plan-price p {
    margin-left: 10px;
    /* border-left: 2px solid #000; */
    padding-left: 10px;
    position: relative;
}
.plan-price p:after {
    content: "";
    width: 2px;
    height: 18px;
    background-color: rgba(54, 54, 54, 0.911);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}
.plan-price .priority {
    line-height: 28px;
    display: inline-block;
}
.plan-detail {
    border-top: 2px solid #e7e7e7;
    padding: 17px 0 7px;
    text-align: center;
}
.plan-badge {
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.plan-badge span {
    width: 150px;
    height: 25px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 7px;
    text-align: center;
}
.plan-detail * {
    margin-bottom: 16px;
    font-size: 13px;
}
.plan-detail p {
    line-height: 24px;
    margin-bottom: 10px;
}
.plan-detail .bold-item {
    font-size: 16px;
}
.more-detail {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #dcf7fa;
    border-radius: 5px;
    line-height: 25px;
    color: #2bc5e5;
}
.more-detail i {
    font-size: 10px;
}
.order-buttons a {
    text-align: center;
    position: relative;
    display: block;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    color: #fff;
}
.order-buttons a:first-child {
    margin-bottom: 6px;
}
.order-btn.iran,
.order-btn {
    background: #10b5de;
}
.grayOff {
    background: #616161;
}
.plan-tab-content .owl-dots,
.feature-row .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.plan-tab-content .owl-carousel button.owl-dot,
.feature-row .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 25px;
    height: 4px;
    background: #cccccc !important;
    margin: 0 4px;
    transition: all 0.3s;
    border-radius: 10px;
}
.plan-tab-content button.owl-dot.active,
.plan-tab-content button.owl-dot:hover,
.feature-row .owl-dot.active,
.feature-row .owl-dot :hover {
    background: var(--secondary-color) !important;
}

.plan-tab-content .owl-nav button.owl-next,
.plan-tab-content .owl-nav button.owl-prev,
.testimonial .owl-nav button.owl-next,
.testimonial .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 10px);
    font-size: 20px;
    color: #cccccc !important;
}
.plan-tab-content .owl-nav button.owl-next,
.plan-tab-content .owl-nav button.owl-pre {
    font-size: 20px !important;
}
.plan-tab-content .owl-next,
.testimonial .owl-next {
    left: 0;
}
.plan-tab-content .owl-prev,
.testimonial .owl-prev {
    right: 0;
}
.cpanel-logo {
    width: 70px;
    height: 30px;
    display: inline-block;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    background-position: -336px -6px;
}
.best-sell,
.info-badge {
    color: #fff;
    background: var(--green-color);
    width: 120px;
    display: inline-block;
    height: 31px;
    font-size: 12px;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}
.best-sell i {
    font-size: 9px;
    margin-left: 3px;
    vertical-align: middle;
}
.info-badge {
    right: auto;
    font-family: IRANSansWeb;
    left: 100px;
    top: -15px;
}

/* Backup */
.backup-section {
    padding: 80px 0;
}
.backup-card,
.cdn-card,
.cloud-card {
    padding: 17px 20px;
    border-radius: 7px;
    box-shadow: 0 0 7px #0000001f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
}
.backup-image,
.free-image {
    max-width: 60px;
    flex: 60px;
}
.backup-text {
    max-width: calc(100% - 60px);
    flex: calc(100% - 60px);
    padding-right: 15px;
}
.backup-card-title,
.cdn-card-title,
.cloud-card-title {
    /* margin-bottom: 10px; */
    font-size: 15px;
    font-family: IRANSansWebBold;
}
.cdn-card-title,
.cloud-card-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cdn-card .underline:after,
.cloud-card .underline:after {
    width: 35px;
}
.backup-text p,
.cdn-text p,
.cloud-text p {
    color: #939396;
    font-size: 13px;
}
.backup-cards {
    margin-bottom: 45px;
}
.backup-title,
.cdn-tab-title,
.cloud-tab-title {
    font-size: 22px;
    margin-bottom: 25px;
    font-family: IRANSansWebBold;
}
.backup-content > p,
.cdn-tab-header p,
.cloud-tab-header p {
    line-height: 25px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.underline {
    position: relative;
    line-height: 25px;
}

.underline:after,
.customesr-cards:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 70px;
    background: var(--primary-color);
}
.backup-buttons .saba-btn i {
    margin-left: 7px;
    font-size: 9px;
}
.backup-buttons .saba-btn {
    margin-left: 20px;
}

/* Service */
.service-row > div:nth-of-type(2) .service-card {
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
}
.service-card {
    padding: 22px 25px 30px;
    position: relative;
}
.service-card.active {
    background-color: #fbfbfb;
}
.service-card .flag-icon {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.service-image {
    max-width: 145px;
    margin: 0 auto;
}
.service-image img {
    transform: scale(1.2);
}
.service-card-title {
    font-size: 22px;
    margin-bottom: 17px;
    text-align: center;
}
.service-card-text {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 25px;
    min-height: 60px;
    font-family: IRANSansWeb;
}
.service-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.service-buttons span {
    display: inline-block;
    min-width: 100%;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 0 15px;
}
.service-order-btn i {
    font-size: 8px;
    margin-left: 3px;
}
.service-card-detail {
    border-top: 2px solid #e7e7e7;
    padding: 20px 0;
    position: relative;
    text-align: center;
    min-height: 272px;
}
.service-card-detail:before {
    content: "";
    width: 34px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -3px;
    background: var(--primary-color);
}
.service-card-detail h4 {
    margin-bottom: 15px;
    font-size: 16px;
}
.service-card-detail p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    line-height: 24px;
}
.service-card-detail p span {
    display: inline-block;
    font-weight: 700;
    margin-left: 3px;
}
.service-card-more {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #939396;
    margin-bottom: 20px;
    font-size: 12px;
}
.service-card-more:hover {
    color: var(--secondary-color);
}
.service-card-more .more-detail {
    margin-bottom: 15px;
}
.service-card-btn {
    display: block;
    text-align: center;
    background: #14b7dd;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}
.service-section {
    padding: 60px 0 85px;
}
.service-section .sec-header {
    margin-bottom: 60px;
}
.ssd-icon {
    width: 37px;
    height: 22px;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    background-position: -215px -50px;
}
.recivery-badge {
    position: absolute;
    left: -20px;
    top: -27px;
    font-size: 12px;
    color: #fff;
    width: 82px;
    height: 125px;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    background-position: -21px -95px;
    padding: 0;
    z-index: 9;
}
.recivery-badge span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-top: 40px;
    font-size: 11px;
    margin-right: 8px;
}

/* Info section */
.security-section {
    padding-bottom: 30px;
}
.info-card-wrap,
.srv-card-wrap {
    padding: 60px 20px;
    background: #fff;
    border-radius: 5px;
    margin-top: -65px;
    position: relative;
}
.info-card-wrap:after,
.srv-card-wrap:after {
    content: "";
    height: 90%;
    -webkit-box-shadow: 0 21px 34px -11.9px #dbdbdb;
    box-shadow: 0 21px 34px -11.9px #dbdbdb;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}
.info-cards-row {
    justify-content: space-between;
}
.info-card .card-image {
    max-width: 65px;
    margin: 0 auto 15px;
    height: 80px;
}
.info-card {
    text-align: center;
    display: block;
    border: 1px solid transparent;
    padding: 12px 15px 20px;
    border-radius: 10px;
    transition: all 0.3s;
    position: relative;
}
.info-card:hover {
    border-color: #efefef;
}
.info-card:hover .info-card-title {
    color: var(--primary-color);
}
.info-card-title {
    margin-bottom: 12px;
    font-size: 16px;
}
.info-card .saba-btn {
    min-width: 137px;
    height: 30px;
    color: #fff;
    background: #14b7dd;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
}
.info-card p {
    color: #49494a;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 25px;
    font-family: IRANSansWeb;
}
.info-card p span {
    font-weight: bold;
    font-size: 14px;
}
.section-top-title {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-family: IRANSansWebMedium;
    /* font-weight: 700; */
}
.section-subtitle {
    margin-bottom: 15px;
    line-height: 25px;
}
.info-section .section-subtitle {
    font-family: IRANSansWeb;
    color: #49494a;
}
.info-card-wrap .sec-header .saba-btn {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}
.info-card-wrap .saba-btn i {
    vertical-align: middle;
    font-size: 10px;
    margin-right: 5px;
}
.info-card-wrap .sec-header {
    margin-bottom: 40px;
}
.info-card-wrap .sec-header:after {
    content: none;
}
.help {
    color: var(--primary-color);
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.counter-section {
    background: #520884; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #520884 0%,
        #520873 24%,
        #520863 39%,
        #420852 53%,
        #2c0842 80%,
        #160031 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        45deg,
        #520884 0%,
        #520873 24%,
        #520863 39%,
        #420852 53%,
        #2c0842 80%,
        #160031 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        45deg,
        #520884 0%,
        #520873 24%,
        #520863 39%,
        #420852 53%,
        #2c0842 80%,
        #160031 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520884', endColorstr='#160031',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 70px 0 100px;
}
.counter-card {
    text-align: center;
    color: #fff;
    font-size: 22px;

    margin-bottom: 15px;
}
.counter-card > span {
    display: block;
    margin-top: 15px;
    font-size: 13px;
}
.counter-card h6 span {
    margin-right: 5px;
    font-size: 26px;
}

/* Article */
.article-section {
    padding: 65px 0;
}
.article-section .sec-header {
    padding-top: 35px;
    margin-bottom: 15px;
}
.article-section .sec-header:before,
.divider:before {
    content: "";
    width: 300px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #e3e3e3;
}
.divider:after,
.article-section .sec-header:after {
    top: 0;
    bottom: auto;
}
.divider:after {
    top: auto;
    bottom: -1px;
}
.divider:before {
    top: auto;
    bottom: 0;
}
.article-image img {
    width: 100%;
}
.article-card,
.article-mini-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #0000001c;
    transition: all 0.3s;
}
.feature-article .article-cont {
    padding: 25px 22px;
}
.article-title a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.article-cont p {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 30px;
}
.study-time {
    color: #939396;
    font-size: 12px;
}
.study-time i {
    vertical-align: middle;
    margin-left: 3px;
    display: inline-block;
}
.article-mini-card {
    padding: 14px 20px;
    background: #fff;
    margin-bottom: 15px;
}
.article-mini-card .article-cont {
    padding-right: 17px;
    width: calc(100% - 63px);
}
.publish-date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.article-mini-card .article-title {
    font-size: 13px;
    line-height: 23px;
    transition: all 0.3s;
}
.article-mini-card .article-image {
    width: 63px;
    border-radius: 50%;
    height: 63px;
}
.article-mini-card:hover {
    color: #000;
}
.article-mini-card:hover .article-title,
.article-title:hover a {
    color: var(--primary-color);
}
.article-card:hover,
.article-mini-card:hover {
    box-shadow: 0 0 20px #0000001c;
}

/* Testimonial */
.testimonial .sec-header::after {
    background: #dbdbdc;
}
.testi-image {
    max-width: 145px;
    margin: 0 auto 35px;
}
.testimonial {
    padding: 75px 0 70px;
}
.testi-carousel .owl-stage-outer {
    padding: 40px 0;
}
.testi-card .avatar {
    max-width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 8px;
}
.testi-footer {
    display: flex;
    align-items: center;
    position: relative;
}
.testi-footer p {
    line-height: 1.5;
}
.testi-footer:after {
    content: "\e914";
    font-size: 33px;
    font-family: "icomoon";
    color: #efefef;
    position: absolute;
    left: 12px;
    bottom: 5px;
}
.testi-footer .name {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: IRANSansWeb;
}
.testi-footer .position {
    display: block;
    font-size: 12px;
    color: #bababa;
}
.testi-card {
    padding: 28px 20px 20px;
    box-shadow: 0 0 16px #0000001c;
    border-radius: 8px;
    background: #fff;
}
.testi-card > p {
    margin-bottom: 65px;
    font-size: 13px;
    line-height: 25px;
    font-family: IRANSansWeb;
}
.testi-carousel {
    margin-bottom: 40px;
}

.customers {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.customer-item {
    /* margin-bottom: 25px; */
    max-width: 135px;
    margin: 0 15px 30px;
    width: 135px;
    text-align: center;
}
.more-customers a {
    display: inline-flex;
    flex-direction: column;
    font-size: 9px;
    color: #cccccc;
    /* padding: 7px; */
    position: relative;
    width: 30px;
    height: 30px;
}

.more-customers a i {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}
.more-customers a i:first-child {
    top: 20%;
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;
}

.more-customers a i:last-child {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.customer-logos .customer-item {
    margin-bottom: 50px;
}

.customer-logos .customers {
    height: 620px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
.customer-logos .customers.expand {
    height: auto;
}
.customer-logos .customers:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.customer-logos .customers.expand:after {
    content: none;
}
/* Footer */
footer {
    position: relative;
    padding: 50px 0 0;
    background: #520884; /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        #520884 0%,
        #52086b 23%,
        #520863 49%,
        #39084d 71%,
        #160031 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        #520884 0%,
        #52086b 23%,
        #520863 49%,
        #39084d 71%,
        #160031 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        #520884 0%,
        #52086b 23%,
        #520863 49%,
        #39084d 71%,
        #160031 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520884', endColorstr='#160031',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main-footer-wrap {
    margin-bottom: 15px;
}
footer .top-row {
    color: #fff;
    justify-content: space-between;
    padding-bottom: 35px;
}
.top-footer {
    position: relative;
}
.top-footer:after {
    content: "";
    width: 100%;
    height: 1px !important;
    background: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(255, 255, 255, 0.695116)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.695116) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    border: none !important;
    display: block;
}

.footer-main {
    padding-top: 45px;
}
.agent-icon {
    width: 56px;
    height: 56px;
    display: inline-block;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    background-position: -125px -98px;
}
.agent-footer > div {
    align-items: flex-start;
    margin-bottom: 20px;
}
.agent-footer .saba-btn {
    min-width: 135px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}
.agent-text {
    padding-right: 15px;
    width: calc(100% - 56px);
}
.agent-text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.agent-text p {
    line-height: 25px;
    font-size: 14px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.contact-items .icon-holder {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s;
}
.contact-items a:hover .icon-holder {
    transform: translateY(-5px);
}
.support-footer .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.support-footer .text {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: block;
    line-height: 25px;
    position: relative;
}
.support-footer .text:after,
.agent-text p:after {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.support-phone a {
    color: #fff;
    font-size: 18px;
}
.footer-logo {
    max-width: 68px;
    display: block;
    margin-bottom: 15px;
}
.footer-logo img,
.logo-wrap img {
    filter: grayscale(10) brightness(10);
    -webkit-filter: grayscale(10) brightness(10);
}
.address {
    margin-bottom: 45px;
}
.address a {
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
}
.contact-items a {
    width: 48%;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}
.contact-items {
    margin-bottom: 35px;
}
.newsletter-form {
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.newsletter .newsletter-title,
.enamad-title {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
}
.enamad-title {
    font-family: IRANSansWeb;
}
.newsletter-title span {
    font-size: 12px;
}
.newsletter-field button {
    width: 100px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    border-color: var(--secondary-color);
    height: 49px;
    transition: all 0.3s;
}
.newsletter-field input {
    height: 49px;
    font-size: 14px;
    margin-bottom: 0;
}
.form-message {
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    color: #fff;
}
.form-message.error {
    color: #e51775;
}
.footer-menu-title {
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
}
.footer-menu-col {
    vertical-align: top;
    width: 32%;
}
.footer-menu-col ul {
    margin-bottom: 35px;
}
.footer-menu-col li a,
.error-page-footer ul li a {
    font-size: 13px;
    color: #b9b9b9;
    padding: 7px 0;
    display: block;
}
.footer-menu-col li a:hover,
.error-page-footer ul li a:hover {
    color: #fff;
}
.footer-menu-col li,
.error-page-footer ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.footer-menu-col li span,
.error-page-footer li span,
.new-badge {
    padding: 2px 8px;
    background-color: #e50058;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
}
.enamads {
    justify-content: space-between;
}
.enamads span {
    width: 56px;
    height: 56px;
    display: block;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    margin-left: 10px;
    margin-bottom: 10px;
}
.enamads a:hover {
    opacity: 0.7;
}
.enamads .namad1 {
    background-position: -256px -100px;
}
.enamads .namad2 {
    background-position: -309px -92px;
}
.enamads .namad3 {
    background-position: -375px -92px;
}
.enamads .namad4 {
    background-position: -431px -92px;
}
.enamads .namad5 {
    background-position: -493px -91px;
}
.enamads .namad6 {
    background-position: -197px -168px;
}
.enamads .namad7 {
    background-position: -197px -100px;
}
.footer-logo.responsive {
    max-width: 90px;
}
.copy-right {
    padding: 15px 0;
    background: #420852; /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        #420852 0%,
        #420852 23%,
        #2c0842 49%,
        #210039 71%,
        #160031 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        #420852 0%,
        #420852 23%,
        #2c0842 49%,
        #210039 71%,
        #160031 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        #420852 0%,
        #420852 23%,
        #2c0842 49%,
        #210039 71%,
        #160031 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420852', endColorstr='#160031',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.copy-right * {
    color: #fff;
    font-size: 12px;
    transition: all 0.3s;
    line-height: 24px;
}
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    flex-wrap: wrap;
}
.footer-social ul {
    display: inline-flex;
    align-items: center;
}
.footer-social ul li a {
    padding: 5px 7px;
    display: block;
    height: 30px;
}
.footer-social a i {
    font-size: 16px;
}
.footer-social ul li a:hover i {
    color: var(--secondary-color);
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.host-image-card .cls-1,
.ssl-item-card .cls-1 {
    fill: #9263c1;
}
.host-image-card .cls-2,
.ssl-item-card .cls-2 {
    fill: #8444b2;
}
.host-image-card .cls-3,
.ssl-item-card .cls-3 {
    fill: #fff;
    stroke: #142149;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.host-image-card .cls-4,
.ssl-item-card .cls-4 {
    fill: #cfd2dc;
}

#backup1 .cls-1,
#backup2 .cls-1 {
    fill: #4d4d4d;
}
#backup1 .cls-2 {
    fill: #8daee3;
}
#backup1 .cls-3 {
    fill: #e8e5e9;
}
#backup1 .cls-4 {
    fill: #d7d2d8;
}
#backup1 .cls-5 {
    fill: none;
}
#backup1 .cls-5,
.cls-6 {
    stroke: #000;
}
#backup1 .cls-6 {
    fill: #101c4f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
#backup1 .cls-7,
#backup2 .cls-3 {
    fill: #8444b2;
}
#backup1 .cls-8 {
    fill: #9263c1;
}
#backup1 .cls-9,
#backup2 .cls-5 {
    fill: #fff;
}

#backup2 .cls-2 {
    fill: #a57ace;
}
#backup2 .cls-4 {
    fill: #9057c1;
}

.testi-image .cls-1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-width: 1.5px;
    opacity: 0.15;
}
.testi-image .cls-1,
.cls-3 {
    isolation: isolate;
}
.testi-image .cls-2 {
    fill: #42bb9d;
}
.testi-image .cls-3 {
    font-size: 16.98px;
    fill: #004b6d;
    font-family: SegoeUI-Bold, Segoe UI;
    font-weight: 700;
}
.testi-image .cls-4 {
    fill: #ffdc64;
}
.testi-image .cls-5 {
    fill: #ffc850;
}
.testi-image .cls-6 {
    fill: #bababa;
}
.testi-image .cls-7 {
    fill: #dbd8d7;
}
.testi-image .cls-8 {
    fill: #a0a0a0;
}
.testi-image .cls-9 {
    fill: #303030;
}
.testi-image .cls-10 {
    fill: #efefef;
}
.testi-image .cls-11 {
    fill: #fff;
}
.testi-image .cls-12 {
    fill: #efccbf;
}
.testi-image .cls-13 {
    fill: #676b7f;
}
.testi-image .cls-14 {
    fill: #4a4a56;
}
.testi-image .cls-15 {
    fill: #d8b4ad;
}

.pink-color {
    color: var(--secondary-color) !important;
}
.ssl-buttons,
.backup-buttons,
.host-buttons,
.landing-buttons,
.intro-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.plan-tab-content {
    padding: 60px 0;
}
/* .menu-btn , .menu-btn:before , .menu-btn:after {
    width: 20px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}
.menu-btn:before , .menu-btn:after {
    content: "";
    position: absolute;
}
.menu-btn:before {
    top: 12px;
}
.menu-btn:after {
    top: 24px;
} */

.domain-result-check {
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.result-inner {
    display: none;
    position: relative;
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.5s;
}
.close-card {
    position: absolute;
    right: 8px;
    top: 5px;
    transform: scale(0.7);
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.result-content {
    text-align: left;
    direction: ltr;
    line-height: 25px;
    padding-right: 25px;
}
.result-content p {
    line-height: 25px;
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

.reveal-block {
    width: 0%;
    background: var(--secondary-color);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

.reveal-block.active {
    -webkit-animation: mainBlock 2s forwards;
    -o-animation: mainBlock 2s forwards;
    animation: mainBlock 2s forwards;
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 27px;
}
.breadcrumb a,
.breadcrumb * {
    color: #fff;
}
.breadcrumb a,
.breadcrumb span {
    padding: 3px 5px;
    vertical-align: text-bottom;
    font-family: iranyekanweblight;
}
.breadcrumb a:after {
    content: "\e903";
    color: #fff;
    font-family: "icomoon";
    font-size: 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.breadcrumb a:hover {
    opacity: 0.7;
}
.breadcrumb .icon-home {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
/* Hosting pages */
.page-header {
    background: rgb(22, 5, 49);
    background: linear-gradient(
        225deg,
        rgba(22, 5, 49, 1) 0%,
        rgba(59, 6, 79, 1) 38%,
        rgba(88, 8, 105, 1) 81%,
        rgba(109, 14, 128, 1) 100%
    );
    padding-top: 140px;
    padding-bottom: 185px;
    position: relative;
}

.quick-nav {
    background: #fff;
    margin-bottom: 25px;
}
.quick-nav ul {
    justify-content: space-around;
}
.tab-icon.download {
    background-position: -431px -50px !important;
}
.tab-icon.traffic {
    background-position: -383px -48px !important;
}
.tab-icon.vip {
    background-position: -338px -48px !important;
}
.quick-nav a {
    padding: 23px 15px;
    display: block;
    position: relative;
    color: #333;
}
.quick-nav a:hover {
    color: #000;
}
.page-header:before,
.blog-banner::before,
.single-head:before {
    content: "";
    pointer-events: none;
}
.intro-row,
.full-card {
    padding: 60px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    background: #fff;
    box-shadow: 0 0 24px #00000021;
}
.intro-row {
    margin-top: -145px;
}
.intro-content {
    font-family: IRANSansWeb;
}
.intro-content strong {
    /* font-family: IRANSansWebBold; */
}
.intro-content > p,
.about-intro-text p {
    line-height: 35px;
    margin-bottom: 50px;
    font-family: IRANSansWeb;
    color: rgba(51, 51, 51, 0.884);
    text-align: justify;
    word-spacing: -0.1rem;
}
.intro-content > p a,
.about-intro-text p a {
    color: var(--secondary-color);
}
.intro-content > p a:hover,
.about-intro-text p a:hover {
    color: var(--primary-color);
}
.intro-subtitle {
    margin-bottom: 35px;
}
.landing-intro {
    position: relative;
    padding-bottom: 85px;
}

.landing-section {
    border-top: 1px solid #efefef;
    position: relative;
    padding: 130px 0 100px;
}
.landing-section:before {
    content: "";
    width: 520px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    z-index: -1;
}
.twin-section:before,
.support-section:before,
.host-table-plans:before,
#faq-section:before,
.wordpress-panel:before,
#host-faq-section:before {
    content: none;
}
.landing-section.windows-host:before,
.landing-section.wordpress-host:before,
.linux-panel:before,
.windows-panel:before,
.ssl-section:before {
    left: 0 !important;
}
.landing-section.linux-host:before {
    right: 0 !important;
}
.landing-section .section-title {
    font-family: IRANSansWebBold;
}
.host-table-plans .section-title {
    color: #444444;
    font-family: IRANSansWebMedium;
    /* margin: 0; */
}
.host-sec-image {
    z-index: 9;
    position: relative;
}
.host-sec-content {
    text-align: center;
    padding-top: 50px;
}
.cms-section {
    text-align: center;
    padding: 85px 0 60px;
    background: #f9f9f9;
}
.landing-intro:after {
    content: "";
    width: 103px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    z-index: 9;
}
.host-sec-content h3 {
    font-family: IRANSansWebBold;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
}
.host-sec-content .with-icon:before,
.host-twin-title:before,
.wpLogo {
    background: transparent url(/assets/images/sprite.png) no-repeat;
    display: block;
    margin: 0 auto 30px;
    width: 53px;
    height: 53px;
}
.host-sec-content .with-icon:before,
.host-twin-title:before {
    content: "";
}
.windows-host .host-sec-content .with-icon:before {
    background-position: -15px -485px;
}
.linux-host .host-sec-content .with-icon:before {
    background-position: -266px -169px;
}
.download-box .host-twin-title:before {
    background-position: -465px -166px;
}
.traffic-box .host-twin-title:before {
    background-position: -532px -166px;
}
.plesk,
.big-cpanel,
.big-plesk {
    background: transparent url(/assets/images/sprite.png) no-repeat;
    display: block;
    width: 210px;
    height: 50px;
    background-position: -239px -471px;
    margin: 0 auto 15px;
}
.plesk-logo {
    background: transparent url(/assets/images/sprite.png) no-repeat;
    display: inline-block;
    width: 115px;
    height: 35px;
    background-position: -452px -471px;
}
.big-cpanel {
    background-position: -72px -479px;
    width: 160px;
}
.big-plesk {
    background-position: -241px -474px;
}
.host-sec-content p,
.twin-section p {
    padding: 30px 0;
    line-height: 30px;
    position: relative;
}
.host-sec-content p {
    border-top: 1px solid #e5e5e5;
    padding: 30px 36px;
    font-family: IRANSansWeb;
}
.twin-section .twin-head {
    margin: 0 35px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.host-sec-content p:before,
.twin-section .twin-head:after {
    content: "";
    width: 90px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--primary-color);
    top: -2px;
}
.twin-section .twin-head:after {
    top: auto;
    bottom: -2px;
}
.landing-section .buttons-wrap .saba-btn {
    min-width: 220px;
    height: 48px;
    line-height: 48px;
    margin: 0 5px;
}
.landing-section .saba-btn i {
    vertical-align: middle;
    margin-right: 15px;
}
.twin-host-box {
    background: #fff;
    padding: 23px 15px;
    border: 1px solid #efefef;
}
.twin-host-box > div {
    position: relative;
    padding: 60px 75px !important;
}
.host-twin-title {
    font-size: 16px;
    margin-bottom: 25px;
}
.download-box {
    border-left: 1px solid #e5e5e5;
}
.download-box:before {
    content: "";
    left: -2px;
    top: calc(50% - 50px);
    width: 3px;
    height: 103px;
    background: var(--primary-color);
    position: absolute;
}

.host-en-subtitle,
.online-host-subtitle {
    margin-bottom: 45px;
    display: block;
    font-size: 20px;
    letter-spacing: -1px;
    word-spacing: -5px;
    color: var(--primary-color);
}
.host-en-subtitle span,
.online-host-subtitle span {
    color: #474443;
}
.twin-section .best-sell {
    top: -40px;
}

.wordpress-host .host-sec-content h3:before,
.wpLogo {
    background-position: -332px -168px;
}

.big-wordpress {
    width: 245px;
    height: 50px;
    background: transparent url(/assets/images/sprite.png) no-repeat;
    display: block;
    margin: 0 auto 30px;
    background-position: -5px -543px;
}

.online-shop-host .host-sec-content h3:before {
    background-position: -400px -168px;
}
.cms-section h3 {
    margin-bottom: 25px;
    font-size: 20px;
}
.cms-section p {
    line-height: 28px;
}
.left-cms,
.right-cms {
    position: absolute;
}
.left-cms {
    left: -75px;
    bottom: 120px;
    width: 470px;
    height: 245px;
}
.right-cms {
    width: 340px;
    height: 110px;
    right: -120px;
    left: auto;
    top: calc(50% - 85px);
}

.support-section {
    text-align: center;
    padding: 115px 0 80px;
}
.support-section .section-icon {
    width: 80px;
    height: 80px;
    background: var(--green-color);
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 34px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    z-index: 9;
}
.support-section h4 {
    margin-bottom: 30px;
    font-size: 18px;
}
.support-section p {
    margin-bottom: 50px;
    font-size: 20px;
    font-family: IRANSansWebMedium;
}
.support-section p span {
    display: inline-block;
    margin: 0 3px;
    color: var(--secondary-color);
}
.support-section * {
    font-family: IRANSansWeb;
}
.support-btns a,
.price-btn,
.about-btn,
.submit-btn,
.order-cbtn {
    background: var(--secondary-color);
    color: #fff;
    margin: 0 6px;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-right: 46px;
    font-size: 14px;
    z-index: 0;
}
.support-btns a:before,
.price-btn:before,
.about-btn:before,
.submit-btn:before,
.order-cbtn:before {
    content: "";
    background: #c6407d;
    height: 100%;
    display: inline-block;
    width: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.price-btn:before,
.about-btn:before,
.submit-btn:before {
    background: #1cc3ea;
}
.about-btn.pink-btn:before {
    background: #ba3479;
}
.order-cbtn:before {
    background: #a67cd2;
}
.price-btn .btnIcon,
.submit-btn span,
.order-cbtn .btnIcon {
    position: absolute;
    right: 16px;
    top: 4px;
    font-size: 20px;
}
.submit-btn span {
    font-size: 15px;
}
.intro-buttons .blue-btn:hover,
.submit-btn:hover,
.order-cbtn:hover,
.vps-btn:hover {
    color: #fff;
}
.support-btns a:hover {
    padding-right: 10px;
}
.support-btns a:hover:before,
.price-btn:hover:before,
.about-btn:hover:before,
.submit-btn:hover:before,
.order-cbtn:hover:before {
    width: 100%;
}
.btn-icon,
.support-btns a:before,
.price-btn:before,
.about-btn:before,
.submit-btn:before,
.order-cbtn:before {
    position: absolute;
    right: 0;
    top: 0;
}
.btn-icon {
    width: 50px;
    display: inline-block;
    font-size: 14px;
    line-height: 56px;
}
.support-btns a .icon-hand {
    font-size: 20px;
}
#faq-section {
    padding-top: 85px;
}
.faq-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: IRANSansWebBold;
}

.divider {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 60px;
}

.faq-text {
    line-height: 25px;
    font-family: IRANSansWeb;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.acc-icon {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 75px;
    color: #666666;
    border-left: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-accordion .accordion-body {
    padding: 25px 37px !important;
}
.faq-accordion .accordion-button {
    padding: 20px 87px 25px 25px;
    color: #333;
    font-size: 15px;
    font-family: iranyekanwebmedium;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: #fff;
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) .icon-plus:before {
    content: "\e921";
}
.faq-accordion .accordion-button::after {
    content: none;
}
.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: 0;
    box-shadow: 0 0 5px #0000000f;
    border-radius: 7px !important;
    overflow: hidden;
}
.faq-accordion .accordion-body p {
    color: #4e4e4e;
    line-height: 28px;
    font-family: IRANSansWeb;
    margin-bottom: 15px;
}
.faq-accordion .accordion-body li {
    font-family: IRANSansWeb;
    color: #333;
    letter-spacing: -0.01rem;
    word-spacing: -0.01rem;
    text-align: right;
    line-height: 2;
}
.faq-accordion .accordion-body ul,
.faq-accordion .accordion-body ol {
    margin-bottom: 25px;
    list-style-position: inside !important;
}
.faq-accordion .accordion-body ul {
    list-style: disc;
}
.faq-accordion .accordion-body ol {
    list-style: decimal;
}
/* .accordion-body a {
  color: var(--primary-color);
} */
.accordion-body a:not(.acc-body-btn) {
    color: #14b7dd !important;
}
.accordion-body strong,
.accordion-body span {
    color: #d84882 !important;
}

.acc-body-btn {
    color: #fff !important;
    min-width: 140px;
    background-color: #14b7dd;
    font-family: IRANSansWeb;
    word-spacing: -0.2rem;
    letter-spacing: -0.01rem;
    border-radius: 3px;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: inline-block;
    height: 36px;
    text-align: center;
    line-height: 29px;
}
.accordion-collapse.show {
    border-top: 1px solid #f2f2f2;
}
.intro-buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.intro-buttons a {
    font-family: iranyekanwebregular;
}
.intro-buttons .info-link {
    font-size: 14px;
}
.price-btn {
    min-width: 230px;
    margin-left: 30px;
}

.feature-title {
    font-size: 22px;
    text-align: center;
    font-family: IRANSansWebBold;
}
.feature-section {
    padding: 90px 0;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 1;
}
.feature-item {
    margin-bottom: 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000014;
    -webkit-box-shadow: 0 0 12px #00000014;
    position: relative;
    padding: 40px 18px;
    background: #fff;
}
.feature-image {
    max-width: 80px;
    margin: 0 auto 35px;
    height: 90px;
    display: flex;
    align-items: center;
}

.feature-item .title {
    color: #4b4b4b;
    font-family: IRANSansWebBold;
}
.feature-subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}
.free-service {
    padding: 140px 0;
    border-top: 1px solid #efefef;
}
.free-content {
    margin-bottom: 40px;
}
.free-content p {
    padding-bottom: 30px;
}
.free-srv-cards {
    margin-bottom: 45px;
}
.host-table-wrap,
.table-list-wrap {
    display: flex;
}
.host-table-titles {
    width: 340px;
}
.host-table-header h3 {
    font-size: 16px;
}
.host-table-titles p {
    font-family: IRANSansWebMedium;
    color: #333;
}
.host-table-titles ul {
    background-color: white;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 7px 1px 10px -6px #cac8c8b8;
    box-shadow: 7px 1px 10px -6px #cac8c8b8;
    position: relative;
    border-left: 1px solid #dededf;
}
.host-table-titles ul li,
.table-list li {
    padding: 20px 15px;
    border-bottom: 1px solid #dededf;
    height: 81px;
    display: flex;
    align-items: center;
}
.host-table-titles ul li:last-child,
.table-list li:last-child {
    border-bottom: 0;
}
.host-table-titles ul li {
    margin-right: 30px;
    font-size: 15px;
}
.table-list-wrap {
    flex: 1 1 auto;
    justify-content: space-between;
    background-color: white;
    -webkit-box-shadow: 0 4px 23px 0.1px #dbdbdb;
    box-shadow: 0 4px 23px 0.1px #dbdbdb;
    border-radius: 6px;

    /* white-space: nowrap; */
    overflow-x: auto;
    width: 100%;
}
.host-table-wrap {
    margin-top: 60px;
}
.host-table-header {
    padding: 28px 20px;
    background: transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.host-table-plans {
    background: #f9f9f9;
    padding-top: 65px;
}
.table-list {
    flex: auto;
    border-left: 1px solid #dededf;
    width: 205px;
}

.column-6 .table-list {
    width: 170px;
}
.column-6 .table-iran-server .saba-btn {
    min-width: 155px;
}

.table-list-wrap .table-list:last-of-type {
    border-left: 0;
}
.table-list li {
    text-align: center;
    justify-content: center;
}
.table-plan-name {
    color: var(--secondary-color);
    font-size: 16px;
}
.table-hosting-space {
    font-size: 18px;
}
.sm-circle {
    display: block;
    width: 23px;
    height: 23px;
    color: #fff;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 9px;
}

/* Loading */
.blob {
    width: 18px;
    height: 18px;
    background: rgba(218, 73, 130, 0.85);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blob-2 {
    animation: animate-to-2 1.5s infinite;
}
.blob-3 {
    animation: animate-to-3 1.5s infinite;
}
.blob-1 {
    animation: animate-to-1 1.5s infinite;
}
.blob-4 {
    animation: animate-to-4 1.5s infinite;
}
.blob-0 {
    animation: animate-to-0 1.5s infinite;
}
.blob-5 {
    animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
    25%,
    75% {
        transform: translateX(-0.75rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-3 {
    25%,
    75% {
        transform: translateX(0.75rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-1 {
    25% {
        transform: translateX(-0.75rem) scale(0.75);
    }
    50%,
    75% {
        transform: translateX(-2rem) scale(0.6);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-4 {
    25% {
        transform: translateX(0.75rem) scale(0.75);
    }
    50%,
    75% {
        transform: translateX(2rem) scale(0.6);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-0 {
    25% {
        transform: translateX(-0.75rem) scale(0.75);
    }
    50% {
        transform: translateX(-2rem) scale(0.6);
    }
    75% {
        transform: translateX(-3.5rem) scale(0.5);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-5 {
    25% {
        transform: translateX(0.75rem) scale(0.75);
    }
    50% {
        transform: translateX(2rem) scale(0.6);
    }
    75% {
        transform: translateX(3.5rem) scale(0.5);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}

.table-web-server .sprite,
.table-control-panel .sprite,
.table-hdd .sprite {
    width: 120px;
    height: 30px;
}
.table-control-panel .sprite {
    width: 90px;
}
.table-hdd .sprite {
    width: 40px;
    height: 22px;
}
.table-hdd .sprite.nvme {
    width: 72px;
    height: 22px;
}
.table-control-panel .plesk {
    width: 110px;
    background-position: -455px -469px;
}
.sprite.sqlserver {
    width: 115px;
    height: 30px;
}
.sqlserver {
    background-position: -266px -557px;
}
.lightspeed {
    background-position: -424px -6px;
}
.cpanel {
    background-position: -326px -6px;
}
.ssd {
    background-position: -215px -50px;
}
.nvme {
    background-position: -524px -50px;
}
.table-tech .net {
    width: 87px;
    height: 48px;
    background-position: -389px -543px;
}
.table-dedicated-resources .sprite {
    display: inline-block;
    height: 30px;
    width: 40px;
    background-position: -476px -50px;
    vertical-align: middle;
    margin-right: 10px;
}
.table-one-year-price p,
.bold-price {
    font-size: 22px;
    font-weight: bold;
}
.table-three-year-price p,
.table-two-year-price p {
    font-size: 18px;
}
.table-one-year-price p span,
.table-three-year-price p span,
.table-two-year-price p span,
.bold-price span {
    font-size: 14px;
}

.landing-intro ul,
.landing-content ul,
.dedicated-content ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.landing-intro ul li,
.landing-content ul li,
.dedicated-content ul li,
.custom-bullet li {
    margin-bottom: 15px;
    position: relative;
    line-height: 25px;
}
.custom-bullet li {
    padding-right: 30px;
}
.landing-intro ul li,
.landing-content ul li,
.dedicated-content ul li {
    width: 50%;
    padding-right: 30px;
}
.landing-intro ul li:before,
.landing-intro ul li:after,
.landing-content ul li:before,
.landing-content ul li:after,
.dedicated-content ul li:before,
.dedicated-content ul li:after,
.custom-bullet li:before,
.custom-bullet li:after {
    content: "";
    vertical-align: middle;
}
.landing-intro ul li:before,
.landing-content ul li:before,
.dedicated-content ul li:before,
.custom-bullet li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    border-radius: 50%;
    background: var(--green-color);
    line-height: 20px;
    text-align: center;

    position: absolute;
    right: 0;
    top: 3px;
}
.landing-intro ul li:after,
.landing-content ul li:after,
.dedicated-content ul li:after,
.custom-bullet li:after {
    content: "\e907";
    font-family: "icomoon";
    color: #fff;
    font-size: 7px;
    position: absolute;
    right: 5px;
    top: 1px;
}
.host-table-header .sprite {
    margin-left: 15px;
}
.table-list .table-plan-name {
    height: 88px;
    font-family: iranyekanwebbold;
    font-size: 18px;
}
.table-list .table-hosting-space,
.table-hard-space {
    font-size: 24px;
    font-weight: bold;
}
.table-hosting-space,
.table-hard-space {
    color: #4d4d4d;
}
.table-hosting-space.unlimit p {
    font-size: 16px;
}
.vps .price-btn {
    min-width: 290px;
}
.server-nav {
    width: 100%;
}
.server-nav li {
    width: 50%;
    text-align: center;
    position: relative;
}
.server-nav li:first-child:after {
    content: "";
    height: 42px;
    width: 3px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    display: inline-block;
}
.server-nav .nav-link,
.dedicated-nav .nav-link,
.cdn-tabs .nav-link,
.cloud-tabs .nav-link {
    padding: 24px 8px;
    font-size: 15px;
    margin: 0 auto;
}
.server-nav .nav-link.active,
.server-nav .nav-link:hover,
.cdn-tabs .nav-link.active,
.cdn-tabs .nav-link:hover,
.cloud-tabs .nav-link.active,
.cloud-tabs .nav-link:hover {
    color: var(--secondary-color);
}
.landing-sec-title {
    /* margin-bottom: 30px; */
    font-size: 22px;
    font-family: IRANSansWebBold;
}
.dedicated-section .landing-sec-title,
.config-section .landing-sec-title {
    margin-bottom: 30px;
}
.landing-sec-text {
    line-height: 25px;
    font-family: IRANSansWeb;
}
.virtual-plan-card figure {
    max-width: 160px;
    margin: 0 auto 45px;
}
.virtual-plan-card {
    padding: 52px 32px 32px 32px;
    box-shadow: 0 0 12px #0000001f;
    border-radius: 7px;
}
.virtual-plan-card h5 {
    font-family: IRANSansWebBold;
    margin-bottom: 22px;
}
.virtual-plan-card p,
.dedicated-content p {
    margin-bottom: 30px;
    font-family: IRANSansWeb;
    font-size: 13px;
}
.virtual-plan-card p span {
    font-size: 14px;
    font-weight: bold;
}
.virtual-plan-card .saba-btn {
    min-width: 100%;
}

.why-saba {
    padding-bottom: 90px;
}
.landing-content h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.landing-content p,
.dedicated-content p {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 14px;
}

.dedicated-content p {
    margin-bottom: 25px;

    text-align: justify;
}
.dedicated-content ul {
    margin-bottom: 15px;
}
.why-box {
    margin-bottom: 100px;
    padding: 60px 30px;
    box-shadow: 0 14px 27px #00000014;
    margin-top: -200px;
}
.why-box,
.dedicated-row {
    background: #fff;
    border-radius: 7px;
    position: relative;
}
.tab-content.server-tab-content {
    margin-bottom: 180px;
}
.why-box *,
.dedicated-content * {
    font-family: IRANSansWeb;
}
.why-title {
    font-family: IRANSansWebBold;
    margin-bottom: 30px;
    font-size: 22px;
}
.why-title span {
    color: var(--secondary-color);
}
.why-box p {
    margin-bottom: 50px;
    line-height: 40px;
}
.vps-btn {
    min-width: 210px;
    background: #8544b3;
    margin-left: 10px;
}
.vps-btn:before {
    background: #a57ad1;
}
.why-saba {
    border: 1px solid #efefef;
}
.dedicated-section {
    padding-top: 100px;
    padding-bottom: 180px;
}
.dedicated-row {
    box-shadow: 0 0 18px #0000001a;
    padding: 67px 20px 20px 20px;
    align-items: center;
}

.dedicated-title {
    font-family: IRANSansWebBold;
    margin-bottom: 30px;
    font-size: 18px;
}
.dedicated-content .saba-btn {
    min-width: 245px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.dedicated-row .info-link {
    display: inline-block;
    margin-top: 20px;
}
.dedicated-content .saba-btn i {
    margin-right: 15px;
    vertical-align: middle;
}
.dedicated-content ul {
    margin-bottom: 20px;
}
/* .free-service .host-sec-image img {
    transform: scale(1.1);
} */
.free-row {
    align-items: center;
}
.wordpress-panel {
    padding-bottom: 0;
}
.wordpress-panel .host-sec-image {
    z-index: 0;
}
.wpleft,
.wpright {
    position: absolute;
    width: 165px;
    bottom: calc(50% - 105px);
    z-index: 99;
}
.wpleft {
    left: 0;
}
.wpright {
    right: 0;
}
.wordpress-panel .main-image {
    /* transform: translateY(56px); */
    position: relative;
    top: 34px;
}

.off-badge {
    min-width: 66px;
    color: #fff;
    padding: 2.5px 12px;
    margin-right: 15px;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    line-height: 2;
}
.host-table-titles .off-badge {
    margin-right: 10px;
    padding: 2px 8px;
}
.gray-bg {
    background-color: #666666;
}
.free-service .host-sec-image {
    padding-left: 15px;
}
.host-table-header .icon-holder {
    width: 32px;
    height: 32px;
    margin-left: 15px;
}
.table-control-panel .cpl {
    width: 170px;
    height: 30px;
    background-position: -160px -434px;
}
.table-web-server .apache {
    width: 170px;
    height: 53px;
    background-position: -331px -420px;
}

.info-section,
.pro-service {
    padding-bottom: 95px;
    position: relative;
}
.info-section {
    padding-bottom: 65px;
}
.info-bg {
    position: absolute;
    display: inline-block;
    background: transparent url(/assets/images/infobg.svg) no-repeat;
    width: 700px;
    height: 500px;
    left: 0;
    top: calc(50% - 150px);
}
.info-card-wrap,
.srv-card-wrap {
    z-index: 9;
}
.host-table-header .download {
    background-position: -550px -6px;
}
.linux-panel {
    border-bottom: 1px solid #efefef;
}
.reseller-table-wrap table thead,
table thead {
    height: 70px;
    background-color: #848484;
    text-align: center;
    color: white;
}

.reseller-table-wrap table,
table {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.reseller-table-wrap tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.reseller-table-wrap tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.reseller-table-wrap table tr td,
table tr td {
    padding: 25px 20px;
    text-align: center;
    font-size: 15px;
}

.reseller-table-wrap th,
table thead th {
    padding: 30px;
}
/* SSL */
.ssl-section p {
    line-height: 30px;
    margin-bottom: 35px;
}
.ssl-content-wrap .ssl-title {
    padding-bottom: 20px;
}
.ssl-section .ssl-buttons {
    margin-top: 40px;
}
.ssl-type-section {
    padding: 77px 0;
}
.ssl-tabs {
    margin: 25px auto 60px;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: solid 1px #d2d2d2 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0.1px #efeaea;
    box-shadow: 0 0 5px 0.1px #efeaea;
    overflow: hidden;
}

.nav-tabs .nav-link {
    margin-bottom: 0 !important;
}
.ssl-tabs .nav-link {
    color: #333;
    padding: 20px 17px !important;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #d2d2d2;
    font-size: 18px;
    font-family: iranyekanwebbold;
    direction: ltr;
    position: relative;
}
.ssl-tabs li:last-child .nav-link {
    border: 0;
}
.nav-link .badge {
    padding: 7px;
    display: inline-block;
    color: var(--green-color);
    border-radius: 4px;
    font-size: 18px;
    line-height: 23px;
    height: 31px;
}
.nav-link .badge.green-bg {
    margin-right: 15px;
    min-width: 55px;
}
.ssl-tabs.nav-tabs .nav-link.active {
    background: #f9f9f9;
}
.ssl-tabs.nav-tabs .nav-item.show .nav-link,
.ssl-tabs.nav-tabs .nav-link.active {
    border-left-color: #d2d2d2;
}
.ssl-tab-content .tab-pane {
    padding: 50px 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 23px 0.1px #dbdbdb;
    box-shadow: 0 4px 23px 0.1px #dbdbdb;
    border-radius: 7px;
}

.ssl-tab-text h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #2f2f2f;
}
.ssl-tab-text .badge {
    font-size: 18px;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
}
.ssl-tab-text p {
    color: rgba(51, 51, 51, 0.863);
    word-spacing: -0.2rem;
    font-size: 15px;
    line-height: 2.5;
}
.ssl-tab-bg {
    position: absolute;
    left: 0;
    top: -7px;
    width: 370px;
    height: 50px;
}
.ssl-tab-bg img {
    width: 100%;
}
.ssl-type-section .tab-pane.active {
    animation: slide-down 1s ease-out;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About */
.about-btn span {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 26px;
    line-height: 1;
}
.pro-server {
    background-position: -630px -6px;
}
.server {
    background-position: -590px -6px;
}
.pro-srv-row .srv-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
/* .shared-hosting {
    background-position: -338px -47px;
} */
.pro-srv-row {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
    align-items: center;
}
.pro-srv-row:last-child {
    border-bottom: 0;
}
.srv-row-title {
    color: #333;
    word-spacing: -0.1rem;
    font-family: iranyekanwebregular;
    font-size: 16px;
}
.pro-srv-title {
    margin: 25px 35px;
    font-size: 16px;
}
.srv-price {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
}
.price-label {
    font-size: 13px;
}
.srv-left-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.srv-card-wrap .section-title,
.feature-section .section-title {
    font-family: IRANSansWebBold;
}
.srv-card-wrap .section-subtitle {
    margin-bottom: 8px;
    font-family: IRANSansWeb;
}
.srv-card-wrap .section-top-title {
    font-family: IRANSansWebMedium;
    color: #4d4d4d;
}
.feature-section .section-title {
    margin-bottom: 50px;
}
.about-nav .nav-icon,
.seo-nav .nav-icon,
.domain-nav .nav-icon {
    background: transparent;
}

/* Contact  */
.contact-form {
    margin-top: 50px;
}
form label {
    margin-bottom: 15px;
    display: block;
}
.form-control,
.custom-select {
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    height: 52px;
    margin-bottom: 30px;
}
.custom-select {
    padding: 0;
    border-radius: 0.25rem;
    position: relative;
}
.custom-select select {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.25rem;
    padding: 10px 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.custom-select:after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 6px;
    color: #000;
    position: absolute;
    left: 20px;
    top: 22px;
    transform: rotate(359deg);
}
form textarea {
    height: 156px !important;
}
.submit-btn {
    border: 0;
    background: #0dabd6;
    margin: 30px 0 0;
}
.submit-btn:after {
    content: none;
}
.map-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.map {
    width: 100%;
    background: transparent url(/assets/images/map.svg) no-repeat;
    background-size: 121% auto;
    height: 593px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    z-index: -1;
}
.contact-info-card {
    padding: 35px 90px 10px 20px;
    border-radius: 7px;
    background: #fff;
    position: relative;
    width: 345px;
    /* position: absolute; */
}
.contact-info-card:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    display: inline-block;
    border-style: solid;
    position: absolute;
    left: -20px;
    top: calc(50% - 5px);
}
.contact-info-card .icon-holder {
    width: 25px;
    height: 25px;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.contact-info-card > span {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 35px;
    top: 40px;
}
.contact-info-card p {
    margin-bottom: 7px;
    font-size: 12px;
}
.contact-info-card .contact-ticket {
    margin-right: 15px;
}
.contact-info-card i {
    font-size: 10px;
    color: #fff;
}
.contact-info-card .icon-mail {
    font-size: 9px;
}
p a:hover {
    color: var(--secondary-color);
}
.form-field {
    position: relative;
}
.error-field {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 12px;
    color: var(--secondary-color);
}
.error-input input {
    border-color: var(--secondary-color);
}
/* Customers */
.about-btn .icon-checkmark {
    font-size: 11px;
    margin-right: 6px;
}
.customesr-cards {
    position: relative;
    padding-top: 50px;
}
.customesr-cards:before {
    right: 15px;
    top: 0;
    bottom: auto;
}
.customer-logos {
    padding-top: 100px;
    padding-bottom: 75px;
}
.customer-logos .sec-header {
    margin-bottom: 75px;
}
.customer-logos .section-title {
    font-family: IRANSansWebBold;
    font-size: 22px;
}
.customer-logos .section-subtitle {
    font-family: IRANSansWeb;
    margin-bottom: 0;
}
.best-offer {
    padding: 60px 0;
}
.best-offer * {
    font-family: IRANSansWeb;
}
.offer-title {
    font-size: 22px;
    font-family: IRANSansWebBold;
    margin-bottom: 20px;
}
.best-offer p span {
    color: var(--secondary-color);
}
.offer-content p {
    line-height: 35px;
}
.offer-content {
    margin-bottom: 40px;
}
.discount-code {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}
.discount-table {
    margin-top: 65px;
}
.table-note * {
    font-family: IRANSansWeb;
    text-align: right;
}
.table-note span {
    display: block;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-size: 13px;
}
.table-note p {
    font-size: 14px;
}
.discount-table .saba-btn {
    font-size: 13px;
}
.discount-table .saba-btn i {
    font-size: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

/* SEO */
.analyz-head {
    padding: 30px 55px;
    background: #8e45ae;
    color: #fff;
    font-size: 16px;
}
.analyze-card {
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 24px #00000021;
    overflow: hidden;
}
.analyz-main {
    padding: 40px 55px;
}
.form-title {
    margin-bottom: 40px;
}
.notice-text {
    font-size: 13px;
    color: var(--secondary-color);
}
.analyz-help {
    margin-bottom: 55px;
}
.analyz-help p {
    font-family: IRANSansWeb;
    margin-bottom: 15px;
}
.seo-analyze .section-title {
    margin-bottom: 75px;
}
.seo-service {
    padding: 130px 0;
}
.about-nav .cls-1,
.about-nav .cls-2 {
    fill: #fff;
}
.about-nav .cls-1,
.about-nav .cls-2,
.about-nav .cls-3 {
    stroke: #2a2e36;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.4px;
}
.about-nav .cls-2,
.about-nav .cls-3 {
    fill-opacity: 0;
}
.about-nav .cls-3 {
    fill: #8c24b2;
}
.seo-analyze {
    padding-top: 75px;
    padding-bottom: 55px;
}

.feature-section .divider {
    margin-bottom: 65px;
}
.feature-section .divider .section-title {
    margin-bottom: 0;
}
.host-item-card p {
    line-height: 24px;
}
.divider .section-title {
    margin-bottom: 0;
}
/* Domain */
.domain-list-section {
    padding-top: 70px;
    padding-bottom: 105px;
    position: relative;
}
.domain-bg-left,
.domain-bg-right {
    width: 275px;
    height: 780px;
    display: inline-block;
    position: absolute;
    top: 100px;
}
.domain-register.web .domain-bg-left,
.domain-register.web .domain-bg-right {
    top: 0px;
}
.domain-bg-left {
    background: transparent url(/assets/images/domain/domain-bg-left.svg)
        no-repeat;
    background-size: contain;
    left: 0;
}
.domain-bg-right {
    background: transparent url(/assets/images/domain/domain-bg-right.svg)
        no-repeat;
    background-size: contain;
    right: 0;
}
.domain-nav-tab {
    padding: 0 40px;
    width: max-content;
    margin: 0 auto;
}
.domain-nav-tab li {
    margin-left: 10px;
}
.domain-search input {
    direction: ltr;
    text-align: right;
}
.domain-tab-head span {
    margin-bottom: 25px;
    display: block;
}
.domain-tab-content {
    margin-top: 30px;
    padding: 40px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 24px #00000021;
}
.domain-table-head {
    padding: 1rem 1.25rem;
}
.domain-tab-content .accordion-button p {
    text-align: center;
}
.extenstion-wrap .badge {
    height: 28px;
    line-height: 22px;
    min-width: 75px;
    margin-right: 10px;
}
.extenstion {
    direction: ltr;
    font-size: 15px;
    min-width: 30px;
}
.domain-tab-content .accordion-button {
    color: #484848;
}
.domain-tab-content .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.domain-tab-content .accordion-body {
    padding: 30px 0;
}
.domain-tab-content .accordion-item {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}
.domain-tab-content .accordion-item:last-of-type {
    border-bottom: 0;
}
.domain-tab-content .accordion-button {
    padding: 25px 30px;
}
.domain-tab-content .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    filter: grayscale(1);
}

.domain-register {
    padding-top: 100px;
    padding-bottom: 130px;
    position: relative;
    border-top: 1px solid #efefef;
}
.domain-register:before {
    content: "";
    height: 370px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background: #f9f9f9;
}
.domain-register .full-card {
    padding: 60px 30px;
}
.btnText {
    display: block;
    padding: 0 15px;
}
.servers-support {
    padding-top: 90px;
    padding-bottom: 110px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.config-section {
    padding-top: 100px;
    padding-bottom: 115px;
}
.full-image img {
    display: block;
    margin: 0 auto;
}
.mg-18 {
    margin-bottom: 180px;
}
.scroll-top {
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: block;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 99;
}
.scroll-top:hover {
    bottom: 25px;
    box-shadow: 0 0 23px #0000002b;
}
.scroll-top i {
    transform: rotate(180deg);
    display: inline-block;
    font-size: 9px;
    color: var(--secondary-color);
}

.social-sidebar {
    /* width: 200px; */
    height: 100px;
    position: fixed;
    margin-top: 30px;
    perspective: 1000px;
    right: 20px;
    bottom: 0;
    z-index: 999;
    top: 0;
    margin: auto;
    display: none;
}

.social-sidebar li a {
    display: block;
    width: 50px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0.3ms;
    position: relative;
    margin-bottom: 10px;
}

.social-sidebar li a .social-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    padding: 15px 20px;
    font: 500 0.8rem "iranyekanwebregular", Tahoma, sans-serif;
    color: #4c4c4c;
    letter-spacing: -0.02rem;
    word-spacing: -0.05rem;
    -webkit-box-shadow: 0 0 5px 0.1px #efeaea;
    box-shadow: 0 0 5px 0.1px #efeaea;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    /* right: -50px; */
    display: block;
    background: #fff;
    z-index: 99;

    float: right;
    margin-top: -46px;
    margin-right: 0;
}

.social-sidebar li .social-text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 12px;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social-sidebar li a:hover .social-text {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
    margin-right: 60px;
    /* right: 0; */
}
.social-sicon {
    width: 41px;
    height: 41px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    color: #fff;
}
.whatsapp-s i {
    font-size: 20px;
}
.whatsapp-s .social-sicon {
    line-height: 49px;
    background: #51cd5e;
}
.ticket-s .icon-comment {
    font-size: 17px;
}
.copy-btn {
    display: flex;
    align-items: center;
    background-color: #14b7dd;
    color: #fff;
    padding: 0 5px 0 7px;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
}
.copy-btn i {
    vertical-align: middle;
    font-size: 13px;
    margin-left: 3px;
}
/* Banner  */
.top-banner {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.top-banner img {
    width: 100%;
}
.banner header {
    margin-top: 50px;
}
.banner header.fixed {
    margin-top: 0;
}
.domain-detail-mobile {
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.domain-detail-mobile p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.domain-detail-mobile p span {
    font-size: 14px;
}
/* Error page */
.error-page {
    padding-top: 170px;
    background: #730f85;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#730f85),
        to(#13052f)
    );
    background: linear-gradient(90deg, #730f85 0%, #13052f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#730f85", endColorstr="#13052f", GradientType=1);
}
.error-content .error-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: IRANSansWebBold;
}
.error-footer-title {
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
}
.error-footer-title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.error-content p,
.error-footer-title {
    font-family: IRANSansWeb;
}
.error-content .error-text {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: IRANSansWebLight;
}
.error-content p,
.error-content .error-title,
.error-footer-title {
    color: #fff;
}
.domain-checker-error {
    margin-top: 70px;
}
.domain-checker-error .text {
    margin-bottom: 10px;
    font-size: 16px;
}
.domain-checker-error .sub-text {
    margin-bottom: 17px;
    font-size: 13px;
}
.domain-checker-error .input-group-text {
    width: 78px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    display: block;
    border: 0;
    font-size: 20px;
}
.domain-checker-error .input-group {
    align-items: flex-start;
}
.domain-checker-error .form-control {
    background: transparent;
    height: 55px;
    border-color: rgba(255, 255, 255, 0.5);
}
footer.error-page-footer {
    background: transparent;
    margin-top: 50px;
    padding-bottom: 0;
}
.error-page-footer ul {
    margin: 30px 0;
}
.domain-checker-error input,
.domain-checker-error input:focus {
    color: #fff;
}
.copyResult {
    font-family: IRANSansWeb;
    font-size: 13px;
    display: flex;
    justify-content: center;
    background-color: #191919;
    color: #fff;
    border-radius: 50px;
    padding: 7px 25px;
    /* margin-bottom: 45px; */
    height: 46px;
    display: none;
    width: max-content;
    margin: 0 auto 45px;
}

/* Login modal */
.login-header {
    margin-bottom: 26px;
}
.login-header img {
    margin-bottom: 20px;
}
.login-header .modal-title {
    margin-bottom: 15px;
    font-family: IRANSansWebMedium;
    font-size: 18px;
    color: #424444;
}
.modal-content .modal-body {
    padding: 60px;
}
.login-form input {
    margin-bottom: 15px !important;
}
#loginModal button {
    width: 100px;
    border: 0;
    margin-bottom: 20px;
    min-width: 100%;
}
#loginModal form {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.lost-password {
    font-size: 13px;
}
.lost-password:hover {
    color: var(--secondary-color);
}
.lost-pass-wrap {
    margin-top: 20px;
}
.close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
}
.paymentIcon {
    right: 13px !important;
}
.paymentIcon i {
    font-size: 18px;
}
::-webkit-scrollbar {
    height: 6px;
    width: 12px;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(175, 175, 175, 0.75);
}

::-webkit-scrollbar-corner {
    background: #ddd;
}
.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}
/* Blog */
.blog-header {
    padding: 10px 0;
    background: rgb(62, 8, 76); /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        rgba(62, 8, 76, 1) 6%,
        rgba(49, 0, 66, 1) 38%,
        rgba(22, 0, 48, 1) 74%,
        rgba(27, 19, 36, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        45deg,
        rgba(62, 8, 76, 1) 6%,
        rgba(49, 0, 66, 1) 38%,
        rgba(22, 0, 48, 1) 74%,
        rgba(27, 19, 36, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        45deg,
        rgba(62, 8, 76, 1) 6%,
        rgba(49, 0, 66, 1) 38%,
        rgba(22, 0, 48, 1) 74%,
        rgba(27, 19, 36, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e084c', endColorstr='#1b1324',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding-top: 140px;
}

.blog-header .breadcrumb {
    margin: 0;
}
.social-header * {
    color: #fff;
}
.social-header li {
    margin-right: 5px;
}
.social-header li a {
    padding: 5px;
    display: block;
}
.header-date {
    direction: ltr;
    font-size: 13px;
    margin-left: 10px;
}

.banner-row {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}
.banner-row a {
    display: block;
}
.blog-banner,
.single-head {
    background: rgb(111, 8, 132); /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        rgba(111, 8, 132, 1) 2%,
        rgba(74, 8, 90, 1) 40%,
        rgba(44, 8, 66, 1) 77%,
        rgba(22, 0, 48, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        45deg,
        rgba(111, 8, 132, 1) 2%,
        rgba(74, 8, 90, 1) 40%,
        rgba(44, 8, 66, 1) 77%,
        rgba(22, 0, 48, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        45deg,
        rgba(111, 8, 132, 1) 2%,
        rgba(74, 8, 90, 1) 40%,
        rgba(44, 8, 66, 1) 77%,
        rgba(22, 0, 48, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f0884', endColorstr='#160030',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    padding: 33px 0 290px;
}
.single-head {
    padding: 33px 0 30px;
}
.blog-nav {
    padding: 10px 0;
    background: #fff;
    height: 54px;
}

.recent-content {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.recent-content * {
    color: #fff;
}
.recent-content h1 {
    margin-bottom: 16px;
    font-size: 18px;
}
.recent-image img {
    width: 100%;
}
.recent-left a {
    margin-bottom: 15px;
}
.recent-card {
    padding: 30px 10px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    background: #fff;
    box-shadow: 0 0 24px #00000021;
    margin-top: -260px;
}
.recent-blog {
    padding-bottom: 25px;
}
.recent-title {
    font-family: IRANSansWebBold;
    margin-bottom: 20px;
    font-size: 18px;
}

.hashtags-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 45px;
    flex-wrap: wrap;
}
.hashtags-wrap span {
    font-family: IRANSansWebBold;
    font-size: 16px;
}
.hashtags-wrap a {
    color: #9c9c9c;
    font-family: IRANSansWeb;
    display: block;
    padding: 5px 7px;
    margin: 0 5px;
}
.blog-banner::before,
.single-head:before {
    top: 0;
}
.recent-feature,
.recent-feature figure {
    height: 100%;
}
.recent-feature a {
    height: 97%;
}
.recent-feature img {
    height: 100%;
    object-fit: cover;
}
.category-menus {
    display: inline-block;
}
.category-menus li {
    position: relative;
}
.category-menus > li:before {
    content: "\e902";
    font-family: "icomoon";
    color: #000;
    font-size: 6px;
    margin-left: 5px;
}
.category-menus li:hover ul {
    display: block;
}
.category-menus span {
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
}
.category-menus ul {
    position: absolute;
    background: #fff;
    right: 0;
    top: 105%;
    box-shadow: 0 0 24px #00000021;
    width: 200px;
    border-radius: 7px;
    padding: 10px;
    z-index: 99;
    display: none;
}
.category-menus ul li {
    margin-bottom: 10px;
}
.category-menus ul a {
    display: block;
    padding: 5px;
}
.category-menus ul a:hover {
    color: var(--secondary-color);
}
.blog-lists {
    padding-bottom: 100px;
    background: #f9f9f9;
}
.blog-col > div {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px #00000014;
    padding: 25px 20px;
    margin-bottom: 25px;
}
.blog-card-image {
    display: block;
    margin-bottom: 15px;
}
.blog-card-image img,
.small-card-image img {
    width: 100%;
}
.col-title {
    margin-bottom: 20px;
    position: relative;
    font-family: IRANSansWebBold;
    font-size: 15px;
}
.col-title:before,
.inner-section-title:before {
    content: "";
    width: 4px;
    height: 35px;
    background: var(--primary-color);
    position: absolute;
    top: -5px;
    right: -20px;
}
.card-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #8f9497;
    font-size: 13px;
    font-family: IRANSansWeb;
}
.card-detail img {
    margin-left: 5px;
    vertical-align: middle;
    width: auto !important;
    display: inline-block !important;
}
.blog-card-title {
    margin-bottom: 20px;
}
.blog-card-title a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-family: IRANSansWebBold;
}
.related-blog .blog-card-title a {
    min-height: 60px;
}
.blog-card p {
    font-family: IRANSansWeb;
    margin-bottom: 30px;
}
.hashtag-card {
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.hashtag-card a {
    color: #747778;
    display: block;
    padding: 5px 7px;
    margin-left: 5px;
}
.hashtag-card a:hover,
.hashtags-wrap a:hover {
    color: #000;
}

.card-list-wrap li,
.widget .widget-list li {
    margin-bottom: 23px;
    align-items: center;
}
.card-list-wrap p a,
.widget p a {
    color: #303031;
    display: inline-block;
    line-height: 24px;
    font-family: IRANSansWeb;
}

.col-banner-title {
    font-family: IRANSansWeb;
    font-size: 15px;
    margin-bottom: 15px;
}
.banner-hover {
    position: relative;
    overflow: hidden;
}
.banner-hover:before {
    position: absolute;
    top: 0;
    left: -97%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.banner-hover:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.mini-banner a {
    display: inline-block;
}
.recent-image {
    position: relative;
    overflow: hidden;
}
.recent-image img {
    transition: all 0.5s;
}
.recent-image:hover img {
    transform: scale(1.3) rotate(5deg);
}
.blog-card:hover .blog-card-title a,
.card-list-wrap li:hover a {
    color: var(--secondary-color);
}
/* Search Form */
.ib {
    display: inline-block;
    vertical-align: top;
}
.ib-m {
    display: inline-block;
    vertical-align: middle;
}
.search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    min-width: 20.9375em;
    text-align: left;

    display: flex;
    justify-content: flex-end;
}
.search input[type="submit"] {
    vertical-align: middle;
    width: 1.375em;
    height: 1.375em;
    border: none;
    outline: none;
    background: none;
    transition: opacity 100ms ease-in-out;
}
.search input[type="submit"]:hover {
    opacity: 0.5;
}
.search input[type="text"] {
    width: 19em;
    height: 2.5em;
    padding: 0 0.375em;
    border: none;
    border-bottom: 1px solid #999;
    margin-left: 0.1875em;
    background: inherit;
    transition: border-color 100ms ease-in-out;
    background: #fff;
}
.search input[type="text"]:focus {
    border-bottom-color: inherit;
    outline: none;
}
.search-slide {
    width: 0;
    height: 2.5em;
    overflow: hidden;
}
.search-close {
    width: 1.375em;
    height: 1.375em;
    text-align: center;
    cursor: pointer;
    transition: opacity 100ms ease-in-out;
    top: 5px;
    position: relative;
    left: 5px;
    font-size: 13px;
}
.search-close:hover {
    opacity: 0.5;
}
.search-btn {
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 7px;
}
.search-btn:before,
.search-btn:after {
    content: none;
}
.search-btn:hover {
    color: var(--secondary-color);
}
/* Single */
.single-page {
    padding-top: 40px;
}
.single-content-wrap {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0.1px #00000024;
    box-shadow: 0 0 5px 0.1px #00000024;
}

.single-image img {
    width: 100%;
    margin-bottom: 30px;
}
.single-content {
    font-family: IRANSansWeb;
    padding: 0 40px 40px;
    line-height: 30px;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    font-family: IRANSansWebBold;
    margin-bottom: 25px;
    line-height: 25px;
}

.single-title {
    font-size: 22px;
    margin-bottom: 35px;
}
.single-content h2 {
    font-size: 20px;
}
.single-content h3 {
    font-size: 18px;
}
.single-content h4 {
    font-size: 16px;
}
.single-content h5 {
    font-size: 15px;
}
.single-content h6 {
    font-size: 14px;
}

.single-content img {
    width: 100%;
    margin: 15px 0;
}
.single-content p {
    margin-bottom: 15px;
}
.single-content ul,
.single-content ol {
    margin-bottom: 20px;
}
.single-content li {
    margin-bottom: 10px;
    line-height: 24px;
}
.single-top-detail {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;

    color: #8f9497;
    font-size: 13px;
    flex-wrap: wrap;
}

.single-content ul li:before {
    content: "\e907";
    font-family: "icomoon";
    color: var(--green-color);
    font-size: 11px;
    vertical-align: middle;
    margin-left: 10px;
}
.single-content ol {
    list-style: decimal;
    list-style-position: inside;
}
.single-top-detail img {
    width: auto;
    margin-left: 5px;
}
.time-study {
    padding-left: 10px;
}
.time-study:after {
    content: "";
    width: 2px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    background: #8f9497;
    margin-right: 10px;
}
.single-tags,
.single-cat {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 30px;
    margin-bottom: 15px;
    margin: 15px 40px;
    align-items: center;
}
.single-tags {
    border-bottom: 1px solid #ddd;
}
.single-tags span,
.single-cat span {
    margin-left: 5px;
    display: inline-block;
}
.single-tags a,
.single-cat a {
    font-size: 13px;
    color: #333;
    background-color: #f2f2f2;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 5px;
    transition: all 0.3s;
    display: inline-block;
}

.single-tags:hover,
.single-cat a:hover,
.cloud-tag-list a:hover {
    background: transparent;
    color: #000;
}
.single-wrap {
    padding-bottom: 70px;
}
.related-blog {
    padding: 70px 0;
}
.inner-section-title {
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 35px;
}
.inner-section-title:before {
    right: 0;
}
.blog-item {
    padding: 30px 20px;
    background: #fff;
}
.blog-item p {
    font-family: IRANSansWeb;
    word-spacing: -0.1rem;
    text-align: justify;
    color: rgba(51, 51, 51, 0.514);
}
.blog-card-more {
    margin-top: 20px;
}
.blog-card-more a {
    margin-right: auto;
    width: 120px;
    display: block;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.blog-item:hover .blog-card-title a {
    color: var(--secondary-color);
}
.widget {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0.1px #00000024;
    box-shadow: 0 0 5px 0.1px #00000024;
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: IRANSansWebBold;
}
.widget-title:before {
    content: "";
    height: 23px;
    width: 3px;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-left: 15px;
    display: inline-block;
}

.widget .small-card-image {
    width: 80px;
    height: 80px;
    display: block;
}
.widget .small-card-image figure {
    height: 100%;
}
.widget .small-card-image img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.cloud-tag-list {
    display: flex;
    flex-wrap: wrap;
}
.cloud-tag-list a {
    color: #333;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
    margin: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
}
.sidebar-col aside {
    position: sticky;
    top: 30px;
}
.single-content blockquote,
.single-content q {
    quotes: none;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}
.single-content blockquote p,
.single-content q p {
    padding: 20px;
    margin: 0;
}
.single-content blockquote:after,
.single-content blockquote:before,
.single-content q:after,
.single-content q:before {
    content: "\e914";
    position: absolute;
    color: #ddd;
    font-family: icomoon;
    font-size: 18px;
}

.single-content blockquote:before,
.single-content q:before {
    right: 15px;
    top: 15px;
    transform: rotate(180deg);
}
.single-content blockquote:after,
.single-content q:after {
    left: 15px;
    bottom: 15px;
}
.table-monthly-traffic,
.table-number-of-sites p,
.table-ram-space p,
.table-database p,
.table-datacenter p,
.support-price,
.table-count,
.table-os {
    font-family: IRANSansWeb;
    font-size: 16px;
}
.version-num,
.table-database p,
.table-backup-space,
.table-count,
.table-datacenter p,
.table-hard {
    font-size: 16px;
}
.table-dedicated-resources p,
.table-cpu,
.table-core-cpu,
.table-hard,
.table-backup-space {
    font-family: iranyekanwebEn, sans-serif;
    font-weight: 500;
}
.enFont {
    font-family: iranyekanwebEn;
}
.small-price-table,
.table-port,
.table-cpu,
.table-core-cpu,
.table-ram-space p {
    font-size: 18px;
}
.small-price-table span {
    font-size: 13px;
}
.small-price-table .sm-circle {
    font-size: 9px;
}
.dedicated-content ul li {
    width: auto;
    direction: ltr;
}
.border-bottom {
    border-bottom: 1px solid #efefef;
}
/* Dedicated */
.dedicated-nav .nav-link,
.cdn-tabs .nav-link,
.cloud-tabs .nav-link {
    padding: 24px 20px;
}
.dedicated-nav,
.cdn-tabs,
.cloud-tabs {
    width: max-content;
    margin: 0 auto;
}

.plan-nav .pro {
    background-color: #d84882;
    color: #fff;
    border-radius: 3px;
    margin: 0 8px 0 0;
    padding: 3px 6px 1px 6px;
    font-family: iranyekanwebregular;
    font-size: 9px;
}

.service-card-detail .red-text {
    color: #fa458a;
}

.mid-counter {
    position: relative;
}
.mid-counter:before,
.mid-counter:after {
    content: "";
    width: 1px;
    height: 130px;
    background: rgba(255, 255, 255, 0.267);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.267) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    bottom: 0;
}
.mid-counter:before {
    right: 0;
    left: auto;
}
.mid-counter:after {
    left: 0;
    right: auto;
}

.backup-buttons .saba-btn {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.themes {
    padding: 70px 0 140px;
    border-top: 1px solid #efefef;
}
.theme-btns {
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}
.theme-btns a {
    margin: 0 10px;
}
.theme-btns .blue-btn {
    min-width: 120px;
}

.theme-card {
    position: relative;
    margin-bottom: 45px;
}
.theme-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
}
.theme-btns i {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.theme-title {
    font-family: IRANSansWebBold;
    font-size: 18px;
}
.theme-wrap {
    justify-content: center;
}

.nav.theme-nav {
    background: #fff;
    border: 1px solid #ededed;
    width: max-content;
    margin: 20px auto 40px;
    box-shadow: 0 0 20px #00000014;
    -webkit-box-shadow: 0 0 20px #00000014;
    border-radius: 7px;
    overflow: hidden;
}
.nav.theme-nav li a {
    padding: 26px 20px;
    display: block;
    font-family: iranyekanwebbold;
    font-size: 15px;
}

.nav.theme-nav li a span {
    color: #8444b2;
    display: inline-block;
    word-spacing: -0.2rem;
}

.nav.theme-nav li.active a,
.nav.theme-nav li:hover a {
    background-color: #eaeaea8c !important;
    color: inherit;
}
.all-filter.border-bottom {
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 2px solid #000 !important;
}

.all-themes-filter {
    border: 0;
    background: transparent;
}

.full-image {
    width: 100%;
}

/* .icon-filter2 {
  width: 19px;
  height: 18px;
  background: transparent url(/assets/images/filter2.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 7px;
  display: inline-block;
} */
.all-themes-filter i {
    font-size: 17px;
    vertical-align: middle;
    margin-left: 7px;
}
.footer-social a .icon-facebook,
.footer-social a .icon-linkedin {
    font-size: 20px;
}
.footer-social a .icon-youtube {
    font-size: 22px;
}

.footer-social a .icon-whatsapp {
    font-size: 18px;
}

.copyright-text p,
.footer-social > span {
    font-family: iranyekanweblight;
    font-size: 13px;
}

.cdn .dedicated-row,
.cloud .dedicated-row {
    padding: 50px 20px 50px 20px;
}

.cdn .dedicated-image,
.cloud .dedicated-image {
    margin-bottom: 30px;
}

.cdn figure,
.cloud figure {
    padding: 30px;
    box-shadow: 0 0 30px #00000021;
    background: #fff;
    margin-left: 30px;
}
.dedicated-section.cdn,
.dedicated-section.cloud {
    border-top: 1px solid #efefef;
}
.dedicated-section.cloud {
    background: #f9f9f9;
}
.cdn-solutions,
.cloud-solutions {
    border-top: 1px solid #efefef;
    position: relative;
    padding: 130px 0 100px;
}

.tab-content.cdn-tab-content,
.tab-content.cloud-tab-content {
    padding: 45px 0;
}

.cdn-card,
.cloud-card {
    margin-bottom: 30px;
}

.cdn-text p,
.cloud-text p {
    min-height: 90px;
}

.cdn-intro .intro-image img,
.cloud-intro .intro-image img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cloud .dedicated-content ul li {
    direction: rtl;
}
.cloud .dedicated-content ul li {
    width: 50%;
}
.cloud .dedicated-content ul li:last-child {
    width: 100%;
}

.archive-lists {
    padding: 75px 0;
}
.category-page-title {
    font-size: 22px;
    margin-bottom: 25px;
    font-family: IRANSansWebBold;
}

.category-description {
    margin-bottom: 35px;
}

.ctblog-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px #00000021;
    margin-bottom: 30px;
    position: relative;
}
.ctblog-card img {
    width: 100%;
}

.ct-blog-cont {
    padding: 20px 25px;
}

.ct-blog-cont h3 a {
    display: inline-block;
    font-family: IRANSansWebBold;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    word-spacing: -0.1rem;
    min-height: 60px;
    /* margin-bottom: 10px; */
}

.ct-blog-cont p {
    word-spacing: -0.1rem;
    text-align: justify;
    font-family: IRANSansWeb;
    color: #33333383;
    margin-bottom: 25px;
}

.ct-blog-cont .saba-btn {
    min-width: 140px;
}

.ct-blog-cont .publish-date {
    margin-bottom: 4px;
}

.table-core-cpu p {
    direction: ltr;
}

.table-dedicated-resources p {
    line-height: 1.5;
}

.table-number-of-sites p {
    font-size: 18px;
}
.table-php-version p {
    font-size: 16px;
}
.font16 p {
    font-size: 16px;
}

.table-monthly-traffic .enFont,
.table-domain-number {
    font-size: 18px;
}

.swip-scroll {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 25px);
    border-radius: 50%;
    box-shadow: 0 0 7px #0000001f;
    background: #fff;
    display: none;
    z-index: 9;
}
.swip-scroll img {
    margin-top: 10px;
}

.host-section .sec-header h1 {
    font-family: IRANSansWebBold;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
}

/* body.modal-open {
  padding-right: 15px !important;
} */
.modal-open[style] {
    padding-right: 12px !important;
}
.new-badge {
    position: absolute;
    left: -7px;
    top: -3px;
}

/* .modal-open {
  overflow-y: auto !important;
} */

.domain-checker-card .badge {
    direction: rtl;
}

.anycast-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin-top: 50px;
    box-shadow: 0 0 20px #0000001a;
    border-radius: 10px;
    flex-wrap: wrap;
}

.modal-back {
    position: absolute;
    left: 20px;
    top: 25px;
    max-width: 22px;
    cursor: pointer;
}

.reset-form-body .login-form {
    border: 0 !important;
}

.contact-item-phones a,
.contact-items .contact-mail {
    margin-left: 5px;
}


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


.recent-feature {
    height: 417px;
}
.recent-left .recent-image {
    height: 200px;
}


#domainInfo .modal-content .modal-body {
    padding: 30px 25px;
    text-align: left;
    line-height: 1.5;
    height: 300px;
    overflow-y: auto;
}

.modal-footer button {
    border: 0;
}
.modal-title {
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    display: block;
}


.pagination {
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 40px;
}
.pagination .page-item {
    margin: 0 5px;
}
/* .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.page-item:last-child .page-link {
    border-radius: 7px;
} */
.page-item:first-child .page-link , .page-item:last-child .page-link {
    min-width: 60px;
    font-size: 13px;
    border-radius: 7px;
    line-height: 38px;
}
.pagination .page-link {
    color: #000;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 7px;
}
.page-link:focus , .page-link:hover , .page-link.active {
    color: #fff;
    background-color: var(--blue-color);
    box-shadow: none;
    border-color: var(--blue-color);
}


.d-flex {
    display: flex;
    justify-content: space-around;
}

.custom-badge {
    padding: 2px 8px;
    background-color: #e50058;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    height: 15px;
}

.ml-15{
    margin-left: 15px;
}

.new-label-tag-header{
    position: absolute;
    left: 0;
    right: 29%;
    margin: -8px auto;
}

.tooltip-header-badge{
    width: 36px;
    height: 26px;
}

.tooltip-header-text{
    position: absolute;
    top: 40%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;font-size: 10px;
}

.text-justify{
    text-align: justify;
}

.background-color-cloud{
    background-image: url('/assets/images/cdn/cdn-and-cloudserver-page-section-background.jpg') !important;
    background-size: cover !important;
}

.border-radios-7{
    border-radius: 7px;
}


.icon-cloud-general{
    padding-left: 20px;
    padding-top: 32px;
}

.icon-cloud-general-size{
    width: 80px;
}

.d-flex-simple{
    display: flex;
}

.cloud-intro-text-box-size{
    width: 300px;
}