/**
* Theme Name: Chabok WP Theme
* Author: Shahriyar Modami
* Theme Uri: https://www.chabokgroup.com
* Version: 1.0
* Description: The wordpress theme, is fully responsive.
* Text Domain: chabok_wp_theme
**/
@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Thin.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-UltraLight.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Light.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Medium.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-DemiBold.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-ExtraBold.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Black.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 950;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-ExtraBlack.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: 1000;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Heavy.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Bold.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'IranSansX';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/iransans/iransans-x/woff/IRANSansX-Regular.woff') format('woff'),
        url('fonts/iransans/iransans-x/woff2/IRANSansX-Regular.woff2') format('woff2');
}

* {
    box-sizing: border-box;
}

.psr {
    position: relative;
}
a {
    text-decoration: none;
    transition: all 200ms;
}
a:hover {
    text-decoration: none;
    transition: all 200ms;
}
.z-4 {
    z-index: 4;
}
.chabok-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.chabok-col-100 {
    padding: 0 10px;
    width: 100%;
}

.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;
}

.ftr {
    float: right;
}

html[dir="rtl"] .ftl {
    float: right;
}

html[dir="rtl"] .ftr {
    float: left;
}

:root {
    --mainBg: #d3a37e;
    --mainColor: #a36434;
    --redLight: #d90200;
    --mainGradiant: linear-gradient(to left, #D9C5B0, #d29f78, #D9C5B0);
    --secondaryBg: #124700;
    --secondaryColor: #124700;
    --secondaryBlue: #13225a;
}

body {
    margin: 0;
    font-family: 'IranSansX';
    font-size: 14px;
}

p {
    color: #555;
    line-height: 1.6;
}

header {
    float: right;
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
}

.brand-txt {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 11px;
    font-weight: normal;
}

.chabok-main-header {
    float: right;
    width: 100%;
    padding: 0px 0;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}

.merged-head {
    float: right;
    width: 100%;
    background: #17327e;
}

.chabok-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 0;
}

.customer-section {
    padding: 17px 0 100px 0;
}

.chabok-header-bg {
    background-image: url("img/header-left-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

.chabok-header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/header-right-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.chabok-header-note {
  padding: 35px 0;
  font-size: 13px;
  color: #444;
}
.h-spacer {
  height: 23px;
  display: block;
}
.left-note {
  text-align: left;
  direction: ltr;
  line-height: 2.3;
}
.left-note span {
    margin-right: 10px;
}
.left-note span i {
    font-size: 16px;
    margin-right: 5px;
}
.chabok-search-btn {
  background: none;
  outline: none;
  padding: 0;
  color: #000;
  box-shadow: none;
  font-size: 20px;
  line-height: 0;
  position: absolute;
  left: 20px;
}
.page-container .searchform {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
}
.center-text {
    text-align: center;
}
.page-container .searchform div {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.page-container .searchform input#s {
    width: 80%;
    font-family: 'IranSansX';
}
.page-container .searchform input#searchsubmit {
    margin-right: -10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 20%;
    font-family: 'IranSansX';
        background: var(--mainBg);
    border-color: var(--mainBg);
}

.chabok-search-btn:hover,
.chabok-search-btn:focus,
.chabok-search-btn:active {
 background:none;
 color:#000;
}
#chabok-search {
  padding: 7px 9px;
  display: flex;
  align-items: center;
  position: relative;
}
#chabok-search input {
  border: 0;
  font-family: 'iransansX';
  font-size: 13px;
  width: 230px;
    line-height: 1;

}
.chabok-heading {
    background-image: url("img/heading-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 30px 0px;
    text-align: center;
}

.chabok-heading.gallery-heading {
    margin-top: -32px;
    z-index: 5;
    position: relative;
    margin-bottom: 58px;
}

.chabok-heading img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin-top: 13px;
}

.chabok-heading h2 {
    color: #64A39A;
    margin: 0;
}

.chabok-content-text.with-bg-markar {
    background: url('img/heading-bt-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: -11px;
    padding-bottom: 55px;

}

.chabok-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 1px;
    width: 15%;
    text-align: right;
    position: relative;
}

.chabok-header-center-arrow {
    background-image: url("img/header-badge-new.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90px auto;
    height: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    background-size: contain;
}

.chabok-main-nav {
    width: 100%;
    background: #fff;
    padding:0;
    margin-bottom: -27px;
    z-index: 3;
    position: relative;
    border-radius: 7px;
}
.chabok-right-nav.nav {
  padding: 0px 0;
}

.nav {
    display: flex;
    gap: 15px;
}

.nav.nav-fuchs-style {
    padding-top: 33px;
}

.chabok-icon-block {
    text-align: center;
    display: flex;
    justify-content: center;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    float: right;
    position: relative;
    padding: 15px 0;
}

.nav a {
    color: #000;
    text-decoration: none;
    padding: 5px 9px;
    margin-left: 10px;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.nav a:hover {
    background-color: var(--mainBg);
    border-radius: 5px;
    color: #000;
    transition: all 300ms;
}

.nav ul li > ul {
    position: absolute;
    background-color: #fff;
    background: linear-gradient(to bottom, #eee 8%,#fff 42%);
    width: 250px;
    transform: translateY(30px);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #eee;
    padding: 16px 9px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
    transition: all 550ms;
}
.nav ul > li.menu-item-has-children > .sub-menu::before {
    content: '';
    transition: all 550ms;
    opacity: 0;
    border-top: 0px solid transparent;
    border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 15px;
    margin: auto;
    width: 0px;
    z-index: 2;
}
.nav ul > li.menu-item-has-children:hover > .sub-menu::before {
    content: '';
    opacity: 1;
    transition: all 550ms;
}
.nav ul > li.menu-item-has-children .sub-menu a {
  padding: 3px;
  display: block;
}
.nav ul > li.menu-item-has-children .sub-menu li {
    padding: 4px 0;
}
.nav ul > li.menu-item-has-children .sub-menu a:hover {
    background: transparent;
    color: var(--mainColor);
}
.nav ul li:hover > ul {
    visibility: visible;
     transform: translateY(18px);
         transition: all 550ms;
    opacity: 1;
}

.post-meta-icons span {
  position: relative;
}
.post-meta-icons span .comment-count-n {
  position: absolute;
  right: 0;
  top: -11px;
}

.nav ul li>ul>li {
    width: 100%;
    max-width: 250px;
    float: right;
}

.nav ul li>ul>li a {
    color: var(--secondaryBlue);
}

.nav ul li>ul>li a:hover {
    color: var(--redLight);
}

.chabok-header-image {
    max-width: 100%;
    width: 145px;
    margin-right: 6px;
}
article h1, article h2, article h3, article h4,article h5, article h6 {
    color: #134801;
}
article h1 {
    font-size: 1.45em;
}
article h2 {
    font-size: 1.4em;
}
article h3 {
    font-size: 1.2em;
}
article h4 {
    font-size: 1.1em;
}
.chabok-header-logo {
    padding: 12px 0 6px;
}
.chabok-header-logo .logo {
    width: 270px;
    max-width: 100%;
    height: auto;
}
.chabok-left-nav.nav {
    justify-content: left;
}
.chabok-footer-image {
    text-align: center;
    opacity: 0.2;
}
.chabok-header {
    float: right;
    width: 100%;
    position: relative;
    background: linear-gradient(to left, #D9C5B0, #d29f78, #D9C5B0);
    box-shadow: 0px 0px 30px 0px rgba(100, 163, 153.99999999999997, 0.23137254901960785);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 2px 0px;
}

.chabok-service-container {
    width: 100%;
    padding: 27px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 200px 200px 10px 10px;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.chabok-service-container:hover {
    border: 1px solid #64A39A;
    box-shadow: 0 0 20px #ddd;
    transition: all 0.3s ease-in-out;
}

.chabok-service-item {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px #eee;
    height: 273px;
    border-radius: 200px 200px 10px 10px;
    width: 100%;
    padding: 25px;
    background-image: url('img/heading-bt-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.chabok-service-title {
    margin-bottom: 0;
    box-shadow: 0 12px 3px -10px #ddd;
    padding-bottom: 3px;
}

.service-img-container {
    width: 100%;
    height: 155px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 200px 200px 24px 25px;
}

.service-img-container img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    object-position: center;
    height: 190px;
}

section.chabok-slideshow {
    width: 100%;
    float: right;
    width: 100%;
}

.slider-img {
    height: auto;
    width: 100%;
}

section.chabok-about,
section.chabok-services {
    margin-top: 0px;
    float: right;
    width: 100%;
    z-index: 4;
    position: relative;
    background: #f8f9fb;
}

.chabok-about .chabok-heading {
    margin-top: -25px;
}

.chabok-slideshow .swiper-container {
    width: 100%;
    height: 100%;
}

.chabok-slideshow .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.chabok-slideshow .slide-image {
    position: absolute;
    background-position: center;
    background-size: cover;
    height: 760px;
    width: 100%;
    top: 0;
}

.chabok-slideshow .slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all 0.3s ease;
    color: #FFF;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

section.chabok-gallery {
    padding: 0 0 100px 0;
    float: right;
    width: 100%;
    background: #353535;
    position: relative;
}

section.chabok-services {
    padding-bottom: 97px;
}

section.chabok-gallery::before {
    content: '';
    background-image: url('img/pattern3.png');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    margin: auto;
    opacity: 0.8;
    background-size: cover;
    z-index: 1;
}

.date-us {
	font-family: tahoma;
	font-size:13px;
}
.chabok-header-note .datetime {
	font-size:13px;
	padding:0;
    overflow: hidden;
	height:32px;
	position: relative;
	width: auto;
}

.chabok-header-note.datetime {
	float: left;
	text-align:left;
	color:#ddd;
}
.datetime span {
	display:block;
	line-height: 2.3;
}

/*marqure */
.chabok-container-cs {
    display: grid;
    place-content: center;
    font-family: system-ui;
    font-size: 1.125rem;
    direction: ltr;
}

.front-gallery-scroller {
    position: relative;
    z-index: 5;
}

.scroller {
    max-width: 1200px;
}

.scroller__inner {
    padding-block: 7px;
    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));
    }
}

.scroller img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 -3px 13px -4px rgba(0, 0, 0, 0.329);
    padding: 23px;
    margin: -82px 22px 15px;
    position: relative;
}

.read-more {
    background: green;
    text-decoration: none;
    color: #fff;
    padding: 4px 14px;
    border-radius: 10px;
    float: left;
}

.blog-content h3 {
    margin: 0;
    font-size: 14px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 14px;
}
.article-slider {
    width: 100%;
    position: relative;
    margin: auto;
   
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}
.chabok-blog h2 {
  margin: 0px;
  color: #64A39A;
}
.article-slider .swiper-button-prev,
.article-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 1px solid #aeaeae;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: 12px;
}
.chabok-flex iframe {
  width: 100%;
  height: 169px;
  overflow: hidden;
  margin-top: 17px;
}
.x2 {
    transition: all 0.3s ease-in-out;
}
.chabok-centered-content p {
  margin-top: 0;
}
.blod-side-content h4 {
  color: #355535;
}
.x2:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
.with-title-arrow::before {
  content: '';
  background-image: url('img/title-arrow.png');
  width: 29px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.with-title-arrow {
  display: flex;
  align-items: center;
}
.blog-article-section {
    margin-top: 50px;
}
.chabok-service-container h3 {
    color: #444;
}
.article-slider .swiper-container,
.blog-featured-post {
    position: relative;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.blog-featured-post {
    padding: 0;
}
.article-slider .swiper-slide {
    width: 373px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-sizing: border-box;
}
.article-slider .swiper-slide .imgWrap,
.chabok-post-block .imgWrap {
    box-sizing: border-box;
    display: flex;
}

.article-slider .swiper-slide .imgWrap img,
.chabok-post-block .imgWrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 13px;

}
.chabok-post-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: right;
}
.chabok-post-block .post-blk {
    margin-bottom: 25px;
}
.article-slider .slide-image,
.blog-featured-post .slide-image {
  width: 100%;
  height: 330px;
  background-position: center;
  background-size: cover !important;
  background-color: #eee;
  border-radius: 10px;
}

.blog-featured-post {
    width: 100%;
    float: right;
}
.chabok-post-list li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;

}
.chabok-post-list li a:hover h4 {
    color: #008b3f;
}
.chabok-post-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}
.page-container {
    background: #fff;
    overflow: hidden;
    padding: 40px;
    border-radius: 10px;
}
.chabok-post-list li a .blog-side-img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    min-width: 50px;
    min-height: 50px;
    background-color: #eee;
    border:1px solid #ccc;
    border-radius: 10px;
}
.archive-title,
.page-title {
    position: relative;
}
.archive-title,
.page-title {
  display: block;
  text-align: center;
}
.archive-title::after,
.page-title::after {
  content: '';
  background: url('img/heading-bt-bg.png');
  width: 220px;
  height: 72px;
  display: block;
  background-position: center;
  filter: invert();
  background-repeat: no-repeat;
  margin: auto;
border-top: 1px solid #fff;
  margin-top: 10px;
  background-position: top center;
  opacity: 0.2;
}
.gallery-archive-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px;
}
.gallery-archive-grid.search-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr))
}
.gallery-archive-grid img {
    width: 100%; height: auto; border-radius: 8px;min-height: 135px;max-height: 135px;object-fit: cover;
}
.gallery-archive-grid.search-gallery-grid img {
    min-height: 75px;
    max-height: 75px;
}

.blog-side-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.chabok-blog {
    float: right;
    width: 100%;
    padding: 100px 0;
}

.chabok-footer {
    float: right;
    color: #fff;
    width: 100%;
    position: relative;
    background-color: #222;
    border-radius: 10px 10px 0 0;
    padding-bottom: 10px;
}

.chabok-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/footer-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;

}

.chabok-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.chabok-footer-social {
    text-align: center;
}

.chabok-footer-social ul {
    display: flex;
    list-style: none;
    justify-content: center;
    color: #fff;
}

.chabok-footer-social ul li a {
    color: #999;
    padding: 2px 10px;
    text-decoration: none;
}

.chabok-footer-links li a {
    padding: 2px 10px;
    display: block;
    text-align: center;
    margin: 0 0 10px 10px;
    border: 1px solid #444;
    border-radius: 5px;
}

.chabok-footer-links li a {
    color: #999;
    text-decoration: none;
}

input,textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'iransansX';
}

/* دکمه کلی */
.button,
button {
    background-color: var(--mainColor, #880607);
    color: #fff;
    padding: 10px 24px;
    border-radius: 7px;
    font-size: 15px;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: none;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.button:hover,
button:hover {
    background-color: #b70011;
    color: #fff;
    box-shadow: 0 4px 16px rgba(136, 6, 7, 0.15);
}

.chabok-footer-contact form {
    display: flex;
    justify-content: left;
    margin-top: 31px;
}

.chabok-footer-contact input {
    width: 50%;
    background: #4f4f4f;
    border: 1px solid #7e7e7e;
    margin-left: -7px;
    color: #fff;
}



.chabok-testimonial {
    display: grid;
    place-items: center;
    position: relative;
    background-color: #eee;
    padding: 60px 0;
    margin-bottom: 0;
    width: 100%;
    float: right;
    overflow: hidden;
}
.testimonial-sec .swiper-container {
    overflow: hidden;
}
/*   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;

}
.article-section article {
    padding: 0 45px;
    position: relative;
}
.article-section article.page-content {
  padding: 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.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(--mainBg);
    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: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid var(--secondaryBg);
    outline: 2px solid white;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 8px;
}
.post-meta-icons {
   display: block;
  font-size: 1.2rem;
  position: absolute;
  right: -22px;
  width: 41px;
  text-align: center;
  top: 37px;
  background: #eee;
  border-radius: 43px;
  padding: 34px 4px;
}
.post-meta-icons a, .post-meta-icons span {
  color: #777;
  margin-bottom: 15px;
  display: block;
}
.chabok-testimonial .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
}

.slide-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 40px 20px 10px;
    width: 100%;
    right: 0;
    border-radius: 0 0 10px 10px;
    left: 0;
    background: linear-gradient(to top,#000,transparent);
}
.slide-content p {
    color:#ccc;
    margin-top: 0;
}
.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;
}

.copyrights {
  float: right;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #666;
}
.copyrights a {
  color: #666;
}

.chabok-section {
  float: right;
  width: 100%;
  padding: 59px 0;
  background: #eee;
}
.post-news-theme header p {
    margin-bottom: 0;
}
.post-news-theme header {
    width: 60%;
}
.post-ex {
    margin-bottom: 20px;
}
.post-news-theme, .post-ex {
    background: #eee;
    padding: 18px;
    border-radius: 10px;
}
.post-news-theme .post-image {
    width: 40%;
    overflow: hidden;
    padding-right: 10px;
        border-radius: 10px;
}
.post-news-theme .post-image img {
    width: 100%;
    height: 230px;
        border-radius: 10px;
    object-fit: cover;
}
.post-news-theme {
    overflow: hidden;
    margin-bottom: 25px;
}
.article-section header h1 {
    margin-top: 0;
}
div#secondary {
    margin-top: 25px;
}
.post-date {
    display: inline-block;
    background: #124700;
    font-size: 13px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 8px;
}
.mag-post-image {
    float: right;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.post-content ul li, .post-content ol li {
    line-height: 2.2;
}
.post-content p {
    line-height: 1.8;
}
.mag-post-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
        border-radius: 10px;
    background-color: #eee;
}

/** WIDGET **/

.widget {
  padding: 10px 0;
  margin-bottom: 50px;
  border-radius: 7px;
  background-color: #fff;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
.wp-calendar-table caption {
    position: relative;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 11px;
    padding: 0 5px;
}
.widget .widget-title::before,
.wp-calendar-table caption::before {
  content: '';
  background: #b25b06;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 7px;
  border-radius: 10px 0 10px 10px;
}

.widget::before {
  content: '';
  background-image: url('assets/images/abstract-gray-futuristic-pattern-for-banner-frame-png.png');
  background-size: contain;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.24;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
}
.widget ul {
  padding: 0 18px;
}
.widget ul li {
    line-height: 1.8;
}
.widget ul li a {
  text-decoration: none;
  color:var(--secondaryBlue);
}

.widget ul li a:hover {
  text-decoration: none;
  color:var(--redLight);
}
.widget.widget_media_image {
  padding: 0;
}
.widget.widget_media_image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.widget_media_image .widget-title,
.widget.widget_media_video .widget-title {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 10px;
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.6),transparent);
  padding: 12px;
  color: #fff;
  top: 0;
  margin: 0;
  border-radius: 6px 6px 0 0;
  padding-bottom: 25px;
  z-index: 2;
}
.widget .gallery .gallery-item img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.widget select {
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.widget_search form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_search form > div {
  width: 100%;
}
.widget_search form input {
    width: 100%;
    padding:10px;
}
.widget .gallery.gallery-columns-1 img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.widget .gallery.gallery-columns-2 img {
  width: 150px;
  height: 150px;
}
.widget .gallery.gallery-columns-3 img {
  width: 100px;
  height: 100px;
}
.widget .gallery.gallery-columns-4 img {
  width: 60px;
  height: 60px;
}
.widget .gallery.gallery-columns-5 img,
.widget .gallery.gallery-columns-6 img,
.widget .gallery.gallery-columns-7 img,
.widget .gallery.gallery-columns-8 img,
.widget .gallery.gallery-columns-9 img {
  width: 40px;
  height: 40px;
}
.wp-calendar-table {
  width: 100%;
}
.wp-calendar-table thead th, .wp-calendar-table tbody td {
  text-align: center;
}
.widget.widget_media_video {
  padding: 0;
}
.widget.widget_media_video video {
  width: 100%;
}
/** end widget **/
.flex-wrap {
    flex-wrap: wrap;
}
.acf0-2 {
    background: #eee;margin-top: 10px;border-radius: 10px;margin-bottom: 20px;
    padding: 15px;
    line-height: 2;
}
.pdd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.form-additional {
  background: #eee;
  padding: 20px;
  margin-top: 10px;
  height: 90%;
  border-radius: 10px;
}
.not-found-content h1 {
  font-size: 90px;
  line-height: normal;
  margin: 60px 0 0;
  color: var(--mainBg);
}
.not-found-content {
  text-align: center;
}
.article-section {
  margin-top: 0;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  padding: 39px;
  border-radius: 10px;
}

.not-found-content p a {
  border: 1px solid #ccc;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 100px;
  border-radius: 8px;
}


/**
MODULE STYLE
**/
.module-section {
    width: 100%;
    float: right;
    margin:0 0 30px !important;
}
.module-section.slider-section.slider-section-fuchs-style {
  padding-bottom: 0;
  z-index: -1;
}

.module-text {
  float: right;
  width: 100%;
}
.text-module-block {
  z-index: 2;
  position: relative;
  border-radius: 7px;
}
.module-row-1 .text-module-block,
.module-row-2 .text-module-block  {
    background: #fff;
    padding: 25px;
}
.textmedia-media img {
  max-width: 100%;
  border-radius: 7px;
}
.chabok-flex.align-reverse {
  flex-direction: row-reverse;
}
.icon-module-title {
    color: var(--secondaryBlue);
    text-align: center;
      margin-bottom: 35px;
}
.space-pdd-lg {
  margin-bottom: 0 !important;
  padding: 100px 0;
}
.space-pdd-md {
  margin-bottom: 0 !important;
  padding: 50px 0;
}
.space-0 {
  margin-bottom: 0 !important;
  padding: 0;
}
.icon-module-block {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.icon-module-block .ftl {
  margin-bottom: 20px;
}
.icon-module-block a {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 23px;
  text-decoration: none;
  color: var(--secondaryBlue);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid var(--secondaryBlue);
    transition: all 300ms;
}
.icon-module-block a:hover {
  border-bottom: 2px solid var(--redLight);
  transition: all 300ms;
  color:var(--redLight);
}
.icon-module-block a:hover .img-box {
    background:#ffeded;
    transition:  all 300ms;
}
.icon-module-block a img {
  width: 100%;
  height: auto;
}
.icon-module-block a .img-box {
  width: 90px;
  height: 90px;
      transition:  all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
  border-radius: 100px;
  background:#eee;
  padding: 20px;
}
.text-block-module-block {
  margin-top: -38px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 34px;
  border: 1px solid #eee;
  height: 100%;
  position: relative;
}

.module-text-block .ftl {
  margin-bottom: 20px;
}
.text-block-module-block.text-white strong,
.text-block-module-block.text-white h2,
.text-block-module-block.text-white h3 {
    color: #eee;
}
.text-block-module-block.text-white,
.text-block-module-block.text-white p,
.text-block-module-block.text-white a {
  color: #ccc;
}

.text-block-module-block.text-white a.lab-btn {
    background: #fff;
    border: 0;
    color: #000;
}
.nav-toggle {
    display: none;
}
.nav-logo {
    display: none;
}

.faq-img {
    height: 100%;
}
.faq-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all 400ms;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 8px;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--mainColor);
}
.accordion-content  {
    padding-right: 10px;
    padding-left: 10px;
}
.accordion .accordion-content p {
    margin-top: 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 1em;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  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-family: 'iransansX';
  font-weight: bold;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  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;
}

@media screen and (max-width:1300px) {
    .chabok-main-nav {
        border-radius: 0;
    }
}

@media screen and (max-width:922px) {
    .chabok-right-nav {
        position: fixed;
        top: 0;
        height: 100vh;
        overflow: auto;
        background: #fff;
        right: 0;
        z-index: 9999;
        padding: 100px 10px;
        max-width: 300px;
        visibility: hidden;
        display: block;
        transform: translateX(100%);
        transition: all 400ms;
    }
    .module-section.form-section .chabok-flex {
        flex-wrap: wrap;
    }
    .chabok-post-block .chabok-col-25 {
        width: 33.3333%;
        }
    .chabok-main-nav {
        position: unset;
        margin-bottom: -1px;
    }
    nav.chabok-right-nav.nav.chabok-active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
        transition: all 400ms;

    }
    .nav-toggle.chabok-active::before {
        content: '';
        background: rgba(0, 0, 0, 0.698);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .nav-toggle {
        background: transparent;
        box-shadow: none;
        color: #000;
        border: 0;
        padding: 15px 8px;
        font-size: 23px;
        display: flex;
        align-items: center;
    }
    .nav-toggle:hover,
    .nav-toggle:active,
    .nav-toggle:focus {
        outline: none;
        background:none;
        color:#000;
        box-shadow: none;
        border: 0;
    }
    .nav ul li {
        width: 100%;
        padding: 6px 3px;
    }
    section.chabok-services .chabok-col-25 {
        width: 50%;
        max-width: 300px;
    }
    section.chabok-services .chabok-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 15px;
    }
    .chabok-service-item,
    .chabok-service-container {
        border-radius: 200px;
    }
    .chabok-header-bg {
        height: 103px;
    }
    .m-full {
        width: 100%;
    }
    .chabok-search-btn {
        left:10px;
    }
    #chabok-search {
        padding: 7px 0;
    }
    .chabok-blog .m-full {    
        margin-bottom: 30px;
    }
    .blog-featured-post .slide-image {
        height: 375px;
    }
    footer.chabok-footer .chabok-col-33 {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 23px;
    }
    a.nav-logo img {
        width: 100%;
        max-width: 284px;
    }
    a.nav-logo {
        width: 100%;
        display: block;
        margin: 0;
        padding: 23px 0 0;
        margin-bottom: 17px;
        border-bottom: 1px solid #eee;
    }
    .article-section {
        padding:10px;
    }
    .article-section .chabok-col-70,
    .article-section .chabok-col-30 {
        width: 100%;
    }
    .article-section article {
        padding:0;
    }
    .post-meta-icons {
        position: relative;
        width: 100%;
        display: flex;
        right: auto;
        text-align: left;
        left: auto;
        top: auto;
        padding: 0;
        align-items: center;
        justify-content: space-around;
        max-width: 200px;
        float: left;
        margin-top: 14px;
        padding: 5px;
    }
    article .post-content {
        clear: both;
    }
    .post-meta-icons a, .post-meta-icons span {
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .chabok-header-center-arrow {
        display: none;
    }
    .chabok-post-block .chabok-col-25 {
        width: 50%;
    }
    .chabok-top-bar .chabok-col-40 {
        width: 50%;
    }
    .chabok-about .chabok-heading {
        margin: 0;
    }
    .chabok-heading.gallery-heading {
        background-color: #f8f9fb;
    }

}

@media screen and (max-width:600px) {
    .chabok-header-note.left-note {
        display: none;
    }
    .blog-featured-post .slide-image {
        height: 275px;
    }
    .chabok-top-bar .chabok-col-40 {
        width: 100%;
        text-align: center;
    }
    .chabok-service-item,
    .chabok-service-container {
        padding:10px;
    }
    section.chabok-services .chabok-container {
        padding:0;
    }
    .scroller img {
        width: 95px;
        height: 95px;
    }
    section.chabok-gallery{
        padding-bottom: 60px;
    }
    .chabok-post-list .chabok-col-50 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    section.chabok-blog .with-title-arrow {
        margin-bottom: 23px;
        padding: 0;
    }
    .chabok-post-list li a .blog-side-img {
        min-width: 90px;
        min-height: 90px;
    }
    article h1 {
        font-size: 1.3em;
    }
    article h2 {
        font-size: 1.2em;
    }
    article h3 {
        font-size: 1.1em;
    }
    article h4 {
        font-size: 1em;
    }
    .chabok-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .gallery-archive-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .chabok-post-block .chabok-col-25 {
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
}