@import "./css/color.css";
@import "./css/fonts.css";
#site-title h1,#site-title h2 {
    text-indent: -9999px;
    font-size: 0;
    display: none;
}
a {
    color: var(--testady-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--testady-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.transition-testady {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em iranyekan;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--testady-color-bg);
    height: 100%;
}
body.testady-single-page {
    background-color: #ffffff;
}
body.rtl-mode {
    text-align: right;
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-testady {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.navbar-testady {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 24px 48px -12px rgba(0, 107, 209, 0.03);
    -webkit-box-shadow: 0 24px 48px -12px rgba(0, 107, 209, 0.03);
    padding: .8rem 0;
}
.logo-navbar {
    height: 48px;
    width: auto;
}
.navbar-testady .nav-link {
    font-size: .9rem;
    font-weight: 700;
    color: #000000;
}
.navbar-testady .nav-link:focus {
    color: #000000;
}
.navbar-testady .nav-item.active .nav-link,
.navbar-testady .nav-link:hover {
    color: var(--testady-color-1);
}
.navbar-testady .dropdown-toggle::after {
    display: inline-block;
    margin-right: .4em;
    vertical-align: 0.1em;
    content: "";
    border: solid var(--testady-color-2);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-testady .nav-link.dropdown-toggle:hover::after {
    border-color: var(--testady-color-1);
}
.navbar-testady-fixed {
    padding: .5rem 0;
}
.navbar-testady-fixed .logo-navbar {
    height: 35px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.btn-light {
    --bs-btn-color: var(--testady-color-1);
    --bs-btn-bg: rgba(237, 242, 255, 0.60);
    --bs-btn-border-color: rgba(237, 242, 255, 0.60);
    --bs-btn-hover-color: var(--testady-color-1);
    --bs-btn-hover-bg: rgba(237, 242, 255, 0.9);
    --bs-btn-hover-border-color: rgba(237, 242, 255, 0.9);
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: var(--testady-color-1);
    --bs-btn-active-bg: rgba(237, 242, 255, 0.60);
    --bs-btn-active-border-color: rgba(237, 242, 255, 0.60);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--testady-color-1);
    --bs-btn-disabled-bg: rgba(237, 242, 255, 0.60);
    --bs-btn-disabled-border-color: rgba(237, 242, 255, 0.60);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--testady-color-1);
    --bs-btn-border-color: var(--testady-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--testady-color-1);
    --bs-btn-hover-border-color: var(--testady-color-1);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--testady-color-1);
    --bs-btn-active-border-color: var(--testady-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--testady-color-1);
    --bs-btn-disabled-border-color: var(--testady-color-1);
}
.btn-outline-primary {
    --bs-btn-color: var(--testady-color-1);
    --bs-btn-border-color: var(--testady-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--testady-color-1);
    --bs-btn-hover-border-color: var(--testady-color-1);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--testady-color-1);
    --bs-btn-active-border-color: var(--testady-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--testady-color-1);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--testady-color-1);
}
.btn-testady {
    border-radius: .5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 700;
}
.icon-btn i {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .7rem;
    border-radius: 50%;
    background-color: var(--testady-color-1);
    color: #ffffff;
}
.pt-page {
    padding-top: 83px;
}
.slider-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.slider-section::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("img/pattern-1.svg") no-repeat right top;
    background-size: auto 90%;
}
.slider-section::after {
    content: '';
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: url("img/pattern-2.svg") no-repeat left top;
    background-size: auto 200%;
}
.slider-section .container,
.slider-section .container-fluid {
    padding-top: 2.5rem;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
}
.slider-container-parent {
    position: relative;
    width: 100%;
}
.slider-thumb-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    padding-top: 41%;
}
.swiper-slider-image {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 1.5rem;
}
.swiper-slider-content-parent {
    position: absolute;
    z-index: 2;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 65%;
}
.swiper-slider-content {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 12px 34px 0 rgba(13, 10, 44, 0.08), 0 34px 26px 0 rgba(13, 10, 44, 0.05);
    -webkit-box-shadow: 0 12px 34px 0 rgba(13, 10, 44, 0.08), 0 34px 26px 0 rgba(13, 10, 44, 0.05);
}
.slider-content-box {
    padding: 1.5rem 2rem;
    text-align: center;
}
.slider-content-title-2 {
    position: relative;
    margin-bottom: .8rem;
}
.slider-content-title-2::before {
    content: '';
    position: relative;
    display: inline-block;
    flex-grow: 1;
    height: 2px;
    max-width: 100px;
    background-color: var(--testady-color-1);
    margin-left: 1rem;
    filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
    -webkit-filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
}
.slider-content-title-2::after {
    content: '';
    position: relative;
    display: inline-block;
    flex-grow: 1;
    height: 2px;
    max-width: 100px;
    background-color: var(--testady-color-1);
    margin-right: 1rem;
    filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
    -webkit-filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
}
.slider-content-title-2 h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    color: var(--testady-color-3);
}
.slider-content-box h3 {
    color: var(--testady-color-2);
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.5rem;
}
.slider-content-box p {
    color: var(--testady-color-4);
    margin-bottom: 1rem;
    font-size: .95rem;
    font-weight: normal;
}
.slider-content-box .read-more {
    font-weight: 700;
    font-size: .9rem;
}
.slider-content-box .read-more i {
    font-size: .9rem;
}
.swiper-button-next-slider,
.swiper-button-prev-slider {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    margin-top: 0;
    color: var(--testady-color-3);
    border-radius: .5rem;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: var(--testady-color-7);
    font-size: 1.5rem;
}
.swiper-button-prev-slider,
.rtl-mode .swiper-button-next-slider {
    left: -3.7rem;
    right: auto;
}
.swiper-button-next-slider,
.rtl-mode .swiper-button-prev-slider {
    right: -3.7rem;
    left: auto;
}
.swiper-button-next-slider::after,
.swiper-button-prev-slider::after {
    display: none;
}
.swiper-button-next-slider.swiper-button-disabled,
.swiper-button-prev-slider.swiper-button-disabled {
    opacity: .5;
}
.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}
.section-title h4 {
    color: var(--testady-color-5);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: .5rem;
}
.nav-pills-testady .nav-link {
    display: block;
    padding: .6rem 1.15rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--testady-color-6);
    border-radius: .5rem;
    border: 1px solid transparent;

}
.nav-pills-testady .nav-link.active,
.nav-pills-testady .show > .nav-link {
    color: var(--testady-color-3);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px #FEFBFF, 0 0 0 4px rgba(0, 90, 193, 0.05);
    -webkit-box-shadow: 0 0 0 4px #FEFBFF, 0 0 0 4px rgba(0, 90, 193, 0.05);
    border-color: var(--testady-color-3);
}
.news-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    box-shadow: 0 -1px 40px -2px rgba(48, 98, 212, 0.08);
    -webkit-box-shadow: 0 -1px 40px -2px rgba(48, 98, 212, 0.08);
    background-color: #ffffff;
    padding: 1.25rem;
}
.news-box-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 1rem;
}
.news-box:hover .news-box-thumb img {
    opacity: .95;
}
.news-box-labels {
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
}
.news-box-labels span {
    color: var(--testady-color-1);
    font-size: .75rem;
    font-weight: 600;
    display: inline-block;
    padding: 0.4rem .7rem;
    border-radius: 0.25rem;
    background: var(--testady-color-7);
}
.news-box h4 {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.6rem;
    margin-bottom: .7rem;
    color: var(--testady-color-5);
    min-height: 3.5625rem;
}
.news-box:hover h4 {
    color: var(--testady-color-1);
}
.news-box p {
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    color: var(--testady-color-8);
    text-align: justify;
}
.news-box .read-more {
    font-weight: 700;
    font-size: .85rem;
    color: var(--testady-color-1);
}
.news-box .read-more i {
    font-size: .9rem;
}
#footer {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    background: linear-gradient(180deg, rgba(249, 250, 252, 0.60) -3.53%, rgba(249, 250, 252, 0.00) 75.76%);
    box-shadow: 0 -24px 40px -29px rgba(48, 98, 212, 0.08);
    -webkit-box-shadow: 0 -24px 40px -29px rgba(48, 98, 212, 0.08);
}
#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("img/pattern-4.svg") no-repeat left top;
    background-size: auto 60%;
}
.scroll-top-footer {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--testady-color-1);
}
.scroll-top-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--testady-color-1);
    filter: blur(21px);
    -webkit-filter: blur(21px);
    z-index: -1;
}
.scroll-top-footer img {
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8rem;
    height: 8rem;
    z-index: 1;
    cursor: pointer;
}
.scroll-top-footer img:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}
.footer-title {
    color: var(--testady-color-2);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu li {
    font-size: 0.9rem;
    font-weight: 400;
}
.footer-menu li:not(:last-child) {
    margin-bottom: 1rem;
}
.footer-menu a {
    color: var(--testady-color-4);
}
.footer-menu a:hover {
    color: var(--testady-color-1);
}
.contact-us-footer {
    width: 100%;
}
.contact-us-footer:not(:last-child) {
    margin-bottom: 1rem;
}
.contact-us-footer a,
.contact-us-footer span {
    color: var(--testady-color-4);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6rem;
}
.contact-us-footer i {
    color: var(--testady-color-1);
    font-size: 1rem;
}
.contact-us-footer a:hover {
    color: var(--testady-color-3);
}
.footer-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(15, 82, 139, 0.1);
}
.footer-copyright {
    color: var(--testady-color-2);
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.25rem;
    direction: ltr;
}
.footer-logo {
    display: inline-block;
    height: 37px;
}
.footer-logo:hover {
    opacity: .9;
}
.social-icons {
    position: relative;
}
.social-icons a {
    background-color: transparent;
    color: var(--testady-color-2);
    font-size: 1.2rem;
    padding: 0;
    width: 2.7rem;
    height: 2.7rem;
    display: inline-block;
    border-radius: .8rem;
    border: 1px solid var(--testady-color-9);
}
.social-icons a:hover {
    color: var(--testady-color-1);
}
.app-box {
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.14);
    padding: 2rem;
    text-align: center;
}
.app-box h5 {
    color: var(--testady-color-2);
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    line-height: 2rem;
    border-bottom: 1px solid var(--testady-color-1);
    padding-bottom: .3rem;
    margin-bottom: 1.5rem;
}
.app-box h6 {
    color: var(--testady-color-1);
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: .5rem;
}
.market-link-app {
    border-radius: 0.5rem;
    border: 1px solid #CDDDFF;
    background: #ffffff;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.03), 0 20px 24px -4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.03), 0 20px 24px -4px rgba(0, 0, 0, 0.08);
    height: 100%;
    width: 100%;
    padding: .75rem 1.5rem;
}
.market-link-app:hover {
    background-color: #eaeaea;
}
.market-link-app img {
    height: 1.5rem;
    width: auto;
    display: inline-block;
    margin-left: .8rem;
}
.market-link-app span {
    color: var(--testady-color-2);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.4rem;
    white-space: nowrap;
}



.single-page-header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.single-page-header::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("img/pattern-3.svg") no-repeat right top;
    background-size: auto 75%;
}
.single-page-header::after {
    content: '';
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: url("img/pattern-2.svg") no-repeat left top;
    background-size: auto 140%;
}
.single-page-header .container,
.single-page-header .container-fluid {
    position: relative;
    z-index: 1;
}
.single-page-cat {
    position: relative;
    margin-bottom: .15rem;
}
.single-page-cat::after {
    content: '';
    position: relative;
    display: inline-block;
    flex-grow: 1;
    height: 2px;
    max-width: 100px;
    background-color: var(--testady-color-1);
    margin-right: 1rem;
    filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
    -webkit-filter: drop-shadow(0 0 5px rgba(48, 98, 212, 0.4));
}
.single-page-cat span {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    color: var(--testady-color-3);
}
.single-page-title {
    color: var(--testady-color-2);
    margin-bottom: .7rem;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 2.7rem;
}
.single-page-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    padding-top: 56.25%;
    margin-bottom: 0;
}
.news-lead {
    color: #2f2f2f;
    font-size: .9rem;
    line-height: 1.7rem;
    text-align: justify;
    font-weight: normal;
    font-style: italic;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
}
.content-single-page h1 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.5rem;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.4rem;
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.3rem;
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.2rem;
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem;
}
.content-single-page ul {
    list-style: disc;
}
.content-single-page img {
    max-width: 100% !important;
    margin-bottom:1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: 700;
}
.content-single-page a {
    text-decoration: underline;
    color: #000000;
}
.content-single-page a:hover {
    color: var(--testady-color-1);
}
.testady-breadcrumb {
    position: relative;
    width: 100%;
    margin: 1rem 0 1.5rem;
    font-size: .83rem;
    font-weight: 500;
}
.testady-breadcrumb a,
.testady-breadcrumb span {
    color: var(--testady-color-4);
}
.testady-breadcrumb a:hover {
    color: var(--testady-color-1);
}
.testady-breadcrumb-post {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.single-post-inf {
    position: relative;
    width: 100%;
    color: var(--testady-color-4);
    font-size: .8rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.single-post-inf .divider {
    opacity: .7;
    width: 1px;
    height: 15px;
    background-color: var(--testady-color-4);
    display: inline-block;
    margin: 0 .5rem;
}
.testady-share {
    border-radius: 50rem;
    background-color: #eeeeee;
    color: #4f4f4f;
    padding: 1rem .7rem;
    width: 100%;
    max-width: 65px;
    text-align: center;
    margin: auto 0;
}
.testady-share h6 {
    font-weight: normal;
    font-size: .8rem;
    margin-bottom: .7rem;
    line-height: 1.3rem;
}
.testady-share a {
    color: #424242;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    display: inline-block;
}
.testady-share a:last-child {
    margin-bottom: 0;
}
.testady-share a:hover {
    color: var(--testady-color-1);
}
.single-post-summary-list h5 {
    color: #000000;
    font-size: .9rem;
    line-height: 1.5rem;
    margin-bottom: .7rem;
    font-weight: bold;
}
.single-post-summary-list h5 i {
    color: var(--testady-color-3);
}
.single-post-summary-list ul {
    list-style: disc;
    margin: 0;
    padding: 0 1rem;
}
.single-post-summary-list li:not(:last-child) {
    margin-bottom: .3rem;
}
.single-post-summary-list a {
    font-size: .8rem;
    color: #2d2d2d;
}
.single-post-summary-list a:hover {
    color: var(--testady-color-1);
}
.post-ratings-parent {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding: 2rem 3rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.post-ratings-parent h6 {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
    height: 25px;
    width: auto;
    display: inline-block;
    margin: 0 .25rem !important;
}
.post-ratings-loading {
    text-align: center !important;
}
.testady-box-body {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.4rem 1.2rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.testady-comment-section {
    position: relative;
    width: 100%;
}
.testady-comment-section .comment-item-testady {
    width: 100%;
    color: #707378;
}
.testady-comment-section .comment-item-testady:not(:last-child) {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid rgba(45, 64, 149, 0.2);
}
.testady-comment-section .children {
    margin: 0;
    display: block;
}
.testady-comment-section .children .comment-item-testady {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid rgba(45, 64, 149, 0.2);
}
.testady-comment-section .comment-author-thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.testady-comment-section .comment-author-name {
    font-weight: 600;
    font-size: .85rem;
    margin-bottom: 0;
}
.testady-comment-section .comment-text-content {
    font-size: .9rem;
    text-align: justify;
    margin-top: .5rem;
    width: 100%;
    line-height: 1.7rem;
    font-weight: 400;
    padding-right: calc(40px + 1rem);
}
.testady-comment-section .comment-text-content p {
    margin-bottom: 0;
}
.testady-comment-section .date-comment {
    font-size: .8rem;
    font-weight: 400;
    color: #707378;
    opacity: 0.5;
}
.testady-comment-section input[type='text'],
.testady-comment-section input[type='email'],
.testady-comment-section textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #CFD8DC !important;
    color: #000000;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
}
.testady-comment-section textarea {
    min-height: 150px;
}
.testady-comment-section .comment-form {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.testady-comment-section .comment-reply-link {
    color: #707378;
    font-size: .8rem;
}
.testady-comment-section .comment-reply-link:hover {
    color: var(--testady-color-1);
}
.testady-comment-section #cancel-comment-reply-link {
    color: var(--testady-color-1);
    font-size: .9rem;
    font-weight: 500;
    margin: 1rem 0;
    display: inline-block;
}
.testady-comment-section #cancel-comment-reply-link:hover {
    color: var(--testady-color-3);
}
.footer-email-form {
    position: relative;
    width: 100%;
}
.footer-email-form .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
}
.footer-email-form .gform_wrapper.gravity-theme input[type="text"] {
    background-color: #ffffff !important;
    color: #000000;
    border-radius: .5rem !important;
    border: none !important;
    padding: 1rem 120px 1rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    height: 55px;
    padding-left: 120px !important;
    padding-right: 1rem !important;
    text-align: left;
    direction: ltr;
}
.footer-email-form .gform_wrapper.gravity-theme input[type="text"]::placeholder {
    color: #000000 !important;
    opacity: .8;
    text-align: left;
    direction: ltr;
}
.footer-email-form form {
    position: relative;
}
.footer-email-form .gform_button {
    position: absolute;
    top: 3px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    margin: 0 !important;
    height: 48px;
    padding: 0 2rem !important;
    color: #ffffff;
    background-color: var(--testady-color-1);
    border-color: var(--testady-color-1);
    border-radius: .5rem !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 3px;
}
.footer-email-form .gform_button:hover {
    background-color: var(--testady-color-3);
    border-color: var(--testady-color-3);
}
.footer-email-form .gform_wrapper.gravity-theme .gform_footer, .footer-email-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
}
/*.footer-email-form .gform_ajax_spinner {*/
/*    display: none !important;*/
/*}*/
.newsletter-section {
    position: relative;
    width: 100%;
    background-color: rgba(48, 98, 212, 0.1);
    padding: 3rem 0;
}
.newsletter-title {
    font-size: 1rem;
    line-height: 1.7rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--testady-color-1);
    font-weight: bold;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    font-size: .9rem !important;
    margin-top: .5rem !important;
    padding: .3rem .5rem !important;
    font-weight: 500 !important;
    border-radius: .5rem !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    margin: 0 !important;
    font-size: .9rem !important;
    padding: 0 !important;
    font-weight: 500 !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    color: #F43F5E !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid="true"] + label, .gform_wrapper.gravity-theme label + [aria-invalid="true"] {
    color: #F43F5E !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border: 1px solid #F87171 !important;
}


@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .single-page-thumb-col {
        width: 60%;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar-testady .nav-item {
        margin: 0 .5rem;
    }
    .nav-pills-testady .nav-item {
        margin: 0 .2rem;
    }
}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1399.98px) {

}
@media only screen and (max-width: 1199.98px) {
    #footer::before {
        background-size: 50% auto;
    }
    .single-post-summary-list h5 {
        font-size: .8rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .navbar-testady .logo-navbar {
        height: 35px;
    }
    .navbar-testady {
        padding: .5rem 0;
    }
    .single-page-cat span {
        font-size: .9rem;
    }
    .single-page-title {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }
    .scroll-top-footer img {
        width: 5rem;
        height: 5rem;
    }
    .slider-thumb-box {
        padding-top: 50%;
    }
    .swiper-slider-content-parent {
        bottom: -4.5rem;
        width: 75%;
    }
    .slider-content-title-2 h4 {
        font-size: .9rem;
    }
    .slider-content-box h3 {
        font-size: 1.1rem;
    }
    .slider-content-box p {
        margin-bottom: .7rem;
        font-size: .9rem;
    }
    .section-title h4 {
        font-size: 1.4rem;
    }
    .nav-pills-testady .nav-link {
        padding: .5rem 1rem;
        font-size: .95rem;
    }
    .news-box h4 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5rem;
    }
    .news-box p {
        /*font-size: .9rem;*/
        /*line-height: 1.5rem;*/
        /*margin-bottom: .7rem;*/
    }
    .news-box .read-more {
        font-weight: 600;
        font-size: .8rem;
    }
    #footer::before {
        background-size: 70% auto;
    }
    .testady-share {
        padding: .7rem 1rem;
        width: auto;
        max-width: unset;
        margin: auto 0;
    }
    .testady-share h6 {
        margin-bottom: 0;
        margin-left: .3rem;
    }
    .testady-share a {
        margin-bottom: 0 !important;
        margin-right: 1rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .slider-section .container, .slider-section .container-fluid {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .swiper-slider-content-parent {
        position: relative;
        left: 0;
        right: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        bottom: 3rem;
        width: 100%;
        padding: 0 1.5rem;
    }
    .swiper-button-prev-slider, .rtl-mode .swiper-button-next-slider {
        left: 0;
    }
    .swiper-button-next-slider, .rtl-mode .swiper-button-prev-slider {
        right: 0;
    }

    .footer-title {
        font-size: 0.9rem;
    }
    .footer-menu li {
        font-size: 0.8rem;
    }
    #footer::before {
        background-size: 90% auto;
    }
    .post-ratings-parent {
        padding: 2rem 1rem;
    }
}
@media only screen and (max-width: 575.98px) {

}