/*
Theme Name: Chabok Theme
Theme URI: https://chabokgroup.com/
Author: Shahriyar Modami
Description: The chabok theme for WordPress, is a fully responsive theme that looks great on any device.
Version: 1.0.0
License: The commercial license and the copyright are reserved for the developer
License URI: https://www.chabokgroup.com/licenses/commercial-theme
Text Domain: chabok_wp_theme
*/

* {
    box-sizing: border-box;
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a {
    text-decoration: none;
}

.psr {
    position: relative;
}

.z-4 {
    z-index: 4;
}

.chabok-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.chabok-col-100 {
    padding: 0 10px;
    width: 100%;
}

.chabok-col-75 {
    width: 75%;
    padding: 0 10px;
}

.chabok-col-70 {
    width: 70%;
    padding: 0 10px;
}

.chabok-col-65 {
    width: 65%;
    padding: 0 10px;
}

.chabok-col-60 {
    width: 60%;
    padding: 0 10px;
}

.chabok-col-50 {
    width: 50%;
    padding: 0 10px;
}

.chabok-col-40 {
    width: 40%;
    padding: 0 10px;
}

.chabok-col-35 {
    width: 35%;
    padding: 0 10px;
}

.chabok-col-33 {
    width: 33.333%;
    padding: 0 10px;
}

.chabok-col-30 {
    width: 30%;
    padding: 0 10px;
}

.chabok-col-25 {
    width: 25%;
    padding: 0 10px;
}

.chabok-col-20 {
    width: 20%;
    padding: 0 10px;
}

.chabok-col-16 {
    width: 16.66666%;
    padding: 0 10px;
}

.ftl {
    float: left;
}
.magazine-layout .chabok-col-25 {
    margin-bottom: 20px;
}
.ftr {
    float: right;
}

section {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

html[dir="rtl"] .ftl {
    float: right;
}

html[dir="rtl"] .ftr {
    float: left;
}

:root {
    --mainBg: #a60046;
    --mainColor: #a60046;
    --secondaryBg: #444;
    --mainFont: 'iransansX';
}

body {
    margin: 0;
    font-family: var(--mainFont);
    font-size: 14px;
}

p {
    color: #555;
    line-height: 1.6;
}

header {
    float: right;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}

.chabok-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.chabok-top-header {
    float: right;
    width: 100%;
    background: var(--mainBg);
}

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: left;
}

.chabok-header-phone i {
    font-size: 21px;
    line-height: 0;
    top: 2px;
    position: relative;
    margin-left: 10px;
}
.chabok-header-phone a {
    color:#fff;
}

.chabok-main-header {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 7px -5px #dfdfdf;
}

.right-main-nav {
    padding: 30px 10px;
    width: 40%;
    float: right;
}

.left-main-nav {
    width: 40%;
    float: right;
    padding: 19px 10px;
}

.left-main-nav .chabok-btn {
    float: left;
    width: 193px;
    max-width: 100%;
}

.middle-main-nav {
    width: 20%;
    min-height: 25px;
    float: right;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.chabok-btn,input[type="button"],input[type="submit"] {
    position: relative;
    background-color: var(--secondaryBg);
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border: 0;
    padding: 12px 20px;
    font-family: var(--mainFont);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.mgt0{
    margin-top: 0;
}
.chabok-btn:hover::before,
input[type="button"]:hover,input[type="submit"]:hover {
    width: 100%;
    background-color: var(--mainBg);
}

.chabok-btn.chabok-border-btn {
    background: none;
    color: #000;
    border: 1px solid var(--secondaryBg);
}
.chabok-about-btn button {
    background: #fff;
    z-index: 2;
}
.chabok-gallery img {
    border-radius: 70px;
}
.chabok-gallery figure {
    padding: 10px;
    overflow: hidden;
  }
.chabok-btn.chabok-border-btn:hover {
    background: none;
    color: #fff;
    border: 1px solid var(--mainBg);
}
.chabok-serv-img img {
    width: 100%;
}
.chabok-btn::before {
    content: '';
    position: absolute;
    background-color: #343434;
    width: 0%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    z-index: -1;
}

.chabok-btn.chabok-red-btn {
    background-color: var(--mainColor);
}

.chabok-blog-headline a.chabok-btn {
    margin-top: 39px;
    display: inline-block;
    float: left;
}

.middle-main-nav a {
    display: flex;
    max-width: 100%;
    position: absolute;
    top: -55px;
}

.middle-main-nav img {
    width: 150px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 6px -5px rgba(0, 0, 0, 0.58);
    padding-bottom: 15px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.chabok-nav-bt ul {
    margin: 0;
    list-style: none;
    text-decoration: none;
    padding: 0;
}

.chabok-nav-bt ul li {
    float: right;
    margin: 0 0 0 26px;
}

.chabok-nav-bt ul li a {
    color: #444;
    text-decoration: none;
}

.chabok-nav-bt ul li a:hover {
    color: var(--mainColor);
}

.chabok-header-phone {
    padding: 16px 10px;
    color: #eee;
}

.chabok-header-phone strong {
    direction: ltr;
    text-align: left;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 14px;
}

.chabok-header-phone span {
    margin-left: 20px;
    direction: ltr;
    text-align: left;
}

.header-social {
    float: left;
    display: flex;
    align-items: center;
}

.header-social ul li {
    float: left;
    margin-right: 13px;
}

.instagram-icon a,
.telegram-icon a,
.whatsapp-icon a,
.aparat-icon a {
    font-size: 0;
    display: block;
    padding: 15px 3px;
    filter: invert();
}

.instagram-icon a::before,
.telegram-icon a::before,
.whatsapp-icon a::before,
.aparat-icon a::before {
    content: "";
    font-size: 19px;
    margin: 0 6px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100%;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-style ul {
    line-height: 2.4;
    list-style: none;
    padding: 0;
}
.ul-style ul li {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   text-overflow: ellipsis;
}
.chabok-like-btn {
    background: rgba(255, 255, 255, 0.747);
  width: 35px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aparat-icon a::before {
    background-image: url('images/aparat.svg');
    width: 24px;
    height: 24px;
    top: -2px;
    position: relative;
}
.instagram-icon a::before {
    background-image: url('images/insta.svg');
}

.telegram-icon a::before {
    background-image: url('images/telegram_1.svg');
}

.whatsapp-icon a::before {
    background-image: url('images/whatsapp_1.svg');
}

.main-navigation .nav-left li.instagram-icon a,
.main-navigation .nav-left li.telegram-icon a,
.main-navigation .nav-left li.whatsapp-icon a,
.main-navigation .nav-left li.aparat-icon a {
    padding: 5px 0 4px 6px;
    border: 0;
    display: flex;
    align-items: center;
    font-family: 'yekan';
    font-size: 0;
    opacity: 0.8;
    transition: all 300ms;
}

.main-navigation .nav-left li.instagram-icon a:hover,
.main-navigation .nav-left li.telegram-icon a:hover,
.main-navigation .nav-left li.whatsapp-icon a:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
    transition: all 300ms;
    opacity: 1;
}

.nav ul li ul {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #eee;
    max-width: 250px;
    padding: 15px 10px 15px;
    border-radius: 15px;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 300ms;
}
.nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 300ms;
}
.nav ul li ul::before {
    content: '';
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-right: 10px solid transparent;
    position: absolute;
    top: -20px;
    right: 20px;
}
.nav ul li ul li ul.chabok-active::before  {
    border-bottom: 10px solid #fff;
}
.nav ul li ul li {
    width: 100%;
    margin:0;
    float: right;
    padding: 10px;
}

.nav ul li ul li a {
    float: right;
    width: 100%;
}

.nav ul li ul li a::after {
    content: '\f104';
    float: left;
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    top: 3px;
    position: relative;
    margin-left: 8px;
}
.chabok-menu-toggle, .menu-logo {
    display: none;
}
.nav ul li ul li ul {
    position: relative;
    background: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    height: 0;
    margin-top: 30px;
}
.nav ul li ul li ul.chabok-active {
    height: auto;
    max-height: 300px;
    background: #fff;
    border-radius: 5px;
}
.nav ul li ul li ul li {
    padding-left: 0;
}
.nav ul li ul li ul::before {
    content:none;
}
.chabok-gallery-swiper .swiper {
    padding: 5rem 0;
}

.chabok-search-form {
    padding: 10px;
}
.chabok-search-form.chabok-active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 199px;
    z-index: 99;
    display: flex;
    justify-content: center;
}
.fal.fa-search.chabok-search-btn.chabok-active::before {
    content: '\f00d';
}
.chabok-search-form i {
    font-size: 20px;
}

.chabok-search-btn {
    cursor: pointer;
    color: var(--mainColor);
}

.chabok-search-form input:focus {
    border: 0;
    outline: none !important;
}

.chabok-search-form input {
    border: 0 !important;
    padding: 8px;
    width: 56%;
    color: #000;
    font-size: 14px;
    font-family: var(--mainFont);
}

.chabok-search-form {
    padding: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.chabok-centered-content {
    text-align: center;
    justify-content: center;
}

.chabok-gallery-slider h2 {
    margin-top: 10%;
    font-weight: 900;
    color: #ccc;
    font-size: 30px;
}

.chabok-gallery-slider p {
    color: #aaa;
}

.bg-large-padder {
    padding: 0 71px;
}

.chabok-about-bg-container {
    min-height: 500px;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    border-radius: 40px;
}

.chabok-gallery-slider {
    height: 70vh;
    min-height: 640px;
    background: var(--secondaryBg);
    position: relative;
    margin-bottom: 117px;
}
.chabok-gallery-slider::before,
.chabok-single-header::before {
    content: '';
    background-image: url('images/slider-pattern.png');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.12;
    background-size: contain;
}

.carousel {
    overflow-x: clip;
}

.swiper {
    padding: 5rem 0;
    overflow: visible;
}

.swiper .swiper-slide {
    width: 400px;
}

.single {
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.single a {
    display: block;
    
}
.single img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 30px;
    pointer-events: none;
    height: 420px;
    object-fit: cover;
}

.chabok-swiper-next,
.chabok-swiper-prev {
    width: 100px;
    height: 100px;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
    color: #ccc;
    opacity: 0.6;
    transition: all 300ms;
}

.chabok-swiper-next:hover,
.chabok-swiper-prev:hover {
    color: #fff;
    opacity: 1;
    transition: all 300ms;
}

.chabok-swiper-next::before,
.chabok-swiper-prev::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 70px;
}

.chabok-swiper-next::before {
    content: '\f105';
}

.chabok-swiper-prev::before {
    content: '\f104';
}

.chabok-swiper-next {
    left: auto;
}

.chabok-swiper-prev {
    left: 0;
    right: auto;
}

.chabok-about-us {
    background: linear-gradient(to bottom, #eee, #eee, #fff);
    padding: 110px 0 10px;
    position: relative;
}

.chabok-about-us p {
    line-height: 2;
    text-justify: distribute;
    text-align: justify;
}

.chabok-about-us h3 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
    background: var(--secondaryBg);
    padding: 5px 25px;
    border-radius: 10px 10px 0px 10px;
}

.chabok-about-us h2 {
    color: var(--mainColor);
}

.chabok-about-btn {
    float: right;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    position: relative;
}

.chabok-about-btn::before {
    content: '';
    width: 75%;
    right: 0;
    left: auto;
    height: 1px;
    background: #ccc;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

section.chabok-services {
    padding: 50px 0;
    position: relative;
}

.chabok-red-cover {
    position: absolute;
    right: 0;
    height: 200px;
    background: var(--mainBg);
    width: 66%;
    z-index: -1;
    top: 110px;
    border-radius: 20px 0 0 20px;
}

.chabok-red-cover.red-left-cover {
    top: 280px;
    left: 0;
    right: auto;
    border-radius: 0 20px 20px 0;
}

.service-headline {
    color: var(--mainColor);
    margin: 0;
}

.service-title {
    margin-top: 0;
    -webkit-text-stroke: var(--mainColor);
    -webkit-text-fill-color: var(--secondaryBg);
}

.service-description p {
    line-height: 2;
}

.chabok-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chabok-services ul li {
    width: 50%;
    float: right;
    color: var(--mainColor);
    padding: 10px 0;
}

.chabok-services ul li i {
    color: var(--secondaryBg);
    top: 3px;
    position: relative;
}

.chabok-service-block {
    width: 100%;
    float: right;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.039);
    height: auto;
    border-radius: 44px;
    margin-top: 140px;
    z-index: 2;
    position: relative;
}

.chabok-serv-img {
    position: relative;
    z-index: 2;
}
input, textarea {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
}
.chabok-cta-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    float: right;
    border: 1px solid var(--secondaryBg);
    padding: 20px;
    border-radius: 14px;
}
.chabok-cta-content.chabok-gtb-cta {
    margin: 0;
    padding: 0 8px;
    border-radius: 5px;
    border-color: #ccc;
  }
.customer-section h2 {
    color: var(--mainColor);
}

.chabok-testimonial {
    display: grid;
    place-items: center;
    position: relative;
    background-color: var(--secondaryBg);
    padding: 60px 0;
    margin-bottom: 0;

}
.testimonial-sec .swiper-container {
    overflow: hidden;
}

.chabok-testimonial {
    display: grid;
    place-items: center;
    position: relative;
    background-color: var(--secondaryBg);
}

/*   swiper */

.chabok-testimonial .swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    font-family: var(--mainFont);
    background-color: white;

}

.chabok-testimonial .swiper-slide .ImgHolder {
    background-color: var(--mainBg);
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px;

}

.chabok-testimonial .ContentHolder::before {
    background-color: var(--mainColor);
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}

.chabok-testimonial .ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    text-align: center;
    border-top-right-radius: 20px;
}

.chabok-testimonial .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid var(--secondaryBg);
}

.chabok-testimonial .swiper-pagination-bullet-active {
    background-color: var(--mainColor);
}

.chabok-testimonial .swiper-button {
    border: 1px solid white;
}

.chabok-testimonial .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid var(--secondaryBg);
    outline: 2px solid white;
}

.chabok-testimonial .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
}

.slide-content-f3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
}

.chabok-testimonial .swiper-slide p {
    font-size: 13px;
    padding: 5px;
    color: #777;
    margin-top: 0;
    margin-bottom: 30px;
}

.chabok-testimonial .ContentHolder small {
    color: var(--mainBg);
    font-family: var(--mainFont);
    font-weight: normal;
    font-size: 11px;
    background: var(--secondaryBg);
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    margin: 0 4px;
}

.chabok-featured-post-title h2 {
    margin: 10px 0;
    font-size: 18px;
}

.fd-box-content a {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.fd-box-desc p {
    color: #777;
    line-height: 2;
}
.chabok-post-slide a {
    display: block;
    z-index: 2;
}
.fd-box-title h2 {
    font-size: 14px;
    font-weight: 900;
    color: #666;
}

.chabok-featured-posts {
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}

.chabok-fd-post:hover {
    transform: translateY(-8px);
    transition: all 300ms;
}
.chabok-fd-post:hover .fd-icon-num {
    background: #000;
}

.fd-headline {
    align-items: center;
    justify-content: space-between;
}

.chabok-featured-post-title {
    margin: 30px 0;
}

.chabok-featured-post-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -15px;
}

.chabok-fd-post {
    width: calc(100% / 4 - 37px);
    box-shadow: 0 0 71px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    padding: 30px 30px 30px;
    position: relative;
    margin-right: 30px;
    border-radius: 27px;
    transform: translateY(0px);
    transition: all 300ms;
}

.chabok-fd-post:nth-child(2n+1) {
    margin-bottom: 60px;
}

.chabok-fd-post:nth-child(2n) {
    margin-top: 65px;
}

.chabok-fd-post::before {
    bottom: 100%;
    right: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    right: 25px;
}

.chabok-fd-post:nth-of-type(2n+1)::before {
    top: 100%;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #fff;
    border-width: 16px;
    right: 25px;
}

.fd-icon-num {
    display: block;
    z-index: 1;
    position: absolute;
    top: -65px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: var(--mainColor);
    line-height: 39px;
    text-align: center;
    right: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chabok-fd-post .chabok-box-main-icon i {
    font-size: 48px;
    height: auto;
    width: auto;
    line-height: 1;
    color: var(--mainColor);
}

.chabok-fd-post:nth-child(2n+1) .fd-icon-num {
    top: auto;
    bottom: -65px;
}

.circule-icon i::after {
    opacity: 1;
}

.fd-box-content {
    margin-top: 20px;
}

.chabok-blog-posts {
    display: flex;
    position: relative;
    padding-top: 70px;
    padding-bottom: 21px;
}
.post-slide-icons {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 5px;
    width: 45px;
    font-size: 35px;
    color: #fff;
}
.chabok-post-slide h2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    padding: 21px;
    line-height: 2;
    text-align: right;
    z-index: 3;
}
.chabok-blog-posts::before {
    content: '';
    right: auto;
    width: 100%;
    position: absolute;
    background: var(--secondaryBg);
    z-index: 1;
    border-radius: 0;
    left: 0;
    height: 60px;
    bottom: 0;
    top: auto;
}

.chabok-blog-posts::after {
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    bottom: auto;
    margin: auto;
    display: block;
    right: 0;
    bottom: 0;
    width: 16%;
    border-radius: 40px 0 0;
    border-top: 5px solid var(--mainColor);
    border-left: 2px solid var(--mainBg);
}

.chabok-blog-posts .chabok-col-75 {
    position: relative;
}

.chabok-blog-posts .chabok-col-75.ftl::before {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    background: var(--mainBg);
    left: -44px;
    top: -53px;
    border-radius: 28px;
    opacity: 0.1;
}

.chabok-blog-posts .chabok-col-70 {
    padding: 0;
}
.mag-te {
    color: var(--mainColor);margin-bottom: 30px;
}
.mag-te::before {
    content: '';
    width:15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 100px;
    background-color: var(--secondaryBg);
}
.chabok-post-slide {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.chabok-blog-posts .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.chabok-post-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.chabok-blog-headline {
    background: var(--secondaryBg);
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 18px;
    height: 100%;
    margin-left: 10px;
}

.chabok-blog-headline p {
    color: #ccc;
}

.chabok-post-slide a::before {
    content: '';
    background: linear-gradient(to bottom, transparent 30%, #a600469c 70%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 500ms;
}
.chabok-post-slide a:hover::before {
    content: '';
   bottom: -600px;
   top: 0;
   transition: all 500ms;
}
.w100 {
    width: 100%;
}
/* کانتینر محدود به 1280px */
.container-box {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.entry-content {
    width: 100%;
    float: left;
    font-size: 15px;
}
.entry-content p {
    line-height: 2;
}
.chabok-radius {
    border-radius: 15px;
}
/* بلوک تمام عرض */
.full-width {
    max-width: 100%;
    width: 100%;
}
.chabok-post-slide a::after {
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    bottom: auto;
    top: -600px;
    transition: all 500ms;
    background: linear-gradient(to bottom, transparent 30%, #000000cf 70%);
}
.chabok-post-slide a:hover::after {
    content: '';
    background: linear-gradient(to bottom, transparent 30%, #000000cf 70%);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 500ms;
}

.chabok-blog-swiper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.blog-swiper {
    width: 100%;
    height: 100%;
}

.blog-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.chabok-honor-box {
    border: 1px solid;
    margin-top: 140px;
    border-radius: 37px;
    padding: 40px;
    box-shadow: 0 0 100px #eee;
    background: linear-gradient(to left, #fff, #fff, #f2f2f2);
}
.chabok-year-badge {
    width: 150px;
    height: 150px;
    background: var(--mainColor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border-radius: 14px;
}
.chabok-honors ul {
    margin: 0;
}


/* FAQ */
.chabok-faq-box {
    padding: 30px 0 30px 60px;
    border-radius: 26px;
    margin-top: 68px;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: var(--mainColor);
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.accordion button .accordion-title {
    padding: 1em 0 1em 1.5em;
    font-size: 16px;
    font-weight: normal;
    font-family: 'iransansX';
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    right: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    right: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: var(--mainColor);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}


/* star rating */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:0;
    opacity: 0.01;
    left: 0;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.chabok-rating-form {
    text-align: center;position: absolute;left: 20px;top: 21px;
}

.chabok-rating-form small {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    padding: 0 60px;
}

.chabok-year-badge .badge-icon span {
    font-size: 46px;
    -webkit-text-fill-color: #a60046;
    -webkit-text-stroke: 2px #fff;
    font-weight: 900;
}
.chabok-badge h6 {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 15px;
}
/* footer */
.chabok-footer {
    background-color: var(--mainColor);
    position: relative;
    padding: 0;
    float: right;
    width: 100%;
    color: #aaa;
    margin-top: 100px;
}
.footer-contact-text p.telnum {
    direction: ltr;
  }
.footer-contact-info i {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
    font-size: 33px;
    color: #ffcaaa;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-right: 2px solid #ff71ad;
}
.footer-contact-text h6 {
    font-size: 16px;
    font-weight: 900;
    color: #eee;
}
.chabok-flex.footer-contact-info {
    border: 1px solid #444;
    border-radius: 15px;
    padding: 8px;
}
.chabok-footer-col-lg {
    width: 100%;
    float: right;
    background: #444;
    overflow: hidden;
    padding: 30px;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
    margin-top: -31px;
}
.front-gallery-scroller img {
    width: 119px;
}
.footer-contact-info {
    margin-bottom: 13px;
}
.footer-section {
    width: 20%;
    float: right;
}
.footer-contact-text p {
    color: #aeaeae;
}
.footer-contact-text h6, .footer-contact-text p {
    margin: 0;
    line-height: 2;
}
.entry-content .chabok-container {
	padding: 0 15px;
}
.footer-content {
    float: right;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.129);
}
.footer-section {
    width: 60%;
}
.footer-section h2 {
    font-size: 15px;
    margin-bottom: 15px;
}
.footer-content a {
    color: #999;
}
.footer-content a:hover {
    color: #ff5fa3;
    
}
.footer-social a {
    transform: scale(1);
    transition: all 300ms;
}
.footer-social a:hover {
    filter: invert(1) sepia(1) saturate(9) hue-rotate(-50deg);
    transform: scale(1.3);
    transition: all 300ms;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-content ul.footer-social {
    text-align: right;
    justify-content: right;
    padding: 40px 0;
    float: right;
    width: 100%;
    display: flex;
  }
.footer-content ul {
    margin: 0;
    padding: 0;
}
.search-results {
    display: flex;
    flex-wrap: wrap;
    top: -100px;
    width: 100%;
    position: relative;
}
.search-desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.search-results .chabok-col-50 {
    margin-bottom: 20px;
}
.search-item {
    background: #fff;
    padding: 20px;
    border: 1px solid;
  
    border-radius: 10px;
    height: 100%;
}
.pagination span, .pagination a {
    background: var(--secondaryBg);
    color: #fff;
    padding: 10px 20px;
    border-radius: 85px;
}
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 21px;
}
.page-numbers.current {
    background: var(--mainColor);
}
.search-item h2 {
    font-size: 16px;
    color: var(--mainColor);
    margin-bottom: 0;
}
.chabok-rfp-form-group button {
    background-color: var(--mainColor) !important;
    color:#fff;
    font-family: 'iransansX';
}
.search-item h2 a {
    color: var(--mainColor);
}
.search-item h2 a:hover {
    color: var(--secondaryBg) !important;
}
section.search .search-form {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
section.search .search-form label {
    width:80%
}
.search-submit {
    background: transparent !important;
    border: 1px dashed #ccc !important;
    margin-right: 5px;
    width: auto !important;
}
.search-submit:hover, .search-submit:focus {
    width: auto !important;
    background: var(--mainColor) !important;
}
section.search input.search-field {
    width: 100%;
    padding: 15px;
    background: none;
    border: 1px dashed #ccc;
    color: #fff;
    outline: none;
}
.footer-content ul li {
    list-style: none;
    float: right;
    margin-left: 22px;
}
.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #a60247;
}

.footer-section.contact ul li i {
    margin-right: 10px;
    color: #a60247;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #a60247;
}

.chabok-footer .social-icons {
    margin-top: 10px;
}

.chabok-footer .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.2em;
    transition: color 0.3s;
}

.chabok-footer .social-icons a:hover {
    color: #a60247;
}

.chabok-footer::before {
    content: '';
    background-image: url('images/slider-pattern.png');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    background-size: contain;
    z-index: 1;
}

/* gutenburg */
.entry-header.chabok-single-header {
    position: relative;
    width: 100%;
    height: 300px;
    background: #4b4b4b;
    text-align: center;
    padding: 80px 0;
    color: #fff;
    margin-bottom: 40px;
}
.entry-header.chabok-single-header p {
    color: #ccc;
}
.error-404 {
    text-align: center;
    padding: 100px 20px;
}
.error-404 h1 {
    font-size: 200px;
    color: #a60046;
    margin: 70px 0 0;
    line-height: 1;
}
.error-404 p {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}
.chabok-msg-div.chabok-success {
    color: rgb(0, 134, 0);
}
.chabok-msg-div.chabok-error {
    color: rgb(177, 0, 0);
}

/*marqure */
.chabok-container-cs {
    display: grid;
    place-content: center;
    font-size: 1.125rem;
    direction: ltr;
}

.scroller {
    max-width: 1200px;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}



@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/iransans-x/woff/IRANSansX-Thin.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/iransans-x/woff/IRANSansX-UltraLight.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/iransans-x/woff/IRANSansX-Light.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/iransans-x/woff/IRANSansX-Medium.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/iransans-x/woff/IRANSansX-DemiBold.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/iransans-x/woff/IRANSansX-ExtraBold.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/iransans-x/woff/IRANSansX-Black.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 950;
	src: url('fonts/iransans-x/woff/IRANSansX-ExtraBlack.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: 1000;
	src: url('fonts/iransans-x/woff/IRANSansX-Heavy.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Heavy.woff2') format('woff2');		 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/iransans-x/woff/IRANSansX-Bold.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: iransansX;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/iransans-x/woff/IRANSansX-Regular.woff') format('woff'),   
	url('fonts/iransans-x/woff2/IRANSansX-Regular.woff2') format('woff2');	
}

@media (max-width:1366px) {
    .chabok-blog-posts .chabok-col-75.ftl::before {
        content:none;
    }
    .chabok-testimonial {
        overflow: hidden;
    }
}

@media (max-width:1200px) {
    .chabok-nav-bt ul li {
        margin: 0 0 0 17px;
    }
    .right-main-nav {
        padding-left: 0;
    }
    .chabok-swiper-next, .chabok-swiper-prev {
        z-index: 9;
        background: #000;
        border-radius: 100%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 4%;
    }
    .chabok-services .chabok-col-40 {
        position: absolute;
        left: 0;
        width: 500px;
        z-index: -1;
    }
    .chabok-services .chabok-col-60 { 
        width: 70%;
        z-index: 2;
        position: relative;
    }
    .chabok-service-block {
        background: linear-gradient(to left,#fff,#fff,rgba(255, 255, 255, 0.878));
    }
    .swiper-3d {
        perspective: 992px;
    }
    .chabok-testimonial {
        justify-content: center;
    }
    .chabok-faq .chabok-col-50 {
        width: 100%;
        max-width: 764px;
        margin: auto;
        float: unset !important;
    }
    .chabok-faq-box {
        padding:0;
    }
    .chabok-honor-box {
        margin-top: 50px;
    }
    .chabok-blog-posts .chabok-col-75.ftl::before {
        left: 10px;
        top: -80px;
    }
    .chabok-search-form input {
        width: 70%;
    }
    .chabok-search-form {
        padding-right: 0;
    }
}

@media (max-width:1023px) {
    .chabok-menu-toggle {
        display: block;
        background: none;
        border: 0;
        font-size: 22px;
        line-height: 0;
        color:var(--secondaryBg);
    }
    .category-results .chabok-col-25 {
        width: 50%;
        margin-bottom: 20px;
    }
    .nav {
        position: fixed;max-width: 320px;top: 0;z-index: 99;background: #fff;bottom: 0;right: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms;
    }
    .nav.chabok-active {
        opacity: 1;
        visibility: visible;
        transition: all 200ms;
    }
    .nav ul li {
        width: 100%;
    }
    .menu-logo {
        display: block;
        margin: 35px auto 0;
    }
    .chabok-nav-bt ul {
        padding: 20px 15px;
        line-height: 2;
    }
    .chabok-menu-toggle.chabok-active::before {
        content: '';
        background: rgba(0,0,0,0.8);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 4;
    }
    .chabok-search-form {
        padding: 13px;
        float: left;
    }
    .chabok-search-form input {
        display: none;
    }
    .chabok-search-form.chabok-active input {
        display: block;
    }
    .middle-main-nav {
        position: absolute;
        right: 0;
        width: 175px;
    }
    .right-main-nav {
        padding-left: 0;
        padding-right: 185px;
    }
    .chabok-top-header {
        padding-right: 179px;
    }
    .left-main-nav {
        float: left;
    }
    .chabok-col-50.ftl.header-social {
        position: absolute;
        left: 0;
    }
    .chabok-col-50.ftl.chabok-header-phone {
        width: 100%;
    }
    .chabok-featured-post-container {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .chabok-fd-post {
        width: calc(50% - 20px);
        margin:10px;
        padding: 15px 11px 15px;
    }
    .chabok-fd-post:nth-child(2n+1) {
        margin-bottom: 72px;
    }
    .chabok-blog-posts .chabok-flex {
        flex-wrap: wrap;
    }
    .chabok-blog-posts .chabok-col-25,
    .chabok-blog-posts .chabok-col-75 {
        width: 100%;
        margin-bottom: 20px;
    }
    .chabok-blog-headline {
        margin: 0;
    }
    .chabok-blog-headline a.chabok-btn {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .magazine-layout .chabok-col-25 {
        width: 33.3333%;
    }
}

@media (max-width:768px) {
    .chabok-col-50.ftl.header-social {
        width: 43px;
        overflow: hidden;
    }
    .chabok-col-50.ftl.chabok-header-phone span:nth-child(2) {
        display: none;
    }
    .left-main-nav {
        width: 195px;
        padding: 0;
    }
    .middle-main-nav img {
        width:95px;
    }
    .middle-main-nav {
        width: 108px;
        max-width: 108px;
        min-width: 108px;
    }
    .right-main-nav {
        padding: 10px 110px 10px 0px;
        text-align: right;
    }
    .chabok-top-header {
        padding-right: 110px;
    }
    .chabok-col-50.ftl.chabok-header-phone {
        padding: 8px 2px 8px;
    }
    .chabok-gallery-slider {
        height: 62vh;
        min-height: 550px;
    }
    .header-social .instagram-icon a, .header-social .telegram-icon a, .header-social .whatsapp-icon a, .header-social .aparat-icon a {
        padding:8px 3px;
    }
    .left-main-nav .chabok-btn {
        background: none;
        color: #000;
        border: 1px solid;
        padding: 6px;
        width: auto;
        margin: 6px;
    }
    .middle-main-nav a {
        top: -40px;
    }
    .chabok-gallery-slider h2 {
        font-size:23px;
        margin-top: 24%;
    }
    .chabok-centered-content {
        padding:0 10px;
    }
    .chabok-gallery-swiper .swiper {
        padding-top: 1rem;
    }
    .chabok-about-us svg {
        height: 17px !important;
    }
    .chabok-services .chabok-flex {
        flex-wrap: wrap;
    }
    .chabok-services .chabok-col-40,
    .chabok-services .chabok-col-60 {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .chabok-service-block {
        margin-top: 0;
    }
    .chabok-red-cover {
        top: -40px;
    }
    .chabok-cta-content {
        flex-wrap: wrap;
    }
    .chabok-about-us {
        padding-top: 38px;
    }
    .chabok-honor-box .chabok-flex {
        flex-wrap: wrap;
    }
    .chabok-honors ul {
        padding: 0;
    }
    .chabok-year-badge {
        margin: 20px auto;
        text-align: center;
        width: 100%;
        background:none;
    }
    .chabok-footer-col-lg .chabok-col-33 {
        width: 100%;
    }
    .chabok-col-33.ftl.links.foot-social {
        display: none;
    }
    .chabok-footer-col-lg {
        width: 94%;
        float: unset;
        margin-right: auto;
        margin-left: auto;
    }
    .search-results .chabok-col-50 {
        width: 100%;
    }
}

@media (max-width:638px) {
    #slideHolder .swiper-container {
        width: 100%;
    }
    
    .chabok-flex.fd-headline {
        flex-wrap: wrap;
    }
    .fd-cta-btn {
        display: none;
    }
    .footer-content ul li a {
        border: 1px solid #aaa;
        margin-bottom: 9px;
        display: block;
        padding: 5px 13px;
        border-radius: 100px;
    }
    .magazine-layout .chabok-col-25 {
        width: 50%;
    }
}

@media (max-width:500px) {
    .chabok-testimonial .swiper-container {
        width: 95vw;
    }
    .chabok-col-50.ftl.chabok-header-phone i {
        display: none;
    }
    .category-results .chabok-col-25 {
        width: 100%;
        margin-bottom: 20px;
    }
    .magazine-layout .chabok-col-25 {
        width: 100%;
    }
    .wp-block-image img {
        width:100% !important;
    }
    .entry-header.chabok-single-header p {
        color: #ccc;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow:      hidden;
        -webkit-box-orient:      vertical;
    }
    .wp-block-table {
        overflow: auto;
        display: flex;
    }
    .wp-block-table table {
        min-width: 700px;
      }
}

@media (max-width:300px) {
    .chabok-testimonial .swiper-container {
        width: 100%;
    }

    .chabok-testimonial .swiper-slide {
        border-radius: 0px;
    }

    .chabok-testimonial .swiper-container .ImgHolder {
        border-radius: 0px;
    }

    .chabok-testimonial .ContentHolder {
        border-radius: 0px;
    }
}