/*
Theme Name: Zumar      
Theme URI: https://themeforest.net/user/themescamp/portfolio
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Zumar is a Creative portfolio & Multipurpose WordPress Theme for agencies to show their works.
Version: 1.0.8     
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html    
Text Domain: zumar 
Domain Path: /lang   
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images, modern, software, Portfolio
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                       
--------------------------------------------------------------
* Helper Section         
	- text color   
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* General Section
	- Typography
	- To top style
	- inner page style  
	- wp post style
	- Bootstrap Clearfix
	- Elementor Editor Style
* Header Section
* Slider Section
* Features Section
* Portfolio Section
* Team Section
* Testimonial Section
* Contact Section
* Footer Section
* Blog Section
	- Sidebar Section
	- comment section
* WordPress Style
* Gutenberg Style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * Helper Section ] 
================================================================*/
/*-------------------[ Base ]------------------------------*/
:root {
  --color-main:#F33E20;
  --color-primary:#F33E20;
  --color-secondary:#f9690f;
  --color-ternary: #FD8803;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-lightBlue: #15f1ff;
  --color-darkBlue: #010049;
  --color-gray: #eef4f8;
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}

/*-------------------[ text color ]------------------------------*/
.text-color {
  color: var(--color-main);
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray {
  color: #d6d5d5;
}

.text-very-light-gray {
  color: #ededed;
}

/*-------------------[ font-weight ]------------------------------*/
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*-------------------[ font-size ]------------------------------*/
.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-25 {
  font-size: 25px;
}

.fz-30 {
  font-size: 30px;
}

.fz-40 {
  font-size: 40px;
}

.fz-50 {
  font-size: 50px;
}

/*-------------------[ line-height ]------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------[ text-transform ]------------------------------*/
.text-u {
  text-transform: uppercase;
}

.text-l {
  text-transform: lowercase;
}

.text-c {
  text-transform: capitalize;
}

.text-non {
  text-transform: none;
}

.text-i {
  font-style: italic;
}

/*-------------------[ letter-spacing ]------------------------------*/
.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls10 {
  letter-spacing: 10px;
}

/*-------------------[ Overlay Effect Bg image ]------------------------------*/
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #1a1d24;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

.gray-filter {
  webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*-------------------[ margin-top  (0/100) +5 ]------------------------------*/
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*-------------------[ margin-bottom  (0/100) +5 ]------------------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-------------------[ padding-left  (0/100) +5 ]------------------------------*/
.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

/*-------------------[ padding-top  (0/100) +5 ]------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-------------------[ padding-bottom  (0/100) +5 ]------------------------------*/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.no-padding {
  padding: 0;
}

/*-------------------[ Spacing  (0/100) +10 ]------------------------------*/
.spc-10 {
  width: 100%;
  height: 10px;
}

.spc-20 {
  width: 100%;
  height: 20px;
}

.spc-30 {
  width: 100%;
  height: 30px;
}

.spc-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.spc-50 {
  width: 100%;
  height: 50px;
}

.spc-60 {
  width: 100%;
  height: 60px;
}

.spc-70 {
  width: 100%;
  height: 70px;
}

.spc-80 {
  width: 100%;
  height: 80px;
}

.spc-90 {
  width: 100%;
  height: 90px;
}

.spc-100 {
  width: 100%;
  height: 100px;
}

/*-------------------[ Social-media-colors ]------------------------------*/
.f-color {
  color: #3b5999;
}

.tw-color {
  color: #55acee;
}

.lin-color {
  color: #0077B5;
}

.g-plus-color {
  color: #dd4b39;
}

.pin-color {
  color: #bd081c;
}

.ytube-color {
  color: #cd201f;
}

.inst-color {
  color: #e4405f;
}

.be-color {
  color: #131418;
}

/* background */
.f-bg {
  background-color: #3b5999;
  border-color: #3b5999;
}

.tw-bg {
  background-color: #55acee;
  border-color: #55acee;
}

.lin-bg {
  background-color: #0077B5;
  border-color: #0077B5;
}

.g-plus-bg {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.pin-bg {
  background-color: #bd081c;
  border-color: #bd081c;
}

.ytube-bg {
  background-color: #cd201f;
  border-color: #cd201f;
}

.inst-bg {
  background-color: #e4405f;
  border-color: #e4405f;
}

.be-bg {
  background-color: #131418;
  border-color: #131418;
}

.b-none {
  border: none !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.ontop {
  position: relative;
  z-index: 7;
}

/*-------------------[ Heading styles ]------------------------------*/
.dflex {
  display: flex !important;
}

/*-------------------[ Heading styles ]------------------------------*/
.dsc-heading-style1 h5 {
  margin-top: 0px;
  font-size: 13px !important;
  line-height: 1.2;
  margin-bottom: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
}

.dsc-heading-style2 h3 {
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  float: none;
  margin: auto;
  padding-bottom: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
  float: initial;
}

/*-------------------[ Effect classes]------------------------------*/
.zumar-effect-01 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  opacity: 0.3;
}

.zumar-effect-02 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
}

.zumar-stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

/*....................................Animation splitter.................*/
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1199px) {
  .imago {
    transition: all 0.8s;
    transition-delay: 0.3s;
  }
  .imago.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .elementor-editor-active .imago, .vc_editor .imago {
    clip-path: none;
  }
}
.elementor-editor-active .wow, .vc_editor .wow {
  visibility: visible !important;
}

/* ====================== [ End Text Animation & Images ] ====================== */
.zumar-fadinup-split span {
  opacity: 0;
  position: relative;
  display: inline-block;
}

.zumar-fadinup-split span.active {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

/**/
.splitting.txt.animated .char {
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

/**/
.zumar-effect-1:after {
  content: "";
  width: 8%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.zumar-effect-3:after {
  content: "";
  width: 8%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  right: 0;
  top: 0;
}

.zumar-gallery .elementor-image-gallery .gallery-item img {
  width: 60px;
  height: 60px;
  border: none;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ====================== Theme Dark & Light ====================== */
@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode {
    color: #c8c8c8;
    background-color: #0C0F16;
  }
  body.zumar-auto-mode h1, body.zumar-auto-mode h2, body.zumar-auto-mode h3, body.zumar-auto-mode h4, body.zumar-auto-mode h5, body.zumar-auto-mode h6, body.zumar-auto-mode .fn.comment-author .url, body.zumar-auto-mode .pagination li a:hover, body.zumar-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
  body.zumar-auto-mode .zumar-text-mode1 {
    color: #fff;
  }
  body.zumar-auto-mode .error-text, body.zumar-auto-mode .fn.comment-author, body.zumar-auto-mode .zumar-text-mode2 {
    color: #ccc;
  }
  body.zumar-auto-mode .blog-wrapper, body.zumar-auto-mode form textarea, body.zumar-auto-mode input, body.zumar-auto-mode .page-content-wrapper {
    background: #0C0F16;
  }
  body.zumar-auto-mode .gray-bg, body.zumar-auto-mode .zumar-section-mode2, body.zumar-auto-mode .tags-bottom a, body.zumar-auto-mode blockquote {
    background: #11141B;
  }
  body.zumar-auto-mode .zumar-section-mode5 {
    background-color: #101010;
  }
  body.zumar-auto-mode .zumar-section-mode3 {
    background: linear-gradient(200deg, #141518 50%, #111215 50%);
  }
  body.zumar-auto-mode .comment-body, body.zumar-auto-mode .related-inner {
    background: #121a23;
  }
  body.zumar-auto-mode .swork-line {
    background: #fff;
  }
  body.zumar-auto-mode .comment-reply-link, body.zumar-auto-mode .pagination > li > a, body.zumar-auto-mode .pagination > li > span, body.zumar-auto-mode .zumar-section-mode1 {
    background-color: #0c0f16;
  }
  body.zumar-auto-mode .widget_categories ul li.cat-item span, body.zumar-auto-mode .share-box a {
    background-color: #11141B;
  }
  body.zumar-auto-mode .zumar-section-mode3 {
    background-color: #121a23;
  }
  body.zumar-auto-mode .border-post, body.zumar-auto-mode .searchform input[type=search], body.zumar-auto-mode form textarea, body.zumar-auto-mode input, body.zumar-auto-mode .img-pagi, body.zumar-auto-mode .comment-form-comment:before,
  body.zumar-auto-mode .comment-meta .comment-edit-link, body.zumar-auto-mode .post.sticky, body.zumar-auto-mode .sidebar .recent-posts-widget:not(:last-child), body.zumar-auto-mode .tagcloud a,
  body.zumar-auto-mode .post-bottom {
    border-color: #333;
  }
  body.zumar-auto-mode .custom-logo .custom-logo-dark, body.zumar-auto-mode .zumar-logo-dark {
    display: none;
  }
  body.zumar-auto-mode .custom-logo .custom-logo-light, body.zumar-auto-mode .zumar-logo-light {
    display: initial;
  }
  body.zumar-auto-mode .header.white-header {
    background: #11141b;
    box-shadow: 0 0 5px 0 #333;
  }
  body.zumar-auto-mode .header.white-header .navigation li a, body.zumar-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.zumar-auto-mode .custom-absolute-menu .cart-contents:before {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header .cart-contents:before {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
    display: initial;
  }
  body.zumar-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
    display: none;
  }
  body.zumar-auto-mode .header.not-custom-menu .logo-d-mode {
    display: none;
  }
  body.zumar-auto-mode .header.not-custom-menu .logo-d-mode {
    display: initial;
  }
  body.zumar-auto-mode .header.not-custom-menu .logo-l-mode {
    display: none;
  }
  body.zumar-auto-mode .header .is-sticky .stuck-nav {
    background: #11141b;
    box-shadow: 0 0 5px 0 #333;
  }
  body.zumar-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header .search-icon-header a i {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header .header-icon li a {
    color: #e2dcdc;
  }
  body.zumar-auto-mode .header .menu-wrapper ul li ul {
    background: #23282d;
  }
  body.zumar-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
    color: #bfbaba;
  }
  body.zumar-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.zumar-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
    background-color: #23282d !important;
  }
  body.zumar-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
    color: #bfbaba;
    font-weight: 400;
  }
  body.zumar-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
    color: #fff;
  }
  body.zumar-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
    color: #fff;
  }
  body.zumar-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.zumar-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
  body.zumar-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
    background-color: #fff;
  }
  body.zumar-auto-mode .fat-nav {
    background: #23282d;
  }
  body.zumar-auto-mode .fat-nav li a {
    color: #bfbaba;
  }
  body.zumar-auto-mode .fat-nav li > a {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.zumar-auto-mode .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  body.zumar-auto-mode .hamburger.active .hamburger__icon:before, body.zumar-auto-mode .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }
  body.zumar-auto-mode .white-header .hamburger__icon, body.zumar-auto-mode .white-header .hamburger__icon::before, body.zumar-auto-mode .white-header .hamburger__icon::after {
    background: #b1abab;
  }
  body.zumar-auto-mode .post-list.style-4 .blog-col-inner {
    background: #151921;
  }
  body.zumar-auto-mode .post-list.style-4 .pagination > li > a, body.zumar-auto-mode .post-list.style-4 .pagination > li > span {
    border-color: #666;
  }
  body.zumar-auto-mode .post-list.style-4 .pagination > .active > a {
    border-color: #fff;
  }
  body.zumar-auto-mode .elementor-social-icon svg {
    fill: #FFF;
  }
  body.zumar-auto-mode .elementor-social-icon i {
    color: #fff;
  }
}
body.zumar-dark-mode {
  color: #c8c8c8;
  background-color: #0C0F16;
}
body.zumar-dark-mode h1, body.zumar-dark-mode h2, body.zumar-dark-mode h3, body.zumar-dark-mode h4, body.zumar-dark-mode h5, body.zumar-dark-mode h6, body.zumar-dark-mode .fn.comment-author .url, body.zumar-dark-mode .pagination li a:hover, body.zumar-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.zumar-dark-mode .zumar-text-mode1 {
  color: #fff;
}
body.zumar-dark-mode .error-text, body.zumar-dark-mode .fn.comment-author, body.zumar-dark-mode .zumar-text-mode2 {
  color: #ccc;
}
body.zumar-dark-mode .blog-wrapper, body.zumar-dark-mode form textarea, body.zumar-dark-mode input, body.zumar-dark-mode .page-content-wrapper {
  background: #0C0F16;
}
body.zumar-dark-mode .gray-bg, body.zumar-dark-mode .zumar-section-mode2, body.zumar-dark-mode .tags-bottom a, body.zumar-dark-mode blockquote {
  background: #11141B;
}
body.zumar-dark-mode .zumar-section-mode5 {
  background-color: #101010;
}
body.zumar-dark-mode .zumar-section-mode3 {
  background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.zumar-dark-mode .comment-body, body.zumar-dark-mode .related-inner {
  background: #121a23;
}
body.zumar-dark-mode .swork-line {
  background: #fff;
}
body.zumar-dark-mode .comment-reply-link, body.zumar-dark-mode .pagination > li > a, body.zumar-dark-mode .pagination > li > span, body.zumar-dark-mode .zumar-section-mode1 {
  background-color: #0c0f16;
}
body.zumar-dark-mode .widget_categories ul li.cat-item span, body.zumar-dark-mode .share-box a {
  background-color: #11141B;
}
body.zumar-dark-mode .zumar-section-mode3 {
  background-color: #121a23;
}
body.zumar-dark-mode .border-post, body.zumar-dark-mode .searchform input[type=search], body.zumar-dark-mode form textarea, body.zumar-dark-mode input, body.zumar-dark-mode .img-pagi, body.zumar-dark-mode .comment-form-comment:before,
body.zumar-dark-mode .comment-meta .comment-edit-link, body.zumar-dark-mode .post.sticky, body.zumar-dark-mode .sidebar .recent-posts-widget:not(:last-child), body.zumar-dark-mode .tagcloud a,
body.zumar-dark-mode .post-bottom {
  border-color: #333;
}
body.zumar-dark-mode .custom-logo .custom-logo-dark, body.zumar-dark-mode .zumar-logo-dark {
  display: none;
}
body.zumar-dark-mode .custom-logo .custom-logo-light, body.zumar-dark-mode .zumar-logo-light {
  display: initial;
}
body.zumar-dark-mode .header.white-header {
  background: #11141b;
  box-shadow: 0 0 5px 0 #333;
}
body.zumar-dark-mode .header.white-header .navigation li a, body.zumar-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.zumar-dark-mode .custom-absolute-menu .cart-contents:before {
  color: #e2dcdc;
}
body.zumar-dark-mode .header .cart-contents:before {
  color: #e2dcdc;
}
body.zumar-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
  display: initial;
}
body.zumar-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
  display: none;
}
body.zumar-dark-mode .header.not-custom-menu .logo-d-mode {
  display: none;
}
body.zumar-dark-mode .header.not-custom-menu .logo-d-mode {
  display: initial;
}
body.zumar-dark-mode .header.not-custom-menu .logo-l-mode {
  display: none;
}
body.zumar-dark-mode .header .is-sticky .stuck-nav {
  background: #11141b;
  box-shadow: 0 0 5px 0 #333;
}
body.zumar-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
  color: #e2dcdc;
}
body.zumar-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
  color: #e2dcdc;
}
body.zumar-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
  color: #e2dcdc;
}
body.zumar-dark-mode .header .search-icon-header a i {
  color: #e2dcdc;
}
body.zumar-dark-mode .header .header-icon li a {
  color: #e2dcdc;
}
body.zumar-dark-mode .header .menu-wrapper ul li ul {
  background: #23282d;
}
body.zumar-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
  color: #bfbaba;
}
body.zumar-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.zumar-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
  background-color: #23282d !important;
}
body.zumar-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
  color: #bfbaba;
  font-weight: 400;
}
body.zumar-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
  color: #fff;
}
body.zumar-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
  color: #fff;
}
body.zumar-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.zumar-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.zumar-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
  background-color: #fff;
}
body.zumar-dark-mode .fat-nav {
  background: #23282d;
}
body.zumar-dark-mode .fat-nav li a {
  color: #bfbaba;
}
body.zumar-dark-mode .fat-nav li > a {
  border-color: rgba(255, 255, 255, 0.1);
}
body.zumar-dark-mode .hamburger.active .hamburger__icon {
  background-color: transparent;
}
body.zumar-dark-mode .hamburger.active .hamburger__icon:before, body.zumar-dark-mode .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
body.zumar-dark-mode .white-header .hamburger__icon, body.zumar-dark-mode .white-header .hamburger__icon::before, body.zumar-dark-mode .white-header .hamburger__icon::after {
  background: #b1abab;
}
body.zumar-dark-mode .post-list.style-4 .blog-col-inner {
  background: #151921;
}
body.zumar-dark-mode .post-list.style-4 .pagination > li > a, body.zumar-dark-mode .post-list.style-4 .pagination > li > span {
  border-color: #666;
}
body.zumar-dark-mode .post-list.style-4 .pagination > .active > a {
  border-color: #fff;
}
body.zumar-dark-mode .elementor-social-icon svg {
  fill: #FFF;
}
body.zumar-dark-mode .elementor-social-icon i {
  color: #fff;
}

.zumar-section-mode1 {
  background-color: #fff;
}

.zumar-section-mode2 {
  background-color: #F7F7F7;
}

.zumar-section-mode3 {
  background: linear-gradient(20deg, #ffffff 50%, rgba(0, 0, 0, 0.0392156863) 50%);
}

.zumar-section-mode4 {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  background-size: 200% 200%;
  animation: gradient 30s ease infinite;
}

.zumar-section-mode5 {
  background-color: #efefef;
}

.zumar-text-gradient {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-size: 120% 120%;
  -webkit-animation: gradient 30s ease infinite;
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.zumar-text-mode1 {
  color: #0c0f16;
}

.zumar-text-mode2 {
  color: #11141B;
}

/* ====================== Theme Dark & Light ====================== */
.zumar-mode-switcher {
  position: fixed;
  top: 160px;
  font-weight: 500;
  font-size: 15px;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  min-width: 120px;
  height: 30px;
  z-index: 10;
  transform-origin: left top;
  transform: rotate(-90deg) translate(-100%, 40%);
  background-color: rgba(230, 230, 230, 0.9);
  border-radius: 15px;
  cursor: pointer;
}
.zumar-mode-switcher p {
  margin: -2px 0 0 0;
  color: #000;
}
.zumar-mode-switcher-item {
  position: relative;
}
.zumar-mode-switcher-item p {
  color: #333;
}
.zumar-mode-switcher-item, .zumar-mode-switcher-toddler-item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  line-height: 1.4;
}
.zumar-mode-switcher-toddler {
  position: absolute;
  top: 0;
  right: 0px;
  transform: translateX(0%);
  min-width: 60px;
  height: 100%;
}
.zumar-mode-switcher-toddler-wrap {
  position: relative;
  height: 100%;
}
.zumar-mode-switcher-toddler-item {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 17px;
  box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}
.zumar-mode-switcher-toddler-item .light {
  z-index: 1;
}
.zumar-mode-switcher.dark .zumar-mode-switcher-toddler {
  transform: translateX(-200%);
}
.zumar-mode-switcher.dark .zumar-mode-switcher-toddler .zumar-mode-switcher-toddler-item.dark {
  z-index: 1;
}
.zumar-mode-switcher.auto .zumar-mode-switcher-toddler {
  transform: translateX(-100%);
}
.zumar-mode-switcher.auto .zumar-mode-switcher-toddler .zumar-mode-switcher-toddler-item.auto {
  z-index: 1;
}
.zumar-mode-switcher.light .zumar-mode-switcher-toddler {
  transform: translateX(0%);
}
.zumar-mode-switcher.light .zumar-mode-switcher-toddler .zumar-mode-switcher-toddler-item.light {
  z-index: 1;
}

/* ====================== Advanced Classes ====================== */
/* ====================== Gradient Classes ====================== */
.color-font {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.zumar-el-bg-1.elementor-view-stacked .elementor-icon {
  background: var(--color-main-grad);
}

.zumar-gradient-btn {
  border-radius: 50px;
  background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 50%, var(--e-global-color-text) 100%);
  color: #fff !important;
  border-color: #fff !important;
}
.zumar-gradient-btn:hover {
  filter: brightness(120%);
}

.zumar-gradient-border {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border-radius: 50px;
  border: 1px solid transparent !important;
}
.zumar-gradient-border:hover {
  color: var(--color-main) !important;
  filter: brightness(120%);
}

.zumar-gradient-border-drk {
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box !important;
  border-radius: 10px;
  border: 2px solid transparent !important;
}

.color-shadow {
  box-shadow: inset 0 -14px 0 var(--color-secondary), 0 0px 0 var(--color-primary);
}

.zumar-highlight span {
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100% 30%;
}
.zumar-highlight span:hover {
  background-size: 100% 100% !important;
}

.zumar-sticky-top.is-stuck {
  top: 35px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.elementor-widget-container .elementor-social-icon svg {
  fill: #000;
}
.elementor-widget-container .elementor-social-icon i {
  color: #000;
}

.zumar-sticky-top.is-stuck .elementor-background-overlay {
  display: none;
}

/* ===============================================================
			[ * General section ]
================================================================*/
/*-------------------[ General ]------------------------------*/
* {
  outline: none;
}

body, html {
  height: 100%;
}

body {
  color: #666;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
  padding-right: 15px;
  padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  word-wrap: break-word;
  font-family: "Poppins", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h6, h6 {
  font-size: 17px;
}

.h5, h5 {
  font-size: 18px;
}

.h4, h4 {
  font-size: 20px;
}

.h2, h2 {
  font-size: 30px;
}

p {
  margin: 0 0 30px;
  word-spacing: 1px;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  cursor: inherit;
}

a {
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  color: #666;
  text-decoration: none;
  transition: ease 0.3s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--color-main);
  text-decoration: none;
}

iframe {
  border: none;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-position: outside;
  list-style-type: circle;
  margin: 0;
  padding: 0 0 0 15px;
}

ul {
  list-style-type: disc;
}

ul ul, ol ul {
  list-style-type: circle;
}

ul > li {
  list-style: outside none square;
}

ol > li {
  list-style-type: decimal;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

.clearboth {
  clear: both;
}

.content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.gray-bg {
  background: #fafafa;
}

.white-bg {
  background: #ffffff;
}

blockquote {
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  background: #f6f6f6;
  border-left: 4px solid var(--color-main);
  padding: 55px 50px 40px 50px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.07);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border-left: 1px solid transparent !important;
  border-radius: 5px;
}

blockquote::before {
  border-radius: 100px;
  content: "\f10e";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  font-style: normal;
  height: 30px;
  left: 20px;
  line-height: 30px;
  margin-top: -15px;
  position: relative;
  top: 50%;
  width: 30px;
  color: var(--color-main);
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 55px 50px 40px 50px;
}

hr {
  max-width: 100px;
}

hr.is-style-wide {
  max-width: 100%;
  border-bottom-width: 1px;
  color: #aaa;
}

.dark-bg {
  background: #1f1f1f none repeat scroll 0 0;
}

.dark-bg .content-title {
  color: #fff;
}

.content-title span {
  color: var(--color-main);
}

.content-line {
  background: #ccc;
  height: 1px;
  margin-bottom: 40px;
  margin: auto;
  width: 300px;
  max-width: 100%;
}

.box-align-center {
  text-align: center;
}

.box-align-center blockquote::before {
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  top: auto;
}

.align-right {
  text-align: right;
}

.row-black {
  background: #333;
  margin: 0;
  padding: 80px 30px;
}

.row-black .content-box-title::after {
  border-bottom: 5px solid #fff;
}

.row-black .content-box-title > h3, .row-black b, .row-black strong {
  color: #fff;
}

.img-bg {
  background-position: center center;
  background-size: cover;
}

.no-bottom {
  padding-bottom: 0;
}

.content-head {
  text-align: center;
  margin-bottom: 80px;
}

.content-title {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3em;
  color: #000;
}

.content-title:after {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute !important;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  background: var(--color-main);
}

.sub-content {
  color: #B8B8B8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  margin: auto;
  max-width: 900px;
  font-family: "Poppins", sans-serif;
}

.full-width {
  width: 100% !important;
}

/*----to top style----*/
.to-top.fixed {
  opacity: 1;
  bottom: 30px;
}

.to-top {
  background: var(--color-main);
  bottom: 1150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  font-size: 15px;
  height: 50px;
  line-height: 48px;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: 1s ease-in-out;
  width: 50px;
  z-index: 333;
  -webkit-transition: 1s ease-in-out;
  border-radius: 100px;
  overflow: hidden;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.to-top:focus {
  color: #fff;
}

.to-top:hover {
  color: #fff;
}

.to-top::before {
  -webkit-transform: scale(0);
  background: var(--color-main) none repeat scroll 0 0;
  border-radius: 200px;
  content: "";
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  transition-duration: 0.8s;
  transition: all 0.4s ease-out 0s;
  width: 200px;
  z-index: -1;
  -ms-transform: scale(0);
  -webkit-transition-duration: 0.8s;
  -webkit-transition: all 0.4s ease-out 0s;
  opacity: 0.3;
  transform: scale(0);
}

.to-top::after {
  -webkit-transform: scale(0);
  background: var(--color-main) none repeat scroll 0 0;
  border-radius: 200px;
  content: "";
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in 0s;
  width: 200px;
  z-index: -1;
  -ms-transform: scale(0);
  -webkit-transition: all 0.4s ease-in 0s;
  opacity: 0.3;
  transform: scale(0);
  transition-delay: 0.3s;
}

.to-top:hover::after, .to-top:hover::before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  opacity: 1;
  transform: scale(4);
}

/*-----inner page style---*/
.table-box {
  background: #fff;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.dark-page .table-box {
  background: #1f1f1f;
}

.table-cell-box {
  position: relative;
  height: 100%;
}

.single-port-table .table-content {
  padding: 5% 7%;
}

.single-port-table .table-cell-box {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.dsc_image_swipe_widget {
  height: 100%;
}

.table-content h3 > span {
  color: var(--color-main);
}

.table-content.box-30 h3 {
  display: inline-block;
  text-align: left;
}

.table-content.box-30 {
  padding: 5% 0;
}

.box-30 {
  width: 30%;
  text-align: center;
}

.box-70 {
  width: 70%;
}

.full-img-bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.table-content {
  padding: 14%;
}

.table-content .slider-mask {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.bg-with-mask .slider-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
}

.bg-with-mask {
  position: relative;
  z-index: 1;
}

.cell-left-border {
  border-left: 10px solid var(--color-main);
}

.cell-right-border {
  border-right: 10px solid var(--color-main);
}

.table-content h3 {
  font-size: 60px;
  margin: 0 0 20px;
}

.cell-line {
  height: 1px;
  width: 100px;
  background: #ccc;
  margin-bottom: 40px;
  max-width: 100%;
}

.slider-title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 4px;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 1.4em;
}
.slider-title strong {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slick-active .slider-title {
  transition: all 0s;
}
.slick-active .slider-title .char {
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

.top-slider {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}

.dark-page {
  background: #333333;
}

.page-content-wrapper {
  background: #fff;
  position: relative;
}

.box-padding {
  overflow: hidden;
  position: relative;
  padding: 20%;
  text-align: center;
}

.box-padding .icon-cell {
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transform: translateY(-100%);
  color: #fff;
  font-size: 60px;
  position: relative;
  transform: translateY(-100%);
}

.icon-cell-sub {
  -moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
  -webkit-transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0.4s;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transform: translateY(100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}

.hovering:hover .icon-cell-sub, .hovering:hover .icon-cell {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* Cursor*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--color-main);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: var(--color-main);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-main);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border-radius: 50px;
  border: 2px solid transparent !important;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Kit fix */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/*  anim */
.zumar-anim1 {
  animation: cloud 160s linear infinite reverse;
  pointer-events: none;
  z-index: 10;
}

@keyframes cloud {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 5440px;
  }
}
/*------ Buttons -----*/
.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
}
.simple-btn:after {
  content: "";
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}
.simple-btn.right:after {
  left: auto;
  right: 0;
}

.btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #1e1e1e;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}
.btn-curve:focus {
  outline: none;
}
.btn-curve:hover {
  outline: none;
}
.btn-curve:hover:after {
  bottom: -30px;
  transform: rotate(0deg);
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  transform: rotate(-5deg);
  transition: all 0.8s;
}
.btn-curve span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: var(--color-main);
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-color {
  background: var(--color-main);
  border-color: var(--color-main);
}
.btn-curve.btn-color:after {
  background: #fff;
}
.btn-curve.btn-color span {
  color: #0c0f16;
}
.btn-curve.btn-color:hover span {
  color: var(--color-main);
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.btn-curve.btn-radius {
  border-radius: 30px;
}

/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: var(--color-main);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-main);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/*wp post style*/
table, th, td {
  border: 1px solid #eee;
  padding: 8px 10px;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

table {
  width: 100%;
}

th {
  font-weight: 600;
  background: rgba(0, 0, 0, 0.02);
}
th a {
  color: var(--color-main);
  font-weight: 400;
}

dd {
  margin-inline-start: 40px;
}

dd + dt {
  margin-top: 1.5rem;
}

td a {
  color: var(--color-main);
}
td a:hover {
  text-decoration: underline;
}

.no-search-results-form {
  max-width: 48rem;
}
.no-search-results-form .searchform input[type=search] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.no-search-results-form .searchform:after {
  color: #666 !important;
  right: 15px;
}

/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/*------------ELEMENTOR EDITOR STYLE------------------------------*/
.elementor-editor-active nav.zumar-custom-header {
  display: none;
}

.elementor-editor-active footer.zumar-custom-footer.clearfix {
  display: none;
}

.elementor-editor-preview nav.zumar-custom-header {
  display: none;
}

.elementor-editor-preview footer.zumar-custom-footer.clearfix {
  display: none;
}

.elementor-widget-dsc-slider {
  margin-bottom: 0 !important;
}

/*------------OUTPUT STYLE FIX------------------------------*/
.fit-vids-style {
  display: none;
}

/* ===============================================================
			[ * Header section ]
================================================================*/
/* Preloader */
.pre-loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999999;
}

.pre-loading:after,
.pre-loading:before {
  content: "";
  background: #fff;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 1s;
}

.pre-loading:after {
  top: 0;
}

.pre-loading:before {
  bottom: 0;
}

.loading-end:after {
  top: -60%;
}

.loading-end:before {
  bottom: -60%;
}

.load-circle {
  margin: 50vh auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid #eee;
  border-top: 10px solid #f96152;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.svg-pre-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper {
  position: initial;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper object {
  position: initial;
  height: 160px;
}

/*------------------------------ Preloader style-2 (progress)----------------------------------- */
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 1s;
}
.pace .pace-progress {
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: var(--color-main);
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after, #preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #eee;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}

#preloader .loading-text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-main);
  font-family: "Teko", sans-serif;
  z-index: 9999;
}
#preloader .loading-text.isdone {
  top: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}

/* ===============================================================
			[ * Side panel section ]
================================================================*/
/*----------Side Panel Style----------*/
.side-panel {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translateX(-webkit-calc(100% + 80px));
  -moz-transform: translateX(-moz-calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  -o-transition: -o-transform 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
}
.side-panel.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.side-panel .close-black-block-offcanvas {
  position: absolute;
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: normal;
  line-height: 1;
  border-radius: 50% 50% 50% 50%;
  padding: 4px 7px 5px 7px;
  border: 1px solid #ccc;
  z-index: 10;
  background-color: #fff;
  top: 15px;
  right: 15px;
  display: none;
}

/* ===============================================================
			[ * 404! section ]
================================================================*/
/*----404 style--*/
.error-title {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
  border: 15px double var(--color-main);
  border: 10px solid transparent !important;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 200px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 10px 60px;
  text-transform: uppercase;
}

.error-text {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.error-btn {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border: 1px solid var(--color-main);
  border: 1px solid transparent !important;
  border-radius: 5px;
  color: var(--color-main);
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  width: auto;
  z-index: 1;
}

/* ===============================================================
			[ * Blog section ]  
================================================================*/
#Blog {
  overflow-x: hidden;
}

.blog-style-three {
  display: table;
  width: 100%;
}
.blog-style-three .blog-link-img {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 30%;
}
.blog-style-three .blog-link-img:hover .blogmask {
  background: rgba(0, 0, 0, 0.5);
}
.blog-style-three .box-cat-post {
  margin-bottom: 10px;
}
.blog-style-three .post-meta {
  margin-bottom: 10px;
}
.blog-style-three .excerpt-box {
  width: 70%;
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.blog-style-three .blog-imgbg {
  background-position: center center;
  background-size: cover;
}

.blog-link-img {
  position: relative;
  display: block;
  background: var(--color-main);
  overflow: hidden;
  opacity: 0.8;
}
.blog-link-img .bl-icon {
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #ffffff;
  background: var(--color-main);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.blog-link-img img {
  width: 100%;
  transition: 0.3s;
  transition: all 0.5s;
}
.blog-link-img:hover img {
  opacity: 0.1;
  transform: scale(1.1, 1.1);
}

.content-btn-align-icon-left.content-btn-button-icon {
  float: left;
  margin-right: 10px;
}

.content-btn-align-icon-right.content-btn-button-icon {
  float: right;
  margin-left: 10px;
}

.blog-post-list .blog-style-three h3 {
  margin-bottom: 10px;
}
.blog-post-list h3 {
  font-size: 24px;
  letter-spacing: initial;
  font-weight: 700;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-post-list a:hover h3 {
  color: var(--color-main);
}
.blog-post-list .col-md-4:nth-child(4) {
  clear: left;
}
.blog-post-list .col-md-3:nth-child(5) {
  clear: left;
}
.blog-post-list .zumar-blog-box h3 {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}

.elementor-widget-zumar-post-four {
  overflow: hidden;
}

.blogmask {
  height: 100%;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  top: 0;
  z-index: 0;
}

.post-slider .blog-col-inner .blogmask {
  background: rgba(0, 0, 0, 0.3);
}
.post-slider .blog-col-inner:hover .blogmask {
  background: rgba(0, 0, 0, 0.5);
}
.post-slider .blog-imgbg {
  background-position: center center;
  background-size: cover;
}
.post-slider .blog-link-img.blog-with-box.blog-imgbg {
  color: inherit;
}
.post-slider .zumar-blog-box {
  display: table;
  height: 100%;
}
.post-slider .zumar-blog-inner {
  display: table-cell;
  vertical-align: middle;
}

.post-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
}
.post-meta a {
  color: var(--color-main);
  text-transform: capitalize;
}
.post-meta a:hover {
  color: #000000;
}
.post-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 18px;
  color: var(--color-main);
  text-transform: capitalize;
  line-height: 150%;
}
.post-meta li .fa {
  display: inline-block;
  margin-right: 3px;
}

.blog-list p {
  margin-bottom: 20px;
}
.blog-list .post-meta {
  margin-bottom: 0;
  margin-top: 0;
}
.blog-list .post-meta-bootom {
  border-top: 1px dashed #e1e1e1;
  padding-top: 20px;
}
.blog-list .post-meta-bootom li {
  color: #888;
  font-size: 13px;
}
.blog-list .post-meta-bootom a {
  color: #888;
  font-size: 13px;
}
.blog-list .blog-col-inner {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-list .excerpt-box {
  position: relative;
  box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
  margin-left: -40px;
  background: #fff;
  z-index: 2;
}
.blog-list .txt-lft {
  margin-left: 0;
  margin-right: -40px;
}

.blog-list.blog-style-two .blog-col-inner {
  background: transparent;
  align-items: initial;
}
.blog-list.blog-style-two .blog-col-inner .blog-link-img {
  max-width: 66.666%;
}
.blog-list.blog-style-two .blog-col-inner .date-post {
  display: none;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box {
  background: transparent;
  box-shadow: none;
  margin-left: -30px;
  padding: 0;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3 {
  color: #999;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
  opacity: 0.8;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3:after {
  display: none;
}

.tags a {
  font-weight: 500;
}

.blog-2 .post-meta {
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.blog-2 .post-meta a {
  color: inherit;
}
.blog-2 .post-meta span {
  color: #aaa;
}
.blog-2 .post-meta li {
  color: inherit;
  line-height: 1.8;
}
.blog-2 .excerpt-box {
  text-align: left;
  padding: 30px;
}
.blog-2 .blog-link-img:hover img {
  opacity: 1;
  transform: scale(1.1, 1.1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog-2 .blog-post-list h3 {
  font-weight: 600;
  font-size: 220%;
}
.blog-2 .content-btn {
  border: none;
  margin-top: 20px;
  background: #fff;
  color: var(--color-main);
}
.blog-2 .content-btn i {
  border: 0.5px dashed var(--color-main);
  border-radius: 50%;
  height: 45px;
  line-height: 45px;
  margin: auto;
  text-align: center;
  width: 45px;
}
.blog-2 .blog-col-inner {
  border: none;
  box-shadow: none;
}

.cat-post {
  position: absolute;
  background-color: #ffffff;
  padding: 3px 10px;
  top: 5px;
  left: 5px;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.date-post {
  position: absolute;
  background-color: #1f1f1f;
  padding: 3px 10px;
  top: 5px;
  left: 5px;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #ffffff;
}

.date-post-rtl {
  position: absolute;
  background-color: #1f1f1f;
  padding: 3px 10px;
  top: 5px;
  right: 5px;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #ffffff;
}

.blog-col-inner {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.excerpt-box {
  padding: 36px;
}

.blog-wrapper {
  background: #fff;
}

.dark-page .blog-wrapper {
  background: #1f1f1f;
}

.blog-header {
  background: #1f1f1f none repeat scroll 0 0;
  position: relative;
  z-index: 999;
}

.blog-header-slider {
  background: #fafafa none repeat scroll 0 0;
}
.blog-header-slider:hover .slide-nav {
  opacity: 1;
}

.blog-img-bg {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.blog-img-bg:hover .blog-box {
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  z-index: 1;
}

.small-title {
  font-size: 30px;
  margin: 0 0 20px;
}

.zumar-blog-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 15px;
}

.zumar-blog-inner {
  padding: 20px;
}

.post-meta-box {
  list-style: none;
  padding: 0;
}
.post-meta-box li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-col {
  padding: 0;
}

.box-blog-padding {
  padding: 20px;
  padding-top: 0;
}

.blog-with-box img {
  opacity: 0.8;
}

.box-cat-post {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  display: inline-block;
}

.box-cat-post.cat-absolute {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  color: #000000;
  padding: 6px 16px;
  z-index: 3;
}

.blog-box {
  margin: 0 15px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0, 0);
  -webkit-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  z-index: 1;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
}
.blog-box h3 {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 10px 0 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-box .slide-btn {
  font-size: 15px;
  letter-spacing: 3px;
  padding: 13px 25px;
}
.blog-box p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}

.blog-box-inner {
  border: 4px solid #fff;
  margin: auto;
  padding: 30px;
  position: relative;
  top: auto;
  max-width: 300px;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}

.blog-content .img-post {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 7px;
}
.blog-content .img-post img {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out, -moz-filter 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out, -o-filter 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.blog-content .img-post img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.blog-content .blog-post p a {
  color: var(--color-main);
}

.entry-title {
  display: block;
  font-size: 30px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 100ms linear all;
  -moz-transition: 100ms linear all;
  transition: 100ms linear all;
}

a .entry-title {
  -webkit-transition: 100ms linear all;
  -moz-transition: 100ms linear all;
  transition: 100ms linear all;
}
a .entry-title:hover {
  color: var(--color-main);
}

.blog-slider-box {
  padding: 27% 0;
}

.fa-arrow-left.slick-arrow {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
}
.fa-arrow-left.slick-arrow:hover {
  background: #000;
  color: #ffffff;
}

.fa-arrow-right.slick-arrow {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
}
.fa-arrow-right.slick-arrow:hover {
  background: #000;
  color: #ffffff;
}

.slider .fa.fa-arrow-right.slick-arrow {
  left: 50px;
}

.post-detail {
  font-size: 13px;
  padding: 0;
  list-style: outside none none;
  color: #888;
}
.post-detail > li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 15px;
}
.post-detail > li a {
  color: #888;
}
.post-detail > li a:hover {
  color: var(--color-main);
}
.post-detail > li i {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100px;
  color: var(--color-main);
}

.border-post {
  display: block;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  border-bottom: 1px solid #eee;
}

.single .border-post {
  border: none;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  display: inline-block;
}
.pagination > li {
  display: inline-block;
  margin-right: 10px;
}
.pagination > li > a {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 20px 10px 20px;
  font-weight: 500;
}
.pagination > li > a:focus {
  color: #333;
}
.pagination > li > span {
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 20px 10px 20px;
}
.pagination > li > span:focus {
  color: #333;
}
.pagination > .active > a {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination > .active > a:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination > .active > a:focus {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination > .active > span {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination > .active > span:focus {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination li a:hover {
  color: #000000;
}
.pagination a {
  font-weight: 500;
}

.blog-slider:hover .slide-nav {
  opacity: 1;
}

.blog-mason .entry-title {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  padding-bottom: 20px;
}

.post-bottom {
  display: flex;
  padding: 20px 0 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}

.tags-bottom {
  order: 1;
  margin-top: 10px;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.tags-bottom a {
  color: #666;
  padding: 6px 18px;
  font-size: 13px;
  margin-left: 7px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 50px;
  background: #f7f7f7;
}
.tags-bottom a:hover {
  color: #fff;
  background-color: var(--color-main);
}

.sharebox {
  justify-content: flex-end;
  order: 2;
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.share-box {
  font-family: "Poppins", sans-serif;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.1em;
  float: right;
  margin-top: 10px;
}
.share-box a {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.zumar-share-box.share-box {
  padding: 0;
}

.zumar-share-box .share-text {
  display: inline-block;
}

#related_posts {
  margin-bottom: 60px;
  background: #f5f6f8;
  padding: 40px;
  border: 1px solid #eeeff0;
}
#related_posts .related-inner:hover {
  border-bottom-color: var(--color-main);
}
#related_posts .related-inner .post-detail > li {
  margin-bottom: 5px;
}
#related_posts .related-inner P {
  margin-top: 8px;
}
#related_posts .related-inner div > *:last-child {
  margin-bottom: 0;
}
#related_posts .col-sm-4 {
  margin-bottom: 20px;
}
#related_posts .col-sm-4 img {
  opacity: 1;
  transition: 0.3s;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
#related_posts .col-sm-4:nth-child(4) {
  clear: left;
}

.attachment-zumar-related-post {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.related-inner {
  overflow: hidden;
  padding: 30px 35px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0 10px 0;
  z-index: 1000;
  position: relative;
}

a > img + .related-inner {
  margin: -20px 20px 20px;
}

.related-cat {
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}
.related-cat i {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-main);
}

.title-related-post {
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  font-size: 22px;
  margin: 0 0 40px;
  text-transform: uppercase;
  position: relative;
}
.title-related-post:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 0;
  bottom: -6px;
  background-color: #000;
}

.related-title {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}

h3.related-title:hover {
  color: var(--color-main);
}

.footer.footer-two.clearfix {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.blog-gallery div {
  width: 33.3%;
  float: left;
}
.blog-gallery a {
  position: relative;
  display: block;
}
.blog-gallery a span {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.blog-gallery a span:hover {
  opacity: 1;
}
.blog-gallery a i {
  background: var(--color-main) none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.pagi-nav-box {
  float: left;
}

.imgpagi-box {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.imgpagi-box p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-main);
  letter-spacing: 2px;
  text-align: left;
}

.pagi-nav-box.next {
  text-align: right;
  float: right;
}

.img-pagination {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 60px;
}
.img-pagination a {
  display: table;
  width: 100%;
}
.img-pagination a:hover .img-pagi .lnr {
  font-size: 30px;
  color: var(--color-main);
}
.img-pagination a:hover .img-pagi img {
  z-index: 0;
}
.img-pagination a .img-pagi img {
  z-index: 2;
  display: none;
}

.img-pagi {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  background: transparent;
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.img-pagi .lnr {
  color: #999;
  font-size: 25px;
  height: 124px;
  left: 50%;
  line-height: 120px;
  margin-left: -60px;
  margin-top: -62px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: scale(0.6);
  transition: all 0.3s ease 0s;
  width: 120px;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.img-pagi img {
  position: relative;
}

.pagi-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.5;
  text-align: left;
}

.pagi-box p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*-------------------------------------  Blog article Style 2  -----------------------------------------*/
.blog-style-2 .entry-title {
  font-size: 28px;
}
.blog-style-2 .post-detail > li {
  border-radius: 2em;
  background-color: #f5f5f5;
  color: #333;
  padding: 9px 16px;
  transition: all 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  line-height: 1.25em;
  margin-inline-end: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-style-2 .post-detail > li a {
  color: #333;
}
.blog-style-2 .border-post {
  border-bottom: 1px dashed #cecece;
}

/*-------------------------------------  Blog article Style 3  -----------------------------------------*/
.blog-style-3 {
  padding: 100px 0;
}
.blog-style-3 .entry-title {
  font-size: 25px;
}
.blog-style-3 .post-img {
  padding-left: 0;
}
.blog-style-3 .post-img .img-post {
  margin: 0;
}
.blog-style-3 .post-details {
  padding-right: 0;
  position: relative;
  height: 100%;
}
.blog-style-3 .post-details .post-cat {
  border-right: 1px solid #dee2e6;
  padding-right: 14px;
  border-radius: 0;
}
.blog-style-3 .post-details .post-cat a {
  color: var(--color-main);
  text-transform: uppercase;
  font-weight: 600;
}
.blog-style-3 .post-detail.post-bot {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.blog-style-3 .post-detail.post-bot .count {
  margin-left: 20px;
}
.blog-style-3 .post-detail.post-bot > li {
  margin-bottom: 0;
}
.blog-style-3 .post-detail > li {
  border-radius: 2em;
  color: #333;
  transition: all 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  line-height: 1.25em;
  margin-inline-end: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-style-3 .post-detail > li i {
  color: initial;
}
.blog-style-3 .post-detail > li a {
  color: #333;
}
.blog-style-3 .border-post {
  border-bottom: 1px dashed #cecece;
}
.blog-style-3 .pagination > li:last-child > a, .blog-style-3 .pagination > li:last-child > span {
  border-radius: 7px;
}

/*-------------------------------------  Blog slider  -----------------------------------------*/
.blog-top-slider {
  background: #fff;
}
.blog-top-slider .m-title {
  font-weight: 700;
  font-size: 45px;
}
.blog-top-slider .m-title span {
  color: var(--color-main);
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}
.blog-top-slider .m-title span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: var(--color-main);
  opacity: 8%;
}
.blog-top-slider .blog-details-slider {
  position: relative;
  overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
}
.blog-top-slider .blog-details-slider .content-card .img img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.blog-top-slider .blog-details-slider .content-card .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4vw;
  color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .date {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.blog-top-slider .blog-details-slider .content-card .info span a {
  color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .title a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  transition-delay: 0.1s;
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.blog-top-slider .blog-details-slider .content-card .info .text-info {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  transition-delay: 0.2s;
}
.blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info small, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info p, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info a {
  opacity: 1;
  transform: translateX(0);
}
.blog-top-slider .blog-details-slider .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 30px 4vw;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-button-prev {
  transform: rotate(45deg);
  border-radius: 15px;
  width: 50px;
  height: 50px;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-button-prev::after {
  transform: rotate(-45deg);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev {
  right: -35px;
  background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 23px;
}
.blog-top-slider .blog-details-slider .swiper-button-prev, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next {
  left: -35px;
  background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-prev::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 22px;
}

/*-------------------------------------  Blog Popular  -----------------------------------------*/
.popular-posts {
  background: #fff;
}
.popular-posts .col-lg-4:not(:last-child) {
  border-right: 1px solid #dee2e6;
}
.popular-posts .card {
  padding: 0 15px;
}
.popular-posts .card .img {
  border-radius: 20px;
  height: 200px;
}
.popular-posts .card .card-body a {
  color: #000;
}

/*-------------------------------------  Author title  -----------------------------------------*/
.zumar-author {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eef4f8;
  text-align: center;
}
.zumar-author h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}
.zumar-author h1 span {
  position: relative;
}
.zumar-author h1 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  opacity: 8%;
  background-color: var(--color-main);
}

.widget .contact-list {
  list-style: outside none none;
  margin: 20px 0;
  padding: 0;
}
.widget .contact-list > li {
  margin-bottom: 10px;
  list-style: outside none none;
}

.contact-list {
  list-style: outside none none;
  margin: 20px 0;
  padding: 0;
}
.contact-list > li {
  margin-bottom: 10px;
  list-style: outside none none;
}
.contact-list i.fa {
  color: #1f1f1f;
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
}

.map_canvas {
  height: 500px;
}

.map-gray iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

.box-map {
  line-height: 1;
  padding: 20px 0 20px 20px;
  text-align: center;
  width: 100%;
}
.box-map > img {
  max-width: 400px;
  max-height: 200px;
}
.box-map > h3 {
  font-size: 16px;
  color: #1f1f1f;
  letter-spacing: 3px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

form input {
  -moz-box-sizing: border-box;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #888;
  line-height: inherit;
  padding: 6px 13px;
  padding-left: 30px;
  width: 100%;
  max-height: 150px;
  border-radius: 0;
  background: #fdfdfd;
  font-size: 15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
form input:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
form textarea {
  -moz-box-sizing: border-box;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #888;
  line-height: inherit;
  padding: 6px 13px;
  padding-left: 30px;
  width: 100%;
  max-height: 150px;
  border-radius: 0;
  background: #fdfdfd;
  font-size: 15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
form textarea:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.comment-respond form input {
  border: 1px solid #ddd;
  padding-left: 10px;
  max-height: 160px;
}
.comment-respond form input:focus {
  border-color: var(--color-main);
}
.comment-respond form input::placeholder {
  color: #333;
}
.comment-respond form textarea {
  border: 1px solid #ddd;
  padding-left: 10px;
  max-height: 160px;
}
.comment-respond form textarea:focus {
  border-color: var(--color-main);
}
.comment-respond form textarea::placeholder {
  color: #333;
}
.comment-respond p {
  position: relative;
}

#MyContactForm {
  text-align: left;
}
#MyContactForm p span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#MyContactForm p label {
  cursor: text;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
}

input:focus {
  border-color: #e0e0e0;
}

textarea:focus {
  border-color: #e0e0e0;
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea:-moz-placeholder {
  color: #aaa;
}

textarea::-moz-placeholder {
  color: #aaa;
}

textarea:-ms-input-placeholder {
  color: #aaa;
}

#form-wrapper #MyContactForm .error {
  bottom: 12px;
  color: #FF0000;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  font-style: italic;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}

.content-btn {
  color: #666666;
  width: auto;
  border: 1px solid #666666;
  display: inline-block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding: 8px 20px;
  border-radius: 50px;
}
.content-btn:hover {
  color: var(--color-main);
}
.content-btn::before {
  background: #eee none repeat scroll 0 0;
  border-radius: 200px;
  content: "";
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  opacity: 0.3;
  z-index: -1;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  background: #fff none repeat scroll 0 0;
  border-radius: 200px;
  content: "";
  opacity: 0.3;
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  z-index: -1;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  transition-delay: 0.3s;
}

.slider-btn:hover::before {
  opacity: 1;
  transform: scale(4);
  -ms-transform: scale(4);
  -webkit-transform: scale(4);
}

.zumar-comment span.your-name {
  display: inline-block;
  width: 32.9%;
}
.zumar-comment span.your-email {
  display: inline-block;
  width: 32.9%;
}
.zumar-comment span.cell-phone {
  display: inline-block;
  width: 32.9%;
}
.zumar-comment span.subject {
  display: inline-block;
  width: 49%;
}
.zumar-comment .comment-form-email {
  width: 32.9%;
  display: inline-block;
  padding-right: 1%;
}
.zumar-comment .comment-form-author {
  width: 32.9%;
  display: inline-block;
  padding-right: 1%;
}
.zumar-comment .comment-form-comment {
  margin-top: 30px;
  margin-bottom: 20px;
}
.zumar-comment .comment-form-url {
  width: 32.9%;
  display: inline-block;
  padding-right: 1%;
  padding-right: 0;
}

/*-------------------------------------  Post Style 1  -----------------------------------------*/
.post-style-1 {
  padding-bottom: 0;
}
.post-style-1 p {
  margin: 0 0 20px;
}
.post-style-1 a.colored {
  color: var(--color-main);
}
.post-style-1 .entry-title {
  display: block;
  font-size: 42px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 700;
  -webkit-transition: 100ms linear all;
  transition: 100ms linear all;
  text-align: center;
}
.post-style-1 .post-detail > li {
  margin-right: 35px;
  color: #333;
}
.post-style-1 .post-detail > li.post-cat {
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #dee2e6;
  padding-right: 20px;
  margin-right: 20px;
}
.post-style-1 .post-detail > li.post-cat a {
  color: var(--color-main);
}
.post-style-1 .post-detail > li.post-date {
  margin-right: 0;
}
.post-style-1 .post-detail > li.post-auth .lnr-user {
  background-color: var(--color-main);
  border-color: var(--color-main);
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  line-height: 21px;
}
.post-style-1 .post-detail > li i {
  color: initial;
  font-size: 14px;
}
.post-style-1 .post-detail > li a {
  color: #333;
}
.post-style-1 .attachment-post-thumbnail {
  border-radius: 15px;
  width: 1320px;
  height: 90vh;
  object-fit: cover;
  margin-top: 60px;
  margin-bottom: 40px;
}
.post-style-1 .wp-caption {
  border: none;
}
.post-style-1 .post-bottom {
  border: none;
  flex-wrap: wrap;
}
.post-style-1 .post-bottom .tags-bottom a {
  color: #666;
  padding: 6px 18px;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 50px;
  border-radius: 7px;
  background-color: var(--color-gray);
  margin-left: 5px;
}
.post-style-1 .post-bottom .tags-bottom a:hover {
  color: #fff;
  background-color: var(--color-main);
}
.post-style-1 .post-bottom .share-box .share-text {
  text-transform: capitalize;
}
.post-style-1 .post-bottom .share-box a {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.post-style-1 .post-bottom .share-box a:hover {
  color: #fff;
}
.post-style-1 .zumar-author-info {
  display: flex;
  padding: 40px;
  background: var(--color-gray);
  border-radius: 15px;
}
.post-style-1 .zumar-author-info .zumar-author-avatar {
  max-width: 80px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-style-1 .zumar-author-info .zumar-author-avatar img {
  border-radius: 50%;
}
.post-style-1 .zumar-author-info .zumar-author-info-content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 30px;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-info-title {
  margin-bottom: 18px;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-info-title .zumar-author-name a {
  color: #111;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-info-title .zumar-author-role {
  font-size: 12px;
  display: block;
  margin-top: 4px;
  text-transform: uppercase;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-info-text {
  margin-bottom: 0;
  color: #111;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-social {
  margin-top: 20px;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-social a {
  font-size: 14px;
  margin-right: 7px;
  background: #ebebeb;
  color: #000;
  border-radius: 50px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.post-style-1 .zumar-author-info .zumar-author-info-content .zumar-author-social a:hover {
  background: var(--color-main);
  color: #fff;
}
.post-style-1 .zumar-comment {
  margin-top: 50px;
}
.post-style-1 .zumar-comment .comment-body {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: none;
}
.post-style-1 .zumar-comment .comment-body .comment-reply-link {
  font-size: 12px;
  border-radius: 35px;
  padding: 0 16px;
  line-height: 30px;
  display: inline-block;
  font-weight: 500;
  background: none;
  border: 1px solid var(--color-main);
  color: var(--color-main);
}
.post-style-1 .zumar-comment .comment-body .comment-reply-link:hover {
  background: var(--color-main);
  color: #fff;
}
.post-style-1 .related-bottom {
  background: var(--color-gray);
  padding: 60px 0;
}

.portfolio-style-1 {
  padding: 100px 0;
}
.portfolio-style-1 .entry-title {
  font-size: 25px;
}
.portfolio-style-1 .post-img {
  padding-left: 0;
}
.portfolio-style-1 .post-img .img-post {
  margin: 0;
}
.portfolio-style-1 .post-img .img-post img {
  height: 210px;
  object-fit: cover;
}
.portfolio-style-1 .post-details {
  padding-right: 0;
  position: relative;
  height: 100%;
}
.portfolio-style-1 .post-details .post-detail {
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
  list-style: outside none none;
}
.portfolio-style-1 .post-details .post-detail a {
  color: var(--color-main);
  text-transform: uppercase;
}
.portfolio-style-1 .post-detail.post-bot {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.portfolio-style-1 .post-detail.post-bot span a {
  color: #010101;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #f1f2fa;
  text-transform: initial;
}
.portfolio-style-1 .post-detail.post-bot > li {
  margin-bottom: 0;
}
.portfolio-style-1 .post-detail > li {
  border-radius: 2em;
  color: #333;
  transition: all 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  line-height: 1.25em;
  margin-inline-end: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.portfolio-style-1 .post-detail > li i {
  color: initial;
}
.portfolio-style-1 .post-detail > li a {
  color: #333;
}
.portfolio-style-1 .border-post {
  border-bottom: 1px dashed #cecece;
}
.portfolio-style-1 .pagination > li:last-child > a, .portfolio-style-1 .pagination > li:last-child > span {
  border-radius: 7px;
}

.port-inner {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.port-inner:hover .port-box {
  opacity: 0.8;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.port-inner:hover .dbox-relative {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.port-box {
  display: block;
  padding: 60% 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}

.portfolio-body {
  margin-bottom: -1px;
}
.portfolio-body .port-box::after {
  display: none !important;
  height: 100%;
  width: 273%;
  display: block;
  content: "";
  position: absolute;
  background: #333;
  transform: rotate(45deg);
  top: -200%;
  right: -100%;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
  transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body .port-inner:hover .port-box::after {
  top: -50%;
}

.single-portfolio .slider-mask {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.port-short .slider-padding {
  padding: 39.5%;
}

.portfolio-type-four .slider-center-box > h3 {
  font-size: 30px;
}

.port-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.port-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pagi-box {
  width: 100%;
}

.zumar-gallery .port-item {
  float: left;
  clear: none;
}

.img-mask {
  z-index: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.mason-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ani-width .img-mask {
  background: #fff none repeat scroll 0 0;
  height: 110%;
  position: absolute;
  right: -10px;
  top: -10px;
  bottom: -10px;
  width: 50%;
  transform: scale(1, 1);
  transform-origin: right;
  -ms-transform: scale(1, 1);
  -ms-transform-origin: right;
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: right;
}
.ani-width .width-img {
  opacity: 0;
}

.gray-bg .ani-width .img-mask {
  background: #fafafa;
}

.dark-page .ani-width .img-mask {
  background: #1f1f1f;
}
.dark-page .gray-bg .ani-width .img-mask {
  background: #1A1A1A;
}

.full-ani-width .img-mask {
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.full-ani-width .width-img {
  opacity: 1;
}

.width-img {
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}

.port-filter {
  list-style: outside none none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  display: inline-block !important;
  line-height: 1rem;
  text-transform: uppercase;
}
.port-filter a.active {
  color: var(--color-main);
}
.port-filter a {
  background: transparent;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: #777777;
  border-radius: 50px;
}
.port-filter a:hover {
  color: var(--color-main);
}
.port-filter > li {
  display: inline-block;
  margin: 5px;
}

.dbox-relative {
  opacity: 0;
  padding: 15px 40px;
  z-index: 1;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.dbox-relative h3 {
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
}
.dbox-relative p {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}

.port-dbox {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.other-portfolio {
  text-align: center;
}
.other-portfolio .port-box {
  padding: 50% 0;
  background: var(--color-main);
}
.other-portfolio .port-item {
  float: left;
}

.port-detail {
  list-style: none;
  padding: 0;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.port-detail li {
  display: inline-block;
  margin-right: 10px;
}

.port-gallery-body .col-md-12 .port-box {
  padding: 30% 0;
}

.port-top-gallery .port-box {
  padding: 35% 0;
}

.op-title {
  font-size: 32px;
  margin: auto;
  margin-bottom: 40px;
  line-height: 1;
  width: fit-content;
  text-align: center;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.op-sub {
  margin: 0;
}

.single-work-title {
  font-size: 60px;
  margin: 0 0 30px;
  text-transform: capitalize;
}

.swork-line {
  margin-bottom: 25px;
  background: #000;
  height: 6px;
  width: 60px;
  margin-top: -15px;
}

.zumar-posts-slider .mb-30 {
  margin-bottom: 30px;
}
.zumar-posts-slider .mb-10 {
  margin-bottom: 10px;
}
.zumar-posts-slider .mb-80 {
  margin-bottom: 80px;
}
.zumar-posts-slider .arrows a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  display: inline-block;
  z-index: 10;
  border-radius: 50%;
  margin-inline-start: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0666666667);
  margin-bottom: 80px;
}
.zumar-posts-slider .arrows a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-posts-slider .blog-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.0392156863);
  background-color: #fff;
}
.zumar-posts-slider .blog-card .main-img {
  height: 240px;
  overflow: hidden;
}
.zumar-posts-slider .blog-card .main-img .play-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: var(--color-main);
  font-size: 14px;
  z-index: 10;
  border-radius: 50%;
}
.zumar-posts-slider .blog-card .main-img .play-icon:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-posts-slider .blog-card .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-posts-slider .blog-card .info {
  padding: 40px;
}
.zumar-posts-slider .blog-card .info .icon-10 {
  width: 10px;
  height: 10px;
}
.zumar-posts-slider .blog-card .info .icon-10 img {
  object-fit: cover;
}
.zumar-posts-slider .blog-card .info .icon-50 {
  width: 50px;
  height: 50px;
}
.zumar-posts-slider .blog-card .info .icon-50 img {
  object-fit: cover;
}
.zumar-posts-slider .blog-card .info .form-check .form-check-input {
  opacity: 0;
  display: none;
}
.zumar-posts-slider .blog-card .info .form-check .form-check-label {
  color: #999;
  cursor: pointer;
}
.zumar-posts-slider .blog-card .info .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--color-main);
}

.zumar-stars {
  color: #fefeff;
  font-size: 100px;
  display: inline-flex;
}

.blog-post-list.blog-style-1 .blog-col-inner {
  border: none;
}
.blog-post-list.blog-style-1 .blog-col-inner:hover .blog-link-img img {
  opacity: 1;
  transform: scale(1.1, 1.1) rotate(2deg);
  cursor: crosshair;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img {
  position: relative;
  display: block;
  background: var(--color-main);
  overflow: hidden;
  opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .bl-icon {
  border-radius: 100px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #ffffff;
  background: var(--color-main);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post {
  position: absolute;
  background-color: #ffffff;
  padding: 8px 16px;
  top: 5px;
  left: 5px;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 25px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post:hover {
  opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box {
  padding: 20px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box h3 {
  font-size: 24px;
  letter-spacing: initial;
  font-weight: 700;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box a:hover h3 {
  color: var(--color-main);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
  clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
  clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .zumar-blog-box h3 {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .excerpt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn {
  color: #999;
  border: none;
  border-bottom: 1px solid #999;
  padding: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn:hover {
  background: transparent;
  color: var(--color-main);
  border-color: var(--color-main);
  webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta {
  list-style: none;
  padding: 0;
  line-height: 1.9em;
  margin-top: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a {
  color: var(--color-main);
  text-transform: uppercase;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
  color: #000000;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 18px;
  color: var(--color-main);
  text-transform: uppercase;
  line-height: 150%;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
  display: inline-block;
  margin-right: 3px;
}

.recent-posts-widget {
  float: left;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.recent-posts-widget:last-child {
  margin-bottom: -5px;
  padding-bottom: 0px;
}
.recent-posts-widget .recent-post-img {
  float: left;
}
.recent-posts-widget .recent-post-img img {
  max-width: 75px;
  margin-right: 10px;
  height: 75px;
  object-fit: cover;
}
.recent-posts-widget h3 {
  display: initial;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
  transition: 100ms linear all;
}
.recent-posts-widget h3:after {
  display: none;
}
.recent-posts-widget span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}

.sidebar .wp-block-group__inner-container h2 {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .wp-block-group__inner-container h2:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-main);
  margin-bottom: 30px;
  margin-top: -1px;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.sidebar .recent-posts-widget {
  width: 100%;
}
.sidebar .recent-posts-widget:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img {
  margin-right: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
  max-width: 75px;
  margin-right: 0;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar .recent-posts-widget .widget-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.sidebar .recent-posts-widget .widget-post-content h3 {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4em;
  transition: 100ms linear all;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 0;
}
.sidebar .recent-posts-widget .widget-post-content h3 a {
  color: #000000;
}
.sidebar .recent-posts-widget .widget-post-content h3:after {
  display: none;
}
.sidebar .recent-posts-widget .widget-post-content span {
  font-size: 12px;
  padding-top: 0;
}
.sidebar #gallery-1 img {
  border: 4px solid #f9f9f9 !important;
}

.zumar-related-slider .related-postes-slider .swiper-slide .card {
  padding: 0 15px;
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .img {
  height: 200px;
  overflow: hidden;
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .cat a {
  color: var(--color-main);
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .title {
  padding-bottom: 15px;
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .title a {
  color: #000;
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .title a:hover {
  color: var(--color-main);
}
.zumar-related-slider .related-postes-slider .swiper-slide .card .post-auth .lnr-user {
  background-color: var(--color-main);
  border-color: var(--color-main);
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
  border-radius: 50px;
}
.zumar-related-slider .related-postes-slider .swiper-slide-prev {
  position: relative;
}
.zumar-related-slider .related-postes-slider .swiper-slide-prev::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}
.zumar-related-slider .related-postes-slider .swiper-slide-active::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}
.zumar-related-slider .related-postes-slider .swiper-button-next, .zumar-related-slider .related-postes-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}
.zumar-related-slider .related-postes-slider .swiper-button-next:hover, .zumar-related-slider .related-postes-slider .swiper-button-prev:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.zumar-related-slider .related-postes-slider .swiper-button-next, .zumar-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: -50px;
}
.zumar-related-slider .related-postes-slider .swiper-button-prev, .zumar-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 50px;
  top: -50px;
}
.zumar-related-slider .related-postes-slider .swiper-button-next::after, .zumar-related-slider .related-postes-slider .swiper-button-prev::after {
  font-size: 13px;
}

.post-style-3 .entry-header {
  overflow: hidden;
  position: relative;
  padding: 120px 70px;
  border-radius: 7px;
}
.post-style-3 .entry-header .post-date {
  text-align: center;
  width: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  height: 90px;
  line-height: 1;
  min-width: fit-content;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.post-style-3 .entry-header .post-date span {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}
.post-style-3 .entry-header .post-category {
  min-width: fit-content;
  justify-content: center;
  display: flex;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 50px;
}
.post-style-3 .entry-header .post-category a {
  color: #fff;
  padding: 0 5px;
}
.post-style-3 .entry-header .blog-post_bg_media {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.post-style-3 .entry-header .blog-post_bg_media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #15222b;
  opacity: 0.6;
}
.post-style-3 .entry-header .entry-title {
  color: #fff;
  text-align: center;
  font-size: 34px;
}
.post-style-3 .entry-header .post-detail {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
  color: #f9f9f9;
}

/* ===============================================================
			[ * Sidebar section ]  
================================================================*/
.wp-block-search__label {
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: -1px;
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-search__label:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--color-main);
  margin-bottom: 30px;
  margin-top: -1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}

.widget-border {
  width: 50px;
  height: 2px;
  background-color: var(--color-main);
  margin-bottom: 30px;
  margin-top: -1px;
}

.widget {
  padding: 0 0 60px;
}
.widget > ul > li > ul ul li {
  margin-left: 9px;
}
.widget > ul > li li, .widget > div > ul > li li {
  margin-left: 10px;
}
.widget ul {
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li ul li {
  padding-bottom: 0;
  border: none;
}
.widget ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.widget.widget_recent_comments ul li a:before {
  content: none;
}
.widget.widget_recent_comments > ul > li:before {
  content: "\f27b";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.widget.widget_recent_comments a[rel~=external] {
  text-decoration: underline;
  color: #777;
}
.widget.widget_recent_entries ul li a:before {
  content: "\f0c5";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.widget.widget_archive ul li a:before {
  content: "\f24d";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.widget.widget_meta ul li a:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.widget li {
  margin: 1.5rem 0;
}
.widget ul.abtw-soc li a:before {
  display: none;
}
.widget .abtw-soc {
  list-style: outside none none;
  margin: 40px 0 0;
  padding: 0;
}
.widget .abtw-soc > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 2px;
}

.sidebar .widget {
  padding: 0 0 60px;
}
.sidebar .widget > ul > li > ul ul li {
  margin-left: 9px;
}
.sidebar .widget > ul > li li, .sidebar .widget > div > ul > li li {
  margin-left: 10px;
}
.sidebar .widget ul {
  padding: 0;
}
.sidebar .widget ul li {
  list-style: none;
}
.sidebar .widget ul li ul li {
  padding-bottom: 0;
  border: none;
}
.sidebar .widget ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.sidebar .widget.widget_recent_comments ul li a:before {
  content: none;
}
.sidebar .widget.widget_recent_comments > ul > li:before {
  content: "\f27b";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.sidebar .widget.widget_recent_comments a[rel~=external] {
  text-decoration: underline;
  color: #777;
}
.sidebar .widget.widget_recent_entries ul li a:before {
  content: "\f0c5";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.sidebar .widget.widget_archive ul li a:before {
  content: "\f24d";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.sidebar .widget.widget_meta ul li a:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: var(--color-main);
}
.sidebar .widget li {
  margin: 1.5rem 0;
}
.sidebar .widget ul.abtw-soc li a:before {
  display: none;
}
.sidebar .widget .abtw-soc {
  list-style: outside none none;
  margin: 40px 0 0;
  padding: 0;
}
.sidebar .widget .abtw-soc > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 2px;
}
.sidebar .searchform {
  margin: 0;
  position: relative;
}
.sidebar .searchform input[type=search] {
  display: block;
  height: 45px;
  margin: 0;
  padding: 5px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.sidebar .searchform input[type=search]:focus {
  border-color: #aaa;
}
.sidebar .searchform input[type=search]:placeholder {
  color: #ccc;
}
.sidebar .searchform .searchsubmit {
  height: 45px;
  right: 0;
  line-height: 1;
  margin-top: -22.5px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 45px;
  z-index: 1;
  color: transparent;
  background: transparent;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sidebar .searchform::after {
  display: inline-block;
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--color-main) !important;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.sidebar .widgettitle {
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget-border {
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  margin-bottom: 30px;
  margin-top: -1px;
}
.sidebar select {
  width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8dbe2;
  border-radius: 3px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1.1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.8em;
  background-repeat: no-repeat;
}
.sidebar .widget .textwidget p {
  margin-bottom: 0;
}
.sidebar .theiaStickySidebar {
  padding-left: 36px;
  margin-bottom: -20px;
}
.sidebar .widget ul:last-child > li:last-child {
  margin-bottom: 0;
}

.blog-content .no-search-results-form {
  max-width: 75%;
}
.blog-content .searchform {
  margin: 0;
  position: relative;
}
.blog-content .searchform input[type=search] {
  display: block;
  height: 45px;
  margin: 0;
  padding: 5px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.blog-content .searchform input[type=search]:focus {
  border-color: #aaa;
}
.blog-content .searchform input[type=search]:placeholder {
  color: #ccc;
}
.blog-content .searchform .searchsubmit {
  height: 45px;
  right: 0;
  line-height: 1;
  margin-top: -22.5px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 45px;
  z-index: 1;
  color: transparent;
  background: transparent;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.blog-content .searchform::after {
  display: inline-block;
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--color-main) !important;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.wp-block-search__inside-wrapper {
  margin: 0;
  position: relative;
}
.wp-block-search__inside-wrapper input[type=search] {
  display: block;
  height: 45px;
  margin: 0;
  padding: 5px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper input[type=search]:focus {
  border-color: #aaa;
}
.wp-block-search__inside-wrapper input[type=search]:placeholder {
  color: #ccc;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  height: 45px;
  right: 0;
  line-height: 1;
  margin-top: -22.5px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 45px;
  z-index: 1;
  color: transparent;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper::after {
  display: inline-block;
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--color-main);
}

.widget_categories ul li.cat-item span {
  float: right;
  width: 25px;
  background-color: #f1f1f1;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}

.widget_categories ul li.cat-item a:hover + span {
  background-color: var(--color-main);
  color: #fff;
}

.widget_archive ul li span {
  float: right;
  width: 25px;
  background-color: #f1f1f1;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}

.widget_archive ul li a:hover + span {
  background-color: var(--color-main);
  color: #fff;
}

.widget.widget_archive ul li:last-child {
  margin-bottom: 0px;
}

.tagcloud a {
  color: #777;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 4px 10px;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.tagcloud a:hover {
  color: var(--color-main) !important;
}

.widget-about-us {
  text-align: center;
  max-width: 500px;
}
.widget-about-us h3 {
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  margin-top: 30px;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.widget-about-us p {
  margin: 0;
}

.bordering-widget {
  color: #ffffff;
  margin: 5%;
  padding: 20px;
  position: relative;
  top: 0;
}

.abtw-box {
  position: relative;
  color: #ffffff;
  padding: 25px 10px 10px 10px;
}
.abtw-box .slider-mask {
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

.ab-bordering {
  overflow: hidden;
  padding: 40px 30px;
  background: var(--color-main);
  color: #ffffff;
  font-size: 14px;
}

.wdg-about-subtitle {
  font-size: 15px;
  line-height: 1;
  background: #fff;
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000000;
  font-weight: bold;
  margin: 0;
}

.abtw-soc a {
  border: 0px;
  color: #ffffff;
  background: var(--color-main);
  display: inline-block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.abtw-soc a:hover {
  color: var(--color-main);
  background: #fff;
  border-color: #ffffff;
}

.rpwe-block ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.rpwe-block li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}
.rpwe-block h3 {
  display: block;
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.5em;
}

.rpwe-thumb {
  border: 1px solid #EEE !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0;
  padding: 3px !important;
}

.rpwe-summary {
  font-size: 12px;
}

.rpwe-time {
  color: #aaa;
  font-size: 11px;
}

.rpwe-comment {
  color: #aaa;
  font-size: 11px;
  padding-left: 5px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix {
  zoom: 1;
}
.rpwe-clearfix:before {
  content: "";
  display: table !important;
}
.rpwe-clearfix:after {
  content: "";
  display: table !important;
  clear: both;
}

.rpwe_widget ul li a:before {
  display: none;
}
.rpwe_widget .rpwe-thumb {
  width: 85px;
  border-radius: 0;
  border: none !important;
}
.rpwe_widget .rpwe-block li {
  border: none;
}
.rpwe_widget .rpwe-block h3 {
  line-height: 1.6;
  font-size: 16px !important;
  margin-top: 0 !important;
}
.rpwe_widget .rpwe-title a {
  font-size: 15px !important;
  line-height: 1.6;
  color: #777777;
  -webkit-transition: 100ms linear all;
  -moz-transition: 100ms linear all;
  transition: 100ms linear all;
}
.rpwe_widget .rpwe-title a:hover {
  color: #000000;
}
.rpwe_widget .rpwe-time {
  font-size: 13px;
}

/*-------------------------------------  Sidebar Style 2  -----------------------------------------*/
.sidebar-2 .widget {
  padding: 0 0 60px;
  padding: 35px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 35px;
  font-size: 16px;
  transition: opacity 0.3s;
}
.sidebar-2 .searchform input[type=search] {
  display: block;
  height: 55px;
  margin: 0;
  padding: 10px;
  width: 100%;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background: #fff;
}
.sidebar-2 .searchform:after {
  right: 20px;
}
.sidebar-2 .searchform .searchsubmit {
  height: 55px;
  right: 0;
  line-height: 1;
  margin-top: -22.5px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 41%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 55px;
  z-index: 1;
  color: transparent;
  background: 0 0;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar-2 .widget_calendar, .sidebar-2 .widget_search, .sidebar-2 .widget.ld-sf {
  padding: 0;
  border: none;
}
.sidebar-2 .zumar_newsletter_widget {
  padding: 40px;
  background: var(--color-gray);
  border-radius: 15px;
  margin-bottom: 35px;
}
.sidebar-2 .zumar_newsletter_widget .subtitle {
  color: #666;
}
.sidebar-2 .zumar_newsletter_widget input[type=email] {
  border-radius: 12px;
  padding: 14px;
  margin-top: 35px;
  border: 1px solid #fff;
}
.sidebar-2 .zumar_newsletter_widget input[type=submit], .sidebar-2 .zumar_newsletter_widget button {
  margin-top: 20px;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  width: 100%;
}
.sidebar-2 .zumar_newsletter_widget .icon {
  display: none;
}
.sidebar-2 .widget-about-us {
  text-align: left;
}
.sidebar-2 .widget-about-us .abtw-box {
  padding: 0;
}
.sidebar-2 .widget-about-us .bordering-widget {
  padding: 0;
  margin: 0;
}
.sidebar-2 .widget-about-us .bordering-widget h3 {
  color: #000;
  text-align: left;
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc {
  margin: 20px 0 0;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a {
  color: #333;
  background: #f3f7fe;
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a:hover {
  background: var(--color-main);
  color: #fff;
}
.sidebar-2 .widget-about-us .ab-bordering {
  display: none;
}
.sidebar-2 #sb_instagram #sbi_images {
  margin: -10px;
  width: calc(100% + 20px);
  padding-bottom: 0 !important;
}
.sidebar-2 .sidebar-2 .widget.widget_featured_posts_block {
  padding-bottom: 40px;
}

/*-------------------------------------  Sidebar Style 3  -----------------------------------------*/
.sidebar-3 .widgettitle {
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  font-size: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  margin-bottom: 20px;
  border: none;
}
.sidebar-3 .widget-border {
  width: 25%;
  height: 2px;
  margin-bottom: 30px;
  margin-top: -1px;
  background: var(--color-main);
  display: none;
}
.sidebar-3 .widget_categories ul li.cat-item {
  list-style: none;
  border-bottom: 1px solid #f1e9e9;
  padding: 10px 0;
  margin: 0;
  text-transform: capitalize;
}
.sidebar-3 .widget_categories ul li.cat-item span {
  background-color: initial;
}
.sidebar-3 .widget_categories ul li.cat-item a:before {
  display: none;
}
.sidebar-3 .widget_categories ul:last-child > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sidebar-3 .widget_categories ul > li:first-child {
  padding-top: 0;
}
.sidebar-3 .searchform::after {
  color: #666 !important;
  right: 20px;
  -webkit-text-fill-color: initial;
  transform: rotate(90deg) translateX(-90%);
}
.sidebar-3 .searchform input[type=search] {
  display: block;
  height: 50px;
  margin: 0;
  padding: 8px;
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.sidebar-3 .searchform .searchsubmit {
  border: none;
}
.sidebar-3 .recent-posts-widget {
  float: initial;
}
.sidebar-3 .tagcloud a {
  color: #666;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding: 4px 10px;
  border-radius: 7px;
  background-color: var(--color-gray);
  border: none;
}
.sidebar-3 .tagcloud a:hover {
  color: #fff !important;
  background-color: var(--color-main);
}
.sidebar-3 .zumar_newsletter_widget {
  padding: 40px;
  background: var(--color-gray);
  border-radius: 15px;
  margin-bottom: 65px;
}
.sidebar-3 .zumar_newsletter_widget .widgettitle {
  font-size: 24px;
}
.sidebar-3 .zumar_newsletter_widget .subtitle {
  color: #666;
}
.sidebar-3 .zumar_newsletter_widget input[type=email] {
  border-radius: 12px;
  padding: 14px;
  margin-top: 35px;
  border: 1px solid #fff;
}
.sidebar-3 .zumar_newsletter_widget input[type=submit], .sidebar-3 .zumar_newsletter_widget button {
  margin-top: 20px;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  width: 100%;
}
.sidebar-3 .widget-about-us {
  text-align: left;
}
.sidebar-3 .widget-about-us .abtw-box {
  padding: 0;
}
.sidebar-3 .widget-about-us .bordering-widget {
  padding: 0;
  margin: 0;
}
.sidebar-3 .widget-about-us .bordering-widget h3 {
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc {
  margin: 20px 0 0;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a {
  color: #333;
  background: #f3f7fe;
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a:hover {
  background: var(--color-main);
  color: #fff;
}
.sidebar-3 .widget-about-us .ab-bordering {
  display: none;
}
.sidebar-3 .widget_instagram-feed-widget {
  padding: 0 0 35px;
}
.sidebar-3 #sb_instagram #sbi_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  margin-bottom: 10px;
  padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item {
  width: 31%;
  padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  margin-bottom: 10px;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
  border-radius: 10px;
}

/* ===============================================================
			[ * Comments section ] 
================================================================*/
/* Text meant only for screen readers. */
.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  padding-top: 20px;
}
.commentlist > li {
  list-style: none;
}
.commentlist .comment-respond {
  margin-top: 70px;
}
.commentlist .comment-respond .form-submit {
  margin-bottom: 80px;
}
.commentlist .children {
  list-style: none;
  position: relative;
}
.commentlist .avatar {
  border: 1px solid #ddd;
  border-radius: 0;
  border-radius: 50em;
}
.commentlist li.comment {
  display: block;
  overflow: hidden;
}

.fn.comment-author {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.fn.comment-author .url {
  line-height: 1.5;
  color: #000000;
}

.comment-inner.clearfix {
  float: left;
  width: 87%;
}

.comment-author.vcard {
  float: left;
  padding-right: 20px;
  max-width: 13%;
}

.comment-meta a {
  font-weight: normal;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.comment-meta .comment-edit-link {
  border: 1px solid #DDDDDD;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  line-height: 1;
  float: right;
}

.comment-meta.commentmetadata {
  display: block;
  overflow: hidden;
}

.comment-body {
  overflow: hidden;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.dark-page .comment-body {
  border-bottom-color: #333;
}

.comment-reply-link {
  font-size: 14px;
  color: #fff;
  background-color: #1b1a1a;
  border-radius: 35px;
  padding: 0 14px;
  line-height: 35px;
  display: inline-block;
  font-weight: 500;
}
.comment-reply-link:hover {
  background-color: var(--color-main);
  color: #fff !important;
}

.full-size-img {
  width: 100%;
}

.bypostauthor > .comment-body .fn.comment-author:after {
  content: "\f007";
  background: #dadada none repeat scroll 0 0;
  border-radius: 100px;
  color: inherit;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 11px;
  height: 23px;
  line-height: 23px;
  margin-left: 3px;
  text-align: center;
  width: 23px;
}

#reply-title {
  font-size: 22px;
  margin: 30px 0 12px 0;
  text-transform: uppercase;
  font-weight: 500;
}
#reply-title small {
  border-bottom: 1px solid #eee;
  margin-left: 5px;
}

h2.comments-title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
h2.comments-title:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 0;
  bottom: -6px;
  background-color: var(--color-main);
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}

.pagination-comment {
  text-align: right;
  text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
  background: #ccc;
  color: #ffffff;
  border-color: #eee;
}
.pagination-comment .page-numbers {
  display: inline-block;
  padding: 7px 12px;
  line-height: 1;
  border: 1px solid;
  font-size: 13px;
}

.comment-form label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.comment-form-cookies-consent input[type=checkbox] {
  width: initial;
  height: 11px;
  margin-right: 5px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.single-post .form-submit {
  margin-bottom: 60px;
}

.form-submit #submit {
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px 20px;
  text-align: center;
  width: auto;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border-radius: 5px;
  border: 1px solid transparent !important;
}
.form-submit #submit:hover {
  filter: brightness(120%);
}

.comment-top > span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.title-strong {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.pagination > li > a {
  color: inherit;
}
.pagination > li > span {
  color: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: relative;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: block;
  clear: both;
  position: relative !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--color-main);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination > li > a, .pagination > li > span {
  color: inherit;
}

.dsc-btn-style3 {
  color: #fff !important;
  background-color: var(--color-main);
  border: 1px solid #fff;
  border-radius: 50px;
  background: var(--color-main);
  cursor: pointer;
}

.dsc-btn-style3:hover .elementor-button {
  color: var(--color-main);
}

.dsc-btn-style3:hover {
  border-color: var(--color-main);
}

.dsc-btn-style-4 {
  -webkit-transition-duration: 1.5s;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--color-main);
  padding: 10px 30px;
  transition-duration: 1.5s;
  letter-spacing: 1px;
  line-height: 20px;
  border: 1px solid var(--color-main);
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
}

.dsc-btn-style-4:hover {
  color: #fff;
  border: 1px solid var(--color-main);
  background: var(--color-main);
}

.comment-inner > *:last-child {
  margin-bottom: 0 !important;
}

.comment-inner .reply {
  margin-top: 30px;
}

/* ===============================================================
			[ * WP Defauult section ]
================================================================*/
/*----------wp default----------*/
p.has-large-font-size {
  line-height: 1.4;
}

:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-group.has-background, .has-background {
  margin-bottom: 1.5em;
}

/*----------WP Galleries Style----------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 32px) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 48px) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 64px) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 80px) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 96px) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 112px) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 128px) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Asap", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/*----------WP Calendar Style----------*/
#wp-calendar {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 3;
  max-width: 370px;
  background: #fff;
}
#wp-calendar caption {
  border: 1px solid #DDDDDD;
  color: #ffffff;
  background: #2b292a;
  font-size: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar td {
  padding: 0;
}
#wp-calendar td a {
  color: #777777;
  display: block;
}
#wp-calendar td a:hover {
  background: #000;
  color: #ffffff;
}
#wp-calendar table {
  padding: 0;
}
#wp-calendar th {
  padding: 0;
}
#wp-calendar #prev a {
  display: inline;
}
#wp-calendar #next a {
  display: inline;
}
#wp-calendar tbody tr td {
  border: 1px solid #DDDDDD;
  color: var(--color-main);
  font-weight: bold;
}
#wp-calendar thead {
  color: var(--color-main);
}
#wp-calendar thead th {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  text-align: center;
}
#wp-calendar tfoot {
  border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
  text-align: right;
  border: none;
}
#wp-calendar tfoot #prev {
  text-align: left;
  border: none;
}
#wp-calendar tfoot a {
  padding: 10px;
}

td.pad {
  border: none;
}

.wp-caption {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  max-width: 100% !important;
}

.wp-caption.aligncenter {
  margin: auto;
  border: none;
  margin-bottom: 10px;
}

.wp-caption.alignnone {
  margin-bottom: 10px;
}

.wp-caption.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin-left: 2rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignright {
  clear: both;
  display: block;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

img.alignleft {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

img.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mejs-container {
  margin: 20px 0;
}

.elementor-page .fluid-width-video-wrapper {
  margin: 0;
}

.single .video .fluid-width-video-wrapper {
  margin: 0;
}
.single .fluid-width-video-wrapper {
  margin: 20px 0;
}

.elementor-page.single-portfolio .fluid-width-video-wrapper {
  margin: 0;
}

.wp-caption-text {
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.gallery-caption {
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.rss-date {
  clear: both;
  color: #2b292a;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.widget_rss cite {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.widget_rss li .rsswidget {
  background: #1f1f1f;
  color: #ffffff;
  width: 100%;
  display: flex;
  padding: 5px 10px;
  font-weight: 600;
}
.widget_rss .rsswidget {
  font-weight: 500;
}

.sidebar .widget_rss ul {
  padding: 0;
  list-style: none;
}
.sidebar .widget_rss ul li {
  list-style: none;
}

.sticky.blog-post .entry-title::before {
  background: #999;
  border-radius: 100px;
  color: #ffffff;
  content: "\f08d";
  letter-spacing: 0;
  display: inline-block;
  float: right;
  font-family: "FontAwesome";
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
  width: 35px;
}

.post.sticky {
  border: 1px solid #eee;
  margin-bottom: 60px;
  padding: 55px 65px 15px 65px;
}
.post.sticky .border-post.clearfix {
  background: transparent;
  margin: 0;
  border: none;
}
.post.sticky .go-btn {
  background: transparent;
  color: #bf919f;
}
.post.sticky .go-btn:hover {
  background: #bf919f;
  color: #ffffff;
}

.pagins {
  padding-bottom: 30px;
  margin-top: 40px;
}

.post-pager p {
  border-top: 1px solid #eeeeee;
  color: var(--color-main);
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-top: 40px;
  padding-top: 40px;
}
.post-pager a {
  border: 1px solid;
  margin: 0 10px;
  padding: 4px 10px;
}

.widget ol li ul li ol li {
  list-style-type: lower-alpha;
}
.widget ul li ol li {
  list-style-type: decimal;
}
.widget ul li ol li ul li {
  list-style-type: square;
}

.post-password-form input[type=submit] {
  background: #000 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 16px 35px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border: none;
}
.post-password-form input[type=submit]:hover {
  color: #ffffff;
  background: #ccc;
}
.post-password-form input {
  border: 1px solid #ccc;
  border-radius: 100px;
  color: #aaa;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 16px 35px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
}

.comment-reply-title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.search-title {
  border-bottom: 1px solid #eee;
  font-size: 25px;
  margin: 0 0 40px;
  padding-bottom: 20px;
}
.search-title span {
  font-weight: 600;
  text-transform: uppercase;
}

button {
  max-width: 100%;
}

input {
  max-width: 100%;
}

select {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

.widget_nav_menu ul li a {
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}

code {
  padding: 5px;
  background: #f9f9f9;
  color: var(--color-main);
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  line-height: 2.5;
  font-size: 15px;
}

pre {
  display: block;
  margin: 10px 0;
  padding: 30px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-gallery.alignleft {
  margin-right: 2.5rem;
}

.alignfull {
  margin-bottom: 4rem;
}

.wp-block-search__button {
  margin-top: 10px;
  margin-left: 0;
}

.wp-block-cover-text {
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.blog-content .blog-post .has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary))) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border: 1px solid transparent;
}

.wp-block-button__link {
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-ternary) 100%);
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

/*----------wp-block Widgets----------*/
.wp-block-latest-comments {
  padding: 0;
}
.wp-block-latest-comments > li {
  display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.8em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 10px;
}

/* ===============================================================
			[ * Button section ]
================================================================*/
/* --------------- buttons style --------------- */
.zumar-button-underlined .icon-10 {
  width: 10px;
  height: 10px;
  object-fit: content;
}
.zumar-button-underlined .butn_underLine {
  position: relative;
  width: 220px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.zumar-button-underlined .butn_underLine .icon {
  font-size: 60px;
  margin-inline-end: 30px;
  transition: all 0.3s ease;
  display: inline-flex;
}
.zumar-button-underlined .butn_underLine i {
  transition: all 0.3s ease;
  display: inline-flex;
}
.zumar-button-underlined .butn_underLine svg {
  transition: all 0.3s ease;
  display: inline-flex;
  z-index: 1;
}
.zumar-button-underlined .butn_underLine span {
  z-index: 1;
}
.zumar-button-underlined .butn_underLine .line {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
  z-index: 0 !important;
  background-color: var(--color-main);
}
.zumar-button-underlined .butn_underLine::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all 0.2s ease;
  z-index: 0 !important;
  background-color: #000;
}
.zumar-button-underlined .butn_underLine:hover {
  padding-left: 30px;
}
.zumar-button-underlined .butn_underLine:hover .icon {
  margin-inline-end: 15px;
}
.zumar-button-underlined .butn_underLine:hover i {
  margin-right: 15px !important;
}
.zumar-button-underlined .butn_underLine:hover svg {
  margin-right: 15px !important;
}
.zumar-button-underlined .butn_underLine:hover .line {
  height: 50%;
}
.zumar-button-underlined .butn_underLine:hover::before {
  height: 50%;
}
.zumar-button-underlined .butn_underLine.lightGreen_btn {
  color: #181818;
}
.zumar-button-underlined .butn_underLine.lightGreen_btn:hover {
  color: #fff;
}
.zumar-button-underlined .butn_underLine.lightGreen_btn::before {
  background-color: var(--color-main);
}
.zumar-button-underlined .butn_underLine.lightGreen_btn .line {
  background-color: #181818;
}

/* Main button */
.zumar-button {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  border: none;
}
.zumar-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.zumar-button .icon-10 {
  width: 10px;
  height: 10px;
  object-fit: content;
}
.zumar-button img {
  object-fit: cover;
}
.zumar-button .butn {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 0px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  width: 100%;
}
.zumar-button .butn .button_text_container {
  transition: all 0.3s ease;
}
.zumar-button .butn .button_text_container .sep {
  display: inline-block;
}
.zumar-button .butn span {
  color: #29292b;
  font-weight: 500;
}
.zumar-button .butn.butn-darkGray {
  background-color: #29292b;
}
.zumar-button .butn.butn-darkGray span {
  color: #fff;
}
.zumar-button .butn.butn-blue1 {
  background-color: var(--color-blue1);
}
.zumar-button .butn.butn-blue1 span {
  color: #fff;
}
.zumar-button .butn.butn-lnWhite {
  background-color: transparent;
  border: 1px solid #fff;
}
.zumar-button .butn.butn-lnWhite span {
  color: #fff;
}
.zumar-button .butn.butn-lnBlue1 {
  background-color: transparent;
  border: 1px solid var(--color-blue1) !important;
}
.zumar-button .butn.butn-lnBlue1 span {
  color: var(--color-blue1);
}
.zumar-button .butn.butn-lnBlue1:hover span {
  color: #fff;
}
.zumar-button .butn.butn-gard1 {
  background-image: var(--bg-grad1);
  border: 0;
}
.zumar-button .butn.butn-gard1 span {
  color: #fff;
}
.zumar-button:hover .butn span {
  color: #fff;
}
.zumar-button .zumar-button-circle {
  background: var(--color-main);
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.zumar-button .button_text_container {
  position: relative;
  z-index: 2;
}
.zumar-button .button_text_container .sep {
  display: inline-block;
}
.zumar-button .explode-circle {
  animation: explode 0.5s forwards;
}
.zumar-button .desplode-circle {
  animation: desplode 0.5s forwards;
}

.zumar-button-squared .butn {
  position: relative;
}
.zumar-button-squared .butn:hover::before {
  left: 0;
  top: 0;
}
.zumar-button-squared .butn::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
  }
}
@keyframes desplode {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .butn {
    padding: 15px 25px;
    font-size: 13px !important;
  }
}
.align_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.zumar-dark-mode .zumar-button .butn span {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-button .butn span {
    color: #fff;
  }
}
/* ===============================================================
			[ * Brands Slider section ]
================================================================*/
.zumar-brands-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.zumar-brands-slider .circled_border {
  outline: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50%;
  border: 1px solid #999;
  width: 300px;
  height: 300px;
}
.zumar-brands-slider .circled_border:hover {
  outline: 10px solid transparent;
  outline-offset: 50px;
}
.zumar-brands-slider .circled_border img {
  max-width: 50%;
}
.zumar-brands-slider .img-logo {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.zumar-brands-slider .img-logo img {
  object-fit: cover;
}

/* ===============================================================
			[ * Approach Accordion section ]
================================================================*/
.tc-approach-style3 {
  background-color: #d9e2e4;
  padding: 180px 0;
}
.tc-approach-style3 .approach-tabs .nav-link {
  padding: 45px 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
.tc-approach-style3 .approach-tabs .nav-link .circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 510px;
  height: calc(100% + 40px);
  max-width: unset;
  max-height: unset;
  opacity: 0.5;
}
.tc-approach-style3 .approach-tabs .nav-link h5 {
  font-size: 36px;
  font-weight: 100;
  color: #000;
}
.tc-approach-style3 .approach-tabs .nav-link.active .circle-shape {
  opacity: 1;
  z-index: 10;
}
.tc-approach-style3 .approach-tabs .nav-link.active h5 {
  font-weight: bold;
}
.tc-approach-style3 .info .tab-content {
  padding: 30px 0;
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button::after {
  background: transparent;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-cyan1);
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f067";
}
.tc-approach-style3 .info .tab-content .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}

/* ===============================================================
			[ * Awards Accordion section ]
================================================================*/
.zumar-awards .hover-reveal {
  left: 60% !important;
  width: 350px;
  height: 350px;
  border-radius: 0;
  overflow: visible !important;
  position: fixed;
}
.zumar-awards .hover-reveal__inner,
.zumar-awards .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.zumar-awards .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}
.zumar-awards .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
.zumar-awards .award-card {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
@media screen and (max-width: 991px) {
  .zumar-awards .award-card {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.zumar-awards .award-card:hover {
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .zumar-awards .award-card .img {
    max-height: 100vw;
    text-align: center;
  }
  .zumar-awards .award-card .img img {
    height: 250px;
  }
}
.zumar-awards .award-card .item {
  padding: 30px 0;
}
.zumar-awards .award-card .item:nth-of-type(1) {
  width: 20%;
}
.zumar-awards .award-card .item:nth-of-type(2) {
  width: 15%;
}
.zumar-awards .award-card .item:nth-of-type(3) {
  width: 15%;
}
.zumar-awards .award-card .item:nth-of-type(4) {
  width: 15%;
}
@media screen and (max-width: 991px) {
  .zumar-awards .award-card .item {
    width: 100%;
  }
  .zumar-awards .award-card .item:nth-of-type(1) {
    width: 100%;
  }
  .zumar-awards .award-card .item:nth-of-type(2) {
    width: 100%;
  }
  .zumar-awards .award-card .item:nth-of-type(3) {
    width: 100%;
  }
  .zumar-awards .award-card .item:nth-of-type(4) {
    width: 100%;
  }
}
.zumar-awards .award-card .item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.zumar-awards .award-card .item p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

/* ===============================================================
			[ * Animated Rotated Accordion section ]
================================================================*/
.zumar-animated-rotate-text .icon {
  position: absolute;
  right: calc(50% - 25px);
  top: calc(50% - 25px);
  background: var(--color-main);
  border-radius: 50%;
  padding: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1333333333);
  width: 50px;
  height: 50px;
}
.zumar-animated-rotate-text .rotate-circle svg {
  width: 130px;
  animation: rotateText 8s linear infinite;
  font-weight: bold;
  text-transform: uppercase;
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* ===============================================================
			[ * Brands Grid section ]
================================================================*/
.zumar-partners-style {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
}
.zumar-partners-style .borderd {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.zumar-partners-style .borderd img {
  width: 130px;
  object-fit: contain;
  transition: 0.3s all ease;
}
.zumar-partners-style .brands-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.zumar-partners-style .brands-content .partner-logo {
  width: calc(20% - 16px);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .zumar-partners-style .brands-content .partner-logo {
    width: calc(33% - 16px);
    height: 80px;
    padding: 15px;
  }
}
.zumar-partners-style .brands-content .partner-logo .black_white_effect {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.zumar-partners-style .brands-content .partner-logo:hover .black_white_effect {
  filter: grayscale(0);
}
.zumar-partners-style .brands-content .with-radius {
  border: 1px solid #999;
  border-radius: 15px;
  margin-inline-end: 16px;
  margin: 8px 0;
  margin-inline-end: 16px;
}
.zumar-partners-style .brands-content .without-radius {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

@media screen and (max-width: 991px) {
  .zumar-partners-style .brands-content .partner-logo {
    width: calc(33% - 16px);
    height: 80px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .zumar-partners-style .borderd .partner-logo {
    width: 33.3333%;
    height: 115px;
    padding: 15px;
  }
}
/* ===============================================================
			[ * Brand Card section ]
================================================================*/
.zumar-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zumar-brands .bordered:hover {
  border-color: var(--color-main);
}
.zumar-brands .animated_image:hover {
  background-color: var(--color-main);
}
.zumar-brands .animated_image:hover img {
  opacity: 0;
  transform: scale(0);
}
.zumar-brands .animated_image:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}
.zumar-brands .animated_image:hover::before {
  opacity: 1;
  transform: rotate(8deg);
}
.zumar-brands .animated_image:hover::after {
  opacity: 1;
  transform: rotate(-8deg);
}
.zumar-brands .animated_image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.zumar-brands .animated_image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.zumar-brands .animated_image img {
  width: 76%;
  height: 100%;
  object-fit: contain;
}
.zumar-brands .animated_image .hover-img {
  position: absolute;
  width: 76%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 12%;
  z-index: 5;
  padding: 15px;
  opacity: 0;
  transform: scale(2);
  transition: all 0.3s ease;
  pointer-events: none;
}
.zumar-brands .shadow {
  position: relative;
  z-index: 10;
  height: 100px;
  width: calc(20% - 50px);
  margin: 50px 25px 0;
  box-shadow: none;
}
.zumar-brands .shadow::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgb(31, 48, 229) 0%, rgb(20, 144, 223) 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.3s ease;
}
.zumar-brands .shadow:hover {
  border: 1px solid var(--color-main);
}
.zumar-brands .shadow:hover::after {
  top: 10px;
  left: 10px;
}
.zumar-brands .shadow .img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.zumar-brands .brand {
  position: relative;
  width: 16%;
  margin: 0 2% 40px;
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
}
.zumar-brands .brand img {
  width: 76%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .zumar-brands .shadow {
    height: 80px;
    width: 30%;
    margin: 1%;
  }
  .zumar-brands .shadow .img {
    padding: 15px;
  }
}
/* ===============================================================
			[ * Step Card section ]
================================================================*/
.zumar-step-card {
  position: relative;
  padding: 60px 30px;
  text-align: center;
  background-color: #fff;
  border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
  height: 400px;
  min-height: max-content;
  display: inline-block;
  width: 100%;
}
.zumar-step-card:last-of-type {
  border: 0;
}
.zumar-step-card:hover .info .text {
  height: 70px;
  opacity: 1;
  padding-top: 15px;
}
.zumar-step-card::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 190px;
  width: 1px;
  height: calc(100% - 300px);
  background-color: var(--color-main);
}
.zumar-step-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 25px;
  background-color: #f5f4f0;
  margin: auto;
}
.zumar-step-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-step-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 30px 60px;
  background-color: #fff;
  z-index: 10;
}
.zumar-step-card .info h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.zumar-step-card .info .text {
  font-size: 14px;
  color: #777;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .zumar-step-card {
    width: 50%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667) !important;
  }
  .zumar-step-card:last-of-type {
    width: 100%;
  }
  .zumar-step-card .info {
    padding: 30px;
  }
  .zumar-step-card .info .text {
    height: 70px;
    opacity: 1;
    padding-top: 15px;
  }
}
/* ===============================================================
			[ * Simple Card section ]
================================================================*/
.zumar-simple-card {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 70px;
  outline: 1px solid rgba(153, 153, 153, 0.2);
  outline-offset: -20px;
  text-align: center;
  box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.zumar-simple-card:hover {
  outline-color: var(--color-main);
}
.zumar-simple-card .icon {
  height: 75px;
  margin-bottom: 30px;
}
.zumar-simple-card .info h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.zumar-simple-card .info p {
  font-size: 14px;
  color: #777;
  margin-bottom: 40px;
}
.zumar-simple-card .info .link a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zumar-simple-card .info .link a:hover {
  color: var(--color-blue6) !important;
}

/* ===============================================================
			[ * Overlayed Card section ]
================================================================*/
.zumar-overlayed-card {
  position: relative;
  overflow: hidden;
}
.zumar-overlayed-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(31, 66, 93) 0%, rgba(31, 66, 93, 0) 100%);
  opacity: 0.9;
}
.zumar-overlayed-card .img {
  height: 400px;
}
.zumar-overlayed-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-overlayed-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 50px 15px 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.zumar-overlayed-card .info .icon {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 35px;
}
.zumar-overlayed-card .info h6 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}

/* ===============================================================
			[ *Card section ]
================================================================*/
.zumar-card {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.zumar-card .fade_left:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-image: linear-gradient(to left, #fff, transparent);
}
.zumar-card .fade_right:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-image: linear-gradient(to right, #fff, transparent);
}
.zumar-card .arrow {
  position: absolute;
  right: 40px;
  top: 40px;
  color: var(--color-main);
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-card .icon-85 {
  width: 85px;
  height: 85px;
}
.zumar-card .icon-85 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-card .info .mb-20 {
  margin-bottom: 20px;
}
.zumar-card .info .mb-10 {
  margin-bottom: 10px;
}
.zumar-card .info .mb-30 {
  margin-bottom: 30px;
}
.zumar-card .info .icon-15 {
  width: 15px;
  height: 15px;
}
.zumar-card .info .icon-15 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zumar-card .num {
  font-size: 100px;
  color: var(--color-main);
  margin-bottom: 30px;
  margin-top: 0 !important;
}
.zumar-card:hover .arrow {
  opacity: 1;
}
.zumar-card:hover .more-link {
  opacity: 1;
}
.zumar-card:hover .more-link span {
  opacity: 1;
}
.zumar-card:hover .more-link .icon-hover {
  opacity: 1;
}
.zumar-card:hover .more-link .hover-none {
  opacity: 0;
}
.zumar-card .hover-none {
  transition: all 0.3s ease;
}
.zumar-card .more-link {
  opacity: 0.4;
  position: relative;
}
.zumar-card .more-link span {
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-card .more-link .icon-hover {
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.zumar-card .animated_btn {
  position: relative;
  font-size: 16px;
  color: #d1d1d1;
  margin-top: 30px;
  text-transform: capitalize;
}
.zumar-card .animated_btn:hover {
  padding-inline-start: 30px;
  color: var(--color-main) !important;
}
.zumar-card .animated_btn:hover .hover-icon {
  opacity: 1;
}
.zumar-card .animated_btn:hover i {
  opacity: 0;
}
.zumar-card .animated_btn .hover-icon {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}

/* ===============================================================
			[ *Apartments section ]
================================================================*/
.zumar-apartments-plan .nav-pills .nav-item {
  list-style: none;
}
.zumar-apartments-plan .nav-pills .nav-item:last-of-type .nav-link {
  margin: 0;
}
.zumar-apartments-plan .nav-pills .nav-item .nav-link {
  color: #c2c2c2;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-inline-end: 40px;
}
.zumar-apartments-plan .nav-pills .nav-item .nav-link.active {
  color: #222;
}
.zumar-apartments-plan .float-img {
  position: absolute;
  right: -120px;
  top: -70px;
  width: 330px;
  height: 485px;
  object-fit: contain;
}
.zumar-apartments-plan .tab-card {
  position: relative;
  z-index: 10;
}
.zumar-apartments-plan .tab-card .info .info-card .card-cont {
  background-color: #ffffff;
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.059);
  padding: 20px 40px;
}
.zumar-apartments-plan .tab-card .info .info-card .card-cont ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.zumar-apartments-plan .tab-card .info .info-card .card-cont ul li:last-of-type {
  border: 0;
}
.zumar-apartments-plan .tab-card .info .info-card .total {
  background-color: var(--color-main);
  color: #fff;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .zumar-apartments-plan {
    overflow: hidden;
  }
  .zumar-apartments-plan .img-map {
    margin-bottom: 30px;
  }
  .zumar-apartments-plan .float-img {
    opacity: 0.2 !important;
  }
  .zumar-apartments-plan .nav-pills .nav-item .nav-link {
    font-size: 14px;
    margin-inline-end: 20px;
  }
}
/* ===============================================================
			[ *place-Card section ]
================================================================*/
.zumar-place-card .cont {
  padding: 20px 40px;
  width: 250px;
  max-width: 50vw;
}
.zumar-place-card .cont h6 {
  margin: 0;
}
.zumar-place-card .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 20px);
  border: 3px solid #fff;
  background-color: #222;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.zumar-person-place-card {
  position: absolute;
  z-index: 5;
}
.zumar-person-place-card:hover .icon {
  border-color: #222;
}
.zumar-person-place-card:hover .loc-img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.zumar-person-place-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.zumar-person-place-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-person-place-card .loc-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  bottom: calc(100% + 15px);
  left: calc(50% - 100px);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.zumar-person-place-card .loc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================================================
			[ * Animated Card section ]
================================================================*/
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.zumar-animated-card .reverse::before {
  animation: rotate-center 5s linear infinite both reverse !important;
}
.zumar-animated-card .icon {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.zumar-animated-card .icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: -3px;
  left: 0;
  border-top: 5px solid var(--color-main);
  border-right: 5px solid var(--color-main);
  animation-delay: -2s;
  border-color: #6959fe;
  z-index: -1;
  animation: rotate-center 5s linear infinite both;
}
.zumar-animated-card .icon img {
  max-width: 90px;
  max-height: 75px;
  object-fit: contain;
}
.zumar-animated-card .inf {
  padding-top: 30px;
  text-align: center;
}
.zumar-animated-card .inf h6 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}

/* ===============================================================
			[ * Service Card section ]
================================================================*/
.zumar_service_card {
  width: 100%;
  padding: 50px;
  position: relative;
  transition: 0.4s;
}
.zumar_service_card .sub_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.zumar_service_card .sub_title h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  max-width: 80%;
}
.zumar_service_card .sub_title .icon {
  font-size: 36px;
}
.zumar_service_card .img_icon {
  margin-bottom: 40px;
}
.zumar_service_card .img_icon img {
  width: 85px;
  height: 90px;
  object-fit: contain;
}
.zumar_service_card .title {
  font-size: 30px;
  font-weight: bold;
}
.zumar_service_card::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
  opacity: 0;
}
.zumar_service_card:hover {
  box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.1333333333);
}
.zumar_service_card:hover::before {
  opacity: 1;
  top: -15px;
  right: -15px;
}
.zumar_service_card:hover .sub_title .icon {
  animation: slide-tr 0.5s linear infinite alternate both;
}

/**
 * ----------------------------------------
 * animation slide-tr
 * ----------------------------------------
 */
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(10px);
    transform: translateY(-10px) translateX(10px);
  }
}
.invert {
  filter: invert(98%) sepia(76%) saturate(0%) hue-rotate(148deg) brightness(111%) contrast(100%);
}

/* ===============================================================
			[ * Creative Service section ]
================================================================*/
.zumar-creative-service {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 16px 32px 0px rgba(76, 76, 76, 0.06);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.zumar-creative-service .content {
  position: relative;
  padding: 40px;
  overflow: hidden;
}
.zumar-creative-service .content .shap {
  position: absolute;
  right: -75px;
  bottom: 30px;
  width: 150px;
  opacity: 0.03;
}
.zumar-creative-service:hover {
  border-color: var(--color-main);
}
.zumar-creative-service:hover::before {
  opacity: 1;
  transform: rotate(6deg);
}
.zumar-creative-service:hover::after {
  opacity: 1;
  transform: rotate(-6deg);
}
.zumar-creative-service:hover .info a {
  color: var(--color-main);
  padding-left: 40px;
}
.zumar-creative-service:hover .info a::before {
  opacity: 1;
}
.zumar-creative-service::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.zumar-creative-service::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-main);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.zumar-creative-service .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.zumar-creative-service .title .icon {
  margin-inline-end: 25px;
  flex-shrink: 0;
}
.zumar-creative-service .title .icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.zumar-creative-service .title h5 {
  font-size: 20px;
  font-weight: bold;
}
.zumar-creative-service .info a {
  color: #e1e1e1;
  margin-top: 35px;
  position: relative;
}
.zumar-creative-service .info a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 25px;
  height: 2px;
  border-bottom: 2px dashed var(--color-main);
  opacity: 0;
}

/* ===============================================================
			[ * Press section ]
================================================================*/
.zumar-press .zumar-press-slider {
  position: relative;
  padding-bottom: 130px;
}
.zumar-press .zumar-press-slider .swiper-button-next::after, .zumar-press .zumar-press-slider .swiper-button-prev::after {
  color: #000;
  font-size: 30px;
}
.zumar-press .zumar-press-slider .swiper-button-next, .zumar-press .zumar-press-slider .swiper-container-rtl .swiper-button-prev {
  right: -70px;
}
.zumar-press .zumar-press-slider .swiper-button-prev, .zumar-press .zumar-press-slider .swiper-container-rtl .swiper-button-next {
  left: -70px;
}
.zumar-press .blog-card {
  position: relative;
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
}
.zumar-press .blog-card:hover::after {
  opacity: 0.4;
}
.zumar-press .blog-card:hover .back-img {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.zumar-press .blog-card:hover .info *,
.zumar-press .blog-card:hover .info .color-666 {
  color: #fff !important;
}
.zumar-press .blog-card:hover .info .bg-000 {
  background-color: #fff !important;
}
.zumar-press .blog-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}
.zumar-press .blog-card .back-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  transform: translateX(20%) scaleX(1.5);
  opacity: 0;
  filter: blur(10px);
}
.zumar-press .blog-card .info {
  position: relative;
  z-index: 10;
}
.zumar-press .blog-card .info * {
  transition: all 0.3s ease;
}
.zumar-press .blog-card .info .top-info {
  min-height: 330px;
}
.zumar-press .blog-card .info .btm-info .icon-6 {
  width: 6px;
  height: 6px;
  display: inline-block;
}
.zumar-press .blog-card .info .btm-info .bg-000 {
  background: #000;
  border-color: #000;
}
.zumar-press .blog-card .info .btm-info .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #999;
}
.zumar-press .blog-card .info .btm-info .date .day {
  color: var(--color-main);
  font-weight: bold;
}
.zumar-press .newsletter {
  padding-top: 130px;
  border-top: 1px solid #999;
}
.zumar-press .newsletter .subs-group {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
.zumar-press .newsletter .subs-group .icon {
  margin-inline-end: 15px;
  flex-shrink: 0;
  font-size: 22px;
}
.zumar-press .newsletter .subs-group input {
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 18px;
}
.zumar-press .newsletter .subs-group button {
  border: 0;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .zumar-press .zumar-press-slider .swiper-button-next, .zumar-press .zumar-press-slider .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 50px);
    top: calc(100% - 80px);
  }
  .zumar-press .zumar-press-slider .swiper-button-prev, .zumar-press .zumar-press-slider .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 50px);
    top: calc(100% - 80px);
  }
}
/* ===============================================================
			[ * Cons Service Card section ]
================================================================*/
.zumar-cons-service-card .service-card {
  background-color: #2b2c30;
  padding: 30px;
  display: block;
}
.zumar-cons-service-card .service-card:hover .icon {
  background-color: var(--color-main);
}
.zumar-cons-service-card .service-card:hover .title {
  color: var(--color-main);
}
.zumar-cons-service-card .service-card .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  margin: auto 0 auto auto;
  transition: all 0.3s ease;
}
.zumar-cons-service-card .service-card .icon i {
  line-height: 40px;
}
.zumar-cons-service-card .service-card .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 30px auto 50px;
  overflow: hidden;
}
.zumar-cons-service-card .service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-cons-service-card .service-card .title {
  font-size: 24px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

/* ===============================================================
			[ * Features Slider section ]
================================================================*/
.zumar-features-style {
  position: relative;
}
.zumar-features-style .img-icon {
  width: 120px;
  height: 80px;
  border-radius: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.zumar-features-style .after-icon {
  display: inline;
  line-height: 1;
}
.zumar-features-style .after-icon i {
  font-size: 100;
}
.zumar-features-style .after-icon svg {
  width: 100px;
  height: 100%;
}
.zumar-features-style .after-icon svg path {
  fill: #fff;
}
.zumar-features-style .service-card h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.zumar-features-style .service-card h2 a:hover {
  color: var(--color-cyan1);
}
.zumar-features-style .service-card h2 img {
  margin: 0 15px;
}
.zumar-features-style .zumar-features-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.zumar-features-style .zumar-features-slider .swiper-slide {
  width: max-content !important;
}
.zumar-features-style .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e20;
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 0;
  transform: scale(0);
  z-index: 10;
}
.zumar-features-style .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}
.zumar-features-style .float_box svg {
  position: relative;
}
.zumar-features-style .float_box.show {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .zumar-features-style .service-card h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 991px) {
  .zumar-features-slider .swiper-slide {
    width: 1000px !important;
  }
}
/* ===============================================================
			[ * Portfolio Grid ]
================================================================*/
.zumar-portfolio-grid .project-card {
  display: block;
  height: 525px;
  position: relative;
  overflow: hidden;
  margin: 4px 0;
}
.zumar-portfolio-grid .project-card .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-portfolio-grid .project-card .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zumar-portfolio-grid .project-card .info .info-text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
}
.zumar-portfolio-grid .project-card .info .info-text small {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.zumar-portfolio-grid .project-card .info .icon {
  font-size: 45px;
  line-height: 45px;
  flex-shrink: 0;
}
.zumar-portfolio-grid .project-card .info .icon img {
  object-fit: cover;
  height: 45px;
  width: 45px;
}
.zumar-portfolio-grid .project-card .info .icon i {
  font-size: 45px;
  color: #000;
}
.zumar-portfolio-grid .project-card .info .icon svg {
  height: 45px;
  width: 45px;
  font-size: 45px;
  fill: #000;
}
.zumar-portfolio-grid .project-card .info-hover {
  opacity: 0;
  transform: translateY(100%) scale(0.8);
  transition: all 0.3s ease-in-out;
}
.zumar-portfolio-grid .project-card:hover .info-hover {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.zumar-portfolio-grid .nav-pills {
  justify-content: center;
}
.zumar-portfolio-grid .nav-pills li {
  list-style: none;
}
.zumar-portfolio-grid .nav-pills button {
  font-weight: bold;
  color: #c0c0c0;
  margin: 0 30px;
  background: transparent;
  border: none;
}
.zumar-portfolio-grid .nav-pills button.active {
  color: #000;
  text-decoration: underline !important;
}
.zumar-portfolio-grid .zumar-container_grid {
  display: grid;
  width: 100%;
  grid-gap: 0 10px;
  grid-template-columns: repeat(12, 1fr);
}
.zumar-portfolio-grid .zumar-container_grid .project-card {
  display: block;
  height: 525px;
  position: relative;
  overflow: hidden;
  margin: 4px 0;
}
.zumar-portfolio-grid .zumar-container_grid .project-card .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-portfolio-grid .zumar-container_grid .project-card .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(100%) scale(0.8);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .zumar-portfolio-grid .zumar-container_grid .project-card .info {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.zumar-portfolio-grid .zumar-container_grid .project-card .info .info-text h3 {
  font-size: 30px;
  font-weight: bold;
}
.zumar-portfolio-grid .zumar-container_grid .project-card .info .info-text small {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.zumar-portfolio-grid .zumar-container_grid .project-card .info .icon {
  font-size: 45px;
  flex-shrink: 0;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:hover .info {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(1) {
  grid-column: 1/6;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(2) {
  grid-column: 6/13;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(3) {
  grid-column: 1/13;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(4) {
  grid-column: 1/5;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(5) {
  grid-column: 5/9;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(6) {
  grid-column: 9/13;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(7) {
  grid-column: 1/7;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(8) {
  grid-column: 7/13;
}
.zumar-portfolio-grid .zumar-container_grid .project-card:nth-child(n+9) {
  grid-column: 1/13;
}
.zumar-portfolio-grid .zumar-container_grid3 .project-card {
  position: relative;
  margin-bottom: 50px;
}
.zumar-portfolio-grid .zumar-container_grid3 .project-card:hover .info {
  opacity: 1;
  transform: scale(1);
  bottom: 30px;
}
.zumar-portfolio-grid .zumar-container_grid3 .project-card .img {
  height: 582px;
  border-radius: 15px;
  overflow: hidden;
}
.zumar-portfolio-grid .zumar-container_grid3 .project-card .info {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: absolute;
  bottom: 0;
  right: -30px;
  background-color: #fff;
  min-width: 90%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 500px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 670px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(1) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 400px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 570px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(2) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 760px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 570px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 600px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(3) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 500px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 540px;
}
.zumar-portfolio-grid .zumar-container_grid3 .col-lg-3:nth-of-type(4) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 690px;
}
@media screen and (max-width: 786px) {
  .zumar-portfolio-grid .project-card {
    grid-column: 1/13 !important;
  }
}
.zumar-portfolio-grid .zumar-row_view .feature-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.zumar-portfolio-grid .zumar-row_view .feature-item h3 {
  font-weight: bold;
  font-size: 36px;
  transition: all 0.3s ease;
  margin-top: 0;
}
.zumar-portfolio-grid .zumar-row_view .feature-item small {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .img {
  border-radius: 8px;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .img img {
  object-fit: cover;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .hover-reveal {
  position: fixed;
  left: 50% !important;
  width: 660px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .hover-reveal__inner,
.zumar-portfolio-grid .zumar-row_view .feature-item .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
.zumar-portfolio-grid .zumar-row_view .feature-item:hover h3 {
  color: var(--color-main);
}
.zumar-portfolio-grid .zumar-row_view .feature-item:last-of-type {
  border: 0;
}
.zumar-portfolio-grid .zumar-row_view .feature-item .tag {
  border-radius: 8px;
  color: #000;
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
}

body.zumar-dark-mode .zumar-portfolio-grid .zumar-row_view .feature-item small {
  color: #999;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-portfolio-grid .zumar-row_view .feature-item small {
    color: #999;
  }
}
/* ===============================================================
			[ * Projects Carousel Grid ]
================================================================*/
.zumar-projects-carousel .info {
  position: relative;
  z-index: 10;
  width: 400px;
  flex-shrink: 0;
}
.zumar-projects-carousel .info .float-title {
  font-size: 200px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -8px;
  width: 100%;
  z-index: -1;
}
.zumar-projects-carousel .info .arrows {
  position: relative;
  display: flex;
  margin-top: 150px;
}
.zumar-projects-carousel .info .arrows a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  margin-inline-end: 10px;
  font-size: 18px;
}
.zumar-projects-carousel .info .arrows a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-projects-carousel .zumar-projects-slider {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.zumar-projects-carousel .zumar-projects-slider .swiper-slide {
  width: 415px;
}
.zumar-projects-carousel .project-card {
  text-align: center;
  width: 415px;
}
.zumar-projects-carousel .project-card .img {
  height: 400px;
  overflow: hidden;
}
.zumar-projects-carousel .project-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .zumar-projects-carousel {
    overflow: hidden;
    display: block;
  }
  .zumar-projects-carousel .zumar-projects-slider {
    padding-top: 50px;
  }
  .zumar-projects-carousel .zumar-projects-slider .swiper-slide {
    max-width: 100%;
  }
  .zumar-projects-carousel .zumar-projects-slider .swiper-slide .project-card {
    max-width: 100%;
  }
  .zumar-projects-carousel .info .arrows {
    margin-top: 50px;
  }
}
/* ===============================================================
			[ * Approach Slider ]
================================================================*/
.zumar-approach-style .approach-card .card-box {
  padding: 30px;
  border: 1px solid #4d4d50;
}
.zumar-approach-style .approach-card .card-box .img-icon {
  height: 180px;
  margin: 80px 0;
}
.zumar-approach-style .approach-card .card-box .img-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-approach-style .approach-card .info {
  padding-top: 40px;
}
.zumar-approach-style .approach-card .info h3 {
  font-size: 32px;
  color: #fff;
}
.zumar-approach-style .approach-card .info p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.zumar-approach-style .content {
  position: relative;
  overflow: hidden;
}
.zumar-approach-style .content .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e20;
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 0;
  transform: scale(0);
  z-index: 1;
}
.zumar-approach-style .content .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}
.zumar-approach-style .content .float_box.show {
  opacity: 1;
  transform: scale(1);
}

/* ===============================================================
			[ * Search icon ]
================================================================*/
.zumar-search-icon .search-icon-header {
  float: initial;
  margin-left: initial;
  position: relative;
  top: initial;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #818a91;
  text-align: center;
}
.zumar-search-icon .search-icon-header a.search {
  font-size: 16px;
  position: relative;
}
.zumar-search-icon .search-icon-header a.search:after {
  width: 1px;
  height: 30px;
  position: absolute !important;
  bottom: -5px;
  left: -22px;
  z-index: 0;
  margin: auto;
  background: transparent;
  cursor: initial;
}
.zumar-search-icon .search-icon-header a.search.hide::after {
  display: none;
}
.zumar-search-icon .search-icon-header a.cart-contents {
  font-size: 14px;
  position: relative;
  left: 20px;
}
.zumar-search-icon .search-icon-header a i {
  color: #000000;
  font-size: 20px;
}
.zumar-search-icon .search-icon-header a svg {
  fill: #000000;
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}
.zumar-search-icon .search-icon-header a img {
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}
.zumar-search-icon .search-icon-header .close-black-block a i {
  color: #ffffff;
}
.zumar-search-icon .search-icon-header .close-black-block a i.fa-times {
  color: #ffffff;
}
.zumar-search-icon .search-icon-header .close-black-block a:after {
  display: none;
}
.zumar-search-icon .search-icon-header .searchform input[type=search] {
  font-style: italic;
  font-size: 16px;
  height: 56px;
}
.zumar-search-icon .search-icon-header .searchform .searchsubmit {
  background: transparent;
}
.zumar-search-icon .search-icon-header .searchform::after {
  display: inline-block;
  content: "\f002";
  font-family: "FontAwesome";
  background: var(--color-main);
  color: #ffffff !important;
  right: 0;
  height: 56px;
  line-height: 56px;
  width: 56px;
  font-size: 2rem;
  position: absolute;
}
.zumar-search-icon .search-icon-header .searchform:hover::after {
  opacity: 0.7;
}
.zumar-search-icon .search-icon-header .nav-search-box {
  position: absolute;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.0666666667);
  right: 0;
  top: calc(100% + 15px);
  width: 320px;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  z-index: 100;
}
.zumar-search-icon .search-icon-header .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.zumar-search-icon .search-icon-header .nav-search-box form {
  display: flex;
}
.zumar-search-icon .search-icon-header .nav-search-box form input[type=search] {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
  height: auto;
}
.zumar-search-icon .search-icon-header .nav-search-box form .searchsubmit {
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: rgba(153, 153, 153, 0.2);
  padding: 10px;
  color: #000;
  margin-left: -2px;
  transition: all 0.3s ease;
}
.zumar-search-icon .search-icon-header .nav-search-box form .searchsubmit:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-search-icon .search-icon-header .nav-search-box form::after {
  display: none;
}
.zumar-search-icon .search-icon-header .black-search-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: -1;
}
.zumar-search-icon .search-icon-header.open .black-search-block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 9999999;
}
.zumar-search-icon .search-icon-header.open .black-search-table-cell div {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.zumar-search-icon .black-search-table {
  display: table;
  width: 100%;
  height: 100%;
}
.zumar-search-icon .black-search-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.zumar-search-icon .black-search-table-cell div {
  width: 50%;
  position: relative;
  display: inline-block;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.zumar-search-icon .black-search-table-cell div input[name=s] {
  background: #fff;
  padding: 15px 50px 15px 15px !important;
  border: none;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.zumar-search-icon .black-search-table-cell .searchsubmit {
  border: none;
  background: 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  color: #333;
  padding: 0;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 21px;
  z-index: 99999;
  text-align: center;
}
.zumar-search-icon .close-black-block {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 50px;
}
.zumar-search-icon .close-black-block i {
  font-size: 30px;
  color: #ffffff;
}

.zumar-search-field .searchform {
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 5px;
}
.zumar-search-field .searchform .searchsubmit {
  margin-inline-end: 10px;
  flex-shrink: 0;
  font-size: 21px;
  background: transparent;
  border: 0;
}
.zumar-search-field .searchform .searchsubmit.right {
  margin-inline-end: 0px;
  margin-inline-start: 10px;
}
.zumar-search-field .searchform .searchsubmit svg {
  width: 21px;
  height: 21px;
  fill: #000;
}
.zumar-search-field .searchform .searchsubmit img {
  width: 21px;
  height: 21px;
}
.zumar-search-field .searchform input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 1px 2px;
}
.zumar-search-field .searchform input:focus {
  box-shadow: none;
}

/* ===============================================================
			[ * Heading section ]     
================================================================*/
/*----------Heading Style 1----------*/
@media screen and (max-width: 991px) {
  .zumar-heading-title .hide-br br {
    display: none;
  }
}
.zumar-heading-title span {
  position: relative;
}
.zumar-heading-title svg {
  vertical-align: unset;
}
.zumar-heading-title .faded_down::after {
  position: absolute;
  content: "";
  left: 0;
  pointer-events: none;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #f2f4f7, transparent);
}
.zumar-heading-title .faded_up::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #f5f7f9, transparent);
  pointer-events: none;
}
.zumar-heading-title .zumar-span-underline span {
  position: relative;
}
.zumar-heading-title .zumar-span-underline span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.zumar-heading-title .icon-10 {
  width: 10px;
  height: 10px;
  object-fit: cover;
  display: inline-block;
}
.zumar-heading-title .zumar-heading {
  position: relative;
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.zumar-heading-title .zumar-heading .after_none::after {
  display: none;
}
.zumar-heading-title .zumar-heading .mirror_1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
  z-index: -1;
}
.zumar-heading-title .zumar-heading .mirror_1 strong {
  color: transparent !important;
}
.zumar-heading-title .zumar-heading .mirror_1 span {
  color: transparent !important;
}
.zumar-heading-title .zumar-heading .mirror_1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.zumar-heading-title .zumar-heading .mirror_2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(252, 74, 27, 0.2);
  z-index: -1;
}
.zumar-heading-title .zumar-heading .mirror_2 strong {
  color: transparent !important;
}
.zumar-heading-title .zumar-heading .mirror_2 span {
  color: transparent !important;
}
.zumar-heading-title .zumar-heading .mirror_2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: calc(100% - 90px);
  background-color: #fff;
}
.zumar-heading-title .zumar-heading p {
  margin: 0;
}
.zumar-heading-title .zumar-heading a {
  transition: none;
}
.zumar-heading-title .zumar-heading span {
  display: inline-block;
}
.zumar-heading-title .zumar-heading.zumar-before-line {
  padding-left: 50px;
}
.zumar-heading-title .zumar-heading.zumar-before-line::before {
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 30px;
  height: 10px;
  background-color: var(--color-main);
}
.zumar-heading-title .elementor-widget-zumar-text-editor p {
  margin-bottom: 0px;
}
.zumar-heading-title .zumar-underline span {
  position: relative;
  display: inline-block;
}
.zumar-heading-title .zumar-underline span small {
  position: relative;
}
.zumar-heading-title .zumar-underline span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 160px;
  height: 30px;
  background-size: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.zumar-heading-title .zumar-underline-color:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 30%;
  opacity: 100%;
  background: linear-gradient(90deg, rgb(29, 36, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
.zumar-heading-title .left, .zumar-heading-title .right {
  vertical-align: middle;
}
.zumar-heading-title .icon-img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
.zumar-heading-title .zumar-animated-line {
  position: relative;
}
.zumar-heading-title .zumar-animated-line:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zumar-heading-title .zumar-animated-line:hover::after {
  width: 100%;
}
.zumar-heading-title .zumar-inline {
  display: inline;
}

.zumar-text-editor p {
  margin-bottom: 0;
}

body.zumar-dark-mode .zumar-heading-title .zumar-heading {
  color: #fff;
}
body.zumar-dark-mode .zumar-heading-title svg path {
  fill: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-heading-title .zumar-heading {
    color: #fff;
  }
  body.zumar-auto-mode .zumar-heading-title svg path {
    fill: #fff;
  }
}
/* ===============================================================
			[ * Header Slide section ]     
================================================================*/
.zumar-header-slider {
  position: relative;
  overflow: hidden;
}
.zumar-header-slider .swiper-slide-active .slide-content .info .img .main-img {
  opacity: 1;
  transform: scale(1);
}
.zumar-header-slider .swiper-slide-active .slide-content .info .inf-content {
  transform: scale(1);
  opacity: 1;
}

.slide-content {
  position: relative;
  padding: 200px 0 140px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.slide-content .info .img {
  position: relative;
  width: 600px;
  height: 600px;
  max-width: 100vw;
  max-height: 100vw;
  margin: 0 0 0 auto;
}
.slide-content .info .img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.slide-content .info .img .icon {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.slide-content .info .inf-content {
  margin-top: -250px;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.5s ease;
  transition-delay: 0.7s;
}
.slide-content .info .inf-content .num {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.slide-content .info .inf-content h1 {
  font-size: 120px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .zumar-header-slider .slide-content {
    padding: 100px 0;
  }
  .zumar-header-slider .slide-content .info .inf-content {
    margin-top: 30px;
  }
  .zumar-header-slider .slide-content .info .inf-content h1 {
    font-size: 40px;
  }
  .zumar-header-slider .slide-content .info .img {
    width: 350px;
    height: 350px;
  }
  .zumar-header-slider .slide-content .info .img .icon {
    width: 50px;
    height: 50px;
  }
}
/* ===============================================================
			[ * Text Editor section ]     
================================================================*/
.zumar-text-editor p {
  margin: 0;
}
.zumar-text-editor a {
  display: inline-block;
}

/* ===============================================================
			[ * portfolio categories section ]     
================================================================*/
.zumar-portfolio-categories-style {
  text-align: center;
  padding: 100px 0;
}
.zumar-portfolio-categories-style .swiper-slide {
  padding: 50px 0;
}
.zumar-portfolio-categories-style h2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s linear;
  transition-delay: 1.5s;
}
.zumar-portfolio-categories-style h2 img {
  margin: 0 50px;
}
.zumar-portfolio-categories-style .mirror_1,
.zumar-portfolio-categories-style .mirror_2 {
  font-weight: bold;
  font-size: calc(5vw + 30px);
  line-height: 1.3;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1333333333);
  white-space: nowrap;
  transition: all 0.4s linear;
  transition-delay: 1.5s;
}
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-active h2,
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-duplicate-active h2 {
  opacity: 1;
}
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-active .mirror_1,
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-duplicate-active .mirror_1 {
  transform: rotate(10deg);
}
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-active .mirror_2,
.zumar-portfolio-categories-style .zumar-portfolio-categories-slider .swiper-slide-duplicate-active .mirror_2 {
  transform: rotate(-10deg);
}

/* ===============================================================
			[ * portfolio slider section ]     
================================================================*/
.zumar-portfolio-slider-style .project-card .img {
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
}
.zumar-portfolio-slider-style .zumar-button .zumar-button-circle {
  background: var(--color-main);
}
.zumar-portfolio-slider-style .arrows a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin: 0 3px;
  display: inline-block;
}
.zumar-portfolio-slider-style .arrows a:hover {
  background-color: var(--color-main);
  color: #fff;
}

/* ===============================================================
			[ * Header section ]   
================================================================*/
/*----------Title Style 1----------*/
.zumar-title.style-1.rtl {
  direction: rtl;
}
.zumar-title.style-1.rtl .sub-title {
  padding-right: 20px;
}
.zumar-title.style-1.rtl .sub-title span {
  left: initial;
  right: 6px;
}
.zumar-title.style-1.rtl .sub-title span:last-of-type {
  right: 0px;
}
.zumar-title.style-1 .sub-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.zumar-title.style-1 .sub-title h6 {
  margin-top: 0;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.4;
  font-size: 18px;
}
.zumar-title.style-1 .sub-title span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  left: 6px;
  bottom: 5px;
}
.zumar-title.style-1 .sub-title span:first-of-type {
  bottom: 11px;
}
.zumar-title.style-1 .sub-title span:last-of-type {
  left: 0px;
}
.zumar-title.style-1 .main-title {
  font-weight: 600;
  line-height: 1.4;
  font-size: 35px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.zumar-title.style-1 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  .zumar-title.style-1 .main-title {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .zumar-title.style-1 .sub-title h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
}
.zumar-title.style-1 .main-title, .zumar-title.style-1 .sub-title h6 {
  color: #0c0f16;
}
.zumar-title.style-1 p {
  color: #777;
}
.zumar-title.style-1 .simple-btn:after {
  background: rgba(0, 0, 0, 0.05);
}

body.zumar-dark-mode .zumar-title.style-1 .main-title, body.zumar-dark-mode .zumar-title.style-1 .sub-title h6 {
  color: #fff;
}
body.zumar-dark-mode .zumar-title.style-1 p {
  color: #c8c8c8;
}
body.zumar-dark-mode .zumar-title.style-1 .simple-btn:after {
  background: rgba(255, 255, 255, 0.05);
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-title.style-1 .main-title, body.zumar-auto-mode .zumar-title.style-1 .sub-title h6 {
    color: #fff;
  }
  body.zumar-auto-mode .zumar-title.style-1 p {
    color: #c8c8c8;
  }
  body.zumar-auto-mode .zumar-title.style-1 .simple-btn:after {
    background: rgba(255, 255, 255, 0.05);
  }
}
/*----------Title Style 2----------*/
.zumar-title.style-2 h2 {
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.2;
  text-transform: uppercase;
}
.zumar-title.style-2 h2 span {
  color: transparent;
}
.zumar-title.style-2 h2 b span {
  -webkit-text-stroke-width: 0;
}

@media (max-width: 767px) {
  .zumar-title.style-2 h2 {
    font-size: 6vw;
  }
}
.zumar-title.style-2 h2 {
  color: #0c0f16;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c0f16;
}
.zumar-title.style-2 b span {
  color: #0c0f16;
}

body.zumar-dark-mode .zumar-title.style-2 h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
body.zumar-dark-mode .zumar-title.style-2 b span {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-title.style-2 h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
  }
  body.zumar-auto-mode .zumar-title.style-2 b span {
    color: #fff;
  }
}
/*----------Header Style 3----------*/
.zumar-header.style-3.rtl .capt h2 {
  letter-spacing: 0 !important;
}
.zumar-header.style-3.rtl .col-lg-9 {
  float: right !important;
}
.zumar-header.style-3 .works-header {
  min-height: 80vh;
}
.zumar-header.style-3 .works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.zumar-header.style-3 .works-header .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}
.zumar-header.style-3 .works-header .capt h2 {
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.zumar-header.style-3 .works-header .capt h2 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-main);
}
.zumar-header.style-3 .works-header .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.zumar-header.style-3 .works-header {
  background: #fff;
}
.zumar-header.style-3 .works-header h2 {
  color: #0c0f16;
}
.zumar-header.style-3 .works-header p {
  color: #777;
}
.zumar-header.style-3 .works-header .bactxt {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

body.zumar-dark-mode .zumar-header.style-3 .works-header {
  background: #0c0f16;
}
body.zumar-dark-mode .zumar-header.style-3 .works-header h2 {
  color: #fff;
}
body.zumar-dark-mode .zumar-header.style-3 .works-header p {
  color: #c8c8c8;
}
body.zumar-dark-mode .zumar-header.style-3 .works-header .bactxt {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-header.style-3 .works-header {
    background: #0c0f16;
  }
  body.zumar-auto-mode .zumar-header.style-3 .works-header h2 {
    color: #fff;
  }
  body.zumar-auto-mode .zumar-header.style-3 .works-header p {
    color: #c8c8c8;
  }
  body.zumar-auto-mode .zumar-header.style-3 .works-header .bactxt {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  }
}
/*----------Header Style 4----------*/
.zumar-header.style-4 .pages-header {
  height: 75vh;
}
.zumar-header.style-4 .pages-header .cont h1 {
  font-size: 75px;
  margin-bottom: 20px;
}
.zumar-header.style-4 .pages-header .cont .path {
  color: #fff;
  font-size: 17px;
}
.zumar-header.style-4 .pages-header .cont .path .active {
  color: var(--color-main);
}
.zumar-header.style-4 .pages-header .cont .path span {
  margin: 0 10px;
  font-size: 17px;
  color: var(--color-main);
}
.zumar-header.style-4 .pages-header .cont .path a {
  color: #fff;
}
.zumar-header.style-4 .pages-header .cont .path em {
  font-size: 10px;
}

@media (max-width: 767px) {
  .zumar-header.style-4 .pages-header .container {
    display: initial;
  }
  .zumar-header.style-4 .pages-header .container .cont h1 {
    font-size: 45px;
  }
}
/*----------Header Style 5----------*/
.zumar-header.style-5 {
  z-index: -1;
}
.zumar-header.style-5 .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
}
.zumar-header.style-5 .capt h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.zumar-header.style-5 .capt h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-main);
}
.zumar-header.style-5 .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.5;
}

.zumar-header.style-5 .sec-head h3 {
  text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}
.zumar-header.style-5 .sec-head .tbg {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

body.zumar-dark-mode .zumar-header.style-5 .sec-head h3 {
  text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}
body.zumar-dark-mode .zumar-header.style-5 .sec-head .tbg {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-header.style-5 .sec-head h3 {
    text-shadow: 0 8px rgba(255, 255, 255, 0.05);
  }
  body.zumar-auto-mode .zumar-header.style-5 .sec-head .tbg {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
}
/*----------Header Style 6----------*/
.zumar-header.style-6 .sec-head {
  position: relative;
  margin: 0 auto;
}
.zumar-header.style-6 .sec-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 10px;
}
.zumar-header.style-6 .sec-head h3 {
  font-size: 48px;
  font-weight: 500;
}

/*----------Header Style 7----------*/
.zumar-header.style-7 .item {
  padding: 30px 40px;
  min-width: 200px;
}
.zumar-header.style-7 .item h4 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}
.zumar-header.style-7 .item h4 span {
  font-size: 20px;
  margin-left: 2px;
}
.zumar-header.style-7 .item h6 {
  font-size: 15px;
  margin-top: 5px;
}

/*----------Header Style 8----------*/
.zumar-header.style-8 {
  font-size: 35px;
  line-height: 1.4;
  /* xclip */
}
.zumar-header.style-8 .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.zumar-header.style-8 .cd-words-wrapper::after {
  content: none;
}
.zumar-header.style-8 .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.zumar-header.style-8 .cd-words-wrapper b.is-visible {
  position: relative;
}
.zumar-header.style-8 .no-js .cd-words-wrapper b {
  opacity: 0;
}
.zumar-header.style-8 .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.zumar-header.style-8 .cd-headline.clip span {
  display: inline-block;
}
.zumar-header.style-8 .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.zumar-header.style-8 .cd-headline.clip b {
  opacity: 0;
}
.zumar-header.style-8 .cd-headline b.is-visible {
  opacity: 1;
}

/*----------Header Style 9----------*/
.zumar-header.style-9 {
  padding: 10px 30px;
  position: relative;
}
.zumar-header.style-9:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 0;
}
.zumar-header.style-9:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
  background: -webkit-linear-gradient(left, var(--color-primary), var(--color-secondary), var(--color-ternary));
  background: -o-linear-gradient(left, var(--color-primary), var(--color-secondary), var(--color-ternary));
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
  z-index: 0;
}
.zumar-header.style-9 h6 {
  z-index: 1;
  position: relative;
  color: #999;
  margin-top: 5px;
}
.zumar-header.style-9 h2 {
  z-index: 1;
  position: relative;
  font-size: 70px;
  font-weight: 700;
}

body.zumar-dark-mode .zumar-header.style-9:after {
  background: #111215;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-header.style-9:after {
    background: #111215;
  }
}
.zumar-header.style-10 {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 25px;
  position: relative;
}
.zumar-header.style-10 h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.zumar-header.style-10 h6 span {
  display: inline-block;
  color: var(--color-main);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  margin-right: 10px;
}
.zumar-header.style-10 p {
  font-size: 13px;
  padding-left: 45px;
  margin: 0;
}

/* ===============================================================
			[ * Top Header section ]
================================================================*/
/** Search icon **/
.admin-bar .is-sticky .stuck-nav {
  margin-top: 32px;
}
.admin-bar .custom-absolute-menu {
  margin-top: 32px;
}
.admin-bar .custom-fixed-menu {
  margin-top: 32px;
}
.admin-bar .abs-header {
  margin-top: 32px;
}

.is-sticky .header-top, .white-header .header-top {
  display: none;
}

.header-top {
  background: #222;
}
.header-top h6 {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
  margin-right: 40px;
}
.header-top h6 i {
  margin-right: 10px;
  color: var(--color-main);
}
.header-top h6 a {
  color: #ccc;
}
.header-top h6:hover {
  color: #fff;
}
.header-top h6:hover a {
  color: #fff;
}

.header {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
}

.header.not-custom-menu .logo-d-mode {
  display: initial;
}

.header.not-custom-menu .logo-d-mode {
  display: none;
}

.elementor-editor-active .header {
  pointer-events: none;
}
.elementor-editor-active .abs-header {
  margin-top: 25px;
}
.elementor-editor-active .custom-absolute-menu {
  position: relative;
}
.elementor-editor-active .custom-fixed-menu {
  position: relative;
}
.elementor-editor-active .not-custom-menu.custom-absolute-menu {
  position: absolute;
  top: 25px;
}

.white-header {
  position: relative;
  background: #fff;
}
.white-header.shadow-header {
  box-shadow: 0 0 5px 0 #eee;
}
.white-header .menu-item-desc {
  position: absolute;
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  top: 14px;
  text-transform: uppercase;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #dc3545;
  line-height: 1.7;
  display: inline-block;
  font-weight: 600;
  margin-left: 3px;
}
.white-header .is-sticky .stuck-nav {
  background: #fff;
  box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon {
  background: #1f1f1f;
  background: #1f1f1f;
  background: #1f1f1f;
}
.white-header .hamburger__icon::before {
  background: #1f1f1f;
  background: #1f1f1f;
  background: #1f1f1f;
}
.white-header .hamburger__icon::after {
  background: #1f1f1f;
  background: #1f1f1f;
  background: #1f1f1f;
}
.white-header .header-icon li a {
  color: #000000;
}
.white-header .header-icon li.current-menu-parent > a {
  color: var(--color-main);
}
.white-header .header-icon li.current_page_item > a {
  color: var(--color-main);
}
.white-header .navigation li a {
  color: #1f1f1f;
}
.white-header .navigation li a:hover {
  color: var(--color-main);
  opacity: 1;
}
.white-header .navigation li.current-menu-parent > a {
  color: var(--color-main);
}
.white-header .navigation li.current_page_item > a {
  color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li a {
  color: #1f1f1f;
}
.white-header .menu-wrapper .menu ul li ul li a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .menu ul li ul li a:hover {
  color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li ul li.current_page_item > a {
  color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current-menu-parent > a {
  color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current_page_item > a {
  color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .navigation li ul li a:hover {
  color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li.current_page_item > a {
  color: var(--color-main);
}

.no-bg {
  background: transparent;
}

.zumar-custom-header .navigation {
  position: relative;
  z-index: 999;
}

.apply-header .menu-wrapper {
  border: none;
}
.apply-header .is-sticky .menu-wrapper {
  border: none;
}
.apply-header .menu-btn {
  margin: 19px 0;
}
.apply-header .logo1 {
  max-height: 38px;
}
.apply-header .zumar-logo-light {
  display: none;
}

.logo {
  padding: 60px 0;
  display: block;
  text-align: center;
}

.top-logo {
  display: table-cell;
  vertical-align: middle;
}
.top-logo > a {
  display: inline-block;
  padding: 20px 0;
}

.menu-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.menu-wrapper .menu ul li {
  display: inline-block;
  position: relative;
}
.menu-wrapper .menu ul li a {
  color: #000000;
  display: block;
  font-size: 12px;
  padding: 25px 18px;
  transition: 0.2s linear;
  letter-spacing: 1px;
  font-weight: 400;
}
.menu-wrapper .menu ul li ul li a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 20px 0 25px;
}
.menu-wrapper .menu ul li ul li a:hover {
  color: var(--color-main);
}
.menu-wrapper .menu ul li ul li.current_page_item > a {
  color: var(--color-main);
}
.menu-wrapper .menu ul li.menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.menu-wrapper .menu ul li.menu-item-has-children li.menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 42%;
  right: 163px;
  font-weight: bolder;
  transform: rotate(90deg);
  color: #ffffff;
}
.menu-wrapper .menu ul ul li {
  display: block;
  position: relative;
}
.menu-wrapper > .menu > ul > li > a:before {
  background: var(--color-main);
  border-radius: 0;
  bottom: 25px;
  content: "";
  height: 1px;
  position: absolute;
  transform: scaleX(0);
  transition: 0.2s linear;
  visibility: hidden;
  width: 50%;
  background: #fff;
  background: var(--color-main);
}
.menu-wrapper > .menu > ul > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.menu-wrapper .navigation .menu-item-has-children li {
  display: block;
}
.menu-wrapper .navigation li ul li a {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 20px 0 25px;
}
.menu-wrapper .navigation li ul li a:hover {
  color: var(--color-main);
}
.menu-wrapper .navigation li ul li.current_page_item > a {
  color: var(--color-main);
}
.menu-wrapper ul li ul {
  background: #fff;
  left: 18px;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 185px;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--color-main);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
  border-top: 2px solid transparent !important;
}
.menu-wrapper ul li ul li ul {
  left: -100%;
  top: 16px;
}
.menu-wrapper ul > li > ul {
  display: none;
  padding-bottom: 15px;
}
.menu-wrapper > ul > li:last-child ul {
  left: auto;
  right: 0;
}

.header-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.container-fluid {
  display: table;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.container {
  display: table;
}

.blog-wrapper .container {
  display: inherit;
}

.navigation {
  display: block;
  font-size: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigation li {
  display: inline-block;
  position: relative;
}
.navigation li a {
  color: #000000;
  display: block;
  font-size: 12px;
  padding: 25px 20px;
  transition: 0.2s linear;
  letter-spacing: 1px;
  font-weight: 500;
}
.navigation li a:hover {
  opacity: 0.8;
}
.navigation li a .menu-item-desc {
  position: absolute;
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  top: 14px;
  text-transform: uppercase;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #dc3545;
  line-height: 1.7;
  display: inline-block;
  font-weight: 600;
  margin-left: 3px;
}
.navigation li.attr-green a .menu-item-desc {
  color: #0ed193;
  background-color: #d1fff1;
  border-color: #d1fff1;
}
.navigation li.attr-orange a .menu-item-desc {
  color: #ffa100;
  background-color: #fbf1e0;
  border-color: #fbf1e0;
}
.navigation li.attr-blue a .menu-item-desc {
  color: #12C2E9;
  background-color: #d8f8ff;
  border-color: #d8f8ff;
}
.navigation li.menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  padding-left: 3px;
  transform: translateY(-50%);
  color: #ccc;
}
.navigation li.menu-item-has-children li.menu-item-has-children > a:after {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 42%;
  right: 163px;
  font-weight: bolder;
  transform: rotate(90deg);
  color: #ffffff;
}
.navigation > li.sfHover > a:before {
  background-color: var(--color-main);
  border-radius: 0;
  bottom: 25px;
  content: "";
  height: 1px;
  position: absolute;
  transform: scaleX(1);
  transition: 0.2s linear;
  visibility: visible;
  width: 40px;
}
.navigation .current > a {
  opacity: 1;
}
.navigation ul li {
  display: block;
  position: relative;
}

.custom-absolute-menu .stuck-nav > .container-fluid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}

.custom-absolute-menu {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  border-color: var(--color-main);
}
.custom-absolute-menu .logo-white {
  display: none;
}
.custom-absolute-menu .is-sticky .logo-white {
  display: initial;
}
.custom-absolute-menu .is-sticky .logo-dark {
  display: none;
}
.custom-absolute-menu .is-sticky .search-icon-header a i {
  color: #000000;
}
.custom-absolute-menu .is-sticky .cart-contents:before {
  color: #000000;
}
.custom-absolute-menu .is-sticky .navigation li a {
  color: #333;
}
.custom-absolute-menu .is-sticky .navigation li a:hover {
  color: var(--color-main);
  opacity: 1;
}
.custom-absolute-menu .is-sticky .navigation li.current-menu-item a {
  color: var(--color-main);
}
.custom-absolute-menu .is-sticky .navigation > li > a:before {
  background: var(--color-main);
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a {
  color: #333;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a:hover {
  color: var(--color-main);
  opacity: 1;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li.current-menu-item a {
  color: var(--color-main);
}
.custom-absolute-menu .is-sticky .header-icon li a {
  color: #000000;
}
.custom-absolute-menu .logo-dark {
  display: initial;
}
.custom-absolute-menu .search-icon-header a i {
  color: #ffffff;
}
.custom-absolute-menu .search-icon-header a.search:after {
  background: rgba(237, 227, 227, 0.5215686275);
}
.custom-absolute-menu .cart-contents:before {
  color: #ffffff;
}
.custom-absolute-menu .navigation li a {
  color: #ffffff;
}
.custom-absolute-menu .navigation .sub-menu li a {
  color: #333;
}
.custom-absolute-menu .navigation .sub-menu li a:hover {
  color: var(--color-main);
  opacity: 1;
}
.custom-absolute-menu .navigation .sub-menu li.current-menu-item a {
  color: var(--color-main);
}
.custom-absolute-menu .navigation > li > a:before {
  background: #fff;
}
.custom-absolute-menu .menu-wrapper .menu ul li a {
  color: #ffffff;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a {
  color: #333;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a:hover {
  color: var(--color-main);
  opacity: 1;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li.current-menu-item a {
  color: var(--color-main);
}
.custom-absolute-menu .header-icon li a {
  color: #ffffff;
}

.stuck-nav {
  transition: ease 0.3s !important;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 999;
}

.custom-fixed-menu {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.elementor-editor-preview .custom-absolute-menu {
  position: relative;
}
.elementor-editor-preview .custom-fixed-menu {
  position: relative;
}
.elementor-editor-preview .not-custom-menu.custom-absolute-menu {
  position: absolute;
}

.sticky-wrapper {
  z-index: 999;
}

.is-sticky .stuck-nav {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.menu-wrapper.zumar-right-menu ul li ul {
  left: auto;
  right: 0;
}
.menu-wrapper.zumar-right-menu ul li ul li ul {
  left: auto;
  right: 100%;
  top: 0;
}

.mobile-wrapper {
  float: right;
}

.mobile-menu {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  height: 0;
  list-style: none outside none;
  margin: 0;
  max-height: 480px;
  overflow-y: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.mobile-menu li a {
  border-top: none;
  display: block;
  font-size: 11px;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu.in {
  border: 1px solid #EEEEEE;
  height: auto;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-btn {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin: 11px 0;
  text-align: center;
  width: 30px;
  z-index: 3;
}

.not-custom-menu.custom-absolute-menu .nav-box {
  margin-top: 0;
}

.custom-logo .custom-logo-dark {
  display: initial;
}
.custom-logo .custom-logo-light {
  display: none;
}
.custom-logo .logo1 {
  max-height: 25px;
}
.custom-logo a {
  display: inline-block;
}

.zumar-sticky-menu {
  z-index: 999 !important;
}

.elementor-element-edit-mode.stuck-nav {
  z-index: 0;
}

.header-icon {
  display: block;
  float: right;
  list-style: none;
  margin-left: 20px;
  padding: 0;
  text-align: right;
}
.header-icon li {
  display: inline-block;
  vertical-align: middle;
}
.header-icon li a {
  display: block;
  padding: 24px 0 18px 0;
  text-align: center;
  width: 30px;
}
.header-icon li a i {
  opacity: 0.8;
  border-radius: 50%;
  height: 35px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  width: 35px;
  font-family: "FontAwesome";
}
.header-icon li a:hover {
  opacity: 1;
}

.margin-bottom {
  margin-bottom: 80px;
}

.margin-top {
  margin-top: 80px;
}

.padding-top {
  padding-top: 80px;
}

.mobile-wrapper.zumar-menu-element {
  display: inline-block;
  float: none;
  padding: 0;
  vertical-align: text-top;
}

.zumar-menu-element .hamburger {
  height: 20px;
  padding: 0;
}

.cart_search_block {
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
}
.cart_search_block > li {
  padding: 18px;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.btn-nav-top {
  float: right;
  margin-left: 22px;
  position: relative;
}
.btn-nav-top a {
  color: #ffffff;
  padding: 12px 20px;
  background: var(--color-main);
  background: linear-gradient(to right, var(--color-main), var(--color-secondary));
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 0.8px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid var(--color-secondary);
}
.btn-nav-top a:hover {
  color: var(--color-main);
  background: #fff;
  border-color: var(--color-main);
}

.search-icon-header {
  float: right;
  margin-left: 30px;
  margin-left: 30px;
  position: relative;
  top: 25px;
}
.search-icon-header a.search {
  font-size: 16px;
  position: relative;
}
.search-icon-header a.search:after {
  width: 1px;
  height: 30px;
  content: "";
  position: absolute !important;
  bottom: -5px;
  left: -22px;
  z-index: 0;
  margin: auto;
  background: #999;
  cursor: initial;
}
.search-icon-header a.cart-contents {
  font-size: 14px;
  position: relative;
  left: 20px;
}
.search-icon-header a i {
  color: #000000;
}
.search-icon-header .close-black-block a i {
  color: #ffffff;
}
.search-icon-header .close-black-block a i.fa-times {
  color: #ffffff;
}
.search-icon-header .close-black-block a:after {
  display: none;
}
.search-icon-header .searchform input[type=search] {
  font-style: italic;
  font-size: 16px;
  height: 56px;
}
.search-icon-header .searchform .searchsubmit {
  background: transparent;
}
.search-icon-header .searchform::after {
  background: var(--color-main);
  color: #ffffff !important;
  right: 0;
  height: 56px;
  line-height: 56px;
  width: 56px;
  font-size: 2rem;
}
.search-icon-header .searchform:hover::after {
  opacity: 0.7;
}

.black-search-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: -1;
}

.search-icon-header.open .black-search-block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 9999999;
}
.search-icon-header.open .black-search-table-cell div {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.black-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.black-search-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.black-search-table-cell div {
  width: 50%;
  position: relative;
  display: inline-block;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.black-search-table-cell div input[name=s] {
  background: #fff;
  padding: 15px 50px 15px 15px !important;
  border: none;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
.black-search-table-cell .searchsubmit {
  border: none;
  background: 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  color: #333;
  padding: 0;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 21px;
  z-index: 99999;
  text-align: center;
}

.close-black-block {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 50px;
}
.close-black-block i {
  font-size: 30px;
  color: #ffffff;
}

/* ===============================================================
			[ * Nav section ]
================================================================*/
.zumar-custom-header .is-sticky .stuck-nav {
  background: #11141b;
}

/*----------Nav Style 1----------*/
.zumar-nav.style-1 .navigation li a {
  color: #fff;
  text-transform: initial;
  font-size: 13px;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
}
.zumar-nav.style-1 .menu-wrapper ul li ul {
  background: #1a1e25;
}
.zumar-nav.style-1 .menu-wrapper .menu ul li a {
  text-transform: initial;
  font-weight: 400;
}

/* ===============================================================
			[ * tabs panels section ]
================================================================*/
.zumar-tabs-panels .nav-pills {
  display: inline-flex;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 50px;
  margin-bottom: 30px;
}
.zumar-tabs-panels .nav-pills .nav-item {
  list-style: none;
}
.zumar-tabs-panels .nav-pills .nav-item .nav-link {
  margin: 0 25px;
  font-weight: bold;
  padding: 0;
  background: transparent;
  color: #000;
}
.zumar-tabs-panels .nav-pills .nav-item .nav-link:hover, .zumar-tabs-panels .nav-pills .nav-item .nav-link.active {
  text-decoration: underline;
}
.zumar-tabs-panels .tab-content .text {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}
.zumar-tabs-panels .tab-content .inside-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.zumar-tabs-panels .tab-content .inside-content li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  margin-top: 15px;
}
.zumar-tabs-panels .tab-content .inside-content li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 1rem;
  color: var(--color-main);
}

/* ===============================================================
			[ * icon tabs panels section ]
================================================================*/
.zumar-icon-tabs .bg-main {
  background: var(--color-main);
}
.zumar-icon-tabs .nav-pills {
  margin-bottom: 40px;
}
.zumar-icon-tabs .nav-pills .nav-item {
  width: 20%;
  margin-top: 30px;
  text-align: center;
  list-style: none;
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link {
  position: relative;
  text-align: center;
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link.active .icon {
  border-color: var(--color-main);
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link.active .arrow {
  opacity: 1;
  transform: translateY(0);
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: auto;
  transition: all 0.3s ease;
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.7;
}
.zumar-icon-tabs .nav-pills .nav-item .tab-link .arrow {
  color: var(--color-main);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.zumar-icon-tabs .form-content {
  padding: 60px !important;
  background-color: #f5f6f8;
}
.zumar-icon-tabs .form-content p {
  margin-bottom: 0;
}
.zumar-icon-tabs .form-content .form .form-group .cont {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
.zumar-icon-tabs .form-content .form .form-group .cont .wpcf7-form-control-wrap {
  width: 100%;
  border: 0;
  display: flex;
}
.zumar-icon-tabs .form-content .form .form-group .cont .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  padding: 7px 20px;
  background: transparent;
}
.zumar-icon-tabs .form-content .form .form-group .cont .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  box-shadow: none;
}
.zumar-icon-tabs .form-content .form .form-group .cont .icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-inline-start: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #fff;
  z-index: 5;
  pointer-events: none;
}
.zumar-icon-tabs .form-content .form .form-group .cont .icon i {
  color: #000;
}
.zumar-icon-tabs .form-content .form .wpcf7-submit {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 0px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  width: 100%;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
}
.zumar-icon-tabs .form-content .img {
  position: relative;
  height: 450px;
}
.zumar-icon-tabs .form-content .img img {
  max-height: unset;
  height: calc(100% + 120px);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  object-fit: cover;
}
.zumar-icon-tabs .form-content .img .play-btn {
  position: absolute;
  left: calc(50% - 60px);
  top: 50%;
  z-index: 10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  color: #1f425d;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .zumar-icon-tabs .nav-pills {
    justify-content: center;
  }
  .zumar-icon-tabs .nav-pills .nav-item {
    width: 33%;
  }
  .zumar-icon-tabs .nav-pills .nav-item .tab-link h6 {
    font-size: 12px;
  }
  .zumar-icon-tabs .form-content {
    padding: 30px;
  }
  .zumar-icon-tabs .form-content .img {
    margin-top: 50px;
    height: 250px;
  }
}
/* ===============================================================
			[ * Links section ]
================================================================*/
.zumar-links a {
  margin: 0 30px;
  font-weight: bold;
}
.zumar-links a:hover {
  text-decoration: underline;
}

/* ===============================================================
			[ * Offcanvas section ]
================================================================*/
/*--------------------------- Offcanvas --------------------------*/
.zumar-offcanvas.sidepanel span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  display: block;
}
.zumar-offcanvas button.btn-close {
  opacity: 1;
}
.zumar-offcanvas .menu-icon {
  cursor: pointer;
}
.zumar-offcanvas .menu-icon.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 21px;
}
.zumar-offcanvas .menu-icon.icon svg {
  fill: #000;
  width: 21px;
}
.zumar-offcanvas .menu-icon.icon i {
  color: #000;
}
.zumar-offcanvas .menu-icon img {
  transition: all 0.3s ease-in-out;
}
.zumar-offcanvas .menu-icon:hover img {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  transition: all 0.3s ease-in-out;
}

.side-panel {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.4s;
  transform: translateX(-100%);
}
.side-panel .zumar-custom-sidepanel {
  transform: translateX(-100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
  position: relative;
  z-index: 99999;
}
.side-panel.open {
  z-index: 999;
}
.side-panel.open .zumar-custom-sidepanel {
  transform: translateX(0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
  position: relative;
  z-index: 99999;
}
.side-panel.open:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side-panel.open::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.1s;
}
.side-panel:after {
  content: "";
  position: fixed;
  z-index: 99998;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, var(--color-main) 0%, var(--color-primary) 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
}
.side-panel:before {
  content: "";
  position: fixed;
  z-index: 99997;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, var(--color-main) 0%, var(--color-primary) 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.7s;
}

body.zumar-dark-mode .zumar-offcanvas .menu-icon.icon svg {
  fill: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-offcanvas .menu-icon.icon svg {
    fill: #fff;
  }
}
/*----------Portfolio Single----------*/
.zumar-portfolio-single .work-img-bg.slider-img-bg {
  background-size: cover;
}
.zumar-portfolio-single .slider-box.container-fluid {
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
}
.zumar-portfolio-single .slider > .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.zumar-portfolio-single .slider > .slide:first-child {
  position: relative;
}
.zumar-portfolio-single .slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.zumar-portfolio-single .slider-img-bg {
  z-index: -2;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.zumar-portfolio-single .slider-img-bg:nth-child(2) {
  -moz-animation-delay: 10s;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.zumar-portfolio-single .slider-img-bg:nth-child(3) {
  -moz-animation-delay: 20s;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.zumar-portfolio-single .slider-img-bg:nth-child(4) {
  -moz-animation-delay: 30s;
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.zumar-portfolio-single .slider-img-bg:nth-child(5) {
  -moz-animation-delay: 40s;
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}
.zumar-portfolio-single .slider-line {
  margin-top: 0;
  background-color: var(--color-main);
  display: inline-block;
  height: 2px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  width: 100px;
}
.zumar-portfolio-single .slider-hidden {
  overflow: hidden;
}
.zumar-portfolio-single .slider-mask {
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0.8;
}
.zumar-portfolio-single .slider-box {
  padding-bottom: 14%;
  padding-top: 14%;
  position: relative;
  text-align: center;
}
.zumar-portfolio-single .slide {
  position: relative;
  overflow: hidden;
}
.zumar-portfolio-single .slider-text {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 1.4em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.zumar-portfolio-single .slider-subtitle {
  color: #eee;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.zumar-portfolio-single .slider-style-2 .slider-title {
  font-size: 65px;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 700;
}
.zumar-portfolio-single .slider-style-2 .slider-subtitle {
  background: var(--color-main);
  max-width: 500px;
  padding: 0px 20px;
  display: inline-block !important;
}
.zumar-portfolio-single .home-slider .slick-arrow {
  -webkit-transition: all 0.4s ease-out 0s;
  background: rgba(255, 255, 255, 0.2392156863);
  top: 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease-out 0s;
  width: 50px;
  z-index: 3;
  border-radius: 50%;
  font-weight: 800;
}
.zumar-portfolio-single .home-slider .slick-arrow.fa-angle-right {
  right: 50px;
}
.zumar-portfolio-single .home-slider .slick-arrow.fa-angle-left {
  left: 50px;
}
.zumar-portfolio-single .home-slider .slick-arrow:hover {
  background: #fff;
  color: var(--color-main);
}
.zumar-portfolio-single .btn-relative {
  overflow: hidden;
  display: inline-block;
}
.zumar-portfolio-single .slider-btn {
  -webkit-transition-duration: 1.5s;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 16px 36px;
  transition-duration: 1.5s;
  letter-spacing: 1px;
  line-height: 20px;
  background: transparent;
  font-weight: 600;
}
.zumar-portfolio-single .slider-btn:hover {
  color: var(--color-main);
}
.zumar-portfolio-single .slider-btn:hover::after {
  -ms-transform: scale(4);
  opacity: 1;
  transform: scale(4);
  -webkit-transform: scale(4);
}
.zumar-portfolio-single .slider-btn:hover::before {
  -ms-transform: scale(4);
  opacity: 1;
  transform: scale(4);
  -webkit-transform: scale(4);
}
.zumar-portfolio-single .slider-btn::before {
  -ms-transform: scale(0);
  -webkit-transition-duration: 0.8s;
  -webkit-transition: all 0.4s ease-out 0s;
  opacity: 0.3;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: transparent;
  border-radius: 200px;
  content: "";
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  transition-duration: 0.8s;
  transition: all 0.4s ease-out 0s;
  width: 200px;
  z-index: -1;
}
.zumar-portfolio-single .slider-btn::after {
  -ms-transform: scale(0);
  -webkit-transition: all 0.4s ease-in 0s;
  opacity: 0.3;
  transform: scale(0);
  transition-delay: 0.3s;
  -webkit-transform: scale(0);
  background: #fff none repeat scroll 0 0;
  border-radius: 200px;
  content: "";
  display: block;
  height: 200px;
  left: -50%;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in 0s;
  width: 200px;
  z-index: -1;
}
.zumar-portfolio-single .dsc-btn-style1 {
  color: #ffffff;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  margin-right: 5px;
}
.zumar-portfolio-single .dsc-btn-style1:hover {
  color: #000000;
  background: transparent;
}
.zumar-portfolio-single .dsc-btn-style2 {
  color: var(--color-main);
  background: #fff;
  border: 2px solid #fff;
}
.zumar-portfolio-single .slider-content {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.zumar-portfolio-single .slider-content.left-box-slider {
  margin: 0;
}
.zumar-portfolio-single .left-box-slider .slider-line {
  background-color: var(--color-main);
  height: 5px;
  margin-bottom: 25px;
  margin-top: -15px;
  margin: 0;
  width: 150px;
}
.zumar-portfolio-single .center-box-slider .slider-line {
  background-color: var(--color-main);
  height: 15px;
  margin-bottom: 25px;
  margin: auto;
  top: -40px;
  width: 300px;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.zumar-portfolio-single .page-head-slider .slider-box {
  padding-bottom: 120px;
  padding-top: 200px;
}
.zumar-portfolio-single .custom-paging {
  position: absolute;
  right: 40px;
  left: auto;
  bottom: 30px;
  top: auto;
  width: auto;
  color: #fff;
}
.zumar-portfolio-single .custom-paging li {
  list-style-type: none;
  letter-spacing: 8px;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.zumar-portfolio-single .custom-paging li::first-letter {
  font-size: 18px;
}
.zumar-portfolio-single .custom-paging li:not(.slick-active) {
  display: none;
}

/* --------------- projects style-6 --------------- */
.projects.style-6 {
  padding: 0 30px;
}
.projects.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
}

.zumar-related-portfolios .related-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.zumar-related-portfolios .related-card .img {
  height: 300px;
}
.zumar-related-portfolios .related-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-related-portfolios .related-card p {
  margin-bottom: 0px;
}
.zumar-related-portfolios .related-card .info {
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  transform: translateY(100%) scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-related-portfolios .related-card .info .icon {
  font-size: 36px;
  color: #000;
}
.zumar-related-portfolios .related-card .info a {
  color: #666;
  font-weight: 500;
}
.zumar-related-portfolios .related-card .info a:hover {
  color: var(--color-main);
}
.zumar-related-portfolios .related-card .info h5 a {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.zumar-related-portfolios .related-card:hover .info {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.zumar-related-portfolios .swiper-button-next,
.zumar-related-portfolios .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  top: -90px;
  margin: 0;
}
.zumar-related-portfolios .swiper-button-next:hover,
.zumar-related-portfolios .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.zumar-related-portfolios .swiper-button-next:hover::after,
.zumar-related-portfolios .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-related-portfolios .swiper-button-next::after,
.zumar-related-portfolios .swiper-button-prev::after {
  font-size: 15px;
  color: #000;
}
.zumar-related-portfolios .swiper-button-prev {
  right: 60px;
  left: auto;
}

.zumar-insights .vintage::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94118) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94118) 100%) !important;
  opacity: 1 !important;
}
.zumar-insights .vintage::before {
  opacity: 0 !important;
}
.zumar-insights .vintage:hover::after {
  opacity: 1;
}
.zumar-insights .blog-card {
  position: relative;
}
.zumar-insights .blog-card .mt-20 {
  margin-top: 20px;
}
.zumar-insights .blog-card .icons {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  display: flex;
}
.zumar-insights .blog-card .icons a {
  padding: 5px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50px;
  margin-inline-end: 10px;
  color: #fff;
}
.zumar-insights .blog-card .icons a.fav_btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.zumar-insights .blog-card:hover::before {
  opacity: 0;
}
.zumar-insights .blog-card:hover::after {
  opacity: 0.8;
}
.zumar-insights .blog-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  transition: all 0.3s ease;
}
.zumar-insights .blog-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--color-main));
  transition: all 0.3s ease;
  opacity: 0;
}
.zumar-insights .blog-card .img {
  height: 430px;
}
.zumar-insights .blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-insights .blog-card .info {
  position: absolute;
  padding: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}

/* ===============================================================
			[ * Features section ]
================================================================*/
/*----------Feature Style 1----------*/
.feature-1 {
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 60px 25px 50px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.feature-1:hover {
  box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}
.feature-1:hover .zumar-icon {
  background: #fff;
  color: var(--color-main);
  border: 1px solid rgba(250, 250, 250, 0.2);
}
.feature-1 .zumar-icon {
  border-radius: 100px;
  color: #000000;
  display: block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 80px;
  border: 1px solid #eee;
  color: var(--color-main);
  border-color: var(--color-main);
}
.feature-1 .icon-title {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.feature-1 .icon-text p {
  margin-bottom: 0;
}
.feature-1 .feature-btn {
  letter-spacing: 2px;
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  color: #f9f9f9;
  border-bottom: 2px solid #dfdfdf;
}

.table-content .feature-1 h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.feature-2 {
  background-color: #ffffff;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
}
.feature-2:hover {
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.feature-2 .cont {
  display: table-cell;
  vertical-align: middle;
}
.feature-2 .zumar-icon {
  color: var(--color-main);
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  width: 60px;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: top;
}
.feature-2 .icon-title {
  font-size: 20px;
}
.feature-2 .icon-text p {
  margin-bottom: 20px;
}
.feature-2 .feature-btn {
  float: left;
  border-bottom: 2px solid #dfdfdf;
}

.feature-3 {
  padding: 0 25px;
}
.feature-3 .cont {
  display: table-cell;
  vertical-align: middle;
}
.feature-3 .zumar-icon {
  color: var(--color-main);
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  width: 50px;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: top;
}
.feature-3 .fa-envelope-o {
  font-size: 25px;
  line-height: 70px;
}
.feature-3 .icon-title {
  font-size: 20px;
  font-weight: 500;
}
.feature-3 .icon-text p {
  margin-bottom: 0;
}
.feature-3:hover .zumar-icon {
  color: var(--color-main);
}

.feature-btn-align-icon-left.feature-btn-button-icon {
  float: left;
  margin-right: 10px;
  transition: all 0.4s;
}

.feature-btn-align-icon-right.feature-btn-button-icon {
  float: right;
  margin-left: 10px;
  transition: all 0.4s;
}

.feature-4 {
  background-color: #ffffff;
  padding: 50px 30px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.feature-4 .icon-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.feature-4 p {
  margin-bottom: 0;
}
.feature-4 .feature-btn {
  letter-spacing: 2px;
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  color: #f9f9f9;
  border-bottom: 2px solid #dfdfdf;
}
.feature-4 .zumar-icon {
  background: var(--color-main);
  color: #ffffff;
  border-color: var(--color-main);
}

/* ===============================================================
			[ * Featured section ]
================================================================*/
/*----------Feature Style 1----------*/
.zumar-featured.style-2 .items {
  text-align: center;
}
.zumar-featured.style-2 .items h6 {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.zumar-featured.style-2 .items .item-img {
  position: relative;
  overflow: hidden;
}
.zumar-featured.style-2 .items .item-img:hover .tlinks {
  opacity: 1;
}
.zumar-featured.style-2 .items .item-img:hover .tlinks a {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.zumar-featured.style-2 .items .item-img .tlinks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 0 40px;
}
.zumar-featured.style-2 .items .item-img .tlinks a {
  padding: 14px 20px;
  border-radius: 5px;
  background: #32363e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.zumar-featured.style-2 .items .item-img .tlinks a:last-of-type {
  background: var(--color-main);
  color: #181b21;
}
.zumar-featured.style-2 .items .item-img .new {
  padding: 10px 30px;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: -60px;
  width: 200px;
  transform: rotate(-30deg);
  font-size: 13px;
}

/*----------Feature Style 3----------*/
.zumar-featured.style-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zumar-featured.style-3 .min-area {
  background: #11141b;
}
.zumar-featured.style-3 .min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}
.zumar-featured.style-3 .min-area .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background: #1a1e25;
  z-index: -1;
}
.zumar-featured.style-3 .min-area .content {
  padding-left: 40px;
}
.zumar-featured.style-3 .min-area .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.zumar-featured.style-3 .min-area .content p {
  color: #c8c8c8;
}
.zumar-featured.style-3 .min-area .content ul {
  margin: 0;
}
.zumar-featured.style-3 .min-area .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}
.zumar-featured.style-3 .min-area .content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.zumar-featured.style-3 .min-area .content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.zumar-featured.style-3 .min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}
.zumar-featured.style-3 .min-area .content ul.feat li:after {
  display: none;
}
.zumar-featured.style-3 .min-area .content ul.feat li h6 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}
.zumar-featured.style-3 .min-area .content ul.feat li h6 span {
  color: var(--color-main);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.zumar-featured.style-3 .min-area .content ul.feat li p {
  font-size: 13px;
  padding-left: 45px;
  margin: 0;
}

/* ===============================================================
			[ * Work Process section ]
================================================================*/
/*---- work process style-1 --*/
.work-process.style-1 .item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.work-process.style-1 .item:hover .box-img-tm {
  transform: rotateX(180deg);
}
.work-process.style-1 .item:hover .box-cont h3 {
  opacity: 1;
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.work-process.style-1 .item .box-img {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.work-process.style-1 .item .box-img .bg-img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #000000;
  border: 4px solid var(--color-main);
  border-style: solid;
  border-width: 0;
  box-shadow: 0px 0px 0px 12px #efe6e6 inset;
}
.work-process.style-1 .item .box-img .bg-img img {
  opacity: 0.5;
  border-radius: 50%;
  object-fit: cover;
}
.work-process.style-1 .item .box-img .num {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 2;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  font-family: "Teko", Sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}
.work-process.style-1 .item .box-cont h3 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}
.work-process.style-1 .item .box-cont p {
  font-size: 16px;
  color: #828282;
}
.work-process.style-1 .item:nth-child(4) .box-img .bg-img:before {
  display: none;
}
.work-process.style-1 .item:nth-child(5) .box-img .bg-img:after {
  display: none;
}

/* ===============================================================
			[ * estimate form section ]
================================================================*/
.zumar-estimate-form .shap_icon {
  position: absolute;
  left: -100px;
  bottom: 10px;
  pointer-events: none;
  z-index: 1;
}
.zumar-estimate-form .form-group label {
  font-size: 16px;
  color: #000630;
  margin-bottom: 5px;
}
.zumar-estimate-form .form-group .form-control {
  font-size: 14px;
  border-radius: 0;
  padding: 0 15px;
  min-height: 45px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-estimate-form .price-card {
  position: relative;
  z-index: 3;
}
.zumar-estimate-form .price-card p {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.zumar-estimate-form .price-card h2 {
  font-size: 40px;
  color: var(--color-main);
  font-weight: bold;
  margin: 0px;
}
.zumar-estimate-form .zumar-button .zumar-button-circle {
  background: #000630;
}
.zumar-estimate-form .zumar-button .butn {
  font-size: 16px;
  padding: 16px 40px;
  background: var(--color-main);
}
.zumar-estimate-form .zumar-button .butn span {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

/* ===============================================================
			[ * Masonary Grid section ]
================================================================*/
.zumar-portfolio-masonry .nav-pills {
  justify-content: center;
  display: inline-flex;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
.zumar-portfolio-masonry .nav-pills li {
  list-style: none;
}
.zumar-portfolio-masonry .nav-pills button {
  font-weight: bold;
  color: #c0c0c0;
  margin: 0 30px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 991px) {
  .zumar-portfolio-masonry .nav-pills button {
    margin: 0 15px;
  }
}
.zumar-portfolio-masonry .nav-pills button.active {
  color: #000;
  text-decoration: underline !important;
}
.zumar-portfolio-masonry .projects-colmn .stuff-card p {
  margin: 0 !important;
}
.zumar-portfolio-masonry .projects-colmn .project-card {
  position: relative;
  margin-bottom: 50px;
}
.zumar-portfolio-masonry .projects-colmn .project-card:hover .hover_info {
  opacity: 1;
  transform: scale(1);
  bottom: 30px;
}
.zumar-portfolio-masonry .projects-colmn .project-card:hover .hover_info_2 {
  bottom: -30px;
  opacity: 1;
}
.zumar-portfolio-masonry .projects-colmn .project-card:hover .hover_info_2::before {
  transform: rotate(0);
}
.zumar-portfolio-masonry .projects-colmn .project-card:hover .hover_info_2 .cont {
  transform: rotate(-10deg);
}
.zumar-portfolio-masonry .projects-colmn .project-card .img {
  height: 582px;
  border-radius: 15px;
  overflow: hidden;
}
.zumar-portfolio-masonry .projects-colmn .project-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: absolute;
  bottom: 0;
  right: -30px;
  background-color: #fff;
  min-width: 90%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info p {
  color: var(--color-main);
}
@media screen and (max-width: 991px) {
  .zumar-portfolio-masonry .projects-colmn .project-card .hover_info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 {
  position: absolute;
  left: 40px;
  bottom: -80px;
  width: calc(100% - 80px);
  z-index: 5;
  opacity: 0;
  transition: all 0.4s ease;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  z-index: -1;
  transform: rotate(-20deg);
  transition: all 0.4s ease;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transform: rotate(10deg);
  transition: all 0.4s ease;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont p {
  margin: 0 !important;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont .d-flex {
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont .title {
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 0;
}
.zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont .title a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 991px) {
  .zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 {
    opacity: 1;
  }
  .zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2 .cont {
    transform: rotate(-5deg);
  }
  .zumar-portfolio-masonry .projects-colmn .project-card .hover_info_2::before {
    transform: rotate(0);
  }
}
.zumar-portfolio-masonry .projects-colmn .project-card .info {
  padding: 30px;
  border-radius: 10px;
  bottom: 0;
  right: -30px;
  background-color: #fff;
  min-width: 90%;
  transition: all 0.3s ease;
}
.zumar-portfolio-masonry .projects-colmn .project-card .info p {
  margin: 0;
}
.zumar-portfolio-masonry .projects-colmn .project-card .info .icon-10 {
  width: 10px;
  height: 10px;
  display: inherit;
}
.zumar-portfolio-masonry [class*=col-] .auto_heights {
  height: auto !important;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(1) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(1) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 500px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(1) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 670px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(1) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(2) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 400px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(2) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(2) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 570px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(2) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 760px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(3) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 600px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(3) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 570px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(3) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 600px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(3) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 560px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(4) .projects-colmn .project-card:nth-of-type(1) .img {
  height: 500px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(4) .projects-colmn .project-card:nth-of-type(2) .img {
  height: 600px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(4) .projects-colmn .project-card:nth-of-type(3) .img {
  height: 540px;
}
.zumar-portfolio-masonry [class*=col-]:nth-of-type(4) .projects-colmn .project-card:nth-of-type(4) .img {
  height: 690px;
}

/* ===============================================================
			[ * Portfolio section ]
================================================================*/
.zumar-portfolio-card {
  color: #fff;
}
.zumar-portfolio-card .img {
  position: relative;
  height: calc(100vh - 280px);
  max-height: 100vw;
}
.zumar-portfolio-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-portfolio-card .img::before {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  z-index: 10;
  background-size: cover;
}
.zumar-portfolio-card .img::after {
  position: absolute;
  content: "";
  right: -100px;
  top: calc(50% - 15px);
  width: 30px;
  background-size: cover;
  height: 30px;
  z-index: 10;
}
.zumar-portfolio-card .zumar-button .icon-20 {
  width: 20px;
  height: 20px;
}
.zumar-portfolio-card .zumar-button img {
  background-size: 100% !important;
}

/* ===============================================================
			[ * Table section ]
================================================================*/
/* --------------- awards style --------------- */
.zumar-table th, .zumar-table td {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.zumar-table .table {
  border: none;
  margin-bottom: 70px;
}
.zumar-table .table thead th {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 20px;
  text-align: left;
}
.zumar-table .table tbody tr {
  font-size: 18px;
  transition: all 0.3s ease;
}
.zumar-table .table tbody tr td {
  padding: 30px 20px;
  border-color: #999;
  text-align: left;
}
.zumar-table .table tbody tr td:first-of-type {
  text-transform: uppercase;
}
.zumar-table .table tbody > tr:hover {
  background-color: var(--color-main);
}
.zumar-table a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.zumar-table a:hover {
  color: var(--color-main);
}

@media screen and (max-width: 991px) {
  .zumar-table .table tbody tr td {
    padding: 20px 10px;
    border-color: #999;
    font-size: 12px;
    min-width: 130px;
  }
}
/* ===============================================================
			[ * Portfolio section ]
================================================================*/
/* --------------- blog style 2 --------------- */
.zumar-post-list-carousel .arrows {
  margin-bottom: 30px;
}
.zumar-post-list-carousel .arrows .swiper-prev,
.zumar-post-list-carousel .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
  display: inline-block;
}
.zumar-post-list-carousel .arrows .swiper-prev i,
.zumar-post-list-carousel .arrows .swiper-next i {
  color: #000;
}
.zumar-post-list-carousel .arrows .swiper-prev:hover,
.zumar-post-list-carousel .arrows .swiper-next:hover {
  background-color: var(--color-main);
}
.zumar-post-list-carousel .blog-card .more {
  font-size: 12px;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  border: 1px solid rgba(153, 153, 153, 0.2);
  text-transform: uppercase;
  margin-top: 50px;
  color: #000;
}
.zumar-post-list-carousel .blog-card .more:hover {
  background-color: #333;
  color: #fff;
}
.zumar-post-list-carousel .img {
  height: 350px;
}
.zumar-post-list-carousel .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-post-list-carousel .overlayed {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}
.zumar-post-list-carousel .info {
  padding: 10px 0;
  display: flex;
  position: relative;
}
.zumar-post-list-carousel .info p {
  margin-bottom: 0px;
}
.zumar-post-list-carousel .info .more {
  display: inline-block;
}
.zumar-post-list-carousel .info .icon-6 {
  width: 6px;
  height: 6px;
  display: inline-block;
}
.zumar-post-list-carousel .info .bg-000 {
  background: #000;
  border-color: #000;
}
.zumar-post-list-carousel .info .date-box {
  width: 20%;
  flex-shrink: 0;
}
.zumar-post-list-carousel .info .date-box .num {
  font-size: 60px;
  font-weight: 100;
  color: #000;
}
.zumar-post-list-carousel .info .info-text {
  padding-top: 20px;
}
.zumar-post-list-carousel .info .info-text .btm-tags a {
  color: #3953e4;
  font-weight: 500;
}
.zumar-post-list-carousel .info .info-text .title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0 !important;
  color: #000 !important;
}
.zumar-post-list-carousel .info .info-text .title a {
  font-weight: bold;
}
.zumar-post-list-carousel .info .info-text .title a:hover {
  text-decoration: underline;
}
.zumar-post-list-carousel .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.zumar-post-list-carousel .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.zumar-post-list-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

/* ===============================================================
			[ * Post Timeline section ]
================================================================*/
.zumar-post-timeline .blog-content .blog-title {
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  margin-bottom: 70px;
}
.zumar-post-timeline .blog-content .blog-title input {
  border: 0;
  background-color: transparent;
  width: auto;
  padding: inherit;
}
.zumar-post-timeline .blog-content .blog-title input:focus {
  border-color: none;
  box-shadow: none;
}
.zumar-post-timeline .blog-content .blog-title button {
  border: 0;
  background-color: transparent;
}
.zumar-post-timeline .blog-content .blog-card {
  margin-bottom: 50px;
}
.zumar-post-timeline .blog-content .blog-card .img {
  overflow: hidden;
  height: 430px;
  border-radius: 15px;
  position: relative;
}
.zumar-post-timeline .blog-content .blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-post-timeline .blog-content .blog-card .img .tag {
  padding: 5px 15px;
  border-radius: 5px;
  color: #000;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  font-weight: bold;
}
.zumar-post-timeline .blog-content .blog-card .info .date {
  margin-top: 10px;
  display: inline-block;
}
.zumar-post-timeline .blog-content .blog-card .info .title {
  display: inline-block;
}
.zumar-post-timeline .blog-content .blog-card .info .text {
  margin-top: 30px;
}
.zumar-post-timeline .blog-content .blog-card .info .author .icon-60 {
  width: 60px;
  height: 60px;
}
.zumar-post-timeline .blog-content .blog-card .info .author .radius-3 {
  border-radius: 8px;
}
.zumar-post-timeline .blog-content .blog-card .info .author h6 {
  margin: 10px 0 !important;
}
.zumar-post-timeline .zumar-button {
  border-radius: 10px;
}
.zumar-post-timeline .zumar-button .butn {
  border-radius: 10px !important;
}
.zumar-post-timeline .zumar-button .butn img {
  width: 20px;
  height: 20px;
}

/* ===============================================================
			[ * Case Studies section ]
================================================================*/
.zumar-case-studies {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-case-studies .paginate {
  margin-bottom: 180px;
}
.zumar-case-studies .pb-30 {
  padding-bottom: 30px;
}
.zumar-case-studies .fsz-14 {
  font-size: 14px;
}
.zumar-case-studies .fsz-18 {
  font-size: 18px;
}
.zumar-case-studies .icon-15 {
  width: 15px;
  height: 15px;
}
.zumar-case-studies .icon-15 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-case-studies .color-999 {
  color: #999;
}
.zumar-case-studies .hover-main:hover {
  color: var(--color-main);
}
.zumar-case-studies .color-main {
  color: var(--color-main);
}
.zumar-case-studies .project-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.zumar-case-studies .project-card:hover .info {
  opacity: 1;
  transform: scaleY(1);
}
.zumar-case-studies .project-card .img {
  height: 550px;
}
.zumar-case-studies .project-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-case-studies .project-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(170, 139, 111, 0.9098039216);
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 40px;
  opacity: 0;
  transform: scaleY(1.2);
  transition: all 0.4s ease;
}
.zumar-case-studies .project-card .info h6 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.zumar-case-studies .project-card .info h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

/* ===============================================================
			[ * Cases section ]
================================================================*/
.zumar-cases-cards .case-card {
  position: relative;
  overflow: hidden;
}
.zumar-cases-cards .case-card .zumar-button {
  width: fit-content !important;
}
.zumar-cases-cards .case-card .zumar-button .butn {
  width: auto !important;
  background: #fff;
}
.zumar-cases-cards .case-card:hover .info {
  opacity: 1;
  transform: scaleY(1);
}
.zumar-cases-cards .case-card .img {
  height: 485px;
  overflow: hidden;
  min-height: 25vw;
  max-height: 100vw;
}
.zumar-cases-cards .case-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-cases-cards .case-card .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 37, 42, 0.8823529412);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: scaleY(1.2);
  transition: all 0.3s ease;
}
.zumar-cases-cards .case-card .info p {
  font-size: 14px;
  color: #888a95;
  margin-bottom: 10px;
}
.zumar-cases-cards .case-card .info h5 {
  color: #fff;
  font-size: 24px;
}

/* ===============================================================
			[ * Portfolio carousel section ]
================================================================*/
.zumar-filter-style {
  position: relative;
  padding: 150px 0;
  background: #3c3b3a;
  color: #fff;
}
.zumar-filter-style .zumar-nospace-slider {
  color: #fff;
  position: relative;
}
.zumar-filter-style .zumar-nospace-slider .arrows-num {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-next,
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  color: #fff;
  flex-shrink: 0;
}
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-next i,
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-prev i {
  line-height: 40px;
}
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-next:hover,
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-prev:hover {
  background-color: var(--color-main);
  color: #000;
}
.zumar-filter-style .zumar-nospace-slider .arrows-num .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 70px;
  width: max-content;
  top: 0;
  color: #fff;
}
.zumar-filter-style h2 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  margin-bottom: 90px;
}
.zumar-filter-style .content {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.zumar-filter-style .zumar-filter-slider {
  position: relative;
  cursor: grab;
}
.zumar-filter-style .zumar-filter-slider .swiper-container {
  padding-bottom: 100px;
  overflow: inherit;
}
.zumar-filter-style .zumar-filter-slider .swiper-container .swiper-pagination-progressbar {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
  width: 100%;
  height: 4px;
}
.zumar-filter-style .zumar-filter-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-main);
}
.zumar-filter-style .nav-pills {
  align-items: center;
}
.zumar-filter-style .nav-pills .nav-item {
  list-style: none;
}
.zumar-filter-style .nav-pills .nav-item a {
  color: #fff;
}
.zumar-filter-style .nav-pills .nav-item .nav-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 30px;
  padding: 8px 25px;
  margin-inline-end: 15px;
  text-transform: uppercase;
}
.zumar-filter-style .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #000;
}
.zumar-filter-style .project-card-hover:hover .info {
  background-color: var(--color-main);
  color: #000;
}
.zumar-filter-style .project-card-hover:hover .info .color-999 {
  color: #000 !important;
}
.zumar-filter-style .project-card-hover:hover .info .icon {
  transform: rotate(45deg);
}
.zumar-filter-style .project-card {
  position: relative;
}
.zumar-filter-style .project-card .img {
  height: 630px;
}
.zumar-filter-style .project-card .img img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}
.zumar-filter-style .project-card .info {
  padding: 50px 0;
  transition: 0.3s ease all;
}
.zumar-filter-style .project-card .info h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}
.zumar-filter-style .project-card .info h6 a:hover {
  text-decoration: underline !important;
  color: #fff;
}
.zumar-filter-style .project-card .info h3 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 400;
}
.zumar-filter-style .project-card .info h3 a {
  color: #fff;
}
.zumar-filter-style .project-card .info h3 a:hover {
  color: var(--color-main);
}
.zumar-filter-style .project-card .info p {
  font-size: 16px;
  color: #999;
}
.zumar-filter-style .project-card .info .icon {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.zumar-filter-style .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 0;
  transform: scale(0);
  z-index: 10;
}
.zumar-filter-style .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}
.zumar-filter-style .float_box.show {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .zumar-filter-style {
    padding: 80px 15px;
  }
  .zumar-filter-style h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .zumar-filter-style .nav-pills .nav-item .nav-link {
    margin-bottom: 20px;
  }
  .zumar-filter-style .nav-pills .me-0 {
    margin-left: 0 !important;
  }
  .zumar-filter-style .nav-pills .ms-0 {
    margin-right: 0 !important;
  }
  .zumar-filter-style .zumar-filter-slider .swiper-container {
    padding-bottom: 30px;
  }
  .zumar-filter-style .project-card .img {
    height: 350px;
  }
  .zumar-filter-style .project-card .img img {
    height: 350px;
    width: 100%;
  }
  .zumar-filter-style .project-card .info h3 {
    font-size: 25px;
  }
}
/* ===============================================================
			[ * Marquee Section ]
================================================================*/
.zumar-marquee {
  padding: 40px 0;
  background-color: var(--color-main);
  color: #fff;
}
.zumar-marquee .op-4 {
  opacity: 0.4;
}
.zumar-marquee .icon-25 {
  width: 25px;
  height: 25px;
}
.zumar-marquee .icon-25 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-marquee .lg-text {
  display: block;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zumar-marquee .lg-text:hover strong {
  opacity: 1;
  transform: translateY(10px);
  color: #fff;
}
.zumar-marquee .lg-text strong {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
  color: #fff;
}
.zumar-marquee .lg-text .mirror {
  margin-top: -56px;
  margin-right: -4px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.zumar-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

@media screen and (max-width: 991px) {
  .zumar-marquee {
    overflow: hidden;
    padding: 50px;
  }
  .zumar-marquee .lg-text {
    font-size: 20px;
  }
  .zumar-marquee .lg-text:hover {
    transform: translateY(5px);
  }
  .zumar-marquee .lg-text .mirror {
    display: none;
  }
  .zumar-marquee .lg-text strong {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================================================
			[ * Progress Circle Section ]
================================================================*/
.zumar-circle-progress .cir-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.zumar-circle-progress .cir-card .desc {
  text-align: center;
}
.zumar-circle-progress p {
  margin-bottom: 0px;
}
.zumar-circle-progress .cir-card .percent {
  position: relative;
}
.zumar-circle-progress .cir-card svg {
  position: relative;
  width: 200px;
  height: 200px;
  transform: rotate(-90deg);
}
.zumar-circle-progress .cir-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(153, 153, 153, 0.2);
  stroke-width: 3;
  stroke-linecap: round;
}
.zumar-circle-progress .cir-card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 125);
  stroke: var(--color-main);
  stroke-width: 8px;
}
.zumar-circle-progress .cir-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zumar-circle-progress .cir-card .number span {
  color: #fff;
}

/* ===============================================================
			[ * Progress Bar Section ]
================================================================*/
.zumar-progress-card h6 {
  font-size: 14px;
  margin-bottom: 25px;
}
.zumar-progress-card .progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #fff;
  overflow: visible;
}
.zumar-progress-card .progress-bar .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color-main);
}
.zumar-progress-card .progress-bar .line .num {
  position: absolute;
  right: -2px;
  top: -22px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main);
  color: #fff;
  font-size: 11px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* ===============================================================
			[ * Works Section ]
================================================================*/
.zumar-works p {
  margin: 0;
}
.zumar-works .feature-item {
  display: block;
}
.zumar-works .feature-item .container {
  max-width: 1330px !important;
  padding-right: 15px;
  padding-left: 15px;
}
.zumar-works .feature-item .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.zumar-works .feature-item .cont .th-200 {
  height: 200px;
}
.zumar-works .feature-item .cont .mb-20 {
  margin-bottom: 20px;
}
.zumar-works .feature-item .cont .radius-3 {
  border-radius: 8px;
}
.zumar-works .feature-item .cont h2 {
  font-weight: bold;
  font-size: 60px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.zumar-works .feature-item .cont h2 .arrow-icon {
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg) scale(0);
  margin-inline-end: 30px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.zumar-works .feature-item .cont h2 small {
  font-size: 14px;
  color: #d2d2d2;
  margin-inline-start: 20px;
  position: relative;
  top: 10px;
}
.zumar-works .feature-item:hover {
  background-color: #000;
  color: #fff;
}
.zumar-works .feature-item:hover .cont h2 {
  color: #fff;
}
.zumar-works .feature-item:hover .cont h2 .arrow-icon {
  transform: rotate(-45deg) scale(1);
  width: 40px;
  opacity: 1;
}
.zumar-works .feature-item:hover .cont p {
  color: var(--color-main) !important;
}
.zumar-works .feature-item:last-of-type {
  border: 0;
}
.zumar-works .hover-reveal {
  left: 47% !important;
  width: 500px;
  height: 375px;
  border-radius: 0;
  overflow: hidden;
  z-index: 50;
  position: fixed;
  top: 0px;
  pointer-events: none;
}
.zumar-works .hover-reveal__inner,
.zumar-works .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.zumar-works .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 991px) {
  .zumar-works .feature-item .cont {
    display: block;
    padding: 30px 0;
  }
  .zumar-works .feature-item .cont h2 {
    font-size: 30px;
  }
  .zumar-works .feature-item .cont h2 .arrow-icon {
    display: none;
  }
  .zumar-works .hover-reveal {
    display: none !important;
  }
}
/* ===============================================================
			[ * Energy Projects Section ]
================================================================*/
/* --------------- projects style34 --------------- */
.zumar-energy-projects .project-card {
  position: relative;
}
.zumar-energy-projects .project-card .img {
  height: 450px;
}
.zumar-energy-projects .project-card .info-card {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  left: 40px;
  position: relative;
  z-index: 5;
  width: calc(100% - 80px);
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.zumar-energy-projects .project-card .info-card h5 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-energy-projects .project-card .info-card .numbers {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.zumar-energy-projects .project-card .info-card .numbers .item {
  margin-inline-end: 25px;
}
.zumar-energy-projects .project-card .info-card .numbers .item p {
  margin: 0;
}
.zumar-energy-projects .swiper-slide-active .project-card .info-card {
  opacity: 1;
  top: -100px;
}
.zumar-energy-projects .arrows {
  text-align: center;
  position: relative;
  margin-top: -50px;
  z-index: 10;
}
.zumar-energy-projects .arrows .swiper-next,
.zumar-energy-projects .arrows .swiper-prev {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #222;
  line-height: 60px;
  text-align: center;
  outline: 1px solid #fff;
  display: inline-block;
  outline-offset: -5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
}
.zumar-energy-projects .arrows .swiper-next:hover,
.zumar-energy-projects .arrows .swiper-prev:hover {
  background-color: var(--color-main);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .zumar-energy-projects .project-card .info-card {
    padding: 20px;
    left: 5px;
    width: calc(100% - 10px);
  }
  .zumar-energy-projects .project-card .info-card .numbers .item {
    width: calc(50% - 25px);
  }
}
/* ===============================================================
			[ * Testimonials Section ]
================================================================*/
/* --------------- testimonial style 2 --------------- */
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.zumar-testimonial-style {
  overflow: hidden;
}
.zumar-testimonial-style .arrows .arrow-prev,
.zumar-testimonial-style .arrows .arrow-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  display: inline-block;
  float: right;
  margin-bottom: 30px;
  text-align: center;
  background-color: #efeee8;
}
.zumar-testimonial-style .arrows .arrow-prev i,
.zumar-testimonial-style .arrows .arrow-next i {
  color: #000;
}
.zumar-testimonial-style .arrows .arrow-prev:hover,
.zumar-testimonial-style .arrows .arrow-next:hover {
  background-color: var(--color-main);
}
.zumar-testimonial-style .style3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.zumar-testimonial-style .style3 .swiper-next,
.zumar-testimonial-style .style3 .swiper-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #474950;
  color: #fff;
  flex-shrink: 0;
}
.zumar-testimonial-style .style3 .swiper-next:hover,
.zumar-testimonial-style .style3 .swiper-prev:hover {
  background-color: var(--color-main);
  color: #000;
}
.zumar-testimonial-style .style3 .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 70px;
  width: max-content;
  top: 0;
  color: #fff;
}
.zumar-testimonial-style .mr-auto {
  margin-right: auto;
}
.zumar-testimonial-style .ml-auto {
  margin-left: auto;
}
.zumar-testimonial-style .m-auto {
  margin: auto;
}
.zumar-testimonial-style .content {
  padding: 0 !important;
}
.zumar-testimonial-style .img {
  margin-left: -100px;
}
.zumar-testimonial-style .zumar-testimonial-slider {
  position: relative;
  padding-bottom: 130px;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-next,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin-inline-end: 15px;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-next::after,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-prev::after {
  font-size: 18px;
  color: #29292b;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-next:hover,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-prev:hover {
  background-color: #29292b;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-next:hover::after,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style1 .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 20px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-next,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-prev {
  width: 60px;
  height: 50px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin-inline-end: -4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-next::after,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-next:hover,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-prev:hover {
  background-color: #29292b;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-next:hover::after,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-next {
  border-left: 0;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-arrows.style2 .swiper-button-prev {
  border-right: 0;
}
.zumar-testimonial-style .zumar-testimonial-slider .swiper-button-next,
.zumar-testimonial-style .zumar-testimonial-slider .swiper-button-prev {
  background-image: none !important;
}
.zumar-testimonial-style .testi-card .flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.zumar-testimonial-style .testi-card .verified {
  font-size: 12px;
  background-color: #00c87a;
  border-radius: 0.3rem;
  padding: 0.25rem 0.5rem;
  margin-left: 0.25rem;
  color: #fff;
  font-weight: bold;
}
.zumar-testimonial-style .testi-card .date {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.zumar-testimonial-style .testi-card h3 {
  font-size: 33px;
  color: var(--color-main);
  transition: all 0.3s ease;
}
.zumar-testimonial-style .testi-card .rate-stars {
  color: var(--color-main);
  transition: all 0.3s ease;
}
.zumar-testimonial-style .testi-card .text {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 50px;
  transition: all 0.3s ease;
}
.zumar-testimonial-style .testi-card .mt-70 {
  margin-top: 70px !important;
}
.zumar-testimonial-style .testi-card .client-info {
  margin-top: 50px;
  text-transform: capitalize;
  display: flex;
}
.zumar-testimonial-style .testi-card .client-info .avatar {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.zumar-testimonial-style .testi-card .client-info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-testimonial-style .testi-card .client-info h6 {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.zumar-testimonial-style .testi-card .client-info small {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.zumar-testimonial-style .testi-card .client-info small .client-company {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.zumar-testimonial-style .testi-card .client-info span {
  transition: all 0.3s ease;
}

.zumar-testimonial-slider3 {
  position: relative;
}
.zumar-testimonial-slider3 .testi-card {
  padding: 50px;
  border: 1px solid #999;
  border-radius: 20px;
}
.zumar-testimonial-slider3 .testi-card .text {
  min-height: 130px;
  margin-top: 0;
}
.zumar-testimonial-slider3 .testi-card .client-info {
  margin-top: 40px;
}
.zumar-testimonial-slider3 .testi-card h3 {
  margin-top: 0;
}
.zumar-testimonial-slider3 .arrows-pagination {
  position: relative;
  text-align: center;
  margin-top: 70px;
  width: 100%;
}
.zumar-testimonial-slider3 .arrows-pagination .content {
  display: inline-block;
  padding: 7px 20px !important;
  border: 1px solid #999;
  border-radius: 30px;
  display: inline-flex;
}
.zumar-testimonial-slider3 .arrows-pagination .content .swiper-pagination {
  position: relative;
  margin: 0 15px;
}
.zumar-testimonial-slider3 .arrows-pagination .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.zumar-testimonial-slider3 .arrows-pagination .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.zumar-testimonial-slider3 .arrows-pagination .content .arrow-next,
.zumar-testimonial-slider3 .arrows-pagination .content .arrow-prev {
  cursor: pointer;
}

.zumar-testimonial-slider2 {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .zumar-testimonial-slider2 {
    padding-bottom: 40px;
  }
}
.zumar-testimonial-slider2 .swiper-button-next,
.zumar-testimonial-slider2 .swiper-button-prev {
  display: none !important;
}
.zumar-testimonial-slider2 .testi-card {
  padding: 35px;
  border: 1px solid #999;
  border-radius: 30px;
  display: block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}
.zumar-testimonial-slider2 .testi-card::after {
  position: absolute;
  content: "";
  left: -50%;
  top: -50%;
  width: 0%;
  height: 0%;
  background-color: var(--color-main);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -10;
}
.zumar-testimonial-slider2 .testi-card::before {
  position: absolute;
  z-index: -10;
  content: "";
  right: -50%;
  bottom: -50%;
  width: 0%;
  height: 0%;
  background-color: var(--color-main);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.zumar-testimonial-slider2 .testi-card:hover::after {
  width: 200%;
  height: 200%;
  opacity: 1;
}
.zumar-testimonial-slider2 .testi-card:hover::before {
  width: 200%;
  height: 200%;
  opacity: 1;
}
.zumar-testimonial-slider2 .testi-card:hover {
  border-color: var(--color-main);
}
.zumar-testimonial-slider2 .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.zumar-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.zumar-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

@media screen and (min-width: 991px) {
  .zumar-testimonial-slider2 .swiper-slide {
    width: 410px !important;
    margin-right: 30px;
  }
}
/* ===============================================================
			[ * Testimonials Carousel Section ]
================================================================*/
.zumar-testimonials-carousel {
  position: relative;
}
.zumar-testimonials-carousel .float-back {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.zumar-testimonials-carousel .slider {
  position: relative;
  overflow: hidden;
}
.zumar-testimonials-carousel .testi-content {
  position: relative;
  padding: 30px 5vw 0;
  background-color: var(--color-darkBrown1);
  color: #fff;
  overflow: hidden;
}
.zumar-testimonials-carousel .testi-content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #f0eade;
  z-index: 15;
}
.zumar-testimonials-carousel .testi-content .swiper-prev,
.zumar-testimonials-carousel .testi-content .swiper-next {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #33201f;
  color: #fff;
  transition: all 3s ease;
}
.zumar-testimonials-carousel .testi-content .swiper-prev:hover,
.zumar-testimonials-carousel .testi-content .swiper-next:hover {
  background-color: var(--color-main);
}
.zumar-testimonials-carousel .testi-content .swiper-prev {
  bottom: 0;
  right: 60px;
  z-index: 20;
}
.zumar-testimonials-carousel .testi-content .swiper-next {
  bottom: 60px;
  right: 0;
  z-index: 20;
}
.zumar-testimonials-carousel .testi-content .testi-card {
  text-align: left;
}
.zumar-testimonials-carousel .testi-content .testi-card .float-icon {
  position: absolute;
  top: 80px;
  right: 70px;
  max-width: 15%;
  pointer-events: none;
}
.zumar-testimonials-carousel .testi-content .testi-card .img {
  position: relative;
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.zumar-testimonials-carousel .testi-content .testi-card .img .user-img {
  height: 475px;
  width: 475px;
  border-radius: 50%;
  object-fit: contain;
  object-position: top;
  position: relative;
  z-index: 10;
}
.zumar-testimonials-carousel .testi-content .testi-card .img .lines-img {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}
.zumar-testimonials-carousel .testi-content .testi-card .img .icon {
  position: absolute;
  top: 30%;
  right: 15%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  z-index: 11;
}
.zumar-testimonials-carousel .testi-content .testi-card .info {
  position: relative;
  z-index: 10;
}
.zumar-testimonials-carousel .testi-content .testi-card .info .stars i {
  margin: 0 5px 0 0 !important;
}
.zumar-testimonials-carousel .testi-content .testi-card .info .user-det {
  position: relative;
  padding-inline-start: 180px;
  margin-top: 50px;
}
.zumar-testimonials-carousel .testi-content .testi-card .info .user-det::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: var(--color-main);
  opacity: 0.5;
}
.zumar-testimonials-carousel .testi-content .testi-card .info .user-det h6 {
  font-size: 14px;
  color: #8e7371;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.zumar-testimonials-carousel .testi-content .testi-card .info .user-det h5 {
  font-size: 22px;
  text-transform: uppercase;
}
.zumar-testimonials-carousel .logos {
  margin-top: 120px;
}
.zumar-testimonials-carousel .logos .logos-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zumar-testimonials-carousel .logos .logos-content .logo {
  height: 100px;
  max-width: 20%;
}

@media screen and (max-width: 991px) {
  .zumar-testimonials-carousel .testi-content .testi-card .img .lines-img,
  .zumar-testimonials-carousel .testi-content .testi-card .img .icon {
    display: none;
  }
  .zumar-testimonials-carousel .testi-content .testi-card .img {
    height: max-content;
    margin-bottom: 50px;
  }
  .zumar-testimonials-carousel .testi-content .testi-card .img .user-img {
    height: auto;
  }
}
/* ===============================================================
			[ * Testimonial Slider Section ]
================================================================*/
/* --------------- zumar-testimonial-slides --------------- */
.zumar-testimonial-slides .icon-60 {
  width: 60px;
  height: 60px;
}
.zumar-testimonial-slides .mb-50 {
  margin-bottom: 50px !important;
}
.zumar-testimonial-slides .swiper-pagination {
  position: relative;
  top: 0;
  margin-bottom: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.zumar-testimonial-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 30px;
  width: 1px;
  margin: 0 7px;
  border-radius: 0;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.zumar-testimonial-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  height: 60px;
}
.zumar-testimonial-slides .squared {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  z-index: 20;
}
.zumar-testimonial-slides .squared .swiper-prev,
.zumar-testimonial-slides .squared .swiper-next {
  transition: 0.3s all ease;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: all;
  margin: 0 5px;
}
.zumar-testimonial-slides .squared .swiper-prev:hover,
.zumar-testimonial-slides .squared .swiper-next:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-testimonial-slides .imgs {
  flex-shrink: 0;
  margin: 0 20px;
}
.zumar-testimonial-slides .imgs img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 -20px;
  position: relative;
}
.zumar-testimonial-slides .imgs img:nth-of-type(1) {
  z-index: 5;
}
.zumar-testimonial-slides .arrows {
  position: absolute;
  left: 0;
  top: 30%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 40px;
  color: #fff;
}
.zumar-testimonial-slides .arrows .swiper-prev,
.zumar-testimonial-slides .arrows .swiper-next {
  opacity: 0.5;
}
.zumar-testimonial-slides .arrows .swiper-prev:hover,
.zumar-testimonial-slides .arrows .swiper-next:hover {
  opacity: 1;
}
.zumar-testimonial-slides .icon {
  position: absolute;
  bottom: 120px;
  right: 120px;
  max-width: 15%;
}

.slider {
  position: relative;
  overflow: hidden;
}

.icon-90 {
  width: 90px;
  height: 90px;
  margin-inline-end: 20px;
}
.icon-90 img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.testi-card {
  position: relative;
  text-align: center;
  z-index: 10;
}
.testi-card .stars {
  font-size: 14px;
  color: var(--color-main);
  margin-bottom: 30px;
}
.testi-card .stars i {
  margin: 0 8px;
}
.testi-card .text {
  font-size: 36px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .zumar-testimonial-slides .arrows {
    display: none !important;
  }
  .zumar-testimonial-slides .testi-card .text {
    font-size: 17px;
  }
  .zumar-testimonial-slides .testi-card .imgs img {
    height: 60px;
    width: 60px;
    margin: 0 -10px;
  }
}
/* ===============================================================
			[ * Testimonial Quotes Section ]
================================================================*/
.zumar-testimonial-quotes .mb-105 {
  margin-bottom: 105px;
}
.zumar-testimonial-quotes .arrows {
  display: flex;
}
.zumar-testimonial-quotes .arrows .swiper-next,
.zumar-testimonial-quotes .arrows .swiper-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-inline-start: 20px;
  font-size: 18px;
}
.zumar-testimonial-quotes .arrows .swiper-next:hover,
.zumar-testimonial-quotes .arrows .swiper-prev:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-testimonial-quotes .testi-card .card-content {
  position: relative;
  padding: 40px;
  background-color: #fff;
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.06));
}
.zumar-testimonial-quotes .testi-card .card-content::after {
  position: absolute;
  content: "";
  left: 100px;
  bottom: -20px;
  height: 20px;
  width: 80px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 20% 100%);
}
.zumar-testimonial-quotes .testi-card .card-content .icon {
  position: absolute;
  right: 40px;
  top: -30px;
  pointer-events: none;
}
.zumar-testimonial-quotes .testi-card p {
  margin: 0 !important;
}
.zumar-testimonial-quotes .testi-card .mb-15 {
  margin-bottom: 15px;
}
.zumar-testimonial-quotes .testi-card .icon-60 {
  width: 60px;
  height: 60px;
  margin-inline-end: 20px;
}
.zumar-testimonial-quotes .testi-card .icon-60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================================================
			[ * Testimonials Section ]
================================================================*/
.zumar-testimonials-3d .testimonial-card {
  position: relative;
  background-color: var(--color-main);
  color: #fff;
  padding: 60px;
  z-index: 10;
}
.zumar-testimonials-3d .testimonial-card .testi-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  pointer-events: none;
  max-width: 20%;
}
.zumar-testimonials-3d .testimonial-card .client-card {
  position: relative;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.1333333333);
  text-align: center;
  z-index: 10;
}
.zumar-testimonials-3d .testimonial-card .client-card .icon-125 {
  width: 125px;
  height: 125px;
}
.zumar-testimonials-3d .testimonial-card .client-card .icon-125 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-testimonials-3d .testimonial-card .client-card .card-info {
  padding-top: 30px;
  padding-bottom: 60px;
}
.zumar-testimonials-3d .testimonial-card .client-card .card-info p {
  color: #e3d4c6;
  margin-bottom: 10px;
}
.zumar-testimonials-3d .testimonial-card .client-card .card-info h6 {
  font-size: 20px;
  font-weight: bold;
}
.zumar-testimonials-3d .testimonial-card .info {
  position: relative;
  z-index: 10;
}
.zumar-testimonials-3d .testimonial-card .info .icon-15 {
  width: 15px;
  height: 15px;
}
.zumar-testimonials-3d .testimonial-card .info .icon-15 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-testimonials-3d .bullets {
  position: relative;
  z-index: 20;
  top: 400px;
  padding: 0 60px;
}
.zumar-testimonials-3d .bullets .swiper-pagination {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
}
.zumar-testimonials-3d .bullets .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 3px;
}
@media screen and (max-width: 991px) {
  .zumar-testimonials-3d .testimonial-card {
    padding: 20px;
  }
  .zumar-testimonials-3d .testimonial-card .info {
    margin-top: 30px;
  }
}
/* ===============================================================
			[ * Testimonials Section ]
================================================================*/
.zumar-testimonial-numbered .mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .zumar-testimonial-numbered .mb-80 {
    margin-bottom: 0px;
  }
}
.zumar-testimonial-numbered .Testimonial-card {
  position: relative;
  padding: 45px;
  border-radius: 10px;
  background-color: #f9fbfc;
}
.zumar-testimonial-numbered .Testimonial-card .mb-30 {
  margin-bottom: 30px;
}
.zumar-testimonial-numbered .Testimonial-card .user-rate {
  position: relative;
}
.zumar-testimonial-numbered .Testimonial-card .user-rate::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 35px;
  width: 100px;
  height: 1px;
  background-color: var(--color-main);
}
.zumar-testimonial-numbered .Testimonial-card .user-rate .stars {
  color: var(--color-main);
}
.zumar-testimonial-numbered .Testimonial-card .user-rate .icon-70 {
  width: 70px;
  height: 70px;
}
.zumar-testimonial-numbered .Testimonial-card .user-rate .icon-70 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zumar-testimonial-numbered .Testimonial-card .user-rate .user {
  position: relative;
  left: -80px;
}
.zumar-testimonial-numbered .Testimonial-card .card-num {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 160px;
  color: #fff;
  text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.0588235294);
  line-height: 1;
  transform: translate(0%, 50%);
  font-weight: bold;
}
.zumar-testimonial-numbered .tc-Testimonials-slider25 {
  position: relative;
}
.zumar-testimonial-numbered .swiper-next,
.zumar-testimonial-numbered .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-inline-start: 15px;
}
.zumar-testimonial-numbered .swiper-next:hover,
.zumar-testimonial-numbered .swiper-prev:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .zumar-testimonial-numbered .Testimonial-card .user-rate .user {
    left: 0;
  }
}
/* ===============================================================
			[ * Testimonials Section ]
================================================================*/
.zumar-testimonial-cards .swiper-notification {
  display: none;
}
.zumar-testimonial-cards .swiper-next,
.zumar-testimonial-cards .swiper-prev {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  transition: all 0.3s ease;
}
.zumar-testimonial-cards .swiper-next:hover,
.zumar-testimonial-cards .swiper-prev:hover {
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.zumar-testimonial-cards .swiper-next {
  right: -100px;
}
.zumar-testimonial-cards .swiper-prev {
  left: -100px;
}
.zumar-testimonial-cards .testimonial-card {
  position: relative;
  z-index: 5;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}
.zumar-testimonial-cards .testimonial-card .main-img {
  height: 620px;
}
.zumar-testimonial-cards .testimonial-card .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-testimonial-cards .testimonial-card .info {
  position: relative;
  padding: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.zumar-testimonial-cards .testimonial-card .info .stars {
  font-size: 18px;
  margin-bottom: 20px;
}
.zumar-testimonial-cards .testimonial-card .info .float_icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.zumar-testimonial-cards .testimonial-card .info .cont {
  position: relative;
  z-index: 2;
}
.zumar-testimonial-cards .testimonial-card .info .cont .icon {
  height: 85px;
  margin-bottom: 40px;
}
.zumar-testimonial-cards .testimonial-card .info .cont h4 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.zumar-testimonial-cards .testimonial-card .info .cont .numbs {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.zumar-testimonial-cards .testimonial-card .info .cont .numbs .item {
  flex-grow: 1;
}
.zumar-testimonial-cards .testimonial-card .info .cont .numbs .item p {
  font-size: 14px;
  text-transform: capitalize;
  color: #707070;
  margin: 0 !important;
}
.zumar-testimonial-cards .testimonial-card .info .cont .numbs .item h2 {
  font-size: 50px;
  margin: 0 0 8px;
}
.zumar-testimonial-cards .testimonial-card .info .cont .progress-bar {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}
.zumar-testimonial-cards .testimonial-card .info .cont .progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: var(--color-main);
}
.zumar-testimonial-cards .testimonial-card .info .cont .client-det {
  padding: 40px 0 0;
}
.zumar-testimonial-cards .testimonial-card .info .cont .client-det .zumar-button .zumar-button-circle {
  background: var(--color-main);
}
.zumar-testimonial-cards .testimonial-card .info .cont .client-det .zumar-button .butn {
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.zumar-testimonial-cards .testimonial-card .info .cont .client-det .client .icon-60 {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.zumar-testimonial-cards .testimonial-card .info .cont .client-det .client .icon-60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .zumar-testimonial-cards .img:not(.icon-60) {
    margin-bottom: 30px;
  }
  .zumar-testimonial-cards .icon {
    margin-bottom: 0 !important;
  }
  .zumar-testimonial-cards .info h4 {
    font-size: 20px;
  }
  .zumar-testimonial-cards .info .icon {
    height: 50px;
  }
  .zumar-testimonial-cards .info .numbs .item h2 {
    font-size: 16px;
  }
  .zumar-testimonial-cards .info .client-det {
    padding-bottom: 0;
  }
}
/* ===============================================================
			[ * Cards Slider Section ]
================================================================*/
/* --------------- tc-features-style33 --------------- */
.zumar-cards-slider {
  position: relative;
}
.zumar-cards-slider .feat-card {
  position: relative;
  padding: 60px;
  background-color: #fff;
  text-align: center;
}
.zumar-cards-slider .feat-card .mt-30 {
  margin-top: 30px;
}
.zumar-cards-slider .feat-card .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background: #ffefe6;
  margin: auto;
}
.zumar-cards-slider .feat-card .icon img {
  height: 60px;
  object-fit: contain;
}

/* ===============================================================
			[ * Testimonial Cumulative Section ]
================================================================*/
.zumar-testi-cumu .icon-85 {
  margin-inline-end: 20px;
}
.zumar-testi-cumu .icon-85 img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}
.zumar-testi-cumu .main-text {
  font-size: 26px;
  text-align: center;
}
.zumar-testi-cumu .zumar-testi-cumu-main-slider {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-testi-cumu .zumar-testi-cumu-sub-slider {
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.zumar-testi-cumu .zumar-testi-cumu-sub-slider .swiper-slide {
  opacity: 20%;
  transition: all 0.7s ease;
}
.zumar-testi-cumu .zumar-testi-cumu-sub-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.zumar-testi-cumu .swiper-pagination {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: initial;
  display: inline-block;
}
.zumar-testi-cumu .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #dce0e5;
  border-radius: 0;
  opacity: 1;
  margin: 4px;
}
.zumar-testi-cumu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.zumar-testi-cumu .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 100px;
}
.zumar-testi-cumu .arrows a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  margin-inline-end: 10px;
  font-size: 18px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-testi-cumu .arrows a:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.zumar-testi-cumu .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 100px;
}
.zumar-testi-cumu .arrows a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  margin-inline-end: 10px;
  font-size: 18px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-testi-cumu .arrows a:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

/* --------------- zumar-testimonials-cumu2 --------------- */
.zumar-testimonials-cumu2 {
  position: relative;
}
.zumar-testimonials-cumu2 .testi-content {
  padding: 120px 10vw;
}
.zumar-testimonials-cumu2 .testi-content .q_icon {
  width: 250px;
  max-width: 15%;
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 10;
  pointer-events: none;
}
.zumar-testimonials-cumu2 .testi-content .testi-card {
  text-align: center;
}
.zumar-testimonials-cumu2 .testi-content .testi-card .mb-30 {
  margin-bottom: 30px;
}
.zumar-testimonials-cumu2 .testi-content .testi-card .stars i {
  margin: 0 4px;
}
.zumar-testimonials-cumu2 .testi-content .testi-card h5 i {
  position: relative;
  top: -15px;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs {
  margin-top: 50px;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .swiper-slide-active .slide-card .info {
  opacity: 1;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card .icon {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card .icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  top: 80px;
  width: 220px;
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card .info h4 {
  font-size: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}
.zumar-testimonials-cumu2 .testi-content .gallery-thumbs .slide-card .info p {
  font-size: 14px;
  text-transform: uppercase;
  color: #e9b291;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .zumar-testimonials-cumu2 .testi-content .testi-card h5 {
    font-size: 15px;
  }
  .zumar-testimonials-cumu2 .testi-content .testi-card h5 i {
    top: 0;
  }
}
/* ===============================================================
			[ * Toggle Section ]
================================================================*/
.zumar-toggle .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.zumar-toggle .accordion-item .accordion-body {
  font-weight: 500;
}
.zumar-toggle .accordion-item .accordion-body p {
  margin: 0;
}
.zumar-toggle .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  box-shadow: none;
  padding: 22px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding-right: 50px;
}
.zumar-toggle .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
}
.zumar-toggle .accordion-item .plus-minus::after {
  position: absolute;
  right: 0;
  content: "\f067" !important;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro" !important;
  background: transparent !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-inline-start: 1px solid rgba(204, 204, 204, 0.2);
  transform: rotate(0);
}
.zumar-toggle .accordion-item .plus-minus:not(.collapsed)::after {
  content: "\f068" !important;
  filter: none;
}
.zumar-toggle .accordion-item .filter-invert::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(58deg) brightness(104%) contrast(102%);
}
.zumar-toggle .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-main);
}
.zumar-toggle .accordion-item .accordion-button:not(.collapsed)::after {
  filter: invert(52%) sepia(91%) saturate(2479%) hue-rotate(133deg) brightness(103%) contrast(95%);
}
.zumar-toggle .accordion-item .accordion-body {
  padding: 20px 0;
}

/* ===============================================================
			[ * Skills Section ]
================================================================*/
/*----------Skills Style 1----------*/
.skills.style-1 .item {
  display: flex;
}
.skills.style-1 .skill {
  position: relative;
}
.skills.style-1 .skill span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50px) translateY(-50px);
  font-size: 20px;
  font-weight: 300;
}
.skills.style-1 .skill input {
  font-family: "Barlow Condensed", Sans-serif !important;
  font-weight: 300 !important;
}
.skills.style-1 .cont {
  padding-top: 25px;
  padding-left: 25px;
}
.skills.style-1 .cont span {
  font-size: 12px;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 10px;
}
.skills.style-1 .cont h6 {
  font-size: 15px;
  font-weight: 500;
}

.skills-box .skill-item {
  margin-bottom: 50px;
}
.skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}
.skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.skills-box .skill-progress {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}
.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  transition: all 1.5s;
}
.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -45px;
  padding: 7px 15px;
  border-radius: 5px;
  background: var(--color-main);
  font-size: 12px;
  font-weight: 600;
}
.skills-box .skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--color-main);
  position: absolute;
  right: 15px;
  bottom: 14px;
}

.skills.style-1 h6 {
  color: #000;
}
.skills.style-1 span {
  color: #0c0f16;
}
.skills.style-1 .skill input {
  color: #0c0f16 !important;
}
.skills.style-1 .progres:after {
  color: #ccc;
}

body.zumar-dark-mode .skills.style-1 h6 {
  color: #fff;
}
body.zumar-dark-mode .skills.style-1 span {
  color: #fff;
}
body.zumar-dark-mode .skills.style-1 .skill input {
  color: #fff !important;
}
body.zumar-dark-mode .skills.style-1 .progres:after {
  color: #111;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .skills.style-1 h6 {
    color: #fff;
  }
  body.zumar-auto-mode .skills.style-1 span {
    color: #fff;
  }
  body.zumar-auto-mode .skills.style-1 .skill input {
    color: #fff !important;
  }
  body.zumar-auto-mode .skills.style-1 .progres:after {
    color: #111;
  }
}
/*****************
/*-------------------------------------
#. EL: Progress Circular
---------------------------------------*/
/* ===============================================================
			[ * Progress bar Section ]
================================================================*/
/*----------Progress bar Style 1----------*/
.zumar-progress-bar.style-1 .skills-box .skill-item {
  margin-bottom: 50px;
}
.zumar-progress-bar.style-1 .skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}
.zumar-progress-bar.style-1 .skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}
.zumar-progress-bar.style-1 .skills-box .skill-progress {
  height: 7px;
  position: relative;
  background-color: #F2F2F2;
}
.zumar-progress-bar.style-1 .skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  transition: all 1.5s;
}
.zumar-progress-bar.style-1 .skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -45px;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #F2F2F2;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.zumar-progress-bar.style-1 .skills-box .skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #F2F2F2;
  border-top-color: #F2F2F2;
  position: absolute;
  right: 15px;
  bottom: 14px;
}

body.zumar-dark-mode .zumar-progress-bar.style-1 .skills-box .skill-progress {
  background-color: #1D1E21;
}
body.zumar-dark-mode .zumar-progress-bar.style-1 .skills-box .skill-progress .progres:after {
  background-color: #1D1E21;
  color: #fff;
}
body.zumar-dark-mode .zumar-progress-bar.style-1 .skills-box .skill-progress .progres:before {
  border-top: 8px solid #1D1E21;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-progress-bar.style-1 .skills-box .skill-progress {
    background-color: #1D1E21;
  }
  body.zumar-auto-mode .zumar-progress-bar.style-1 .skills-box .skill-progress .progres:after {
    background-color: #1D1E21;
    color: #fff;
  }
  body.zumar-auto-mode .zumar-progress-bar.style-1 .skills-box .skill-progress .progres:before {
    border-top: 8px solid #1D1E21;
  }
}
/* ===============================================================
			[ * Contact Section ]
================================================================*/
/*------------------------------ Contact Form ----------------------------*/
.zumar-contact-shortcode .heading-18 {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
}
.zumar-contact-shortcode .fz-50 {
  font-size: 50px !important;
}
.zumar-contact-shortcode .bg-transparent {
  background: transparent;
}
.zumar-contact-shortcode option {
  color: #000;
}
.zumar-contact-shortcode form p > br {
  display: none;
}
.zumar-contact-shortcode input {
  min-height: 70px;
  border-radius: 12px;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 20px;
}
.zumar-contact-shortcode input::placeholder {
  color: #999999;
}
.zumar-contact-shortcode input:focus {
  box-shadow: none;
  border-color: var(--color-main);
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content {
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__input--file {
  display: none;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__input--label i {
  margin-inline-end: 10px;
  font-size: 21px;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__value_content {
  display: flex;
  flex-wrap: wrap;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__value_content .file__value {
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  width: 100%;
  margin-inline-end: 2%;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__value_content .file__value .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.zumar-contact-shortcode.attach-style-1 .upload_img_content .file__value--remove {
  cursor: pointer;
  margin-inline-start: 10px;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content {
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__input--file {
  display: none;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__input--label i {
  margin-inline-end: 10px;
  font-size: 21px;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__value_content {
  display: flex;
  flex-wrap: wrap;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__value_content .file__value {
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.0666666667);
  width: 31%;
  margin-inline-end: 2%;
}
.zumar-contact-shortcode.attach-style-2 .upload_img_content .file__value--remove {
  cursor: pointer;
  margin-inline-start: 10px;
}
.zumar-contact-shortcode p {
  font-size: 13px;
  color: #999;
  margin-top: 10px !important;
  line-height: 1.7;
  font-weight: 500;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap {
  display: block;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  display: inline;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  font-size: 16px;
  color: #999;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label span {
  font-size: 16px;
  color: #999;
  margin-right: 30px;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input {
  width: 1em;
  margin: 0 !important;
  min-height: auto !important;
  font-size: auto !important;
}
.zumar-contact-shortcode .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input:checked {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23fff"/%3e%3c/svg%3e') !important;
}
.zumar-contact-shortcode .wpcf7-list-item {
  margin: 0px;
  width: 100%;
  text-align-last: left;
}
.zumar-contact-shortcode .wpcf7-list-item span {
  margin-left: 10px;
  color: black;
  font-size: 0.875em;
  font-weight: 600;
  font-family: "Satoshi Variable", sans-serif;
}
.zumar-contact-shortcode input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: 0px;
  vertical-align: middle;
  min-height: 1em;
  border-radius: 0.25em;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px;
}
.zumar-contact-shortcode input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: red;
  border-color: red;
}
.zumar-contact-shortcode select {
  font-size: 16px;
  min-height: 70px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #212529;
  border: 1px solid transparent;
  padding: 20px;
  background-color: #fff;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  width: 100%;
  border-radius: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.zumar-contact-shortcode select:focus {
  box-shadow: none;
  border-color: var(--color-main);
}
.zumar-contact-shortcode textarea {
  border: 1px solid transparent;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  resize: vertical;
  height: 210px;
  max-height: 210px;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}
.zumar-contact-shortcode textarea:focus {
  box-shadow: none;
  border-color: var(--color-main);
}
.zumar-contact-shortcode .upload_input,
.zumar-contact-shortcode input[type=file] {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.zumar-contact-shortcode .icon {
  position: absolute;
  top: 11px;
  left: 30px;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zumar-contact-shortcode .row > div {
  position: relative;
}
.zumar-contact-shortcode .zumar_upload_button {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 12px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
}
.zumar-contact-shortcode .wpcf7-list-item {
  margin: 0px;
  width: 100%;
  text-align-last: center;
}
.zumar-contact-shortcode .wpcf7-submit {
  margin-top: 1.5rem;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 60px;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  width: auto;
  font-size: 13px;
  line-height: 1.5;
  border: none;
  min-height: auto;
}
.zumar-contact-shortcode .wpcf7-submit:hover {
  background-color: var(--color-main);
  border-color: transparent !important;
}
.zumar-contact-shortcode.button-center {
  text-align: center;
}
.zumar-contact-shortcode.button-right {
  text-align: right;
}
.zumar-contact-shortcode .wpcf7-spinner {
  display: block;
}
.zumar-contact-shortcode span.your-name,
.zumar-contact-shortcode span.your-email,
.zumar-contact-shortcode span.cell-phone,
.zumar-contact-shortcode span.subject {
  margin-bottom: 0;
}
.zumar-contact-shortcode.fields-in-row form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
}
.zumar-contact-shortcode.fields-in-row form .row {
  --bs-gutter-x: 0px;
  width: 100%;
}
.zumar-contact-shortcode.fields-in-row form input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: auto;
  margin-bottom: 0px;
  background-color: transparent;
}
.zumar-contact-shortcode.fields-in-row form select {
  display: block;
  width: 100%;
  padding: 15px;
  min-height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-inline-end: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0px;
}
.zumar-contact-shortcode.fields-in-row .wpcf7-submit {
  margin: 0px;
  font-weight: 900;
  color: #000;
  border: none;
  height: 100%;
}
.zumar-contact-shortcode.fields-in-row .wpcf7-submit:hover {
  background-color: transparent;
}
.zumar-contact-shortcode.fields-in-row .wpcf7-spinner {
  display: inline-block;
  position: absolute;
}
.zumar-contact-shortcode.fields-in-row span.your-name,
.zumar-contact-shortcode.fields-in-row span.your-email,
.zumar-contact-shortcode.fields-in-row span.cell-phone,
.zumar-contact-shortcode.fields-in-row span.subject {
  margin-bottom: 0;
}
.zumar-contact-shortcode.animated-button .zumar-button {
  background-color: #29292b;
  border-radius: 50px;
  margin-top: 50px;
}
.zumar-contact-shortcode.animated-button .wpcf7-submit {
  margin: 0px;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 50px;
  background: transparent;
}
.zumar-contact-shortcode.animated-button .wpcf7-submit .button_text_container {
  color: #fff;
}
.zumar-contact-shortcode.animated-button .wpcf7-submit .button_text_container .btn-img {
  width: 15px;
  height: 15px;
  margin-inline-end: 8px;
}
.zumar-contact-shortcode.animated-button .wpcf7-spinner {
  display: inline-block;
  position: absolute;
}
.zumar-contact-shortcode p {
  margin: 0;
}

body.zumar-dark-mode .zumar-contact-shortcode .wpcf7-list-item span {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-contact-shortcode .wpcf7-list-item span {
    color: #fff;
  }
}
/* ===============================================================
			[ * MailChimp Section ]
================================================================*/
/*----------Mailchimp Style 1----------*/
.zumar-mailchimp.button-inside {
  position: relative;
}
.zumar-mailchimp.button-inside .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}
.zumar-mailchimp.button-inside input {
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 0 40px;
}
.zumar-mailchimp.button-inside button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}
.zumar-mailchimp .subs-form {
  display: flex;
}
@media (max-width: 767px) {
  .zumar-mailchimp .subs-form {
    flex-wrap: wrap;
  }
}
.zumar-mailchimp .subs-form .form-group {
  position: relative;
}
.zumar-mailchimp form input:focus {
  box-shadow: none;
}
.zumar-mailchimp.button-under .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
}
.zumar-mailchimp.button-under input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 15px 15px 15px 40px;
  font-size: 14px;
}
.zumar-mailchimp.button-under input::placeholder {
  color: #999;
}
.zumar-mailchimp.button-under .zumar-button {
  margin-top: 30px;
  border-radius: 10px;
}
.zumar-mailchimp.button-under .zumar-button .zumar-button-circle {
  border-radius: 10px;
  background-color: var(--color-secondary);
  z-index: 1;
}
.zumar-mailchimp.button-under button {
  padding: 10px 40px;
  position: relative;
  width: 100%;
  border: 1px solid;
  background-color: var(--color-main);
  border-color: var(--color-main);
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.zumar-mailchimp.button-under button span {
  z-index: 2;
  color: #fff;
  position: relative;
}
.zumar-mailchimp.button-under button i {
  margin-left: 8px;
}
.zumar-mailchimp.button-under button:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.zumar-mailchimp.button-under button img {
  width: 15px;
  height: 15px;
  z-index: 2;
  position: relative;
}

/* ===============================================================
			[ * keyframes section ]
================================================================*/
/*----keyframes--*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes RL_smooth {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.left_to_right_apperance {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.4s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.left_to_right_apperance.animated {
  transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ===============================================================
			[ * Alert section ]
================================================================*/
/* --------------- Alert --------------- */
.zumar-alert {
  position: relative;
  z-index: 10;
}
.zumar-alert p {
  margin-bottom: 0;
}
.zumar-alert .close-btn {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: #000;
}

/* ===============================================================
			[ * Info Slider section ]
================================================================*/
.zumar-info-slider {
  padding-left: 50px;
  position: relative;
}
.zumar-info-slider .content {
  padding: 0px;
}
.zumar-info-slider .content .column-title {
  margin-bottom: 30px;
}
.zumar-info-slider .content .foot-item ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.zumar-info-slider .content .foot-item ul li .icon {
  width: 30px;
  flex-shrink: 0;
  display: inline-flex;
  margin-top: 3px;
}
.zumar-info-slider .content .foot-item ul li .icon i {
  font-size: 14px;
  color: #fff;
}
.zumar-info-slider .content .foot-item ul li .icon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.zumar-info-slider .swiper-pagination {
  position: absolute;
  left: 0;
  top: 20px;
  width: max-content;
}
.zumar-info-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 25px;
  width: 4px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.2;
  margin-bottom: 10px;
}
.zumar-info-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  opacity: 1;
}

/* ===============================================================
			[ * schedule section ]
================================================================*/
/* --------------- schedule style 6 --------------- */
.zumar-schedule .fade:not(.show) {
  opacity: 0;
  display: none;
}
.zumar-schedule .zumar-button {
  border-radius: 50px;
}
.zumar-schedule .zumar-button .butn {
  padding: 15px 40px;
  font-size: 14px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
}
.zumar-schedule .topics-head .form-select {
  min-height: 60px;
  border-radius: 50px;
  background-color: #1c1c22;
  color: #fff;
  padding: 0 30px;
  border: 0;
}
.zumar-schedule .topics-head .tabs-filters {
  background-color: #f0eff7;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  padding: 0;
  margin: auto;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.zumar-schedule .topics-head .tabs-filters a {
  padding: 17px 40px;
  border-radius: 50px;
  border: 0;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin: -1px;
}
.zumar-schedule .topics-head .tabs-filters a.active {
  background-color: transparent;
  color: #000;
  border: 0;
}
.zumar-schedule .topics-head .tag-items {
  display: flex;
  flex-wrap: wrap;
}
.zumar-schedule .topics-head .tag-items .tag-item {
  margin-inline-end: 75px;
}
.zumar-schedule .topics-head .tag-items .tag-item .icon {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: inline-block;
  border: 1px solid #6c757d;
}
.zumar-schedule .topics-body .topic-item {
  padding: 25px 30px;
  border: 1px solid #999;
  border-radius: 30px;
  margin-bottom: 10px;
}
.zumar-schedule .topics-body .topic-item:hover {
  background-color: #f4f3f8;
}
.zumar-schedule .topics-body .topic-item .card-head .topic-time {
  font-size: 18px;
  font-weight: 500;
}
.zumar-schedule .topics-body .topic-item .card-head .topic-time span {
  color: #999;
}
.zumar-schedule .topics-body .topic-item .card-head .topic-time .item-tag {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: inline-block;
  border: 1px solid #6c757d;
}
.zumar-schedule .topics-body .topic-item .card-head .event-duration {
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}
.zumar-schedule .topics-body .topic-item .card-head h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}
.zumar-schedule .topics-body .topic-item .card-body p {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  margin-bottom: 0px;
}
.zumar-schedule .topics-body .topic-item .card-foot .author .instructor-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.zumar-schedule .topics-body .topic-item .card-foot .author .instructor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.zumar-schedule .topics-body .topic-item .card-foot .author .info h6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.zumar-schedule .topics-body .topic-item .card-foot .author .info h6 a {
  color: #000;
}
.zumar-schedule .topics-body .topic-item .card-foot .author .info p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .zumar-schedule .topics-head .form-select {
    margin-bottom: 30px;
  }
  .zumar-schedule .topics-head .tabs-filters a {
    padding: 10px 15px;
    font-size: 10px;
  }
  .zumar-schedule .topics-head .tag-items .tag-item {
    margin-inline-end: 10px;
    font-size: 9px;
  }
  .zumar-schedule .topics-body .topic-item .card-head .topic-time {
    margin-bottom: 15px;
  }
  .zumar-schedule .topics-body .topic-item .card-head h5 {
    margin-bottom: 15px;
  }
  .zumar-schedule .topics-body .topic-item .card-head h5 img {
    display: none;
  }
  .zumar-schedule .topics-body .topic-item .card-body .col-lg-7 {
    padding: 0 !important;
  }
  .zumar-schedule .topics-body .topic-item .card-foot .author {
    margin-bottom: 20px;
  }
}
/* ===============================================================
			[ * LInes section ]
================================================================*/
.zumar-lines {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.zumar-lines span {
  height: 100%;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.0666666667);
  z-index: -1;
}

/* ===============================================================
			[ * Footer Section ]
================================================================*/
/*----------fixed Footer----------*/
.footer {
  background: #13161D;
  text-align: center;
  font-size: 14px;
  padding: 80px 0;
}
.footer p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #999;
  opacity: 0.8;
}
.footer a {
  color: var(--color-main);
}

.footer-padding {
  padding: 100px 0;
}

.footer-icon {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-icon li {
  display: inline-block;
  margin: 3px;
}
.footer-icon li a {
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  color: #999;
  opacity: 0.8;
  border-radius: 100px;
  font-size: 16px;
}
.footer-icon li a:hover {
  transform: translateY(-3px);
  opacity: 1;
  color: #ffffff;
}

.footer-img {
  max-width: 150px;
}

/* ===============================================================
			[ * Fixed Footer Section ]
================================================================*/
/*----------fixed Footer----------*/
.zumar-custom-footer .zumar-sticky-bottom.zumar-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 786px) {
  .zumar-custom-footer .zumar-sticky-bottom.zumar-fixed-footer {
    position: relative;
  }
}

/* ===============================================================
			[ * Woocommerce section ]
================================================================*/
/*
Woocommerce style
*/
/* General */
.shop-content {
  margin-bottom: -80px;
}

.woocommerce-info, .woocommerce-message {
  border-color: #000000;
}

.woocommerce-message::before {
  display: none;
}

.woocommerce-info a {
  color: #f96152;
}

.woocommerce textarea {
  resize: none;
  height: 16.66667rem !important;
}

.woocommerce table {
  margin: 0 0 1.5rem 0 !important;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
}

.woocommerce-info, .woocommerce-message, .woocommerce-error {
  background-color: transparent;
  line-height: 4.16667rem;
  color: #000000;
  padding: 1.5rem 2rem;
  margin-bottom: 2.66667rem;
  border: 1px solid #000000;
}

.select2 .selection .select2-selection {
  border-width: 1px;
  border-color: #000000 !important;
  border-radius: 0 !important;
  -webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  height: auto;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2 .selection .select2-selection .select2-selection__rendered {
  color: #000000;
  min-height: 3.16667rem;
  padding: 1.16667rem;
  text-align: left;
  font-size: 1.16667rem;
  line-height: 1;
}

/* Shop Modern */
.portfolio-2 .port-inner .port-dbox a.added_to_cart {
  display: none;
}

.portfolio-2 .port-inner .port-dbox a.added span.button__cart, .portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
  display: none;
}

.portfolio-2 .port-inner .port-dbox a span.button__cart {
  opacity: 0.25;
  display: flex;
}

.portfolio-2 .port-inner .port-dbox a span.button__loader {
  display: none;
}

.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
  display: flex;
}

.portfolio-2 .port-inner .port-dbox a span.button__added {
  opacity: 0;
  display: none;
}

.portfolio-2 .port-inner .port-dbox a.added span.button__added {
  opacity: 1;
  display: flex;
}

.port-inner .port-dbox a span svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  stroke: #000000;
}

.port-inner .port-dbox a span svg:hover {
  stroke: #f96152;
}

/* Cart */
.woocommerce .woocommerce-cart-form {
  margin-bottom: 6.83333rem;
}

.woocommerce .woocommerce-cart-form table td::before {
  color: #000000;
  font-weight: 600;
}

.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
  font-size: 1.16667rem;
  line-height: 1.85714;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.83333rem 1.5rem;
  width: 15rem !important;
  text-align: center;
  font-size: 1.25rem;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce .cart-collaterals .cart_totals table {
  border-collapse: separate !important;
  padding: 0.66667rem 2.33333rem;
  margin-bottom: 2.66667rem !important;
}

.woocommerce .cart-collaterals .cart_totals table th {
  color: #000000;
  padding-left: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-size: 1.5rem;
}

.woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Total], .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
    padding-left: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before, .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
    color: #000000;
    font-weight: 600;
  }
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
  display: inline-block;
}

.woocommerce .button {
  font-family: "Roboto Slab", sans-serif !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border: 1px solid !important;
  border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  font-size: 1.25rem !important;
  padding: 1.33333rem 3.66667rem !important;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.woocommerce .button:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
  font-size: 1.25rem;
  padding: 1.33333rem 3.66667rem;
  font-weight: 500 !important;
}

.woocommerce table td img {
  width: 6.66667rem !important;
}

/* Product meta */
.woocommerce .summary .product_meta > span {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
}

.woocommerce .summary .product_meta > span span {
  font-weight: 400;
}

/* Quantity Input */
.woocommerce .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.woocommerce .quantity input[type=number] {
  padding: 0.91667rem 3rem 0.91667rem 0.83333rem !important;
  -moz-appearance: textfield;
  width: 7.5rem;
  padding: 1.08333rem 2.33333rem 1.08333rem 0.83333rem;
  font-weight: 600;
  color: #555;
  border-radius: 1px;
  line-height: 1.66667;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .quantity .quantity-nav {
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
}

.woocommerce .quantity .quantity-nav .quantity-button {
  cursor: pointer;
  border-left: 1px solid #333;
  width: 25px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 1.33333rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.woocommerce .quantity .quantity-nav .quantity-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #333;
}

.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
  position: static;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
}

/* Order Tracking */
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 1.6rem;
}

.woocommerce form input, .woocommerce form textarea {
  border-radius: 0;
  border-color: #333;
  border-width: 1px;
  padding: 1.08333rem 1.33333rem;
}

.woocommerce .button {
  line-height: 1 !important;
  cursor: pointer !important;
  border: 1px solid !important;
  border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  padding: 1.33333rem 3.66667rem !important;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.woocommerce .button:hover {
  color: #ffffff !important;
  background-color: #f96152 !important;
  border-color: #f96152 !important;
}

/* My account */
.woocommerce strong {
  font-weight: 300;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin-bottom: 2.66667rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding-bottom: 1.33333rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #f96152;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #f96152;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: left;
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 5.33333rem;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
  text-align: left;
}

.woocommerce-account .addresses .title h3 {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

/*   Checkout  */
.woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .col2-set {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  margin-left: auto;
}

.woocommerce-checkout .checkout_coupon {
  border-radius: 0 !important;
  border-width: 1px !important;
  border-color: #000000 !important;
}

.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 2.66667rem;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 2.3rem;
  line-height: 1.2;
}

.woocommerce-checkout .woocommerce-billing-fields h2 {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 5.33333rem;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.woocommerce-checkout .form-row {
  padding: 0;
  margin-bottom: 1.33333rem;
}

.woocommerce-checkout #order_review_heading {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
  margin: 0 0 1.5rem 0 !important;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 2.66667rem !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
  color: #555555;
}

.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
  color: #000000;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 1px solid #000000;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom-color: #000000 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
  display: contents;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
  line-height: 1 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-bottom: 0;
}

/*  Table  */
.woocommerce table th,
.woocommerce table td {
  padding: 1.33333rem !important;
  border-left: 0;
  background-color: transparent !important;
  border-top: none !important;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}

.woocommerce table th {
  font-weight: 600 !important;
}

.woocommerce table td img {
  width: 6.66667rem !important;
}

.woocommerce table td.product-remove a {
  font-size: 1.33333rem;
  font-weight: 500;
  color: #000000 !important;
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce table td.product-remove a:hover {
  color: #f96152 !important;
  background-color: transparent !important;
}

.woocommerce table td.product-thumbnail {
  text-align: left !important;
  min-width: 32px;
}

.woocommerce table td.product-thumbnail a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce table td.product-price, .woocommerce table td.product-subtotal {
  text-align: left;
}

.woocommerce table td.product-quantity .quantity input {
  width: 100%;
  max-width: 7.91667rem;
  line-height: 2;
  margin-left: auto;
}

@media (min-width: 768px) {
  .woocommerce table td.product-quantity .quantity input {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce table td.actions {
    border-bottom: 0;
  }
}
.woocommerce table td.actions .coupon input {
  width: 12.5rem !important;
  margin-right: 15px !important;
  padding-left: 1rem !important;
}

@media (max-width: 767px) {
  .woocommerce table td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1rem !important;
  }
  .woocommerce table td.actions .coupon input,
  .woocommerce table td.actions .coupon button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 !important;
  }
  .woocommerce table td.actions .coupon button {
    margin-left: auto !important;
  }
}
.woocommerce table tr.shipping td label {
  color: #555555;
}

.woocommerce table tr.shipping td label span {
  color: #555555;
}

.woocommerce table tr .product-total {
  text-align: right;
}

.woocommerce table tr td {
  text-align: right;
}

.woocommerce table tr .product-name {
  text-align: left;
}

.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td {
  font-size: 1.5rem;
  color: #000000;
}

/*  Anim  */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.h-rotatingNeuron {
  -webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

/* Product Summary */
.woocommerce .m-product-summary button {
  font-size: 1.25rem !important;
  padding: 1.33333rem 3.66667rem !important;
  color: #000 !important;
  border-color: #000 !important;
  background-color: transparent !important;
}

.woocommerce .m-product-summary .quantity {
  margin-right: 1.33333rem !important;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #f96152;
  font-weight: 300;
  border-radius: 1px;
  line-height: 28px;
}

/* product thumbs*/
.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
  padding-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.8;
  margin: 0;
  border: 1px solid #eee;
}

/* product grid*/
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #f96152;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce span.onsale {
  background-color: #f96152;
}

.blog-content .woocommerce img:hover {
  filter: none;
}

/*============================
=        Product Tabs        =
============================*/
.woocommerce .woocommerce-tabs {
  margin-bottom: 2.66667rem;
}

@media (min-width: 768px) {
  .woocommerce .woocommerce-tabs {
    margin-bottom: 5.33333rem;
  }
}
.woocommerce .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.woocommerce .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: 0 0 0 1.33333rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.woocommerce .woocommerce-tabs ul.tabs li::before, .woocommerce .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
  padding-left: 0 !important;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
  font-family: "Roboto Slab", sans-serif;
  color: #000000 !important;
  font-size: 1.33333rem;
  font-weight: 400 !important;
  line-height: 1;
  padding: 0 1.5rem 1.83333rem 1.5rem !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

@media (min-width: 576px) {
  .woocommerce .woocommerce-tabs ul.tabs li a:hover {
    color: #f96152 !important;
    border-color: #f96152;
  }
}
@media (min-width: 576px) {
  .woocommerce .woocommerce-tabs ul.tabs li.active a {
    border-color: #f96152;
  }
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  color: #f96152 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: -2px !important;
  margin-bottom: 0 !important;
  padding: 3.66667rem 0 !important;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
  border: 0 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
  display: block;
  margin-bottom: 1.33333rem;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500 !important;
  font-size: 1.33333rem;
  color: #000000;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
  text-align: left;
  border-bottom: 0;
  padding: 0 !important;
  font-style: normal;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
  font-weight: 400;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
  padding: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
  margin-bottom: 2.66667rem;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
  color: #f96152;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
  padding-left: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
  margin-bottom: 2.66667rem !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
  padding: 0 !important;
  background-color: transparent !important;
  width: 4.5rem !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 50%;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
  padding: 0 !important;
  margin-left: 7rem !important;
  border: 0 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
  color: #f96152;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 1.83333rem;
  line-height: 1.27273;
  margin-bottom: 0.5rem;
  display: block;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 1rem;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
  display: inline-block;
  margin-bottom: 2.66667rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2.66667rem;
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.33333rem;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
  width: 100%;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
  margin-bottom: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
  font-family: "Roboto Slab", sans-serif !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border: 2px solid !important;
  border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: transparent !important;
  font-size: 1.25rem !important;
  padding: 1.33333rem 3.66667rem !important;
  font-weight: 500 !important;
  width: auto;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 2em;
}

/*===============================
=        Product Reviews        =
===============================*/
.woocommerce-Reviews .commentlist {
  margin-bottom: 5.33333rem !important;
}

.woocommerce-Reviews .commentlist .review {
  margin-bottom: 2.66667rem !important;
}

.woocommerce-Reviews .commentlist .review:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-Reviews .commentlist .review .comment_container img {
  width: 4.5rem !important;
  padding: 0 !important;
  border: 0 !important;
}

.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
  margin: 0 0 0 6.16667rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
  font-weight: 600;
  color: #000000;
  margin-bottom: 2.66667rem;
  font-size: 1.33333rem;
  line-height: 1.625;
}

.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
  color: #ff6f61;
}

.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: #000000;
  font-size: 1.16667rem;
}

.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-Reviews .comment-form-comment:before {
  top: 35px;
}

.shop-content section.related h2 {
  font-size: 1.83333rem;
  line-height: 1.27273;
}

.woocommerce ul.products li.product a img:hover {
  opacity: 0.7;
}

.woocommerce img.footer-img, .woocommerce-page img.footer-img {
  max-width: 150px;
}

.cart-contents:before {
  font-family: WooCommerce;
  content: "\e01d";
  font-size: 22px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  color: #000;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  background-color: var(--color-main);
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  vertical-align: top;
  font-size: 10px;
  position: relative;
  left: -6px;
}

/*----------------------------------------*/
@-webkit-keyframes "rotating" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes "rotating" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shop-content {
  margin-bottom: -80px;
}
.shop-content section.related h2 {
  font-size: 18px;
  line-height: 1.27273;
}

.woocommerce-info {
  border-color: #000000;
  background-color: transparent;
  line-height: 42px;
  color: #000000;
  padding: 15px 20px;
  margin-bottom: 26px;
  border: 1px solid #000000;
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-info a {
  color: var(--color-main);
}
.woocommerce-info::before {
  display: none;
}

.woocommerce-message {
  border-color: #000000;
  background-color: transparent;
  line-height: 42px;
  color: #000000;
  padding: 15px 20px;
  margin-bottom: 26px;
  border: 1px solid #000000;
}
.woocommerce-message::before {
  display: none;
}

.woocommerce textarea {
  resize: none;
  height: 160px !important;
}
.woocommerce table {
  margin: 0 0 15px 0 !important;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.02);
}
.woocommerce table td {
  padding: 13px !important;
  border-left: 0;
  background-color: transparent !important;
  border-top: none !important;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table td img {
  width: 60px !important;
}
.woocommerce table th {
  padding: 13px !important;
  border-left: 0;
  background-color: transparent !important;
  border-top: none !important;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600 !important;
  text-align: left;
}
.woocommerce table td.product-remove a {
  font-size: 13px;
  font-weight: 500;
  color: #000000 !important;
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
  color: var(--color-main) !important;
  background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
  text-align: left !important;
  min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce table td.product-price {
  text-align: left;
}
.woocommerce table td.product-subtotal {
  text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
  width: 100%;
  max-width: 80px;
  line-height: 20px;
  margin-left: auto;
}
.woocommerce table td.actions .coupon input {
  width: 13px !important;
  margin-right: 15px !important;
  padding-left: 10px !important;
}
.woocommerce table tr.shipping td label {
  color: #555;
}
.woocommerce table tr.shipping td label span {
  color: #555;
}
.woocommerce table tr .product-total {
  text-align: right;
}
.woocommerce table tr td {
  text-align: right;
}
.woocommerce table tr td.woocommerce-grouped-product-list-item__label, .woocommerce table tr td.woocommerce-grouped-product-list-item__price {
  text-align: left;
}
.woocommerce table tr .product-name {
  text-align: left;
}
.woocommerce table tfoot tr:last-child th {
  font-size: 15px;
  color: #000000;
}
.woocommerce table tfoot tr:last-child td {
  font-size: 15px;
  color: #000000;
}
.woocommerce .woocommerce-cart-form {
  margin-bottom: 70px;
}
.woocommerce .woocommerce-cart-form table td::before {
  color: #000000;
  font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
  font-size: 12px;
  line-height: 1.85714;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 15px;
  width: 150px !important;
  text-align: center;
  font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-collapse: separate !important;
  padding: 7px 24px;
  margin-bottom: 26px !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
  color: #000000;
  padding-left: 0 !important;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
  padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
  font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
  border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
  display: inline-block;
}
.woocommerce .button {
  font-family: "Poppins", sans-serif !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border: 1px solid !important;
  border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  font-size: 14px !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border: 1px solid !important;
  border-radius: 50px !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  padding: 12px 35px !important;
  color: #fff !important;
  border-color: #000000 !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  border-color: #fff !important;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) !important;
}
.woocommerce .button:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}
.woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px;
  border-radius: 5px;
}
.woocommerce .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.woocommerce .quantity input[type=number] {
  padding: 10px 30px 10px 7px !important;
  -moz-appearance: textfield;
  width: 110px;
  font-weight: 600;
  color: #555;
  border-radius: 1px;
  line-height: 20px;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .quantity-nav {
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
  cursor: pointer;
  border-left: 1px solid #333;
  width: 25px;
  text-align: center;
  color: #000000;
  font-size: 13px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
  background-color: #000000;
  color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border: 1px solid #ccc;
  line-height: 22px;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 22px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
  position: static;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
  float: left !important;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #f96152;
  font-weight: 300;
  border-radius: 1px;
  line-height: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
  padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.8;
  margin: 0;
  border: 1px solid #eee;
}
.woocommerce div.product p.price {
  color: var(--color-main);
}
.woocommerce div.product span.price {
  color: var(--color-main);
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 16px;
}
.woocommerce form input {
  border-radius: 5px;
  border-color: #ccc;
  border-width: 1px;
  padding: 12px;
}
.woocommerce form textarea {
  border-radius: 5px;
  border-color: #ccc;
  border-width: 1px;
  padding: 10px 13px;
}
.woocommerce strong {
  font-weight: 300;
}
.woocommerce .m-product-summary button {
  font-size: 13px !important;
  padding: 14px 36px !important;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
  margin-right: 13px !important;
}
.woocommerce ul.products li.product .price {
  color: var(--color-main);
  font-size: 14px;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  margin-left: 10px;
}
.woocommerce ul.products li.product a img:hover {
  opacity: 0.7;
}
.woocommerce a.added_to_cart {
  display: none;
}
.woocommerce span.onsale {
  background-color: var(--color-main);
  line-height: 2.65;
}
.woocommerce .woocommerce-tabs {
  margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: 0 0 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
  padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  font-family: "Poppins", sans-serif;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 1;
  padding: 0 15px 18px 15px !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  color: var(--color-main) !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: -2px !important;
  margin-bottom: 0 !important;
  padding: 36px 0 !important;
  border-top: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  line-height: 1.27273;
  margin-top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
  margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
  color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
  padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
  margin-bottom: 26px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
  padding: 0 !important;
  background-color: transparent !important;
  width: 45px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
  padding: 0 !important;
  margin-left: 70px !important;
  border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
  color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 18px;
  line-height: 1.27273;
  margin-bottom: 5px;
  display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
  font-weight: 500;
  color: #000000;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
  width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
  font-family: "Poppins", sans-serif !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border: 2px solid !important;
  border-radius: 0 !important;
  -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: transparent !important;
  font-size: 13px !important;
  padding: 14px 36px !important;
  font-weight: 500 !important;
  width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
  border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
  display: block;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 13px;
  color: #000000;
  text-align: left;
  border-bottom: 0;
  padding: 0 !important;
  font-style: normal;
  border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
  text-align: left;
  border-bottom: 0;
  padding: 0 !important;
  font-style: normal;
  font-weight: 400;
  border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
  padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 2em;
}
.woocommerce img.footer-img {
  max-width: 150px;
}

.woocommerce-error {
  background-color: transparent;
  line-height: 42px;
  color: #000000;
  padding: 15px 20px;
  margin-bottom: 26px;
  border: 1px solid #000000;
}

.select2 .selection .select2-selection {
  border-width: 1px;
  border-color: #ccc !important;
  border-radius: 5px !important;
  -webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  height: auto;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  color: #888;
  min-height: 32px;
  padding: 12px;
  text-align: left;
  font-size: 15px;
  line-height: normal;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-color: #ccc !important;
}

.portfolio-2 .port-inner .port-dbox a.added_to_cart {
  display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart {
  display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
  opacity: 1;
  display: flex;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
  display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
  display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
  opacity: 0.25;
  display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
  display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
  opacity: 0;
  display: none;
}

.port-inner .port-dbox a span svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
  stroke: #f96152;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button {
  font-size: 13px;
  padding: 13px 36px;
  font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
  font-size: 13px;
  padding: 13px 36px;
  font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: var(--color-main);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin-bottom: 27px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding-bottom: 13px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-main);
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  line-height: 1.27273;
}

.woocommerce-checkout .col2-set {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
  border-radius: 0 !important;
  border-width: 1px !important;
  border-color: #000000 !important;
}
.woocommerce-checkout .checkout_coupon input.input-text {
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout_coupon button.button {
  padding: 17px 36px !important;
  text-transform: uppercase;
}
.woocommerce-checkout .checkout_coupon button.button:hover {
  background-color: var(--color-main) !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
  margin-bottom: 26px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 22px;
  line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
  font-size: 18px;
  line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
  font-size: 18px;
  line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 22px;
  line-height: 1.2;
}
.woocommerce-checkout .form-row {
  padding: 0;
  margin-bottom: 13px;
}
.woocommerce-checkout #order_review_heading {
  font-size: 22px;
  line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
  margin: 0 0 15px 0 !important;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  margin-bottom: 26px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
  color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
  color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 1px solid #000000;
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
  display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
  line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li {
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button {
  padding: 17px 36px !important;
  border-radius: 0 !important;
  background-color: #232323 !important;
  color: #fff !important;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:hover {
  background-color: var(--color-main) !important;
}

.h-rotatingNeuron {
  -webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.blog-content .woocommerce img:hover {
  filter: none;
}

.woocommerce-Reviews .commentlist {
  margin-bottom: 53px !important;
}
.woocommerce-Reviews .commentlist .review {
  margin-bottom: 26px !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
  width: 45px !important;
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
  margin: 0 0 0 62px !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
  font-weight: 600;
  color: #000000;
  margin-bottom: 26px;
  font-size: 13px;
  line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
  color: var(--color-main);
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: #000000;
  font-size: 12px;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
  top: 35px;
}

.woocommerce-page img.footer-img {
  max-width: 150px;
}

@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Total] {
    padding-left: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before {
    color: #000000;
    font-weight: 600;
  }
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
    padding-left: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
    color: #000000;
    font-weight: 600;
  }
  .woocommerce table td.actions {
    border-bottom: 0;
  }
  .woocommerce table td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px !important;
  }
  .woocommerce table td.actions .coupon input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 !important;
  }
  .woocommerce table td.actions .coupon button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .woocommerce-checkout .col2-set .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce table td.product-quantity .quantity input {
    margin-left: 0;
  }
  .woocommerce .woocommerce-tabs {
    margin-bottom: 53px;
  }
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 53px;
  }
}
@media (min-width: 576px) {
  .woocommerce .woocommerce-tabs ul.tabs li a:hover {
    color: var(--color-main) !important;
    border-color: var(--color-main);
  }
  .woocommerce .woocommerce-tabs ul.tabs li.active a {
    border-color: var(--color-main);
  }
}
/* Product meta */
.woocommerce .summary .product_meta > span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
}

.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
  font-weight: 400;
}

.woocommerce .comment-form-author:before, .woocommerce .comment-form-email:before {
  top: 37px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px 20px;
  color: var(--color-main);
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #585353;
  color: #ffffff;
  font-weight: 600;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a {
  color: var(--color-main);
  font-weight: 400;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 9px;
}

.select2-dropdown {
  border-color: #333;
}

.woocommerce-error::before {
  left: initial;
  right: 1em;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: auto;
  margin: 3px 10px 0 0;
  position: unset !important;
}

/* ===============================================================
			[ * Cart section ] 
================================================================*/
/*----------Woo Cart----------*/
.tcg-cart .cart-contents {
  display: flex;
  flex-wrap: wrap;
}
.tcg-cart .cart-contents .cart-contents-count {
  left: 20px;
  top: -25px;
}

/* ===============================================================
			[ * Counter section ]
================================================================*/
/*----------Client Style----------*/
.zumar_top_hover_bar {
  padding-top: 50px;
}
.zumar_top_hover_bar::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.zumar_top_hover_bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.zumar_top_hover_bar:hover::after {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .zumar-counter .hide-br br {
    display: none;
  }
}
.zumar-counter .inline-block {
  display: inline-block;
  min-width: 0 !important;
}
.zumar-counter .num_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.zumar-counter .num_item .counter-content {
  margin-right: 15px;
}
.zumar-counter .num_item .counter {
  font-size: 32px;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 70px;
  text-align: center;
  display: inline-block;
}
.zumar-counter .num_item .counter i {
  font-size: 21px;
}
.zumar-counter .num_item .inf {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.zumar-counter .row-direction {
  flex-direction: row !important;
}
.zumar-counter .column-direction {
  flex-direction: column !important;
  align-items: flex-start;
  line-height: 1.5;
}

/* ===============================================================
			[ * dropdown section ]
================================================================*/
/*---------- Dropdown ----------*/
.zumar-dropdown svg {
  height: 16px;
  width: 16px;
}
.zumar-dropdown i {
  font-size: 16px;
}
.zumar-dropdown button {
  color: #000;
}
.zumar-dropdown .dropdown-menu li {
  list-style: none;
}
.zumar-dropdown .dropdown-menu li a {
  color: #000;
}

/* ===============================================================
			[ * news section ]
================================================================*/
/* --------------- team style32 --------------- */
.zumar-news .main-blog .img {
  height: 200px;
}
.zumar-news .main-blog .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zumar-news .main-blog .date-absolute {
  position: absolute;
  top: 30px;
  left: 30px;
}
.zumar-news .main-blog .info {
  position: relative;
  margin-top: 40px;
  padding: 10px;
  padding-inline-start: 35px;
  border-left: 5px solid var(--color-main);
}
.zumar-news .main-blog .info .icon-35 {
  width: 35px;
  height: 35px;
}
.zumar-news .main-blog .info .icon-35 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-news .main-blog .info .icon-40 {
  width: 40px;
  height: 40px;
}
.zumar-news .main-blog .info .icon-40 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-news .main-blog .info .me-15 {
  margin-inline-end: 15px;
}
.zumar-news .main-blog .info .author-name {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: -40px;
  transform: translateY(-50%);
  z-index: 5;
}
.zumar-news .sub-blog {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.zumar-news .sub-blog:last-of-type {
  border: none !important;
}
.zumar-news .sub-blog .img {
  width: 150px;
  height: 100px;
  padding-inline-end: 20px;
  border-right: 5px solid var(--color-main);
  flex-shrink: 0;
}
.zumar-news .sub-blog .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-news .sub-blog .inf {
  padding-inline-start: 25px;
}

/* ===============================================================
			[ * feeds section ]
================================================================*/
.zumar-feeds .blog-card {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 50px;
}
.zumar-feeds .blog-card .date {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px 15px;
  background-color: var(--color-main);
  z-index: 5;
  color: #fff;
}
.zumar-feeds .blog-card .img {
  height: 220px;
}
.zumar-feeds .blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-feeds .blog-card .info {
  padding: 30px 20px 15px;
}
.zumar-feeds .blog-card .info h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 15px;
}
.zumar-feeds .blog-card .info h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.zumar-feeds .blog-card .info h5 a:hover {
  color: var(--color-main) !important;
}

/* ===============================================================
			[ * feedbacks section ]
================================================================*/
.zumar-feedbacks-style .arrows {
  position: relative;
  display: flex;
}
.zumar-feedbacks-style .arrows a {
  width: 55px;
  height: 55px;
  line-height: 53px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  text-align: center;
  margin-inline-end: 10px;
  font-size: 14px;
  color: #fff;
}
.zumar-feedbacks-style .arrows a:hover {
  background: var(--color-main);
}
.zumar-feedbacks-style .testi-card {
  padding: 30px;
  background-color: #180739;
  margin-top: 20px;
  text-align: left;
}
.zumar-feedbacks-style .testi-card .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.zumar-feedbacks-style .testi-card .stars {
  font-size: 12px;
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #84bad2 0%, #725de0 100%) !important;
  display: inline-block;
}
.zumar-feedbacks-style .testi-card .stars i {
  margin: 0 3px 0 0;
}
.zumar-feedbacks-style .testi-card .client-det {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zumar-feedbacks-style .testi-card .client-det .inf {
  text-align: left;
}
.zumar-feedbacks-style .testi-card .client-det .icon-50 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.zumar-feedbacks-style .testi-card .client-det .icon-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-feedbacks-style .testi-card .client-det .social-icon {
  font-size: 18px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #84bad2 0%, #725de0 100%) !important;
  display: inline-block;
}

/* ===============================================================
			[ * diamond features section ]
================================================================*/
.zumar-diamond-features {
  text-align: center;
}
.zumar-diamond-features .features-row {
  display: flex;
  justify-content: center;
}
.zumar-diamond-features .feat-box {
  position: relative;
  width: 200px;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  padding: 10px;
  margin: 52px -1px 0;
}
.zumar-diamond-features .feat-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  transform: rotate(-61deg);
  pointer-events: none;
}
.zumar-diamond-features .feat-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  transform: rotate(61deg);
  pointer-events: none;
}
.zumar-diamond-features .feat-box .icon {
  height: 65px;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .zumar-diamond-features {
    margin-top: 50px;
  }
  .zumar-diamond-features .feat-box {
    width: 100px;
    height: 60px;
    margin-top: 20px;
  }
  .zumar-diamond-features .feat-box::after, .zumar-diamond-features .feat-box::before {
    height: 60px;
  }
  .zumar-diamond-features .feat-box .icon {
    height: 20px;
  }
  .zumar-diamond-features .feat-box .fsz-14 {
    font-size: 10px !important;
  }
}
/* ===============================================================
			[ * departments section ]
================================================================*/
/* --------------- services style32 --------------- */
.zumar-departments .nav-pills {
  justify-content: center;
  list-style: none !important;
}
.zumar-departments .nav-pills .nav-item {
  list-style: none;
}
.zumar-departments .nav-pills .nav-item .nav-link {
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
  color: var(--color-secondary);
  border-radius: 0;
  margin: 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.zumar-departments .nav-pills .nav-item .nav-link:hover, .zumar-departments .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-departments .services-cards .service-card {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.04);
  margin-top: 40px;
}
.zumar-departments .services-cards .service-card .img {
  height: 240px;
  overflow: hidden;
}
.zumar-departments .services-cards .service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-departments .services-cards .service-card .info {
  position: relative;
  padding: 40px;
}
.zumar-departments .services-cards .service-card .info p {
  margin: 0;
}
.zumar-departments .services-cards .service-card .info p span {
  color: var(--color-main);
}
.zumar-departments .services-cards .service-card .info h6 {
  margin: 0;
}
.zumar-departments .services-cards .service-card .info .icon {
  position: absolute;
  right: 40px;
  top: -40px;
  width: 80px;
  height: 80px;
  padding: 15px;
  box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
  background-color: #fff;
}
.zumar-departments .services-cards .service-card .info .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .zumar-departments .nav-pills .nav-link {
    margin-bottom: 20px;
  }
}
/* ===============================================================
			[ * Icon List section ]
================================================================*/
.zumar-icon-list li {
  display: flex;
  align-content: center;
}
.zumar-icon-list.hover-animation .elementor-icon-list-item .elementor-icon-list-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zumar-icon-list.hover-animation .elementor-icon-list-item .elementor-icon-list-icon {
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zumar-icon-list.hover-animation .elementor-icon-list-item:hover .elementor-icon-list-text {
  margin-left: 0;
}
.zumar-icon-list.hover-animation .elementor-icon-list-item:hover .elementor-icon-list-icon {
  margin-left: 0;
  margin-right: 8px;
  opacity: 1;
}
.zumar-icon-list .icon-background {
  background: #fff;
  width: 40px;
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.zumar-icon-list .elementor-icon-list-icon {
  display: flex;
  position: relative;
}
.zumar-icon-list .elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}
.zumar-icon-list .elementor-icon-list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.zumar-icon-list .elementor-icon-list-item, .zumar-icon-list .elementor-icon-list-item a {
  display: flex;
  font-size: inherit;
  align-items: var(--icon-vertical-align, center);
  position: relative;
}

.elementor-widget:not(.elementor-align-left) .zumar-icon-list .elementor-icon-list-item:after {
  right: 0;
}

.elementor-widget:not(.elementor-align-right) .zumar-icon-list .elementor-icon-list-item:after {
  left: 0;
}

/* ===============================================================
			[ * Countdown section ]
================================================================*/
/* ----------------------------------------------------------------
			[ * Countdown Style ]
-----------------------------------------------------------------*/
.zumar-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.zumar-countdown-wrapper .zumar-countdown-item {
  padding: 20px 0;
  margin: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 3px solid var(--color-main);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.zumar-countdown-wrapper .zumar-countdown-item .zumar-countdown-numbers {
  font-size: calc(2vw + 20px);
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}
.zumar-countdown-wrapper .zumar-countdown-item .zumar-countdown-label {
  font-size: 13px;
  text-transform: capitalize;
  color: #999;
}

/* ===============================================================
			[ * Images Gallery section ]
================================================================*/
/*---------- Images Gallery ----------*/
.zumar-images-gallery .image-overlay {
  position: relative;
  overflow: hidden;
  display: block;
}
.zumar-images-gallery .image-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8235294118);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.zumar-images-gallery .image-overlay i, .zumar-images-gallery .image-overlay svg {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #000;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
}
.zumar-images-gallery .image-overlay:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.zumar-images-gallery .image-overlay:hover i, .zumar-images-gallery .image-overlay:hover svg {
  top: 50%;
  opacity: 1;
}
.zumar-images-gallery .image-card {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* ===============================================================
			[ *Video Reel section ]
================================================================*/
/* --------------- video reel style --------------- */
.zumar-video-reel {
  position: relative;
}
.zumar-video-reel .content {
  position: relative;
  padding: 0;
  background-size: cover;
  display: block;
  text-align: center;
  overflow: hidden;
  text-align: center;
}
.zumar-video-reel .content .img {
  position: relative;
  height: 450px;
  width: 550px;
  padding: 0;
  margin: auto;
}
.zumar-video-reel .content .img img {
  object-fit: contain;
}
.zumar-video-reel .content h3 {
  margin: 0;
  opacity: 0.5;
}
.zumar-video-reel .content .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 0;
  transform: scale(0);
}
.zumar-video-reel .content .float_box p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.zumar-video-reel .content .float_box.show {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .zumar-video-reel .content .img {
    width: 100%;
    height: 250px;
    padding: 0 30px;
  }
}
/* ===============================================================
			[ *Pricing Table section ]
================================================================*/
.zumar-price-table .pricing-tabsHead .price-radios {
  display: inline-flex;
  background-color: #ededf4;
  padding: 7px;
  border-radius: 50px;
}
.zumar-price-table .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}
.zumar-price-table .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #000;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}
.zumar-price-table .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 10px;
  color: #fff;
}
.zumar-price-table .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}
.zumar-price-table .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
.zumar-price-table .content {
  min-width: 800px;
  margin-top: 70px;
  padding: 0;
}
.zumar-price-table .content .price-head {
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}
.zumar-price-table .content .price-head h2 {
  margin-top: 0;
}
.zumar-price-table .content .price-head .price-headTitle {
  width: 34%;
}
.zumar-price-table .content .price-head .price-headTitle .title-img {
  max-height: 250px;
}
.zumar-price-table .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 50px 0 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.zumar-price-table .content .price-head .price-headItem .label {
  position: absolute;
  top: -30px;
  right: 15px;
  padding: 10px;
  z-index: 5;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, 0.3333333333));
}
.zumar-price-table .content .price-head .price-headItem h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.zumar-price-table .content .price-head .price-headItem h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.zumar-price-table .content .price-head .price-headItem h2 span {
  font-size: 24px;
  color: #999;
  font-weight: 400;
}
.zumar-price-table .content .price-head .price-headItem small {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 1.5;
}
.zumar-price-table .content .price-body .price-bodyItems {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.zumar-price-table .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 30px 0;
  font-size: 18px;
  height: 75px;
  display: flex;
  align-items: center;
  min-height: max-content;
  position: relative;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info small {
  line-height: 1.8 !important;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
  font-size: 24px;
  color: #999;
  margin: 0 6px;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
  color: var(--color-main);
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
  color: var(--color-main);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .small {
  font-size: 12px;
  line-height: 1.8;
}
.zumar-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}
.zumar-price-table .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: max-content;
}
.zumar-price-table .content .price-body .price-bodyItems .price-item i {
  color: #66cc00;
  font-size: 20px;
}
.zumar-price-table .content .price-body .price-bodyItems .price-item svg {
  fill: #66cc00;
  width: 24px;
  height: 24px;
}
.zumar-price-table .content .price-body .price-bodyItems .price-item span {
  color: #000;
  font-size: 18px;
}
.zumar-price-table .content .price-foot {
  display: flex;
}
.zumar-price-table .content .price-foot .price-footTitle {
  width: 34%;
}
.zumar-price-table .content .price-foot .price-footItem {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.zumar-price-table .content .price-foot .price-footItem .zumar-button a span {
  color: #fff;
}
.zumar-price-table .monthly_price {
  display: none;
}
.zumar-price-table .disc_btn {
  background: var(--color-main);
}
.zumar-price-table .recommended {
  background-color: #ededf4;
}

body.zumar-dark-mode .zumar-price-table .recommended {
  background-color: #373739;
}
body.zumar-dark-mode .zumar-price-table .content .price-head .price-headItem small {
  color: #999;
}
body.zumar-dark-mode .zumar-price-table .content .price-body .price-bodyItems {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
body.zumar-dark-mode .zumar-price-table .content .price-body .price-bodyItems .price-item span {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-price-table .recommended {
    background-color: #373739;
  }
  body.zumar-auto-mode .zumar-price-table .content .price-head .price-headItem small {
    color: #999;
  }
  body.zumar-auto-mode .zumar-price-table .content .price-body .price-bodyItems {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  }
  body.zumar-auto-mode .zumar-price-table .content .price-body .price-bodyItems .price-item span {
    color: #fff;
  }
}
/* ===============================================================
			[ *Pricing Plans section ]
================================================================*/
.zumar-pricing-plans .icon-10 {
  width: 10px;
  height: 10px;
  object-fit: contain;
  margin-inline-end: 20px;
}
.zumar-pricing-plans .monthly_price {
  display: none;
}
.zumar-pricing-plans .mt-8 {
  margin-top: 8px;
}
.zumar-pricing-plans .add-feature svg {
  width: 17px;
  margin-right: 0.5rem;
  display: inline-block;
}
.zumar-pricing-plans .content {
  padding: 0;
}
.zumar-pricing-plans .toggle_switch .form-check-input {
  pointer-events: none;
}
.zumar-pricing-plans .border_shadow::after {
  position: absolute;
  content: "";
  left: 30px;
  bottom: -20px;
  width: calc(100% - 60px);
  height: 20px;
  border: 1px solid var(--color-main);
  border-top: 0;
}
.zumar-pricing-plans .recommended {
  background-color: #f4eadc;
}
.zumar-pricing-plans .recommended .card-head h5 .recommended_text {
  background: var(--color-main);
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.3rem;
}
.zumar-pricing-plans .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.zumar-pricing-plans .pop-info i.bttn-info {
  font-size: 16px;
  color: #999 !important;
  margin: 0 6px;
}
.zumar-pricing-plans .pop-info i.bttn-info:hover {
  color: var(--color-main);
}
.zumar-pricing-plans .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.zumar-pricing-plans .pop-info .hidden_content .title {
  color: var(--color-main);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.zumar-pricing-plans .pop-info .hidden_content .small {
  font-size: 12px;
  line-height: 1.2;
}
.zumar-pricing-plans .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}
.zumar-pricing-plans .tabs {
  text-align: center;
}
.zumar-pricing-plans .tabs .cont {
  display: inline-flex;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
}
.zumar-pricing-plans .tabs .cont .form-check {
  margin: 0;
  padding: 0;
}
.zumar-pricing-plans .tabs .cont .form-check .form-check-input {
  display: none;
}
.zumar-pricing-plans .tabs .cont .form-check .form-check-input:checked ~ .form-check-label {
  color: #000;
  border: 1px solid #999;
}
.zumar-pricing-plans .tabs .cont .form-check-label {
  color: #999;
  padding: 12px 40px;
  border: 1px solid transparent;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.zumar-pricing-plans .tabs .cont .form-check-label .dis {
  color: #fff;
  background-color: var(--color-main);
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #999;
  margin-inline-start: 20px;
  padding: 5px 10px;
  line-height: 1.5;
}
.zumar-pricing-plans .additional_features p {
  font-size: 18px !important;
  line-height: 1.7;
  font-weight: 500;
}
.zumar-pricing-plans .pricing-card {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
  position: relative;
}
.zumar-pricing-plans .pricing-card.popular-card {
  background-color: #f4eadc;
}
.zumar-pricing-plans .pricing-card .end_feat {
  opacity: 0.5;
}
.zumar-pricing-plans .pricing-card .card-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.zumar-pricing-plans .pricing-card .card-head h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.zumar-pricing-plans .pricing-card .card-head p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.zumar-pricing-plans .pricing-card .card-head h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2;
}
.zumar-pricing-plans .pricing-card .card-head small {
  font-size: 14px;
  color: #666;
}
.zumar-pricing-plans .pricing-card .btn-top {
  position: relative !important;
  bottom: 0 !important;
}
.zumar-pricing-plans .pricing-card .zumar-button {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #dee2e6;
  border-color: #212529;
  border-width: 1px;
}
.zumar-pricing-plans .pricing-card .zumar-button .butn {
  padding: 15px 40px;
  font-size: 18px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  width: 100%;
  background: var(--color-main);
}
.zumar-pricing-plans .pricing-card .zumar-button .butn .button_text_container {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.zumar-pricing-plans .pricing-card .card-body {
  padding: 30px 0 100px;
  position: relative;
  min-height: 330px;
}
.zumar-pricing-plans .pricing-card .card-body ul {
  padding-left: 0;
}
.zumar-pricing-plans .pricing-card .card-body li {
  align-items: baseline;
  font-size: 16px;
  color: #000;
}
.zumar-pricing-plans .pricing-card .card-body li i {
  color: #f24c4c;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .zumar-pricing-plans .tabs .cont .form-check-label {
    padding: 5px 10px;
    font-size: 12px;
  }
  .zumar-pricing-plans .tabs .cont .form-check-label .dis {
    margin-inline-start: 5px;
  }
}
/* ===============================================================
			[ *Team section ]
================================================================*/
.zumar-team {
  position: relative;
}
.zumar-team .border_hover {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.zumar-team .border_hover:hover {
  border-color: var(--color-main);
}
.zumar-team .flex__between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zumar-team .black-white .avatar img {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.zumar-team .black-white:hover .avatar img {
  filter: grayscale(0);
}
.zumar-team .dark_overlay .avatar {
  margin-bottom: 0 !important;
}
.zumar-team .dark_overlay:hover .info::before {
  opacity: 1;
}
.zumar-team .team_box {
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.zumar-team .team_box .special {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  background: var(--color-main);
  border-radius: 50rem;
  color: #212529;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}
.zumar-team .team_box .avatar {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px;
}
.zumar-team .team_box .avatar img {
  width: 230px;
  height: 230px;
  object-fit: cover;
}
.zumar-team .team_box .avatar .rate {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.zumar-team .team_box .avatar .rate .rate-perc {
  font-size: 12px;
  font-weight: 500;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: var(--color-main);
  color: #fff;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.zumar-team .team_box .avatar .rate .high-rate {
  background-color: #00c87a;
}
.zumar-team .team_box .avatar .rate .rate-num {
  font-size: 13px;
  font-weight: 500;
}
.zumar-team .team_box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.zumar-team .team_box .info h6 {
  cursor: pointer;
}
.zumar-team .team_box .info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--color-main);
  transition: all 0.3s ease;
  z-index: -1;
}
.zumar-team .team_box .info h6 {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.zumar-team .team_box .info .social_icons {
  margin-top: 10px;
}
.zumar-team .team_box .info .social_icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f2f7;
  color: #666;
  font-size: 18px;
}
.zumar-team .team_box .info .social_icons a:hover {
  background: var(--color-main);
  color: #fff;
}
.zumar-team .team_box .info .btm-inf {
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

/* ===============================================================
			[ *Teammate section ]
================================================================*/
.zumar-teammate {
  position: relative;
  overflow: hidden;
}
.zumar-teammate:hover .info {
  opacity: 1;
  transform: translateY(0);
}
.zumar-teammate .img {
  height: 35vw;
}
.zumar-teammate .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zumar-teammate .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease;
}
.zumar-teammate .info p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 10px;
}
.zumar-teammate .info h5 {
  font-size: 24px;
  text-transform: uppercase;
}
.zumar-teammate .info .socials {
  position: absolute;
  right: 30px;
  bottom: calc(100% - 27px);
}
.zumar-teammate .info .socials a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  transform: scale(0);
  opacity: 0;
}
.zumar-teammate .info .socials a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-teammate .info .socials a.show {
  transform: scale(1);
  opacity: 1;
}
.zumar-teammate .info .socials .plus-btn {
  transform: scale(1);
  opacity: 1;
}
.zumar-teammate .info .socials .plus-btn:hover {
  background-color: #222;
  color: #fff;
}
.zumar-teammate .info .socials .plus-btn.show i::before {
  content: "\f068";
}

@media screen and (max-width: 991px) {
  .zumar-teammate {
    margin-bottom: 30px;
    border: 1px solid rgba(153, 153, 153, 0.2);
  }
  .zumar-teammate .img {
    height: 500px;
  }
  .zumar-teammate .info {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================================================
			[ *Team Tabs section ]
================================================================*/
.zumar-team-tabs .nav-pills {
  justify-content: center;
}
.zumar-team-tabs .nav-pills .nav-item {
  list-style: none;
}
.zumar-team-tabs .nav-pills .tab-link {
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.zumar-team-tabs .nav-pills .tab-link.active {
  color: var(--color-main) !important;
  text-decoration: underline;
}
.zumar-team-tabs .team-card {
  margin-top: 50px;
  position: relative;
}
.zumar-team-tabs .team-card .img {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.zumar-team-tabs .team-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-team-tabs .team-card .info ul {
  margin-bottom: 30px;
  padding: 0;
}
.zumar-team-tabs .team-card .info ul li {
  display: flex;
  margin: 10px 0;
  color: #777;
}
.zumar-team-tabs .team-card .info .social-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-team-tabs .team-card .info .social-card:hover span {
  color: var(--color-main);
}
.zumar-team-tabs .team-card .info .social-card .social-links a {
  margin-inline-start: 20px;
  color: #999;
}
.zumar-team-tabs .team-card .info .social-card .social-links a:hover {
  color: #24252a;
}

@media screen and (max-width: 991px) {
  .zumar-team-tabs .nav-pills .tab-link {
    font-size: 12px;
    margin: 10px;
  }
}
/* ===============================================================
			[ *Team Slider section ]
================================================================*/
.zumar-team-slider {
  position: relative;
}
.zumar-team-slider .info {
  position: relative;
  z-index: 10;
}
.zumar-team-slider .info .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #000630;
  opacity: 0.08;
  top: 0;
  left: 0;
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.zumar-team-slider .info ul li {
  margin: 10px 0;
}
.zumar-team-slider .info ul li a {
  font-size: 18px;
  font-weight: bold;
}
.zumar-team-slider .info ul li a i {
  color: #999;
}
.zumar-team-slider .info ul li a:hover {
  text-decoration: underline;
}
.zumar-team-slider .info ul li a:hover i {
  color: var(--color-main);
}
.zumar-team-slider .team-card {
  position: relative;
}
.zumar-team-slider .team-card:hover .img .socail-icons {
  opacity: 1;
  visibility: visible;
}
.zumar-team-slider .team-card:hover .img .socail-icons .cont {
  transform: scaleX(1);
}
.zumar-team-slider .team-card .img {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.zumar-team-slider .team-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-team-slider .team-card .img .socail-icons {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 48, 0.8784313725);
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.zumar-team-slider .team-card .img .socail-icons .cont {
  transform: scaleX(2);
  transition: all 0.3s ease;
}
.zumar-team-slider .team-card .img .socail-icons .cont a {
  margin: 0 5px;
}
.zumar-team-slider .team-card .img .socail-icons .cont a:hover {
  color: var(--color-main);
}
.zumar-team-slider .team-card .inf {
  padding: 30px;
  background-color: #fff;
}
.zumar-team-slider .team-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.zumar-team-slider .team-slider .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
}
.zumar-team-slider .team-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-main);
}

@media screen and (max-width: 991px) {
  .zumar-team-slider .info {
    margin-bottom: 50px;
  }
}
/* ===============================================================
			[ *member section ]
================================================================*/
.zumar-member-card:hover .inf.style-1 {
  opacity: 1;
}
.zumar-member-card:hover .inf.style-1 h6,
.zumar-member-card:hover .inf.style-1 p {
  transform: translateY(0);
  opacity: 1;
}
.zumar-member-card:hover .inf.style-2 {
  left: 0;
  opacity: 1;
}
.zumar-member-card .img {
  height: 350px;
}
.zumar-member-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-member-card .inf.style-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 39, 51, 0.8980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-member-card .inf.style-1 h6 {
  font-size: 20px;
  font-weight: bold;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.zumar-member-card .inf.style-1 p {
  color: #e0c8b5;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.4s;
}
.zumar-member-card .inf.style-2 {
  position: absolute;
  left: -100px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  color: #fff;
  padding: 50px;
  opacity: 0;
  transition: all 0.4s ease;
}
.zumar-member-card .inf.style-2 .social-links {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.zumar-member-card .inf.style-2 .social-links a {
  margin-inline-end: 5px;
  font-size: 16px;
  color: #fff;
}
.zumar-member-card .inf.style-2 h6 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
.zumar-member-card .inf.style-2 p {
  color: #fff;
  margin-bottom: 0px;
}

/* ===============================================================
			[ *Post List section ]
================================================================*/
.zumar-post-list {
  position: relative;
}
.zumar-post-list .form-check-input {
  display: none;
  opacity: 0;
}
.zumar-post-list .author .me-20 {
  margin-inline-end: 20px;
}
.zumar-post-list .author .icon-50 {
  width: 50px;
  height: 50px;
}
.zumar-post-list .author .icon-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-post-list .row .card_container:last-child .separator {
  border-bottom: 0;
}
.zumar-post-list .before_dot {
  padding-left: 15px;
}
.zumar-post-list .before_dot::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.zumar-post-list .category-date {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
}
.zumar-post-list .category-date .tags .icon .icon-10 {
  width: 10px;
  height: 10px;
}
.zumar-post-list .card_container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.zumar-post-list .separator {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0 !important;
}
.zumar-post-list .separator .post-info {
  gap: 3px !important;
}
.zumar-post-list .display_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.zumar-post-list .display_row .post-info {
  margin-right: 25px;
  width: 30%;
}
.zumar-post-list .display_row .info {
  width: 100%;
}
.zumar-post-list .blog-card .more-btn {
  margin-top: 40px;
  padding-top: 20px;
  display: block;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  font-weight: bold;
}
.zumar-post-list .blog-card .more-btn:hover {
  color: var(--color-main);
  border-color: #000;
}
.zumar-post-list .blog-card .post-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.zumar-post-list .blog-card .post-info .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-main);
  border-radius: 30px;
  padding: 7px 15px;
  font-weight: bold;
}
.zumar-post-list .blog-card .post-info .tags .icon .icon-10 {
  width: 10px;
  height: 10px;
}
.zumar-post-list .blog-card .img {
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.zumar-post-list .blog-card .img .tags {
  position: absolute;
  top: 20px;
}
.zumar-post-list .blog-card .img .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-main);
  border-radius: 30px;
  padding: 6px 10px;
  font-weight: bold;
}
.zumar-post-list .blog-card .img .vid-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2666666667);
}
.zumar-post-list .blog-card .img .icon-60 {
  width: 60px;
  height: 60px;
}
.zumar-post-list .blog-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-post-list .blog-card .img .vid-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2666666667);
}
.zumar-post-list .blog-card .mt-10 {
  margin-top: 10px !important;
}
.zumar-post-list .blog-card .mb-15 {
  margin-bottom: 15px;
}
.zumar-post-list .blog-card .info {
  margin-top: 40px;
}
.zumar-post-list .blog-card .info .blog-card-title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.zumar-post-list .blog-card .info .text {
  font-size: 15px;
  margin-top: 15px;
  color: #000;
}
.zumar-post-list .blog-card .info .btm-inf {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .zumar-post-list .blog-card {
    margin-top: 50px;
  }
}
body.zumar-dark-mode .zumar-post-list .blog-card .info .blog-card-title {
  color: #fff;
}
body.zumar-dark-mode .zumar-post-list .blog-card .info .text {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-post-list .blog-card .info .blog-card-title {
    color: #fff;
  }
  body.zumar-auto-mode .zumar-post-list .blog-card .info .text {
    color: #fff;
  }
}
/* ===============================================================
			[ *Post section ]
================================================================*/
.row-reserve {
  flex-direction: row-reverse;
}

.zumar-card-flex .img {
  height: 100% !important;
  overflow: hidden;
  position: relative;
}
.zumar-card-flex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zumar-card-flex .info {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hide_br br {
    display: none;
  }
}
.zumar-card-blog {
  position: relative;
  overflow: hidden;
}
.zumar-card-blog .auther-content .author .icon-100 {
  width: 100px;
  height: 100px;
  display: block;
}
.zumar-card-blog .auther-content .author .icon-100 .cont small {
  font-size: 14px;
  color: #999;
}
.zumar-card-blog .auther-content .author .icon-100 .cont h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.zumar-card-blog .auther-content .social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
.zumar-card-blog .auther-content .social-links a i {
  color: #000;
}
.zumar-card-blog .main-post {
  position: relative;
  color: #fff;
}
.zumar-card-blog .main-post .img {
  height: 590px;
}
.zumar-card-blog .main-post .img_overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8274509804), transparent) !important;
}
.zumar-card-blog .main-post .info_overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent) !important;
}
.zumar-card-blog .main-post .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: none;
  height: auto;
  padding: 50px 60px;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.zumar-card-blog .main-post .info .cont {
  width: 100%;
}
.zumar-card-blog .main-post .info .before_dot {
  padding-left: 15px;
}
.zumar-card-blog .main-post .info .before_dot::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.zumar-card-blog .main-post .info .date {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.zumar-card-blog .main-post .info .date .icon-15 {
  width: 15px;
  height: 15px;
}
.zumar-card-blog .main-post .info .title {
  font-size: 36px;
  font-weight: 400;
}
.zumar-card-blog .sub-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}
.zumar-card-blog .sub-post .img {
  height: 260px;
}
.zumar-card-blog .sub-post .info {
  padding: 40px 0;
}
.zumar-card-blog .sub-post .info .before_dot {
  padding-left: 15px;
}
.zumar-card-blog .sub-post .info .before_dot::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.zumar-card-blog .sub-post .info .date {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.zumar-card-blog .sub-post .info .date .icon-15 {
  width: 15px;
  height: 15px;
}
.zumar-card-blog .sub-post .info .date a {
  margin: 0 5px;
}
.zumar-card-blog .sub-post .info .title {
  font-size: 24px;
}
.zumar-card-blog .img {
  height: 630px;
  overflow: hidden;
}
.zumar-card-blog .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zumar-card-blog .info {
  position: absolute;
  width: 50%;
}

.zumar-card-blog .info,
.zumar-card-flex .info {
  bottom: 0;
  left: 0;
  min-width: 310px;
  z-index: 5;
  background: var(--color-main);
  padding: 30px 20px 30px 30px;
  color: #fff;
}
.zumar-card-blog .info .tags-date .tag-link,
.zumar-card-flex .info .tags-date .tag-link {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: uppercase;
}
.zumar-card-blog .info .tags-date small,
.zumar-card-flex .info .tags-date small {
  color: #ccffff;
  margin-inline-start: 10px;
}
.zumar-card-blog .info .title,
.zumar-card-flex .info .title {
  font-size: 24px;
  margin-top: 15px;
}
.zumar-card-blog .info .text,
.zumar-card-flex .info .text {
  font-size: 16px;
  margin-top: 30px;
  color: #ccffff;
}

/* ===============================================================
			[ *Cool Slider section ]
================================================================*/
.zumar-cool-slider .show-card {
  color: #fff;
  text-align: center;
}
.zumar-cool-slider .show-card p {
  margin: 0 !important;
}
.zumar-cool-slider .show-card h3 {
  margin-top: 0 !important;
}
.zumar-cool-slider .show-card .img {
  position: relative;
  max-width: 800px;
  max-height: 800px;
  width: calc(100vh - 322px);
  height: calc(100vh - 322px);
  border-radius: 50%;
  margin: auto;
}
.zumar-cool-slider .show-card .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.zumar-cool-slider .show-card .img::before {
  position: absolute;
  content: "";
  left: 0%;
  top: 30%;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  transform: scale(0) translate(-320px, 100px);
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.zumar-cool-slider .show-card .img::after {
  position: absolute;
  content: "";
  right: 0%;
  bottom: 30%;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  transform: scale(0) translate(320px, -100px);
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.zumar-cool-slider .show-card .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.zumar-cool-slider .show-card .info {
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}
.zumar-cool-slider .swiper-slide-active .img::after, .zumar-cool-slider .swiper-slide-active .img::before {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.zumar-cool-slider .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .zumar-cool-slider {
    padding: 50px 0;
  }
  .zumar-cool-slider .show-card .img {
    max-width: 70vw;
    max-height: 70vw;
  }
}
/* ===============================================================
			[ *Vertical Slider section ]
================================================================*/
.zumar-vertical-slider .show-card .info {
  padding-top: 80px;
  position: relative;
  z-index: 50;
  opacity: 0;
  transform: translateY(-200px);
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.zumar-vertical-slider .show-card .info h1 {
  font-size: 110px;
  white-space: nowrap;
}
.zumar-vertical-slider .show-card .img {
  position: relative;
  z-index: 1;
  height: 650px;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.zumar-vertical-slider .swiper-container {
  height: calc(100vh - 220px);
  overflow: hidden;
}
.zumar-vertical-slider .swiper-container .swiper-slide {
  height: calc(100vh - 220px);
  overflow: hidden;
}
.zumar-vertical-slider .swiper-container .swiper-slide-active .info,
.zumar-vertical-slider .swiper-container .swiper-slide-active .img {
  opacity: 1;
  transform: translateY(0);
}
.zumar-vertical-slider .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 30px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.3s all ease;
}
.zumar-vertical-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  height: 40px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .zumar-vertical-slider .show-card .info h1 {
    font-size: 40px;
    white-space: pre-wrap;
    margin-bottom: 30px;
  }
  .zumar-vertical-slider br {
    display: none;
  }
}
/* ===============================================================
			[ *Event section ]
================================================================*/
.zumar-event-card {
  display: flex;
  align-items: center;
}
.zumar-event-card .me-20 {
  margin-inline-end: 20px;
}
.zumar-event-card .date {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin-inline-end: 30px;
  color: #fff;
  background-color: var(--color-main);
  flex-shrink: 0;
}
.zumar-event-card .date h2 {
  font-size: 34px;
  margin: 0;
}
.zumar-event-card .date p {
  font-size: 12px;
  margin: 0;
}
.zumar-event-card .inf {
  width: 100%;
}
.zumar-event-card .inf h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.zumar-event-card .arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 7px;
  color: var(--color-main);
  flex-shrink: 0;
}
.zumar-event-card .arrow:hover {
  background-color: var(--color-main);
  color: #fff;
}

/* ===============================================================
			[ *Workshops Carousel section ]
================================================================*/
.zumar-workshops-style .col-lg-10 {
  width: 100%;
}
.zumar-workshops-style .nav-pills {
  background-color: #f0eff7;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  padding: 0;
  width: max-content;
  margin: auto;
  margin-bottom: 80px;
}
.zumar-workshops-style .nav-pills .nav-item {
  list-style: none;
}
.zumar-workshops-style .nav-pills .nav-link {
  padding: 17px 40px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #999;
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
  font-weight: bold;
}
.zumar-workshops-style .nav-pills .nav-link.active {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.zumar-workshops-style .project-card .img {
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.zumar-workshops-style .project-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-workshops-style .project-card .img .time {
  position: absolute;
  left: 15px;
  line-height: 1.5;
  bottom: 15px;
  border-radius: 30px;
  background-color: #fff;
  padding: 8px 20px;
  color: #000;
  font-weight: 500;
}
.zumar-workshops-style .project-card .info {
  padding-top: 30px;
  line-height: 1.5;
}
.zumar-workshops-style .project-card .info .price {
  color: #000;
  font-weight: 500;
}
.zumar-workshops-style .project-card .info h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .zumar-workshops-style {
    overflow: hidden;
  }
  .zumar-workshops-style.pt-150 {
    padding-top: 50px !important;
  }
  .zumar-workshops-style.pb-150 {
    padding-bottom: 50px !important;
  }
  .zumar-workshops-style .fsz-70 {
    font-size: 40px !important;
  }
  .zumar-workshops-style .fsz-35 {
    font-size: 25px !important;
  }
  .zumar-workshops-style .nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 10px;
  }
}
/* ===============================================================
			[ *Works section ]
================================================================*/
.zumar-work-times {
  padding: 40px;
  background-color: #30498f;
  color: #fff;
  width: 360px;
}
.zumar-work-times .check-link {
  padding: 20px;
  text-align: center;
  background-color: #222;
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
}
.zumar-work-times .check-link:hover {
  background-color: var(--color-main);
}
.zumar-work-times .shap {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 40%;
}
.zumar-work-times ul {
  position: relative;
  z-index: 10;
  padding: 0;
}
.zumar-work-times ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.zumar-work-times ul li span {
  color: #acb9de;
}

@media screen and (max-width: 991px) {
  .zumar-work-times {
    width: 100%;
    position: relative;
  }
}
/* ===============================================================
			[ *Neon section ]
================================================================*/
.zumar-neon-text .hidden {
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
.zumar-neon-text .svgtext {
  flex: none;
  position: relative;
  left: -40%;
}
.zumar-neon-text .svgtext text {
  fill: #7779dc;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  word-spacing: 5px;
  letter-spacing: 1px;
  font-family: "Syne", sans-serif;
}

/* ===============================================================
			[ *Slideshow section ]
================================================================*/
.zumar-slideshow-style .container {
  z-index: 5;
  position: relative;
}
.zumar-slideshow-style .zumar-slideshow-slider {
  position: relative;
}
.zumar-slideshow-style .zumar-slideshow-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.zumar-slideshow-style .zumar-slideshow-slider .arrows {
  position: absolute;
  right: calc((100vw - 1330px) / 2);
  bottom: 120px;
  display: flex;
  align-items: center;
  width: max-content;
}
.zumar-slideshow-style .zumar-slideshow-slider .arrows::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e1e1d;
  left: 50%;
  top: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
}
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-next,
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-prev {
  position: static;
  width: 70px;
  height: 70px;
  background-color: #181818;
  color: #fff;
  margin: 0;
}
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-next::after,
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 100;
  transition: all 0.3s ease;
}
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-next:hover,
.zumar-slideshow-style .zumar-slideshow-slider .arrows .swiper-button-prev:hover {
  color: var(--color-main);
}
.zumar-slideshow-style .zumar-slideshow-slider .zumar-button-underlined .butn_underLine::before {
  z-index: -2 !important;
}
.zumar-slideshow-style .zumar-slideshow-slider .zumar-button-underlined .butn_underLine .line {
  z-index: -1 !important;
}
.zumar-slideshow-style .content {
  position: relative;
  padding: 260px 0 120px;
  color: #fff;
}
.zumar-slideshow-style .content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 250px;
}
.zumar-slideshow-style .content .img_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-slideshow-style .content h3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .zumar-slideshow-style {
    overflow: hidden;
  }
  .zumar-slideshow-style .container {
    margin-right: 0;
    margin-left: 0;
  }
  .zumar-slideshow-style .content {
    padding-top: 420px;
    background-size: cover;
  }
  .zumar-slideshow-style .content h1 {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .zumar-slideshow-style .content h1 br {
    display: none;
  }
  .zumar-slideshow-style .content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .zumar-slideshow-style .content h3 br {
    display: none;
  }
  .zumar-slideshow-style .zumar-slideshow-slider .arrows {
    right: 0;
  }
}
.zumar-slideshow-content-slider {
  position: relative;
}
.zumar-slideshow-content-slider .img-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.zumar-slideshow-content-slider .img-banner .img-back {
  height: 650px;
  overflow: hidden;
}
.zumar-slideshow-content-slider .img-banner .img-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-slideshow-content-slider .img-banner .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 100px 0;
}
.zumar-slideshow-content-slider .img-banner .info h2 {
  font-size: 55px;
  margin-bottom: 50px;
}
.zumar-slideshow-content-slider .img-banner .info .butn {
  padding: 1rem 1.5rem;
  border-radius: 5px;
  display: inline-block;
}
.zumar-slideshow-content-slider .img-banner .info .butn svg {
  width: 20px;
}
.zumar-slideshow-content-slider .img-banner .info .butn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.zumar-slideshow-content-slider .img-banner .info .butn:hover svg path {
  fill: #fff;
}
.zumar-slideshow-content-slider .img-banner .info .butn:hover * {
  color: #fff !important;
}
.zumar-slideshow-content-slider .arrows-num {
  background-color: #302d28;
  border-radius: 30px;
  padding: 5px 10px;
  position: absolute;
  z-index: 30;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zumar-slideshow-content-slider .arrows-num .swiper-next,
.zumar-slideshow-content-slider .arrows-num .swiper-prev {
  text-align: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
.zumar-slideshow-content-slider .arrows-num .swiper-next:hover,
.zumar-slideshow-content-slider .arrows-num .swiper-prev:hover {
  background-color: var(--color-secondary);
  color: #000;
}
.zumar-slideshow-content-slider .arrows-num .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  width: max-content;
  top: 0;
}
.zumar-slideshow-content-slider .arrows-num .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.zumar-slideshow-content-slider .arrows-num .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

.zumar-portfolios-slideshow-style .zumar-portfolios-slideshow-slider {
  position: relative;
}
.zumar-portfolios-slideshow-style .zumar-portfolios-slideshow-slider .swiper-slide .img-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-portfolios-slideshow-style .zumar-portfolios-slideshow-slider .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17191e;
  opacity: 0.5;
}
.zumar-portfolios-slideshow-style .zumar-portfolios-slideshow-slider .swiper-slide-active .head-content .info {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  opacity: 1;
  transform: scaleY(1);
}
.zumar-portfolios-slideshow-style .head-content {
  position: relative;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 10;
}
.zumar-portfolios-slideshow-style .head-content .lines {
  position: absolute;
  left: 16.5%;
  top: 0;
  width: 67%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.zumar-portfolios-slideshow-style .head-content .lines span {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.zumar-portfolios-slideshow-style .head-content .info {
  color: #fff;
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transform: scale(1.3);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 1.2s;
}
.zumar-portfolios-slideshow-style .head-content .info p {
  margin: 0 !important;
}
.zumar-portfolios-slideshow-style .head-content .info .top-info {
  padding: 40px 30px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.zumar-portfolios-slideshow-style .head-content .info .title {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 30px 50px;
}
.zumar-portfolios-slideshow-style .head-content .info .det-link {
  padding: 20px 30px;
  background-color: var(--color-main);
  display: block;
}
.zumar-portfolios-slideshow-style .head-content .info .det-link img {
  width: 15px;
  height: 15px;
}
.zumar-portfolios-slideshow-style .swiper-button-next,
.zumar-portfolios-slideshow-style .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  color: #fff;
  border-radius: 50%;
}
.zumar-portfolios-slideshow-style .swiper-button-next::after,
.zumar-portfolios-slideshow-style .swiper-button-prev::after {
  font-size: 13px;
}

/* ===============================================================
			[ *Gallery Carousel section ]
================================================================*/
/* --------------- zumar-gallery-carousel --------------- */
.zumar-gallery-carousel .slider {
  position: relative;
  padding-bottom: 70px;
}
.zumar-gallery-carousel .slider .swiper-slide:nth-of-type(even) {
  padding-top: 50px;
}
.zumar-gallery-carousel .arrows {
  position: relative;
  display: flex;
}
.zumar-gallery-carousel .arrows a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  text-align: center;
  background-color: #f6f1e4;
  margin-inline-end: 10px;
  font-size: 14px;
}
.zumar-gallery-carousel .arrows a:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.zumar-gallery-carousel .swiper-pagination {
  bottom: 0;
}
.zumar-gallery-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1333333333);
  opacity: 1;
}
.zumar-gallery-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
  width: 30px;
}
.zumar-gallery-carousel .gallery-card {
  position: relative;
  overflow: hidden;
}
.zumar-gallery-carousel .gallery-card:hover .img a {
  opacity: 1;
}
.zumar-gallery-carousel .gallery-card .img {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 15px;
}
.zumar-gallery-carousel .gallery-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-gallery-carousel .gallery-card .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 41, 106, 0.7960784314);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .zumar-gallery-carousel .gallery-card .img {
    height: 300px;
  }
  .zumar-gallery-carousel .slider .swiper-slide:nth-of-type(even) {
    padding-top: 0;
  }
}
/* ===============================================================
			[ *Slideshow section ]
================================================================*/
.elementor-section.zumar-header-absolute-on {
  position: absolute;
  z-index: 1200;
  width: 100%;
}

/* ===============================================================
			[ *Cool Swiper section ]
================================================================*/
.zumar-cool-swiper-style {
  position: relative;
}
.zumar-cool-swiper-style .show-card .info {
  padding-top: 40px;
  position: relative;
  z-index: 50;
  opacity: 0;
  transform: translateY(-200px);
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.zumar-cool-swiper-style .show-card .info h2 {
  margin-top: 0 !important;
}
.zumar-cool-swiper-style .show-card .info p {
  margin: 0;
}
.zumar-cool-swiper-style .show-card .info .mb-30 {
  margin-bottom: 30px;
}
.zumar-cool-swiper-style .show-card .info .btm-info .inf-card p {
  margin-bottom: 10px !important;
}
.zumar-cool-swiper-style .show-card .img {
  position: relative;
  z-index: 1;
  height: calc(100vh - 220px);
  max-height: 100vw;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
.zumar-cool-swiper-style .zumar-cool-swiper .swiper-container .swiper-slide-active .info,
.zumar-cool-swiper-style .zumar-cool-swiper .swiper-container .swiper-slide-active .img {
  opacity: 1;
  transform: translateY(0);
}
.zumar-cool-swiper-style .zumar-button .icon-20 {
  width: 20px;
  height: 20px;
}

/* --------------- responsive --------------- */
@media screen and (max-width: 991px) {
  .zumar-cool-swiper-style {
    padding-top: 0;
  }
}
/* ===============================================================
			[ *Slideshow Gallery section ]
================================================================*/
.zumar-gallery-slideshow .img {
  border-radius: 15px;
  overflow: hidden;
  height: 600px;
  max-height: 100vw;
}
.zumar-gallery-slideshow .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider {
  position: relative;
  padding-bottom: 60px;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-container {
  border-radius: 15px;
  overflow: hidden;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-next,
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  top: -30px;
  margin: 0;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-next::after,
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-prev::after {
  font-size: 18px;
  color: #000;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-next:hover,
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-prev:hover {
  background: var(--color-main);
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-next:hover::after,
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-next {
  border-radius: 0 10px 10px 0;
  right: calc(50% - 60px);
}
.zumar-gallery-slideshow .zumar-gallery-slideshow-slider .swiper-button-prev {
  border-radius: 10px 0 0 10px;
  left: calc(50% - 60px);
  right: auto;
}

/* ===============================================================
			[ * icon section ]
================================================================*/
.zumar-icon-box .zumar-icon-box-link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.zumar-icon-box .elementor-icon-box-icon .elementor-icon {
  padding: 0;
  height: 100%;
}
.zumar-icon-box .elementor-icon-box-title {
  margin-bottom: 0px;
}
.zumar-icon-box.position-left {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
}
.zumar-icon-box.position-left .elementor-icon-box-icon {
  display: flex;
  float: left;
}
.zumar-icon-box.position-right {
  text-align: right;
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex;
}
.zumar-icon-box.position-right .elementor-icon-box-icon {
  display: flex;
  float: right;
}
.zumar-icon-box .elementor-icon-box-icon[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
}
.zumar-icon-box p {
  margin-bottom: 0px;
}

.zumar-icon-box-vertical-align-middle .zumar-icon-box.elementor-icon-box-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zumar-icon-box-vertical-align-top .zumar-icon-box.elementor-icon-box-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zumar-icon-box-vertical-align-bottom .zumar-icon-box.elementor-icon-box-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zumar-icon .zumar-img-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zumar-icon .zumar-img-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-icon .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===============================================================
			[ * client section ]
================================================================*/
/*----------Client Style----------*/
.zumar-clients-carousel .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  height: 150px;
}
.zumar-clients-carousel .img.img-card {
  width: 19%;
}
.zumar-clients-carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* ===============================================================
			[ * Image section ]
================================================================*/
/* --------------------------------- Images ------------------------------ */
.zumar-image-animation-rotate {
  animation: rotate-center 100s linear infinite both;
}

.zumar-image-animation-wave {
  animation: wave 2s ease-in-out infinite alternate both;
}

.zumar-image-animation-slide-up-down {
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.zumar-image-animation-scale-up-down {
  -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
  animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}

.black_white img {
  filter: grayscale(1);
}

.zumar-image {
  display: flex !important;
}
.zumar-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.zumar-overlay-preview .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-main);
  opacity: 0;
  transition: all 0.5s ease;
}
.zumar-overlay-preview::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000630;
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-overlay-preview:hover .icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.zumar-overlay-preview:hover::after {
  opacity: 0.9;
}

body:not(.zumar-dark-mode) .zumar-light-mode-hide {
  display: none;
}

@media (prefers-color-scheme: light) {
  body.zumar-auto-mode .zumar-light-mode-hide {
    display: none;
  }
}
body.zumar-dark-mode .zumar-dark-mode-hide {
  display: none;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-dark-mode-hide {
    display: none;
  }
}
/* ===============================================================
			[ * Image section ]
================================================================*/
/* --------------------------------- Images ------------------------------ */
.zumar-spacer-animation-rotate {
  animation: rotate-center 100s linear infinite both;
}

.zumar-spacer-animation-wave {
  animation: wave 2s ease-in-out infinite alternate both;
}

.zumar-spacer-animation-slide-up-down {
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.zumar-spacer-animation-scale-up-down {
  -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
  animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}

/* ===============================================================
			[ * Fancy section ]
================================================================*/
/* ----------------------------------------------------------------
	  [ * Fancy Styles ]
-----------------------------------------------------------------*/
/* Fancy Style 1 */
.exp-img .img {
  width: 90%;
  height: 500px;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.exp-img .img:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}

.exp-img .img .since {
  position: absolute;
  right: 70px;
  top: 70px;
}

.exp-img .img .since span {
  display: block;
  color: #b19777;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.exp-img .img .since span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.exp-img .img .years {
  position: absolute;
  left: 70px;
  bottom: 70px;
}

.exp-img .img .years h2 {
  font-size: 140px;
  font-weight: 800;
  background: url(../img/exp.jpg) no-repeat;
  background-position: 18% 65%;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.exp-img .img .years h5 {
  color: #b19777;
  letter-spacing: 5px;
  font-size: 20px;
}

/* Fancy Style 2 */
.zumar-fancy.style-2 .img {
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}
.zumar-fancy.style-2 .img:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 400px;
  height: 400px;
  background-repeat: repeat;
  opacity: 1;
  z-index: 0;
}
.zumar-fancy.style-2 .img img {
  position: relative;
}
.zumar-fancy.style-2 .img .stauts {
  position: absolute;
  bottom: 50px;
  left: 20px;
  display: flex;
}
.zumar-fancy.style-2 .img .stauts .item {
  padding: 20px 30px;
  background: #272727;
  margin-right: 30px;
  position: relative;
}
.zumar-fancy.style-2 .img .stauts .item:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #f9f9f9;
}
.zumar-fancy.style-2 .img .stauts .item h4 {
  font-size: 45px;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.zumar-fancy.style-2 .img .stauts .item h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: -5px;
}
.zumar-fancy.style-2 .img .stauts .item h6 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}

.zumar-fancy.style-2 .img .stauts .item h4, .zumar-fancy.style-2 .img .stauts .item h6 {
  color: #fff;
}
.zumar-fancy.style-2 .img .stauts .item:first-of-type {
  background: #f9f9f9;
}
.zumar-fancy.style-2 .img .stauts .item:first-of-type h4, .zumar-fancy.style-2 .img .stauts .item:first-of-type h6 {
  color: #121a21;
}

body.zumar-dark-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type {
  background: #fff;
}
body.zumar-dark-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type h4, body.zumar-dark-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type h6 {
  color: #121a21;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type {
    background: #fff;
  }
  body.zumar-auto-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type h4, body.zumar-auto-mode .zumar-fancy.style-2 .img .stauts .item:first-of-type h6 {
    color: #121a21;
  }
}
.zumar-fancy.style-3 {
  position: relative;
}
.zumar-fancy.style-3 .hero-bg {
  width: 420px;
  height: 420px;
  background-attachment: fixed;
}
.zumar-fancy.style-3 .exp {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.9);
}
.zumar-fancy.style-3 .exp h2 {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-main);
  line-height: 1;
}
.zumar-fancy.style-3 .exp p {
  color: var(--color-main);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.zumar-dark-mode .zumar-fancy.style-3 .exp {
  background: rgba(35, 35, 35, 0.9);
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-fancy.style-3 .exp {
    background: rgba(35, 35, 35, 0.9);
  }
}
/* Fancy Style 4 */
.zumar-fancy.style-4 .img {
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}
.zumar-fancy.style-4 .img:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 400px;
  height: 400px;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: 0;
}
.zumar-fancy.style-4 .img img {
  position: relative;
}
.zumar-fancy.style-4 .img .stauts {
  position: absolute;
  bottom: 20px;
  left: 170px;
  display: flex;
}
.zumar-fancy.style-4 .img .stauts .item {
  padding: 20px;
  background: #272727;
  margin-right: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
}
.zumar-fancy.style-4 .img .stauts .item .progress-curve {
  position: static;
  width: 94px;
  height: 93px;
  border-radius: 10px;
  background-color: #141a26;
  display: flex;
  align-items: center;
  margin-right: 15px;
  overflow: hidden;
  padding: 10px;
  justify-content: center;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item {
  margin-bottom: 50px;
  width: 180px;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item:last-of-type {
  margin-bottom: 0;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: var(--color-main);
  transition: all 1.5s;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: -8px;
  top: -35px;
  padding: 4px 10px;
  border-radius: 5px;
  background: var(--color-main);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--color-main);
  position: absolute;
  right: -5px;
  bottom: 9px;
}
.zumar-fancy.style-4 .img .stauts .item h4 {
  font-size: 45px;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.zumar-fancy.style-4 .img .stauts .item h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: -5px;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-title {
  margin-top: 10px;
}
.zumar-fancy.style-4 .img .stauts .item .progress-bar-title h6 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}

.zumar-fancy.style-4 .img .stauts .item h4, .zumar-fancy.style-4 .img .stauts .item h6 {
  color: #fff;
}
.zumar-fancy.style-4 .img .stauts .item:first-of-type {
  background: #f9f9f9;
}
.zumar-fancy.style-4 .img .stauts .item:first-of-type h4, .zumar-fancy.style-4 .img .stauts .item:first-of-type h6 {
  color: #121a21;
}

body.zumar-dark-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type {
  background: #11141b;
}
body.zumar-dark-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type h4, body.zumar-dark-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type h6 {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type {
    background: #11141b;
  }
  body.zumar-auto-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type h4, body.zumar-auto-mode .zumar-fancy.style-4 .img .stauts .item:first-of-type h6 {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .zumar-fancy.style-4 .img {
    padding-left: 15px;
  }
  .zumar-fancy.style-4 .img .stauts {
    bottom: 5px;
    left: 20px;
  }
}
/* ===============================================================
			[ * Gradient section ]
================================================================*/
.zumar-social-share.share-box {
  float: unset;
  padding: 0;
  margin: 0;
}

.elementor-widget-social-icons .elementor-icon {
  display: inline-flex;
}

/* ===============================================================
			[ * Video Popup section ]
================================================================*/
.zumar-play-button {
  cursor: pointer;
  align-items: center;
}
.zumar-play-button .vid_btn {
  display: inherit;
  background-color: #FF4672;
  color: #000;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  font-size: 30px;
  filter: none;
  margin-left: 0px;
}
.zumar-play-button .vid_btn .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-play-button span {
  margin-left: 10px;
}
.zumar-play-button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.zumar-play-button .has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ===============================================================
			[ * Timing section ]
================================================================*/
.zumar-timing {
  display: inline-flex;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1333333333);
}
.zumar-timing .item {
  width: 100px;
  position: relative;
  text-align: center;
}
.zumar-timing .item::after {
  position: absolute;
  content: ":";
  right: 0;
  top: 0;
  font-size: 20px;
}
.zumar-timing .item:last-of-type::after {
  display: none;
}
.zumar-timing .item h2 {
  font-size: 30px;
  color: var(--color-main);
  display: block;
  margin: 0;
  font-weight: 500;
}
.zumar-timing .item small {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .zumar-timing .item {
    width: 60px;
  }
  .zumar-timing .item h2 {
    font-size: 14px;
  }
  .zumar-timing .item small {
    font-size: 8px;
  }
}
/* ===============================================================
			[ * Products section ]
================================================================*/
.zumar-product .top-filter {
  padding: 15px 0;
}
.zumar-product .top-filter .r-side .form-group {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.zumar-product .top-filter .r-side .form-group label {
  color: #999;
  flex-shrink: 0;
  margin-inline-end: 15px;
}
.zumar-product .top-filter .r-side .form-group .form-select {
  border: 0;
  background-color: #f0f4f8;
  font-size: 11px;
  min-height: 35px;
  border-radius: 12px;
}
.zumar-product .top-filter .r-side .grid-list-btns {
  display: flex;
  justify-content: flex-end;
}
.zumar-product .top-filter .r-side .grid-list-btns .bttn {
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4f8;
  color: #000;
  margin-inline-start: 10px;
  cursor: pointer;
}
.zumar-product .top-filter .r-side .grid-list-btns .bttn:hover, .zumar-product .top-filter .r-side .grid-list-btns .bttn.active {
  color: #fff;
  background-color: var(--color-blue5);
}
.zumar-product .products .tinv-wishlist {
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-block;
}
.zumar-product .products .tinv-wishlist .tinv-wishlist-clear {
  display: none;
}
.zumar-product .products .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
  display: block;
}
.zumar-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button {
  display: inline-block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}
.zumar-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  margin-right: 0;
}
.zumar-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: #f73312;
  border-color: #f73312;
}
.zumar-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text, .zumar-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
  display: none;
}
.zumar-product .products .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}
.zumar-product .products .product-card:hover {
  padding-bottom: 60px;
}
.zumar-product .products .product-card:hover .img img {
  transform: scale(0.8);
}
.zumar-product .products .product-card:hover .info {
  margin-top: -25px;
}
.zumar-product .products .product-card:hover .btn {
  transform: translateY(0);
  opacity: 1;
}
.zumar-product .products .product-card:hover .btn.added .button__added .added_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-product .products .product-card:hover .btn.loading .button__loader .loading_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-product .products .product-card .img {
  height: 130px;
}
.zumar-product .products .product-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  transform-origin: top;
}
.zumar-product .products .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  transition: all 0.4s ease;
}
.zumar-product .products .product-card .info .category {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.zumar-product .products .product-card .info .title {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.zumar-product .products .product-card .info .title a {
  color: #000;
}
.zumar-product .products .product-card .info .stars {
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}
.zumar-product .products .product-card .info .stars span {
  color: #ffba00;
}
.zumar-product .products .product-card .info .rev {
  color: #999;
  font-size: 9px;
}
.zumar-product .products .product-card .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #212529;
}
.zumar-product .products .product-card .price .price-sale {
  color: #f73312;
}
.zumar-product .products .product-card .price .old-price {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through !important;
  margin-inline-start: 5px;
}
.zumar-product .products .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  transform: translateY(70px);
  opacity: 0;
  border-radius: 50rem;
  line-height: 1.2;
  transition: all 0.4s ease;
}
.zumar-product .products .product-card .btn span {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.zumar-product .products .product-card .btn:hover {
  background-color: #000;
}
.zumar-product .products .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.zumar-product .products .product-card .label.new {
  background-color: #ffb500;
}
.zumar-product .products .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}
.zumar-product .products .product-card .label.sale-off.new-onsale {
  left: 55px;
}
.zumar-product .products .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.zumar-product .products .product-card .fav-btn.active {
  color: #f73312;
}
.zumar-product .products.list-view .card-width {
  width: 50%;
}
.zumar-product .products.list-view .product-card {
  display: flex;
}
.zumar-product .products.list-view .product-card .img {
  flex-shrink: 0;
  width: 35%;
  margin-right: 10px;
}
.zumar-product .products.list-view .product-card:hover {
  padding-top: 12px;
  padding-bottom: 35px;
}
.zumar-product .products.list-view .product-card:hover .img img {
  transform: scale(1);
}
.zumar-product .products.list-view .product-card:hover .info {
  margin-top: 25px;
}
.zumar-product .added_to_cart {
  display: none;
}
.zumar-product .btn .button__loader {
  display: none;
}
.zumar-product .btn .button__added {
  display: none;
}
.zumar-product .btn.loading {
  opacity: 1;
}
.zumar-product .btn.loading .button__loader {
  display: inline-block;
  animation: none;
}
.zumar-product .btn.loading .button__loader .loading_popup {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #ffb500;
  color: #fff;
  position: absolute;
  bottom: 260px;
  right: 0;
  border-radius: 4px;
}
.zumar-product .btn.loading .button__loader .loading_popup i {
  margin-left: 5px;
  animation: rotate-center 1.5s linear infinite both;
}
.zumar-product .btn.added {
  opacity: 1;
}
.zumar-product .btn.added .button__added {
  display: inline-block;
}
.zumar-product .btn.added .button__added .added_popup {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #157dfb;
  color: #fff;
  position: absolute;
  bottom: 260px;
  right: 0;
  border-radius: 4px;
  animation: hide_added 0s ease-in 3s forwards;
}
.zumar-product .btn.added .button__added .added_popup i {
  margin-left: 5px;
}
@keyframes hide_added {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hide_added {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.zumar-product .products-pagination {
  text-align: center;
}
.zumar-product .products-pagination .pagination {
  width: auto;
}
.zumar-product .products-pagination .pagination li {
  display: inline-grid;
  margin: 0;
}
.zumar-product .products-pagination .pagination li a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
  padding: 0;
}
.zumar-product .products-pagination .pagination li.active a {
  color: #fff;
  border-color: var(--color-blue5);
  background-color: var(--color-blue5);
}
.zumar-product .products-pagination a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  font-size: 11px;
  color: #666;
  padding: 3px 10px;
}

/* ===============================================================
			[ * Products Tabs section ]
================================================================*/
/* --------------- zumar-products-tabs --------------- */
.zumar-products-tabs li {
  list-style: none !important;
}
.zumar-products-tabs .nav-pills {
  margin-top: 40px;
  justify-content: center;
  margin-bottom: 10px;
}
.zumar-products-tabs .nav-pills .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  margin: 10px;
  padding: 12px 30px;
}
.zumar-products-tabs .nav-pills .nav-item .nav-link:hover, .zumar-products-tabs .nav-pills .nav-item .nav-link.active {
  background-color: var(--color-main);
  color: #fff !important;
}
.zumar-products-tabs .product-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.zumar-products-tabs .product-card .img {
  height: 310px;
  padding-bottom: 30px;
  position: relative;
}
.zumar-products-tabs .product-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zumar-products-tabs .product-card .img::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 30px;
  transform: translateX(-50%);
  background-color: var(--color-main);
}
.zumar-products-tabs .product-card .info {
  padding-top: 20px;
}
.zumar-products-tabs .product-card .info h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-main);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.zumar-products-tabs .product-card .info h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ===============================================================
			[ * Energy Products section ]
================================================================*/
/* --------------- products style34 --------------- */
.zumar-energy-products .product-card {
  text-align: center;
}
.zumar-energy-products .product-card .hover-main:hover {
  color: var(--color-main) !important;
}
.zumar-energy-products .product-card:hover .img .zumar-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.zumar-energy-products .product-card .img {
  position: relative;
  padding-top: 30px;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
.zumar-energy-products .product-card .img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
.zumar-energy-products .product-card .img .main-img {
  position: relative;
  z-index: 10;
  height: 300px;
  width: 100%;
  object-fit: contain;
}
.zumar-energy-products .product-card .img .price {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 15px;
}
.zumar-energy-products .product-card .img .price h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.zumar-energy-products .product-card .img .price small {
  font-size: 14px;
}
.zumar-energy-products .product-card .img .zumar-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%) scale(0.9);
  z-index: 20;
  opacity: 0;
  background-color: var(--color-main);
  width: max-content;
  transition: all 0.3s ease;
  outline: 1px solid #fff;
  outline-offset: -5px;
}
.zumar-energy-products .product-card .img .zumar-button:hover .butn {
  background-color: var(--color-secondary) !important;
}
.zumar-energy-products .product-card .info {
  margin-top: 50px;
}
.zumar-energy-products .product-card .info p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.zumar-energy-products .product-card .info h5 {
  font-size: 24px;
  font-weight: bold;
}

/* ===============================================================
			[ * Products Categories section ]
================================================================*/
.products-categories {
  text-transform: capitalize;
}
.products-categories .card-title {
  font-size: 15px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
}
.products-categories .form-check-label {
  cursor: pointer;
}
.products-categories .cat-link {
  color: #000;
  font-size: 11px;
  font-weight: 600;
}
.products-categories .category-checkRadio {
  padding: 0;
  line-height: 1;
}
.products-categories .category-checkRadio .form-check-input {
  display: none;
}
.products-categories .category-checkRadio .form-check-input:checked ~ .form-check-label {
  color: var(--color-blue5);
}
.products-categories .accordion .accordion-button {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
  box-shadow: none;
}
.products-categories .accordion .accordion-button::after {
  background-size: 0.8rem;
  background-position: center;
}
.products-categories .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue5);
}

/* ===============================================================
			[ * categories Categories section ]
================================================================*/
.zumar-categories .cat-item {
  position: relative;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.zumar-categories .cat-item:hover .img_back {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.zumar-categories .cat-item:hover h5 {
  transform: scale(0.5);
  opacity: 0;
  filter: blur(1px);
}
.zumar-categories .cat-item h5 {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0;
}
.zumar-categories .cat-item .img_back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #f4f3ee;
  z-index: 5;
  padding: 10px;
  transform: scale(1.5);
  opacity: 0;
  filter: blur(1px);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.zumar-categories .cat-item .img_back img {
  height: 100%;
  object-fit: cover;
}

.zumar-shop-categories-style .room-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.zumar-shop-categories-style .room-card .img {
  height: 450px;
  overflow: hidden;
}
.zumar-shop-categories-style .room-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-shop-categories-style .room-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}
.zumar-shop-categories-style .arrows .swiper-prev,
.zumar-shop-categories-style .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  background-color: #efeee8;
}
.zumar-shop-categories-style .arrows .swiper-prev i,
.zumar-shop-categories-style .arrows .swiper-next i {
  color: #000;
}
.zumar-shop-categories-style .arrows .swiper-prev:hover,
.zumar-shop-categories-style .arrows .swiper-next:hover {
  background-color: var(--color-main);
}

@media screen and (max-width: 991px) {
  .zumar-categories .cat-item {
    padding: 20px 5px;
    margin-bottom: 15px;
  }
  .zumar-categories .cat-item h5 {
    font-size: 14px;
  }
  .arrows {
    margin-bottom: 30px;
  }
}
/* ===============================================================
			[ * Products Price Filter section ]
================================================================*/
.zumar-products-filters .filter-card-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  margin-bottom: 20px;
}
.zumar-products-filters .filter-card-item.tags-filter.filter-card-scroll {
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}
.zumar-products-filters .form-check {
  padding-left: 24px;
}
.zumar-products-filters .form-check .form-check-input {
  float: left;
  margin-left: -18px;
}
.zumar-products-filters .form-check-input {
  width: 12px;
  height: 12px;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.zumar-products-filters .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.zumar-products-filters .category-checkBox {
  font-size: 11px;
  color: #666;
  text-transform: capitalize;
  line-height: 2;
}
.zumar-products-filters .form-check-input[type=checkbox] {
  border-radius: 0.25em;
  padding: 0;
}
.zumar-products-filters .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.zumar-products-filters .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.zumar-products-filters .sub-tilte {
  font-size: 11px;
  color: #000;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.zumar-products-filters .card-title {
  font-size: 15px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
}
.zumar-products-filters .card-title span {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.zumar-products-filters .card-title a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #212529;
}
.zumar-products-filters .slider-range-content .amount-input {
  display: flex;
  justify-content: space-between;
}
.zumar-products-filters .slider-range-content .amount-input .amount {
  width: 35%;
  margin-inline-end: 5%;
  border-radius: 7px;
  background-color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 6px 10px;
}
.zumar-products-filters .slider-range-content .amount-input .amount small {
  font-size: 10px;
  color: #999999;
  display: block;
  line-height: 2;
}
.zumar-products-filters .slider-range-content .amount-input .amount input {
  border: 0;
  width: 100%;
  line-height: 0;
  font-size: 12px;
  color: #000;
  background: #fff;
  padding: 1px 2px;
  display: block;
}
.zumar-products-filters .slider-range-content .amount-input button {
  width: 50px;
  height: 50px;
  background-color: var(--color-blue5);
  border: 0;
  color: #fff;
  border-radius: 7px;
  text-transform: capitalize;
}
.zumar-products-filters .slider-range-content .ui-slider-horizontal {
  margin-top: 25px;
  height: 6px;
  border: 0;
  background-color: #dfdfdf;
  border-radius: 3px;
  color: #333;
  position: relative;
  text-align: left;
}
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue5);
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-state-default,
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-button,
.zumar-products-filters .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover,
.zumar-products-filters .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  border: 0;
  background: var(--color-blue5);
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.zumar-products-filters .slider-range-content .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  top: -0.3em;
  margin-left: -0.6em;
}
.zumar-products-filters .products-search .search-group {
  position: relative;
  margin-bottom: 25px;
}
.zumar-products-filters .products-search .search-group input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-size: 11px;
  min-height: 40px;
  padding-inline-end: 20px;
}
.zumar-products-filters .products-search .search-group button {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 13px;
  border: 0;
  background: transparent;
}

/* ===============================================================
			[ * Products Price Filter section ]
================================================================*/
.zumar-single-product .woocommerce-breadcrumb {
  text-align: center;
  margin-bottom: 80px;
}
.zumar-single-product .woocommerce-breadcrumb a {
  margin: 0 6px;
}
.zumar-single-product.woocommerce div.product p.price ins {
  text-decoration: none;
}
.zumar-single-product.woocommerce div.product form.cart table.variations {
  border: none !important;
  padding: 5px 0 0 0 !important;
  border-top: 1px solid rgba(153, 153, 153, 0.2) !important;
  margin-top: 25px !important;
  box-shadow: none;
  display: block;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td {
  padding: 0;
  margin: 0;
  display: flex;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td .reset_variations {
  padding: 4px 18px;
  background: rgba(21, 125, 251, 0.6235294118);
  border-radius: 30px;
  margin-left: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td .reset_variations:hover {
  text-decoration: none;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item) {
  box-shadow: none;
  margin: 4px 16px 4px 0;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item):last-of-type {
  margin-right: 0;
}
.zumar-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item).selected {
  outline: 1px solid var(--color-blue5);
  padding: 2px;
}
.zumar-single-product.woocommerce div.product form.cart table.variations tr {
  padding: 20px 20px 20px 0 !important;
}
.zumar-single-product.woocommerce div.product form.cart table.variations tr th.label {
  color: #000;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 2.5;
  font-family: "Inter";
  text-transform: capitalize;
  padding: 15px 15px 0 0 !important;
}
.zumar-single-product.woocommerce div.product form.cart .variations_button {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2) !important;
}
.zumar-single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
  background: var(--color-blue5) !important;
  padding: 10px 30px;
  width: 40%;
  margin-right: 15px;
}
.zumar-single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
  background-color: #000 !important;
}
.zumar-single-product .woocommerce-variation-price {
  display: block;
  margin: 20px 0;
}
.zumar-single-product.woocommerce .quantity input[type=number] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: 10px 15px !important;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 100%;
  border-radius: 30px;
}
.zumar-single-product.woocommerce .quantity .quantity-nav {
  width: 86%;
  right: -10px;
}
.zumar-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  border: none;
  border-top: none;
  line-height: 39px;
  font-size: 25px;
}
.zumar-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down:hover {
  color: #000;
  background-color: transparent;
}
.zumar-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  border: none;
  border-top: none;
  line-height: 39px;
  font-size: 21px;
}
.zumar-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up:hover {
  color: #000;
  background-color: transparent;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinv-wishlist-clear {
  display: none;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
  display: block;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button {
  display: inline-block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
  margin: 0;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  margin-right: 0;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: #f73312;
  border-color: #f73312;
}
.zumar-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.zumar-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
  display: none;
}
.zumar-single-product.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  flex-flow: row-reverse;
  column-gap: 30px;
}
.zumar-single-product.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.zumar-single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
}
.zumar-single-product.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
}
.zumar-single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 80px;
  padding: 0;
  margin-bottom: 20px;
}
.zumar-single-product.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
}
.zumar-single-product.woocommerce div.product .summary.entry-summary .price {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}
.zumar-single-product.woocommerce div.product .summary.entry-summary .product_title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs {
  text-align: center;
  padding-top: 100px;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-bottom: 10px !important;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #666 !important;
  text-transform: capitalize;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  font-size: 25px;
  color: #666 !important;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000 !important;
  font-weight: bold !important;
}
.zumar-single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border-top: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-bottom: none;
  padding: 50px 8vw !important;
}
.zumar-single-product .related.products {
  text-align: center;
}
.zumar-single-product .related.products h2 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 35px;
}
.zumar-single-product .related.products .product {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}
.zumar-single-product .related.products .product:hover {
  padding-bottom: 60px;
}
.zumar-single-product .related.products .product:hover img {
  transform: scale(0.8);
}
.zumar-single-product .related.products .product:hover .woocommerce-loop-product__title {
  margin-top: -25px;
}
.zumar-single-product .related.products .product:hover .add_to_cart_button {
  transform: translateY(0);
  opacity: 1;
}
.zumar-single-product .related.products .product:hover .add_to_cart_button.added .button__added .added_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-single-product .related.products .product:hover .add_to_cart_button.loading .button__loader .loading_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-single-product .related.products .product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  transform-origin: top;
}
.zumar-single-product .related.products .product .woocommerce-loop-product__title {
  margin-top: 20px;
  min-height: 20px;
  transition: all 0.4s ease;
}
.zumar-single-product .related.products .product .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #212529;
}
.zumar-single-product .related.products .product .price ins {
  color: #f73312;
  font-weight: bold;
  text-decoration: none;
}
.zumar-single-product .related.products .product .price del {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through !important;
  margin-inline-start: 5px;
  font-weight: bold;
}
.zumar-single-product .related.products .product .add_to_cart_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  transform: translateY(70px);
  opacity: 0;
  transition: all 0.4s ease !important;
}
.zumar-single-product .related.products .product .add_to_cart_button span {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.zumar-single-product .related.products .product .add_to_cart_button:hover {
  background-color: #000;
}
.zumar-single-product .related.products .product .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.zumar-single-product .related.products .product .label.new {
  background-color: #ffb500;
}
.zumar-single-product .related.products .product .label.sale-off {
  background-color: #f73312;
  color: #fff;
}
.zumar-single-product .related.products .product .label.sale-off.new-onsale {
  left: 55px;
}
.zumar-single-product .related.products .product .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.zumar-single-product .related.products .product .fav-btn.active {
  color: #f73312;
}
.zumar-single-product .related.products .star-rating {
  margin: 10px auto;
}
.zumar-single-product .related.products .star-rating span {
  color: #ffba00;
}
.zumar-single-product.woocommerce ul.products li.product .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #212529;
}
.zumar-single-product.woocommerce ul.products li.product .button {
  background: var(--color-blue5) !important;
  padding: 10px 30px;
}
.zumar-single-product.woocommerce ul.products li.product .button:hover {
  background-color: #000 !important;
}
.zumar-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.zumar-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a {
  border: none;
}

/* ===============================================================
			[ * Products Carousel section ]
================================================================*/
.zumar-products-style .arrows .swiper-prev,
.zumar-products-style .arrows .swiper-next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  background-color: #efeee8;
}
.zumar-products-style .arrows .swiper-prev i,
.zumar-products-style .arrows .swiper-next i {
  color: #000;
}
.zumar-products-style .arrows .swiper-prev:hover,
.zumar-products-style .arrows .swiper-next:hover {
  background-color: var(--color-main);
}
.zumar-products-style .added_to_cart {
  display: none;
}
.zumar-products-style .product-card-style3 .br-right {
  border-right: 1px solid #999;
}
.zumar-products-style .product-card-style3 .img {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.zumar-products-style .product-card-style3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-products-style .product-card-style3 .img .btns a {
  color: #000;
  font-weight: 500;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button .button__loader {
  display: none;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button .button__added {
  display: none;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.loading {
  opacity: 1;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.loading .button__loader {
  display: inline-block;
  animation: none;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.loading .button__loader .loading_popup {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #ffb500;
  color: #fff;
  position: absolute;
  bottom: 260px;
  right: 0;
  border-radius: 4px;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.loading .button__loader .loading_popup i {
  margin-left: 5px;
  animation: rotate-center 1.5s linear infinite both;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.added {
  opacity: 1;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.added .button__added {
  display: inline-block;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.added .button__added .added_popup {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #157dfb;
  color: #fff;
  position: absolute;
  bottom: 260px;
  right: 0;
  border-radius: 4px;
  animation: hide_added 0s ease-in 3s forwards;
}
.zumar-products-style .product-card-style3 .img .btns .add_to_cart_button.added .button__added .added_popup i {
  margin-left: 5px;
}
@keyframes hide_added {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hide_added {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.zumar-products-style .product-card-style3 .img:hover .btns {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
.zumar-products-style .product-card-style3 .img:hover .btns.added .button__added .added_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-products-style .product-card-style3 .img:hover .btns.loading .button__loader .loading_popup {
  bottom: 215px;
  transition: all 0.4s ease;
}
.zumar-products-style .product-card-style3 .img .fav-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: #ccc;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.zumar-products-style .product-card-style3 .img .fav-btn.active {
  color: red;
}
.zumar-products-style .product-card-style3 .img .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(100%) scale(0);
  transition: all 0.4s ease;
}
.zumar-products-style .product-card-style3 .img .btns a {
  width: calc(50% - 5px);
  padding: 15px 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
}
.zumar-products-style .product-card-style3 .img .btns a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-products-style .product-card-style3 .img .l-bttn {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.zumar-products-style .product-card-style3 .info {
  padding: 30px 0px;
}
.zumar-products-style .product-card-style3 .info h5 {
  margin-top: 15px;
}
.zumar-products-style .zumar-products-slider {
  position: relative;
  padding-bottom: 50px;
}
.zumar-products-style .zumar-products-slider .card_right_space {
  margin-right: 0;
}
.zumar-products-style .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #cdd0d5;
  padding: 7px 20px;
  border-radius: 30px;
  width: max-content;
}
.zumar-products-style .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.zumar-products-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/* ===============================================================
			[ * Courses Carousel section ]
================================================================*/
.zumar-courses-carousel {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.zumar-courses-carousel li {
  list-style: none;
}
.zumar-courses-carousel .courses-content {
  max-width: 1330px;
}
.zumar-courses-carousel .courses-features {
  padding: 70px 0;
}
.zumar-courses-carousel .courses-features .features-card {
  display: flex;
  align-items: center;
}
.zumar-courses-carousel .courses-features .features-card .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 20px;
  margin-inline-end: 15px;
  background-color: var(--color-main);
}
.zumar-courses-carousel .courses-content .main-tabs {
  margin-bottom: 30px;
}
.zumar-courses-carousel .courses-content .main-tabs .nav-link {
  font-size: 26px;
  color: #666;
  font-weight: 400;
  margin-inline-end: 20px;
  background: transparent;
}
.zumar-courses-carousel .courses-content .main-tabs .nav-link.active {
  font-weight: bold;
  color: #000;
}
.zumar-courses-carousel .courses-content .sub-tabs {
  margin-bottom: 50px;
}
.zumar-courses-carousel .courses-content .sub-tabs .nav-link {
  font-size: 14px;
  color: #000;
  margin-inline-end: 10px;
  background: #fff;
  padding: 7px 15px;
  border-radius: 7px;
  border: 1px solid #999;
  font-weight: bold;
}
.zumar-courses-carousel .courses-content .sub-tabs .nav-link.active {
  background-color: var(--color-main);
  color: #fff;
}
.zumar-courses-carousel .courses-cards .course-card:hover .info {
  padding-bottom: 80px;
  background-color: #f9f6f2;
}
.zumar-courses-carousel .courses-cards .course-card:hover .info .zumar-button {
  bottom: 30px;
  opacity: 1;
}
.zumar-courses-carousel .courses-cards .course-card .img {
  height: 200px;
  border: 1px solid #999;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.zumar-courses-carousel .courses-cards .course-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-courses-carousel .courses-cards .course-card .img .fav-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  color: #999;
  z-index: 10;
}
.zumar-courses-carousel .courses-cards .course-card .img .fav-btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  cursor: pointer;
}
.zumar-courses-carousel .courses-cards .course-card .img .fav-btn input:checked ~ label {
  color: var(--color-main);
}
.zumar-courses-carousel .courses-cards .course-card .img .new-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #00c87a;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  padding: 3px 15px;
  border-radius: 30px;
  z-index: 10;
  text-transform: capitalize;
}
.zumar-courses-carousel .courses-cards .course-card .info {
  border: 1px solid #999;
  border-radius: 15px;
  padding: 30px 20px 0 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.zumar-courses-carousel .courses-cards .course-card .info .course-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zumar-courses-carousel .courses-cards .course-card .info .rate {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.zumar-courses-carousel .courses-cards .course-card .info .rate .rate-perc {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
  background-color: var(--color-main);
  color: #fff;
  margin-inline-end: 5px;
}
.zumar-courses-carousel .courses-cards .course-card .info .rate .rate-num {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.zumar-courses-carousel .courses-cards .course-card .info .rate .high-rate {
  background-color: #00c87a;
}
.zumar-courses-carousel .courses-cards .course-card .info .rate .stars {
  color: #00c87a;
  margin-inline-end: 5px;
}
.zumar-courses-carousel .courses-cards .course-card .info .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.zumar-courses-carousel .courses-cards .course-card .info .foot-info {
  border-top: 1px solid #999;
}
.zumar-courses-carousel .courses-cards .course-card .info .foot-info .top-inf {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}
.zumar-courses-carousel .courses-cards .course-card .info .zumar-button {
  position: absolute;
  left: 20px;
  bottom: -50px;
  width: calc(100% - 40px);
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 50px;
  border: 1px solid #212529;
}
.zumar-courses-carousel .courses-cards .course-card .info .zumar-button .zumar-button-circle {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.zumar-courses-carousel .courses-cards .course-card .info .zumar-button .butn {
  background: var(--color-main);
  padding: 8px 40px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
}
.zumar-courses-carousel .courses-cards .course-card .info .zumar-button .butn .button_text_container {
  font-size: 16px;
  text-transform: capitalize;
}
.zumar-courses-carousel .courses-slider5 {
  position: relative;
  padding-bottom: 40px;
}
.zumar-courses-carousel .courses-slider5 .swiper-button-next,
.zumar-courses-carousel .courses-slider5 .swiper-button-prev {
  top: 250px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.zumar-courses-carousel .courses-slider5 .swiper-button-next::after,
.zumar-courses-carousel .courses-slider5 .swiper-button-prev::after {
  font-size: 20px;
  color: #999;
}
.zumar-courses-carousel .courses-slider5 .swiper-button-next:hover,
.zumar-courses-carousel .courses-slider5 .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.zumar-courses-carousel .courses-slider5 .swiper-button-next:hover::after,
.zumar-courses-carousel .courses-slider5 .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-courses-carousel .courses-slider5 .swiper-button-prev,
.zumar-courses-carousel .courses-slider5 .swiper-container-rtl .swiper-button-next {
  left: -85px;
}
.zumar-courses-carousel .courses-slider5 .swiper-button-next,
.zumar-courses-carousel .courses-slider5 .swiper-container-rtl .swiper-button-prev {
  right: -85px;
}
.zumar-courses-carousel .courses-slider5 .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0;
}
.zumar-courses-carousel .courses-slider5 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.zumar-courses-carousel .courses-slider5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

@media screen and (max-width: 991px) {
  .zumar-courses-carousel .courses-content {
    padding: 50px 0;
  }
  .zumar-courses-carousel .courses-content .main-tabs .nav-link {
    font-size: 17px;
    font-weight: bold;
    padding: 0;
  }
  .zumar-courses-carousel .courses-content .sub-tabs .nav-link {
    margin: 5px;
  }
}
/* ===============================================================
			[ * Product Categories section ]
================================================================*/
.zumar-product-categories {
  position: relative;
}
.zumar-product-categories h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
}
.zumar-product-categories h2 small {
  font-size: 14px;
  margin-left: 40px;
}
.zumar-product-categories .cat-card {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px 20px;
  border: 1px solid transparent;
}
.zumar-product-categories .cat-card:hover {
  border: 1px solid #999;
}
.zumar-product-categories .cat-card:hover h6 {
  color: var(--color-main);
  text-decoration: underline;
}
.zumar-product-categories .cat-card .icon {
  height: 110px;
  margin-bottom: 30px;
}
.zumar-product-categories .cat-card h6 {
  font-weight: bold;
  font-size: 16px;
}
.zumar-product-categories .swiper-button-next, .zumar-product-categories .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 45px;
  transition: all 0.3s ease;
  background-color: #fff;
  top: -100px;
  margin: 0;
}
.zumar-product-categories .swiper-button-next::after, .zumar-product-categories .swiper-button-prev::after {
  font-size: 14px;
  color: #999;
}
.zumar-product-categories .swiper-button-next:hover, .zumar-product-categories .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.zumar-product-categories .swiper-button-next:hover::after, .zumar-product-categories .swiper-button-prev:hover::after {
  color: #fff;
}
.zumar-product-categories .swiper-button-prev, .zumar-product-categories .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 60px;
}
.zumar-product-categories .swiper-button-next, .zumar-product-categories .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.zumar-product-categories .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 0;
}
.zumar-product-categories .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.zumar-product-categories .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

@media screen and (max-width: 991px) {
  .zumar-product-categories .content {
    padding: 0;
  }
  .zumar-product-categories h2 .ms-40 {
    margin-inline-start: 0 !important;
  }
  .zumar-product-categories .features-content {
    padding-top: 50px;
  }
}
/* ===============================================================
			[ * Tabs section ]
================================================================*/
/* --------------- choose-us style-9 --------------- */
.zumar-tabs .nav {
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.zumar-tabs .nav .nav-item {
  list-style: none;
}
.zumar-tabs .nav .nav-link {
  color: var(--color-main);
  font-weight: bold;
  text-transform: capitalize;
  padding: 20px 15px;
  border-radius: 0;
}
.zumar-tabs .nav .nav-link img, .zumar-tabs .nav .nav-link svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-inline-end: 20px;
  fill: var(--color-main);
}
.zumar-tabs .nav .nav-link i {
  font-size: 30px;
  color: var(--color-main);
}
.zumar-tabs .nav .nav-link.active {
  background: transparent;
  border-bottom: 1px solid var(--color-main);
}
.zumar-tabs .nav.style-2 {
  padding: 15px;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  justify-content: space-around;
}
.zumar-tabs .nav.style-2 .nav-item .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  background: transparent;
  padding: 0;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.zumar-tabs .nav.style-2 .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: rgba(153, 153, 153, 0.6);
}
.zumar-tabs .nav.style-2 .nav-item .nav-link.active {
  color: var(--color-main);
  border: none;
}
.zumar-tabs .subtitle {
  margin-bottom: 0px;
}
.zumar-tabs .feat-content {
  padding-top: 40px;
  position: relative;
}
.zumar-tabs .feat-content .img {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.zumar-tabs .feat-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-tabs .feat-content .info .icon {
  width: 80px;
  margin-bottom: 20px;
}
.zumar-tabs .feat-content .info h2 {
  font-size: 30px;
  color: var(--color-main);
  margin-bottom: 15px;
}
.zumar-tabs .feat-content .info p {
  font-size: 16px;
  color: #666;
}
.zumar-tabs .feat-content .play_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-main);
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.zumar-tabs .feat-content .tab-button {
  padding: 10px 25px;
  background: var(--color-main);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-secondary);
  box-shadow: 0px 4px 0px 0px var(--color-secondary);
  -webkit-filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
  filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
  font-size: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
  font-weight: 700;
  color: #fff;
}
.zumar-tabs .feat-content .inf p {
  margin-bottom: 0px;
  color: #999;
  font-size: 14px;
}
.zumar-tabs .feat-content .inf a {
  color: #000;
  font-weight: 700;
}

/* ===============================================================
			[ * Toggle Tabs section ]
================================================================*/
.zumar-toggle-tabs .section_title h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.zumar-toggle-tabs p {
  margin-bottom: 0;
}
.zumar-toggle-tabs .approach-tabs .nav-link {
  padding: 45px 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
.zumar-toggle-tabs .approach-tabs .nav-link .circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 510px;
  height: calc(100% + 40px);
  max-width: unset;
  max-height: unset;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .zumar-toggle-tabs .approach-tabs .nav-link .circle-shape {
    width: 100%;
  }
}
.zumar-toggle-tabs .approach-tabs .nav-link .tab-title {
  font-size: 36px;
  font-weight: 100;
  color: #000;
}
.zumar-toggle-tabs .approach-tabs .nav-link.active .circle-shape {
  opacity: 1;
  z-index: 10;
}
.zumar-toggle-tabs .approach-tabs .nav-link.active .tab-title {
  font-weight: bold;
}
.zumar-toggle-tabs .info .tab-content {
  padding: 30px 0;
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-header {
  margin-top: 0;
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-button::after {
  background: transparent;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-main);
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f067";
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-body {
  padding: 20px 0;
}
.zumar-toggle-tabs .info .tab-content .accordion .accordion-item .accordion-body p {
  font-weight: 500;
}

/* ===============================================================
			[ * Breadcrumbs section ]
================================================================*/
.zumar-breadcrumbs .path a {
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
}
.zumar-breadcrumbs .path .active {
  color: var(--color-main);
  font-weight: 700;
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}

/* ===============================================================
			[ * Gellery section ]
================================================================*/
/* --------------- gallery style --------------- */
.zumar-preview-gallery .img {
  position: relative;
  display: block;
  height: 480px;
  overflow: hidden;
}
.zumar-preview-gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-preview-gallery .img:hover::after {
  opacity: 0.9;
}
.zumar-preview-gallery .img:hover .icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.zumar-preview-gallery .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000630;
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-preview-gallery .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-main);
  opacity: 0;
  transition: all 0.5s ease;
}

/* ===============================================================
			[ * Gellery Slider section ]
================================================================*/
.zumar-gallery-slider {
  position: relative;
}
.zumar-gallery-slider .th-600 {
  height: 600px;
}
.zumar-gallery-slider .img {
  position: relative;
  overflow: hidden;
}
.zumar-gallery-slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-gallery-slider .img .play-btn {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-main);
  z-index: 2;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.zumar-gallery-slider .swiper-pagination {
  position: absolute;
  width: 10px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: max-content;
}
.zumar-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  height: 25px;
  width: 4px;
  margin: 2px;
  border-radius: 5px;
  background-color: #b9b3b3;
}
.zumar-gallery-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 35px;
  background-color: var(--color-main);
}

/* ===============================================================
			[ * Mega Menu ]
================================================================*/
/* Multi Column Menu */
.navigation li.mega-menu {
  position: initial;
}

.navigation li.mega-menu li.menu-item-has-children > a:after {
  display: none;
}

.header-wrapper .menu-wrapper ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
  padding: 0 5px;
  padding-bottom: 10px;
  width: max-content;
}

.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #fff;
  color: #071041;
}

.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu {
  background-color: #fff !important;
  padding: 20px 0;
  width: -webkit-calc(100vw - 60px) !important;
  width: calc(100vw - 60px) !important;
  display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
  width: 25%;
  display: block;
  float: left;
  margin: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li:first-child {
  border: none;
}

.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu {
  width: 50vw !important;
  left: calc(100vw - 75%);
  display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu > li {
  width: 50%;
}

.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu {
  width: 660px !important;
  width: 75vw !important;
  left: calc(100vw - 87.5%);
  display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu > li {
  width: 33.33%;
}

.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  border: none;
  box-shadow: none;
  display: block !important;
  background: initial;
}

.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 600;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu li:after {
  content: "";
}

.header-wrapper .menu-wrapper ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}

/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}

.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}

.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}

/* ===============================================================
			[ * Menu ]
================================================================*/
/*----------Menu widgte Style----------*/
.zumar-nav.default .menu-wrapper ul li ul {
  background: #fff;
}
.zumar-nav.default .menu-item.sfHover > a:before {
  display: none;
}
.zumar-nav.default .slide-up > .menu-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zumar-nav.default .slide-up > .menu-item.sfHover > a:before {
  display: none;
}
.zumar-nav.default .slide-up > .menu-item.current-menu-ancestor {
  border-bottom: 2px solid var(--color-lightBlue);
}
.zumar-nav.default .slide-up > .menu-item.current-menu-ancestor::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zumar-nav.default .menu-item-desc {
  position: absolute;
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  top: 14px;
  text-transform: uppercase;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #dc3545;
  line-height: 1.7;
  display: inline-block;
  font-weight: 600;
  margin-left: 3px;
}
.zumar-nav.default .navigation li.current_page_item > a {
  color: #000000;
}
.zumar-nav.default li.menu-item-has-children > a:after {
  color: #333;
}
.zumar-nav.default .pages_links {
  height: calc(100vh - 280px);
  overflow: auto;
}
.zumar-nav.default .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.zumar-nav.default .pages_links::-webkit-scrollbar-thumb {
  background: #8169f1;
  -webkit-border-radius: 0;
  border-radius: 10px;
}
.zumar-nav.default .pages_links::-webkit-scrollbar-corner {
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.zumar-nav.default .pages_links li {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  display: block;
}
.zumar-nav.default .pages_links li a {
  color: #222;
  font-size: calc(14px + 1.5vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
  padding: 0px;
  display: inline-block;
}
.zumar-nav.default .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #8169f1;
  transition: all 0.3s ease-in-out;
}
.zumar-nav.default .pages_links li a:hover, .zumar-nav.default .pages_links li a.current-menu-item {
  color: #8169f1;
}
.zumar-nav.default .pages_links li a:hover::after, .zumar-nav.default .pages_links li a.current-menu-item::after {
  width: 50px;
}
.zumar-nav.default .pages_links li.current-menu-item a {
  color: #8169f1;
}
.zumar-nav.default .pages_links li.current-menu-item a::after {
  width: 50px;
}
.zumar-nav.default .pages_links ul li {
  transition: all 1s ease;
}
.zumar-nav.default .pages_links ul li:nth-of-type(1) {
  transition-delay: 0.3s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(2) {
  transition-delay: 0.4s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(3) {
  transition-delay: 0.5s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(5) {
  transition-delay: 0.7s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(6) {
  transition-delay: 0.8s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(7) {
  transition-delay: 0.9s;
}
.zumar-nav.default .pages_links ul li:nth-of-type(8) {
  transition-delay: 1s;
}

.zumar-nav.side-menu {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 85px;
  width: calc(50vw - 9px);
  height: 915px;
  min-height: max-content;
  background-color: var(--color-main);
  padding: 100px 70px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.4s;
}
.zumar-nav.side-menu.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.zumar-nav.side-menu .mobile-wrapper {
  display: none !important;
}
.zumar-nav.side-menu .main-menu {
  display: block !important;
}
.zumar-nav.side-menu .side_shape {
  position: absolute;
  right: 0;
  top: -50%;
  transform: translateY(calc(50vw - 9px));
  width: 40%;
}
.zumar-nav.side-menu .menu-item.menu-item-has-children {
  width: max-content;
  display: block;
}
.zumar-nav.side-menu .menu-item.menu-item-has-children > a:after {
  display: none;
}
.zumar-nav.side-menu .menu {
  margin-bottom: 175px;
}
.zumar-nav.side-menu .menu .menu-item {
  display: block;
}
.zumar-nav.side-menu .menu .menu-item a {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.zumar-nav.side-menu .menu .menu-item.current_page_item a {
  color: #000;
}
.zumar-nav.side-menu .menu .menu-item .sub-menu {
  margin-bottom: 20px;
  position: relative;
  display: none;
  background: none;
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  left: 0;
}
.zumar-nav.side-menu .menu .menu-item .sub-menu a {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0;
  position: relative;
  padding: 0;
  font-weight: 500;
}
.zumar-nav.side-menu .menu .menu-item .sub-menu a::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.zumar-nav.side-menu .menu .menu-item .sub-menu a:hover {
  padding-left: 20px;
  color: #000;
}
.zumar-nav.side-menu .menu .menu-item .sub-menu a:hover::before {
  left: 0;
  opacity: 1;
}
.zumar-nav.side-menu .social_links a {
  font-size: 24px;
  margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
  display: inline-block;
}
.zumar-nav.side-menu .social_links a svg {
  width: 24px;
  height: 24px;
  color: #000;
}
.zumar-nav.side-menu .social_links a:hover {
  border-color: #000;
}

.zumar-side-menu-btn {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  color: #000;
  display: inline-block;
}
.zumar-side-menu-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.zumar-side-menu-btn:hover {
  background-color: #000;
  color: #fff;
}
.zumar-side-menu-btn .cls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.zumar-side-menu-btn.active {
  background-color: transparent;
  color: #000;
}
.zumar-side-menu-btn.active .cls {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.zumar-side-menu-overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 85px;
  width: calc(50vw - 9px);
  height: 915px;
  background-color: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
}
.zumar-side-menu-overlay.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.zumar-side-menu-overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 85px;
  width: calc(50vw - 9px);
  height: 915px;
  background-color: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.7s;
}
.zumar-side-menu-overlay2.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.1s;
}

@media screen and (max-width: 991px) {
  .side_menu_style4,
  .side_menu4_overlay2,
  .side_menu4_overlay {
    width: 100%;
    top: 325px;
    padding: 50px 30px;
    height: max-content;
  }
  .side_menu_style4 .main_links {
    margin-bottom: 50px;
  }
  .side_menu_style4 .main_links .main_link {
    font-size: 25px;
  }
}
.side-panel.open .zumar-nav .pages_links li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.zumar-menu.style-3 .hamenu .menu-links .main-menu > li .link,
.zumar-menu.style-3 .menu-icon .text,
.zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #0c0f16;
}
.zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li,
.zumar-menu.style-3 .hamenu .menu-links {
  color: #11141B;
}

body.zumar-dark-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu > li .link,
body.zumar-dark-mode .zumar-menu.style-3 .menu-icon .text,
body.zumar-dark-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
}
body.zumar-dark-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
}

@media (prefers-color-scheme: dark) {
  body.zumar-auto-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu > li .link,
  body.zumar-auto-mode .zumar-menu.style-3 .menu-icon .text,
  body.zumar-auto-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
    color: #fff;
  }
  body.zumar-auto-mode .zumar-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
    color: #eee;
  }
}
/* ===============================================================
			[ * Menu Tabs ]
================================================================*/
/* --------------- tc-foodMenu-style36 --------------- */
.zumar-menu-tabs .nav-pills {
  margin-bottom: 15px;
  justify-content: center;
}
.zumar-menu-tabs .nav-pills .nav-item {
  list-style: none;
}
.zumar-menu-tabs .nav-pills .nav-item .nav-link {
  margin: 0 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  background: transparent;
  color: #fff;
}
.zumar-menu-tabs .nav-pills .nav-item .nav-link.active {
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .zumar-menu-tabs .nav-pills .nav-item .nav-link {
    padding: 10px 20px;
  }
}
.zumar-menu-tabs .menu-body .menu-card {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 35px;
}
.zumar-menu-tabs .menu-body .menu-card .img {
  width: 85px;
  height: 85px;
  margin-inline-end: 30px;
  flex-shrink: 0;
}
.zumar-menu-tabs .menu-body .menu-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zumar-menu-tabs .menu-body .menu-card .inf {
  width: 100%;
}
.zumar-menu-tabs .menu-body .menu-card .inf .title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
.zumar-menu-tabs .menu-body .menu-card .inf .title h6 {
  padding-inline-end: 40px;
  font-size: 20px;
  flex-shrink: 0;
  margin: 0;
}
.zumar-menu-tabs .menu-body .menu-card .inf .title .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.zumar-menu-tabs .menu-body .menu-card .inf p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.zumar-menu-tabs .menu-body .menu-card .inf p span {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .zumar-menu-tabs .nav-pills .nav-link {
    font-size: 11px;
    padding: 10px 20px;
    margin: 0 5px;
  }
}
/* ===============================================================
			[ * Blockquote ]
================================================================*/
/*-------------------------------------  Blockquote Element Style  -----------------------------------------*/
.zumar-blockquote {
  border: initial;
  background: initial;
  box-shadow: initial;
  border-top: 2px solid #000;
  border-radius: 0;
  font-style: normal;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.zumar-blockquote::before {
  display: none;
}
.zumar-blockquote .twitter-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.zumar-blockquote .twitter-header .twitter-user {
  display: flex;
  align-items: center;
}
.zumar-blockquote .twitter-header .twitter-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 14px;
  overflow: hidden;
  object-fit: cover;
}
.zumar-blockquote .twitter-header .twitter-user .tweet-user-info cite {
  display: block;
  line-height: 1;
  font-style: normal;
  color: #000;
  font-weight: 500;
}
.zumar-blockquote .twitter-header .twitter-user .tweet-user-info small {
  font-size: 12px;
  display: inline-block;
  color: #999;
}
.zumar-blockquote .twitter-header .twitter-button a {
  font-size: 25px;
  color: #00ccff;
}
.zumar-blockquote .twitter-content {
  margin-top: 30px;
}
.zumar-blockquote .twitter-content p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

/* ===============================================================
			[ * Blockquote ]
================================================================*/
.zumar-3d-cube .stage {
  width: 130px;
  height: 130px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective: 1000px;
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.zumar-3d-cube .rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotate2 10s infinite linear;
  transform-style: preserve-3d;
  animation: rotate2 10s infinite linear;
}
.zumar-3d-cube figure {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
}
.zumar-3d-cube .cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.zumar-3d-cube figure {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.zumar-3d-cube .front {
  -webkit-transform: translateZ(65px);
  transform: translateZ(65px);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.zumar-3d-cube .back {
  -webkit-transform: rotateY(180deg) translateZ(65px);
  transform: rotateY(180deg) translateZ(65px);
  background-image: linear-gradient(45deg, #ffe500, #2bc366);
}
.zumar-3d-cube .top {
  -webkit-transform: rotateX(90deg) translateZ(65px);
  transform: rotateX(90deg) translateZ(65px);
  background-image: linear-gradient(-45deg, #ffe500, #2bc366);
}
.zumar-3d-cube .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(65px);
  transform: rotateX(-90deg) translateZ(65px);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
.zumar-3d-cube .left {
  -webkit-transform: rotateY(-90deg) translateZ(65px);
  transform: rotateY(-90deg) translateZ(65px);
  background-image: linear-gradient(-45deg, #ffe500, #0dc0e6);
}
.zumar-3d-cube .right {
  -webkit-transform: rotateY(90deg) translateZ(65px);
  transform: rotateY(90deg) translateZ(65px);
  background-image: linear-gradient(45deg, #ffe500, #0dc0e6);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
.zumar-3d-cube .cube {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}

/* ===============================================================
			[ * Responsive section  ]
================================================================*/
@media (max-width: 1199px) {
  .container {
    display: inherit;
  }
  .other-portfolio .port-item,
  .port-gallery-body .port-item {
    width: 50%;
    float: left;
    font-size: 50px;
  }
  .zumar-gallery .col-md-6.port-item {
    float: left;
    width: 50%;
  }
  .dflex {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .zumar-projects-carousel .info {
    padding: 30px 0 0 0;
  }
  .zumar-info-box-carousel.hover-cards {
    position: relative;
  }
  .zumar-info-box-carousel.hover-cards .swiper-slide {
    width: 470px !important;
  }
  .zumar-careers .swiper-button-next, .zumar-careers .swiper-button-prev {
    top: calc(100% - 60px);
  }
  .zumar-tabs .nav.style-1 .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .zumar-tabs .nav.style-1 .nav-item .nav-link {
    width: 100%;
    text-align: start;
  }
  .zumar-slider-tabs-portfolio {
    position: relative;
  }
  .zumar-slider-tabs-portfolio .swiper-slide {
    width: 475px !important;
    margin-top: 50px;
  }
  .zumar-team .team_box_hover .avatar .social_icons a {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1;
  }
  .zumar-post-list .card .img {
    height: 150px;
    margin-bottom: 5px;
  }
  .zumar-post-list-carousel .blog_slider .swiper-button-prev,
  .zumar-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
    position: static;
    margin-top: 40px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .zumar-post-list-carousel .blog_slider .swiper-button-next,
  .zumar-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
    position: static;
    margin-top: 40px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .zumar-header.style-5 {
    z-index: -1;
  }
  .zumar-header.style-5 .capt h1 {
    font-size: 45px;
  }
  .zumar-showcase.style-6 .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .zumar-contact-shortcode span.cell-phone, .zumar-contact-shortcode span.your-email, .zumar-contact-shortcode span.your-name {
    width: 100%;
  }
  .zumar-showcase.style-5 .controls {
    top: 100px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .zumar-portfolio.style-9 .gallery .items {
    padding: 0 10px;
    margin: 10px 0;
  }
  .zumar-fancy.style-3 .hero-bg {
    margin-bottom: 50px;
  }
  .zumar-slider.style-11 .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .zumar-slider.style-11 .parallax-slider .caption p {
    margin-left: 0;
  }
  .zumar-slider.style-11 .parallax-slider .explore {
    margin-left: 0;
    margin-top: 50px;
  }
  .portfolio.style-5 .zumar-gallery .items {
    padding: 0 10px;
    margin: 10px 0;
  }
  .zumar-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .zumar-portfolio.style-8 .gallery .items {
    padding: 0 10px;
    margin: 10px 0;
  }
  .zumar-testimonial.style-4 .container-fluid, .zumar-testimonial.style-5 .container-fluid {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .zumar-testimonial.style-4 .item, .zumar-testimonial.style-5 .item {
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .zumar-testimonial.style-4 .swiper-container, .zumar-testimonial.style-5 .swiper-container {
    padding: 0;
  }
  .zumar-testim-2 {
    margin-bottom: 120px;
  }
  .slider-title,
  .hero-title {
    font-size: 40px;
  }
  .slider-style-3 .slider-title {
    font-size: 40px;
  }
  .cell-left-border {
    border: none;
  }
  .content-title,
  .table-content h3 {
    font-size: 30px;
  }
  .container-fluid {
    max-width: 100%;
  }
  .top-slider {
    letter-spacing: 6px;
    font-size: 18px;
  }
  .blog-post-list [class^=col-md-] {
    width: 100%;
  }
  .slider-text,
  .slider-line {
    display: none !important;
  }
  .port-item {
    width: 50%;
  }
  .table-cell-box,
  .box-30,
  .box-70,
  .single-port-table .table-cell-box {
    width: 100%;
    display: block;
  }
  .top-logo {
    display: block;
    width: 50%;
    float: left;
  }
  .blog-list .blog-col-inner {
    display: flex;
    flex-direction: column;
  }
  .order2 {
    order: 2;
    -webkit-order: 2;
  }
  .blog-list .excerpt-box,
  .blog-list .txt-lft {
    margin: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .zumar-portfolio-carousel .portfolio_slider .swiper-button-prev,
  .zumar-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .zumar-portfolio-carousel .portfolio_slider .swiper-button-next,
  .zumar-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
  .zumar-post-list.style-7 .item.full-img-size {
    display: block;
  }
  .zumar-post-list.style-7 .item.full-img-size .cont {
    padding-left: 15px;
  }
  .zumar-post-list.style-7 .item.full-img-size .img {
    margin-bottom: 50px;
    width: 100%;
  }
  .zumar-showcase.style-6 .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .zumar-showcase.style-6 .parallax-slider .caption .discover {
    width: 120px;
    height: 120px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }
  .zumar-portfolio.style-9 .gallery .items .cont h5 {
    font-size: 18px;
  }
  .zumar-slider.style-11 .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .zumar-slider.style-11 .swiper-slide-active .caption h1 {
    font-size: 30px;
  }
  .zumar-post-list.style-8 .item .content .title h4 a {
    font-size: 20px;
  }
  .zumar-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
    font-size: 30px;
  }
  .zumar-header.style-6 .sec-head h3 {
    font-size: 30px;
  }
  .zumar-header.style-6 .sec-head h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .zumar-testimonial.style-4 .item p, .zumar-testimonial.style-5 .item p {
    font-size: 17px;
  }
  .pagi-nav-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .zumar-fancy.style-2 .img {
    padding: 0;
  }
  .admin-bar .is-sticky .stuck-nav,
  .admin-bar .custom-absolute-menu,
  .admin-bar .custom-fixed-menu,
  .admin-bar .abs-header {
    margin-top: 46px;
  }
  .slider-content {
    max-width: 78%;
  }
  .content-title,
  .table-content h3,
  .hero-title {
    font-size: 28px;
  }
  .box-with-icon .fa {
    position: relative;
  }
  .box-with-icon .icon-title,
  .box-with-icon .icon-subtitle {
    padding-left: 0;
  }
  .comment-form-email,
  .comment-form-author,
  .comment-form-url {
    width: 100%;
    padding-right: 0;
  }
  .slider-style-2 .slider-title {
    font-size: 30px;
  }
  .slider-style-2 .slider-title {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .btn-relative {
    margin-right: 0;
  }
  span.your-name,
  span.your-email,
  span.cell-phone,
  span.subject {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  span.wpcf7-form-control-wrap.your-message {
    padding-right: 10px;
  }
  .dsc-bottom-style1 p,
  .dsc-bottom-style-2 p,
  .dsc-bottom-style-3 p {
    margin-left: 0;
  }
  .port-filter {
    border: none;
  }
  .port-filter a {
    padding: 8px 10px;
  }
  .entry-title {
    font-size: 24px;
  }
  .error-title {
    font-size: 40px;
    padding: 10px 40px;
  }
  .post-style-3 .entry-header {
    padding: 120px 30px;
  }
  .post-style-3 .entry-header .entry-title {
    font-size: 25px;
  }
  .img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
    background: none;
    border: none;
    padding: 4px 12px;
    color: var(--color-main);
    margin-top: 10px;
  }
  .tags-bottom,
  .sharebox {
    width: 100%;
    margin-left: 0;
  }
  .share-box {
    float: left;
  }
  .sidebar .theiaStickySidebar {
    padding-left: 0;
  }
  .post.sticky {
    padding: 30px 30px 0 30px;
  }
  .post.sticky .spc-60 {
    height: 25px;
  }
  .mouse-cursor {
    display: none;
  }
}
@media (max-width: 600px) {
  .port-item,
  .other-portfolio .port-item,
  .port-gallery-body .port-item {
    width: 100%;
    float: none;
  }
  .zumar-gallery .col-md-6.port-item {
    float: none;
    width: 100%;
  }
  .other-portfolio .port-item .dbox-relative p {
    font-size: 18px;
    margin-top: 10px;
    color: #eee;
  }
  .cell-line {
    display: none;
  }
  .slider-title,
  .hero-title {
    font-size: 36px;
  }
  .slider-style-3 .slider-title {
    font-size: 35px;
  }
  .slider-style-3 .slider-subtitle {
    font-size: 18px;
    color: #fff;
    background: transparent;
  }
  .slider-box {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .page-head-slider .slider-box {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .admin-bar .is-sticky .stuck-nav,
  .admin-bar .custom-fixed-menu {
    margin-top: 0;
  }
  .top-slider {
    letter-spacing: 4px;
    font-size: 15px;
  }
  .nav-box .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 600px) {
  .wp-block-coblocks-pricing-table-item {
    background: rgba(140, 140, 151, 0.1);
  }
}
@media screen and (min-width: 991px) {
  .zumar-info-box-carousel.carousel .continued-slide .swiper-wrapper .swiper-slide {
    width: 370px !important;
  }
}
@media (max-width: 480px) {
  .zumar-showcase.style-6 .dots {
    display: none;
  }
  .zumar-portfolio.style-9 .gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }
  .zumar-post-list.style-8 .controls {
    display: none;
  }
  .blog-style-three .blog-link-img {
    width: 100%;
    display: block;
    min-height: 300px;
  }
  .blog-style-three .excerpt-box {
    width: 100%;
    display: block;
  }
  #related_posts .col-sm-4 {
    width: 100%;
  }
  .zumar-fancy.style-2 .img .stauts {
    display: none;
  }
  .zumar-header.style-6 .sec-head h3 {
    font-size: 20px;
  }
  .portfolio.style-5 .zumar-gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }
  .info-box.style-4 {
    display: block;
  }
  .info-box.style-4 .cont {
    padding-left: 0;
  }
  .zumar-post-list.style-7 .item {
    display: block;
  }
  .zumar-post-list.style-7 .item .cont {
    padding-left: 0;
    margin-top: 30px;
  }
  .zumar-post-list.style-7 .item .img {
    width: 100%;
  }
  .zumar-post-list.style-7 .item .img img {
    max-width: 100%;
  }
  .zumar-testimonial.style-4 .item, .zumar-testimonial.style-5 .item {
    display: block;
    padding: 60px 30px;
  }
  .zumar-testimonial.style-4 .item p, .zumar-testimonial.style-5 .item p {
    margin-left: 0;
    padding-left: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .zumar-testimonial.style-4 .item .info, .zumar-testimonial.style-5 .item .info {
    min-width: auto;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .zumar-testimonial.style-4 .item .info .img, .zumar-testimonial.style-5 .item .info .img {
    margin: auto;
  }
  .zumar-post-list.style-8 .item .content {
    padding: 30px 15px;
  }
  .zumar-fancy.style-3 .hero-bg {
    width: 290px;
    height: 290px;
  }
  .zumar-fancy.style-3 .exp {
    width: 230px;
    height: 230px;
  }
  .zumar-fancy.style-3 .exp h2 {
    font-size: 100px;
  }
  .zumar-showcase.style-5 .controls {
    top: 30px;
    right: 30px;
  }
  .zumar-showcase.style-5 .swiper-slide .cont h4 {
    font-size: 25px;
  }
  .zumar-post-list.style-9 .item {
    margin-bottom: 50px;
  }
  .zumar-post-list.style-9 .item h5 {
    font-size: 20px;
  }
}
/* ===============================================================
			[   The End   ]
================================================================*//*# sourceMappingURL=style.css.map */