/*
Theme Name: mrketabi
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 Abr.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: mrketabi
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

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


--------------------------------------------------*/

/* --------------------------------------
    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;
}

::-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;
}

/* --------------------------------------
    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;
}

.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;
}

/*----- 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-toggle::after {
    border: none;
    content: '';
    margin: 0 4px;
    color: #667085;
    vertical-align: -4px;
    background-image: url('assets/icon/blog-icons/chevron-down.svg');
    background-size: 100%;
    height: 17px;
    width: 11px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.header .dropdown-menu.mega-menu {
    padding: 32px;
    background: #fff;
    min-width: 992px;
    border: 2px solid #EAECF0;
    border-radius: 0;
    right: 30px;
}

.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;
}

/* --------------------------------------
    5. Footer
-------------------------------------- */

.footer {
    padding: 48px 0;
}

.footer .footer-box {
    border-radius: 24px;
    padding: 72px;
}

.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: 32px 0;
}

.footer .certificate-box {
    padding: 0 0 0 24px;
    border-left: 1px solid #282566
}

.footer .certificate-box .item {
    width: 100%;
    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;
}

.footer .newsletter-box {
    padding: 0 24px 0 0;
}

.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;
    color: #C1C0DD;
    padding-right: 24px;
    position: relative;
}

.footer .newsletter-box .title::before {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background: url( "assets/icon/blog-icons/news-letter.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.footer .newsletter-box .hint {
    width: 48px;
    height: 48px;
    position: absolute;
    background: url( "assets/icon/blog-icons/news-letter.svg" ) no-repeat center;
    background-size: contain;
    left: 0;
    top: 50%;
    margin-top: -24px;

}

.footer .newsletter-box .newsletter-input {
    box-shadow: 0 16px 32px 0 #0000000F, 0 5px 5px 0 #00000005, 0 -1px 1px 0 #00000005;
    display: inline-block;
    margin-left: 16px;
    padding: 16px 24px;
    background: #18163C;
    border-radius: 18px;
    outline: 0;
    border: none;
    width: 100%;
    color: #A3A2CC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.footer .newsletter-box input[type="submit"] {
    background: #33C5F0;
    border-radius: 18px;
    padding: 16px 24px 14px 48px;
    outline: 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    color: #fff;
}

.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 16px;
    border-bottom: 1px solid #1F1D4F;
}

.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/icon/blog-icons/location.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .contact-information .item.email::after {
    background: url( "assets/icon/blog-icons/location.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .contact-information .item.location::after {
    background: url( "assets/icon/blog-icons/location.svg" ) no-repeat center;
    background-size: contain;
}

.footer .contact-us-box .social-media {
    width: 100%;
    background: #FFBB47;
    border-radius: 9px;
    padding: 16px;
}

.footer .contact-us-box .social-media > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.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/" );
}

/*----- 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('assets/icon/base-icons/menu.svg') no-repeat center;
    display: none;
}

.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;
}

/*8.sections*/

/*8.1 hiro section*/

.hiro-section {
    background: #F2F4F7;
    padding: 45px 0;
    min-height: 612px;
}

/*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("assets/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("assets/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: 30px;
}

.abrhost-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 {

}

.abrhost-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: 30px;
    width: auto;
}

.home-slider .owl-dots .owl-dot span {
    margin: 5px;
    background: #9F9CDC;
}

.home-slider .owl-dots .owl-dot.active span {
    width: 30px;
    background: #fff;
}

.slide-blender {
    background: url("assets/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 25px 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: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    background-position: 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( "assets/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( "assets/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 {
    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;
}

.slide-detail .category .value::before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url( "assets/images/icon-cat.svg" ) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 14px;
}

.slide-detail .title {
    font-size: 32px;
    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( "assets/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( "assets/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( "assets/icon/blog-icons/line-chevron-left.svg" ) no-repeat center;
    background-size: contain;
}

/*8.4. search articles section*/

.articles-section {
    background: #fff;
    padding: 150px 0 0 0;
    position: relative;
    top: -150px;
    z-index: 1;
    overflow: hidden;
}

.articles-section .go-down-container {
    margin-top: 100px;
}


.articles-section .circle-groups {
    top: -195px;
    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( "assets/images/search-articles-gradiant.png" ) no-repeat center;
    background-size: cover;
    padding: 24px;
}

.serach-pic-gradiant > .serach-pic {
    background: url( "assets/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( "assets/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( "assets/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-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( "assets/images/dotted-pattern.svg" );
    width: 90px;
    height: 160px;
}

.article-content-group.home-section .article-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    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: 56px;
    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;
}

.article-content-group .post-info {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 50px;
    padding: 0 24px;
    z-index: 10;
}

.article-content-group .post-info .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.article-content-group .post-info .title {
    color: #fff;
    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: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);
}

.article-content-group .text-box > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #B3BBC7;
    margin-bottom: 16px;
    text-decoration: none !important;
}

.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( "assets/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( "assets/icon/blog-icons/chat.svg" ) no-repeat center;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
}

.article-item {
    padding: 15px;
    margin-bottom: 60px;
}

.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;
    padding-bottom: 25px;
}

.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: -55px;
}

.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("assets/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( "assets/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( "assets/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: 10px 0 100px;
}

.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( "assets/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("assets/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 .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%, #5651C2 100% );
    opacity: 0;
    -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;
}

.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( "assets/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( "assets/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( "assets/images/dotted-pattern.svg" ) repeat center;
}

.related-post-section .owl-theme .owl-nav {
    position: absolute;
    top: -150px;
}

.thumbnail-holder {
    width: 100%;
    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: 150px 0 0 0;
    position: relative;
    top: -137px;
    z-index: 1;
    overflow: hidden;
}

.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-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 .intro {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
    padding: 20px 90px 20px 0;
    position: relative;
}

.content-box .intro p {
    color: #2D365D;
}

.content-box .intro::before {
    content: '';
    background: url("assets/images/dotted-pattern.svg") repeat;
    height: 170px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 5px;
}

.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( "assets/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( "assets/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( "assets/icon/blog-icons/tweeter.svg" ) no-repeat center;
    background-size: contain;
}

.post-share-button.telegram::before {
    background: url( "assets/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( "assets/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-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 {
    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 .comment-info,
.comment-box .like-box {
    border-left: 1px solid #F5F3FC;
    padding-left: 30px;
}

.comment-box .like-box {
    padding-right: 30px;
    padding-top: 16px;
}

.comment-box .comment-item .like {
    padding: 4px 32px 4px 0;
    background: url("assets/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;
}

/* 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;
}

.archive .desc-box {
    padding: 150px 0 0 0;
    position: relative;
    top: -130px;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.archive-header {
    background: url( "assets/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( "assets/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( "assets/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( "assets/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( "assets/images/search.svg" ) no-repeat, #5651C2;
    border: 2px solid #5651C2;
}

.archive-header .article-search-form input[type="text"] {
    border: 2px solid #5651C2;
}

.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 > a {
    min-width: 50px;
    min-height: 50px;
    box-shadow: 0 4px 15px 0 #0000001A;
    line-height: 20px;
    padding-top: 16px;
    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 > 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: 15px 32px 15px 55px;
    border-radius: 50px;
    color: #fff;
}
.pagination-box .pagination-gp > .item.next > a {
    position: relative;
    background: #C8CED3;
    padding: 15px 55px 15px 32px;
    border-radius: 50px;
    color: #fff;
}

.pagination-box .pagination-gp > .item.next > a::after {
    display: block;
    content: '';
    width: 7px;
    height: 16px;
    background: url( "assets/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( "assets/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: 30px;
    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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/icon/blog-icons/down.svg" ) no-repeat center, #fff;
    background-size: 14px;
    left: 50%;
    margin-left: -36px;
    border: 2px solid #EAECF0;
    border-radius: 12px;
}

/*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( "assets/icon/blog-icons/telegram-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.tweeter {
    background: url( "assets/icon/blog-icons/tweeter-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.youtube {
    background: url( "assets/icon/blog-icons/youtube.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.tweeter {
    background: url( "assets/icon/blog-icons/tweeter-w.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.linkedin {
    background: url( "assets/icon/blog-icons/linkedin.svg" ) no-repeat center;
}

.author-header-container .social-media-link .social-media .item > a.instagram {
    background: url( "assets/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( "assets/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(assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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( "assets/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;
}

.abrhost-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;
}

.abrhost-login-carousel-navigator-1.next {
    background: url( "assets/icon/blog-icons/arrow-right.svg" ) no-repeat center, #fff !important;
    background-size: contain;
}

.abrhost-login-carousel-navigator-1.previous {
    background: url( "assets/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( "assets/icon/blog-icons/google.svg" );
}

.archive .category.hiro-section {
    min-height: inherit;
}

