/*
Theme Name: ServerPars
Theme URI: https://serverpars.com
Author: ParsHost Programming Team
Author URI: https://serverpars.com
Description: This Template Created by Mohsen Hasanpour with ðŸ’™ for serverpars.com
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: serverpars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------
[Table of contents]

1.  General
2.  Colors
3.  Icons
4.  Header
5.  Buttons
6. Page Header
7. Sections
    7.1 Section title
    7.2 Site Features
    7.3 Text Section
    7.4 Guids
    7.5 Blog
    7.6 Why Choose Us (WCU)
    7.7 Testimonial
    7.8 FAQ
8. Footer



--------------------------------------------------*/

/* --------------------------------------
    1. General
-------------------------------------- */

:root {
    --azure: #313B78;
    --red: #DF2741;
    --green: #18C492;
    --light-green: #E8F9F4;
}

html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-family: 'Yekan-Bakh', sans-serif;
    font-weight: 500;
    position: relative;
    overflow-x: hidden;
}

.wrapper {
    background: #F4F9FF;
    min-height: 100vh;
}

::-moz-selection {
    color: #fff;
    background: #EB3F42f2;
}

::selection {
    color: #fff;
    background: #EB3F42f2;
}

.bg-icert {
    background: #DF2741 !important;
}

.text-icert {
    color: #DF2741 !important;
}

.bg-green {
    background: #18C492 !important;
}

.text-green {
    color: #18C492 !important;
}

.pt-2px {
    padding-top: 2px;
}

.pb-2px {
    padding-bottom: 2px;
}

.pe-2px {
    padding-left: 2px;
}

.ps-2px {
    padding-right: 2px;
}

.mt-2px {
    margin-top: 2px;
}

.mb-2px {
    margin-bottom: 2px;
}

.me-2px {
    margin-left: 2px;
}

.ms-2px {
    margin-right: 2px;
}

.p-12 {
    padding: 12px;
}

.ps-12 {
    padding-left: 12px;
}

.pe-12 {
    padding-right: 12px;
}

.pt-12 {
    padding-top: 12px;
}

.pb-12 {
    padding-bottom: 12px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.m-12 {
    margin: 12px;
}

.ms-12 {
    margin-left: 12px;
}

.me-12 {
    margin-right: 12px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.no-border {
    border: none !important;
}

.text-justify {
    text-align: justify;
}

a {
    text-decoration: none;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.flex-center,
.center-flex {
    align-items: center;
    justify-content: center;
}

.z-index99 {
    z-index: 99;
}

.list-style-none {
    list-style: none !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.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;
}

.text-24px {
    font-size: 24px !important;
}

.text-22px {
    font-size: 22px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --------------------------------------
    2. Colors
-------------------------------------- */

.bg-skyblue {
    background: #2AE4F0 !important;
}

.text-skyblue {
    color: #2AE4F0 !important;
}

.bg-yellow {
    background: #FCC80F !important;
}

.text-yellow {
    color: #FCC80F !important;
}

.bg-green {
    background: #18C492 !important;
}

.text-green {
    color: #18C492 !important;
}

.bg-orange {
    background: #F66F44 !important;
}

.text-orange {
    color: #F66F44 !important;
}

.bg-azure {
    background: #313B78 !important;
}

.text-azure {
    color: #313B78 !important;
}

.bg-red600 {
    background: #DF2741 !important;
}

.text-red600 {
    color: #DF2741 !important;
}

.bg-red500 {
    background: #E55267 !important;
}

.text-red500 {
    color: #E55267 !important;
}

.bg-red400 {
    background: #EC7D8D !important;
}

.text-red400 {
    color: #EC7D8D !important;
}

.bg-red300 {
    background: #F2A9B3 !important;
}

.text-red300 {
    color: #F2A9B3 !important;
}

.bg-red200 {
    background: #F9D4D9 !important;
}

.text-red200 {
    color: #F9D4D9 !important;
}

.bg-red100 {
    background: #FCE9EC !important;
}

.text-red100 {
    color: #FCE9EC !important;
}

.text-azure100 {
    color: #EAEFFD !important;
}

.bg-azure100 {
    background: #EAEFFD !important;
}

.text-azure300 {
    color: #ADB1C9 !important;
}

.bg-azure300 {
    background: #ADB1C9 !important;
}

/* --------------------------------------
    3. Icons
-------------------------------------- */

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.icon.xs {
    width: 12px;
    height: 12px;
}

.icon.sm {
    width: 16px;
    height: 16px;
}

.icon.lg {
    width: 24px;
    height: 24px;
}

.icon.xl {
    width: 32px;
    height: 32px;
}

.icon.cube.azure {
    background: url("../assets/icons/others/box-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.cube.red {
    background: url("../assets/icons/others/box-red.svg") no-repeat center;
    background-size: contain;
}

.icon.lock.azure {
    background: url("../assets/icons/others/lock-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.book-open.azure {
    background: url("../assets/icons/others/book-open-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.shield.azure {
    background: url("../assets/icons/others/shield-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.shield.red {
    background: url("../assets/icons/others/shield-red.svg") no-repeat center;
    background-size: contain;
}

.icon.shield.white {
    background: url("../assets/icons/others/shield-w.svg") no-repeat center;
    background-size: contain;
}

.icon.help-circle.azure {
    background: url("../assets/icons/others/help-circle-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.headphone.azure {
    background: url("../assets/icons/others/headphones-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.headphone.red {
    background: url("../assets/icons/others/headphones-red.svg") no-repeat center;
    background-size: contain;
}

.icon.chevron-down.azure {
    background: url("../assets/icons/others/chevron-down-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.chevron-down.azure {
    background: url("../assets/icons/others/chevron-down-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.user.white {
    background: url("../assets/icons/others/user-w.svg") no-repeat center;
    background-size: contain;
}

.icon.call {
    background: url("../assets/icons/others/phone-call-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.call.light {
    background: url("../assets/icons/others/phone-call-light-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.left-arrow.azure,
.icon.arrow-left.azure {
    background: url("../assets/icons/others/arrow-left-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.left-arrow.red,
.icon.arrow-left.red {
    background: url("../assets/icons/others/arrow-left-red.svg") no-repeat center;
    background-size: contain;
}

.icon.left-arrow.white,
.icon.arrow-left.white {
    background: url("../assets/icons/others/arrow-left-white.svg") no-repeat center;
    background-size: contain;
}

.icon.bottom-chevron.red,
.icon.chevron-bottom.red {
    background: url("../assets/icons/others/chevron-down-red.svg") no-repeat center;
    background-size: contain;
}

.icon.bottom-chevron.azure,
.icon.chevron-bottom.azure {
    background: url("../assets/icons/others/chevron-down-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.check-circle.red {
    background: url("../assets/icons/others/check-circle-red.svg") no-repeat center;
    background-size: contain;
}

.icon.layout.azure {
    background: url("../assets/icons/others/layout-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.globe.azure {
    background: url("../assets/icons/others/globe-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.monitor.azure {
    background: url("../assets/icons/others/monitor-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.like.azure,
.icon.heart.azure {
    background: url("../assets/icons/others/heart-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.message.azure {
    background: url("../assets/icons/others/message-square-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.message.white {
    background: url("../assets/icons/others/message-square-w.svg") no-repeat center;
    background-size: contain;
}

.icon.map.white {
    background: url("../assets/icons/others/map-pin-w.svg") no-repeat center;
    background-size: contain;
}

.icon.terminal.white {
    background: url("../assets/icons/others/terminal-w.svg") no-repeat center;
    background-size: contain;
}

.icon.alert.white {
    background: url("../assets/icons/others/terminal-w.svg") no-repeat center;
    background-size: contain;
}

.icon.award.white {
    background: url("../assets/icons/others/award-w.svg") no-repeat center;
    background-size: contain;
}

.icon.award.azure {
    background: url("../assets/icons/others/award-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.check.green {
    background: url("../assets/icons/others/check-green.svg") no-repeat center;
    background-size: contain;
}

.icon.hashtag.green {
    background: url("../assets/icons/others/hashtag-green.svg") no-repeat center;
    background-size: contain;
}

.icon.hashtag.azure {
    background: url("../assets/icons/others/hashtag-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.search.azure {
    background: url("../assets/icons/others/search-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.menu.white {
    background: url("../assets/icons/others/menu-w.svg") no-repeat center;
    background-size: contain;
}

.icon.call.white {
    background: url("../assets/icons/others/phone-call-w.svg") no-repeat center;
    background-size: contain;
}

.icon.mail.white {
    background: url("../assets/icons/others/mail-w.svg") no-repeat center;
    background-size: contain;
}

.icon.facebook.white {
    background: url("../assets/icons/others/social-facebook.svg") no-repeat center;
    background-size: contain;
}

.icon.github.white {
    background: url("../assets/icons/others/social-github.svg") no-repeat center;
    background-size: contain;
}

.icon.instagram.white {
    background: url("../assets/icons/others/social-instagram.svg") no-repeat center;
    background-size: contain;
}

.icon.linkedin.white {
    background: url("../assets/icons/others/social-linkedin.svg") no-repeat center;
    background-size: contain;
}

.icon.telegram.white {
    background: url("../assets/icons/others/social-telegram.svg") no-repeat center;
    background-size: contain;
}

.icon.twitch.white {
    background: url("../assets/icons/others/social-twitch.svg") no-repeat center;
    background-size: contain;
}

.icon.twitter.white {
    background: url("../assets/icons/others/social-twitter.svg") no-repeat center;
    background-size: contain;
}

.icon.clock.azure {
    background: url("../assets/icons/others/clock-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.calendar.azure {
    background: url("../assets/icons/others/calendar-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.check.azure {
    background: url("../assets/icons/others/check-azure.svg") no-repeat center;
    background-size: contain;
}

.icon.instagram.azure {
    background: url( "../assets/icons/others/social-instagram-azure.svg" ) no-repeat center;
    background-size: contain;
}

.icon.mail.azure {
    background: url( "../assets/icons/others/mail-azure.svg" ) no-repeat center;
    background-size: contain;
}

.icon.map.azure {
    background: url( "../assets/icons/others/map-azure.svg" ) no-repeat center;
    background-size: contain;
}

.icon.eye.azure {
    background: url( "../assets/icons/others/eye-azure.svg" ) no-repeat center;
    background-size: contain;
}

/* --------------------------------------
    4. Header
-------------------------------------- */

.header {

}

.blog-page header,
.single-post header {
    background: #fff;
}

.product-php.single-post .desktop-header .main-header {
    background: #F4F9FF;
}

.header .main-header {
    padding: 40px;
}

.header .main-header .logo-box {
    margin-left: 56px;
}

.header .main-header h1.logo-box {
    line-height: 24px;
    height: 24px;
}

.header .main-header .logo-box .logo {
    width: 96px;
    height: 24px;
}

.header .main-header .menu-box {
    padding-top: 2px;
}

.header .main-header .menu-box > .main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.header .main-header .menu-box > .main-menu > li {
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header .main-header .menu-box > .main-menu > li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    background: url("../assets/icons/others/slash-gray.svg") no-repeat center;
    background-size: contain;
    top: 4px;
    left: 0;
}

.header .main-header .menu-box > .main-menu > li:last-child::after {
    display: none;
}

.header .main-header .menu-box > .main-menu > li > a {
    color: #313B78;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}

.header .main-header .menu-box > .main-menu > li .icon-box {
    width: 20px;
    height: 20px;
}

.header .main-header .menu-box > .main-menu > li > a span {
    display: inline-block;
}

.header .main-header .menu-box > .main-menu > li.has-child > a span {
    margin-left: 24px;
}

.header .main-header .menu-box > .main-menu > li.has-child > a .chevron-down-box {
    padding-top: 2px;
}

.header .main-header .menu-box > .main-menu > li .sub-menu {
    display: none;
    border-radius: 16px;
    padding: 8px 32px;
    background: #FFF;
    box-shadow: 0 8px 24px 0 rgba(144, 144, 144, 0.30);
    min-width: 360px;
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.header .main-header .menu-box > .main-menu > li:hover .sub-menu {
    display: block;
    opacity: 1;

}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul > li {
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul > li:last-child {
    border: none;
}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul > li > a {
    color: #313B78;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul > li > a .left-arrow {
    opacity: 0;
    transition: all ease-in-out 0.1s;
}

.header .main-header .menu-box > .main-menu > li .sub-menu > ul > li > a:hover .left-arrow {
    opacity: 1;
    transform: translateX(-4px);
}

.desktop-header .main-header, .m-header {
    background-color: #F4F9FF;
    /* background-color: #fff; */
}

.desktop-header {
    display: block;
}

.m-header {
    display: none;
}

.m-header .main-header {
    padding: 30px 0 30px 0;
}

.m-header .menu-btn {
    border-radius: 10px;
    padding: 8px;
}

.m-header .logo-header {
    display: flex;
    align-items: center;
}

.m-header ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* margin: 20px 0 0 0; */
    margin: 0;
    padding: 10px;
}

.m-header ul li a {
    display: flex;
    color: var(--azure);
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 800;
}

.m-header ul li a .right {
    display: flex;
    color: var(--azure);
    align-items: center;
    gap: 10px;
}

.m-header ul li a .chevron-down-box {
    display: flex;
    align-items: center;
}

.m-header-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAEFFD99;
    border-radius: 8px;
}

.m-header .sub-menu {
    height: 0;
    overflow: hidden;
    /* background-color: #F4F9FF; */
    background-color: #fff;
    transition: all linear 0.5s;
    border-radius: 16px;
    padding: 0 10px;
}

.sub-show {
    transition: 0.5s;
    height: auto !important;
    /* margin: 20px 0 0 0; */
}

.m-header-down {
    display: flex;
    justify-content: space-evenly;
    /* margin: 10px 0; */
}

.bottom-line {
    border-bottom: 0.5px solid #22222211;
    /* background-color: #8389AE; */
}

/* .m-header-link:last-child {
    border-bottom: inherit;
        border-bottom-width: 0;
} */

/* --------------------------------------
    5. Buttons
-------------------------------------- */

.button {
    border-radius: 48px;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
}

.button .light {
    font-weight: 400;
}

.button .bold {
    font-weight: 700;
}

.button.secondary {
    outline: 2px solid #fff;
}

.button.large {
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    padding: 16px 24px;
}

/* --------------------------------------
    6. Page Header
-------------------------------------- */

.page-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

.page-header .inner-box {
    padding: 120px 72px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.page-header.home .inner-box {
    padding: 108px 72px 120px 72px;
}

.page-header.home .inner-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/logo-pattern.svg") no-repeat bottom left;
    background-size: cover;
    z-index: 2;
}

.page-header.solid-bg .inner-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    background-size: contain;
    z-index: 2;
}


@keyframes moveBackground {
    0% {
        transform: scale(100%);
    }
    50% {
        transform: scale(110%);
    }
    100% {
        transform: scale(100%);
    }
}

.page-header .inner-box .content {
    position: relative;
    z-index: 5;
}

.page-header .inner-box .content .title-box {

}

.page-header .inner-box .content .title-box .title {
    color: #FFF;
    text-align: right;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 16px;
}

.page-header.home .inner-box .content .title-box .title {
    color: #FFF;
}

.page-header.product .inner-box .content .title-box .title {
    color: #313B78;
}

.page-header .inner-box .content .text-box {
    margin-bottom: 56px;
}

.page-header .inner-box .content .text-box .text {

    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 56px;
}

.page-header.home .inner-box .content .text-box .text {
    color: #FFF;
}

.page-header.product .inner-box .content .text-box .text {
    color: #313B78;
}

.page-header .inner-box .content .button-group {

}

.page-header .inner-box .content .button-group .button {
    line-height: 20px;
}

.page-header .inner-box .curve-box {
    content: '';
    display: block;
    width: 162px;
    height: 56px;
    position: absolute;
    bottom: -1px;
    background: url("../assets/img/header-curve-element.svg") no-repeat left;
    left: 50%;
    margin-left: -81px;
    z-index: 6;
    cursor: pointer;
}

.page-header .inner-box .curve-box-lightbg {
    content: '';
    display: block;
    width: 162px;
    height: 56px;
    position: absolute;
    bottom: -1px;
    background: url("../assets/img/header-curve-element-lightbg.svg") no-repeat left;
    left: 50%;
    margin-left: -81px;
    z-index: 6;
    cursor: pointer;
}

.page-header .inner-box .curve-box .position-relative {
    height: 100%;
}

.page-header .inner-box .curve-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}

.page-header .inner-box .curve-box:hover .icon {
    margin-top: -5px;
}

.page-header.standard-head {
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.page-header.header-fluid{
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.page-header.header-fluid .inner-box .content .title-box .title{
    text-align: center;
}

.navbar .container{
    padding: 0 30px;
}

/* --------------------------------------
    7. Sections
-------------------------------------- */

/* 7.1 Section title */

.section-title {
    margin-bottom: 48px;
}

.section-title .second-title {
    margin-bottom: 16px;
}

.section-title .second-title h2,
.section-title .second-title h3,
.section-title .second-title h4,
.section-title .second-title h5,
.section-title .second-title h6 {
    color: #18C492;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.section-title .main-title {
}

.section-title .main-title h2,
.section-title .main-title h3,
.section-title .main-title h4,
.section-title .main-title h5,
.section-title .main-title h6 {
    color: #313B78;
    text-align: right;
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 0;
}

/* 7.2 Site Features */

.site-features-box {
    margin-bottom: 80px;
    z-index: 2;
    position: relative;
}

.site-features-box .inner-box {
}

.site-features-box .inner-box .features {
}

.site-features-box .inner-box .features .feature {
    padding: 48px 32px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 32px 32px 0 rgba(236, 236, 236, 0.10);
}

.site-features-box .inner-box .features .feature .icon-wrapper {
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 32px;
    border: 1px solid rgba(234, 239, 253, 0.2);
    padding: 8px;
    margin: 0 auto 32px;
}

.site-features-box .inner-box .features .feature .icon-wrapper .icon-box {
    padding: 24px;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    background: rgba(234, 239, 253, 0.3);
    transition: all 0.25s ease-in-out;
}

.site-features-box .inner-box .features .feature:hover .icon-wrapper .icon-box {
    background: #DF2741;
}

.site-features-box .inner-box .features .feature .icon-wrapper .icon-box .icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.site-features-box .inner-box .features .feature:hover .icon-wrapper .icon-box .icon {

}

.site-features-box .inner-box .features .feature .title-box {

}

.site-features-box .inner-box .features .feature .title-box .title {
    color: #313B78;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-features-box .inner-box .features .feature .text-box {
    margin-top: 24px;
}

.site-features-box .inner-box .features .feature .text-box .text {
    color: #8389AE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 7.3 Text Section */

.text-section.left-texted,
.text-section.right-texted {
    margin-bottom: 80px;
    position: relative;
}

.text-section .container {
    position: relative;
    z-index: 2;
}

.text-section .text-box {
    margin-bottom: 72px;
}

.text-section .text-box .text {
    color: #5A6293;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.text-section.right-shadow::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 200%;
    top: -80px;
    background: url('../assets/img/shadow-right-texted.svg') no-repeat right;
    background-size: contain;
    z-index: 1;
}

.text-section.left-shadow::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    height: 200%;
    background: url('../assets/img/shadow-left-texted.svg') no-repeat left;
    background-size: contain;
    z-index: 1;
}

.text-section .img-box img {
    max-width: 100%;
    height: auto;
}

/* 7.4 Guids */

.guid-section {
    margin-bottom: 80px;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.guid-section .guid {
    border-radius: 40px;
    background: #FFF;
    padding: 80px;
}

.guid-section .guid .text-box {
    margin-bottom: 40px;
}

.guid-section .guid .text-box .text {
    color: #5A6293;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.guid-big{
    padding: 80px;
}
.guid-small{
    padding: 20px 20px 80px 20px;
}

.guid-img img{
    max-width: 100%;
    height: 180px;
    margin-bottom: 10px;
}
.guid-img{
    display: flex;
    justify-content: center;
}
.link-gp {

}

.guid-section .guid .link-gp {
    margin: 0 -72px;
}

.link-gp > ul {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.link-gp > ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 96px;
    border-radius: 24px;
    background: linear-gradient(-90deg, #FFF 29.5%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
    top: 50%;
    margin-top: -48px;
}

.link-gp > ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 96px;
    border-radius: 24px;
    background: linear-gradient(90deg, #FFF 29.5%, rgba(255, 255, 255, 0.00) 100%);
    left: 0;
    top: 50%;
    margin-top: -48px;
}

.link-gp > ul.no-shadow::before {
    display: none;
}

.link-gp > ul.no-shadow::after {
    display: none;
}

.link-gp > ul > li {
    margin-left: 16px;
}

.link-gp > ul > li:last-child {
    margin-left: 0;
}

.link-gp > ul > li > a {
    color: #5A6293;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 12px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #EAEFFD;
    transition: all 0.2s ease-in-out;
}

.link-gp > ul > li > a:hover {
    background: rgba(234, 239, 253, 0.40);
}

.link-gp > ul > li > a > span {
    line-height: 20px;
}

/* 7.5 Blog */

.blog-section {
    margin-bottom: 80px;
    background: linear-gradient(180deg, #EDF5FF 0%, rgba(234, 239, 253, 0.00) 100%);
    padding-top: 120px;
}

.blog-item {
    border-radius: 40px;
    background: #FFF;
}

.blog-item .img-box {
    position: relative;
    margin-bottom: 32px;
}

.blog-item .img-box a {
    border-radius: 24px;
    height: 246px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.blog-item.blog-item-one .img-box a {
    height: 210px;
}

.blog-item .img-box img {
    border-radius: 24px;
}

.blog-item .title-box {
    margin-bottom: 24px;
}

.blog-item .title-box > .title {
    text-align: justify;
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
    max-height: 46px;
}

.blog-item .text-box {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item .force-inline.text-box > p {
    display: inline;
}

.blog-item .text-box .text {
    color: #8389AE;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.blog-item .text-box > p {
    color: #8389AE;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: inline;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page .blog-item .text-box > p {
    display: inline;
}

.blog-item .read-more {
    color: #313B78;
    text-align: right;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
}

/* 7.6 Why Choose Us (WCU) */

.wcu-section {
    padding: 120px 0;
    background: #313B78;
    position: relative;
    overflow: hidden;
}

.wcu-section .text-box {

}

.wcu-section::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    height: 200%;
    background: url("../assets/img/shadow-left-texted.svg") no-repeat left;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
}

.wcu-section .container {
    position: relative;
    z-index: 2;
}

.wcu-section .text-box .text {
    color: #ADB1C9;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: justify;
}

.wcu-features {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
}

.wcu-features .wcu-feature {
    margin: 0 12px;
    background: #313B78;
    border: 1px solid #5A6293;
    padding: 48px 24px;
    border-radius: 32px;
    transition: all 0.2s ease-in-out;
}

.wcu-features .wcu-feature:hover {
    background: #EAEFFD;
    border: 1px solid #5A6293;
}

.wcu-features .wcu-feature .title-box {

}

.wcu-features .wcu-feature .title-box .title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 48px;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.wcu-features .wcu-feature:hover .title-box .title {
    color: #313B78;
}

.wcu-features .wcu-feature .text-box {
    margin-top: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.wcu-features .wcu-feature .text-box .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.wcu-features .wcu-feature:hover .text-box .text {
    color: #8389AE;
}

.wcu-features .wcu-feature .icon-box {
    text-align: center;
}

.wcu-features .wcu-feature .icon-box .icon {
    width: 48px;
    height: 48px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

/* 7.7 Testimonial */

.testimonials-section {
    padding: 120px 0;
}

.testimonials-section .container-fluid {
    position: relative;
}

.testimonials-section .container-fluid::after {
    position: absolute;
    top: -24px;
    right: 0;
    content: '';
    display: block;
    width: 180px;
    bottom: -80px;
    background: linear-gradient(-90deg, #F4F9FF 29.5%, rgba(244, 249, 255, 0.00) 100%);
}

.testimonials-section .container-fluid::before {
    position: absolute;
    top: -24px;
    left: 0;
    content: '';
    display: block;
    width: 180px;
    bottom: -80px;
    background: linear-gradient(-90deg, #F4F9FF 29.5%, rgba(244, 249, 255, 0.00) 100%);
    transform: rotate(180deg);
    z-index: 99;
}

.testimonials-row {
    width: 100%;
    overflow: hidden;
}

@keyframes move-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes move-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.testimonials-row .testimonials {
    flex-wrap: nowrap;
}

.move-right {
    animation: move-right 45s linear infinite;
}

.move-left {
    animation: move-left 45s linear infinite;
}

.testimonial {
    border-radius: 32px;
    background: #FFF;
    padding: 32px;
    min-height: 300px;
}

.testimonial .brand-box {
    margin-bottom: 12px;
}

.testimonial .brand-box .brand {
    color: #DF2741;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.testimonial .title-box {
    margin-bottom: 12px;
}

.testimonial .title-box .title {
    color: #5A6293;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.testimonial .text-box {
    margin-top: 32px;
}

.testimonial .text-box .text {
    color: #8389AE;
    text-align: justify;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
}

/* 7.8 FAQ */


.faq-section {
    margin: 56px 0;
    padding-top: 96px;
    position: relative;
}

.faq-section .faq-box {
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
}

.faq-section .faq-box .inner-box {
    overflow: hidden;
    border-radius: 24px;
}

.faq-section .faq-box .inner-box .accordion {
    border-radius: 21px;
    padding: 32px;
    background: #fff;
}

.faq-section .faq-box .inner-box .accordion .accordion-item {
    padding: 0;
    border-color: #EEF2F9;
}

.faq-section .faq-box .inner-box .accordion .accordion-item .accordion-button {
    color: #313B78;
    text-align: right;
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;
    padding-left: 48px;
}

.faq-section .faq-box .inner-box .accordion .accordion-item .counter {
    padding-left: 16px;
    margin-left: 16px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #3C5788;
}

.faq-section .faq-box .inner-box .accordion .accordion-item .counter::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #EEF2F9;
    position: absolute;
    left: 0;
    top: 3px;
}

.accordion-button::after {
    background: rgba(202, 214, 235, 0.50) url("../assets/icons/others/plus-azure.svg") no-repeat center center;
    background-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    position: absolute;
    left: 0;
}

.accordion-body {
    color: #8389AE;
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
}

.accordion-button {
    padding-left: 28px !important;;
}

.accordion-button:not(.collapsed)::after {
    background: rgba(202, 214, 235, 0.50) url("../assets/icons/others/minus-azure.svg") no-repeat center center;
    background-size: 24px;
    width: 40px;
    height: 40px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    color: #8CA6D5;
    background: inherit;
    border: none;
    box-shadow: none;
}

/* 7.9 Plans */

.plans-section {
    margin-bottom: 80px;
}

.plans-section .plans {

}

.plans .item {
    padding: 0 2px;
}

.plans .item .plan {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 32px 32px 0 rgba(236, 236, 236, 0.10);
    padding: 16px 16px 48px 16px;
}

.plan .box-header {
    border-radius: 32px;
    box-shadow: 0 32px 32px 0 rgba(236, 236, 236, 0.10);
    min-height: 160px;
    padding: 16px;
    position: relative;
}

.plans .item:nth-child(2n+1) .box-header,
.plans .owl-stage-outer .owl-stage .owl-item:nth-child(2n+1) .box-header {
    background: #EAEFFD;
}

.plans .item:nth-child(2n) .box-header,
.plans .owl-stage-outer .owl-stage .owl-item:nth-child(2n) .box-header {
    background: #FEEDED;
}

.plans .item:nth-child(4n) .box-header,
.plans .owl-stage-outer .owl-stage .owl-item:nth-child(4n) .box-header {
    background: #E8F9F4;
    border: 0;
}

.red-border-1 {
    border: 1px solid var(--red);
}

.plan .box-header .title-box {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 16px;
    left: 16px;
}

.plan .box-header .title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
}

.plans .owl-stage-outer .owl-stage .owl-item:nth-child(2n+1) .box-header .title {
    color: #313B78;
}

.plans .owl-stage-outer .owl-stage .owl-item:nth-child(2n) .box-header .title {
    color: #DF2741;
}

.plans .owl-stage-outer .owl-stage .owl-item:nth-child(4n) .box-header .title {
    color: #18C492;
}

.plan .box-header .desc {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.plan .box-content {
    margin: 16px 0;
}

.plan .box-content > ul {

}

.plan .box-content > ul > li {
    padding: 24px 0;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.plan .box-content > ul > li:first-child {
    border-top: none;
}

.plan .box-content > ul > li:last-child {
    border-bottom: none;
}

.plan .box-content > ul > li.price-box {
    padding: 32px 0 0 0;
}

.plan .box-content .subject {
    color: #ADB1C9;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.plan .box-content .value {
    color: #313B78;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.plan .box-header .box-footer {
    display: block;
    text-align: center;
}

.plan .price-box .main-price {
    color: #313B78;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
}

/* 7.10 SSL Type */

.ssl-type-section ,.ssl-type-horizontal {
    padding: 120px 0;
    background: #313B78;
    position: relative;
    overflow: hidden;
}

.ssl-type-section::before ,.ssl-type-horizontal::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -300px;
    height: 200%;
    background: url("../assets/img/shadow-left-texted.svg") no-repeat left;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
}

.ssl-type-section .container , .ssl-type-horizontal .container{
    position: relative;
    z-index: 2;
}

.ssl-type-section .img-box , .ssl-type-horizontal .img-box{
    border-radius: 20px;
}
.ssl-type-bglight {
    padding: 0 0 40px 0;
    background: transparent;
}

.ssl-type-box .item {
    border-radius: 40px;
    background: #FFF;
    padding: 40px;
}

.ssl-type-box .item .title-box {
    margin-bottom: 24px;
}

.ssl-type-box .item .title-box .title {
    color: #313B78;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;

}

.ssl-type-box .item .title-box .title > a {
    color: #313B78;
}

.ssl-type-box .item .text-box {
    margin-bottom: 24px;
}

.ssl-type-box .item .text-box .text {
    color: #8389AE;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* --------------------------------------
    8. Footer
-------------------------------------- */


footer.footer {
    padding-top: 260px;
    position: relative;

}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer .support-wrapper h4 {
    font-size: 22px;
}

.footer .support-wrapper {
    position: absolute;
    top: -220px;
    background: #EAEFFD;
    left: 0;
    right: 0;
    min-height: 420px;
    border-radius: 24px;
}

.footer .support-wrapper .support-box {
    padding: 80px;
}

.footer .footer-wrapper {
    background: #313B78;
    min-height: 900px;
    padding-top: 240px;
}

.footer .support-wrapper .support-box .content-box {
    border-radius: 24px;
    background: #FFF;
    padding: 56px;
}

.footer .support-wrapper .support-box .content-box .text {
    color: #313B78;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.footer .main-footer-box {
    padding-top: 80px;
}

.footer .main-footer-box .widget-box {
}

.footer .main-footer-box .widget-box .title-box {
    margin-bottom: 72px;
}

.footer .main-footer-box .widget-box .title-box .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    position: relative;
}

.footer .main-footer-box .widget-box .title-box .title::after {
    content: '';
    display: block;
    width: 88px;
    height: 4px;
    background: #18C492;
    position: absolute;
    bottom: -24px;
    right: 0;
}

.footer .main-footer-box .widget-box .content-box {
}

.footer .main-footer-box .widget-box .content-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .main-footer-box .widget-box .content-box ul > li {
    margin-bottom: 32px;
}

.footer .main-footer-box .widget-box .content-box .value,
.footer .main-footer-box .widget-box .content-box ul > li > a {
    color: #ADB1C9;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.footer .main-footer-box .widget-box .content-box .subject {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.footer .certificate-box {
    margin-top: 80px;
}

.footer .certificate-box .license {
    width: 88px;
    height: 88px;
    margin-left: 24px;
}

.footer .certificate-box .license .license-img {
    width: 88px;
    height: 88px;
}

.footer .certificate-box .certificate-text {

}

.footer .certificate-box .certificate-text .text {
    color: #ADB1C9;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.footer .certificate-box .certificate-text .text .read-more {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.footer .logo-box {
    margin: auto;
    position: relative;
}

.footer .logo-box::before {
    content: '';
    display: block;
    height: 1px;
    background: #5A6293;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 40px;
}

.footer .made-by-text {
    color: #E7ECF0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.footer .copyright-text {
    color: #E7ECF0;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.footer .copyright-text span {
    line-height: 20px;
}

.support-wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.support-wrapper .buttons .call {
    margin-right: 1rem;
}


/* Blog */
.topslider-section {
    background-color: #F4F9FF;
    padding: 30px;
}

.topslider-section .container {
    display: flex;
    justify-content: space-between;

}

.attract-title {
    color: var(--azure);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.attract-items {
    font-size: 12px;
    color: var(--green);
    background-color: var(--light-green);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-right: 10px;
}

.topslider-right {
    display: flex;
    overflow: hidden;
}

.topslider-left {
    display: flex;
    gap: 10px;
}

.search-input {
    background-color: transparent;
    border: 0;
    width: 200px;
    margin-right: 10px;
}

.search-input:focus {
    outline: none;
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.blog-item-one {
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.blog-item-two {
    border-radius: 10px;
    background: transparent;
    border: 0;
    position: relative;
}

.blog-item-two .img-box img, .blog-item-one .img-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
    max-height: 250px;
    object-fit: cover;
}

.blog-item-one .img-box, .blog-item-two .img-box {
    margin-bottom: 5px;
}

.blog-item-one .link-box, .blog-item-two .link-box {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-tag {
    color: var(--green);
    gap: 5px;
}

.blog-item-one .title-box, .blog-item-two .title-box {
    margin-top: 20px;
}

.blog-item-one .blog-comment, .blog-item-two .blog-like, .blog-item-two .blog-comment {
    gap: 5px;
}

.blog-item-badge {
    position: absolute;
    left: 40px;
    top: 40px;
    border-radius: 14px 5px 14px 14px;
    background-color: #fff;
    color: var(--azure);
    font-size: 13px;
    padding: 7px 10px;
}

.blog-item-badge-bottom {
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 14px 5px 14px 14px;
    background-color: #fff;
    color: var(--azure);
    font-size: 13px;
    padding: 7px 10px;
}

.ads-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin: 20px 0;
}

.blog-item-two .blog-item-badge {
    left: 10px;
    top: 10px;
}

.pagination-section {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}

.pagination-section-min {
    flex-direction: row-reverse;
    gap: 20px;
}

.slider-pagination-buttons {
    flex-direction: row-reverse;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
    width: fit-content;
}

.pagination-section .page-item .page-link, .pagination-section-min .page-item .page-link, .slider-pagination-buttons .page-item .page-link {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagi-first {
    border: 1px solid var(--azure);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azure);
}

.pagi-red-first {
    border: 1px solid var(--red);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azure);
}

.pagi-red-last {
    border: 1px solid var(--red);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azure);
    transform: rotateY(180deg);
}

.pagi-red-first:hover, .pagi-red-last:hover {
    border: 0;
    background-color: var(--red);
    color: var(--azure);
}

.pagi-first:hover, .pagi-last:hover {
    border: 0;
    background-color: var(--red);
    color: var(--azure);
}

.pagi-last {
    border: 1px solid var(--azure);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azure);
    transform: rotateY(180deg);
}

.pagi-between {
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azure);
}

.pagi-between:hover {
    background-color: transparent;
    color: var(--red);
}

.page-item {
    position: relative;
}

.page-item-over {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
}

.slider-pagination-buttons .page-item .pagi-first {
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slider-pagination-buttons .page-item .pagi-last {
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: rotateY(180deg);
}

.slider-pagination-buttons .page-item .pagi-first:hover, .slider-pagination-buttons .page-item .pagi-last:hover {
    border: 1px solid #fff;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}

.blog-tag:hover {
    color: var(--green);
}

.page-link:focus {
    outline: 0;
    box-shadow: none;
}

.section-title .main-title-pagination h2,
.section-title .main-title-pagination h3,
.section-title .main-title-pagination h4,
.section-title .main-title-pagination h5,
.section-title .main-title-pagination h6 {
    color: var(--azure);
    text-align: right;
    font-size: 28px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 0;
    width: 1500px;
}

.slider-text {
    position: absolute;
    bottom: 30px;
    color: #fff;
    right: 40px;
    width: 50%;
    text-align: right;
    z-index: 2;
}

.slider-title {
    margin-bottom: 20px;
}

.slider-desc {
    font-size: 11px;
    line-height: 30px;
    color: #ffffffbb;
    text-align: justify;
}

.slider-gardient {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(248, 249, 250, 0) 100%);
    z-index: 1;
    position: absolute;
}

.carousel-inner {
    border-radius: 15px;
}

.bg-white {
    background-color: #fff;
}

.owl-dots-tools, .owl-dots-selected-articles {
    display: flex;
    gap: 5px;
    align-items: center;
}

.main-title-pagination .owl-dots-selected-articles button,
.site-features-box .owl-dots-feature button ,
.plan-section .owl-dots-plans button ,
.blog-section .owl-dots-blog button ,
.site-tools-box .owl-dots-tools button ,
.dots-bglight button {
    width: 25px;
    height: 8px;
    background-color: #e4e4e4;
    border-radius: 20px;
    border: 0 !important;
}

.wcu-box .owl-dots-wcu button ,
.ssl-type-section .owl-dots-ssl button ,
.single-post-carousel .owl-dots-tools button ,
.dots-bgdark button,
.carousel-indicators [data-bs-target]{
    width: 25px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    border: 0 !important;
}

.main-title-pagination .owl-dots-selected-articles .active ,
.site-tools-box .owl-dots-tools .active ,
.single-post-carousel .owl-dots-tools .active,
.dots-azure .active{
    width: 25px;
    height: 8px;
    background-color: var(--azure);
    border-radius: 20px;
    border: 0 !important;
}

.owl-dots-feature ,.owl-dots-wcu ,.owl-dots-ssl ,.owl-dots-blog ,.owl-dots-plans ,.dots-mobile {
    display: none;
    gap: 5px;
    align-items: center;
}

.site-features-box .owl-dots-feature .active,
.blog-section .owl-dots-blog .active,
.plan-section .owl-dots-plans .active,
.dots-red .active{
    width: 25px;
    height: 8px;
    background-color: var(--red);
    border-radius: 20px;
    border: 0 !important;
}


.carousel-indicators .active ,
.wcu-box .owl-dots-wcu .active ,
.ssl-type-section .owl-dots-ssl .active ,
.dots-white .active{
    width: 25px;
    height: 8px;
    background-color: #fff;
    border-radius: 20px;
    border: 0 !important;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    opacity: 0;
}

.slider-section {
    margin-bottom: 3rem;
}

.slider-section img {
    height: 450px;
    object-fit: cover;
}

.light-bg {
    background: #F4F9FF;
}

.site-top-articles-box {
    background: linear-gradient(180deg, #EDF5FF 0%, rgba(234, 239, 253, 0.00) 100%);
}

.owl-dots-tools {
    display: none;
}

.carousel-a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.site-tools-box .img-box img {
    max-height: 250px;
    object-fit: cover;
}

.site-top-articles-box .card-a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.social-icons {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    border: 2px solid #ADB1C9;
    padding: 0;
}

.social-icons a {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 100%;
}

.footer-social {
    display: flex;
    gap: 15px;
}

/* Category */
.category-result-main {
    background-color: #F4F9FF;
}

.category-result-title {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--azure);
    align-items: center;
    flex-wrap: wrap;
}

.category-result-title h1,
.category-result-title h5 {
    font-weight: 800;
    font-size: 1.25rem;
}

.category-result-title div {
    display: flex;
    align-items: center;
}

.category-result-title h6 {
    color: #ADB1C9;
}

.category-result-title .category-bracket {
    color: #ADB1C9;
    font-size: 35px;
    margin: 0 15px;
}

.category-result-title .category-parenthesis {
    font-size: 20px;
}

.category-parenthesis {
    font-weight: 800;
    margin: 0 5px;
}

.bg-light-gradient {
    background: linear-gradient(180deg, #EDF5FF 0%, rgba(234, 239, 253, 0.00) 100%);
}

.bg-light {
    background-color: #EDF5FF !important;
}

.category-mobile-search {
    display: none;
    gap: 10px;
    background-color: #EAEFFD;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    margin: 0 auto 20px;
}

/* Single Post */
.single-post-head {
    background-color: #F4F9FF;
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
    position: relative;
    height: 452px;
}

.spost-right {
    width: 100%;
}

.spost-head-card {
    background-color: #fff;
    padding: 20px;
    color: var(--azure);
    width: 700px;
    position: absolute;
    right: 0;
    border-radius: 16px;
    z-index: 1;
}

.spost-head-card h1 {
    font-size: 1.25rem;
    font-weight: 800;
}

.spost-head-card h2 {
    font-size: 0.8rem;
    color: #8389AE;
    line-height: 2rem;
    margin: 0;
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
}

.spost-head-card p {
    font-size: 0.8rem;
    color: #8389AE;
    line-height: 2rem;
    margin: 0;
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
    display: inline;
}

.continue-link a {
    color: var(--azure);
    font-weight: 800;
    margin: 0 5px;
    white-space: nowrap;
}

.spost-left img {
    width: 700px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}

.spost-head-tag {
    font-size: 12px;
    color: var(--green);
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    margin-top: 90px;
    width: fit-content;
}

.spost-head-details-flex {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 250px;
}

.spost-head-detail {
    display: flex;
    gap: 15px;
}

.spost-head-detail .left {
    display: flex;
    flex-direction: column;
    color: var(--azure);
    justify-content: space-between;
    gap: 6px;
}

.spost-head-detail .bottom-text {
    color: #8389AE;
    font-size: 12px;
}

.spost-head-detail .top-text {
    font-weight: 800;
}

.spost-head-details {
    display: flex;
    gap: 100px;
    height: 45px;
    justify-content: flex-start;
}

.spost-head-details-left {
    display: flex;
    gap: 50px;
}

.spost-icon {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.spost-icon img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}

.single-post-body,
.single-post-body p {
    color: var(--azure);
    line-height: 2rem;
    text-align: justify;
    margin: 30px 0;
}

.single-post-body h2 {
    color: var(--green);
    font-weight: 800;
    font-size: 17px;
    margin: 45px 0 30px 0;
}

.single-post-body ul {
    padding: 0;
    margin: 32px 0;
}

.single-post-body ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 40px 10px 0;
    background-color: transparent;
    color: var(--azure);
    font-weight: 800;
    border-top: 1px solid rgba(0,0,0,.125);
    position: relative;
}

.single-post-body ul li::after {
    content: '';
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    background: #DFE5F8;
    height: 20px;
}

.single-post-body ul li::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url( "../assets/icons/others/check-azure.svg" ) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.single-post-body ul li:first-child {
    border-top: none;
}


.single-post-body #content-box > figure,
.single-post-body #content-box > div {
    margin-bottom: 32px;
}

.single-post-body #content-box figure {
    max-width: 100%;
}

.single-post-body .vl {
    border-left: 1px solid #DFE5F8;
    height: 20px;
}

.spost-suggest-main {
    display: flex;
    gap: 20px;
    margin: 50px 0;
}

.spost-suggest {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 50%;
    padding: 25px;
}

.spost-suggest .left {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.spost-suggest .left .top-text {
    color: #8389AE;
    font-size: 12px;
}

.spost-suggest .left .bottom-text {
    color: var(--azure);
    font-size: 14px;
    font-weight: 800;
}

.spost-suggest .right img {
    width: 80px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.spost-tag {
    font-size: 12px;
    color: var(--green);
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    margin-right: 10px;
    line-height: 20px;
}

.spost-tags-section {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 20px 0 50px 0;
    padding: 15px 0;
}

.spost-tags-section .topslider-right {
    flex-wrap: wrap;
}

/* @@ single page */

.container-white {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.container-white .title,
.container-white > .content-box > h2:first-child {
    color: var(--azure);
    text-align: right;
    font-size: 22px;
    font-weight: 800;
    line-height: 48px;
    margin-top: 0;
}

.ql-container,
#wpdcom .ql-editor > *,
#wpdcom .wpd-second-button,
#wpdcom .wpd-prim-button {
    font-family: 'Yekan-Bakh', sans-serif;
}

.ql-container {
    font-size: 14px;
}

/* @@ product */


.ssl-types-desktop{
    display: block;
}
.ssl-types-mobile{
    display: none;
}

.ssl-types-rtl .item .text-box .text{
    text-align: right;
}

.ssl-types-rtl .item .title-box .title{
    text-align: right;
}

/* @@ contact */

.contact-main{
    width: 100%;
    height: auto;
    background: #EAEFFD;
    border-radius: 24px;
    padding: 40px;
}
.contact-ticket-btn{
    align-items: center;
}

.contact-items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.cantact-center{
    height: 480px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
}
.cantact-center h6{
    color: var(--azure);
    font-weight: 800;
}

.contact-center-item{
    display: flex;
    color: var(--azure);
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 800;
}

.contact-center-item.addr{
    font-size: 14px;
}

.contact-center-item .right{
    display: flex;
    color: var(--azure);
    align-items: center;
    gap: 10px;
}

.contact-center-item .right span{
    color: #8389AE;
}

.contact-social-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
}

.contact-map-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.contact-social{
    display: flex;
    justify-content: space-around;
}

.cantact-left{
    height: 480px;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
}

.map-icons{
    position: absolute;
    z-index: 410;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 15px;
}

.cantact-right{
    height: 480px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    background-image: url("../assets/img/ticket.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contact-gradient{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(248,249,250,0) 100%);
}

.contact-right-main{
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    justify-content: end;
    text-align: center;
}

.contact-right-main h6{
    color: #fff;
    font-weight: 800;
}

.contact-right-main span{
    color: #fff;
}
.contact-right-main .button{
    justify-content: center;
}

/* @@ login */

.login{
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-main{
    width: 470px;
    background-color: #fff;
    border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 25px;
}

.login-main .logo{
    width: 130px;
}

.login-btn{
    border-radius: 12px;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.login-btn.btn-with-icon{
    gap: 15px;
}
.login-btn.btn-red{
    background: #DF2741;
    color: #fff;
}
.login-btn.btn-orange{
    background: #F79009;
    color: #fff;
}
.login-btn.btn-transparent{
    background: transparent;
    color: var(--azure);
}
.login-btn.btn-border-green{
    background: transparent;
    border: 2px solid var(--green);
    color: var(--green);
}
.login-btn.btn-google{
    background: transparent;
    color: #000;
    border: 2px solid #11111111;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
}
.login-btn.otp-timer{
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}

.login-btn.otp-timer .right{
    display: flex;
}

.login-btn.otp-timer .right span{
    font-size: 14px;
    font-weight: normal;
}

.login-btn.otp-timer .right .timer{
    font-size: 17px;
    font-weight: 800;
}

.otp-timer-vl{
    border-left: 1px solid #11111111;
    margin: 0 10px;
}
.login-input{
    text-align: center;
    border-radius: 12px;
    padding: 8px 16px;
    width: 100%;
    height: 50px;
    border: 2px solid #11111111;
    font-size: 18px;
}

.login-input.with-icon{
    padding-left: 50px;
}

.login-pass .icon-box{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.login-text{
    text-align: right;
}
.login-text h2{
    font-size: 17px;
    font-weight: 800;
    color: #5C5C5C;
}

.login-text span{
    font-size: 11px;
    color: #858585;
}

.login-or{
    display: flex;
    align-items: center;
}

.login-or .line{
    border-top: 2px solid #11111111;
    width: 45%;
}

.login-or .or{
    width: 10%;
}

.login-btn-google span{
    font-size: 15px;
    color: #1D1C2B;
}

.login-pass{
    position: relative;
    display: flex;
    align-items: center;
}

.otp-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--azure);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Horizontal Plan Section */

.horizontal-plan-section{
    margin: 30px 0;
}
.hor-plan-main{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.hor-plan-main .right{
    display: flex;
    gap: 30px;
}
.hor-plan-main .right .text{
    display: flex;
    gap: 45px;
    flex-direction: column;
}
.hor-plan-main .right .text .title{
    margin-top: 5px;
}
.hor-plan-main .left{
    display: flex;
    gap: 25px;
    flex-direction: column;
}
.hor-plan-main .text h3{
    text-align: right;
}
.hor-plan-main .features ul{
    display: flex;
}
.hor-plan-main .features ul li{
    margin-left: 50px;
}
.hor-plan-main .features ul li .value{
    margin-left: 20px;
}
.hor-plan-main img{
    width: 120px;
    height: 120px;
    border-radius: 32px;
}
.hor-plan-main .main-price{
    color: var(--azure);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
}
.hor-plan-main h3{
    color: var(--azure);
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    line-height: 30px;
}
.hor-plan-main .button{
    justify-content: center;
}

/* 404 SECTION */

.not-found {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.not-found img{
    width: 250px;
    margin-bottom: 40px;
}
.not-found h2{
    color: var(--azure);
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px;
}
.not-found h4{
    color: #8389AE;
    font-weight: 400;
    font-size: 12px;
}
.not-found-footer{
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.not-found-footer .container{
    display: flex;
    justify-content: space-between;
}
.not-found-footer .right{
    display: flex;
    align-items: center;
}
.not-found-footer .right .text{
    color:#8389AE;
    margin-right: 10px;
}

.not-found-footer .left ,.not-found-footer .left a{
    display: flex;
    align-items: center;
    color:#8389AE;
    gap: 10px;
}

.base-timer {
    position: relative;
    width: 40px;
    height: 40px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: transparent;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: var(--green);
}

.base-timer__label {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--green);
}

#content-box table {
    border-radius: 16px;
    width: 100%;
}

#content-box table td {
    padding: 8px 4px;
    border: 1px solid #d1d6dd;
}

.related-posts a {
    color: var(--green);
}