/**
* Theme Name: Chabok WP Theme
* Author: Shahriyar Modami
* Theme Uri: https://www.chabokgroup.com
* Version: 1.0
* Description: The wordpress theme, is a fully responsive.
* Text Domain: chabok_wp_theme
**/


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

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

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

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

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

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

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

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

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

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

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

* {
    box-sizing: border-box;
}

.psr {
    position: relative;
}
a {
    text-decoration: none;
}
.z-4 {
    z-index: 4;
}
img {
    max-width: 100%;
    height: auto;
}
.chabok-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.alignleft {
  float: left;
}
.chabok-hide-animate {
  visibility: hidden;
}
.alignright {
  float: right;
}
.flex-wrap {
    flex-wrap: wrap;
}
input, textarea, select {
  border: 1px solid #ccc;
  padding: 13px;
  border-radius: 6px;
  font-size: 14px;
  color:#666;
}
input,textarea,select,button {
    font-family: 'IranSansX', sans-serif;
    font-size: 14px;
    outline: none;
}
button {
  border: 0;
  padding: 10px;
  background: var(--redLight);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background: var(--secondaryBlue);
  transition: all 300ms;
  color:#fff;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.chabok-col-100 {
    padding: 0 10px;
    width: 100%;
}

.chabok-col-80 {
    width: 80%;
    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;
}

.ftr {
    float: right;
}

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

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



:root {
    --mainBg:  #880607;
    --mainColor: #880607;
    --redLight: #d90200;
    --mainGradiant: linear-gradient(to left, #ce0009, #b70011, #d0000c);
    --secondaryBg: #d29d00;
    --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: #e6e6e6;padding: 11px;font-weight: normal; font-size: 13px;
}
.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;
}
.merged-head.merged-head-fuchs-style {
    padding: 0 14px;position: relative; background: #ff000082;
    border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.chabok-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 0;
}

.customer-section {
    padding: 17px 0 100px 0;
  }

.slider-section::before {
    content: '';
    background-image: url('assets/images/shape-34.png');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left;
}

.slider-section {
    position: relative;
    margin-top: -20px;
    padding: 0 0 30px 0;
    background: linear-gradient(to bottom, var(--secondaryBlue), var(--secondaryBlue), var(--secondaryBlue));
    height: 700px;
}

.slider-section::after {
    content: '';
    background-image: url('assets/images/shape-35.png');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
}

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

.logo {
    font-size: 1.5em;
    font-weight: bold;
    width: 15%;
    text-align: right;
    position: relative;
    background: #fff;
    padding: 9px 18px 9px 18px;
    top: 41px;
    left: 16px;
    border-radius: 6px;
}

.menu-toggle,
.mobile-nav-logo {
    display: none;
}

.logo img {
    width: 155px;
    max-width: 100%;
}

.logo a {
    display: block;
    height: auto;
    text-align: center;
    line-height: 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;
    
}
.nav a {
    color: #000;
    text-decoration: none;
    padding: 5px 9px;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.nav a:hover {
    background-color: var(--secondaryBg);
    border-radius: 5px;
    color: #000;
    transition: all 300ms;
}

.chabok-nav-bt.nav-bt-fuchs-style a:hover {
    background-color: transparent;
    opacity: 0.7;
    color:#fff;
}
.nav a.prgk-btn {
    background-color: #eee;
}

.nav a.petro-btn {
    background-color: #eee;
}

.nav.nav-fuchs-style ul li > ul {
  position: absolute;
  background: #fff;
  width: 250px;
  transform: translateY(30px);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  padding: 16px 9px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
}
.nav.nav-fuchs-style ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
/*
.chabok-nav-bt.nav-bt-fuchs-style ul > li.menu-item-has-children:hover::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000004a;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
*/
.chabok-nav-bt.nav-bt-fuchs-style ul > li.menu-item-has-children:hover::after {
  content: '';
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0px;
}
.nav.nav-fuchs-style ul li > ul > li {
    width: 100%;
    max-width: 250px;
    float: right;
}
.nav.nav-fuchs-style ul li > ul > li a {
    color:var(--secondaryBlue);
}

.nav.nav-fuchs-style ul li > ul > li a:hover {
    color: var(--redLight);
}

.search-bar {
    flex: 1;
    justify-content: right;
    display: flex;
    position: relative;
    width: 45%;
}

.search-with-icon {
    left: 0;
    text-align: left;
    display: flex;
    font-size: 14px;
    justify-content: left;
    width: 171px;
    position: relative;
}

.search-bar i {
    position: absolute;
    left: 25px;
    font-size: 21px;
    top: 10px;
    color: #ccc;
}

.search-bar input[type="text"] {
    width: 100%;
    max-width: 600px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-family: IranSansX;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    padding-right: 44px;
}

.chabok-secondary-header {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 16px 8px -9px #ccc;
    background: var(--mainGradiant);
}

.chabok-nav-bt {
    float: right;
    width: 70%;
    padding: 16px 0;
    border-radius: 0;
}
.chabok-col-50.ftl .cff-i img {
    height: 310px;
    object-fit: cover;
}
.cff-i {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
}
.cff-i2d {
    margin-bottom: 0;
}
.post-list-item .chabok-post-list-row {
    margin-bottom: 20px;
}
.cff-ab01 {
    padding-right: 20px;
}
.chabok-post-list-row {
    border:1px solid transparent;
    border-radius: 10px;
}
.cff-i.cff-i2d img {
  height: 230px;
  object-fit: cover;
  display: block;
}
.chabok-post-list-row:hover {
  background: #fff;
  border: 1px solid var(--secondaryBlue);
}
.cff-i::before {
    content:'';
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 0px;
    background: rgba(94, 0, 0, 0.68);
    transition: all 400ms;
}
.cff-i::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(24, 0, 109, 0.42), rgba(24, 0, 109, 0.42), transparent);
  transition: all 400ms;
  
}
.cff-i:hover::before,
.course-item-fluid .chabok-col-50:hover .cff-i::before,
.post-list-item:hover .cff-i::before {
    width: 100%;
    transition: all 400ms;
}
.course-item-fluid .chabok-col-50,
.course-item-fluid .chabok-col-33 {
    position: relative;
}
.course-item-fluid .chabok-col-50 p,
.course-item-fluid .chabok-col-33 p {
    color:#ccc;
}
.course-item-fluid .chabok-col-50 h2,
.course-item-fluid .chabok-col-50 p,
.course-item-fluid .chabok-col-33 p {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    transform: translateY(10px);
    z-index: 3;
}

.course-item-fluid .chabok-col-50:hover h2,
.course-item-fluid .chabok-col-50:hover p,
.course-item-fluid .chabok-col-33:hover p {
    visibility: visible;
    opacity: 1;
    transition: all 300ms;
    z-index: 3;
    transform: translateY(0px);
}

.course-item-fluid .chabok-col-50 .cff-i::before {
    content:'';
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 0px;
    background: rgba(0, 0, 0, 0.459);
    transition: all 400ms;
}
.cff-i:hover .icon-cff  {
    visibility: visible;
    opacity: 1;
    transition: all 400ms;
    transform: translateX(0px);
}
.icon-cff {
    opacity: 0;
    position: absolute;
    border:          0;
    left: 35px;
    transition: all 400ms;
    transform: translateX(30px);
    bottom: 35px;
    background: var(--mainBg);
    width: 50px;
    height: 50px;
    font-size: 22px;
    visibility: hidden;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-cff.icon-cff-list {
  left: 30px;
  font-size: 17px;
  width: 40px;
  height: 40px;
  top: auto;
  background: var(--secondaryBlue);
}
.cff-iv4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
}
.post-list-item h2 {
  font-size: 18px;
  color: var(--secondaryBlue);
}
.post-list-item:hover .icon-cff.icon-cff-list {
    visibility: visible;
    opacity: 1;
    transition: all 400ms;
    transform: translateX(0px);

}
.cff-ab h2 {
  font-size: 17px;
}
.cff-ab {
    position: absolute;
    top: 0;
    color: #e6e6e6;
    text-align: right;
    padding: 33px;
    z-index: 1;
}
.cff-i img {
    width: 100%;
    height: auto;
}
.chabok-nav-bt.nav-bt-fuchs-style {
    padding-bottom: 7px;
}

.chabok-nav-bt nav a {
    color: #fff;
}
.chabok-nav-bt.nav-bt-fuchs-style a {
    font-weight: normal;
}
.chabok-nav-bt.nav-bt-fuchs-style li {
        position: relative;
        padding: 5px 3px;
}
.chabok-nav-bt.nav-bt-fuchs-style li:last-child::before {
    content: none;
}   
.spacer {
    height: 278px;
  background: #000;
}
a.cff-i.square-image img {
    height: 440px;
    object-fit: cover;
}
.chabok-nav-bt.nav-bt-fuchs-style li::before {
    content: '';
    height: 18px;
    width: 1px;
    background:rgba(255, 255, 255, 0.369);
    display: block;
    position: absolute;
    left: -3px;
    top: 7px;
  }

.contact {
    font-size: 0.9em;
    padding: 6px 16px;
    border-radius: 18px;
    float: right;
    margin: 0px 0;
    color: #444;
}

.main-slider {
    position: relative;
}
.slider-section.slider-section-fuchs-style {
    padding-bottom: 0;
}
.fuchs-style-filter {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8),transparent,rgba(0, 0, 0, 0.212));
    z-index: 1;
    
}

.main-slider img {
    width: 100%;
    border-radius: 0px;
    height: 550px;
    object-fit: cover;
}

.slider-section.slider-section-fuchs-style img {
    height: 700px;
    object-position: top;
}
.instagram-icon a,
.telegram-icon a,
.whatsapp-icon a,
.aparat-icon a {
    font-size: 0;
    display: block;
    padding: 20px 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;
}

.aparat-icon a::before {
    background-image: url('assets/images/aparat.svg');
    width: 24px;
    height: 24px;
    top: -2px;
    position: relative;
}

.instagram-icon a::before {
    background-image: url('assets/images/insta.svg');
}

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

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

.chabok-nav-left {
    width: 40%;
    justify-content: left;
    text-align: left;
}
.left-nav-fuchs-style {
position: absolute;left: 16px;top: 9px;
}
.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-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: #920d04;
    border-color: #910d03;
    transition: all 300ms;
    opacity: 1;
}

.services {
    margin-top: 30px;
}

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

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

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

.icon-item {
    text-align: center;
    padding: 0px 10px;
    border-radius: 54px 0 50px 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: var(--mainBg);
    color: #fff;
    border: 0;
}

.icon-item.item-2 {
    margin-top: 25px;
    border-radius: 0 50px 50px;
    background: var(--secondaryBg);
}

.icon-item.item-3 {
    background: var(--secondaryBg);
}

.icon-item.item-6 {
    background: var(--secondaryBg);
}

.chabok-icon-block a i::before {
    color: var(--mainBg);
}

.chabok-icon-block a i::after {
    color: var(--secondaryBg);
    opacity: 1 !important;
}

.icon-item i {
    font-size: 23px;
    margin: 0 12px;
}

.icon-item h3 {
    font-weight: normal;
    font-size: 15px;
}

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

.chabok-section.single-section {
    color: #fff;
    padding-top: 200px;
    padding-bottom: 40px;
    background: var(--secondaryBlue);
    position: relative;
    margin-bottom: 0;
}
.single-content-section {
    background: #eee;
    margin-bottom: 0;
    padding-bottom: 100px;
}
.chabok-post-thumbs img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 30px;
}
.single-content-section article {
    background: #fff;
    padding: 33px;
    margin-top: -30px;
    z-index: 2;
    position: relative;
    line-height: 2;
    overflow: hidden;
    border-radius: 5px;
}
.chabok-article-content.with-sidebar {
    width: 70%;
    float: right;
}
.chabok-sidebar {
    width: 30%;
    float: left;
    padding-right: 20px;
}
.single-content-section .chabok-article-content.no-sidebar {
  width: 100%;
}
.widget {
  padding: 10px;
  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: red;
  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 12px;
}
.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%;
}
.chabok-section.single-section::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.14;
  background-position: left;
  background-repeat: no-repeat;
}
.chabok-section.single-section::after {
  content: '';
  background: linear-gradient(to bottom,transparent, rgba(0, 0, 0, 0.76));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.chabok-section.single-section .white-color-excerpt p {
    color:#ccc;
}
.chabok-section.single-section .white-color-excerpt {
    color:#ccc;
    position: relative;
    z-index: 2;
}

.chabok-section.single-section h1 {
    position: relative;
    z-index: 2;
}
.chabok-main-title {
    font-size: 22px;
    text-align: center;
    color: #fff;
    
}
section.about-us {
    background: linear-gradient(to bottom, #eee, #eee, #fff);
    padding: 100px 0;
    margin-top: 36px;
    position: relative;
}
.about-us.about-us-fochs-style {
    background: transparent;
    padding: 0 0 100px 0;
    margin-top: -131px;
    z-index: 3;
}

.icon-item.item-2 {
    margin-top: 25px;
    border-radius: 0 50px 50px;
}
.about-c4j {
    background:#fff;
    padding:39px;
    border-radius:13px;
    margin-bottom: -32px;
}
.icon-item.item-3,
.icon-item.item-5 {
    margin-top: -25px;
}
.course-item-fluid {
    width: 100%;
    float: right;
    position: relative;
    z-index: 2;
    margin: 41px 0px;
}
.container-flex {
    display: flex;
}
.crs-fitem {
    background:#fff;
    overflow:hidden;
    padding:20px;
    border-radius:10px;
    height: 100%;
    box-shadow: 0 0 20px #eee;
    border-right: 5px solid var(--mainBg);
}
.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin:  auto;
    padding: 0 4px;
    max-width:640px;
    color: #000;
    text-shadow: 1px 2px 0px #fff;
    z-index: 3;
}
.slider-content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: blur(33px);
background: rgba(255, 255, 255, 0.36);
}

.slider-content p {
  text-shadow: none;
  color: #000;
  z-index: 3;
    position: relative;
}
.slider-content h2 {
    font-weight: 900;
    z-index: 3;
    position: relative;
    padding: 10px 5px;
    font-size: 34px;
    color: var(--secondaryBlue);
}
.lab-btn.ripple-btn.slider-btn {
    float: left;
    margin:-10px 0 0 0;
    text-align: center;
    text-decoration:none;
    text-shadow: none;
    border-top-right-radius: 0;
    background:#ffffff6e;
    color: #000;
    text-decoration: none;
    z-index: 3;
    position: relative;
    border:1px solid;
}

.crs-image h2 {
    margin:0 0 10px;
    font-size: 16px;
    text-align: right;
    color: var(--secondaryBlue);
}
.crs-image h3 {
    margin: 0;
    color: var(--mainBg);
}
.crs-image .course-q {
    font-weight: 900;
  }
.chabok-course-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    direction: ltr;
    z-index: 2;
    background-color: #07002b;
    padding: 100px 0;
}
.featured-course-container.chabok-course-container  {
    direction: rtl;
}
.chabok-course-container .owl-slider .owl-carousel::before,
.chabok-course-container .owl-slider .owl-carousel::after {
    content: '';
    background: linear-gradient(to right,#fff0,#07002bdc,#07002b);
    width: 370px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.chabok-course-container .owl-slider .owl-carousel::after {
    left: 0;
    right: auto;
    background: linear-gradient(to left,#fff0,#07002bd5,#07002b);
}
.crs-image {
    background: #fff;
    display: block;
    border-bottom: 2px solid var(--mainBg);
    border-radius:10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .title-with-sub {
    height: 93px;
    float: right;
    width: 100%;
    overflow:hidden;
  }
  .crs-front-desc {
    text-align: right;
    color: var(--secondaryBlue);
    font-weight: normal;
    margin: -4px 0 16px;
  }
  .crs-content i {
    font-weight: bold;
    font-size: 21px;
    float: left;
    color: red;
    margin-top: 3px;
    padding: 0 14px;
  }
  .crs-cat-desc {
    background-color: var(--redLight);
    color: #fff;
    float: right;
    font-weight: bold;
    padding:3px 10px;
  }
  .crs-content {
    padding: 14px;
  }
.crs-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-section::after {
    content: '';
    background: linear-gradient(to top, #fff, #f9f9f9, #eee);
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    position: absolute;
}

.about-us h2::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 32px;
    background: var(--mainBg);
    transform: rotate(10deg);
    margin-left: 10px;
    top: 13px;
    position: relative;
    border-radius: 17px;
}

.about-us h2 {
    margin-top: 0;
}

.icon-info-bar {
    padding-right: 60px;
}

/* course */
.course-section {
    position: relative;
    margin: 20px 0;
    padding-bottom: 85px;
    background-color: rgba(0,78,158,.1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM5QTk1MEM3OTQyMzExRTU4MjUzQkFGNkQzMzUxNEU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM5QTk1MEM4OTQyMzExRTU4MjUzQkFGNkQzMzUxNEU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzlBOTUwQzU5NDIzMTFFNTgyNTNCQUY2RDMzNTE0RTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzlBOTUwQzY5NDIzMTFFNTgyNTNCQUY2RDMzNTE0RTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SNYT9AAAASUlEQVR42mK4cO/t52+//mMDn779YgBiPCoYIKpwqWCAm4NVBQOyTZgqGNDcgqaCAdO1yCoYsPoHroIBl48hKhjwhAlQBUCAAQBl9yT+PKIziwAAAABJRU5ErkJggg==);
    display: inherit;
}

.chabok-course-box {
    width: 100%;
    display: flex;
    box-shadow: 2px 0px 32px #eee;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background-color: #fff;
}

.course-right {
    display: flex;
}

.course-right img {
    border-radius: 15px;
}

.course-desc h3 {
  font-size: 21px;
  margin-bottom: 32px;
}

.course-desc {
    padding: 20px 0;
}

.chabok-course-img {
    padding: 20px 0 0;
}

.chabok-course-img img {
    width: 100%;
}

.chabok-course-list {
    border-radius: 10px;
    margin: 0px 0;
    position: relative;
    height: 100%;
}

.course-list {
    list-style: none;
    padding: 0 19px 0 10px;
}

.course-list li {
    display: flex;
    margin-bottom: 20px;
}

.course-list img {
    width: 150px;
    object-fit: cover;
    border-radius: 10px;
    height: 100px;
}

.course-list li h4 {
    padding: 0 10px;
}

.more-courses-box {
    width: 100px;
    height: 30px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 30px;
    top: -20px;
    box-shadow: 0px -9px 5px #eee;
}

.course-q {
    color: #192f7b;
}

.sign-in-btn {
    padding: 10px 25px;
    background: var(--mainGradiant);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

.course-ans {
    padding: 0px 0 10px 0;
}

.course-price {
    padding: 0 20px;
    color: #c8000b;
    font-size: 20px;
}

.course-btn {
    padding: 20px;
    justify-content: center;
}

.chabok-course-list::after {
    content: '';
    top: -7px;
    bottom: 22px;
    left: 20px;
    right: -8px;
    background: #96afff57;
    position: absolute;
    border-radius: 13px;
    z-index: 1;
}

.course-list a {
    text-decoration: none;
    color: #000;
}
.chabok-faq-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.chabok-faq-title h2,
.chabok-faq-title p {
  margin: 0;
}
.more-courses-title, .title-with-left-line {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--secondaryBlue);
}
section.faq {
  padding: 100px 0;
}
.more-courses-title h2::before,
.title-with-left-line::before {
content: '';
  position: relative;
  height: 7px;
  background: var(--redLight);
  margin: 0;
  border-radius: 12px;
  opacity: 1;
  width: 30px;
  display: inline-block;
}
.title-with-left-line::before {
    margin-left: 10px;
}
.more-courses-title span,
.title-with-left-line span {
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.text-module-block h2[style="text-align: center;"]::before,
.text-module-block h2[style="text-align: center;"]::after {
  content: '';
  width: 28px;
  height: 5px;
  display: inline-block;
  background: red;
  border-radius: 10px;
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.more-courses-title img {
    width: 100px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
}

.more-courses-title h2 {
    color: #192f7b;
}

/* blog*/
.blog-section {
    position: relative;
    padding: 50px 0 100px 0;
}

.blog-section::before {
    content: '';
    background-image: url('assets/images/bg3-rtl.jpg');
    position: absolute;
    right: 0;
    top: -231px;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0.7;
    z-index: -1;
}

.chabok-blog-box {
    height: auto;
}

.blog-text {
    padding: 25px;
}

.chabok-blog {
    display: flex;
    float: right;
}

.blog-img {
    position: relative;
}

.blog-img img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
}

.blog-img::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 97%);
}

.blog-desc {
    line-height: 2.1;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.chabok-shadow {
    box-shadow: 0px 0px 25px #eee;
    background-color: #fff;
    height: 100%;
}

.blog-section-title {
    display: flex;
    justify-content: space-between;
}

.blog-more-btn {
    width: 130px;
    font-size: 15px;
    font-family: inherit;
    height: 50px;
    cursor: pointer;
    background: var(--mainGradiant);
    border-radius: 10px;
    color: #fff;
    border: 0;
}

.chabok-col-33 a {
    text-decoration: none;
    color: #000;
}

/* footer*/
.mm-footer {
    background-color: #f7f7f7;
    width: 100%;
    float: right;
    color: #444;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    background-image: url('assets/images/sent-sarbarg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}
.mm-footer::after {
  content: '';
  background-image: url('assets/images/sent-sarbarg-bt.png');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: bottom left;
  background-size: 472px 78px;
  background-repeat: no-repeat;
  width: 50%;
  left: 0;
  right: auto;
  bottom: -18px;
}

.chabok-mm-footer::before {
  content: '';
  background: #cb2027;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0;
  height: 2px;
  border-radius: 100px;
  width: 60%;
}

.mm-footer h3 {
    color: var(--secondaryBlue);
}

.chabok-mm-footer {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}

.chabok-footer-desc {
    display: flex;
}

.chabok-footer-desc p {
    color: #444;
}

.chabok-padding-left {
    padding-left: 50px;
}

.chabok-footer-menu {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}

.chabok-footer-menu a {
    text-decoration: none;
    color: #444;
    line-height: 1.7;
}

.chabok-footer-menu a:hover {
    color: var(--mainColor);
}
.form-data-item-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-data-icon img {
  width: 30px !important;
  height: auto !important;
}
.pdd-0 {
    padding:0 !important;
}

.form-data-icon {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  background: #eee !important;
  padding: 10px !important;
  border-radius: 100px;
  margin-left: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondaryBlue);
}
.form-data-item h3, .form-data-item p {
  margin: 0;
}
.form-text-container {
  width: 100%;
  float: right;
 padding: 0 10px;
}
.form-text {
  background: #fff6e1;
  padding: 20px;
  border-radius: 8px;
  float: right;
  width: 100%;
  margin-bottom: 25px;
}
.form-text p {
    line-height: 1.8;
}
.chabok-course-container .owl-prev, .chabok-course-container .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  width: 50px;
  border-radius: 100px;
  z-index: 4;
  right: 20px;
  left: auto;
}
.chabok-course-container .owl-prev {
  left: 20px;
  right: auto;
}
.contact-info-box {
    padding: 0 0px 10px 0px;
    margin-top: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
}
.form-data {
    background: #f9f9f9;
    padding: 36px;
    border-radius: 10px;
}
.social-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 15px;
}

.footer-social-icon .social-circle {
    float: left !important;
}

.address-box,
.phone-box,
.cell-box,
.fax-box,
.email-box {
    margin-bottom: 10px;
    font-size: 14px;
}

.chabok-copyrights {
    float: left;
    overflow: hidden;
    margin-top: -1px;
    width: 100%;
    padding: 0;
}

.chabok-link {
    margin-bottom: 0px;
    color: #777;
}

.copy-container {
    padding: 12px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.chabok-link a {
    text-decoration: none;
    color: #777;
}

.chabok-widget-box {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 12px;
    height: 100%;
}

.chabok-icon-block a {
    padding: 30px 5px;
    display: block;
    height: 100%;
    color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 0 95px rgba(0, 0, 0, 0.103);
    background: #fff;
    transition: all 200ms;
    top: 0;
    border: 1px solid #000;
    width: 160px;
    z-index: 4;
    text-decoration: none;
    height: 160px;
}

.chabok-icon-block a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.chabok-icon-block a i {
    font-size: 47px;
    color: #777;
    margin-bottom: 17px;
}

.chabok-icon-block a h2 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.icon-box-flex {
    padding: 10px 0;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
}

.chabok-icon-block a:hover {
    transition: all 200ms;
    top: -10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.103);
}

.chabok-icon-block a:hover::before {
    opacity: 0.8;
}

.chabok-lab-info {
    box-shadow: 0px 10px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 0px 0px 20px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 20px;
    padding: 60px 50px 60px 70px;
    position: relative;
    z-index: 7;
    background: #fff;
    background: #fff;
    border-radius: 58px;
}

.edublink-section-heading .pre-heading {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.heading {
    font-size: var(--edublink-h2);
    line-height: var(--edublink-h2-lineHeight);
    margin-top: 0;
    margin-bottom: 0;
}

.edublink-section-heading .title-shape {
    margin-top: 4px;
    display: block;
    color: green;
}

.search-result-text {
  padding: 40px;
  text-align: center;
}
.search-btn.chabok-active::after {
  content: '';
  background: rgba(0, 0, 0, 0.478);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.search-btn {
  cursor: pointer;
}
.search-bar .user-btn {
    left: 70px;
    cursor: pointer;
}
.search-bar .user-btn:hover, .search-bar .user-btn:focus, .search-bar .user-btn:active,
.search-bar .user-btn:hover i, .search-bar .user-btn:focus i, .search-bar .user-btn:active i {
  color: #fff;
}
.search-bar .user-btn:hover, .search-bar .user-btn:focus, .search-bar .user-btn:active {
  background:#0c2582;
}

.search-bar .user-btn {
  left: 65px;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 125px;
  color: #ccc;
  align-items: center;
  font-weight: bold;
  top: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  flex-direction: row-reverse;
  background: var(--secondaryBlue);
}

.user-btn i {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: left;
  font-size: 18px;
}



.user-btn.is-user-logged-in {
  background: var(--secondaryBlue);
  width: 28px;
  height: 28px;
  border-radius: 100px;
  font-size: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  top: 6px;
}
.search-bar i:hover {
    color: #fff;
}
.search-result-item ul li {
  padding: 4px;
}
.search-result-item {
    height: 200px;
    overflow-y: auto;
}
.chabok-search-form h4 {
    padding: 20px 24px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.chabok-search-form h4 i {
    float: left;
    font-size: 21px;
  cursor: pointer;
}
.chabok-search-form {
  position: fixed;
  max-width: 680px;
  width: 100%;
  background: #fff;
  min-height: 400px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.5) translateY(-50px);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  pointer-events: none;
}

.chabok-search-form.chabok-active {
  visibility: visible;
  opacity: 1;
  height: 400px;
  transform: scale(1) translateY(0);
  pointer-events: auto;
  animation: chabokFadeIn 0.5s ease-out forwards;
  z-index: 9;
}
.chabok-search-form.chabok-leave {
  animation: chabokFadeOut 0.4s ease-in forwards;
    height: 400px;
}

@keyframes chabokFadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.5) translateY(-50px);
    visibility: hidden;
  }
}

@keyframes chabokFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-50px);
  }
  60% {
    transform: scale(1.05) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.chabok-search-form form {
  padding: 25px;
}
.chabok-search-form input {
  width: 100%;
}
.chabok-lab-image img {
    float: left;
    width: 760px;
    max-width: 740px;
    border-radius: 58px;
}

.lab-icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.lab-icon-text:nth-child(1) i {
    background-color: #c4cdff;
}

.lab-icon-text:nth-child(2) i {
    background-color: #ffd3d3;
}

.lab-icon-text:nth-child(3) i {
    background-color: #ffe5c2;
}

.lab-icon-text:nth-child(4) i {
    background-color: #daffee;
}

.lab-text h4 {
    color: var(--mainColor);
}

.lab-icon i {
    font-size: 30px;
    padding: 10px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.lab-text h4,
.lab-text p {
    margin: 9px 0;
}

.chabok-lab-image {
    position: relative;
    z-index: 2;
}

.chabok-lab-info-container::before {
    content: '';
    background: url('assets/images/shape-12-1.png');
    position: absolute;
    top: 0;
    right: 5px;
    width: 100px;
    height: 200px;
}
.not-found-content {
  text-align: center;
  margin-top: 7%;
  position: relative;
  z-index: 3;
}
.not-found-content h2 {
  font-size: 120px;
  color:#ccc;
  line-height: 1.4;
  margin:0;
}
.not-found-content h1 {
  font-size: 75px;
   color:#aaa;
   margin:0;
   margin-bottom: 30px;
   line-height: 1;
   letter-spacing: 4px;
}
.chabok-lab-image-container {
    position: relative;
}

.chabok-lab-image-container::after {
    content: '';
    background: url('assets/images/shape-13.png');
    position: absolute;
    left: -74px;
    bottom: -6px;
    width: 200px;
    height: 200px;
    top: auto;
    border-radius: 116px;
}

.chabok-lab-image-container::before {
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 2px solid #ccc;
    position: absolute;
    bottom: -40px;
    left: -135px;
}

.ripple-effect {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 69, 69, 0.6);
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 1s linear;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.edublink-section-heading {
    text-align: center;
    max-width: max-content;
    margin: 71px auto 3px;
    background: var(--redLight);
    padding: 5px 32px;
    color: #fff;
    border-radius: 23px 1px 9px 7px;
}
.about-btn-block {
    text-align: left;
    position: relative;
    padding: 20px;
}
.about-btn-block::before {
  content: '';
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
}
.mlr-btn {
    margin-right: 3px !important;
    margin-left: 3px !important;
}
.lab-btn,
.chabok-btn,
.event-sale-btn,
.event-discount-btn,
.comment-form input[type="submit"] {
    padding: 10px 20px;
    position: relative;
    margin-top: 26px;
    cursor: pointer;
    background: none;
    border: 1px solid var(--redLight);
    border-radius: 100px;
    color: var(--redLight);
    font-family: 'iransansX';
    min-width: 158px;
    background:rgba(255, 255, 255, 0.827);
    z-index: 2;
    text-decoration: none;
        transform: translateY(0px);
        transition: all 400ms;
        opacity: 0.8;
}
.chabok-btn,
.event-discount-btn,
.event-sale-btn,
.comment-form input[type="submit"] {
    background-color: var(--redLight);
    color:#fff;
    margin: 0;
    opacity: 0.8;
}
.chabok-btn.blue-btn {
    background-color: var(--secondaryBlue);
    border-color: var(--secondaryBlue);
}
.lab-btn:hover,
.chabok-btn:hover,
.event-sale-btn:hover,
.comment-form input[type="submit"]:hover {
    background-color: var(--redLight);
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.274);
    transition: all 400ms;
    transform: translateY(-2px);
    opacity: 1;
}
.chabok-btn.blue-btn:hover {
    background-color: var(--secondaryBlue);
}
.event-discount-btn {
  margin-right: -20px;
  min-width: auto;
  background: var(--secondaryBlue);
  border: 0;
}
.chabok-flex.discount-form input {
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #ccc;
}

.customer-flex a {
    width: 12.2222%;
    float: right;
    text-align: center;
    border-left: 1px solid #ccc;
    
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-flex a:nth-child(5),
.customer-flex a:nth-child(6),
.customer-flex a:nth-child(7),
.customer-flex a:nth-child(8) {
    border-bottom: 0;
}

.customer-flex a:nth-child(8) {
    border-left: 0;
}

ul#footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: left;
}

ul#footer-social li a {
    line-height: normal;
    padding: 0;
    margin: 0 11px;
    float: left;
    width: 35px;
    height: 35px;
    filter: unset;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.discount-massage {
  color: red;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: -20px;
}
#event-results .chabok-col-25 {
  margin-bottom: 20px;
}
#event-results .chabok-loading {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border:4px solid var(--redLight);
    border-left: 4px solid var(--secondaryBlue);
    animation: chabok-spin 500ms ease-in infinite;
}
.chabok-flex.discount-form {
  position: relative;
}
.contact-info-box a {
  color:#444 !important;
}
@keyframes chabok-spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
#event-results .chabok-loading {
  margin: auto;
  margin-top: 125px;
  margin-bottom: 200px;
}
.event-cels {
  overflow: hidden;
  margin-bottom: 45px;
}
.event-cels img {
  border-radius: 10px;
}
.event-cel-2 {
    margin-top: 17px;padding-right: 60px;
}
.event-b49 {
    color:#ccc;
}
.z-3 {
    z-index: 3;
}
.flip-card {
    display: block;
    position: relative;
    z-index: 1000;
    height: auto;
  }
  .flip-card .card-front,
  .flip-card .card-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 500ms;
    -o-transition: -o-transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: transform 500ms;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
    .flip-card .card-front {
      position: relative;
    }
  .flip-card .card-front {
    -moz-transform: perspective(300) rotateY(0);
    -webkit-transform: perspective(300) rotateY(0);
    transform: perspective(300) rotateY(0);
    z-index: 900;
  }
  .flip-card .card-back {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 800;
  }
  .flip-card:hover .card-front {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-transform: perspective(300) rotateY(180deg);
    -webkit-transform: perspective(300) rotateY(180deg);
    transform: perspective(300) rotateY(180deg);
  }
  .flip-card:hover .card-back {
    z-index: 950;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transform: perspective(300) rotateY(0deg);
    -webkit-transform: perspective(300) rotateY(0deg);
    transform: perspective(300) rotateY(0deg);
  }
  
  /*** Just for show... ***/
  .flip-card {
    color: #000;
    cursor: pointer;
    float: left;
    margin: 0;
    text-align: center;
    min-width: 100%;
    min-height: 100%;
  }
  .flip-card .card-front,
  .flip-card .card-back {
    padding:0;
  }
  .flip-card .card-front {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 400% 400%;
    
  }
 
  .flip-card .card-back {
   padding: 10px 20px;
    background-color: #eee;
   
  }
  
  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    background: var(--secondaryBlue) !important;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-nav button.owl-prev {
    left: 50px;
    z-index: 5;
  }
  .owl-nav button.owl-next {
    right: 50px;
    z-index: 5;
  }
  .owl-nav svg {
    width: 22px;
    height: 22px;
    fill: #fff;
  }
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  .owl-nav button:focus {
      outline: none;
  }
  .course-slider .owl-item {
    display: flex;
  }

.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;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--mainColor);
}
.accordion button {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 16px;
  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-family: 'iransansX';
  font-weight: bold;
}
.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;
}

/* بخش کامنت‌ها */
#comments {
  margin-top: 1.5rem;
}

/* عنوان بخش کامنت‌ها */
#comments .comments-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid var(--redLight);
  padding-bottom: 0.5rem;
  display: inline-block;
  padding-left: 13px;
}

/* فرم دیدگاه */
.comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.comment-form.chabok-active {
    background: #fff;
    padding: 21px;
    border-radius: 10px;
}
.comment-form p {
  margin: 0;
}
.comment-form-author, .comment-form-email {
  width: 49%;
}
.comment-form-comment {
  width: 100%;
}
.comment-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #444;
}
.comment-form-cookies-consent {
    display: none;
}
.comment-form-author, .comment-form-email, .comment-form .form-submit {
    display: none;
}
.comment-form-comment textarea {
  width: 100%;
  height: 77px;
  font-family: 'iransansX';
  max-width: 100%;
  min-width: 100%;
}
.comment-form-comment label {
  display: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.2s, box-shadow 0.2s;
  background-color: #fff;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-box {
  margin-bottom: 2rem;
}

.comment-body-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}

.comment-content .comment-text {
  background: #fff;
  padding: 1px 30px;
  border-radius: 7px;
  position: relative;
    margin-bottom: 0.5rem;
  
}
.comment-content .comment-text p {
    position: relative;
    z-index: 2;
}
.comment-text::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 29px solid #fff;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  right: -28px;
  top: 37px;
  border-right: 30px solid transparent;
  transform: rotate(-17deg);
}

.comment-avatar img {
  border-radius: 50%;
  width: 50px;
  margin-left: 14px;
  height: 50px;
  border: 1px solid var(--secondaryBlue);
}

.comment-content {
  flex: 1;
}

.comment-meta {
  font-size: 0.85rem;
  color: #777;
  margin-top: 0.5rem;
}

.comment-reply {
  margin-top: 0.3rem;
}

.comment-reply-link {
  float: left;
  padding: 1px 12px;
  min-width: auto;
  background: none;
  color: var(--redLight);
  border: var(--redLight) 1px solid;
  border-radius: 20px;
}

.comment-reply a:hover {
  color: #005c8c;
}
.comment-meta-sec {
  display: flex;
  justify-content: space-between;
}
/* پاسخ‌های تو در تو */
.comment-list .children {
  margin-right: 3rem;
  margin-top: 1rem;
  border-right: 2px dashed #ccc;
  padding-right: 1rem;
}

/**
MODULE STYLE
**/
.module-section {
    margin:0 0 30px !important;
}
.module-section.slider-section.slider-section-fuchs-style {
  padding-bottom: 0;
  margin-bottom: -25px !important;
  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;
        margin-top: -36px;
}
.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;
}
.text-block-module-block::before {
  background-image: url('assets/images/abstract-gray-futuristic-pattern-for-banner-frame-png.png');
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.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;
}
/***
EVENT SALE 
***/
.chabok-event-with-filter {
  padding: 100px 0;
}
.hidden-check {
    position: absolute;
    opacity: 0;
}
.justify-between {
    justify-content: space-between;
}
.filter-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #f9fafb;
  border: 2px solid #d1d5db;
  border-radius: 9999px;
  padding: 0.6rem 1rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236b7280' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 0.75rem;
  min-width: 180px;
}

.filter-item select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.3);
}

.month-btn {
  display: inline-block;
  margin: 0.3rem;
  cursor: pointer;
}

.month-btn .btn-text {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 9999px;
  font-weight: 600;
  color: #374151;
  background-color: #f9fafb;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.month-btn input:checked + .btn-text {
  background-color: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.month-btn input:checked + .btn-text::after {
  content: "✓";
  position: absolute;
  top: -8px;
  right: -8px;
  background: #10b981;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 0 2px white;
}
.latin-title {
	position: relative;
	color: #999;
	direction: ltr;
    margin-top: -50px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.event-left {
    padding-left: 0;
    padding-right: 20px;
}
.event-right {
    padding-right: 0;
    padding-left: 20px;
}
.event-label {
font-weight: bold;
  color: var(--secondaryBlue);
  margin-right: 0 !important;
}
.event-label img {
  margin-left: 5px !important;
}
.event-row {
	margin: 5px 0;
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.event-status {
	align-items: center;
}
@keyframes blinking {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	70%  {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.event-status-badge {
	width: 10px;
	height: 10px;
	background: #eee;
	border-radius: 20px;
	animation: blinking 1s forwards infinite;
}
.event-status.registering .event-status-badge  {
	background:green;
}
.event-status.being-held  .event-status-badge {
	background:blue;
}
.event-status.terminated .event-status-badge {
	background:red;
	animation: unset;
}
.event-status.registering .event-status-text  {
	color:green;
}
.event-status.being-held  .event-status-text {
	color:blue;
}
.event-status.terminated .event-status-text {
	color:red;
}

.event-status-text {
	margin: 0 10px;
}
.event-row-map iframe {
	width: 100%;
}
.event-row-map {
	max-height: 150px;
	overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.event-row span {
	padding: 6px 10px;
	background-color: #f7f7f7;
	width: 33%;
	margin: 0 5px;
	border-radius: 11px;
}
.event-row .event-text {
	width: 100%;
}

.buy-event {
	margin: 0 10px;
}
.event-price {
	margin: 0 11px;
}
.discount-success {
	margin: 32px 0 0;
  	color: green;
}
.discount-massage {
	color: red;
	font-size: 12px;
}
.event-row-simple {
	clear: both;
}
.chabok-flex.chabok-buy-event-row {
	align-items: baseline;
	color: red;
	font-size: 18px;
	font-weight: 700;
	justify-content: left;
  	margin-top: 52px;
	margin-bottom: 30px;
	align-items: center;
}
.chabok-buy-event-row.in-group-sale {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.chabok-flex.field-row,
.chabok-flex.row-dy-price {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: nowrap;
}
.chabok-flex.row-dy-price {
	margin-bottom: 0;
}
.in-group-sale .buy-event {
	background: #f7f7f7;
	margin: 0;
	border-radius: 10px;
	color: #000;
	padding: 12px 26px;
}
.groupsale-submit-btn {
	float: left;
}
.in-group-sale .event-price {
	
}
#event-group-sale-form .error {
	background-color: rgb(255, 203, 203);
	margin-bottom: 10px;
}
#event-group-sale-form input[type="tel"] {
	text-align: right;
}
#event-group-sale-form .error p {
	padding:10px;
	margin:0;
}
.chabok-flex.row-dy-price .row-price {
	width: 33.333%;
}
.chabok-flex.row-dy-price .row-price.le {
	text-align: left;
}
.chabok-flex.row-dy-price .sm {
	text-align: center;
  color: red;
}
.remove-group-sale-row {
	background: #fd6d6d;
	display: flex;
	align-items: center;
	border-radius: 4px;
	width: 39px;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.remove-group-sale-row.no-visible {
	background:#eee;
	cursor: default;
}
.chabok-flex.field-row input,
.chabok-flex.field-row span.price {
	width: 33.333%;
	margin-left: 4px;
}
.pagination span, .pagination a {
	margin: 0 6px;
	border: 1px solid;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #eee;
	border-color: #eee;
	color: #000;
}
.chabok-flex.field-row span.price {
	text-align: center;
	background: #eee;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 7px;
}
.total-price {
	background: #eee;
	padding: 10px;
	border-radius: 7px;
	margin:15px 0;
}
.pagination a:hover, .pagination a:focus {
	background: #ccc;
	border-color: #ccc;
}
.page-numbers.current {
	background: var(--PrimaryColor);
	color: #fff;
	border-color: var(--PrimaryColor);
}
.pagination {
	display: flex;
	justify-content: center;
}

.chabok-single-content .chabok-col-40 a[data-fancybox="gallery"] {
  margin-top: -72px;
   background: #fff;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #00000042;
}
.chabok-single-content .chabok-col-40 a[data-fancybox="gallery"] img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.chabok-modal {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
background: rgba(0, 0, 0, 0.88);
}
.chabok-event-loop-img img {
  object-fit: cover;
  border-radius: 9px;
}
.event-loop-title {
  position: absolute;
  background: #000;
  padding: 6px 20px;
  bottom: 96%;
  color: #fff;
  border-radius: 100px 100px 0 100px;
  right: 35px;
  font-size: 14px !important;
  visibility: hidden;
  transition: all 400ms;
  opacity: 0;
transform: translateY(0px);
}
.event-block {
    position: relative;
}
.event-block a:hover .event-loop-title {
    visibility: visible;
    transition: all 400ms;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(10px);
}
.event-block h2 {
  margin: 0;
  font-size: 18px;
}
.event-list {
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.chabok-tab-bar {
	width: 100%;
	margin-top: 30px;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: right;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  margin-top: -26px;
  max-width: 40%;
}
.chabok-faq-content.chabok-headline-content.ftl {
  width: 100%;
  line-height: 4;
}
.tablink:hover, .tablink.active, .tablink:focus {
	background-color: var(--secondaryBlue);
	color: #fff;
	position: relative;
  	z-index: 4;
	background-position: center;
	transition: all 200ms;
}
.tabcontent-sec {
	margin-top: -43px;
}

ul .tablink {
	background-image:url('img/header-bg.png');
	background-position: left;
	background-color: rgb(196, 231, 253);
	transition: all 200ms;
	padding: 4px 25px;
	position: relative;
	outline: none;
	cursor: pointer;
	min-width: 20%;
	width: max-content;
	list-style: none;
	height: 53px;
	font-size: 15px;
	line-height: 3.1;
	margin: 0px;
	font-weight: 800;
	border-radius: 14px;
	margin: 0 4px;
	float: left;
	position: relative;
    z-index: 6;
}
.tabcontent {
	color: #555;
	visibility: hidden;
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	padding: 10px 0px;
	transition: opacity 300ms;
	clip: rect(0,0,0,0);
  position: absolute;
		
}

.tabcontent.active {
    padding: 77px 20px 28px;
	visibility: visible;
	height: 100%;
	width: 100%;
	overflow: auto;
	opacity: 1;
	clear: both;
	border: 1px solid var(--PrimaryColor);
    border-radius: 13px;
	clip: unset;
	position: relative;
}

.s3d4 {

    margin-top: 50px;
    border-radius: 5px;
    background: #f7f7f7;
}
.s3d4.mgs34 {
 margin-top: -60px;
     border: 1px solid #ccc;
}
.cert-price {
	color:red;
}
.chabok-modal.chabok-deactive {
	display: none;
}

.chabok-warning {
	background: #f9ecd2;padding: 10px;border-radius: 10px;margin-bottom: 20px;
}
.row-modal-2 span {
	width: 50%;
}
.chabok-flex.price-modal-flex {
	align-items: center;
    flex-wrap: wrap;
}
.chabok-flex.chabok-flex-services-home.fdj34 img {
    padding: 15px 40px 0;
}
.price-modal-flex .price {
	margin-left: 20px;
	margin-left: auto;
	color:var(--PrimaryColor);
}
.po-lable {
	font-weight: bold;
	color: var(--redLight);
}


.chabok-modal-header h3 {
	margin: 0;
	font-size: 15px;
	padding: 14px;
}
.chabok-modal-header .close-event-sale-modal {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.price-modal-flex .error {
	width: 100%;
	color: red;
	margin-bottom: 20px;
}
.chabok-modal-header {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.chabok-modal .chabok-modal-content {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
	width: 100%;
  max-width: 700px;
}
.row-modal-2 {
	margin-bottom: 10px;
}
.chabok-modal-body h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
.chabok-flex.price-modal-flex {
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 18px;
}
.chabok-modal .chabok-modal-content .chabok-modal-header {
	border-bottom: 1px solid #ccc;
	padding:10px;
}
.chabok-modal .chabok-modal-content .chabok-modal-body {
	padding:20px;
	overflow: auto;
	max-height: 600px;
}
.chabok-discount-form {
	width: 50%;float: right;margin-bottom: 30px;margin-top: 16px;padding: 0 10px;
}
.chabok-content ul, 
.chabok-content li {
color: #555;
}
.chabok-content blockquote {
  background: #eee;
  padding: 2px 12px;
  margin: 0;
  border-radius: 10px;
}

.chabok-countdown {
font-weight:bold; color:#dc2626; display:flex; gap:10px; font-family: monospace; font-size: 1.5rem;
  align-items: center;
  margin-bottom: 40px;
}
.event-row-item  {
    margin-bottom: 30px;
}
.event-row-item span.label {
  font-size: 17px;
  display: block;
  color: yellow;
  font-weight: 800;
  margin-bottom: 10px;
}

.countdown-block {
  background: #fff;
  padding: 20px 13px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgb(220 38 38 / 0.3);
  text-align: center;
  min-width: 70px;
  user-select: none;
  width: 100px;
  font-family: 'iransansX';
}
.chabok-col-40.ftl.event-left img {
  border-radius: 9px;
}
.countdown-block .number {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
}

.countdown-block .label {
  display: block;
  font-size: 1rem;
  margin-top: 4px;
  color: #b91c1c;
  font-weight: 700;
  user-select: none;
}



@media screen and (max-width:1600px) {
    .chabok-lab-image-container::before {
        left: 0;
        bottom: -90px;
    }

    .chabok-lab-image-container::after {
        left: 50px;
        bottom: -60px;
    }

    .chabok-container{
        padding: 0 10px;
    }

    .main-slider::before,
    .main-slider::after {
        font-size: 100px;
    }

    .main-slider::before {
        right: -45px;
    }

    .main-slider::after {
        left: -45px;
    }

    .search-bar {
        padding-right: 30px;
    }
    .edublink-section-heading {
        position: relative;
        z-index: 7;
        margin: 0;
        text-align: right;

    }
}

@media screen and (max-width:1500px) {
    .owl-nav {
        display: none;
    }

    .chabok-course-container .owl-slider .owl-carousel::before,
    .chabok-course-container .owl-slider .owl-carousel::after {
        width: 200px;
    }
    
}

@media screen and (max-width:1280px) {
    .chabok-nav-bt {
      width: 85%;
    }
    .brand-txt {
      padding:15px 11px;
    }
    .search-bar {
      position: absolute;
      top: 4px;
      right: 140px;
    }
    .nav a {
      padding:5px;
    }
    .logo {
      width: 17%;
    }
    .mm-footer {
      background-size: 86px;
      background-position: top right;
    }
    .mm-footer::after {
      background-position: bottom left;
      background-size: 243px 30px;
      height: 100px;
      top: auto;
    }
}

@media screen and (max-width:1024px) {
  .chabok-nav-bt .nav {
        position: fixed;
        right: 0;
        background: var(--mainGradiant);
        top: 0;
        bottom: 0;
        z-index: 9;
        max-width: 300px;
        flex-wrap: wrap;
        padding-top: 0px;
        display: none;
    }

    .chabok-nav-bt .nav a::before {
        content:'\f104';
        font-family: 'Font Awesome 5 Pro';
        float: left;
        font-size: 19px;
    }
    .chabok-nav-bt .nav a {
        padding: 11px;
    }

    .chabok-nav-bt .nav.chabok-active {
        display: block;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: 0;
        padding: 0px 8px;
        color: #fff;
        font-size: 25px;
    }
    .mobile-nav-logo {
        display: block;
        background: #fff;
        padding: 13px;
        text-align: center;
        margin-bottom: 26px;
      }

    button.menu-toggle.chabok-active::before {
        background: rgba(0, 0, 0, 0.702);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 8;
        content: '';
    }

    .chabok-nav-bt .nav li,
    .chabok-nav-bt .nav a {
        float: right;
        width: 100%;
    }

    .chabok-container{
        padding: 0 15px;
    }

    .menu-toggle {
      display: block;
      margin-top: 30px;
    }
    .logo {
        width: 200px;
    }

    .chabok-nav-left {
        width: 35%;
    }

    .course-price {
        font-size: 16px;
    }

    .chabok-contact-info.chabok-col-30 {
        width: 36%;
    }

    .chabok-footer-desc .chabok-col-20 {
        width: 15%;
    }
    .main-slider img {
        height: auto;
    }
    .chabok-icon-block a {
        width: 120px;
        height: 120px;
    }

    .chabok-icon-block a i {
        font-size: 40px;
        margin-bottom: 0px;
    }

        .module-section.slider-section.slider-section-fuchs-style.space-0 img,
        .module-section.slider-section.slider-section-fuchs-style.space-0 {
          height: 480px;
        }

    
  .event-cels .chabok-col-40, .event-cels .chabok-col-20 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    justify-content: center;
  }
  .event-cel-2 {
    padding:0;
  }


  .chabok-container.event-cels {
    max-width: 600px;
  }

  #event-results .chabok-col-25 {
    width: 33.333%;
  }

  .icon-module-block .chabok-col-16, .icon-module-block .chabok-col-20, .icon-module-block .chabok-col-25, .icon-module-block .chabok-col-33, .icon-module-block .chabok-col-50 {
    width: 25%;
  }
  .module-section .chabok-container {
    padding: 0;
  }
  .main-slider .chabok-container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .slider-content h2 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .type-event .chabok-single-content .chabok-col-40, .type-event .chabok-single-content .chabok-col-60 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .chabok-single-content.chabok-flex {
    flex-wrap: wrap;
  }

  .latin-title {
    margin-top: 0;
    margin-bottom: 0;
  }

}

@media screen and (max-width:922px) {
        
  .module-text-block .chabok-flex.flex-wrap .chabok-col-33 {
    width: 50%;
  }
  .chabok-article-content.with-sidebar,
  .chabok-sidebar {
    width:100%;
    padding:0;
    margin-bottom: 55px;
  }
  .single-content-section .chabok-container {
    padding: 0;
  }
  .single-content-section article {
    padding:15px;
  }
  .comments,
  .chabok-sidebar {
    padding:0 15px;
  }
    .chabok-course-container {
      padding-right: 25px;
      padding-left: 25px;
    }
    .main-slider::before,
    .main-slider::after {
        display: none;
    }

    .course-list img {
        width: 100px;
    }

    .lab-section .chabok-col-50 {
        width: 100%;
    }
    .chabok-lab-info {
        margin: 25px 0;
    }
    .chabok-lab-image img {
        width: 100%;
        max-width: 100%;
    }
    .chabok-course-box .chabok-col-65, .chabok-course-box .chabok-col-30 {
        width: 100%;
        margin-bottom: 50px;
    }
    .chabok-course-box {
        flex-wrap: wrap;
    }
    .customer-section .chabok-col-30, .customer-section .chabok-col-70 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
      }
   

    .course-btn {
        display: flex;
        align-items: center;
    }

    .course-price {
        padding: 0 10px;
        font-size: 15px;
    }

    .chabok-nav-bt {
        width: 20%;
    }

    .chabok-nav-left {
        width: 40%;
    }

    .search-bar {
        width: 40%;
    }

    .chabok-contact-info.chabok-col-30 {
        width: 40%;
    }

    .chabok-footer-desc .chabok-col-20 {
        width: 12%;
    }
    .chabok-contact-info.chabok-col-30 {
        width: 100%;
    }
    .chabok-footer-desc .chabok-col-20 {
        width: 50%;
    }
    .chabok-footer-desc {
        flex-wrap: wrap;
    }
    .chabok-course-container .owl-slider .owl-carousel::before, .chabok-course-container .owl-slider .owl-carousel::after {
      content: none;
    }
    section.faq {
      padding: 15px 0;
    }
    section.faq .chabok-flex {
      flex-wrap: wrap;
    }
    .faq .chabok-col-50 {
      width: 100%;
      margin-bottom: 30px;
    }
    .faq .chabok-col-50 .faq-img img {
      width: 100%;
    }
    .course-section {
      padding-bottom: 0;
    }
    .chabok-faq-btn a {
          display: block;
          text-align: center;
          width: max-content;
          max-width: auto;
          min-width: 72px;
          float: left;
          font-size: 13px;
    }
    .mm-footer {
      background-size: 86px;
      background-position: top right;
    }
    .more-courses-title.justify-between {
      flex-wrap: wrap;
    }
    .icon-module-block .chabok-col-16, .icon-module-block .chabok-col-20, .icon-module-block .chabok-col-25, .icon-module-block .chabok-col-33, .icon-module-block .chabok-col-50 {
      width: 33.3333%;
    }
    .module-section.faq-section .chabok-col-50 {
      width: 100%;
      margin-bottom: 20px;
    }

    .faq-img img {
      width: 100%;
      max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .course-item-fluid .chabok-col-50, .course-item-fluid .chabok-col-33,
    .featured-course-container .chabok-col-50,
    .featured-course-container .chabok-col-33 {
      width: 100%;
    }
    .mlr-btn {
      display: inline-block;
      margin-bottom: 10px;
    }
    .module-section.form-section .chabok-col-50 {
        width: 100%;
      }
    .chabok-col-50.ftl .cff-i img,
    a.cff-i.square-image img {
      height: auto;
      min-height: 300px;
      max-height: 340px;
    }
    .chabok-col-70.ftl.cff-abx.cff-ab01 h2, .chabok-col-70.ftl.cff-abx.cff-ab01 p {
      margin: 0;
    }
    .cff-i.cff-i2d {
      width: 130px;
      height: 130px;
      min-width: 130px;
      min-height: 130px;
    }
    .chabok-flex.chabok-post-list-row .chabok-col-30 {
      width: auto;
    }
    .chabok-course-container {
      padding-right: 0;
      padding-left: 0;
    }
     .chabok-col-70.ftl.cff-abx.cff-ab01 h2 {
      font-size: 15px;
      margin-bottom: 10px;
     }
    .chabok-col-70.ftl.cff-abx.cff-ab01 h2,
    .chabok-col-70.ftl.cff-abx.cff-ab01 p {
      display: -webkit-box;
      flex-wrap: wrap;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .nav.chabok-nav-left {
        width: 280px;
        font-size: 14px;
    }

    .chabok-icon-block a i {
        font-size: 30px;
    }

    .chabok-icon-block a {
        width: 93px;
        height: 93px;
        padding: 18px 3px;
    }

    .chabok-icon-block a h2 {
        margin:0;
        font-size: 13px;
        font-weight: 700;

    }
    .chabok-icon-block.chabok-col-16 {
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .module-textmedia .chabok-flex {
      flex-wrap: wrap;
  
    }
    .module-textmedia .chabok-flex .chabok-col-50 {
      width: 100%;
      margin-bottom: 30px;
    }
            .module-section.slider-section.slider-section-fuchs-style.space-0 img,
        .module-section.slider-section.slider-section-fuchs-style.space-0 {
          height: 400px;
        }

}

@media screen and (max-width:600px) {
    .slider-section::before {
        content: none;
    }
    .chabok-flex.items-center.justify-between {
      flex-wrap: wrap;
    }
    .chabok-flex.discount-form input {
      width: 70%;
    }
    .chabok-flex.items-center.justify-between {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 999;
      padding: 20px;
      box-shadow: 0 0 10px #ccc;
    }
    .chabok-flex.chabok-buy-event-row {
     width: 100%;
     justify-content: space-between;
      margin: 10px 0;
    }
    .chabok-flex.discount-form {
      display: none;
    }
    .chabok-flex.discount-form.chabok-active {
      display: flex;
    }
    .chabok-discount-form label {
      width: 100%;
          margin-bottom: 0;
          display: block;
    text-align: center;
          padding: 0;
    }
    .chabok-discount-form {
      width: 100%;
      margin-bottom: 0;
      margin-top: 0;
      padding: 0;
    }
    .event-row span {
      min-width: 132px;
    }
 .about-us.about-us-fochs-style {
    margin-top: -46px;
    background: #fff;
    border-radius: 25px;
  }
    .about-us.about-us-fochs-style .chabok-col-100.ftl.about-c4j {
      padding: 10px 0;
    }
    .chabok-search-form.chabok-active {
      height: 100vh;
      overflow: auto;
    } 
    .chabok-flex.chabok-buy-event-row {
    font-size: 13px;
  }
  .text-module-block h2[style="text-align: center;"]::before, .text-module-block h2[style="text-align: center;"]::after {
    content: none;
  }
    .countdown-block .number {
      font-size: 1.5rem;
    }
    .countdown-block {
      width: 75px;
    }
      .module-text-block .chabok-flex.flex-wrap .chabok-col-33,
      .module-text-block .chabok-flex.flex-wrap .chabok-col-50 {
        width: 100%;
      }
     .search-bar {
        position: absolute;
        top: 42px;
        left: auto;
        width: auto;
        right: 185px;
      }
      .search-bar .user-btn {
       width: 103px;
      font-size: 11px;
      }
      .search-bar i.search-btn {
        left:32px;
      }
        .chabok-nav-bt {
          width: 39px;
        }
      .chabok-head {
        display: block;
      }
    section.about-us {
        padding-top: 60px;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: justify;
    }
    .chabok-blog,
    .chabok-course-box,
    .chabok-col-65.course-right {
        flex-wrap: wrap;
    }

    .chabok-blog .chabok-col-33,
    .chabok-course-box .chabok-col-65,
    .chabok-course-box .chabok-col-30,
    .chabok-col-65.course-right .chabok-col-50,
    section.customer-section .chabok-col-70,
    section.customer-section .chabok-col-30,
    section.lab-section .chabok-col-50 {
        width: 100%;
    }
    .about-us svg {
        height: 20px !important;
      }

    .nav a.prgk-btn {
        display: none;
    }

    .search-bar i {
        font-size: 19px;
    }

    .logo img {
        width: 100%;
        max-width: 125px;
    }

    .search-bar input[type="text"] {
        padding: 7px;
        visibility: hidden;
    }

    .header-social .social-toggle {
        display: block;
    }

  .logo {
    width: 125px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: left;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 0;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .contact {
    padding-top: 3px;
    padding-left: 0;
  }
  .contact a {
    color: #fff !important;
  }
    .brand-txt {
    padding: 10px 11px;
  }
  .search-with-icon i,
  .search-with-icon a,
  .search-with-icon i:hover,
  .search-with-icon i:focus,
  .search-with-icon a:hover,
  .search-with-icon a:focus {
    color:#000;
  }
  .search-with-icon .user-btn i {
    color:#eee;
  }
  .search-with-icon {
      z-index: 2;
      top: 7px;
      color: #000;
      left: auto;
      text-align: right;
      float: right;
      justify-content: right;
      position: relative;
      width: auto;
  }
  .chabok-main-header .chabok-container {
  padding: 0;
}
.logo a {
  display: block;
  height: auto;
  line-height: 0;
  width: 125px;
  float: left;
}
.menu-toggle {
    color: #000;
    z-index: 2;
    position: relative;
    top: 7px;
    right: 3px;
  }
  .user-btn.is-user-logged-in {
    background: none;
    border-radius: 0;
    font-size: 20px;
    margin-left: -8px;
    top: 5px;
  }
    .chabok-lab-info-container {
        padding: 0;
    }
    .more-courses-title {
        margin-top: 0;
    }
    .customer-section {
        padding: 20px 0;
    }

    .chabok-lab-info {
        padding: 15px;
    }
    .customer-flex a {
        min-width: 50%;
        border: 0;
    }
    .chabok-blog .chabok-col-33 {
        margin-bottom: 28px;
    }
    .chabok-footer-desc .chabok-col-50, .chabok-footer-desc .chabok-col-30, .chabok-footer-desc .chabok-col-20 {
        width: 100%;
    }
    #event-results .chabok-col-25 {
     max-width: 400px;
      width: 100%;
    }
    #event-results {
      justify-content: center;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
    }
    .chabok-footer-desc {
        flex-wrap: wrap;
    }
    .main-slider img {
        min-height: 150px;
        object-fit: cover;
        object-position: center;
    }
    .copy-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        flex-direction: column-reverse;
        padding-bottom: 35px;
      }
    .copy-container .chabok-col-60, .copy-container .chabok-col-40 {
        width: 100%;
    }
    ul#footer-social {
        justify-content: center;
        margin-bottom: 30px;
    }
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
      outline: none;
      background:none !important;
      color:#000;
    }
    .merged-head.merged-head-fuchs-style {
      padding: 0;
    }
    .slider-content h2 {
      font-size: 21px;
    }
    .lab-btn.ripple-btn.slider-btn {
      float: unset;
    }
    .slider-content::before {
      background: rgba(255, 255, 255, 0.72);
    }
    h1 {
      font-size: 17px;
    }
    h2 {
      font-size: 16px;
    }
    h3 {
      font-size: 15px;
    }
    h4 {
      font-size: 14px;
    }
    h5 {
      font-size: 13px;
    }
    .about-c4j {
      padding:10px 20px;
    }
    .about-us.about-us-fochs-style {
      padding-bottom: 48px;
    }
    .lab-section {
      padding-bottom: 50px;
    }
    .about-btn-block {
      padding: 10px 0;
    }
    .about-btn-block .chabok-btn {
      background-color: var(--secondaryBlue);
      border-color: var(--secondaryBlue);
    }
    .chabok-col-50.chabok-padding-left {
      padding: 0;
      padding-right: 10px;
    }
        .module-section.slider-section.slider-section-fuchs-style.space-0 img,
        .module-section.slider-section.slider-section-fuchs-style.space-0,
        .slider-section.slider-section-fuchs-style,
        .slider-section.slider-section-fuchs-style img {
          height: 460px;
        }

        html section.module-section:nth-child(2) .module-text-block .chabok-flex,
        html section.module-section:nth-child(2) .module-text-block .chabok-flex .chabok-col-100.ftl {
          padding: 0;
        }


        .icon-module-block .chabok-col-16, .icon-module-block .chabok-col-20, 
        .icon-module-block .chabok-col-25, .icon-module-block .chabok-col-33, 
        .icon-module-block .chabok-col-50 {
           width: 50%;
          }
      .icon-module-block h2 {
        font-size: 13px;
      }
      .module-section.faq-section .chabok-faq-title {
        width: 100%;
      }
      .chabok-faq-title-block {
        flex-wrap: wrap;
        margin-bottom: 12px;
      }
}