﻿/*@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;400&display=swap);*/

/* almarai-300 - arabic */
@font-face {
    font-display: swap;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/almarai-v12-arabic-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* almarai-regular - arabic */
@font-face {
    font-display: swap;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/almarai-v12-arabic-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

a,
address,
p {
    color: var(--color-black);
}

.h3,
.h4,
body,
button,
h3,
h4,
input,
select,
span,
strong,
textarea,
.tabs-container .tab-label, .tab-wrap .tab-label{
    font-family: Almarai, sans-serif;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

.blog .blog-row .right .blog-content .categories-filter ul li a.active,
.blog .blog-row .right .blog-content .post-item .item-details .cat-name a,
.blog .blog-row .right .blog-content .post-item-lg .item-details .cat-name a,
.btn-sm:hover,
.btn:hover,
.details-container u:hover,
.educational-articles .educational-row .post-item .item-details .cat-name a,
.footer .footer-copyright .left .footer-menu ul li a:hover,
.footer .footer-row .menu-widget ul li a:hover,
.header .navbar .menu>ul>li a:hover,
.header .navbar .menu>ul>li>ul>li a:hover,
.latest-news .latest-news-row .post-item .item-details .cat-name a,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info a:hover,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 .best-company-list a:hover,
.single-post-body .single-post-content .single-post-content-row .toc-post .toc-row .toc a:hover,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .item-details .cat-name a,
a:hover {
    color: var(--color-green);
}

.btn,
.btn-sm {
    font-weight: 700;
    background-color: transparent;
    padding: 0.625rem 1.5rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    cursor: pointer;
}

.btn,
.btn-sm,
.btn-sm:hover,
.btn:hover {
    background-color: transparent;
}

.btn,
.btn-sm,
input,
select,
textarea {
    padding: 0.625rem 1.5rem;
}

.btn,
.btn-sm,
.h-intro .intro-row {
    text-align: center;
}

.btn,
.btn-sm,
.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#errormessage,
#sendmessage {
    font-weight: 600;
    display: none;
}

:root {
    --color-black: #0d2b23;
    --color-blue: blue;
    --color-green: #06653d;
    --color-dark-green: #00663c;
    --color-red: #f11420;
    --color-yellow: #ffc107;
    --color-gray: #525757;
    --color-greenlight: #f9f9f5;
    --color-light: #f6f6f6;
    --color-morelight: #f8f8f8;
    --color-border: #eeeeee;
    --color-border-2: #dddddd;
    --shadow-normal: 0 0.1rem 0.375rem rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

body {
    direction: rtl;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sub-header-company .right .company-info,
ol {
    margin-right: 20px;
}

input,
select,
textarea {
    color: var(--color-gray);
    border: 1px solid var(--color-border);
    outline: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
}

.companies-section .companies-row .company-card .card-content .rate .left .total-rate span,
.companies-section .companies-row .company-card .card-content .rate .right .rate-title span,
.companies-section .companies-row .company-card .card-header span,
.sub-header-company .right .company-info .company-rate .rate-title span,
a {
    font-size: 15px;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid var(--color-green);
}

a {
    text-decoration: none;
}

address,
p {
    font-size: 1rem;
    line-height: 26px;
    font-style: normal;
}

.ltr-text {
    direction: ltr;
    display: block;
}

.btn,
.btn-sm,
.header .navbar .logo {
    display: inline-block;
}

h1 {
    font-size: 3rem;
    line-height: 58px;
}

.h2,
h2 {
    font-size: 20px !important;
    line-height: 40px;
}

.h3,
h3 {
    font-size: 18px !important;
    line-height: 36px;
}

.h4,
h4 {
    font-size: 16px !important;
    line-height: 34px;
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 30px;
}

.btn,
.h6,
h6 {
    font-size: 1rem;
}

.h6,
h6 {
    line-height: 26px;
}

::placeholder {
    color: var(--color-gray);
}

:-ms-input-placeholder {
    color: var(--color-gray);
}

::-ms-input-placeholder {
    color: var(--color-gray);
}

.btn {
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.3125rem;
}

.btn i,
.btn-sm i,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec3 a i {
    margin-right: 6px;
}

.btn-sm {
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 0.9375rem;
    line-height: 1.3;
    border-radius: 0.3125rem;
}

.btn-outline,
.btn-primary {
    border: 1px solid var(--color-green);
}

.btn-primary {
    background-color: var(--color-green);
}

.btn-primary:hover {
    background-color: #09995d;
    border: 1px solid #09995d;
    color: #fff;
}

.btn-outline {
    background-color: transparent;
    color: var(--color-green);
}

.btn-outline:hover {
    background-color: var(--color-green);
    color: #fff;
}

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline-white:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--color-green);
}

.green-badge,
.orange-badge {
    line-height: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    display: block;
    overflow: hidden;
    font-weight: 700;
}

.orange-badge {
    background: rgba(239, 167, 88, 0.15);
    color: #efa758;
}

.green-badge {
    background: rgba(11, 170, 104, 0.15);
    color: #0baa68;
}

.header {
    position: relative;
    z-index: 100;
    background: #09995d;
}

.h-intro,
.sub-header-green {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.header .navbar {
    width: 100%;
    height: 90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.header .navbar .logo {
    vertical-align: middle;
    max-width: 200px;
}

.header .navbar .logo img {
    display: block;
    height: 100%;
    width: 80%;
    object-fit: contain;
}

.header .navbar .menu {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.header .navbar .menu>ul {
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
}

.header .navbar .menu>ul:after,
.header .navbar .menu>ul>li>ul:after,
.header .navbar .menu>ul>li>ul>li>ul:after {
    clear: both;
}

.header .navbar .menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;
}

.header .navbar .menu-item{
    text-decoration: none;
    padding: 1em 1.2em;
    display: block;
    font-size: 16px;
}

.header .navbar .normal-sub li>a {
    text-decoration: none;
    padding: 1em 1.2em;
    display: block;
    font-size: 16px;
    color: #000;
}

.header .navbar .menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.header .navbar .menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: 0 0;
    float: right;
}

.header .navbar .menu>ul>li>ul>li a {
    color: var(---color-black);
    padding: 0.2em 0;
    display: block;
    border-bottom: 1px solid var(--color-border);
}

.header .navbar .menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.header .navbar .menu>ul>li>ul>li>ul>li {
    float: right;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
}

.header .navbar .menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.header .navbar .menu>ul>li>ul.normal-sub {
    width: 270px;
    left: auto;
    padding: 10px 20px;
    box-shadow: var(--shadow-normal);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    max-height: 370px;
    overflow-y: auto;
}

.left {
    display: none;
}

@media (min-width: 1200px) {

    .navbar-container {
         max-width: 90%;
    }

    .header .navbar .menu-item{
        color: #fff;
    }

    .header .navbar .menu-item:hover {
        border-bottom: 4px solid var(--color-green);;
        padding-bottom: 10px;
        background: #0aa363;
    }

    .header .navbar .menu .nav .menu-item:hover{
        color: #fff !important;
    }

    .left {
        display: inline-block;
        padding: 0 5px;
    }

    .header .navbar .menu>ul>li>ul.normal-sub {
        max-height: fit-content;
        position: absolute;
        right: 0;
        border-radius: 0;
        width: 100%;
        margin-top: 1px;
    }
}

.header .navbar .menu>ul>li>ul.normal-sub>li,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group input {
    width: 100%;
}

.header .navbar .menu>ul>li>ul.normal-sub>li a {
    border: 0;
    font-size: 15px;
}

.header .navbar .menu-mobile {
    display: none;
    color: var(---color-black);
}

.header .navbar .menu-mobile:after {
    content: "\e0ba";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    padding: 0;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*.header .navbar .menu-dropdown-icon:before {*/
/*    content: "\f078";*/
/*    font-family: "Font Awesome 6 Pro";*/
/*    margin-top: -6px;*/
/*    font-weight: 400;*/
/*    cursor: pointer;*/
/*    float: left;*/
/*    color: var(--color-black);*/
/*    -webkit-transform: translateY(140%);*/
/*    transform: translateY(140%);*/
/*}*/

.header.sticky {
    position: fixed;
    width: 100%;
    box-shadow: var(--shadow-medium);
    animation: 0.35s ease-out slideDown;
    z-index: 9999;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.h-intro {
    height: 350px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.h-intro .intro-row {
    max-width: 680px;
    margin: auto;
}

.h-intro .intro-row h1 {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
}

.h-intro .intro-row p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.h-intro .intro-row .intro-buttons,
.sub-header-green .sub-header-green-row .intro-buttons {
    margin-top: 30px;
}

.h-intro .intro-row .intro-buttons .btn,
.sub-header-green .sub-header-green-row .intro-buttons .btn {
    margin: 0 4px;
}

.blog,
.companies-section,
.latest-news {
    padding: 50px 0;
}

.footer .footer-row{
    padding: 30px 0;
}

.companies-section .title-row,
.educational-articles .title-row,
.latest-news .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.companies-section .title-row .title h2,
.educational-articles .title-row .title h2,
.latest-news .title-row .title h2 {
    color: var(--color-black);
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
}

.companies-section .title-row .view-all a,
.educational-articles .title-row .view-all a,
.latest-news .title-row .view-all a {
    color: var(--color-green);
    font-size: 17px;
    font-weight: 700;
}

.companies-section .title-row .view-all a i,
.educational-articles .title-row .view-all a i,
.latest-news .title-row .view-all a i {
    margin-right: 6px;
    color: var(--color-green);
    transition: 0.15s ease-in-out;
}

.companies-section .title-row .view-all a:hover i,
.educational-articles .title-row .view-all a:hover i,
.latest-news .title-row .view-all a:hover i {
    margin-right: 10px;
}

.companies-section .companies-row .company-card {
    box-shadow: var(--shadow-normal);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}

.companies-section .companies-row .company-card .card-header {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: space-between;
}

.companies-section .companies-row .company-card .card-header .orange-badge {
    position: absolute;
    left: 14px;
    top: 14px;
}

.companies-section .companies-row .company-card .card-content .logo {
    text-align: center;
    padding: 14px;
}

.companies-section .companies-row .company-card .card-content .logo img {
    height: 60px;
    width: 41%;
    object-fit: contain;
    margin: auto;
}

.companies-section .companies-row .company-card .card-content .rate {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    align-items: flex-end;
}

.companies-section .companies-row .company-card .card-content .rate .right .rate-title,
.sub-header-company .right .company-info .company-rate .rate-title {
    line-height: 1;
}

.best-companies .best-companies-row .best-company-card .company-table tr .left .company-rate-score .rate-star,
.companies-section .companies-row .company-card .card-content .rate .right .rate-score .rate-star,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-rate-score .rate-star,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .comment-rate .rate-star,
.sub-header-company .right .company-info .company-rate .rate-score .rate-star {
    font-size: 30px;
    color: transparent;
    background-image: linear-gradient(#06653d, #06653d), linear-gradient(var(--color-border-2), var(--color-border-2));
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: var(--rate) 100%, calc(100% - var(--rate)) 100%;
    background-clip: text;
    -webkit-background-clip: text;
}

.best-companies .best-companies-row .best-company-card .company-table tr .left .company-rate-score .rate-star:before,
.companies-section .companies-row .company-card .card-content .rate .right .rate-score .rate-star:before,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-rate-score .rate-star:before,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .comment-rate .rate-star:before,
.sub-header-company .right .company-info .company-rate .rate-score .rate-star:before {
    content: "✪✪✪✪✪";
}

.companies-section .companies-row .company-card .card-content .rate .left .total-rate {
    padding-bottom: 6px;
}

.companies-section .companies-row .company-card .card-footer {
    border-top: 1px solid var(--color-border);
    padding: 14px;
    display: flex;
    justify-content: space-around;
}

.companies-section .companies-row .company-card .card-footer .footer-buttons .btn-sm {
    margin: 0 2px;
}

.companies-section .companies-row .slick-slide,
.latest-news .latest-news-row .slick-slide {
    margin: 0 13px;
    padding: 4px 0;
}

.companies-section .companies-row .slick-list,
.latest-news .latest-news-row .slick-list {
    margin: 0 -13px;
}

.educational-articles {
    padding: 50px 0;
    background-color: var(--color-greenlight);
}

.blog .blog-row .right .blog-content .post-item,
.educational-articles .educational-row .post-item,
.footer .footer-row .company-widget .logo,
.latest-news .latest-news-row .post-item,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 .best-company-list,
.single-post-body .single-post-content .single-post-content-row p,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item {
    margin-bottom: 20px;
}

.educational-articles .educational-row .post-item .image-wrapper {
    position: relative;
    height: 207px;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 5px;
}

.blog .blog-row .right .blog-content .post-item .image-wrapper img,
.educational-articles .educational-row .post-item .image-wrapper img,
.educational-articles .educational-row .post-item-lg .image-wrapper img,
.latest-news .latest-news-row .post-item .image-wrapper img,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    /*border-radius: 6px;*/
    transition: 0.25s;
}

.blog .blog-row .right .blog-content .post-item .item-details .cat-name,
.blog .blog-row .right .blog-content .post-item-lg .item-details .cat-name,
.educational-articles .educational-row .post-item .item-details .cat-name,
.educational-articles .educational-row .post-item-lg .item-details .cat-name {
    margin-bottom: 4px;
}

.blog .blog-row .right .blog-content .post-item .item-details .title h3,
.educational-articles .educational-row .post-item .item-details .title h3,
.latest-news .latest-news-row .post-item .item-details .title h3 {
    color: var(---color-black);
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .item-details .post-date p,
.blog .blog-row .right .blog-content .post-item .item-details .description p,
.blog .blog-row .right .blog-content .post-item .item-details .post-date p,
.blog .blog-row .right .blog-content .post-item-lg .item-details .post-date p,
.educational-articles .educational-row .post-item .item-details .description p,
.educational-articles .educational-row .post-item .item-details .post-date p,
.latest-news .latest-news-row .post-item .item-details .description p,
.latest-news .latest-news-row .post-item .item-details .post-date p,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .item-details .post-date p {
    font-size: 15px;
    line-height: 24px;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .item-details .post-date,
.blog .blog-row .right .blog-content .post-item .item-details .post-date,
.blog .blog-row .right .blog-content .post-item-lg .item-details .post-date,
.educational-articles .educational-row .post-item .item-details .post-date,
.educational-articles .educational-row .post-item-lg .item-details .post-date,
.latest-news .latest-news-row .post-item .item-details .post-date,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .item-details .post-date {
    margin-top: 10px;
}

.educational-articles .educational-row .post-item-lg {
    margin-bottom: 20px;
    position: relative;
}

.educational-articles .educational-row .post-item-lg .image-wrapper {
    position: relative;
    height: 440px;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 5px;
}

.educational-articles .educational-row .post-item-lg .item-details {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 2;
}

.educational-articles .educational-row .post-item-lg .item-details .cat-name a {
    color: var(--color-light);
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-title h2,
.educational-articles .educational-row .post-item-lg .item-details .title h3 {
    color: var(--color-light);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.educational-articles .educational-row .post-item-lg .item-details .description p {
    color: var(--color-light);
}

.educational-articles .educational-row .post-item-lg .item-details .post-date p {
    font-size: 15px;
    line-height: 24px;
    color: var(--color-light);
}

.educational-articles-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: var(--color-black);
    /*opacity: 0.5;*/
    z-index: 1;
    pointer-events: none;
}

.latest-news .latest-news-row .post-item .image-wrapper {
    position: relative;
    height: 280px;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 5px;
}

.latest-news .latest-news-row .post-item .item-details .cat-name,
.single-post-body .single-post-content .single-post-content-row .toc-post .toc-row ul,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .item-details .cat-name {
    margin: 10px 0;
}

.contacts p .fa,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .title,
.sub-header-company .right .company-info .company-name .company-name-right {
    margin-left: 10px;
}

.h-cta {
    padding-bottom: 20px;
}

.h-cta .cta-box,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box {
    background: linear-gradient(90deg, #00663c 0, #0baa68 100%);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.sub-header-green,
.sub-header-green .search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.h-cta .cta-box .right {
    width: 50%;
}

.h-cta .cta-box .right .title h2,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .right .title b {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.contacts p,
.h-cta .cta-box .right .title h4 {
    color: #fff;
    margin-bottom: 10px;
}

.h-cta .cta-box .right .title p,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .right .title p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.h-cta .cta-box .left,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .left {
    width: 60%;
    text-align: left;
}

.h-cta .cta-box .left .btn,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .left .contact .btn {
    border-radius: 50px;
    color: var(--border-color);
    background: #fff;
    border: 1px solid #fff;
}

.h-cta .cta-box .left .contact .btn:hover,
.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .left .contact .btn:hover {
    background: var(--color-green);
    border: 1px solid var(--color-green);
    color: #fff;
}

.sub-header-green {
    padding: 110px 0;
    background-color: var(--color-black);
    overflow: hidden;
}

.single-post-info,
.sub-header-company {
    background-color: var(--color-greenlight);
}

.sub-header-green .sub-header-green-row {
    max-width: 680px;
    margin: auto;
    text-align: center;
    z-index: 10;
    position: relative;
}

.sub-header-green .sub-header-green-row h1 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

.sub-header-green .sub-header-green-row p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.sub-header-green .search-box {
    z-index: 10;
    justify-content: center;
    margin-top: 30px;
}

.sub-header-green .search-box input {
    margin-left: 10px;
    min-width: 360px;
}

.sub-header-green .sub-header-bg {
    position: absolute;
    right: -2%;
}

.sub-header-green .sub-header-bg svg {
    height: 1024px;
}

.blog .blog-row .right .blog-content .categories-filter {
    margin-bottom: 32px;
}

.blog .blog-row .right .blog-content .categories-filter ul li,
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    padding-left: 12px;
    list-style: none;
}

.blog .blog-row .right .blog-content .categories-filter ul li::after {
    content: "/";
    padding-right: 12px;
}

.blog .blog-row .right .blog-content .categories-filter ul li:last-child::after,
.breadcrumb ul li:last-child::after {
    content: "";
}

.blog .blog-row .right .blog-content .categories-filter ul li a {
    font-size: 16px;
}

.blog .blog-row .right .blog-content .post-item-lg {
    margin-bottom: 30px;
    position: relative;
}

.blog .blog-row .right .blog-content .post-item-lg .image-wrapper {
    position: relative;
    height: 560px;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 20px;
}

.blog .blog-row .right .blog-content .post-item-lg .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    transition: 0.25s;
}

.blog .blog-row .right .blog-content .post-item-lg .item-details .title h3 {
    font-size: 26px;
    max-width: 80%;
    line-height: 32px;
    margin-bottom: 10px;
}

.blog .blog-row .right .blog-content .post-item .image-wrapper {
    padding-bottom: 56.2%;
    position: relative;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 5px;
}

.blog .blog-row .right .blog-content .load-more {
    margin-top: 40px;
    text-align: center;
}

.blog .blog-row .left .sidebar {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-right: 20px;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-title,
.footer .footer-row .company-widget .about,
.footer .footer-row .company-widget .social-media,
.footer .footer-row .menu-widget {
    margin-bottom: 10px;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .image-wrapper,
.single-post-info .single-post-info-row .post-image .image-wrapper {
    background-color: var(--light-color);
    margin-bottom: 5px;
    overflow: hidden;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.25s;
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .item-details {
    margin-right: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-border);
}

.blog .blog-row .left .sidebar .sidebar-row .sidebar-content .post-item .item-details .title h3 {
    color: var(---color-black);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.sub-header-company {
    padding: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item .right-item,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item .right-item,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .comment-rate,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .header-client,
.single-post-info .single-post-info-row .post-row .share-post,
.sub-header-company .right,
.sub-header-company .right .company-info .company-name {
    display: flex;
    align-items: center;
}

.sub-header-company .right .logo {
    width: 130px;
    height: 130px;
    display: flex;
    background: #fff;
    box-shadow: var(--shadow-medium);
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.img-content,
.sub-header-company .right .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-content-parent {
    display: block;
    width: 622px !important;
}

.sub-header-company .right .company-info .company-name .company-name-right h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.sub-header-company .right .company-info .company-name .company-name-left .badge {
    display: inline-block;
    margin-right: 6px;
}

.sub-header-company .right .company-info .company-name .company-name-left .green-badge i {
    margin-left: 4px;
}

.sub-header-company .right .company-info .company-rate .rate-score b {
    font-size: 17px;
    line-height: 27px;
}

.sub-header-company .right .company-info .company-rate .rate-score .total-rate {
    font-size: 15px;
    margin-right: 20px;
    color: var(--color-gray);
}

.sub-header-company .right .company-info .add-comment a {
    font-size: 15px;
    line-height: 25px;
    color: var(--color-green);
    text-decoration: underline;
}

.single-post-info {
    padding: 70px 0;
}

.single-post-info .single-post-info-row .post-image .image-wrapper {
    position: relative;
    padding-bottom: 57%;
    display: block;
}

.single-post-info .single-post-info-row .post-image .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.25s;
}

.single-post-info .single-post-info-row .post-row {
    padding-right: 20px;
}

.single-post-info .single-post-info-row .post-row .category {
    margin-bottom: 16px;
}

.single-post-info .single-post-info-row .post-row .category a {
    padding: 0.625rem 1rem;
    font-size: 14px;
    margin: 3px;
}

.single-post-info .single-post-info-row .post-row .post-title h1 {
    font-size: 32px;
    line-height: 42px;
}

.single-post-info .single-post-info-row .post-row .post-bar {
    display: flex;
    margin-bottom: 20px;
}

.single-post-info .single-post-info-row .post-row .post-bar .post-bar-item {
    margin-left: 20px;
}

.single-post-info .single-post-info-row .post-row .post-bar .post-bar-item i {
    font-size: 15px;
    color: var(--color-gray);
    margin-left: 4px;
}

.single-post-info .single-post-info-row .post-row .post-bar .post-bar-item span {
    font-size: 15px;
    color: var(--color-gray);
}

.single-post-info .single-post-info-row .post-row .share-post .title p {
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
}

.footer .footer-row .company-widget .social-media .social-media-icons a,
.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a {
    display: inline-block;
    margin-left: 6px;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    color: #fff;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-facebook-f {
    background: #1876f1;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-facebook-f:hover {
    background: #1563c9;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-twitter {
    background: #1da1f2;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-twitter:hover {
    background-color: #0087ba;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-whatsapp {
    background: #25d366;
}

.single-post-info .single-post-info-row .post-row .share-post .share-post-icons a i.fa-whatsapp:hover {
    background-color: #15aa33;
}

.breadcrumb,
.single-post-body .single-post-content .single-post-content-row .best-companies,
.single-post-body .single-post-elements .single-post-elements-row .post-comments,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment,
.single-post-body .single-post-elements .single-post-elements-row .related-posts {
    padding: 10px 0;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq{
    padding: 40px 0;
}

.breadcrumb ul li::after {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    padding-right: 12px;
}

.breadcrumb ul li a {
    font-size: 16px;
    color: var(--color-green);
}

.single-post-body .single-post-content,
.single-post-body .single-post-content .single-post-content-row .rate-section {
    padding: 20px 0;
}

.single-post-body .single-post-content .single-post-content-row h2 {
    font-size: 26px;
    line-height: 36px;
}

.single-post-body .single-post-content .single-post-content-row h3 {
    font-size: 22px;
    line-height: 32px;
}

.single-post-body .single-post-content .single-post-content-row ul {
    margin: 30px 0;
}

.single-post-body .single-post-content .single-post-content-row ul li {
    margin: 0 20px;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 23px;
    color: var(--color-black);
}

.single-post-body .single-post-content .single-post-content-row ul li::marker {
    color: var(--color-green);
    font-size: 0.875rem;
}

.single-post-body .single-post-content .single-post-content-row .toc-post {
    margin: 20px 0;
}

.single-post-body .single-post-content .single-post-content-row .toc-post .toc-row {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 10px 12px;
}

.single-post-body .single-post-content .single-post-content-row .toc-post .toc-row .title {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card {
    border: 1px solid var(--color-green);
    border-radius: 8px;
    height: 100%;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .title {
    background: var(--color-green);
    padding: 8px 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .title b,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .title b {
    color: #fff;
    font-size: 18px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .title i,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .title i {
    color: #fff;
    margin-left: 6px;
    font-size: 18px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items {
    padding: 16px 20px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item .right-item .check-icon {
    background: rgba(11, 170, 104, 0.15);
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item .right-item .check-icon i {
    color: #0baa68;
    font-size: 14px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item .right-item b,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item .right-item b,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-text p {
    font-size: 15px;
    line-height: 25px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item .left-item p,
.single-post-body .single-post-content .single-post-content-row .rate-section .positives-card .positives-card-items .positives-card-item .left-item p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card {
    border: 1px solid var(--color-red);
    border-radius: 8px;
    height: 100%;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .title {
    background: var(--color-red);
    padding: 8px 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item .right-item .check-icon {
    background: rgba(241, 20, 32, 0.15);
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.single-post-body .single-post-content .single-post-content-row .rate-section .negatives-card .negatives-card-items .negatives-card-item .right-item .check-icon i {
    color: var(--color-red);
    font-size: 14px;
}

.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .right {
    width: 75%;
}

.single-post-body .single-post-content .single-post-content-row .post-cta .cta-box .right .title h4 {
    color: #fff;
    margin: 0;
}

.single-post-body .single-post-content .single-post-content-row .table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 30px 0;
    border: 1px solid var(--color-border);
}

.single-post-body .single-post-content .single-post-content-row .table th {
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    border-top: 1px solid var(--color-border);
}

.single-post-body .single-post-content .single-post-content-row .table td {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    border-top: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

.single-post-body .single-post-content .single-post-content-row .table thead th {
    background: var(--color-border);
    vertical-align: bottom;
}

.single-post-body .single-post-content .single-post-content-row .table .t-b {
    width: 5%;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card {
    box-shadow: var(--shadow-medium);
    border-radius: 8px;
    margin-bottom: 15px;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 {
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: grid;
}

#company_table_title,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-cta,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .logo {
    text-align: center;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-rate-score b,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info b {
    font-size: 18px;
    line-height: 26px;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info a {
    text-decoration: underline;
    color: var(--color-gray);
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info ul {
    margin: 0;
    list-style-type: none;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info ul li {
    margin: 0;
    padding: 0;
    display: block;
    color: var(--color-gray);
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-rate-score p,
.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion h3 {
    margin-bottom: 0;
}

#errormessage,
#sendmessage,
.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-cta b {
    margin-bottom: 10px;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-cta a {
    color: #fff;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-cta .company-profile-btn {
    display: block;
    color: var(--color-green);
    font-weight: 700;
    margin-top: 8px;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 {
    background: var(--color-morelight);
    border-top: 1px solid var(--color-border);
    padding: 20px 30px;
    display: none;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 .best-company-list ul {
    margin: 0;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 .best-company-list ul li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2 .best-company-list a {
    color: var(--color-gray);
    text-decoration: underline;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec2.active {
    display: block;
    z-index: 10;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec3 {
    border-top: 1px solid #eee;
    padding: 12px 0;
    text-align: center;
}

.single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec3 a {
    font-weight: 700;
    color: var(--color-green);
    cursor: pointer;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .title span {
    font-size: 18px;
    line-height: 34px;
    font-weight: bolder;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion li {
    position: relative;
    color: var(--color-black);
    margin: 20px 0;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion {
    list-style: none;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion li div {
    display: none;
    padding: 18px 0;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion li .answer p {
    white-space: break-spaces;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    padding: 14px 15px 14px 0;
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 17px;
    line-height: 26px;
    user-select: none;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #0d2b23;
    border-bottom: 2px solid #0d2b23;
    position: absolute;
    left: 15px;
    content: " ";
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate,
.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion a span {
    display: flex;
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row .accordion p {
    font-size: 1rem;
    line-height: 26px;
    color: var(--color-black);
}

.single-post-body .single-post-elements .single-post-elements-row .post-faq .post-faq-row a.active:after {
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .title span,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .title span,
.single-post-body .single-post-elements .single-post-elements-row .related-posts .title span {
    font-size: 18px;
    line-height: 60px;
    font-weight: bolder;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin-bottom: 20px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header {
    display: flex;
    justify-content: space-between;
    padding: 4px 14px;
    border-bottom: 1px solid var(--color-border);
    min-height: 54px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .header-client .client-name b::after {
    content: "•";
    font-size: 12px;
    line-height: 0;
    color: var(--color-gray);
    padding: 0 12px;
    align-items: center;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-card-header .header-client .comment-date p {
    font-size: 14px;
    line-height: 24px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .comment-card .comment-text {
    padding: 16px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .clients-comments .load-more {
    margin-top: 30px;
    text-align: center;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box {
    box-shadow: var(--shadow-medium);
    border-radius: 8px;
    padding: 30px 20px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items {
    display: inline-block;
    border: none;
    font-size: 16px;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items input:checked~label:before,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items label:hover:before {
    color: #ffc107;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items label {
    position: relative;
    float: left;
    color: #c8c8c8;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items label:before {
    margin: 2px;
    content: "\f005";
    font-weight: 700;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 1em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group .select-rate .select-rate-items label:hover~label:before {
    color: #ffdb70;
}

.contactForm textarea,
.single-post-body .single-post-elements .single-post-elements-row .post-comments .post-comments-row .add-new-comment .add-new-comment-box .comment-controls .form-group textarea {
    width: 100%;
    resize: none;
}

.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .image-wrapper {
    position: relative;
    height: 210px;
    display: block;
    background-color: var(--light-color);
    overflow: hidden;
    margin-bottom: 5px;
}

.single-post-body .single-post-elements .single-post-elements-row .related-posts .related-posts-row .post-item .item-details .title span {
    color: var(---color-black);
    font-size: 17px;
    line-height: 30px;
}

.footer {
    background: var(--color-black);
    margin-top: 15px;
}

.footer .footer-row .company-widget .logo img {
    display: block;
    height: 60px;
    width: 186px !important;
}

.footer .footer-row .company-widget .about p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-row .company-widget .social-media .title h3,
.footer .footer-row .menu-widget .title h3 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.footer .footer-row .company-widget .social-media .social-media-icons a i {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .footer-row .company-widget .social-media .social-media-icons a i:hover {
    background: var(--color-green);
    color: #fff;
    border: 1px solid var(--color-green);
}

.footer .footer-row .menu-widget ul li {
    margin: 0 0 10px;
    padding-bottom: 0;
    list-style: none;
}

.footer .footer-row .menu-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .responsible {
    background: rgba(12, 169, 104, 0.2);
    padding: 20px 0;
}

.footer .responsible .responsible-row p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-copyright {
    padding: 14px 0;
}

.sticky-btns .sticky-telegram,
.sticky-btns .sticky-whatsapp {
    color: #fff;
    position: fixed;
    right: 20px;
    animation-play-state: paused;
    font-size: 32px;
    display: flex;
    width: 0;
    height: 0;
    padding: 26px;
    animation-name: pulse;
    text-decoration: none;
    z-index: 200;
}

.footer .footer-copyright .footer-copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-copyright .left .footer-menu ul li a,
.footer .footer-copyright .right .copyright p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 24px;
}

.footer .footer-copyright .left .footer-menu ul li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    display: inline-block;
    padding-right: 14px;
}

.sticky-btns .sticky-whatsapp {
    background: #25d366;
    bottom: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.sticky-btns .sticky-whatsapp::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.8;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.sticky-btns .sticky-telegram,
.sticky-btns .sticky-telegram::before {
    border-radius: 50%;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.sticky-btns .sticky-telegram {
    background: #3390ec;
    bottom: 90px;
    justify-content: center;
    align-items: center;
}

.sticky-btns .sticky-telegram::before {
    content: "";
    position: absolute;
    padding: 25px;
    border: 5px solid #3390ec;
    opacity: 0.8;
    animation-name: pulse-border;
}

@keyframes pulse-border {
    0% {
        padding: 20px;
        opacity: 0.9;
    }

    75% {
        padding: 30px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.table-content {
    max-width: 100%;
    margin-bottom: 20px;
}

.table-content td {
    max-width: 700px;
    text-wrap: pretty;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .navbar {
        height: 80px;
    }

    .header .navbar .logo img {
        height: 100%;
        width: 80%;
        object-fit: contain;
    }

    .header .navbar .menu {
        display: inline-block;
        width: auto;
    }

    .header .navbar .menu>ul {
        display: none;
        width: 100%;
        position: absolute;
        top: 66px;
        right: 0;
    }

    .header .navbar .menu>ul>li {
        width: 100%;
        float: none;
        background: var(--color-light);
        display: block;
    }

    .header .navbar .menu>ul>li a {
        padding: 1rem 1.5em;
        width: 100%;
        font-size: 15px;
        display: block;
    }

    .header .navbar .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
        background: #fff;
    }

    .header .navbar .menu>ul>li>ul.normal-sub {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .header .navbar .menu>ul>li>ul>li {
        float: none;
        width: 100%;
    }

    .header .navbar .menu .contact i,
    .header .navbar .menu>ul>li>ul>li:first-child,
    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info ul {
        margin: 0;
    }

    .header .navbar .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .header .navbar .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .header .navbar .menu .show-on-mobile {
        display: block;
    }

    .header .navbar .menu .contact a {
        padding: 0;
        line-height: 0;
        display: flex;
        width: 38px;
        font-size: 22px;
        height: 38px;
        align-items: center;
        justify-content: center;
    }

    .header .navbar .menu-mobile {
        display: block;
        color: var(---color-black);
        float: left;
        width: 100%;
    }

    .header .navbar .menu-dropdown-icon:before {
        padding: 1.37em 1.5em;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .companies-section .companies-row .company-card .card-header {
        flex-direction: column;
    }

    .companies-section .companies-row .company-card .card-header .orange-badge {
        margin-top: 10px;
        position: relative;
        left: 0;
        top: 0;
    }

    .companies-section .companies-row .company-card .card-footer .footer-buttons {
        width: 100%;
    }

    .companies-section .companies-row .company-card .card-footer .footer-buttons .btn-sm {
        width: 100%;
        margin: 6px 0;
    }

    .blog {
        padding: 70px 0;
    }

    .blog .blog-row .right .blog-content .post-item-lg .image-wrapper {
        padding-bottom: 56.2%;
        height: auto;
    }

    .blog .blog-row .right .blog-content .post-item-lg .item-details .title h3 {
        font-size: 20px;
        max-width: 100%;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .single-post-info .single-post-info-row .post-row .post-title h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 {
        padding: 20px;
    }

    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .logo {
        margin: 10px auto;
    }

    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .company-rate-score,
    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info {
        text-align: center;
        margin-bottom: 10px;
    }

    .single-post-body .single-post-content .single-post-content-row .best-companies .best-companies-row .best-company-card .best-company-sec1 .item-info ul li {
        margin: 0pxP;
        padding-bottom: 0;
        list-style: none;
    }
}

.tickers-table {
    display: flex;
    justify-content: space-between;
}

.t2,
.t3,
.tickers-table .t1 {
    width: 33.3%;
}

.details-container a,
.toc-post .toc-row .toc ul li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--color-blue);
}

.best-companies .best-companies-row .best-company-card .company-table {
    border-collapse: collapse;
    min-width: 100%;
}

.best-companies .best-companies-row .best-company-card .company-table tr {
    border-bottom: 3px solid var(--color-border);
    padding: 10px;
}

.best-companies .best-companies-row .best-company-card .company-table tr:last-child {
    border-bottom: none;
}

.best-companies .best-companies-row .best-company-card .company-table td {
    padding: 10px;
}

.best-companies .best-companies-row .best-company-card .company-table .left {
    text-align: left;
    display: block;
}

.best-company-card .company-table .left a {
    font-weight: 700;
    text-decoration: underline;
}

.best-companies .best-companies-row .best-company-card .company-table .right {
    text-align: right;
    font-size: 18px;
    line-height: 26px;
}

.p20 {
    padding: 20px;
}

.dark {
    background-color: var(--color-dark-green);
}

#content .contacts address .fa,
#content .contacts p .fa {
    background: var(--color-green);
}

.contactForm input {
    font-size: 1rem;
    color: var(--color-gray);
    border: 1px solid var(--color-border);
    width: 100%;
    height: 34px;
    line-height: 1.5;
    padding: 0.625rem 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 15px;
}

.contactForm .validation {
    font-size: 11px;
}

.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: #faebcc;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 5px;
}

.company_title,
.slider-home {
    padding-right: 20px;
    padding-left: 20px;
}

.validation:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #faebcc;
    position: absolute;
    top: -8px;
    left: 10px;
}

#sendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

#errormessage {
    color: red;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

#errormessage.show .show,
#sendmessage.show {
    display: block;
}

.contacts p .fa {
    background: var(--color-green);
    float: right;
    margin-right: 0;
    border-radius: 5px;
    font-size: 20px;
    padding: 9px 10px;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
}

.slider-img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.company_title {
    margin: 0;
    text-align: center;
}

.footer-menu-title {
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bolder;
}

.topic_top_banner {
    text-align: center;
}

.banner-tablet {
    display: block;
}

.banner-mobile {
    display: block;
}

.topic_bottom_banner {
    text-align: center;
    margin-top: 30px;
}

.topic-summary{
    margin: 0;
    border-radius: var(--border-radius-rounded-xl, 10px);
    background: var(--color-surface-surface-primary, #eff3f5) !important;
    box-shadow: inset 0 0 0 2px #e2e2e22e;
    display: flex;
    width: 100%;
    padding: var(--spacing-spacing-lg, 15px) var(--spacing-spacing-md, 15px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-md, 16px);
    align-self: stretch;
    margin-bottom: 20px;
    border:1px solid black;
}

.summary-title {
    color: var(--color-text-text-primary, #1f2123);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0px 27px 0px 0px;
    margin-bottom: 0px !important;
}

.topic-summary:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAZUlEQVR4nGNgGADQwMDA8J8KuIGQJQ1UcGjDkLJEj4GBQZdSS7QYGBjKseBULGpToerJsqQDC87DojaPXEsIgQYcagefJVqjccIwGicMo/kECxiZ+SQTiod+pTX4LflP69YKTQAAKQV6MLkrDb0AAAAASUVORK5CYII=);
    position: absolute;
    background-color: transparent;
    margin-top: 0px;
}

.summary-show{
    /*text-align: justify;*/
}

.details-container > h3, .details-container> h2 {
    text-align: justify;
    margin-bottom: 20px !important;
    background-size: 180% 15%;
    background-repeat: repeat-x;
    background-position: left 0% bottom 5%;
    background-image: linear-gradient(181deg, #ffa620 0%, #fba11a 50%, transparent 54%, transparent 100%);
}

.details-container > p {
    margin-bottom: 5px;
}

.details-container > p > a {
    border-bottom: 3px solid #06653d;
    transition: all 0.25s linear;
    position: relative;
}

.details-container > p > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #61a3ff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: right;
    transform: scale(0);
    transition: 0.25s linear;
}

.details-container > p > strong > a {
    border-bottom: 3px solid #06653d;
    transition: all 0.25s linear;
    position: relative;
}

.details-container > p > strong > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #61a3ff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: right;
    transform: scale(0);
    transition: 0.25s linear;
}

.details-container > p > a:hover:before {
    transform: scale(1);
}

.accordion__item {
    margin: 5px auto;
}

.accordion__title {
    padding: 12px 40px 7px 7px;
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}

.accordion__item .accordion__title:hover {
    transition: all 0.5s ease-out;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 7px;
    right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    background-color: #c9c9c9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}

.accordion__item .accordion__content {
    padding: 15px;
    border-top: 1px solid var(--color-border);
    margin-bottom: 2px;
    display: none;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.post-faq {
    margin-top: -50px !important;
}

.post-comments {
    padding: 5px !important;
    margin-top: -30px;
}

.add-new-comment {
    margin-top: -30px;
}

.comment-card {
    overflow: hidden;
    border: 1px solid #0a6d9b !important;
}

.comment-card-header {
    background-color: #cfccc8;
}

.comment-text {
    background-color: #f7f4f4;
}

.card-footer{
    display: block !important;
    text-align: center;
}

.article-banner {
    text-align: center;
    margin: 10px 0;
}

.company-cta .company-charge, .company-cta .company-buttons {
    display: flex;
    justify-content: space-around;
}

.home-top-gainers-table {
    width: 100%;
    max-height: 500px;
    font-size: 12px;
    background-color: #fff;
    border-spacing: 2px;
    box-sizing: border-box;
    text-indent: 0;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.home-top-gainers-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.home-top-gainers-table th, .home-top-gainers-table td {
    text-align: center;
    padding: 8px 10px;
}

.home-top-gainers-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.home-top-gainers-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.home-top-gainers-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.home-top-gainers-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.text-positive-main{
    color: #007c32;
}

.text-negative-main{
    color: #ff0000;
}

.tabs-container {
    margin-bottom: 10px;
}
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #007c32;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.tabs label .material-icons {
    margin-right: 0.3rem;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem 2rem;
    color: #000;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

.tabs [type=radio] {
    display: none;
}

.tabs [type=radio]:checked + label {
    background-color: #fff;
    color: #0067b8;
    border-top: 4px solid #0067b8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
    display: block;
}

@media (min-width: 768px) {

    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked + label {
        border-bottom: none;
    }
}

.tab-wrap {
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
.tab {
    display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tab:checked + label {
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    background-color: #fff;
    color: #0067b8;
    border-top: 4px solid #0067b8;
}
.tab:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}
.tab + label {
     box-shadow: 0 -1px 0 #eee inset;
    cursor: pointer;
    display: block;
    text-decoration: none;
    flex-grow: 3;
    text-align: center;
    user-select: none;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    justify-content: center;
    background-color: #007c32;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.tab + label:hover {
    background-color: #0aa363;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 10px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}

.stock-company-info-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.stocks-short-code-chart {
    box-shadow: var(--shadow-medium);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
}