/*
Theme Name: sp_blog
Theme URI: http://Pars.host
Author: ParsHost Programming Team
Author URI: http://Pars.host
Description: This Template Created by Mohsen Hasanpour with 💙 for Pars.host and Pars.host
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sp_blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------
[Table of contents]

1.  Typography
2.  General styles
3.  Component & Customize Assets
    3.1 Component
        3.1.1 Buttons
        3.1.2 Shadows
        3.1.3 Colors
        3.1.4 Table
        3.1.5 Tabs
    3.2 Customize assets

4.  Header
    4.1 Header v3

5.  Footer
    5.1 Call to action
    5.2 Widget area
    5.3 Widgets
    5.4 Copyright

6.  Sidebar

7.  Mobile Navbar sidebar

8.  Sections

9.  404.php


--------------------------------------------------*/

/* --------------------------------------
    1. Typography
-------------------------------------- */

.display-large {
    font-size: 57px;
    line-height: 64px;
    font-weight: 400;
}

.display-medium {
    font-size: 47px;
    line-height: 52px;
    font-weight: 400;
}

.display-small {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
}

.headline-large {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.headline-medium {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.headline-small {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.title-large {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.title-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.title-small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.label-large {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.label-medium {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.label-small {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}

.body-large {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.body-medium {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.body-small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

/* --------------------------------------
    2. General Styles
-------------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-family: 'iransans', sans-serif;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #5651C2;
}

::selection {
    color: #fff;
    background: #5651C2;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.rotate180 {
    transform: rotate(180deg);
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate270 {
    transform: rotate(270deg);
}

.bb-0 {
    border-bottom: none !important;
}

.slide-box.bg-white {
    box-shadow: 0 10px 100px 0 #00000014;
}

.author-1.archive .article-content-group {
    padding-top: 15px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.br-100 {
    border-radius: 100%;
}

.no-border {
    border: none !important;
}

/* --------------------------------------
    3. Component & Customize Assets
-------------------------------------- */

a:hover {
    text-decoration: none !important;
}

.owl-carousel {
    direction: ltr;
}

.text-muted-2 {
    color: #B3BBC7;
}

.text-dark-2 {
    color: #2D365D !important;
}

/*----- 3.1. Component -----*/

/*----- 3.1.1 Buttons -----*/

.btn {
    font-weight: 700;
    color: #344054;
    border: 2px solid transparent;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 12px;
    transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    -ms-transition: all 0.5s linear !important;
    -moz-transition: all 0.5s linear !important;
    -webkit-transition: all 0.5s linear !important;
}

.btn.active,
.btn:active,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.disable {
    cursor: not-allowed !important;
}

.btn.main,
.btn.primary {
    background: #383490;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.25 );
}

.btn.main.hover,
.btn.main:hover,
.btn.primary.hover,
.btn.primary:hover {
    background: #282566;
    color: #fff;
    box-shadow: none;
}

.btn.main.active,
.btn.main:active,
.btn.primary.active,
.btn.primary:active {
    background: #1F1D4F;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.btn.main.focus,
.btn.main:focus,
.btn.primary.focus,
.btn.primary:focus {
    background: #383490;
    border: 2px solid #EAECF0;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.main.disable,
.primary.disable {
    background: #EAECF0 !important;
    color: #98A2B3 !important;
    box-shadow: none !important;
    border: 2px solid #EAECF0 !important;
}

.btn.main.disable:hover,
.btn.main.disable:focus,
.btn.main.disable:active,
.btn.primary.disable:hover,
.btn.primary.disable:focus,
.btn.primary.disable:active {
    background: #EAECF0 !important;
    color: #98A2B3 !important;
    box-shadow: none !important;
    border: 2px solid #EAECF0 !important;
}

.btn.secondary {
    background: #fff;
    color: #344054;
    border: 2px solid #EAECF0;
}

.btn.secondary.hover,
.btn.secondary:hover {
    background: #EAECF0;
    border: 2px solid #F2F4F7;
}

.btn.secondary.active,
.btn.secondary:active {
    background: #EAECF0;
    outline: 0;
    border: 2px solid #EAECF0;
}

.btn.secondary.focus,
.btn.secondary:focus {
    border: 2px solid #EBEBF4;
    outline: 0;
}

.secondary.disable {
    background: #fff;
    color: #98A2B3;
    border: 2px solid #EAECF0;
}

.btn.tertiary {
    background: #fff;
    color: #344054;
    border: 2px solid #fff;
}

.btn-.tertiary.hover,
.btn-.tertiary:hover {
    background: #F2F4F7;
    border: 2px solid #F2F4F7;
}

.btn.tertiary.active,
.btn.tertiary:active {
    background: #EAECF0;
    border: 2px solid #EAECF0;
    outline: 0;
}

.btn.tertiary.focus,
.btn.tertiary:focus {
    border: 2px solid #EBEBF4;
    background: #fff;
    outline: 0;
}

.btn.tertiary.disable {
    background: #fff;
    border: 2px solid #fff;
    color: #98A2B3;
}

.btn.gold {
    background: #FFBB47;
    color: #344054;
    border: 2px solid #FFBB47;
}

.btn.gold.hover,
.btn.gold:hover {
    background: #E8AA41;
    border: 2px solid #E8AA41;
}

.btn.gold.active,
.btn.gold:active {
    background: #B58532;
    border: 2px solid #B58532;
    outline: 0;
}

.btn.gold.focus,
.btn.gold:focus {
    border: 2px solid #EBEBF4;
    background: #FFBB47;
    outline: 0;
}

.btn.gold.disable {
    background: #EAECF0;
    border: 2px solid #EAECF0;
    color: #98A2B3;
}

.btn.error,
.btn.negative {
    background: #F04438;
    color: #fff;
    border: 2px solid #F04438;
}

.btn.error.hover,
.btn.error:hover,
.btn.negative.hover,
.btn.negative:hover {
    background: #B42318;
    border: 2px solid #B42318;
}

.btn.error.active,
.btn.error:active,
.btn.negative.active,
.btn.negative:active {
    background: #912018;
    border: 2px solid #912018;
    outline: 0;
}

.btn.error.focus,
.btn.error:focus,
.btn.negative.focus,
.btn.negative:focus {
    border: 2px solid #FEF3F2;
    background: #F04438;
    outline: 0;
}

.btn.error.disable,
.btn.negative.disable {
    background: #EAECF0;
    border: 2px solid #EAECF0;
    color: #98A2B3;
}

.btn.positive {
    background: #12B76A;
    color: #fff;
    border: 2px solid #12B76A;
}

.btn.positive.hover,
.btn.positive:hover {
    background: #027A48;
    border: 2px solid #027A48;
}

.btn.positive.active,
.btn.positive:active {
    background: #05603A;
    border: 2px solid #05603A;
    outline: 0;
}

.btn.positive.focus,
.btn.positive:focus {
    border: 2px solid #ECFDF3;
    background: #12B76A;
    outline: 0;
}

.btn.positive.disable {
    background: #EAECF0;
    border: 2px solid #EAECF0;
    color: #98A2B3;
}

.btn.warning {
    background: #F79009;
    color: #fff;
    border: 2px solid #F79009;
}

.btn.warning.hover,
.btn.warning:hover {
    background: #B54708;
    border: 2px solid #B54708;
}

.btn.warning.active,
.btn.warning:active {
    background: #93370D;
    border: 2px solid #93370D;
    outline: 0;
}

.btn.warning.focus,
.btn.warning:focus {
    background: #F79009;
    border: 2px solid #FFFAEB;
    outline: 0;
}

.btn.warning.disable {
    background: #EAECF0;
    border: 2px solid #EAECF0;
    color: #98A2B3;
}

/*----- 3.1.2 Shadows -----*/

.shadow-1 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-2 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-3 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 3px 3px 0 rgba(0, 0, 0, 0.02), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

.shadow-4 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 4px 4px 0 rgba(0, 0, 0, 0.02), 0 8px 16px 0 rgba(0, 0, 0, 0.06);
}

.shadow-5 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 5px 5px 0 rgba(0, 0, 0, 0.02), 0 16px 32px 0 rgba(0, 0, 0, 0.06);
}

.shadow-6 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 6px 6px 0 rgba(0, 0, 0, 0.02), 0 32px 64px 0 rgba(0, 0, 0, 0.06);
}

.shadow-7 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 7px 7px 0 rgba(0, 0, 0, 0.02), 0 64px 128px 0 rgba(0, 0, 0, 0.06);
}

.shadow-8 {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.02), 0 8px 8px 0 rgba(0, 0, 0, 0.02), 0 128px 250px 0 rgba(0, 0, 0, 0.06);
}

.shadow-9 {
    box-shadow: 0 -1px 1px 0 rgba(43, 39, 126, 0.02), 0 5px 5px 0 rgba(43, 39, 126, 0.02), 0 32px 64px 0 rgba(43, 39, 126, 0.06);
}
/*----- 3.1.3 Table -----*/

/*----- 3.1.3 Colors -----*/

.bg-yellow50 {
    background: #FFF8ED;
}

.bg-yellow100 {
    background: #FFEAC6;
}

.bg-yellow200 {
    background: #FFE0AA;
}

.bg-yellow300 {
    background: #FFD184;
}

.bg-yellow400 {
    background: #FFC96C;
}

.bg-yellow500 {
    background: #FFBB47;
}

.bg-yellow600 {
    background: #E8AA41;
}

.bg-yellow700 {
    background: #B58532;
}

.bg-yellow800 {
    background: #8C6727;
}

.bg-yellow900 {
    background: #6B4F1E;
}

.bg-gray50 {
    background: #f2f2f2;
}

.bg-gray100 {
    background: #f2f4f7;
}

.bg-gray200 {
    background: #EAECF0;
}

.bg-gray300 {
    background: #D0D5DD;
}

.bg-gray400 {
    background: #98A2B3;
}

.bg-gray500 {
    background: #667085;
}

.bg-gray600 {
    background: #475467;
}

.bg-gray700 {
    background: #344054;
}

.bg-gray800 {
    background: #1D2939;
}

.bg-gray900 {
    background: #101828;
}

.bg-teal50 {
    background: #F4FBFC;
}

.bg-teal100 {
    background: #DEF4F5;
}

.bg-teal200 {
    background: #CEEEF0;
}

.bg-teal300 {
    background: #B8E6EA;
}

.bg-teal400 {
    background: #AAE1E5;
}

.bg-teal500 {
    background: #95DADF;
}

.bg-teal600 {
    background: #88C6CB;
}

.bg-teal700 {
    background: #6A9B9E;
}

.bg-teal800 {
    background: #52787B;
}

.bg-teal900 {
    background: #3F5C5E;
}

.bg-teal50 {
    background: #F4FBFC;
}

.bg-teal100 {
    background: #DEF4F5;
}

.bg-teal200 {
    background: #CEEEF0;
}

.bg-teal300 {
    background: #B8E6EA;
}

.bg-teal400 {
    background: #AAE1E5;
}

.bg-teal500 {
    background: #95DADF;
}

.bg-teal600 {
    background: #88C6CB;
}

.bg-teal700 {
    background: #6A9B9E;
}

.bg-teal800 {
    background: #52787B;
}

.bg-teal900 {
    background: #3F5C5E;
}

.bg-blue50 {
    background: #E6F8FD;
}

.bg-blue100 {
    background: #B0E9F9;
}

.bg-blue200 {
    background: #8ADEF6;
}

.bg-blue300 {
    background: #54CFF2;
}

.bg-blue400 {
    background: #33C5F0;
}

.bg-blue500 {
    background: #00B7EC;
}

.bg-blue600 {
    background: #00A7D7;
}

.bg-blue700 {
    background: #0082A8;
}

.bg-blue800 {
    background: #006582;
}

.bg-blue900 {
    background: #004D63;
}

.bg-azure50 {
    background: #EEF2F9;
}

.bg-azure100 {
    background: #CAD6EB;
}

.bg-azure200 {
    background: #B0C2E2;
}

.bg-azure300 {
    background: #8CA6D5;
}

.bg-azure400 {
    background: #7695CD;
}

.bg-azure500 {
    background: #547AC0;
}

.bg-azure600 {
    background: #4C6FAF;
}

.bg-azure700 {
    background: #3C5788;
}

.bg-azure800 {
    background: #2E436A;
}

.bg-azure900 {
    background: #233351;
}

.bg-error50 {
    background: #FEF3F2;
}

.bg-error100 {
    background: #FEE4E2;
}

.bg-error200 {
    background: #FFCDCA;
}

.bg-error300 {
    background: #FDA29B;
}

.bg-error400 {
    background: #FA7066;
}

.bg-error500 {
    background: #F04438;
}

.bg-error600 {
    background: #D92D20;
}

.bg-error700 {
    background: #B42318;
}

.bg-error800 {
    background: #912018;
}

.bg-error900 {
    background: #7A271A;
}

.bg-warning50 {
    background: #FFFAEB;
}

.bg-warning100 {
    background: #FEF0C7;
}

.bg-warning200 {
    background: #FEDF89;
}

.bg-warning300 {
    background: #FEC84B;
}

.bg-warning400 {
    background: #FDB022;
}

.bg-warning500 {
    background: #F79009;
}

.bg-warning600 {
    background: #DC6803;
}

.bg-warning700 {
    background: #B54708;
}

.bg-warning800 {
    background: #93370D;
}

.bg-warning900 {
    background: #7A2E0E;
}

.bg-violet50 {
    background: #F2F2F2;
}

.bg-violet100 {
    background: #C1C0DD;
}

.bg-violet200 {
    background: #A3A2CC;
}

.bg-violet300 {
    background: #7A77B5;
}

.bg-violet400 {
    background: #605DA6;
}

.bg-violet500 {
    background: #383490;
}

.bg-violet600 {
    background: #332F83;
}

.bg-violet700 {
    background: #282566;
}

.bg-violet800 {
    background: #1F1D4F;
}

.bg-violet900 {
    background: #18163C;
}

.bg-success50 {
    background: #ECFDF3;
}

.bg-success100 {
    background: #D1FADF;
}

.bg-success200 {
    background: #A6F4C5;
}

.bg-success300 {
    background: #6CE9A6;
}

.bg-success400 {
    background: #32D583;
}

.bg-success500 {
    background: #12B76A;
}

.bg-success600 {
    background: #039855;
}

.bg-success700 {
    background: #027A48;
}

.bg-success800 {
    background: #05603A;
}

.bg-success900 {
    background: #054F31;
}

.text-yellow50 {
    color: #FFF8ED;
}

.text-yellow100 {
    color: #FFEAC6;
}

.text-yellow200 {
    color: #FFE0AA;
}

.text-yellow300 {
    color: #FFD184;
}

.text-yellow400 {
    color: #FFC96C;
}

.text-yellow500 {
    color: #FFBB47;
}

.text-yellow600 {
    color: #E8AA41;
}

.text-yellow700 {
    color: #B58532;
}

.text-yellow800 {
    color: #8C6727;
}

.text-yellow900 {
    color: #6B4F1E;
}

.text-gray50 {
    color: #f2f2f2;
}

.text-gray100 {
    color: #f2f4f7;
}

.text-gray200 {
    color: #EAECF0;
}

.text-gray300 {
    color: #D0D5DD;
}

.text-gray400 {
    color: #98A2B3;
}

.text-gray500 {
    color: #667085;
}

.text-gray600 {
    color: #475467;
}

.text-gray700 {
    color: #344054;
}

.text-gray800 {
    color: #1D2939;
}

.text-gray900 {
    color: #101828;
}

.text-teal50 {
    color: #F4FBFC;
}

.text-teal100 {
    color: #DEF4F5;
}

.text-teal200 {
    color: #CEEEF0;
}

.text-teal300 {
    color: #B8E6EA;
}

.text-teal400 {
    color: #AAE1E5;
}

.text-teal500 {
    color: #95DADF;
}

.text-teal600 {
    color: #88C6CB;
}

.text-teal700 {
    color: #6A9B9E;
}

.text-teal800 {
    color: #52787B;
}

.text-teal900 {
    color: #3F5C5E;
}

.text-blue50 {
    color: #E6F8FD;
}

.text-blue100 {
    color: #B0E9F9;
}

.text-blue200 {
    color: #8ADEF6;
}

.text-blue300 {
    color: #54CFF2;
}

.text-blue400 {
    color: #33C5F0;
}

.text-blue500 {
    color: #00B7EC;
}

.text-blue600 {
    color: #00A7D7;
}

.text-blue700 {
    color: #0082A8;
}

.text-blue800 {
    color: #006582;
}

.text-blue900 {
    color: #004D63;
}

.text-azure50 {
    color: #EEF2F9;
}

.text-azure100 {
    color: #CAD6EB;
}

.text-azure200 {
    color: #B0C2E2;
}

.text-azure300 {
    color: #8CA6D5;
}

.text-azure400 {
    color: #7695CD;
}

.text-azure500 {
    color: #547AC0;
}

.text-azure600 {
    color: #4C6FAF;
}

.text-azure700 {
    color: #3C5788 !important;
}

.text-azure800 {
    color: #2E436A;
}

.text-azure900 {
    color: #233351;
}

.text-error50 {
    color: #FEF3F2;
}

.text-error100 {
    color: #FEE4E2;
}

.text-error200 {
    color: #FFCDCA;
}

.text-error300 {
    color: #FDA29B;
}

.text-error400 {
    color: #FA7066;
}

.text-error500 {
    color: #F04438;
}

.text-error600 {
    color: #D92D20;
}

.text-error700 {
    color: #B42318;
}

.text-error800 {
    color: #912018;
}

.text-error900 {
    color: #7A271A;
}

.text-warning50 {
    color: #FFFAEB;
}

.text-warning100 {
    color: #FEF0C7;
}

.text-warning200 {
    color: #FEDF89;
}

.text-warning300 {
    color: #FEC84B;
}

.text-warning400 {
    color: #FDB022;
}

.text-warning500 {
    color: #F79009;
}

.text-warning600 {
    color: #DC6803;
}

.text-warning700 {
    color: #B54708;
}

.text-warning800 {
    color: #93370D;
}

.text-warning900 {
    color: #7A2E0E;
}

.text-violet50 {
    color: #F2F2F2;
}

.text-violet100 {
    color: #C1C0DD;
}

.text-violet200 {
    color: #A3A2CC;
}

.text-violet300 {
    color: #7A77B5;
}

.text-violet400 {
    color: #605DA6;
}

.text-violet500 {
    color: #383490;
}

.text-violet600 {
    color: #332F83;
}

.text-violet700 {
    color: #282566;
}

.text-violet800 {
    color: #1F1D4F;
}

.text-violet900 {
    color: #18163C;
}

.text-success50 {
    color: #ECFDF3;
}

.text-success100 {
    color: #D1FADF;
}

.text-success200 {
    color: #A6F4C5;
}

.text-success300 {
    color: #6CE9A6;
}

.text-success400 {
    color: #32D583;
}

.text-success500 {
    color: #12B76A;
}

.text-success600 {
    color: #039855;
}

.text-success700 {
    color: #027A48;
}

.text-success800 {
    color: #05603A;
}

.text-success900 {
    color: #054F31;
}

.text-blog {
    color: #383490 !important;
}

.text-blog-second {
    color: #5651C2 !important;
}

/*----- 3.1.4 Table -----*/

.table-container {
    border-radius: 12px;
    padding: 0;
    width: 100%;
    border: 2px solid #EAECF0;
    margin: 16px 0;
    overflow: hidden;
}

.table {
    width: 100%;
    overflow: scroll;
}

.table tr:nth-child(odd) {
    background: #F9FAFB;
}

.table thead tr {
    background: #fff !important;
    border-bottom: 2px solid #EAECF0;
}

.table th {
    padding: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #344054;
}

.table td {
    padding: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #344054;
}

.table td > a,
.table th > a {
    color: #344054;
}

.table td > a:hover,
.table th > a:hover {
    text-decoration: none;
}

.table img.icon {
    width: 12px;
    margin-left: 6px;
}

/*----- 3.1.5 Filter buttons -----*/

.filter-container {
    width: 100%;
}

.filter-btn-gp {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter-btn-gp > .item {
    display: inline-block;
    margin: 0 0 0 2px;
}

.filter-btn-gp > .item > a {
    padding: 18px 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #000000;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-radius: 50px;
}

.filter-btn-gp > .item > a:active,
.filter-btn-gp > .item > a:hover,
.filter-btn-gp > .item > a.active {
    background: #FFF3F0;
    color: #FF8A66;
}

/*----- 3.2 Customize Assets -----*/


.mb-md-3 {
    margin-bottom: 16px !important;
}


/* --------------------------------------
    4. Header
-------------------------------------- */

.header {
    background: #fff;
    border-bottom: 2px solid #EAECF0;
    color: #344054;
}

.header .btn-box {
    padding: 12px 15px;
    text-align: left;
}

.header .btn-box .btn {
    vertical-align: 2px;
}

.header .btn-box .btn:nth-child( n+2 ) {
    margin-right: 16px;
}

.header .btn-box .btn > img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.header nav .navbar-nav {
    margin-top: 2px;
}

.header nav .navbar-nav .nav-item.mega {
    position: static;
}

.header nav .navbar-nav .nav-item .nav-link {
    padding: 26px 14px;
    font-weight: 700;
    color: #344054;
}

.header nav .navbar-nav .nav-item.dropdown > .nav-link::after {
    border: none;
    content: '';
    margin: 0 4px;
    color: #667085;
    vertical-align: -4px;
    background-image: url('../icon/blog-icons/chevron-down.svg');
    background-size: 100%;
    height: 17px;
    width: 11px;
    background-position-y: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.header nav .navbar-nav .dropdown-menu .nav-item.dropdown > .nav-link::after {
    background-image: url('../icon/blog-icons/chevron-left.svg');
    background-size: 100%;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
}

.header .dropdown-menu.mega-menu {
    padding: 32px;
    background: #fff;
    min-width: 992px;
    border: 2px solid #EAECF0;
    border-radius: 0;
    right: 30px;
}

.dropdown-menu .dropdown-menu {
    right: 100%;
    top: 0;
}

.dropdown-menu {
    background: inherit;
    border: none;
}

.dropdown-menu > .nav-item {
    background: #fff;
    border-left: 1px solid #98A2B3;
    border-right: 1px solid #98A2B3;
}

.dropdown-menu > .nav-item:first-child {
    border-top: 1px solid #98A2B3;
}

.dropdown-menu > .nav-item:last-child {
    border-bottom: 1px solid #98A2B3;
}

.header .dropdown-menu.mega-menu .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    color: #344054;
    margin-bottom: 24px;
}

.header .dropdown-menu.mega-menu .dropdown-item {
    display: flex;
    margin-bottom: 24px;
    padding: 0;
}

.header .dropdown-menu.mega-menu .dropdown-item:hover,
.header .dropdown-menu.mega-menu .dropdown-item:focus {
    background: rgba( 0, 0, 0, 0 );
}

.header .dropdown-menu.mega-menu .dropdown-item .image {
    position: relative;
    margin-left: 16px;
}

.header .dropdown-menu.mega-menu .dropdown-item .image > .badge {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-radius: 100%;
    border: 2px solid #fff;
}

.header .dropdown-menu.mega-menu .dropdown-item .heading > h6 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.header .dropdown-menu.mega-menu .dropdown-item .heading > p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.header .btn-box .btn > .text > span:nth-child(2) {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.header .btn-box .btn > .text > span:nth-child(2) > img {
    max-width: 100%;
}

.all-item-menu-box {
    padding: 24px 0 0;
    border-top: 2px solid #EAECF0;
}

.all-item-menu {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 24px;
    float: left;
}

.logo-box {
    height: 45px;
    width: 135px;
}

.logo {
    height: 100%;
    width: auto;
}

/*----- 4.1 Header V3 -----*/


/* - Topbar */

.topbar-container {
    padding: 24px 0 16px;
    width: 100%;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.topbar .topbar-menu {

}

.topbar .topbar-menu > ul {
    padding: 0;
}

.topbar .topbar-menu > ul > li {
    display: inline-block;
    margin-left: 24px;
    position: relative;
}

.topbar .topbar-menu > ul > li > a {
    font-family: 'yekan-bakh', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    text-align: right;
    color: #3C5788;
    position: relative;
    display: inline-block;
    height: 19px;
}

.topbar .topbar-menu > ul > li > a > .home {
    display: block;
    width: 19px;
    height: 27px;
    background: url( "../icons/home-azure700.svg" ) no-repeat center;
}

.topbar .topbar-menu > ul > li .badge {
    display: inline-block;
    line-height: 15px;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    bottom: calc( 100% - 8px );
    border-radius: 100%;
    font-size: 8px;
    font-weight: 700;
    left: -20px;
    padding: 2px 4px;
    color: #fff;
}

.topbar .notification-bar {

}

.topbar .notification-bar .call {

}

.topbar .notification-bar .call .icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../icons/phone-call-azure700.svg) no-repeat center center;
}

.topbar .notification-bar .call .pre-number {
    margin-left: 12px;
    margin-right: 10px;
    line-height: 24px;
}

.topbar .notification-bar .call .number {
    line-height: 24px;
}

.topbar .notification-bar .notification {
    margin-left: 40px;
}

.topbar .notification-bar .notification .title {
    line-height: 24px;
    margin: 0 20px;
    border-right: 1px solid #EEF2F9;
    padding-right: 20px;
    font-family: 'yekan-bakh', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #7695CD;
}

.topbar .notification-bar .notification .icon {
    position: relative;
}

.topbar .notification-bar .notification .icon .circle {
    display: block;
    width: 21px;
    height: 21px;
    background: transparent;
    border-radius: 100%;
    position: relative;
    border: 2px solid #7695CD;
}

.topbar .notification-bar .notification .icon .circle::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #32D583;
    box-shadow: 0 1px 3px rgba(50, 213, 131, 0.3);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 100%;
    animation: heartBeat infinite 1s ease-in-out;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.25);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.topbar .notification-bar .notification .announcement-wrapper {
    flex-grow: 1;
    width: 275px;
    padding: 0 12px;
    overflow: hidden;
}

.topbar .notification-bar .notification .announcement-wrapper .announcement-box {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.topbar .notification-bar .notification .announcement-wrapper .announcement-box .mover {
    white-space: nowrap;
    /*animation: moveOnX 15s linear infinite;*/
    text-align: left;
}

@keyframes moveOnX {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(300%);
    }
}

.topbar .notification-bar .notification .announcement-box .announcement {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #3C5788;
    /*margin-left: 24px;*/
    display: inline-block;
}

/* nMegamenu */

.main-header-container {
    width: 100%;
    position: relative;
}

.main-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.main-header::before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    background: linear-gradient( 270deg, #F9FAFB 0%, #E7E7E7 51.04%, #F9FAFB 100% );
    width: 100%;
    height: 1px;
}

.main-header .action-button {

}

.main-header .action-button .clientarea {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
}

.main-header .action-button .clientarea::after {
    content: '';
    display: block;
    background: #282566;
    opacity: 0.3;
    filter: blur(4px);
    border-radius: 12px;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
}

.main-header .action-button .clientarea > .icon {
    margin-right: 6px;
    margin-left: 0;
}

.main-header .action-button .ticket {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-right: 16px;
    position: relative;
}

.main-header .action-button .ticket::after {
    content: '';
    display: block;
    background: #FFBB47;
    opacity: 0.3;
    filter: blur(4px);
    border-radius: 12px;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.main-header .action-button .ticket > .icon {
    margin-left: 6px;
}

.icon {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.icon.email,
.icon.mail {
    background: url( "../icons/mail.svg" ) no-repeat center center;
}

.icon.user {
    background: url( "../icons/user.svg" ) no-repeat center center;
}

.icon.hamb {
    background: url( "../icons/menu-w.svg" ) no-repeat center center;
}

.icon.nok {
    background: url('../icons/x.svg') no-repeat center;
    background-size: contain;
}

.main-header .main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header .main-menu > li {
    position: relative;
    padding-bottom: 16px;
    margin-left: 32px;
}

.main-header .main-menu > li > a {

}

.main-header .main-menu > li > a > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: #3C5788;
}

.main-header .main-menu > li > a > span.icon {
    margin-left: 12px;
}

.main-header .main-menu > li > a > span.arrow {
    margin-right: 16px;
}

.main-header .main-menu > li > ul {
    display: none ;
    opacity: 0;
}

.main-header .main-menu > li:hover > ul {
    display: block;
    opacity: 1;
}

.main-header .main-menu > li > .megamenu-container {
    background: #F2F4F7;
    position: absolute;
    width: 640px;
    min-height: 226px;
    top: 100%;
    list-style: none;
    padding: 8px;
    margin: 0;
    z-index: 999;
}

.main-header .main-menu > li > .megamenu-container > li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main-header .main-menu > li > .megamenu-container > li > ul {
    position: relative;
    list-style: none;
    padding: 0;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li {
    background: #f2f4f7;
    margin-bottom: 8px;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li:last-child {
    margin-bottom: 0;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content {
    width: calc( 33% - 4px );
    padding: 16px;
    border-radius: 9px;
    position: relative;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content.active,
.main-header .main-menu > li > .megamenu-container > li > ul > li:hover > .content {
    background: #fff;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content.active::before,
.main-header .main-menu > li > .megamenu-container > li > ul > li:hover > .content::before {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: 20px;
    background: url( "../icons/triangle-white.svg" ) no-repeat center center;
    height: 12px;
    width: 8px;
    z-index: 10;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content.active::after,
.main-header .main-menu > li > .megamenu-container > li > ul > li:hover > .content::after {
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    top: 20px;
    background: url( "../icons/triangle-gray.svg" ) no-repeat center center;
    height: 12px;
    width: 8px;
    z-index: 9;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content > a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'yekan-bakh', sans-serif;
    color: #3C5788;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .content .text {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    font-family: 'yekan-bakh', sans-serif;
    color: #667085;
    text-align: justify;
    padding: 0;
    margin-bottom: 0;
    margin-top: 8px;
}

.text-of-item {
    color: #3C5788;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li .ph-container-menu {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    border-radius: 9px;
    background: #fff;
    width: 67%;
    height: 100%;
    padding: 24px;
    display: none;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li:hover .ph-container-menu {
    display: block;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li:hover .ph-container-menu > ul {
    display: flex;
}

/*.main-header .main-menu > li > .megamenu-container > li > ul > li .ph-container-menu > ul.active {*/
/*    background: #fff;*/
/*    display: flex;*/
/*}*/

.main-header .main-menu > li > .megamenu-container > li > ul > li .ph-container-menu.active {
    background: #fff;
    display: flex;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .ph-container-menu > ul {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    /*display: none;*/
    border-radius: 9px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 24px;
}

.main-header .main-menu > li > .megamenu-container > li > ul > li > .ph-container-menu > ul > li {
    display: block;
}

.icon.arrow-down {
    background: url( "../icons/arrow-down.svg" ) no-repeat center center;
}

.icon.arrow-left {
    background: url( "../icons/arrow-left.svg" ) no-repeat center center;
}

.icon.arrow-left-white {
    background: url( "../icons/arrow-left-white.svg" ) no-repeat center center;
}

.main-header .main-menu .icon.arrow-down {
    display: inline-block;
    width: 8px;
    height: 6px;
}

.main-header .main-menu .icon.arrow-left {
    display: inline-block;
    width: 6px;
    height: 8px;
}

.main-header .main-menu .logo-box .logo {
    width: 100px;
    height: auto;
    max-height: 28.83px;
}

.main-header .main-menu .logo-box {
    padding-bottom: 8px;
    display: block;
}


.menu-domain-badge {
    width: 6px;
    height: 30px;
    padding-top: 12px;
}

.menu-domain-badge > div {
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.menu-domain-badge > .domain-badge-1 {
    background: #33C5F0;
}

.menu-domain-badge > .domain-badge-4 {
    background: #FFC96C;
}

.menu-domain-badge > .domain-badge-7 {
    background: #FA7066;
}

.menu-domain-badge > .domain-badge-10 {
    background: #32D583;
}

.menu-domain-badge > .domain-badge-13 {
    background: #33C5F0;
}

.menu-domain-badge > .domain-badge-16 {
    background: #FDB022;
}

.menu-domain-badge > .domain-badge-2 {
    background: #FDA29B;
}

.menu-domain-badge > .domain-badge-5 {
    background: #383490;
}

.menu-domain-badge > .domain-badge-8 {
    background: #54CFF2;
}

.menu-domain-badge > .domain-badge-11 {
    background: #FEDF89;
}

.menu-domain-badge > .domain-badge-14 {
    background: #88C6CB;
}

.menu-domain-badge > .domain-badge-3 {
    background: #B0C2E2;
}

.menu-domain-badge > .domain-badge-6 {
    background: #FFBB47;
}

.menu-domain-badge > .domain-badge-9 {
    background: #6CE9A6;
}

.menu-domain-badge > .domain-badge-12 {
    background: #7695CD;
}

.menu-domain-badge > .domain-badge-15 {
    background: #FA7066;
}

.see-more-domain {
    width: 100%;
    display: block;
    text-align: center;
    background: #EEF2F9;
    padding: 8px 16px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 9px;
    color: #3C5788;
}

.see-more-domain > span {
    position: relative;
    padding-left: 19px;
}

.see-more-domain > span::after {
    content: '';
    display: block;
    width: 11px;
    background: url( "../icons/see-more-domain.svg" ) no-repeat left center;
    background-size: contain;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.see-more-domain:hover {
    color: #3C5788;
}

.go-co-domain-btn-box {
    width: calc( 33% - 4px );
    padding: 0 16px 8px;
}

.go-co-domain-btn-box .go-co-domain-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 8px 16px;
    display: inline-block;
    background: #3C5788 url( "../icons/chevron-left-muted.svg" ) 16px center no-repeat;
    color: #fff;
    text-align: right;
    width: 100%;
    border-radius: 9px;
}

.go-co-domain-btn-box .go-co-domain-btn > span {
    position: relative;
    padding-right: 16px;
}

.go-co-domain-btn-box .go-co-domain-btn > span::after {
    content: '';
    display: block;
    width: 8px;
    background: url( "../icons/co-domain-icon.svg" ) no-repeat left center;
    background-size: contain;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.mobile-menu {
    display: flex;
}

.mobile-menu .hamb-menu {
    display: inline-block;
    padding: 8px;
    width: 41px;
    height: 41px;
    margin-left: 12px;
}

.mobile-menu .logo-box {
    padding-top: 5px;
}

.menu-box .main-menu .logo-box-short {
    display: none;
}

.main-header .main-menu > li > .megamenu-container.pars-host-host-menu {
    min-height: 285px;
}

.pars-host-host-menu {
    padding: 8px;
    border-radius: 10px;
    background: #F2F4F7 !important;
}

.pars-host-host-menu .col-lg-4::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    left: 16px;
    right: 16px;
    background: #CAD6EB;
    top: calc( 100% + 8px );
    position: absolute;
    z-index: 99;
}

.pars-host-host-menu .col-lg-4:hover::after {
    background: transparent;
}

.pars-host-host-menu .col-lg-4 {
    margin-bottom: 16px;
    position: relative;
}

.pars-host-host-menu .col-lg-4:nth-child(3n+1){
    padding-right: 0;
}

.pars-host-host-menu .col-lg-4:nth-child(3n){
    padding-left: 0;
    border-left: 1px solid transparent;
}

.pars-host-host-menu .col-lg-4:nth-child(3n+1)::before{
    content: '';
    display: block;
    width: 1px;
    height: auto;
    left: 0;
    background: #CAD6EB;
    top: 0;
    bottom: -8px;
    position: absolute;
    z-index: 99;
}

.pars-host-host-menu .col-lg-4:nth-child(3n)::before{
    content: '';
    display: block;
    width: 1px;
    height: auto;
    right: 0;
    background: #CAD6EB;
    top: 0;
    bottom: -8px;
    position: absolute;
    z-index: 99;
}

.main-header .main-menu > li > .pars-host-host-menu {
    min-width: 720px;
}

.main-header .main-menu > li > .pars-host-host-menu > li > ul > li > .content {

}

.main-header .main-menu > li > .pars-host-host-menu > li > ul > li .content .text {
    color: #667085;
    text-align: justify;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.main-header .main-menu > li > .pars-host-host-menu > li > ul > li > .content > a {
    color: #3C5788;
    text-align: right;
    font-family: 'yekan-bakh', Serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.main-header .main-menu > li > .pars-host-host-menu > li > ul > li > .content > a .arrow {
    border-radius: 8px;
    background: #F79009;
    padding: 3px 6px;
    margin-top: 3px;
}

.main-header .main-menu > li > .pars-host-host-menu > li > ul > li > .content > a .arrow .icon {
    width: 10px;
    height: 10px;
    background-size: contain;
    display: block;
    margin: 0;
}

.main-header .main-menu > li > .megamenu-container.pars-host-host-menu > li > ul > li:hover .content::before {
    display: none !important;
    content: none !important;
}


/* Mobile Navbar */

.mobile-navigator {
    position: fixed;
    display: none;
    top: 24px;
    bottom: 24px;
    left: 16px;
    right: 14px;
    background: #fff;
    z-index: 999;
    border-radius: 16px;
    overflow-y: auto;
}

.mobile-navigator .inner-box {
    padding: 32px 24px;
}

.mobile-navigator .inner-box > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-navigator .inner-box > ul > li {
    padding: 8px;
    margin: 16px 0;
    position: relative;
}

.mobile-navigator .inner-box > ul > li::after {
    content: '';
    display: block;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #CAD6EB;
    bottom: -8px;
    position: absolute;
}

.mobile-navigator .inner-box > ul > li:last-child::after,
.mobile-navigator .inner-box > ul > li:first-child::after {
    display: none;
}

.mobile-navigator .inner-box > ul > li:nth-child(1),
.mobile-navigator .inner-box > ul > li:nth-child(2){
    margin-top: 8px;
}

.mobile-navigator .inner-box > ul > li > .content {

}

.mobile-navigator .inner-box > ul > li > .content > a {
    color: #3C5788;
}

.mobile-navigator .inner-box > ul > li > .content .title {
    color: #3C5788;
    text-align: right;
    font-family: 'yekan-bakh', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.mobile-navigator .inner-box > ul > li > .content .text {
    color: #667085;
    text-align: justify;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}



.mobile-navigator .inner-box ul li .arrow {
    border-radius: 8px;
    background: #F79009;
    padding: 3px 6px;
    margin-top: 3px;
}

.mobile-navigator .inner-box ul li .arrow .icon {
    width: 10px;
    height: 10px;
    background-size: contain;
    display: block;
    margin: 0;
    transform: rotate( 180deg );
    transition: all 0.4s linear;
}

.mobile-navigator .inner-box ul li .arrow.active .icon {
    transform: rotate( 0 );
}

.mobile-navigator .inner-box > ul > li > .content-submenu {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #F9FAFB;
    padding: 24px 16px;
    margin-top: 24px;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul {
    margin: 0;
    padding: 0;
    list-style: none;

}


.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li {
    margin: 8px 0;
    padding: 16px 0;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li:first-child{
    margin-top: 0;
    padding-top: 0;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li .sub-text {
    color: #667085;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: block;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li .sub-title {
    color: #3C5788;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}

.mobile-navigator .inner-box > ul > li > .content-submenu > ul > li .sub-icon {
    border-radius: 100%;
    border: 3px solid #EEF2F9;
    display: block;
    width: 40px;
    height: 40px;
}

.mobile-navigator .inner-box > ul > li .content-sub-submenu {

}


.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul {
    margin: 16px 0 0;
    padding-right: 16px;
    list-style: none;
    position: relative;

}

.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul::before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 10px;
    width: 16px;
    border-right: 1px dashed #D0D5DD;
}

.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul > li {
    padding-right: 38px;
    position: relative;
    margin-bottom: 16px;
}

.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul > li::before {
    content: '';
    display: block;
    top: 50%;
    position: absolute;
    right: 0;
    width: 16px;
    height: 1px;
    border: 1px dashed #D0D5DD;
}

.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul > li::after {
    content: '';
    display: block;
    top: 50%;
    position: absolute;
    right: 24px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #F04438;
    margin-top: -2px;
}

.mobile-navigator .inner-box > ul > li .content-sub-submenu > ul > li > a {
    color: #344054;
    text-align: right;
    font-family: 'yekan-bakh', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

#mobile-nav-toggler-close {
    width: 24px;
    height: 24px;
    display: block;
    background: url( "../icons/x-black.svg" ) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

@keyframes hideMegaMenu {
    0% {
        display: flex;
        transform: perspective(80px) rotateX(0deg) translateY(0px);
        opacity: 1;
    }
    100% {
        display: none;
        transform: perspective(80px) rotateX(-1deg) translateY(20px);
        opacity: 0;
    }
}
@keyframes showMegaMenu {
    0% {
        transform: perspective(80px) rotateX(-1deg) translateY(20px);
        display: none;
        opacity: 0;
    }
    100% {
        display: flex;
        transform: perspective(80px) rotateX(0deg) translateY(0px);
        opacity: 1;
    }
}

.nMegamenu-content {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
    animation: hideMegaMenu 0.3s forwards;
}

.menu-col-12 .nMegamenu-content,
.menu-col-21 .nMegamenu-content {
    top: 100%;
    right: 6%;
    right: 0%;
}

.menu-col-12 .nMegamenu-content.active,
.menu-col-21 .nMegamenu-content.active,
.menu-col-11 .nMegamenu-content.active,
.menu-col-111 .nMegamenu-content.active {
    display: flex;
}
.menu-col-12,
.menu-col-21 {
    position: initial !important;
}
.menu-col-11 .nMegamenu-content .nMegamenu-cols .nMegamenu-col-1:nth-child(1) > .items .item {
    padding: 0 30px 0 0 !important;
}
.menu-col-111 .nMegamenu-content .nMegamenu-cols .nMegamenu-col-1:nth-child(1) > .items .item {
    padding: 0 30px 0 0 !important;
}
.menu-col-111 .nMegamenu-content .nMegamenu-cols .nMegamenu-col-1:nth-child(2) > .items .item {
    padding: 0 30px 0 0 !important;
}

.nHeader .main-header .main-menu {
    position: relative;
    height: 56px;
}
.nHeader.nHeaderFixed .main-header .main-menu {
    height: 45px;
}
.nMegamenu-content .nMegamenu-cols-2,
.menu-col-12 .nMegamenu-content .nMegamenu-cols,
.menu-col-21 .nMegamenu-content .nMegamenu-cols,
.menu-col-11 .nMegamenu-content .nMegamenu-cols,
.menu-col-111 .nMegamenu-content .nMegamenu-cols {
    display: flex;
}
.nMegamenu-content .nMegamenu-col-1 {
    display: flex;
    width: 400px;
    flex-direction: column;
}
.nMegamenu-content .nMegamenu-col-2 {
    display: flex;
    width: 800px;
    flex-direction: column;
}
.nMegamenu-content .title {
    background-color: #f9fafb;
    height: 64px;
    width: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.menu-col-3-21 .nMegamenu-col-1 .title {
    padding-right: 0;
}
.nMegamenu-content .title span {
    font-weight: 800;
    color: #7695cd;
    font-size: 15px;
}
.nMegamenu-content .items {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.nMegamenu-content .nMegamenu-col-2 .items {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 30px 0 30px;
    flex-direction: column;
    height: 412px;
    height: 425px;
    align-items: stretch;
    column-gap: 30px;
}
.main-header .main-menu > li {
    margin-left: 20px;
}
.main-header .main-menu > li > a > span.arrow {
    margin-right: 10px;
}
.nMegamenu-content .nMegamenu-col-1 .items .item {
    padding: 0 30px 0 30px;
    width: 100%;
}
.menu-col-12 .nMegamenu-col-1 .items .item {
    padding: 0 30px 0 0;
    width: 100%;
}
.menu-col-21 .nMegamenu-col-1 .items .item {
    padding: 0 0 0 30px;
    width: 100%;
}
.nMegamenu-content .nMegamenu-col-2 .items .item {
    width: 48%;
    min-width: 48%;
}
.nMegamenu-content .items .item .item-inner {
    display: flex;
    gap: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eef2f9;
}
.nMegamenu-content .items .item:last-child .item-inner {
    border-bottom: 0;
}
/* .nMegamenu-content .items .item-inner .item-icon{
transform: scale(1);
transition: 0.4s;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon{
transform: scale(1.05);
transition: 0.4s;
} */

.nHeader .mega-menu .nMegamenu-content .icon {
    width: 23px;
    height: 23px;
    background-size: contain !important;
    transition: 0.2s;
}
.nHeader .icon.nMenu-lines {
    background: url(../icons/nMenu-lines.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-db-server-cloud {
    background: url(../icons/mMenu-db-server-cloud.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-server {
    background: url(../icons/mMenu-server.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-db-server {
    background: url(../icons/mMenu-db-server.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-cloud-server {
    background: url(../icons/mMenu-cloud-server.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-domain {
    background: url(../icons/mMenu-domain.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-domain-re {
    background: url(../icons/mMenu-domain-re.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-domain-su {
    background: url(../icons/mMenu-domain-su.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-domain-tr {
    background: url(../icons/mMenu-domain-tr.svg) no-repeat center center;
    margin: 0 !important;
}

.nHeader .icon.mMenu-domain-backorder {
    background: url(../icons/backorder-icon.svg) no-repeat center center;
    margin: 0 !important;
}

.nHeader .icon.mMenu-hns-domain {
    background: url(../icons/mMenu-hns-domain.svg) no-repeat center center;
    margin: 0 !important;
}

.nHeader .icon.mMenu-backup {
    background: url(../icons/mMenu-backup.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-download {
    background: url(../icons/mMenu-download.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-linux {
    background: url(../icons/mMenu-linux.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-linux-cloud {
    background: url(../icons/mMenu-linux-cloud.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-linux-pro {
    background: url(../icons/mMenu-linux-pro.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-traffic {
    background: url(../icons/mMenu-traffic.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-win {
    background: url(../icons/mMenu-win.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-win-cloud {
    background: url(../icons/mMenu-win-cloud.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-win-pro {
    background: url(../icons/mMenu-win-pro.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-wp {
    background: url(../icons/mMenu-wp.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-wp-cloud {
    background: url(../icons/mMenu-wp-cloud.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-woo {
    background: url(../icons/mMenu-woo.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-cloud {
    background: url(../icons/mMenu-cloud.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .icon.mMenu-cloud-win {
    background: url(../icons/mMenu-cloud-win.svg) no-repeat center center;
    margin: 0 !important;
}
.nHeader .item-icon.green .icon {
    filter: brightness(1.7) sepia(100%) saturate(900%) hue-rotate(117deg);
}
.nHeader .item-icon.blue .icon {
    filter: brightness(1.7) sepia(100%) saturate(900%) hue-rotate(165deg);
}
.nHeader .item-icon.red .icon {
    filter: brightness(1.4) sepia(100%) saturate(500%) hue-rotate(-33deg);
}
.nHeader .item-icon.purple .icon {
    filter: brightness(1) sepia(100%) saturate(500%) hue-rotate(233deg);
}
.nHeader .item-icon.orange .icon {
    filter: brightness(1.8) sepia(100%) saturate(900%) hue-rotate(0deg);
}
.nHeader .item-icon.cyan .icon {
    filter: brightness(1.5) sepia(100%) saturate(100%) hue-rotate(200deg);
}
.nHeader .item-icon.teal .icon {
    filter: brightness(1.4) sepia(100%) saturate(60%) hue-rotate(130deg);
}

/* hovers */
.nMegamenu-content .items .item:hover > .item-inner .item-icon.green {
    background: #12b76a;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.blue {
    background: #00b7ec;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.purple {
    background: #383490;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.red {
    background: #f04438;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.cyan {
    background: #52787b;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.teal {
    background: #52787b;
    transition: 0.2s;
    color: #ffffff;
}

.nMegamenu-content .items .item:hover > .item-inner .item-icon.orange {
    background: #f79009;
    transition: 0.2s;
    color: #ffffff;
}
.nMegamenu-content .items .item:hover > .item-inner .item-icon.green .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.blue .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.purple .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.red .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.cyan .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.teal .icon,
.nMegamenu-content .items .item:hover > .item-inner .item-icon.orange .icon {
    filter: brightness(5) sepia(100%) saturate(0%) hue-rotate(0deg);
}

.nMegamenu-content .items .item-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: #00b7ec;
    margin: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}
.nMegamenu-content .items .item-icon.badged {
    position: relative;
}

.nMegamenu-content .items .item-icon.badged::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #004d63;
    position: absolute;
    right: -2px;
    top: -2px;
    border-radius: 4px;
    overflow: hidden;
}
.nMegamenu-content .items .item-icon.badged.ir::after {
    background: url(../icons/miniflag-ir.svg) no-repeat center center;
}
.nMegamenu-content .items .item-icon.badged.ge::after {
    background: url(../icons/miniflag-ge.svg) no-repeat center center;
}
.nMegamenu-content .items .item-icon.badged.uk::after {
    background: url(../icons/miniflag-uk.svg) no-repeat center center;
}
.nMegamenu-content .items .item-icon.badged.fr::after {
    background: url(../icons/miniflag-fr.svg) no-repeat center center;
}
.nMegamenu-content .items .item-icon.badged.ca::after {
    background: url(../icons/miniflag-ca.svg) no-repeat center center;
}
.nMegamenu-content .items .item-icon.orange {
    background: linear-gradient(30deg, rgba(254, 240, 199, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #f79009;
}
.nMegamenu-content .items .item-icon.blue {
    background: linear-gradient(30deg, rgba(176, 233, 249, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #00b7ec;
}
.nMegamenu-content .items .item-icon.green {
    background: linear-gradient(30deg, rgba(176, 249, 188, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #12b76a;
}
.nMegamenu-content .items .item-icon.red {
    background: linear-gradient(30deg, rgba(249, 176, 176, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #f04438;
}
.nMegamenu-content .items .item-icon.purple {
    background: linear-gradient(30deg, rgba(232, 209, 254, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #383490;
}
.nMegamenu-content .items .item-icon.cyan {
    background: linear-gradient(30deg, rgba(199, 226, 228, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #52787b;
}
.nMegamenu-content .items .item-icon.teal {
    background: linear-gradient(30deg, rgba(199, 226, 228, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    color: #52787b;
}

.nHeader .topbar .topbar-menu > ul > li > a > .nHeader-home {
    display: block;
    width: 19px;
    height: 27px;
    background: url(../icons/nHeader-home.svg) no-repeat center;
}
.nHeader .topbar .notification-bar .notification .nHeader-announcement {
    display: block;
    width: 19px;
    height: 27px;
    background: url(../icons/nHeader-announcement.svg) no-repeat center;
}
.nHeader .topbar .notification-bar .call .nHeader-call24 {
    display: block;
    width: 19px;
    height: 27px;
    background: url(../icons/nHeader-call24.svg) no-repeat center;
}
.nHeader .main-header .action-button .nHeader-user {
    margin-right: 0;
    margin-left: 6px;
    background: url(../icons/nHeader-user.svg) no-repeat center;
}

.nHeader .main-header .action-button .nHeader-mail {
    background: url(../icons/nHeader-mail.svg) no-repeat center;
}
.nHeader .main-header .mega-menu .nHeader-cloud {
    background: url(../icons/nHeader-cloud.svg) no-repeat center;
}
.nHeader .main-header .mega-menu .nHeader-host {
    background: url(../icons/nHeader-host.svg) no-repeat center;
}
.nHeader .main-header .mega-menu .nHeader-server {
    background: url(../icons/nHeader-server.svg) no-repeat center;
}
.nHeader .main-header .mega-menu .nHeader-ssl {
    background: url(../icons/nHeader-ssl.svg) no-repeat center;
}
.nHeader .main-header .mega-menu .nHeader-wp {
    background: url(../icons/nHeader-wp.svg) no-repeat center;
}
.nMegamenu-content .items .item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nMegamenu-content .items .item-text .txt-first {
    font-size: 15px;
    font-weight: 800;
    color: #2e436a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    direction: ltr;
}
.nMegamenu-content .items .item-text .txt-second {
    font-size: 12px;
    font-weight: 500;
    color: #98a2b3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.menu-col-11.right-aligned .nMegamenu-content {
    top: 100%;
    right: 0%;
}
.menu-col-111.right-aligned .nMegamenu-content {
    top: 100%;
    right: 0%;
}
.menu-col-11.center-aligned .nMegamenu-content {
    top: 100%;
    right: 30%;
}
.menu-col-2.center-aligned .nMegamenu-content {
    top: 100%;
    right: 30%;
}
.menu-col-11.right-aligned,
.menu-col-11.center-aligned,
.menu-col-111.right-aligned,
.menu-col-2.center-aligned{
    position: initial !important;
}
#mobile-nav-toggler-hide {
    display: none;
}
/* nMegamenu new1 */
.nHeader .main-header-container .main-header {
    padding: 42px 0 24px 0;
}
.nHeader .main-header-container .main-header::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    background: #eef2f9;
    width: 100%;
    height: 1.3px;
}
.nHeader .main-header .action-button .clientarea::after {
    content: "";
    display: block;
    background: #28256655;
    opacity: 0.2;
    filter: blur(4px);
    border-radius: 12px;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
}

.nHeader .main-header .action-button .ticket.button.solid.yellow {
    background: #f79009;
}
.nHeader .main-header .action-button .clientarea.button.solid.violet {
    background: #282566;
}
.nHeader .main-header .action-button .clientarea,
.nHeader .main-header .action-button .ticket {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.nHeader .topbar-container .notification-bar .notification .flex-row-reverse > .title {
    display: none;
}
.nHeader .topbar-container .notification-bar .notification .flex-row-reverse > .announcement-wrapper .announcement-box .announcement {
    font-weight: 500;
}
.nHeader .topbar-container .notification-bar .notification .flex-row-reverse > .announcement-wrapper {
    padding: 2px 20px;
}
.nMegamenu-content .items .item-text .txt-first {
    font-weight: 700;
}
.nMegamenu-content .title span {
    font-weight: 600;
}
.nMegamenu-content .items .item-text .txt-second {
    font-size: 11px;
    font-weight: 300;
    max-width: 274px;
    /*270*/
}
.nHeader .topbar .topbar-menu > ul {
    padding: 10px 0 0 0;
}
.z-index-999 {
    z-index: 999;
}

.mb-4 {
    margin-bottom: 24px;
}

.page-header-video .container::before {
    content: " ";
    width: 92%;
    height: 40px;
    background-color: #1f1d4f;
    position: absolute;
    top: -6px;
    margin-right: 3%;
    border-radius: 20px;
    opacity: .15
}

.page-header-video .parent-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /*width: 840px;*/
    width: 713px;
    overflow: hidden
}

.page-header-video .header-video {
    height: 100%;
    width: auto
}

.page-header-video .header-video-over {
    background: linear-gradient(270deg, rgba(32, 33, 83, 0) 0%, rgba(32, 33, 83, 1) 5%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /*width: 886px;*/
    width: 755px;
}

.page-header-video .mr-2 {
    margin-right: 6px;
    margin-left: 0 !important
}

.page-header-video .larr {
    transform: rotate(180deg)
}

.page-header-video .breadcrumb-box {
    position: relative;
    z-index: 4;
    background: #1F1D4F;
}

.features.domain-features .feature {
    border-radius: 18px;
    background: 0 0;
    text-align: center;
    padding: 36px 36px 26px;
    margin-right: 12px;
    max-height: 300px;
    min-height: 300px
}

.features.domain-features .feature .icon {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    margin-left: 0;
    position: relative
}

.features.domain-features .feature .title {
    color: #3c5788;
    text-align: center;
    font-family: yekan-bakh, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 32px
}

.features.domain-features .feature .desc {
    color: #667085;
    text-align: justify;
    font-family: yekan-bakh, sans-serif;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 300;
    line-height: 22px
}

.features.domain-features .feature .icon {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #3c5788;
    max-width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.features.domain-features .feature .icon > img {
    width: 30px;
    height: 30px
}

.features.domain-features .owl-dots {
    display: none !important;
    min-height: 10px;
    position: relative;
    z-index: 1;
    text-align: center
}

.features.domain-features .owl-dots .owl-dot.active {
    width: 32px;
    background: #383490
}

.features.domain-features .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 12px;
    background: #d0d5dd;
    border-radius: 10px;
    text-align: center
}

.unusual-period {
    font-size: 10px;
    font-weight: 300;
    color: #344054;
    font-family: yekan-bakh, sans-serif;
    line-height: 12px;
    margin: 4px 0 0;
    text-align: center;
    transition: .2s
}

.buy-steps .heading {
    margin-bottom: 50px
}

.buy-steps .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.buy-steps .step {
    padding: 30px;
    height: 100%;
    padding-bottom: 20px
}

.buy-steps .title {
    margin-bottom: 20px
}

.buy-steps .desc {
    opacity: 60%;
    text-align: justify
}

.buy-steps .container {
    position: relative
}

.buy-steps .container::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -210px;
    display: block;
    width: 630px;
    height: 200px;
    background: url(../../images/bg-dots.svg) no-repeat center center;
    z-index: -1
}

.heading > .noball::before {
    display: none
}

/* @@newBgHeader */
.newbgheader-slider .section-pagination .paginations .page-link,
.newBgHeader.nHeader.bg-azure-dark,
.newbgheader-slider.bg-azure-dark {
    background-color: #201e50;
}
.newbgheader-slider .sliders .slider .right .off-title span,
.newbgheader-slider .sliders .slider .right .main-title,
.newbgheader-slider .sliders .slider .right .list-item .text {
    filter: brightness(5) sepia(100%) saturate(0%) hue-rotate(0deg);
}
.bghalf-azure-dark {
    background: linear-gradient(0deg, rgba(249, 250, 251, 1) 50%, rgba(32, 30, 80, 1) 50%);
}
.newBgHeader.nHeader .main-header .action-button a {
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.newBgHeader.nHeader .main-header .action-button .clientarea {
    background-color: #ffffff !important;
}
.newBgHeader.nHeader .main-header .action-button .clientarea .mobile-hide,
.newBgHeader.nHeader .main-header .action-button .ticket .mobile-hide {
    display: none;
}
.newBgHeader.nHeader .main-header .action-button .nHeader-user {
    filter: invert(22%) sepia(32%) saturate(4172%) hue-rotate(219deg) brightness(24%) contrast(98%);
}
.newBgHeader.nHeader .main-header .action-button .nHeader-user,
.newBgHeader.nHeader .main-header .action-button .nHeader-mail {
    margin: auto;
}
.newBgHeader.nHeader .main-header .action-button div {
    display: flex;
}
.newBgHeader.nHeader .main-header-container .main-header::before {
    display: none;
}
.newBgHeader.nHeader .main-header-container .main-header::after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    background: #ffffff66;
    width: 100%;
    height: 1.3px;
    opacity: 0.2;
}
.newBgHeader.nHeader .main-header-container .main-header {
    padding: 14px 0 32px 0;
    align-items: baseline;
}
.newBgHeader.nHeader .main-header .action-button .clientarea::after,
.newBgHeader.nHeader .main-header .action-button .ticket::after {
    display: none;
}
.newBgHeader.nHeader .mobile-menu .hamb-menu {
    border-radius: 50px;
    background-color: #ffffff;
}
.newBgHeader.nHeader .mobile-menu .hamb-menu i {
    filter: invert(22%) sepia(32%) saturate(4172%) hue-rotate(219deg) brightness(24%) contrast(98%);
}

.newbgheader-slider .sliders .slider {
    display: flex;
    padding: 80px 0 30px 0;
}
.newbgheader-slider .sliders .slider .left {
    flex: 2;
    padding-right: 110px;
    display: flex;
    align-items: center;
}
.newbgheader-slider .sliders .slider .right {
    gap: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.newbgheader-slider .sliders .slider .right .off-title {
    display: flex;
    align-items: baseline;
    font-weight: bold;
    font-family: "iransans";
}
.newbgheader-slider .sliders .slider .right .off-title .percent {
    border-radius: 50px;
    background-color: #f04438;
    font-weight: bold;
    padding: 3px 6px 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    color: #ffffff;
    font-family: "yekan-bakh";
    font-size: 21px;
    font-weight: 600;
    height: 23px;
}
.newbgheader-slider .sliders .slider .left .img-main {
    width: 600px;
}
.newbgheader-slider .sliders .slider .left .img-main img {
    height: 350px;
}
.newbgheader-slider .sliders .slider .right .main-title {
    font-size: 36px;
}

.newbgheader-slider .sliders .slider .right .list-items {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.newbgheader-slider .sliders .slider .right .list-item {
    display: flex;
    font-weight: 600;
}
.newbgheader-slider .sliders .slider .right .main-button {
    margin-top: 30px;
}
.newbgheader-slider .sliders .slider .right .main-button .button {
    background: #f79009;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
    font-weight: 600;
    line-height: 25px;
}
.newbgheader-slider .sliders .slider .right .main-button .button i {
    margin: 0;
}

.newbgheader-slider .container:nth-of-type(1) {
    position: relative;
    min-height: 465px;
}

.newbgheader-slider .newbgheader-search {
    padding: 0 90px;
}
.newbgheader-slider .newbgheader-search .container {
    min-height: auto;
}

.newbgheader-slider .section-pagination {
    position: absolute;
    left: 10px;
    z-index: 9;
    top: 30%;
}

.newbgheader-slider .section-pagination .paginations {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newbgheader-slider .section-pagination .paginations .page-link {
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    padding: 27px 14px 27px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    background-color: transparent;
}
.newbgheader-slider .section-pagination .paginations .page-link:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.newbgheader-slider .section-pagination .paginations .page-link:hover i {
    filter: invert(22%) sepia(32%) saturate(4172%) hue-rotate(219deg) brightness(24%) contrast(98%);
}
.newbgheader-slider .section-pagination .paginations .page-link i {
    margin: 0;
}

.newbgheader-slider .section-pagination .paginations button[aria-label="Next"] i {
    transform: rotate(180deg);
}

.newbgheader-slider .who-is-box {
    padding: 28px;
    margin-top: 0px;
    box-shadow: 0px 4px 32px 0px #989aac0f;
}

.newbgheader-slider .who-is-box::after {
    display: none;
}
.newbgheader-slider .who-is-box #home-search-domain-btn {
    padding: 14px 24px 14px 24px;
    padding-left: 56px;
    background: #f79009 url(../icons/search.svg) no-repeat 20px center;
    border-radius: 16px;
    font-weight: 500;
}
.newbgheader-slider .who-is-box #whois {
    height: 58px;
    border: 1px solid #eaecf0;
    font-family: "yekan-bakh";
    font-size: 16px;
    border-radius: 16px;
    font-weight: 300;
}
.newbgheader-slider .who-is-box #whois::placeholder {
    color: #98a2b3;
}
.newbgheader-slider .top-domain-wrapper .top-domain-box .mover .domain {
    margin-left: 0px;
}
.newbgheader-slider .top-domain-wrapper .top-domain-box .mover .domain .tld {
    color: #3c5788;
    font-size: 16px;
}
.newbgheader-slider .top-domain-wrapper .top-domain-box .mover .domain .price {
    font-size: 14px;
    color: #8ca6d5;
}

.newbgheader-slider .top-domain-wrapper .top-domain-box::before,
.newbgheader-slider .top-domain-wrapper .top-domain-box::after {
    display: none;
}

.newbgheader-slider .top-domain-wrapper .top-domain-box .mover {
    display: flex;
    justify-content: center;
    gap: 20px 40px;
    margin: 26px 0 0 0;
    flex-wrap: wrap;
}
.newBgHeader .topbar-container {
    padding: 24px 0 0px;
}
/* @@newBgHeader newfix2 */

.newbgheader-slider .swiper {
    width: 100%;
    height: auto;
}
.newbgheader-slider .swiper-slide img {
    display: block;
    width: 100%;
}
.newbgheader-slider .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "";
    display: none;
}
.newbgheader-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "";
    display: none;
}
.newbgheader-slider .swiper-button-next, .swiper-button-prev{
    position: relative;
    width: auto;
    height: auto;
    margin-top: auto;
}
.newbgheader-slider .swiper-button-next, .swiper-rtl .swiper-button-prev{
    left: 0;
    right: 0;
    top: 0;
}
.newbgheader-slider .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0;
    right: 0;
    top: 0;
}
.newbgheader-slider .section-pagination .paginations .page-link.swiper-button-next i{
    transform: rotate(180deg) !important;
}
.newbgheader-slider , .newBgHeader-home{
    transition: 0.6s;
    background-color: #201E50;
    position: relative;
}
.newbgheader-white-filler{
    width: 100%;
    position: absolute;
    background-color: #F9FAFB;
    bottom: -4px;
    height: 80px;
}
.newbgheader-slider .swiper-pagination-bullet-active{
    width: 24px !important;
    border-radius: 20px;
    background: #ffffffff !important;
    height: 10px;
}
.newbgheader-slider .swiper-pagination-bullet{
    width: 10px;
    border-radius: 20px;
    height: 10px;
    background: #ffffff99;
}
.newbgheader-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.newbgheader-slider{
    margin-bottom: 120px;
}
.newbgheader-slider.pagination-sides .sliders .slider{
    padding: 80px 80px 30px 80px;
}

.newbgheader-slider.pagination-sides .sliders .slider .left {
    flex: 1;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newbgheader-slider.pagination-sides .section-pagination .paginations {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    height: 0;
}

.newbgheader-slider.pagination-sides .section-pagination {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 40%;
    width: 100%;
}

.newbgheader-slider.pagination-sides .section-pagination .paginations .page-link.circle {
    border-radius: 50px;
    padding: 14px;
}

/* @@nHeaderSticky */
.nHeader .main-header.circle-btn{
    padding: 20px 0 24px 0;
    align-items: center;
}
.nHeader .main-header.circle-btn .action-button div{
    display: flex;
}
.nHeader .main-header.circle-btn .action-button a{
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.nHeader .main-header.circle-btn .action-button .nHeader-user,
.nHeader .main-header.circle-btn .action-button .nHeader-mail{
    margin: auto;
}
.nHeader .main-header.circle-btn .action-button .clientarea .mobile-hide,
.nHeader .main-header.circle-btn .action-button .ticket .mobile-hide{
    display: none;
}
.nHeader .main-header.circle-btn .main-menu > li{
    padding-top: 16px;
}
@keyframes slideDownHeader {
    from {
        top: -80px;
    }
    to {
        top: 0px;
    }
}
@keyframes slideUpHeader {
    from {
        top: 0px;
    }
    to {
        top: -96px;
    }
}
@keyframes mainHeaderShow {
    from {
        top: -65px;
    }
    to {
        top: 0px;
    }
}
.nHeader.stickyOnTop{
    min-height: 180px;
}
.newBgHeader.nHeader.stickyOnTop .main-header{
    align-items: center;
}
.newBgHeader.nHeader .main-header .main-menu > li{
    padding-top: 16px;
}
.nHeader.stickyOnTop.slideUp .main-header-container{
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    border-bottom: 1.5px solid #EAECF0;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(20px);
    animation: slideUpHeader 0.2s ease-out forwards;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header-container{
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    border-bottom: 1.5px solid #EAECF0;
    transition: 0.2s;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(20px);
    animation: slideDownHeader 0.2s ease-out forwards;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header-container .main-header,
.nHeader.stickyOnTop.slideUp .main-header-container .main-header {
    padding: 16px 0 16px 0;
    align-items: center;
    position: relative;
    top: -65px;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header-container .main-header{
    animation: mainHeaderShow 0.4s ease-out forwards;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header .main-menu > li{
    padding-bottom: 10px;
    padding-top: 10px;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header .main-menu .logo-box {
    padding-bottom: 5px;
}
.nHeader.nHeaderFixed.stickyOnTop .nMegamenu-content{
    top: 100% !important;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.nHeader.nHeaderFixed.stickyOnTop .main-header .action-button a{
    box-shadow: 0px 8px 16px 0px #0000000F;
}
.nHeader.nHeaderFixed.stickyOnTop .mobile-menu .hamb-menu{
    background: #FFBB47;
    color: #fff;
}
.nHeader.nHeaderFixed.stickyOnTop .mobile-menu .hamb-menu i{
    filter: none;
}

/* @@newfix1 */
.main-header .main-menu .logo-box {
    margin-left: 36px;
}
.cloudy-services .products-desktop .product:not(.popular):hover {
    background-color: #00b7ec;
}
.cloudy-services .products-desktop .product:not(.popular):hover .title,
.cloudy-services .products-desktop .product:not(.popular):hover .start-at,
.cloudy-services .products-desktop .product:not(.popular):hover .toman,
.cloudy-services .products-desktop .product:not(.popular):hover .price,
.cloudy-services .products-desktop .product:not(.popular):hover .monthly{
    color: #ffffff;
}
.cloudy-services .products-desktop .product:not(.popular):hover .icon img{
    filter: brightness(1.22) sepia(0%) hue-rotate(30deg);
}


/* --------------------------------------
    5. Footer
-------------------------------------- */


.footer .call-action-box {
    padding: 80px 0;
    border-bottom: 2px solid #EAECF0;
}

/*----- 5.1 Call to action -----*/

.footer .call-action-box .text {
    text-align: right;
}

.footer .call-action-box .text > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: right;
    color: #344054;
}

.footer .call-action-box .text > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #667085;
}

.footer .call-action-box .contact {
    text-align: left;
}

.footer .call-action-box .contact .phone {
    direction: ltr;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer .call-action-box .contact .icon {
    padding: 16px;
    margin-right: 16px;
    border-radius: 100%;
}

/*----- 5.2 Widget Area -----*/

.footer .widget-area {
    padding: 80px 0;
    border-bottom: 2px solid #EAECF0;
}

.footer .widget-area h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    color: #344054;
    margin-bottom: 24px;
}

/*----- 5.3 Widgets -----*/

.footer .widget-area ul {
    list-style: none;
    padding: 0;
}

.footer .widget-area ul > li {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    margin-bottom: 8px;
}
.footer .widget-area ul > li > a {
    color: #667085;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.footer .widget-area ul > li > a:hover {
    text-decoration: none;
    color: #344054;
}

.footer .widget-area .image-box {
    background: linear-gradient(0deg, #F9FAFB, #F9FAFB), linear-gradient(0deg, #EAECF0, #EAECF0);
    border: 2px solid #EAECF0;
    padding: 80px 15px;
    text-align: center;
    border-radius: 16px;
}

.footer .widget-area .image-box > img {
    max-width: 100%;
}

/*----- 5.4 Copyright -----*/

.footer .copyright {
    padding: 24px 0 40px 0;
}

.footer .copyright .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #667085;
    padding-top: 16px;
}

.footer .copyright .social-media {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

.footer .copyright .social-media > .item {
    width: 48px;
    height: 48px;
    text-align: center;
    display: inline-block;
    padding-top: 12px;
}

.footer .copyright .social-media > .item > .social-media-link {
    display: block;
    width: 100%;
    height: 100%;
}

/*----- 5.4 Copyright -----*/

.footer .copyright {
    padding: 24px 0 40px 0;
}

.footer .copyright .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #667085;
    padding-top: 16px;
}

.footer .copyright .social-media {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

.footer .copyright .social-media > .item {
    width: 48px;
    height: 48px;
    text-align: center;
    display: inline-block;
    padding-top: 12px;
}

.footer .copyright .social-media > .item > .social-media-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* --------------------------------------
    6. Sidebar
-------------------------------------- */

/* --------------------------------------
    7. Mobile Navbar sidebar
-------------------------------------- */

#mobile-menu-toggler {
    width: 48px;
    height: 48px;
    background-size: 22px;
    background: url('../icon/base-icons/menu.svg') no-repeat center;
    display: none;
}

#sp_blog-main-menu {
    padding: 0;
}

.modal.mobile-sidebar .modal-content {
    border-radius: 0;
    flex: 0 0 80%;
    max-width: 80%;
    min-height: 100vh;
}

.modal.mobile-sidebar .modal-dialog {
    top: 0;
    margin: 0;
    right: -16px;
}

.mobile-sidebar .modal-content {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 16px;
}

.mobile-sidebar .modal-content .list-group {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-sidebar .modal-content .list-group .item {
    display: block;
    width: 100%;
    text-align: right;
    margin: 8px 0;
}

.mobile-sidebar .modal-content .list-group .item a {
    padding: 8px 16px;
}

.mobile-sidebar .modal-content .list-group .item a.current {
    background: #F2F4F7;
}

.mobile-sidebar .modal-content .list-group .item a:hover {
    background: #EAECF0;
}

.mobile-sidebar .modal-content .list-group .item a:active {
    background: #EAECF0;
    outline: 0;
}

.mobile-sidebar .modal-content .list-group .item a:focus {
    border: 2px solid #EAECF0;
    outline: 0;
}

.mobile-sidebar .modal-content .list-group .item a > .icon {
    display: inline-block;
    padding: 0;
    margin-left: 8px;
    text-align: center;
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 0;
}

.mobile-sidebar .modal-content .list-group .item a > .icon > img {
    max-width: 100%;
}

.mobile-sidebar .modal-content .list-group .item a > .notice {
    float: left;
    margin: 6px 4px 6px 16px;
}

.mobile-sidebar .modal-content .list-group .item a > .caret {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
}

.mobile-sidebar .modal-content .list-group .item a > .caret > img {
    width: 100%;
    max-width: 100%;
}

.mobile-sidebar .modal-content .list-group .item ul a {
    display: flex;
}

.mobile-sidebar .other-list-group {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    border-top: 2px solid #EAECF0;
}

.menu-side .menu-list .list-group .item > a,
.mobile-sidebar .modal-content .list-group .item > a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #344054;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding: 8px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 2px solid rgba( 0, 0, 0, 0 );
    transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
}

/*8.sections*/

/*8.1 hiro section*/

.hiro-section {
    background: #F2F4F7;
    padding: 45px 0 0;
    min-height: 612px;
    position: relative;
    z-index: 9;
}

.hiro-section::after {
    position: absolute;
    width: 100%;
    height: 150px;
    content: '';
    display: block;
    bottom: 0;
    background: #fff;
    z-index: 0;
}

/*8.2 breadcrumb*/

.breadcrumb-container {
    padding: 0 50px;
}

.breadcrumb-box {
    background: #fff;
    border-radius: 25px;
    min-height: 70px;
    position: relative;
}

.breadcrumb-box .breadcrumb {
    background: #fff;
    border-radius: 25px;
    padding: 13px 60px;
}

.breadcrumb-box .breadcrumb::before {
    content: '';
    width: 15px;
    height: 18px;
    background: url("../icon/blog-icons/location.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 25px;
}

.breadcrumb-box .breadcrumb > .item {
    margin-left: 12px;
}

.breadcrumb-box .breadcrumb > .item > a,
.breadcrumb-box .breadcrumb > .item > span {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    color: #B3BBC7;
}
.breadcrumb-box .breadcrumb > .item.current > span {
    color: #2B277E;
}

.breadcrumb-box .breadcrumb > .item.seprator {
    width: 9px;
    background: url("../icon/blog-icons/chevron-left.svg") no-repeat center;
}

/*8.3. Slideshow*/

.slide-box {
    background: #383490;
    position: relative;
    top: -25px;
    z-index: 2;
    border-radius: 50px;
}

.home-slider .owl-nav {
    position: absolute;
    bottom: 16px;
}

.parshost-carousel-navigator-1 {
    display: inline-block;
    min-width: 6px;
    min-height: 12px;
    padding: 7px 27px !important;
    color: #9F9CDC !important;
    font-size: 23px !important;
    line-height: 12px !important;
    background: #423E9F !important;
    border-radius: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

}

.parshost-carousel-navigator-2 {
    color: #FF8A66;
    background: #FFF3F0;
    padding: 10px;
    text-align: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: inherit;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 16px;
    width: auto;
}

.home-slider .owl-dots .owl-dot span {
    margin: 5px;
    background: #9F9CDC;
}

.owl-theme .owl-dots .owl-dot span {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.home-slider .owl-dots .owl-dot.active span {
    width: 30px;
    background: #fff;
}

.slide-blender {
    background: url("../images/slider-bg.png") no-repeat center bottom;
    background-size: cover;
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    border-radius: 50px;
}

.slide-shadow-1 {
    background: #3834900D;
    position: absolute;
    width: 95%;
    top: 12px;
    bottom: -12px;
    border-radius: 50px;
    left: 50%;
}

.slide-shadow-2 {
    background: #38349008;
    position: absolute;
    width: 90%;
    top: 24px;
    bottom: -24px;
    border-radius: 50px;
    left: 50%;
}

.slide-container {
    border-radius: 50px;
}

.home-slider .slide-item {
    direction: rtl;
}

.home-slider .row {
    padding: 0;
    margin: 0;
}

.slide-image {
    padding: 25px 40px 25px 0;
    position: relative;
    z-index: 99;
}

.slide-box .img-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-box .img-holder .thumbnail {
    position: absolute;
    top: 40px;
    bottom: 64px;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    border-radius: 50px;
}

.slide-box .img-holder .mobile-caption {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.slide-box .img-holder .mobile-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(56, 52, 144, 0) 0%, #383490 74.48%);
    border-radius: 45px;
}

.slide-box .img-holder .mobile-caption .meta {
    margin-bottom: 15px;
}

.slide-box .img-holder .mobile-caption .title {
    color: #fff;
}

.slide-box .img-holder .mobile-caption .time {
    color: #9F9CDC;
    background: #5651C240;
    padding: 7px 40px 7px 20px;
    display: inline-block;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    position: relative;
}

.slide-box .img-holder .mobile-caption .time::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 10px;
    background: url( "../icon/blog-icons/time-circle.svg" ) no-repeat center;
    background-size: contain;
}

.slide-box .img-holder .mobile-caption .category {
    background: #FFF3F0;
    color: #FF8A66;
    border-radius: 15px;
    padding: 7px 40px 7px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-left: 8px;
}

.slide-box .img-holder .mobile-caption .category::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "../images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 9px;
}

.slide-detail {
    padding: 60px 60px 48px 60px;
}

.slide-detail .category {
    border: 3px solid rgba( 255, 255, 255, 5% );
    display: inline-block;
    width: auto;
    border-radius: 20px;
    text-align: left;
    padding: 8px 100px 8px 8px;
    position: absolute;
    right: -45px;
}

.slide-detail .meta-data {
    min-height: 65px;
}

.slide-detail .category .value > a {
    background: #FFF3F0;
    color: #FF8A66;
    border-radius: 15px;
    padding: 10px 45px 10px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: block;
}

.slide-detail .category .value > a::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "../images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 14px;
}

.home-slider .slide-detail .title {
    font-size: 32px;
}

.slide-detail .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 50px;
    text-align: right;
    margin: 20px 0;
    color: #fff;
    display: block;
    position: relative;
    padding-bottom: 16px;
}

.slide-detail .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: #5651C2;
    width: 40px;
    height: 5px;
}

.slide-detail .content {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #9F9CDC;
    margin-bottom: 16px;
}

.slide-detail .action {
    padding: 8px 0;
    border-bottom: 2px solid #5651C2;
    border-top: 2px solid #5651C2;
    margin-bottom: 40px;
}

.slide-detail .action .time {
    color: #9F9CDC;
    background: #5651C240;
    padding: 7px 40px 7px 20px;
    display: inline-block;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    position: relative;
}

.slide-detail .action .time::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 10px;
    background: url( "../icon/blog-icons/time-circle.svg" ) no-repeat center;
    background-size: contain;
}

.slide-detail .action .comment {
    color: #9F9CDC;
    display: inline-block;
    padding: 7px 40px 7px 20px;
    position: relative;
    margin-right: 8px;
}

.slide-detail .action .comment::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 10px;
    background: url( "../icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
}

.slide-detail .action .load-more {
    color: #9F9CDC;
    transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    -ms-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
    -webkit-transition: color 0.25s linear;
    line-height: 28px;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    padding-left: 50px;
}

.slide-detail .action .load-more:hover {
    color: #FFF8ED;
    text-decoration: none;
}

.slide-detail .action .load-more::after {
    content: '';
    width: 30px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -4px;
    background: url( "../icon/blog-icons/line-chevron-left.svg" ) no-repeat center;
    background-size: contain;
}

/*8.4. search articles section*/

.articles-section {
    background: #fff;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.articles-section .go-down-container {
    margin-top: 72px;
}

.articles-section .circle-groups {
    top: 0;
    left: -230px;
}

.articles-section .circle-groups .circle-group {
    background: #fff;
}

.circle-groups {
    width: 498px;
    height: 498px;
    padding: 0;
    position: absolute;
}

.circle-groups .circle {
    padding: 18px;
    border-radius: 100%;
    border: 1px solid #F2F4F7;
    width: 100%;
    height: 100%;
}

.serach-pic-gradiant {
    background: url( "../images/search-articles-gradiant.png" ) no-repeat center;
    background-size: cover;
    padding: 24px;
}

.serach-pic-gradiant > .serach-pic {
    background: url( "../images/search-articles.png" ) no-repeat center;
    background-size: contain;
    height: 267px;
}

.articles-section .header-section {
    min-height: 315px;
}

.articles-section .header-section .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 35px;
    text-align: right;
    color: #2D365D;
    position: relative;
    margin-bottom: 14px;
    padding-top: 8px;
}

.articles-section .header-section .title::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 90px;
    height: 40px;
    background: url( "../images/dotted-pattern.svg" ) no-repeat center;
}

.articles-section .header-section .title > .highlight {
    position: relative;
    color: #4CB4E7;
    z-index: 9;
}

.articles-section .header-section .highlighter-bg {
    position: absolute;
    display: block;
    width: 104px;
    height: 16px;
    background: #DEF5F5;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
    right: -4px;
}

.articles-section .header-section .description {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    color: #B3BBC7;
    margin-bottom: 52px;
}

.article-search-form {
    position: relative;
}

.article-search-form input[type='text'] {
    border: 2px solid #4CB4E7;
    min-width: calc( 100% - 70px );
    position: relative;
    z-index: 9;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    color: #B3BBC7;
}

.article-search-form input[type='submit'] {
    border: 2px solid #4CB4E7;
    background: url( "../images/search.svg" ) no-repeat,#4CB4E7;
    background-position-x: 30px !important;
    background-position-y: center !important;
    min-width: 100%;
    position: absolute;
    left: 0;
    line-height: 20px;
}

.article-search-form input {
    border-radius: 50px;
    padding: 16px 24px;
    z-index: 8;
}


.article-search-form-2 {
    position: relative;
    margin-top: 8px;
}

.article-search-form-2 input[type='text'] {
    border-radius: 50px;
    width: 100%;
    max-width: 256px;
    padding: 8px 16px 8px 64px;
    color: #98A2B3;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #F9FAFB;
    box-shadow: none;
    border: none;
    text-align: right;
}

.article-search-form-2 input[type='submit'] {
    background: url( "../icon/base-icons/search.svg" ) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 8px;
    line-height: 20px;
    box-shadow: none;
    border: none;
}

.article-content-group {
    padding: 0;
}

.article-content-group > .row {
    position: relative;
}

.article-content-group > .row:first-child::before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    right: -14px;
    background: url( "../images/dotted-pattern.svg" );
    width: 90px;
    height: 160px;
}

.article-content-group.home-section .article-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    height: 62px;
    left: -45px;
    right: -45px;
    background: #2B2697;
    border-radius: 50px;
    z-index: -1;
    box-shadow: 0 20px 50px rgba(43, 38, 151, 0.15);
}

.article-content-group .image-box {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    box-shadow: 0 20px 50px rgba(43, 38, 151, 0.15);
    border-radius: 35px;
}

.article-content-group .image-box .category {
    width: auto;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

.article-content-group .image-box .category .value {
    padding: 4px 20px;
    background: #FFF3F0;
    border-radius: 8px 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #FF8A66;
}

.article-content-group .image-box .category .value:hover {
    text-decoration: none;
}

.article-content-group .image-box .thumbnail {
    width: 100%;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}

.article-content-group .image-box .thumbnail > img {
    max-width: 100%;
    width: 100%;
    border-radius: 35px;
}

.article-content-group .image-box .thumbnail > .gradiant {
    /*background: linear-gradient(180deg, rgba(50, 46, 149, 0) 0%, #2B277E 99.99%, rgba(217, 217, 217, 0) 100%);*/
    border-radius: 35px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
}

.article-content-group .image-box .thumbnail > .gradiant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(50, 46, 149, 0.88) 0%, #2B277E 99.99%, rgba(217, 217, 217, 0) 100%);*/
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 9;
    border-radius: 35px;
}

.article-content-group .image-box .thumbnail > .gradiant:hover::before {
    opacity: 10;
}

#archive-page-content .article-content-group .image-box {
    margin-bottom: 40px;
}

.article-content-group .post-info {
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
}

.article-content-group .post-info .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    color: #fff;
    min-height: 60px;
}

.article-content-group .post-info .title {
    color: #2B277E;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.article-content-group .post-info .title > a {
    color: #2B277E;
    text-decoration: none;
}

.article-content-group .post-info .title > a:hover,
.article-content-group .article-item.active .post-info .title {
    color: #FF8A66;
    text-decoration: none;
}

.article-content-group .author-profile-box {
    border: 2px solid rgba( 255, 255, 255, 8% );
    padding: 12px;
    text-align: center;
    position: absolute;
    bottom: -45px;
    border-radius: 100%;
    left: 50%;
    margin-left: -44px;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(43, 38, 151, 0.15);
}

.article-content-group .article-item .author-profile-box.active {
    border-color: #2B277E;
}

.article-content-group .author-profile-box > img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: 0 20px 50px rgba(43, 38, 151, 0.15);
}

#archive-page-content .article-content-group .author-profile-box {
    margin-left: -36px;
    bottom: -37px;
}

#archive-page-content .article-content-group .author-profile-box > img {
    width: 48px;
    height: 48px;
}

.home .article-content-group .text-box > p {
    min-height: 72px;
}

.article-content-group .text-box > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #B3BBC7;
    margin-bottom: 16px;
    text-decoration: none !important;
    min-height: 72px;
}

.article-content-group .text-box .meta {
    padding: 12px;
    background: #F5F5F5;
    border-radius: 50px;
    margin: 0;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.article-content-group .article-item.active .text-box .meta,
.article-content-group .article-item .text-box .meta.active {
    background: #5651C2;
}

.article-content-group .text-box .meta .time {
    text-align: right;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2D365D;
}

.article-content-group .article-item .text-box .meta.active > div {
    color: #FFFFFF;
}

.article-content-group .text-box .meta .time::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 10px;
    background: url( "../icon/blog-icons/time-circle.svg" ) no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -10px;
}

.article-content-group .text-box .meta .comment {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2D365D;
}

.article-content-group .text-box .meta .comment::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 40px;
    background: url( "../icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
}

.article-item {
    padding: 15px;
    margin-bottom: 60px;
}

.home .article-item {
    padding: 0 15px;
}

.article-content-group > .row:nth-child(2) .article-item {
    margin-bottom: 0;
}

.article-item:hover {
    text-decoration: none !important;
}

/*8.4. Category section*/

.category-section {
    position: relative;
}

.category-section .header-section {
    text-align: center;
    background: #fff;
    position: relative;
    top: -30px;
}

.category-section .header-section .gradiant {
    background: radial-gradient(50% 50% at 50% 50%, #F5F3FC 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.75;
    width: 100%;
    height: 170px;
}

.carousel-box {
    position: relative;
    top: -48px;
}

.home-cat-carousel  .owl-stage-outer {
    padding: 75px 0 40px 0;
}

.devider-1 {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 50%;
    width: 100%;
    z-index: 8;
}

.devider-2 {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 75px;
}

.category-section .header-section .title {
    background: #FFFFFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    padding: 6px 20px;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -67.5px;
    top: 50%;
    margin-top: -18px;
    z-index: 9;
}

.category-section .number-box {
    text-align: center;
}

.category-section .number-box > .border-circle:first-child {
    width: 124px;
    height: 124px;
    border: 1px solid rgba( 0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    margin-top: -54px;
    left: 50%;
    margin-left: -62px !important;
}

.category-section .number-box .border-circle {
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;

}

.category-section .number-box .border-circle > .border-circle {
    border: 1px solid rgba( 0, 0, 0, 0.07 );
}

.category-section .number-box .border-circle > .border-circle > .border-circle {
    border: 1px solid rgba( 0, 0, 0, 0.09 );
}

.category-section .number-box .border-circle > .border-circle > .border-circle > .border-circle {
    border: 1px solid rgba( 0, 0, 0, 0.11 );
    position: relative;
}

.category-section .border-circle .gradiant {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: block;
    background: url("../images/bg-category-counter.webp") no-repeat;
    background-size: cover;
    border-radius: 100%;
    z-index: 98;
}

.category-section .border-circle .value {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: block;
    background: rgba( 57, 69, 121, 0.5 );
    box-shadow: 0 10px 50px rgba(45, 54, 93, 0.35);
    border-radius: 100%;
    padding: 25px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    z-index: 99;
    filter: brightness( 1.5 );
}

.category-section .hover .border-circle .value {
    background: rgba(86, 81, 194, 0.70);
}

.home-cat-carousel .carousel-item-holder {
    display: block;
    border-radius: 45px;
    position: relative;
    padding: 65px 15px 35px 15px;
    z-index: 8;
    text-align: center;
}

.category-section .carousel-item-holder .content-box {
    width: 100%;
}

.category-section .carousel-item-holder .content-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url( "../images/cat-item-bg.png" ) no-repeat left center, #F5F3FC;
    background-size: cover;
    border-radius: 45px;
    transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.category-section .carousel-item-holder.hover .content-box .overlay {
    background: url( "../images/cat-item.png" ) no-repeat left center, #322E95;
    background-size: cover;
}

.category-section .carousel-item-holder .content {
    position: relative;
    min-height: 24px;
    padding: 0 0 15px 0;
}

.category-section .carousel-item-holder .content::before {
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -5px;
    z-index: 10;
    left: 50%;
    margin-left: -4px;
    border-radius: 100%;
}

.category-section .carousel-item-holder .content::after {
    content: '';
    background: #fff;
    width: 54px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 10;
    left: 50%;
    margin-left: -27px;
}

.category-section .carousel-item-holder .content .title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: #2B277E;
}

.category-section .carousel-item-holder.hover .content .title {
    color: #fff;
}

/*call to action section */

.call-to-action-section {
    position: relative;
    padding: 0;
    z-index: 999;
    bottom: -52px;
}

.call-to-action-section .box {
    position: relative;
    padding: 40px 55px;
    background: #F8F9FB;
    border-radius: 35px;
}

.call-to-action-section .box .img-holder {
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -127px;
    width: 254px;
    height: 254px;
}

.call-to-action-section .box .call-to-action-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    color: #2B277E;
    position: relative;
}

.call-to-action-section .box .call-to-action-text .highlight {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.call-to-action-section .box .call-to-action-text .highlight::before {
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    background: #F2C94C;
    top: 50%;
    margin-top: -2px;
    z-index: -1;
    right: -2px;
    left: -2px;
}

.call-to-action-section .box .call-to-action-text .button-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}

.call-to-action-section .box .call-to-action-text .button-box > .btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    background: url( "../images/gradiant-1.png" ) no-repeat center;
    background-size: contain;
    padding: 10px 55px;
    color: #FFFFFF;
}

/*author suggest section*/

.author-suggest-section {
    padding: 75px 0 110px 0;
    /*background: url("../images/author-suggestion.png") no-repeat right top;*/
    /*background-size: cover;*/
    background: #0f0f0f;
    border-radius: 0 168px 0 0;
}

.author-suggest-section .header-section {
    position: relative;
    padding-right: 135px;
    margin-bottom: 57px;
}

.author-suggest-section .header-section .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 20px;
    text-align: right;
    color: #fff;
}

.author-suggest-section .header-section .description {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    color: #B3BBC7;
    margin: 16px 0;
}

.author-suggest-section .header-section .title::before {
    content: '';
    display: block;
    right: -15px;
    background: #fff;
    width: 105px;
    height: 1px;
    position: absolute;
    top: 16px;
}

.author-suggest-section .image-holder {
    display: flex;
    align-items: stretch;
}

.author-suggest-section .image-holder .row > div.double {
    min-height: 320px;
}

.author-suggest-section .image-holder .row > div {
    min-height: 175px;
    padding: 0;
}

.author-suggest-section .image-holder .item {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.author-suggest-section div.double:nth-child(2) > a:nth-child(1) {
    background-position: left center !important;
}

.author-suggest-section .image-holder .item .title {
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    text-align: right;
    color: #fff;
    position: absolute;
    left: 0;
    right: 80px;
    bottom: 23px;
    padding: 0 0 0 8px;
}

.author-suggest-section .image-holder .item .title::before {
    content: '';
    display: block;
    right: -53px;
    background: #fff;
    width: 36px;
    height: 1px;
    position: absolute;
    top: 15px;
}

.author-suggest-section .image-holder .item .gradiant {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.author-suggest-section .image-holder .item .gradiant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(86, 81, 194, 0.33) 0%, #5651c2c7 100% );
    opacity: 10;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    z-index: 9;
    border: 1px solid #333;
}

/*.author-suggest-section .image-holder .item .gradiant:hover::before {*/
/*    opacity: 10;*/
/*}*/

/*single page*/

.single-related-post-header {
    position: relative;
    bottom: 118px;
}

.related-post-section {
    position: relative;
}

.related-post-section .icon {
    border-radius: 100%;
    background: url( "../icon/blog-icons/paper.svg" ) no-repeat center;
    background-size: 32px;
    border: 1px solid #F5F5F5;
    width: 72px;
    height: 72px;
    margin-left: 20px;
}

.related-post-section .subject {
    line-height: 27px;
    margin: 8px 0 0;
}
.related-post-section .subject > span {
    display: block;
    color: #2B277E;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.related-post-section .subject > .colorize {
    color: #4CB4E7;
    font-size: 24px;
    font-weight: 900;
    text-align: right;
}

.related-post-section .action-box .btn-box > .btn {
    border: 1px solid #F5F3FC;
    border-radius: 25px;
    padding: 14px 33px 13px 75px;
    position: relative;
}

.related-post-section .action-box .btn-box > .btn::after {
    content: '';
    width: 30px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -3px;
    background: url( "../icon/blog-icons/line-chevron-left.svg" ) no-repeat center;
    background-size: contain;
}

.related_post {
    position: relative;
}

.related_post::before {
    content: '';
    position: absolute;
    top: 33%;
    right: 20px;
    width: 90px;
    height: 170px;
    margin-top: -85px;
    background: url( "../images/dotted-pattern.svg" ) repeat center;
}

.related-post-section .owl-theme .owl-nav {
    position: absolute;
    top: -150px;
}

.related-post-section .owl-theme .owl-nav > button {
    margin: 0 4px;
}

.thumbnail-holder {
    width: 100%;
    min-height: 130px;
    position: relative;
    box-shadow: 0 0 75px 0 #38349040;
    border-radius: 50px;
}

.thumbnail-holder > img {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
}

.thumbnail-holder > .post-meta {
    position: absolute;
    right: -36px;
    bottom: 30px;
    background: rgba( 255, 255, 255, 0.95 );
    border-radius: 50px;
    padding: 5px;
    display: flex;
}

.thumbnail-holder > .post-meta .author-image {
    max-width: 65px;
    max-height: 65px;
}

.thumbnail-holder > .post-meta .author-image  > img {
    width: 100%;
}

.thumbnail-holder > .post-meta .meta {
    padding: 7px 18px;
}

.thumbnail-holder > .post-meta .meta .data,
.thumbnail-holder > .post-meta .meta .name {
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    color: #2B277E;
}

.thumbnail-holder > .post-meta .meta .name .value {
    font-weight: 800;
    text-align: right;
}

.content-wrapper {
    background: #fff;
    padding: 48px 0 0 0;
    position: relative;
    /*top: -137px;*/
    z-index: 1;
    /*overflow: hidden;*/
    overflow: visible;
}

.content-wrapper .content-box img,
.content-wrapper .content-box figure,
.content-wrapper .content-box audio,
.content-wrapper .content-box video {
    max-width: 100%;
}

.content-wrapper .content-box img {
    margin: 30px 0;
}

.content-wrapper .content-box p {
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    text-align: justify;
}

.content-box .content table {
    max-width: 100%;
    margin-bottom: 24px;
}

.content-box .content table td {
    border: 1px solid #eee;
    text-align: justify;
}

.content-box #sp-toc-container {
    background: #F6F6FB;
    border-radius: 16px;
    padding: 0 32px;
    margin-bottom: 40px;
}

.content-box #sp-toc-container > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-box #sp-toc-container > ul > .item {
    border-bottom: 1px solid #EAEAF4;
    padding: 24px 0;
}

.content-box #sp-toc-container > ul > .item:nth-last-child {
    border-bottom: none;
}

.content-box #sp-toc-container > ul > .item  .heading .toc-link{
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-align: right;
    color: #383490;
}

.content-box #sp-toc-container > ul > .item .toc-link {
    color: #605DA6;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
}

.content-box #sp-toc-container > ul > .item .toc-link:hover {
    text-decoration: none;
}

.content-box #sp-toc-container > ul > .item .icon {
    width: 24px;
    height: 24px;
    background: url( "../icon/blog-icons/category.svg" ) no-repeat;
    background-size: 24px 24px;
    display: block;
}

.content-box #sp-toc-container > ul > .item .count {
    width: 24px;
    height: 24px;
    background: #fff;
    line-height: 26px;
    padding: 0;
    text-align: center;
    color: #383490;
    font-size: 15px;
    font-weight: 700;
    margin-left: 16px;
    border-radius: 100%;
    display: inline-block;
}

.content-box code {
    text-align: left;
    direction: ltr;
    display: block;
    margin: 24px 0;
    padding: 8px;
    background: #555;
}

.content-wrapper .content-box .main-title {
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.content-wrapper .content-box .main-title > h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    text-align: right;
    color: #383490;
    position: relative;
    padding-bottom: 24px;
}

.content-wrapper .content-box .main-title > h1::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 5px;
    background: #383490;
}

.content-box .content {
    font-weight: 300;
    line-height: 32px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.content-box .content p:first-child {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
    padding: 20px 90px 20px 0;
    position: relative;
}

.content-box .content p:first-child {
    color: #2D365D;
}

/*.content-box .content p:first-child::before {*/
/*    content: '';*/
/*    background: url("../images/dotted-pattern.svg") repeat;*/
/*    height: 100%;*/
/*    width: 40px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 5px;*/
/*}*/

.content-box .content h2 {
    color: #383490;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    font-family: 'yekan-bakh', Serif;

}

.content-box .content h3 {
    color: #383490;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: 'yekan-bakh', Serif;

}

.content-box .content h4 {
    color: #383490;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'yekan-bakh', Serif;

}

.content-box .content h5 {
    color: #383490;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: 'yekan-bakh', Serif;

}

.content-box .content h6 {
    color: #383490;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    font-family: 'yekan-bakh', Serif;

}

.content-wrapper .content-box .main-title > h1 {
    color: #383490;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
    font-family: 'yekan-bakh', Serif;
}

.content-box .content ol > li {
    font-family: 'yekan-bakh', Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #332F83;
}

.content-box .content ul > li {
    font-family: 'yekan-bakh', Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #332F83;
}

.content-box blockquote {
    color: #383490;
    text-align: justify;
    font-family: 'iransans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 228.571% */
    padding: 32px;
    border-radius: 24px;
    border: 2px solid #EBEBF4;
}

.content-box .content blockquote p {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.content-box .content p:first-child {
    padding: 0;
}

.content-box .content blockquote p:first-child::before {
    display: none;
}

.content-box .content a {
    color: #383490;
}

.content-box .suggest-post {
    background: #2B277E;
    border-radius: 12px;
    padding: 0 12px 0 0;
    margin-bottom: 42px;
}

.content-box .suggest-post > .inner-box {
    border-radius: 10px;
    background: #F9F8FB;
    padding: 24px 40px;
    display: flex;
}

.content-box .suggest-post > .inner-box .btn {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-align: right;
    background: #fff;
    padding: 4px 17px;
}

.content-box .suggest-post > .inner-box > h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 0;
}

.content-box .suggest-post > .inner-box > h3 > a {
    color: #000000;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.content-box .suggest-post > .inner-box > h3 > a:hover {
    text-decoration: none;
    color: #383490;
}

.content-wrapper .action {
    margin-bottom: 32px;
}

.post-info-box {
    box-shadow: 0 4px 25px 0 #2D365D12;
    padding: 18px 20px 18px 20px;
    position: relative;
    max-width: 265px;
    border-radius: 45px;
}

.post-info-box .time {
    display: none;
}

.post-info-box .category > a {
    color: #FF8A66;
    padding: 0 28px 0 18px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    border-left: 1px solid #F2EFFC;
}

.post-info-box .category > a::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "../images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 2px;
}

.post-info-box .comment > span {
    color: #2B277E;
    padding: 0 52px 0 0;
    position: relative;
    line-height: 24px;
    text-align: right;
    border-left: 1px solid #F2EFFC;
    font-size: 16px;
    font-weight: 400;
}

.post-info-box .comment > span:before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 19px;
    background: url( "../icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
    top: -1px;
}

.post-share-button {
    display: inline-block;
    padding: 12px 40px 12px 16px;
    border: 1px solid #2D365D;
    color: #2D365D;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    border-radius: 15px;
    position: relative;
    margin-right: 12px;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.post-share-button:hover {
    background: #f8f8f8;
    text-decoration: none;
    color: #2B277E;
}

.post-share-button::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
}

.post-share-button.tweeter::before {
    background: url( "../icon/blog-icons/tweeter.svg" ) no-repeat center;
    background-size: contain;
}

.post-share-button.telegram::before {
    background: url( "../icon/blog-icons/telegram.svg" ) no-repeat center;
    background-size: contain;
}

.comment-wraper {
    padding: 220px 0 90px 0;
    position: relative;
}

.comment-wraper .comment-box {
    position: relative;
}

.comment-wraper .comment-box .header-section {
    margin-bottom: 60px;
    display: flex;
}

.comment-wraper .comment-box .header-section .comment-counter {
    padding-left: 30px;
    border-left: 1px solid #F5F3FC;
    display: flex;
}

.comment-wraper .comment-box .header-section .comment-counter .icon-box {
    position: relative;
    padding: 15px;
    margin-left: 24px;
    border: 1px solid #F5F5F5;
    border-radius: 100%;
}

.comment-wraper .comment-box .header-section .comment-counter .icon-box .icon {
    width: 42px;
    height: 42px;
    background: url( "../icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
}

.comment-wraper .comment-box .header-section .comment-counter .comment-number {
    line-height: 74px;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    color: #383490;
    min-width: 80px;
}

.comment-wraper .comment-box .header-section .comment-counter .comment-number .highlight {
    color: #4CB4E7;
    font-size: 24px;
    font-weight: 900;
    text-align: right;
}

.comment-form-comment {
    margin-bottom: 0;
}

.parshost-comment-form-field {
    border: 1px solid #dbdbdb;
    padding: 12px 16px;
    border-radius: 4px;
    box-sizing: border-box;
}

.parshost-comment-box label.error{
    font-size: 13px;
    line-height: 16px;
    color: #F04438;
    margin-top: 8px;
}

.parshost-comment-box textarea.error,
.parshost-comment-box input.error {
    border: 1px solid #F04438;
}

.form-submit .submit {
    margin-top: 16px;
    width: 100%;
    padding: 12px;
    line-height: 16px;
    font-size: 14px;
    background: #5651C2;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.comment-wraper .comment-box .filter-btn-gp {
    padding-right: 30px;
    padding-top: 18px;
}

.comment-wraper .comment-box .filter-btn-gp > button {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    border-radius: 50px;
    background: #F8F9FB;
    margin-left: 12px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border: 0;
    outline: 0;
    transition: all 0.2s linear;
}

.comment-wraper .comment-box .filter-btn-gp > button:hover,
.comment-wraper .comment-box .filter-btn-gp > button.hover,
.comment-wraper .comment-box .filter-btn-gp > button.active {
    background: #5651C2;
    color: #fff;
}

.comment-box .avatar-box {
    padding: 15px 45px;
    border-bottom: 1px solid #5651C2;
    margin-left: 16px;
}

.comment-box .avatar-box > div {
    margin-bottom: 30px;
}

.comment-box .avatar-box > div > .avatar {
    box-shadow: 0 0 20px 23px rgb(43 39 126 / 8%), 0 0 10px 10px rgb(124 38 128 / 10%);
    border-radius: 100%;
    width: 64px;
    height: 64px;
}

.comment-box .avatar-box .reply,
.comment-box .avatar-box .comment-reply-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    background: #F5F5F5;
    color: #5651C2;
    padding: 2px 12px;
    border-radius: 50px;
}

.comment-box .comment-text {
    padding: 0 0 45px 0;
    border-bottom: 1px solid #F5F3FC;
}

.comment-box .comment-text > p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: right;
}

.comment-box .comment-item {
    display: flex;
    margin-bottom: 60px;
}

.comment-box .comment-item .user-display-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    color: #000;
}

.comment-box .comment-item .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
}

.comment-box .like-box {
    padding-right: 30px;
    padding-top: 16px;
}

.comment-box .comment-item .like {
    padding: 4px 32px 4px 0;
    background: url("../icon/blog-icons/like-red.svg") no-repeat right;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #000;
}

.comment-wraper .gradiant {
    background: radial-gradient(50% 50% at 50% 50%, #F5F3FC 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.75;
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
}

.comment-text-box > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: right;
    color: #2D365D;
}

.comment-wraper > div:nth-child(3)

/* Archive category */

.archive .article-content-group > .row::after,
.article-content-group > .row:first-child::before {
    display: none;
}

.archive .slide-box {
    overflow: hidden;
}

.archive .articles-section {
    top: -70px;
    padding: 0 0 60px 0;
}

.search-results .desc-box,
.archive .desc-box {
    padding: 150px 0 0 0;
    position: relative;
    top: -130px;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.archive-header {
    background: url( "../images/bg-archive-header.png" ) no-repeat center;
    background-size: cover;
    border-radius: 55px;
}

.archive-header.style-2 {
    background: #fff;
}

.archive-header .main-box {
    padding: 48px;
}

.archive-header .archive-title {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: right;
    margin: 0;
    line-height: 45px;
}

.archive-header .category {
    background: #FFF3F0;
    color: #FF8A66;
    border-radius: 15px;
    padding: 10px 45px 10px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-left: 30px;
    float: right;
}

.archive-header .category::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "../images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 14px;
}

.archive-header .category > a {
    color: #FF8A66;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

.archive-header .article-counter {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px 30px 0 0;
    position: relative;
}

.archive-header .article-counter::after {
    content: '';
    display: block;
    width: 41px;
    height: 48px;
    background: url( "../icon/blog-icons/paper.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    right: -67px;
}

.archive-header .article-counter .text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
    color: #4CB4E7;
    line-height: 15px;
}

.archive-header .article-counter .number {
    font-size: 32px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0;
    text-align: right;
    color: #fff;
}

.archive-header .inner-box-search {
    padding: 45px;
    background: url( "../images/bg-archive-header-search.png" ) no-repeat center;
    background-size: cover;
    border-radius: 55px;
}

.archive-header .filter-container {
    text-align: left;
}

.archive-header .filter-btn-gp > .item > a {
    color: #fff;
}

.archive-header .filter-btn-gp > .item > a:active,
.archive-header .filter-btn-gp > .item > a:hover,
.archive-header .filter-btn-gp > .item > a.active {
    color: #FF8A66;
}

.archive-header .article-search-form input[type="submit"] {
    background: url( "../images/search.svg" ) no-repeat, #5651C2;
    border: 2px solid #5651C2;
}

.archive-header .article-search-form input[type="text"] {
    border: 2px solid #5651C2;
}

.fp-archive-post {
    padding: 12px;
    overflow: hidden;
}

.fp-archive-post > img {
    border-radius: 48px;
}

.pagination-box {
    padding: 40px 30px;
    text-align: center;
    width: 100%;
}

.pagination-box .pagination-gp {
    padding: 0;
    margin: 0;
    text-align: center;
    direction: ltr;
}

.pagination-box .pagination-gp > .item {
    display: inline-block;
    direction: rtl;
}

.pagination-box .pagination-gp > .item > span,
.pagination-box .pagination-gp > .item > a {
    min-width: 50px;
    min-height: 50px;
    box-shadow: 0 4px 15px 0 #0000001A;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin-left: 10px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.pagination-box .pagination-gp > .item > span.active,
.pagination-box .pagination-gp > .item > span.hover,
.pagination-box .pagination-gp > .item > span:hover,
.pagination-box .pagination-gp > .item > span:active,
.pagination-box .pagination-gp > .item.active > span,
.pagination-box .pagination-gp > .item > a.active,
.pagination-box .pagination-gp > .item > a.hover,
.pagination-box .pagination-gp > .item > a:hover,
.pagination-box .pagination-gp > .item > a:active,
.pagination-box .pagination-gp > .item.active > a {
    background: #5651C2 !important;
    color: #fff !important;
}

.pagination-box .pagination-gp > .item.previous > a {
    position: relative;
    background: #C8CED3;
    padding: 0 32px 0 55px;
    border-radius: 50px;
    color: #fff;
}
.pagination-box .pagination-gp > .item.next > a {
    position: relative;
    background: #C8CED3;
    padding: 0 55px 0 32px;
    border-radius: 50px;
    color: #fff;
}

.pagination-box .pagination-gp > .item.next > a::after {
    display: block;
    content: '';
    width: 7px;
    height: 16px;
    background: url( "../icon/blog-icons/arrow-chevron-right.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}

.pagination-box .pagination-gp > .item.previous > a::after {
    display: block;
    content: '';
    width: 7px;
    height: 16px;
    background: url( "../icon/blog-icons/arrow-chevron-left.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -8px;
}

.desc-box {
    padding: 50px 0;
}

.desc-box .title {
    color: #383490;
}

.desc-box .desc-detail {
    position: relative;
}

.desc-box .desc-detail .content {
    color: #2D365D;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
    text-align: justify;
}

.meta-data .data-container {
    float: right;
    width: auto;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #F5F3FC;
    display: flex;
}

.meta-data .data-container .categories {
    background: #FFF3F0;
    border-radius: 15px;
    color: #FF8A66;
    padding: 13px 45px 13px 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    display: block;
    position: relative;
    margin-left: 25px;
}

.meta-data .data-container .categories::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "../images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.meta-data .data-container .comment {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    position: relative;
    padding: 15px 32px 11px 13px;
    color: #2B277E;
}

.meta-data .data-container .comment::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 0;
    background: url( "../icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
}

.readmore {
    color: #9F9CDC;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    position: relative;
    display: inline-block;
}

.readmore:hover {
    color: #2B277E;
}
.readmore::after {
    content: '';
    width: 30px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -4px;
    background: url( "../icon/blog-icons/line-chevron-left.svg" ) no-repeat center;
    background-size: contain;
}

.desc-box .desc-image::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    right: -14px;
    background: url( "../images/dotted-pattern.svg" );
    width: 90px;
    height: 160px;
    z-index: -1;
}

.desc-image .archive-thumbnail-holder .archive-thumbnail {
    height: 100%;
}

.description-text-box {
    padding-bottom: 50px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 50px
}

.description-text {
    color: #000;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: 0;
    padding-right: 130px;
    position: relative;
    margin: 0;
}

.description-text::before {
    content: '';
    display: block;
    width: 40px;
    height: 46px;
    background: url( "../icon/blog-icons/arrow-left-curved.svg" ) no-repeat center, #F5F5F5;
    background-size: 7px 14px;
    border-radius: 10px;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -23px;

}

.go-down-container {
    width: 100%;
    border-top: 1px solid #F5F5F5;
    height: 36px;
    position: relative;
    z-index: 99;
    top: -65px;
}

.go-down-container.static {
    top: 0 !important;
}

.go-down {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 36px;
}

.go-down-btn {
    display: inline-block;
    top: -24px;
    width: 72px;
    height: 48px;
    position: absolute;
    background: url( "../icon/blog-icons/down.svg" ) no-repeat center, #fff;
    background-size: 14px;
    left: 50%;
    margin-left: -36px;
    border: 2px solid #EAECF0;
    border-radius: 12px;
}

.home .go-down-btn {
    left: inherit;
    margin-left: inherit;
    right: 120px;
}

/*Author page*/

.archive .main-box .text-box {
    padding: 32px 12px;
    border-top: 1px solid #FFFFFF38;
    border-bottom: 1px solid #FFFFFF38;
    margin: 32px 0;
}

.archive .main-box .text-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
    text-align: justify;
}

.avatar-box-container {
    padding: 32px 0 32px 30px;
    position: relative;
    min-width: 142px;
}

.avatar-box-container .avatar-box {
    padding: 15px;
    border: 1px solid #FFFFFF1A;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    border-radius: 100%;
}

.author-header-container {
    padding: 0 4px;
}

.author-header-container .social-media-link {
    padding: 0 0 0 90px;
}

.author-header-container .social-media-link .social-media {
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 8px;
    display: flex;
    flex-direction: row-reverse;
}

.author-header-container .social-media-link .social-media .item {
    display: inline-block;
    margin: 0 4px 0 0;
}

.author-header-container .social-media-link .social-media .item > a {
    padding: 12px;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.author-header-container .social-media-link .social-media .item > a.telegram {
    background: url( "../icon/blog-icons/telegram-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.tweeter {
    background: url( "../icon/blog-icons/tweeter-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.youtube {
    background: url( "../icon/blog-icons/youtube.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.tweeter {
    background: url( "../icon/blog-icons/tweeter-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.linkedin {
    background: url( "../icon/blog-icons/linkedin.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.instagram {
    background: url( "../icon/blog-icons/instagram.svg" ) no-repeat center;
}

.archive-header .author-header-container .article-counter::after {
    top: 2px;
}

.author-1.archive .articles-section {
    padding-top: 0;
    top: -180px;
}

.author-description-box-scondary {
    position: relative;
    top: -100px;
}

.detail-box-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/*podcast page*/

.podcast-header {
    background: url( "../images/bg-podcast-header.png" ) no-repeat center;
    background-size: cover;
    border-radius: 55px;
}

.podcast-header .main-box {
    padding: 68px 28px;
}

#search-row-wrapper {
    min-width: 100%;
    min-height: 200px;
    position: relative;
    top: -270px;
    padding-top: 290px;
    background: #fff;
}

#search-row-wrapper .row {
    padding: 44px 48px;
    background: #2B277E;
    border-radius: 150px;
}

#search-row-wrapper .filter-btn-gp > .item > a {
    color: #fff;
}

#search-row-wrapper .filter-btn-gp > .item > a:active,
#search-row-wrapper .filter-btn-gp > .item > a:hover,
#search-row-wrapper .filter-btn-gp > .item > a.active {
    color: #FF8A66;
}

#search-row-wrapper .article-search-form input[type="submit"] {
    background: url(../images/search.svg) no-repeat, #5651C2;
    border: 2px solid #5651C2;
}

#search-row-wrapper .article-search-form input[type="text"] {
    border: 2px solid #5651C2;
}

/* podcast player */

.podcast-container {
    padding: 12px;
    border: 1px solid rgba( 255, 255, 255, 0.1 );
    border-radius: 50px;
    overflow: hidden;
}

.jp-audio {
    width: 100%;
    border-radius: 50px;
    background: transparent;
    border: none;
    padding: 0;
}

.jp-interface {
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: transparent;
}

.jp-volume-controls {
    padding: 16px 28px 16px 48px;
    min-width: 220px;
    background: #fff;
    min-height: 72px;
    border-radius: 50px;
    position: relative;
    display: flex;
}

.jp-volume-controls::after {
    position: absolute;
    left: -40px;
    content: '';
    display: block;
    width: 79px;
    background: #fff;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.jp-audio .jp-controls-holder {
    height: 65px;
}

.jp-controls {
    background: inherit;
    height: 72px;
    width: 65px;
    margin-right: 16px !important;
    padding: 3px 0;
    margin-left: 4px !important;
}

.jp-controls .jp-play {
    width: 65px !important;
    height: 65px;
    background: url( "../icon/blog-icons/play.svg" ) no-repeat center, #6e3e41 !important;
    background-size: 22px 26px;
    border-radius: 100%;
    margin: 0 0 4px 0;
}

.jp-controls .jp-stop {
    width: 65px !important;
    height: 65px;
    background: url( "../icon/blog-icons/pause.svg" ) no-repeat center, #6e3e41 !important;
    background-size: 22px 26px;
    border-radius: 100%;
    margin: 0 0 4px 0;
}

.jp-volume-controls button {
    position: inherit !important;
}

.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
    position: inherit !important;
    max-width: 85px;
}

.jp-progressbar-podcast {
    width: 100%;
    overflow: hidden;
    background: #0D0B29;
    padding: 32px 116px 32px 40px;
    position: relative;
    border-radius: 50px;
    z-index: 2;
}

.jp-progress {
    width: 100%;
    background: #F5F3FC;
    height: 8px;
    border-radius: 4px;
    margin: 0;
}

.jp-volume-bar-value {
    background: #FF8A66;
    height: 8px;
    border-radius: 4px;
}

.jp-volume-bar {
    background: #FFF3F0;
    height: 8px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.jp-current-time {
    display: none;
}

.jp-duration {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -12px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: right;
}

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
    width: 48px;
    height: 48px;
    background: url( "../icon/blog-icons/volume-down.svg" ) no-repeat left;
    position: absolute !important;
    right: 0;
    top: 50%;
    margin-top: -24px;
}

.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
    width: 48px;
    height: 48px;
    background: url( "../icon/blog-icons/volume-mute.svg" ) no-repeat left;
    position: absolute !important;
    right: 0;
    top: 50%;
    margin-top: -24px;
}

.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.jp-volume-controls .btn-box {
    width: 48px;
    position: relative;
    margin-left: 12px;
}

.podcast-title {
    margin-bottom: 32px;
}

.podcast-title .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}


.podcast-header .post-meta {
    position: absolute;
    right: 50%;
    bottom: -32px;
    background: rgba( 255, 255, 255, 0.95 );
    border-radius: 50px;
    padding: 5px;
    display: flex;
    margin-right: -135px;
}

.podcast-header .post-meta .meta {
    padding: 7px 18px;
}

.podcast-header .post-meta .meta .data {
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    color: #2B277E;
}

.podcast-header .post-meta .meta .data .value {
    font-weight: 800;
    text-align: right;
}

/*login page*/

.login-wrapper {
    background: #F2F4F7;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.login-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    left: 41.39%;
    right: -41.39%;
    top: 34.67%;
    bottom: -16.99%;
    background: url( "../images/cloud-services-1.svg" ) no-repeat center;
    background-size: contain;
    opacity: 0.6;
}

.login-wrapper .login-box {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(180deg, #EEF2F9 0%, rgba(238, 242, 249, 0) 3.69%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #EEF2F9 0%, rgba(238, 242, 249, 0) 3.69%);
    padding: 48px 32px;
    border-radius: 24px;
}

.login-wrapper .login-box h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
}

.login-wrapper .login-box form > p {
    position: relative;
    padding: 0;
}

.login-wrapper .login-box form > p.username-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 18px;
    background: url( "../icon/blog-icons/user.svg" );
    background-size: contain;
    z-index: 99;
}

.login-wrapper .login-box form > p.password-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 18px;
    background: url( "../icon/blog-icons/lock.svg" );
    background-size: contain;
    z-index: 99;
}

.login-wrapper .login-box input[type="submit"],
.login-wrapper .login-box input[type="text"],
.login-wrapper .login-box input[type="password"] {
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.login-wrapper .login-box input[type="text"],
.login-wrapper .login-box input[type="password"] {
    background: #fff;
    border: 1px solid #EEF2F9;
    padding: 16px 53px 16px 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.login-wrapper .login-box input[type="text"]::-webkit-input-placeholder,
.login-wrapper .login-box input[type="password"]::-webkit-input-placeholder,
.login-wrapper .login-box input[type="text"]::placeholder,
.login-wrapper .login-box input[type="password"]::placeholder{
    color: #B0C2E2;
}

.login-wrapper .login-box input[type="password"] {
    padding-left: 32px;
}

.login-wrapper .login-box .password-box .pass-shower {
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url( "../icon/blog-icons/eye-off.svg" );
    margin-top: -8px;
}

.login-wrapper .login-box input[type="checkbox"] {
    background: #EEF2F9;
    border-radius: 9px;
    border-block: none;
}

.login-wrapper .login-box input[type="submit"] {
    padding: 14px;
    background: #33C5F0;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    border: none;
}

.hint {
    width: 20px;
    height: 20px;
    background: url( "../icon/blog-icons/help-circle.svg" );
    background-size: contain;
}

.or-submit {
    display: block;
    width: 100%;
    margin: 24px 0;
    position: relative;
    text-align: center;
}

.or-submit .text {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 8px;
}

.or-submit::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background: #EEF2F9;
    width: 100%;
    top: 50%;
    z-index: 9;
}

.slide-login-box {
    padding: 0 32px 0 0;
}

.slide-login-box .inner-box {
    background: #1F1D4F;
    border-radius: 48px;
    padding: 32px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.slide-login-box .inner-box .gradiant {
    position: absolute;
    left: -568px;
    right: -152px;
    top: 24px;
    bottom: -272px;
    background: url( "../images/cloud-services.svg" ) no-repeat center;
    background-size: contain;
    z-index: 11;
}

.slide-login-box .inner-box .shadow-blur {
    width: 812px;
    height: 812px;
    position: absolute;
    background: #33C5F0;
    opacity: 0.8;
    filter: blur(350px);
    left: 666px;
    top: 624px;
}

.slide-login-box .inner-box  .image-holder {
    max-width: 350px;
    margin-right: auto;
    text-align: left;
}

.slide-login-box .inner-box .content {
    position: relative;
    z-index: 12;
}

.slide-login-box .inner-box .content > P {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.slide-login-box .inner-box .content > .titles {
    position: absolute;
    bottom: 100%;
}
.slide-login-box .inner-box .content > .titles > h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.slide-login-box .detailed-info {
    position: relative;
    z-index: 12;
    margin-top: 32px;
}

.slide-login-box .inner-box .tpermonth {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
}

.slide-login-box .inner-box .startfrom {
    line-height: 32px;
}

.slide-login-box .carousel-container {
    position: relative;
    z-index: 13;
}

.login-wrapper .owl-carousel .owl-dots {
    display: none;
}

.login-wrapper .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.parshost-login-carousel-navigator-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 4px !important;
    color: #000 !important;
    border-radius: 100%;
    box-shadow: 0 8px 16px 0 #0000000F, 0 4px 4px 0 #00000005, 0 -1px 1px 0 #00000005;
}

.parshost-login-carousel-navigator-1.next {
    background: url( "../icon/blog-icons/arrow-right.svg" ) no-repeat center, #fff !important;
    background-size: contain;
}

.parshost-login-carousel-navigator-1.previous {
    background: url( "../icon/blog-icons/arrow-left-black.svg" ) no-repeat center, #fff !important;
    background-size: contain;
}

.register-google {
    margin-bottom: 0;
}

.register-google::before {
    content: '';
    display: block;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20%;
    background: url( "../icon/blog-icons/google.svg" );
}

.search-results .category.hiro-section,
.archive .category.hiro-section {
    min-height: inherit;
}

/* 9.  Eror.php */

.page-error-404 {
    background: #F9FAFB;
    height: 100vh;
    padding: 0;
}

.error-404-container {
    height: 100vh;
    background: #F9FAFB;
    padding-top: 200px;
    position: relative;
}

.error-404-container .img-box {
    position: relative;
    z-index: 99;
}

.error-404-container .error-text {
    margin-top: 42px;
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: 0;
    color: #3C5788;
    text-align: center;
    margin-bottom: 40px;
}

.error-404-container::after,
.error-404-container::before {
    display: block;
    position: absolute;
    content: '';
}

.error-404-container::before {
    background: url( "../images/cloud-3.svg" ) no-repeat;
    background-size: contain;
    right: 0;
    width: 430px;
    height: 360px;
    top: 160px;
}

.error-404-container::after {
    background: url( "../images/cloud-4.svg" ) no-repeat;
    background-size: contain;
    left: 0;
    width: 495px;
    height: 313px;
    bottom: 180px;
}

.back-home-box {
    text-align: left;
}

.counter-home-box {
    text-align: right;
}

.error-404-container .icon-box .list {
    list-style: none;
    text-align: center;
    direction: ltr;
    padding: 0;
}

.error-404-container .icon-box .list > li {
    display: inline-block;
    text-align: center;
    margin: 0 16px;
    direction: rtl;
}

.error-404-container .icon-box .list > li > a {
    padding: 0 8px 24px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    transition: all .3s ease;
    display: block;
    position: relative;
    bottom: 0;
}

.error-404-container .icon-box .list > li > a:hover {
    bottom: 8px;
    border-bottom: 1px solid #3C5788;;
}

.error-404-container .icon-box .list > li > a:hover::before {
    content: '';
    height: 8px;
    width: 1px;
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    background: #3C5788;
    bottom: 0;
}

.error-404-container .icon-box .list > li > a img {
    min-width: 20px;
    min-height: 20px;
    width: auto;
    height: auto;
}

.breadcrumb-404 {
    margin-top: 12px;
    display: flex;
}

.breadcrumb-404 .arrow,
.breadcrumb-404 .home-icon,
.breadcrumb-404 .back-home {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 16px;
}

.breadcrumb-404 .arrow {
    max-width: 13px;
    max-height: 16px;
}

.breadcrumb-404 .home-icon > img {
    max-width: 16px;
}

.breadcrumb-404 .home-icon:hover {
    color: #FFBB47;
}

#redirect-counter-404 {
    color: #FFBB47;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 8px;
    line-height: 28px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.redirected-msg-box {
    text-align: right;
}

.redirected-msg-box > p {
    line-height: 24px !important;
}

.redirected-msg-box #countdown {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.redirected-msg-box svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.redirected-msg-box svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #FFBB47;
    fill: none;
    animation: countdown 10s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 113px;
    }
}

.button.solid.yellow {
    background: #FFBB47;
    color: #fff;
}

#mobile-nav-toggler-hide,
#nMobile-nav-toggler {
    border-radius: 12px;
    text-align: center;
}

/*--------------------------------------
     6. Footer
 --------------------------------------*/

.footer {
    position: relative;
}

.footer .footer-box {
    padding: 72px 114px 50px;
    position: relative;
}

.footer .footer-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 162px;
    height: 50px;
    background: url( "../../assets/images/footer-curve.svg" ) no-repeat center;
    top: -1px;
    right: 88px;
    z-index: 8;
}

.footer .footer-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 162px;
    height: 50px;
    background: url( "../../assets/images/logo-short.svg" ) no-repeat center;
    background-size: 42px 33px;
    top: 0;
    right: 88px;
    z-index: 9;
}

.footer .inner-footer {

}

.footer .inner-widget-box .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: right;
    padding-right: 16px;
    position: relative;
    color: #fff;
}

.footer .inner-widget-box .title::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FEC84B;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.footer .inner-widget-box ul {
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    list-style-type: none;
}

.footer .inner-widget-box ul > li {
    margin-top: 8px;
}

.footer .inner-widget-box ul > li > a {
    color: #A3A2CC;
}

.footer .secondery-footer-box {
    padding: 32px 0;
    border-top: 1px solid #282566;
    border-bottom: 1px solid #282566;
    margin: 16px 0 32px 0;
}

.footer .certificate-box {
    padding: 0 0 0 24px;
    border-left: 1px solid #282566
}

.footer .certificate-box .item {
    width: 100px;
    height: 100px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    min-height: 100px;
    background: #fff;
    text-align: center;
    vertical-align: center;
    align-items: center;
    padding: 8px;
    margin-left: 24px;
}

.footer .certificate-box .item img {
    max-width: 100%;
}

.footer .newsletter-box {
    padding: 0 24px 0 0;
    width: 100%;
}

.footer .newsletter-box .form-box {
    display: flex;
}

.footer .newsletter-box .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    margin-bottom: 24px;
    margin-right: 4px;
    padding-left: 24px;
    color: #C1C0DD;
    position: relative;
}

.footer .newsletter-box .hint {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
}

.footer .newsletter-box .newsletter-input {
    box-shadow: 0 16px 32px 0 #0000000F, 0 5px 5px 0 #00000005, 0 -1px 1px 0 #00000005;
    padding: 12px 16px;
    background: #18163C;
    border-radius: 12px;
    outline: 0;
    border: none;
    width: 100%;
    color: #A3A2CC;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    box-sizing: border-box;
    display: block;
}

.footer .newsletter-box input[type="submit"] {
    background: #F79009 url( "../../assets/icons/left-arrow.svg" ) no-repeat;
    background-size: 18px 18px;
    background-position-y: 12px;
    background-position-x: 16px;
    border-radius: 12px;
    padding: 12px 16px 12px 44px;
    outline: 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    color: #fff;
    display: block;
}
.footer .newsletter-box .send-box {
    position: relative;
    margin-right: 16px;
}

.footer .contact-us-box {
    padding: 0 32px 0 0;
}

.footer .contact-us-box > .inner-box {
    padding: 32px 24px;
    border-radius: 24px;
}

.footer .contact-us-box > .inner-box > h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #fff;
    margin-bottom: 16px;
}

.footer .contact-us-box .contact-information {
    padding: 0;
}

.footer .contact-us-box .contact-information .item {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
    padding: 24px 0 24px 24px;
    border-bottom: 1px solid #1F1D4F;
}

.footer .contact-us-box .contact-information .item.location {
    line-height: 20px;
}

.footer .contact-us-box .contact-information .item::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.footer .contact-us-box .contact-information .item.call::after {
    background: url( "../../assets/icons/headphone-violet.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .contact-information .item.email::after {
    background: url( "../../assets/icons/mail-violet.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .contact-information .item.location::after {
    background: url( "../../assets/icons/map-pin.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .social-media {
    width: 100%;
    background: #F79009;
    border-radius: 9px;
    padding: 16px;
}

.footer .contact-us-box .social-media > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer .contact-us-box .social-media > ul > li {
    display: inline-block;
    margin-left: 4px;
    padding: 0;
}

.footer .contact-us-box .social-media > ul > li > a {
    display: inline-block;
    min-width: 16px;
    min-height: 16px;
}

.footer .contact-us-box .social-media > ul > li > a.linkedin {
    background: url( "../../assets/icons/linkedin.svg" ) no-repeat center;
}

.footer .copyright-box {
    padding: 0 32px 0 0;
    position: relative;
}

.footer .copyright-box .affiliate-more-link::after {

}

.footer .copyright-box .affiliate-more-link {
    color: #FDB022;
    font-size: 12px;
    font-weight: 500;
}

.footer .copyright-box .text {
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}

.footer .copyright-box .text::before {
    content:  '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: calc( 100% + 16px );
    background: url( "../../assets/icons/alert-circle-violet.svg" ) no-repeat center;
}

footer .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    background: #18163c;
    right: 0;
    color: #C1C0DD;
    font-size: 14px;
    line-height: 24px;
    font-family: 'yekan-bakh', serif;
    border: none !important;
    border-right: 3px solid #2ea839 !important;
    margin: 0 !important;
    padding: 6px 8px !important;
}

.footer-v2 .footer-affiliate{
    border-top: 1px solid #282566;
    margin-top: 35px;
    padding-top: 30px;
    position: relative;
}
.footer-v2 .contact-namad-box .inner-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-v2 .contact-us-box .contact-information .item::after{
    width: 14px;
    height: 14px;
}
.footer-v2 .contact-namad-box .namad-box.inner-box div{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 4px;
}
.footer-v2 .contact-namad-box .namad-box.inner-box div img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.footer-v2 .namad-box{
    justify-content: space-between;
}
.footer-v2 .par-host-widget-area{
    position: relative;
}
.footer-v2 .inner-widget-box .title::before{
    display: none;
}
.footer-v2 .inner-widget-box .title {
    padding-right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin-bottom: 22px;
}
.footer-v2 .inner-widget-box .title span{
    min-width: fit-content;
}
.footer-v2 .inner-widget-box .title .line{
    background: #282566;
    width: 50px;
    height: 1px;
}
.footer-v2 .inner-widget-box ul > li{
    margin-top: 18px;
    font-family: 'yekan-bakh';
    font-weight: 500;
    font-size: 11px;
}
.footer-v2 .accordion-item{
    border: none;
    background-color: transparent;
}
.footer-v2 .accordion .accordion-item:nth-child(-n+3) {
    border-bottom: 1px solid #282566;
}
.footer-v2 .accordion .accordion-item:nth-child(n+2):nth-child(-n+4) {
    border-top: 1px solid #282566;
}
.footer-v2 .footer-box::before{
    height: 40px;
}
.footer-v2 .contact-us-box .contact-information .item.call {
    border-bottom: 1px solid #1F1D4F;
}
.footer-v2 .contact-us-box .contact-information .item.location {
    border-bottom: none;
}
.footer-v2 .accordion-item .accordion-button{
    font-family: 'yekan-bakh';
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    padding: 24px 2px;
}
.footer-v2 .accordion-item .accordion-button::after{
    background: url(../../assets/icons/arrow-down.svg) no-repeat center center;
    background-size: 12px;
}
.footer-v2 .accordion-item .accordion-button:not(.collapsed)::after{
    background: url(../../assets/icons/arrow-down.svg) no-repeat center center;
    background-size: 12px;
}
.footer-v2 .accordion-item .accordion-body{
    padding-top: 0;
    margin-top: 8px;
    padding-right: 2px;
    padding-bottom: 0;
}
.footer-v2 .accordion-item .accordion-body ul{
    list-style-type: none;
    padding-right: 0;
}
.footer-v2 .accordion-item .accordion-body ul li a{
    font-family: 'yekan-bakh';
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    color: #A3A2CC;
}
.footer-v2 .accordion-item .accordion-body ul li{
    margin-bottom: 10px;
}
.footer-v2 .btt-button{
    top: 10px;
}
.footer-v2 .footer-box::before{
    background: url(../../assets/images/logo-short-withshadow.svg) no-repeat center;
    right: 118px;
}
.footer-v2 .footer-box::after{
    right: 118px;
}
.footer-v2 .copyright-box .icon.left-arrow{
    background: url( "../../assets/icons/left-arrow-azure.svg" ) no-repeat left center;
    filter: brightness(2) saturate(100%) sepia(1) hue-rotate(-30deg) saturate(500%) brightness(1.3);
    transform: scale(0.8);
    margin-right: 3px;
}
.footer-v2 .footer-box {
    padding: 72px 114px 30px;
    position: relative;
}

@media ( min-width: 1400px ) {
    .container-fluid,
    .hiro-wrapper,
    .call-to-action-section,
    .footer-container {
        max-width: 1366px !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .container-fluid {
        padding: 0 32px;
    }
}

/* related post */


.related-posts {
    padding: 24px 40px;
    color: #000;
    text-align: right;
    font-weight: 700;
    background: #F9F8FB;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'yekan-bakh', sans-serif;
}

.related-posts::before {
    border-radius: 10px;
    background: #2B277E;
    position: absolute;
    right: -12px;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.related-posts a {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.related-posts p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.toc-widget {
    font-family: 'yekan-bakh', sans-serif;
    position: sticky;
    top: 24px;
}


.toc-widget .title {
    color: #3C5788;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;
}

.toc-widget .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #FDB022;
}
.toc-widget .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #FDB022;
    left: 0;
    top: 50%;
    margin-top: -1px;
}


.toc-widget .table-of-contents {
    border: 1px solid #EAECF0;
    padding: 16px;
    border-radius: 16px;

}

.toc-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toc-widget ul li {
    margin: 0;
}

.toc-widget ul li a {
    display: block;
    color: #3C5788;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 32px 16px 16px;
    border-radius: 16px;
    position: relative;
}

.toc-widget ul li a::before {
    background: #D9D9D9;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
}

.toc-widget ul li a:hover {
    background-color: #F2F4F7;
}

.hiro-section-2 {
    background: #f2f4f7;
}

.br-32 {
    border-radius: 32px;
}
.br-16 {
    border-radius: 16px;
}

.br-24 {
    border-radius: 24px;
}

.hiro-section-2 .title {
    color: #3C5788;
    text-align: right;
    font-family: 'yekan-bakh', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}

.hiro-section-2 .excerpt-box {
    margin-bottom: 80px;
}

.hiro-section-2 .excerpt-box > p {
    color:  #667085;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.hiro-section-2 .cat-box {

}

.hiro-section-2 .cat-box .category {

}

.hiro-section-2 .cat-box .category a {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.hiro-section-2 .cat-box .category a:hover {
    color: #667085;
}

.hiro-section-2 {}

.hiro-section-2 .post-meta {}

.hiro-section-2 .post-meta .icon {
    width: 20px;
    height: 20px;
}

.hiro-section-2 .post-meta .author-box {
    padding: 6px 12px;
    color: #2B277E;
    text-align: right;
    text-shadow: 0 0 75px rgba(50, 46, 149, 0.75);
    font-family: 'yekan-bakh', sans-serif;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    line-height: 20px;
    border-radius: 50px;
}


.hiro-section-2 .post-meta .author-box img {
    width: 20px;
    height: 20px;
}

.hiro-section-2 .post-meta .date-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.hiro-section-2 .post-meta .comment-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.hiro-section-2 .post-meta .update-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.icon.chat {
    background: url("../icons/blog/chat.svg") no-repeat center;
    background-size: contain;
}

.icon.clock {
    background: url("../icons/blog/time-circle.svg") no-repeat center;
    background-size: contain;
}

.icon.update {
    background: url("../icons/blog/update.svg") no-repeat center;
    background-size: contain;
}

.content-wrapper .content-box figure img {
    margin-bottom: 4px
}


.icon.facebook {
    background: url( "../../assets/icons/social-icon-1.svg" ) no-repeat center;
}

.icon.instagram {
    background: url( "../../assets/icons/social-icon-3.svg" ) no-repeat center;
}

.icon.tweeter {
    background: url( "../../assets/icons/social-icon-2.svg" ) no-repeat center;
}

.icon.telegram {
    background: url( "../../assets/icons/social-icon-4.svg" ) no-repeat center;
}

.icon.linkedin {
    background: url( "../../assets/icons/social-icon-4.svg" ) no-repeat center;
}

