/*
Theme Name: Geekfolio     
Theme URI: http://themeforest.net/user/themescamp/portfolio
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Geekfolio is a Modern Creative & Portfolio WordPress Theme for agencies to show their works.
Version: 1.0.7     
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html    
Text Domain: geekfolio 
Domain Path: /lang   
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images, app, software, IT solution
*/
/* -----------------------------------------------------------
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: #501E9C;
    --color-primary: #8169F1;
    --color-secondary: #A44CEE;
    --color-ternary: #FF847F;
    --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;
    right: 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-right: 0;
  }
  
  .pl-5 {
    padding-right: 5px;
  }
  
  .pl-10 {
    padding-right: 10px;
  }
  
  .pl-15 {
    padding-right: 15px;
  }
  
  .pl-20 {
    padding-right: 20px;
  }
  
  .pl-25 {
    padding-right: 25px;
  }
  
  .pl-30 {
    padding-right: 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-right: auto;
    margin-left: auto;
    float: initial;
  }
  
  /*-------------------[ Effect classes]------------------------------*/
  .geekfolio-effect-01 {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    opacity: 0.3;
  }
  
  .geekfolio-effect-02 {
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.3;
  }
  
  .geekfolio-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 ] ====================== */
  .geekfolio-fadinup-split span {
    opacity: 0;
    position: relative;
    display: inline-block;
  }
  
  .geekfolio-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;
  }
  
  /**/
  .geekfolio-effect-1:after {
    content: "";
    width: 8%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .geekfolio-effect-3:after {
    content: "";
    width: 8%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .geekfolio-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.geekfolio-auto-mode {
      color: #c8c8c8;
      background-color: #0C0F16;
    }
    body.geekfolio-auto-mode h1, body.geekfolio-auto-mode h2, body.geekfolio-auto-mode h3, body.geekfolio-auto-mode h4, body.geekfolio-auto-mode h5, body.geekfolio-auto-mode h6, body.geekfolio-auto-mode .fn.comment-author .url, body.geekfolio-auto-mode .pagination li a:hover, body.geekfolio-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
    body.geekfolio-auto-mode .geekfolio-text-mode1 {
      color: #fff;
    }
    body.geekfolio-auto-mode .error-text, body.geekfolio-auto-mode .fn.comment-author, body.geekfolio-auto-mode .geekfolio-text-mode2 {
      color: #ccc;
    }
    body.geekfolio-auto-mode .blog-wrapper, body.geekfolio-auto-mode form textarea, body.geekfolio-auto-mode input, body.geekfolio-auto-mode .page-content-wrapper {
      background: #0C0F16;
    }
    body.geekfolio-auto-mode .gray-bg, body.geekfolio-auto-mode .geekfolio-section-mode2, body.geekfolio-auto-mode .tags-bottom a, body.geekfolio-auto-mode blockquote {
      background: #11141B;
    }
    body.geekfolio-auto-mode .geekfolio-section-mode5 {
      background-color: #101010;
    }
    body.geekfolio-auto-mode .geekfolio-section-mode3 {
      background: linear-gradient(-200deg, #141518 50%, #111215 50%);
    }
    body.geekfolio-auto-mode .comment-body, body.geekfolio-auto-mode .related-inner {
      background: #121a23;
    }
    body.geekfolio-auto-mode .swork-line {
      background: #fff;
    }
    body.geekfolio-auto-mode .comment-reply-link, body.geekfolio-auto-mode .pagination > li > a, body.geekfolio-auto-mode .pagination > li > span, body.geekfolio-auto-mode .geekfolio-section-mode1 {
      background-color: #0c0f16;
    }
    body.geekfolio-auto-mode .widget_categories ul li.cat-item span, body.geekfolio-auto-mode .share-box a {
      background-color: #11141B;
    }
    body.geekfolio-auto-mode .geekfolio-section-mode3 {
      background-color: #121a23;
    }
    body.geekfolio-auto-mode .border-post, body.geekfolio-auto-mode .searchform input[type=search], body.geekfolio-auto-mode form textarea, body.geekfolio-auto-mode input, body.geekfolio-auto-mode .img-pagi, body.geekfolio-auto-mode .comment-form-comment:before,
    body.geekfolio-auto-mode .comment-meta .comment-edit-link, body.geekfolio-auto-mode .post.sticky, body.geekfolio-auto-mode .sidebar .recent-posts-widget:not(:last-child), body.geekfolio-auto-mode .tagcloud a,
    body.geekfolio-auto-mode .post-bottom {
      border-color: #333;
    }
    body.geekfolio-auto-mode .custom-logo .custom-logo-dark, body.geekfolio-auto-mode .geekfolio-logo-dark {
      display: none;
    }
    body.geekfolio-auto-mode .custom-logo .custom-logo-light, body.geekfolio-auto-mode .geekfolio-logo-light {
      display: initial;
    }
    body.geekfolio-auto-mode .header.white-header {
      background: #11141b;
      box-shadow: 0 0 5px 0 #333;
    }
    body.geekfolio-auto-mode .header.white-header .navigation li a, body.geekfolio-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.geekfolio-auto-mode .custom-absolute-menu .cart-contents:before {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header .cart-contents:before {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
      display: initial;
    }
    body.geekfolio-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
      display: none;
    }
    body.geekfolio-auto-mode .header.not-custom-menu .logo-d-mode {
      display: none;
    }
    body.geekfolio-auto-mode .header.not-custom-menu .logo-d-mode {
      display: initial;
    }
    body.geekfolio-auto-mode .header.not-custom-menu .logo-l-mode {
      display: none;
    }
    body.geekfolio-auto-mode .header .is-sticky .stuck-nav {
      background: #11141b;
      box-shadow: 0 0 5px 0 #333;
    }
    body.geekfolio-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header .search-icon-header a i {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header .header-icon li a {
      color: #e2dcdc;
    }
    body.geekfolio-auto-mode .header .menu-wrapper ul li ul {
      background: #23282d;
    }
    body.geekfolio-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
      color: #bfbaba;
    }
    body.geekfolio-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
      background-color: #23282d !important;
    }
    body.geekfolio-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
      color: #bfbaba;
      font-weight: 400;
    }
    body.geekfolio-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
      color: #fff;
    }
    body.geekfolio-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
      color: #fff;
    }
    body.geekfolio-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.geekfolio-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
    body.geekfolio-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
      background-color: #fff;
    }
    body.geekfolio-auto-mode .fat-nav {
      background: #23282d;
    }
    body.geekfolio-auto-mode .fat-nav li a {
      color: #bfbaba;
    }
    body.geekfolio-auto-mode .fat-nav li > a {
      border-color: rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .hamburger.active .hamburger__icon {
      background-color: transparent;
    }
    body.geekfolio-auto-mode .hamburger.active .hamburger__icon:before, body.geekfolio-auto-mode .hamburger.active .hamburger__icon:after {
      background-color: #fff;
    }
    body.geekfolio-auto-mode .white-header .hamburger__icon, body.geekfolio-auto-mode .white-header .hamburger__icon::before, body.geekfolio-auto-mode .white-header .hamburger__icon::after {
      background: #b1abab;
    }
    body.geekfolio-auto-mode .post-list.style-4 .blog-col-inner {
      background: #151921;
    }
    body.geekfolio-auto-mode .post-list.style-4 .pagination > li > a, body.geekfolio-auto-mode .post-list.style-4 .pagination > li > span {
      border-color: #666;
    }
    body.geekfolio-auto-mode .post-list.style-4 .pagination > .active > a {
      border-color: #fff;
    }
    body.geekfolio-auto-mode .elementor-social-icon svg {
      fill: #FFF;
    }
    body.geekfolio-auto-mode .elementor-social-icon i {
      color: #fff;
    }
  }
  body.geekfolio-dark-mode {
    color: #c8c8c8;
    background-color: #0C0F16;
  }
  body.geekfolio-dark-mode h1, body.geekfolio-dark-mode h2, body.geekfolio-dark-mode h3, body.geekfolio-dark-mode h4, body.geekfolio-dark-mode h5, body.geekfolio-dark-mode h6, body.geekfolio-dark-mode .fn.comment-author .url, body.geekfolio-dark-mode .pagination li a:hover, body.geekfolio-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
  body.geekfolio-dark-mode .geekfolio-text-mode1 {
    color: #fff;
  }
  body.geekfolio-dark-mode .error-text, body.geekfolio-dark-mode .fn.comment-author, body.geekfolio-dark-mode .geekfolio-text-mode2 {
    color: #ccc;
  }
  body.geekfolio-dark-mode .blog-wrapper, body.geekfolio-dark-mode form textarea, body.geekfolio-dark-mode input, body.geekfolio-dark-mode .page-content-wrapper {
    background: #0C0F16;
  }
  body.geekfolio-dark-mode .gray-bg, body.geekfolio-dark-mode .geekfolio-section-mode2, body.geekfolio-dark-mode .tags-bottom a, body.geekfolio-dark-mode blockquote {
    background: #11141B;
  }
  body.geekfolio-dark-mode .geekfolio-section-mode5 {
    background-color: #101010;
  }
  body.geekfolio-dark-mode .geekfolio-section-mode3 {
    background: linear-gradient(-200deg, #141518 50%, #111215 50%);
  }
  body.geekfolio-dark-mode .comment-body, body.geekfolio-dark-mode .related-inner {
    background: #121a23;
  }
  body.geekfolio-dark-mode .swork-line {
    background: #fff;
  }
  body.geekfolio-dark-mode .comment-reply-link, body.geekfolio-dark-mode .pagination > li > a, body.geekfolio-dark-mode .pagination > li > span, body.geekfolio-dark-mode .geekfolio-section-mode1 {
    background-color: #0c0f16;
  }
  body.geekfolio-dark-mode .widget_categories ul li.cat-item span, body.geekfolio-dark-mode .share-box a {
    background-color: #11141B;
  }
  body.geekfolio-dark-mode .geekfolio-section-mode3 {
    background-color: #121a23;
  }
  body.geekfolio-dark-mode .border-post, body.geekfolio-dark-mode .searchform input[type=search], body.geekfolio-dark-mode form textarea, body.geekfolio-dark-mode input, body.geekfolio-dark-mode .img-pagi, body.geekfolio-dark-mode .comment-form-comment:before,
  body.geekfolio-dark-mode .comment-meta .comment-edit-link, body.geekfolio-dark-mode .post.sticky, body.geekfolio-dark-mode .sidebar .recent-posts-widget:not(:last-child), body.geekfolio-dark-mode .tagcloud a,
  body.geekfolio-dark-mode .post-bottom {
    border-color: #333;
  }
  body.geekfolio-dark-mode .custom-logo .custom-logo-dark, body.geekfolio-dark-mode .geekfolio-logo-dark {
    display: none;
  }
  body.geekfolio-dark-mode .custom-logo .custom-logo-light, body.geekfolio-dark-mode .geekfolio-logo-light {
    display: initial;
  }
  body.geekfolio-dark-mode .header.white-header {
    background: #11141b;
    box-shadow: 0 0 5px 0 #333;
  }
  body.geekfolio-dark-mode .header.white-header .navigation li a, body.geekfolio-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.geekfolio-dark-mode .custom-absolute-menu .cart-contents:before {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header .cart-contents:before {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
    display: initial;
  }
  body.geekfolio-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
    display: none;
  }
  body.geekfolio-dark-mode .header.not-custom-menu .logo-d-mode {
    display: none;
  }
  body.geekfolio-dark-mode .header.not-custom-menu .logo-d-mode {
    display: initial;
  }
  body.geekfolio-dark-mode .header.not-custom-menu .logo-l-mode {
    display: none;
  }
  body.geekfolio-dark-mode .header .is-sticky .stuck-nav {
    background: #11141b;
    box-shadow: 0 0 5px 0 #333;
  }
  body.geekfolio-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header .search-icon-header a i {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header .header-icon li a {
    color: #e2dcdc;
  }
  body.geekfolio-dark-mode .header .menu-wrapper ul li ul {
    background: #23282d;
  }
  body.geekfolio-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
    color: #bfbaba;
  }
  body.geekfolio-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
    background-color: #23282d !important;
  }
  body.geekfolio-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
    color: #bfbaba;
    font-weight: 400;
  }
  body.geekfolio-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
    color: #fff;
  }
  body.geekfolio-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
    color: #fff;
  }
  body.geekfolio-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.geekfolio-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
  body.geekfolio-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
    background-color: #fff;
  }
  body.geekfolio-dark-mode .fat-nav {
    background: #23282d;
  }
  body.geekfolio-dark-mode .fat-nav li a {
    color: #bfbaba;
  }
  body.geekfolio-dark-mode .fat-nav li > a {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  body.geekfolio-dark-mode .hamburger.active .hamburger__icon:before, body.geekfolio-dark-mode .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }
  body.geekfolio-dark-mode .white-header .hamburger__icon, body.geekfolio-dark-mode .white-header .hamburger__icon::before, body.geekfolio-dark-mode .white-header .hamburger__icon::after {
    background: #b1abab;
  }
  body.geekfolio-dark-mode .post-list.style-4 .blog-col-inner {
    background: #151921;
  }
  body.geekfolio-dark-mode .post-list.style-4 .pagination > li > a, body.geekfolio-dark-mode .post-list.style-4 .pagination > li > span {
    border-color: #666;
  }
  body.geekfolio-dark-mode .post-list.style-4 .pagination > .active > a {
    border-color: #fff;
  }
  body.geekfolio-dark-mode .elementor-social-icon svg {
    fill: #FFF;
  }
  body.geekfolio-dark-mode .elementor-social-icon i {
    color: #fff;
  }
  
  .geekfolio-section-mode1 {
    background-color: #fff;
  }
  
  .geekfolio-section-mode2 {
    background-color: #F7F7F7;
  }
  
  .geekfolio-section-mode3 {
    background: linear-gradient(-20deg, #ffffff 50%, rgba(0, 0, 0, 0.0392156863) 50%);
  }
  
  .geekfolio-section-mode4 {
    background: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary));
    background-size: 200% 200%;
    animation: gradient 30s ease infinite;
  }
  
  .geekfolio-section-mode5 {
    background-color: #efefef;
  }
  
  .geekfolio-text-gradient {
    background: linear-gradient(to left, 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: 100% 50%;
    }
    50% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  .geekfolio-text-mode1 {
    color: #0c0f16;
  }
  
  .geekfolio-text-mode2 {
    color: #11141B;
  }
  
  /* ====================== Theme Dark & Light ====================== */
  .geekfolio-mode-switcher {
    position: fixed;
    top: 160px;
    font-weight: 500;
    font-size: 15px;
    right: 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: right top;
    transform: rotate(90deg) translate(100%, 40%);
    background-color: rgba(230, 230, 230, 0.9);
    border-radius: 15px;
    cursor: pointer;
  }
  .geekfolio-mode-switcher p {
    margin: -2px 0 0 0;
    color: #000;
  }
  .geekfolio-mode-switcher-item {
    position: relative;
  }
  .geekfolio-mode-switcher-item p {
    color: #333;
  }
  .geekfolio-mode-switcher-item, .geekfolio-mode-switcher-toddler-item {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    line-height: 1.4;
  }
  .geekfolio-mode-switcher-toddler {
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateX(0%);
    min-width: 60px;
    height: 100%;
  }
  .geekfolio-mode-switcher-toddler-wrap {
    position: relative;
    height: 100%;
  }
  .geekfolio-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);
  }
  .geekfolio-mode-switcher-toddler-item .light {
    z-index: 1;
  }
  .geekfolio-mode-switcher.dark .geekfolio-mode-switcher-toddler {
    transform: translateX(200%);
  }
  .geekfolio-mode-switcher.dark .geekfolio-mode-switcher-toddler .geekfolio-mode-switcher-toddler-item.dark {
    z-index: 1;
  }
  .geekfolio-mode-switcher.auto .geekfolio-mode-switcher-toddler {
    transform: translateX(100%);
  }
  .geekfolio-mode-switcher.auto .geekfolio-mode-switcher-toddler .geekfolio-mode-switcher-toddler-item.auto {
    z-index: 1;
  }
  .geekfolio-mode-switcher.light .geekfolio-mode-switcher-toddler {
    transform: translateX(0%);
  }
  .geekfolio-mode-switcher.light .geekfolio-mode-switcher-toddler .geekfolio-mode-switcher-toddler-item.light {
    z-index: 1;
  }
  
  /* ====================== Advanced Classes ====================== */
  /* ====================== Gradient Classes ====================== */
  .color-font {
    background: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .geekfolio-el-bg-1.elementor-view-stacked .elementor-icon {
    background: var(--color-main-grad);
  }
  
  .geekfolio-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;
  }
  .geekfolio-gradient-btn:hover {
    filter: brightness(120%);
  }
  
  .geekfolio-gradient-border {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
    border-radius: 10px;
    border: 1px solid transparent !important;
  }
  .geekfolio-gradient-border:hover {
    color: var(--color-main) !important;
    filter: brightness(120%);
  }
  
  .geekfolio-gradient-border-drk {
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to left, 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);
  }
  
  .geekfolio-highlight span {
    -webkit-transition: background-size 0.2s ease;
    transition: background-size 0.2s ease;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 30%;
  }
  .geekfolio-highlight span:hover {
    background-size: 100% 100% !important;
  }
  
  .geekfolio-sticky-top.is-stuck {
    position: fixed !important;
    top: -80px;
    transform: translateY(80px) !important;
    transition: transform 0.3s !important;
    right: 0;
    left: 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;
  }
  
  .geekfolio-sticky-top.is-stuck .elementor-background-overlay {
    display: none;
  }
  
  .geekfolio-custom-header .hide-nav-onscroll {
    display: block;
  }
  .geekfolio-custom-header .hide-nav-onscroll.is-stuck {
    display: none;
  }
  .geekfolio-custom-header .display-nav-onscroll {
    display: none;
  }
  .geekfolio-custom-header .display-nav-onscroll.is-stuck {
    display: block;
  }
  
  /* ===============================================================
              [ * 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-left: 15px;
    padding-right: 15px;
  }
  
  .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
    padding-left: 15px;
    padding-right: 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 15px 0 0;
  }
  
  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-right: 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-right: 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;
    right: 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 100% 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;
    right: 50%;
    margin-right: -15px;
    top: auto;
  }
  
  .align-right {
    text-align: left;
  }
  
  .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;
    right: 0;
    left: 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;
    left: 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 100% 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    right: -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 100% 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    right: -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: right;
  }
  
  .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%;
    right: 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 100% 0;
  }
  
  .bg-with-mask .slider-mask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 100%;
  }
  
  .bg-with-mask {
    position: relative;
    z-index: 1;
  }
  
  .cell-left-border {
    border-right: 10px solid var(--color-main);
  }
  
  .cell-right-border {
    border-left: 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;
    right: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
  }
  
  .cursor-inner {
    margin-right: 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-right: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--color-main);
    opacity: 0.3;
  }
  
  .cursor-outer {
    margin-right: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-main);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.2;
    transition: all 0.08s ease-out;
    background: #000;
    border-radius: 50px;
    border: 2px solid transparent !important;
  }
  .cursor-outer.cursor-hover {
    opacity: 0;
  }
  
  body.geekfolio-dark-mode .cursor-outer {
    background: #fff;
  }
  
  /* Kit fix */
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  
  /*  anim */
  .geekfolio-anim1 {
    animation: cloud 160s linear infinite reverse;
    pointer-events: none;
    z-index: 10;
  }
  
  @keyframes cloud {
    0% {
      background-position: 100%;
    }
    100% {
      background-position: right 5440px top 50%;
    }
  }
  /*------ 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;
    right: 0;
    top: 0;
  }
  .simple-btn.right:after {
    right: auto;
    left: 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;
    right: -30px;
    left: -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;
    left: 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);
    right: 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;
    left: 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: right;
    }
  }
  /*  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: right;
    }
  }
  /*  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: right;
    }
  }
  /*------------ELEMENTOR EDITOR STYLE------------------------------*/
  .elementor-editor-active nav.geekfolio-custom-header {
    display: none;
  }
  
  .elementor-editor-active footer.geekfolio-custom-footer.clearfix {
    display: none;
  }
  
  .elementor-editor-preview nav.geekfolio-custom-header {
    display: none;
  }
  
  .elementor-editor-preview footer.geekfolio-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;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
  }
  
  .pre-loading:after,
  .pre-loading:before {
    content: "";
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    right: 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;
    right: 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;
    right: 0;
    left: 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;
    left: 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;
    right: 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);
    right: 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;
  }
  
  /** 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-left: 40px;
  }
  .header-top h6 i {
    margin-left: 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 {
    right: 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-right: 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 25px 0 20px;
  }
  .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 25px 0 20px;
  }
  .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-right: auto;
    margin-left: 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 25px 0 20px;
  }
  .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%;
    left: 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%;
    left: 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 25px 0 20px;
  }
  .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;
    right: 18px;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    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 left, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
    border-top: 2px solid transparent !important;
  }
  .menu-wrapper ul li ul li ul {
    right: -100%;
    top: 16px;
  }
  .menu-wrapper ul > li > ul {
    display: none;
    padding-bottom: 15px;
  }
  .menu-wrapper > ul > li:last-child ul {
    right: auto;
    left: 0;
  }
  
  .header-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  
  .container-fluid {
    display: table;
    padding-right: 60px;
    padding-left: 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-right: 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-right: 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%;
    left: 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 {
    right: 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;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 999;
  }
  
  .custom-fixed-menu {
    right: 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 {
    right: auto;
    left: 0;
  }
  .menu-wrapper.zumar-right-menu ul li ul li ul {
    right: auto;
    left: 100%;
    top: 0;
  }
  
  .mobile-wrapper {
    float: left;
  }
  
  .mobile-menu {
    background: none repeat scroll 100% 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;
    left: 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: left;
    list-style: none;
    margin-right: 20px;
    padding: 0;
    text-align: left;
  }
  .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: right;
    display: inline-block;
  }
  .cart_search_block > li {
    padding: 18px;
    float: right;
    -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: left;
    margin-right: 22px;
    position: relative;
  }
  .btn-nav-top a {
    color: #ffffff;
    padding: 12px 20px;
    background: var(--color-main);
    background: linear-gradient(to left, 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: left;
    margin-right: 30px;
    position: relative;
    top: 25px;
    line-height: 27px;
  }
  .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;
    right: -22px;
    z-index: 0;
    margin: auto;
    background: #999;
    cursor: initial;
  }
  .search-icon-header a.cart-contents {
    font-size: 14px;
    position: relative;
    right: 20px;
    line-height: 27px;
  }
  .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;
    left: 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;
    right: 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 15px 15px 50px !important;
    border: none;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 400;
  }
  .black-search-table-cell .searchsubmit {
    border: none;
    background: 100%;
    outline: 0;
    width: auto;
    cursor: pointer;
    color: #333;
    padding: 0;
    position: absolute;
    left: 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;
    left: 50px;
  }
  .close-black-block i {
    font-size: 30px;
    color: #ffffff;
  }
  
  /* ===============================================================
              [ * Side panel section ]
  ================================================================*/
  /*----------Side Panel Style----------*/
  .side-panel {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    -webkit-transform: translateX(-webkit-calc(-1*(100% + 80px)));
    -moz-transform: translateX(-moz-calc(-1*(100% + 80px)));
    -ms-transform: translateX(calc(-1*(100% + 80px)));
    -o-transform: translateX(calc(-1*(100% + 80px)));
    transform: translateX(calc(-1*(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;
    left: 15px;
    display: none;
  }
  
  /* ===============================================================
              [ * 404! section ]
  ================================================================*/
  /*----404 style--*/
  .error-title {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, 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 left, 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;
  }
  
  /* ===============================================================
              [ * 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;
  }
  
  /* ===============================================================
              [ * 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: right;
    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-right: 0 !important;
  }
  
  .woocommerce .cart-collaterals .cart_totals table .order-total th {
    font-size: 1.5rem;
  }
  
  .woocommerce .cart-collaterals .cart_totals table td {
    text-align: left;
    padding-left: 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-right: 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: left;
  }
  
  .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 0.83333rem 0.91667rem 3rem !important;
    -moz-appearance: textfield;
    width: 7.5rem;
    padding: 1.08333rem 0.83333rem 1.08333rem 2.33333rem;
    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;
    left: 1px;
    top: 0;
    height: 100%;
  }
  
  .woocommerce .quantity .quantity-nav .quantity-button {
    cursor: pointer;
    border-right: 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-left: 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: right;
  }
  
  @media (min-width: 992px) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
      padding-right: 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: right;
  }
  
  .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-left: -15px;
    margin-right: -15px;
  }
  
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 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-right: 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-right: 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: right !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: right;
  }
  
  .woocommerce table td.product-quantity .quantity input {
    width: 100%;
    max-width: 7.91667rem;
    line-height: 2;
    margin-right: auto;
  }
  
  @media (min-width: 768px) {
    .woocommerce table td.product-quantity .quantity input {
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
    .woocommerce table td.actions {
      border-bottom: 0;
    }
  }
  .woocommerce table td.actions .coupon input {
    width: 12.5rem !important;
    margin-left: 15px !important;
    padding-right: 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-right: 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: left;
  }
  
  .woocommerce table tr td {
    text-align: left;
  }
  
  .woocommerce table tr .product-name {
    text-align: right;
  }
  
  .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-left: 1.33333rem !important;
  }
  
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    background: #f96152;
    font-weight: 300;
    border-radius: 1px;
    line-height: 28px;
  }
  
  /* product thumbs*/
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: -5px;
    margin-left: -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 1.33333rem 0 0 !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-right: 0 !important;
  }
  
  .woocommerce .woocommerce-tabs ul.tabs li:first-child a {
    padding-right: 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: right;
    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-right: 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-right: 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 6.16667rem 0 0 !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;
    right: -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-right: 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-right: 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: right;
  }
  .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: right !important;
    min-width: 32px;
  }
  .woocommerce table td.product-thumbnail a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .woocommerce table td.product-price {
    text-align: right;
  }
  .woocommerce table td.product-subtotal {
    text-align: right;
  }
  .woocommerce table td.product-quantity .quantity input {
    width: 100%;
    max-width: 80px;
    line-height: 20px;
    margin-right: auto;
  }
  .woocommerce table td.actions .coupon input {
    width: 13px !important;
    margin-left: 15px !important;
    padding-right: 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: left;
  }
  .woocommerce table tr td {
    text-align: left;
  }
  .woocommerce table tr td.woocommerce-grouped-product-list-item__label, .woocommerce table tr td.woocommerce-grouped-product-list-item__price {
    text-align: right;
  }
  .woocommerce table tr .product-name {
    text-align: right;
  }
  .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-right: 0 !important;
    text-align: right;
  }
  .woocommerce .cart-collaterals .cart_totals table .order-total th {
    font-size: 15px;
  }
  .woocommerce .cart-collaterals .cart_totals table td {
    text-align: left;
    padding-left: 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: left;
  }
  .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 left, 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 7px 10px 30px !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;
    left: 1px;
    top: 0;
    height: 100%;
  }
  .woocommerce .quantity .quantity-nav .quantity-button {
    cursor: pointer;
    border-right: 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-left: 15px;
    float: right !important;
  }
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    background: #f96152;
    font-weight: 300;
    border-radius: 1px;
    line-height: 28px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: -5px;
    margin-left: -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-left: 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-right: 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 14px 0 0 !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-right: 0 !important;
  }
  .woocommerce .woocommerce-tabs ul.tabs li:first-child a {
    padding-right: 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-right: 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-right: 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: right;
    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: right;
    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: right;
    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: right;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
    text-align: right;
  }
  .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: right;
  }
  .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-left: -15px;
    margin-right: -15px;
  }
  .woocommerce-checkout .col2-set .col-1 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 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-left: 15px;
    padding-right: 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-right: 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 62px 0 0 !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-right: 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-right: 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-right: 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-right: 0;
    }
    .woocommerce .woocommerce-tabs {
      margin-bottom: 53px;
    }
  }
  @media (min-width: 992px) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
      padding-right: 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;
    left: 9px;
  }
  
  .select2-dropdown {
    border-color: #333;
  }
  
  .woocommerce-error::before {
    right: initial;
    left: 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 0 0 10px;
    position: unset !important;
  }
  
  .woocommerce ul.products li.product .button {
    background: transparent !important;
    border-color: var(--color-main) !important;
    color: #1d1d1d !important;
  }
  .woocommerce ul.products li.product .button:hover {
    background: var(--color-main) !important;
  }
  
  body.geekfolio-dark-mode .woocommerce ul.products li.product .button {
    color: #fff !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .woocommerce ul.products li.product .button {
      color: #fff !important;
    }
  }
  /*----------Woo Cart----------*/
  .tcg-cart .cart-contents {
    display: flex;
    flex-wrap: wrap;
  }
  .tcg-cart .cart-contents .cart-contents-count {
    right: 20px;
    top: -25px;
  }
  
  .geekfolio-product .top-filter {
    padding: 15px 0;
  }
  .geekfolio-product .top-filter .r-side .form-group {
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .geekfolio-product .top-filter .r-side .form-group label {
    color: #999;
    flex-shrink: 0;
    margin-inline-end: 15px;
  }
  .geekfolio-product .top-filter .r-side .form-group .form-select {
    border: 0;
    background-color: #f0f4f8;
    font-size: 11px;
    min-height: 35px;
    border-radius: 12px;
  }
  .geekfolio-product .top-filter .r-side .grid-list-btns {
    display: flex;
    justify-content: flex-end;
  }
  .geekfolio-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;
  }
  .geekfolio-product .top-filter .r-side .grid-list-btns .bttn:hover, .geekfolio-product .top-filter .r-side .grid-list-btns .bttn.active {
    color: #fff;
    background-color: var(--color-blue5);
  }
  .geekfolio-product .products .tinv-wishlist {
    position: absolute;
    top: 0;
    left: 0px;
    display: inline-block;
  }
  .geekfolio-product .products .tinv-wishlist .tinv-wishlist-clear {
    display: none;
  }
  .geekfolio-product .products .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
    display: block;
  }
  .geekfolio-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;
  }
  .geekfolio-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    margin-left: 0;
  }
  .geekfolio-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: #f73312;
    border-color: #f73312;
  }
  .geekfolio-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text, .geekfolio-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
    display: none;
  }
  .geekfolio-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;
  }
  .geekfolio-product .products .product-card:hover {
    padding-bottom: 60px;
  }
  .geekfolio-product .products .product-card:hover .img img {
    transform: scale(0.8);
  }
  .geekfolio-product .products .product-card:hover .info {
    margin-top: -25px;
  }
  .geekfolio-product .products .product-card:hover .btn {
    transform: translateY(0);
    opacity: 1;
  }
  .geekfolio-product .products .product-card:hover .btn.added .button__added .added_popup {
    bottom: 215px;
    transition: all 0.4s ease;
  }
  .geekfolio-product .products .product-card:hover .btn.loading .button__loader .loading_popup {
    bottom: 215px;
    transition: all 0.4s ease;
  }
  .geekfolio-product .products .product-card .img {
    height: 130px;
  }
  .geekfolio-product .products .product-card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
    transform-origin: top;
  }
  .geekfolio-product .products .product-card .info {
    margin-top: 20px;
    min-height: 77px;
    transition: all 0.4s ease;
  }
  .geekfolio-product .products .product-card .info .category {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  .geekfolio-product .products .product-card .info .title {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
  }
  .geekfolio-product .products .product-card .info .title a {
    color: #000;
  }
  .geekfolio-product .products .product-card .info .stars {
    display: inline-flex;
    font-size: 9px;
    color: #d0d0d0;
  }
  .geekfolio-product .products .product-card .info .stars span {
    color: #ffba00;
  }
  .geekfolio-product .products .product-card .info .rev {
    color: #999;
    font-size: 9px;
  }
  .geekfolio-product .products .product-card .price {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #212529;
  }
  .geekfolio-product .products .product-card .price .price-sale {
    color: #f73312;
  }
  .geekfolio-product .products .product-card .price .old-price {
    font-size: 11px;
    color: #999999;
    text-decoration: line-through !important;
    margin-inline-start: 5px;
  }
  .geekfolio-product .products .product-card .btn {
    position: absolute;
    bottom: 15px;
    right: 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;
  }
  .geekfolio-product .products .product-card .btn span {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
  }
  .geekfolio-product .products .product-card .btn:hover {
    background-color: #000;
  }
  .geekfolio-product .products .product-card .label {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 9px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 10px;
    text-transform: uppercase;
  }
  .geekfolio-product .products .product-card .label.new {
    background-color: #ffb500;
  }
  .geekfolio-product .products .product-card .label.sale-off {
    background-color: #f73312;
    color: #fff;
  }
  .geekfolio-product .products .product-card .label.sale-off.new-onsale {
    right: 55px;
  }
  .geekfolio-product .products .product-card .fav-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
  }
  .geekfolio-product .products .product-card .fav-btn.active {
    color: #f73312;
  }
  .geekfolio-product .products.list-view .card-width {
    width: 50%;
  }
  .geekfolio-product .products.list-view .product-card {
    display: flex;
  }
  .geekfolio-product .products.list-view .product-card .img {
    flex-shrink: 0;
    width: 35%;
    margin-left: 10px;
  }
  .geekfolio-product .products.list-view .product-card:hover {
    padding-top: 12px;
    padding-bottom: 35px;
  }
  .geekfolio-product .products.list-view .product-card:hover .img img {
    transform: scale(1);
  }
  .geekfolio-product .products.list-view .product-card:hover .info {
    margin-top: 25px;
  }
  .geekfolio-product .added_to_cart {
    display: none;
  }
  .geekfolio-product .btn .button__loader {
    display: none;
  }
  .geekfolio-product .btn .button__added {
    display: none;
  }
  .geekfolio-product .btn.loading {
    opacity: 1;
  }
  .geekfolio-product .btn.loading .button__loader {
    display: inline-block;
    animation: none;
  }
  .geekfolio-product .btn.loading .button__loader .loading_popup {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #ffb500;
    color: #fff;
    position: absolute;
    bottom: 260px;
    left: 0;
    border-radius: 4px;
  }
  .geekfolio-product .btn.loading .button__loader .loading_popup i {
    margin-right: 5px;
    animation: rotate-center 1.5s linear infinite both;
  }
  .geekfolio-product .btn.added {
    opacity: 1;
  }
  .geekfolio-product .btn.added .button__added {
    display: inline-block;
  }
  .geekfolio-product .btn.added .button__added .added_popup {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #157dfb;
    color: #fff;
    position: absolute;
    bottom: 260px;
    left: 0;
    border-radius: 4px;
    animation: hide_added 0s ease-in 3s forwards;
  }
  .geekfolio-product .btn.added .button__added .added_popup i {
    margin-right: 5px;
  }
  @keyframes hide_added {
    to {
      width: 0;
      height: 0;
      overflow: hidden;
    }
  }
  @-webkit-keyframes hide_added {
    to {
      width: 0;
      height: 0;
      visibility: hidden;
    }
  }
  .geekfolio-product .products-pagination {
    text-align: center;
  }
  .geekfolio-product .products-pagination .pagination {
    width: auto;
  }
  .geekfolio-product .products-pagination .pagination li {
    display: inline-grid;
    margin: 0;
  }
  .geekfolio-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-left: 5px;
    font-size: 11px;
    color: #666;
    padding: 0;
  }
  .geekfolio-product .products-pagination .pagination li.active a {
    color: #fff;
    border-color: var(--color-blue5);
    background-color: var(--color-blue5);
  }
  .geekfolio-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-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);
  }
  
  .geekfolio-products-filters .filter-card-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
    margin-bottom: 20px;
  }
  .geekfolio-products-filters .filter-card-item.tags-filter.filter-card-scroll {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .geekfolio-products-filters .form-check {
    padding-right: 24px;
  }
  .geekfolio-products-filters .form-check .form-check-input {
    float: right;
    margin-right: -18px;
  }
  .geekfolio-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;
  }
  .geekfolio-products-filters .form-check-input[type=checkbox] {
    border-radius: 0.25em;
  }
  .geekfolio-products-filters .category-checkBox {
    font-size: 11px;
    color: #666;
    text-transform: capitalize;
    line-height: 2;
  }
  .geekfolio-products-filters .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    padding: 0;
  }
  .geekfolio-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");
  }
  .geekfolio-products-filters .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .geekfolio-products-filters .sub-tilte {
    font-size: 11px;
    color: #000;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .geekfolio-products-filters .card-title {
    font-size: 15px;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .geekfolio-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;
  }
  .geekfolio-products-filters .card-title a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #212529;
  }
  .geekfolio-products-filters .slider-range-content .amount-input {
    display: flex;
    justify-content: space-between;
  }
  .geekfolio-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;
  }
  .geekfolio-products-filters .slider-range-content .amount-input .amount small {
    font-size: 10px;
    color: #999999;
    display: block;
    line-height: 2;
  }
  .geekfolio-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;
  }
  .geekfolio-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;
  }
  .geekfolio-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: right;
  }
  .geekfolio-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: 100% 0;
  }
  .geekfolio-products-filters .slider-range-content .ui-slider-horizontal .ui-state-default,
  .geekfolio-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
  .geekfolio-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
  .geekfolio-products-filters .slider-range-content .ui-slider-horizontal .ui-button,
  .geekfolio-products-filters .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover,
  .geekfolio-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;
  }
  .geekfolio-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-right: -0.6em;
  }
  .geekfolio-products-filters .products-search .search-group {
    position: relative;
    margin-bottom: 25px;
  }
  .geekfolio-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;
  }
  .geekfolio-products-filters .products-search .search-group button {
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 13px;
    border: 0;
    background: transparent;
  }
  
  .geekfolio-single-product .woocommerce-breadcrumb {
    text-align: center;
    margin-bottom: 80px;
  }
  .geekfolio-single-product .woocommerce-breadcrumb a {
    margin: 0 6px;
  }
  .geekfolio-single-product.woocommerce div.product p.price ins {
    text-decoration: none;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product.woocommerce div.product form.cart table.variations td {
    padding: 0;
    margin: 0;
    display: flex;
  }
  .geekfolio-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-right: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  .geekfolio-single-product.woocommerce div.product form.cart table.variations td .reset_variations:hover {
    text-decoration: none;
  }
  .geekfolio-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item) {
    box-shadow: none;
    margin: 4px 0 4px 16px;
  }
  .geekfolio-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item):last-of-type {
    margin-left: 0;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product.woocommerce div.product form.cart table.variations tr {
    padding: 20px 0 20px 20px !important;
  }
  .geekfolio-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;
    text-transform: capitalize;
    padding: 15px 0 0 15px !important;
  }
  .geekfolio-single-product.woocommerce div.product form.cart .variations_button {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2) !important;
    display: flex;
  }
  .geekfolio-single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: var(--color-main) !important;
    padding: 10px 30px;
    width: 40%;
    margin-left: 15px;
  }
  .geekfolio-single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    background-color: #000 !important;
  }
  .geekfolio-single-product .woocommerce-variation-price {
    display: block;
    margin: 20px 0;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product.woocommerce .quantity .quantity-nav {
    width: 86%;
    left: -10px;
  }
  .geekfolio-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    border: none;
    border-top: none;
    line-height: 39px;
    font-size: 25px;
  }
  .geekfolio-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down:hover {
    color: #000;
    background-color: transparent;
  }
  .geekfolio-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border: none;
    border-top: none;
    line-height: 39px;
    font-size: 21px;
  }
  .geekfolio-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up:hover {
    color: #000;
    background-color: transparent;
  }
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinv-wishlist-clear {
    display: none;
  }
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
    display: block;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    margin-left: 0;
  }
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    color: #f73312;
    border-color: #f73312;
  }
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
  .geekfolio-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
    display: none;
  }
  .geekfolio-single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-flow: row-reverse;
    column-gap: 30px;
  }
  .geekfolio-single-product.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .geekfolio-single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 7px;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product.woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    padding: 0;
    margin-bottom: 20px;
  }
  .geekfolio-single-product.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 7px;
  }
  .geekfolio-single-product.woocommerce div.product .summary.entry-summary .price {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
  }
  .geekfolio-single-product.woocommerce div.product .summary.entry-summary .product_title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
  }
  .geekfolio-single-product.woocommerce div.product .woocommerce-tabs {
    text-align: center;
    padding-top: 100px;
  }
  .geekfolio-single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-bottom: 10px !important;
  }
  .geekfolio-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: 0;
    background: transparent;
    font-size: 25px;
    color: #666 !important;
    text-transform: capitalize;
  }
  .geekfolio-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    font-size: 25px;
    color: #666 !important;
  }
  .geekfolio-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
    font-weight: bold !important;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product .related.products {
    text-align: center;
  }
  .geekfolio-single-product .related.products h2 {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 35px;
  }
  .geekfolio-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;
  }
  .geekfolio-single-product .related.products .product:hover {
    padding-bottom: 60px;
  }
  .geekfolio-single-product .related.products .product:hover img {
    transform: scale(0.8);
  }
  .geekfolio-single-product .related.products .product:hover .woocommerce-loop-product__title {
    margin-top: -25px;
  }
  .geekfolio-single-product .related.products .product:hover .add_to_cart_button, .geekfolio-single-product .related.products .product:hover .product_type_variable {
    transform: translateY(0);
    opacity: 1;
  }
  .geekfolio-single-product .related.products .product:hover .add_to_cart_button.added .button__added .added_popup, .geekfolio-single-product .related.products .product:hover .product_type_variable.added .button__added .added_popup {
    bottom: 215px;
    transition: all 0.4s ease;
  }
  .geekfolio-single-product .related.products .product:hover .add_to_cart_button.loading .button__loader .loading_popup, .geekfolio-single-product .related.products .product:hover .product_type_variable.loading .button__loader .loading_popup {
    bottom: 215px;
    transition: all 0.4s ease;
  }
  .geekfolio-single-product .related.products .product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
    transform-origin: top;
  }
  .geekfolio-single-product .related.products .product .woocommerce-loop-product__title {
    margin-top: 20px;
    min-height: 20px;
    transition: all 0.4s ease;
  }
  .geekfolio-single-product .related.products .product .price {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #212529;
  }
  .geekfolio-single-product .related.products .product .price ins {
    color: #f73312;
    font-weight: bold;
    text-decoration: none;
  }
  .geekfolio-single-product .related.products .product .price del {
    font-size: 11px;
    color: #999999;
    text-decoration: line-through !important;
    margin-inline-start: 5px;
    font-weight: bold;
  }
  .geekfolio-single-product .related.products .product .add_to_cart_button, .geekfolio-single-product .related.products .product .product_type_variable {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    background-color: var(--color-blue5);
    padding: 7px 15px;
    transform: translateY(70px);
    opacity: 0;
    transition: all 0.4s ease !important;
  }
  .geekfolio-single-product .related.products .product .add_to_cart_button span, .geekfolio-single-product .related.products .product .product_type_variable span {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
  }
  .geekfolio-single-product .related.products .product .add_to_cart_button:hover, .geekfolio-single-product .related.products .product .product_type_variable:hover {
    background-color: #000;
  }
  .geekfolio-single-product .related.products .product .label {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 9px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 10px;
    text-transform: uppercase;
  }
  .geekfolio-single-product .related.products .product .label.new {
    background-color: #ffb500;
  }
  .geekfolio-single-product .related.products .product .label.sale-off {
    background-color: #f73312;
    color: #fff;
  }
  .geekfolio-single-product .related.products .product .label.sale-off.new-onsale {
    right: 55px;
  }
  .geekfolio-single-product .related.products .product .fav-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
  }
  .geekfolio-single-product .related.products .product .fav-btn.active {
    color: #f73312;
  }
  .geekfolio-single-product .related.products .star-rating {
    margin: 10px auto;
  }
  .geekfolio-single-product .related.products .star-rating span {
    color: #ffba00;
  }
  .geekfolio-single-product.woocommerce ul.products li.product .price {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #212529;
  }
  .geekfolio-single-product.woocommerce ul.products li.product .button {
    background: var(--color-main) !important;
    padding: 10px 30px;
  }
  .geekfolio-single-product.woocommerce ul.products li.product .button:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  .geekfolio-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .geekfolio-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a {
    border: none;
  }
  
  /* ===============================================================
              [ * 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-right: 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;
    left: 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: right;
    margin-left: 10px;
  }
  
  .content-btn-align-icon-right.content-btn-button-icon {
    float: left;
    margin-right: 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: right;
  }
  .blog-post-list .col-md-3:nth-child(5) {
    clear: right;
  }
  .blog-post-list .geekfolio-blog-box h3 {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    color: #ffffff;
  }
  
  .elementor-widget-geekfolio-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 .geekfolio-blog-box {
    display: table;
    height: 100%;
  }
  .post-slider .geekfolio-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-left: 18px;
    color: var(--color-main);
    text-transform: capitalize;
    line-height: 150%;
  }
  .post-meta li .fa {
    display: inline-block;
    margin-left: 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-right: -40px;
    background: #fff;
    z-index: 2;
  }
  .blog-list .txt-lft {
    margin-right: 0;
    margin-left: -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-right: -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: right;
    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;
    right: 5px;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  
  .date-post {
    position: absolute;
    background-color: #1f1f1f;
    padding: 3px 10px;
    top: 5px;
    right: 5px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
  }
  
  .date-post-rtl {
    position: absolute;
    background-color: #1f1f1f;
    padding: 3px 10px;
    top: 5px;
    left: 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 100% 0;
    position: relative;
    z-index: 999;
  }
  
  .blog-header-slider {
    background: #fafafa none repeat scroll 100% 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;
  }
  
  .geekfolio-blog-box {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 15px;
  }
  
  .geekfolio-blog-inner {
    padding: 20px;
  }
  
  .post-meta-box {
    list-style: none;
    padding: 0;
  }
  .post-meta-box li {
    list-style: none;
    display: inline-block;
    margin-left: 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;
    right: 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;
    background: #000000;
    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;
    right: 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;
  }
  
  .fa-arrow-right.slick-arrow {
    bottom: 0;
    position: absolute;
    right: 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;
  }
  
  .slider .fa.fa-arrow-right.slick-arrow {
    right: 50px;
  }
  
  .post-detail {
    font-size: 13px;
    padding: 0;
    list-style: outside none none;
    color: #888;
  }
  .post-detail > li {
    display: inline-block;
    margin-left: 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-left: 5px;
    text-align: center;
    border-radius: 100px;
    color: var(--color-main);
  }
  
  .border-post {
    display: block;
    height: 1px;
    margin-right: 0;
    margin-left: 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-left: 10px;
  }
  .pagination > li > a {
    position: relative;
    float: right;
    margin-right: -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-right: 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 auto 0 0;
    white-space: nowrap;
  }
  
  .share-box {
    font-family: "Poppins", sans-serif;
    color: #aaa;
    font-size: 14px;
    letter-spacing: 0.1em;
    float: left;
    margin-top: 10px;
  }
  .share-box a {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
  }
  
  .geekfolio-share-box.share-box {
    padding: 0;
  }
  
  .geekfolio-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: right;
  }
  
  .attachment-geekfolio-related-post {
    border-top-left-radius: 5px;
    border-top-right-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-left: 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;
    right: 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;
    right: 0;
  }
  
  .blog-gallery div {
    width: 33.3%;
    float: right;
  }
  .blog-gallery a {
    position: relative;
    display: block;
  }
  .blog-gallery a span {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    right: 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 100% 0;
    border-radius: 100px;
    color: #ffffff;
    height: 50px;
    right: 50%;
    line-height: 50px;
    margin-right: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
  }
  
  .pagi-nav-box {
    float: right;
  }
  
  .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: right;
  }
  
  .pagi-nav-box.next {
    text-align: left;
    float: left;
  }
  
  .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;
    right: 50%;
    line-height: 120px;
    margin-right: -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: right;
  }
  
  .pagi-box p {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
  }
  
  .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-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-right: 0;
  }
  .blog-style-3 .post-img .img-post {
    margin: 0;
  }
  .blog-style-3 .post-details {
    padding-left: 0;
    position: relative;
    height: 100%;
  }
  .blog-style-3 .post-details .post-cat {
    border-left: 1px solid #dee2e6;
    padding-left: 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-right: 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 .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: "";
    right: 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: "";
    right: 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: left;
    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 {
    left: -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-left: 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 {
    right: -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-right: 25px;
    margin-bottom: 22px;
  }
  
  /*-------------------------------------  Blog Popular  -----------------------------------------*/
  .popular-posts .col-lg-4:not(:last-child) {
    border-left: 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  -----------------------------------------*/
  .geekfolio-author {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #eef4f8;
    text-align: center;
  }
  .geekfolio-author h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
  }
  .geekfolio-author h1 span {
    position: relative;
  }
  .geekfolio-author h1 span:after {
    position: absolute;
    content: "";
    right: 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-left: 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 20px 20px 0;
    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-right: 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-right: 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-right: 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-right: 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: right;
  }
  #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;
    right: auto;
    font-style: italic;
    letter-spacing: 0;
    position: absolute;
    left: 20px;
    text-transform: capitalize;
    width: auto;
  }
  
  .content-btn {
    color: var(--color-main);
    width: auto;
    border: 1px solid var(--color-main);
    display: inline-block;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    padding: 8px 20px;
  }
  .content-btn:hover {
    color: #ffffff;
  }
  .content-btn::before {
    background: #eee none repeat scroll 100% 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    right: -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 100% 0;
    border-radius: 200px;
    content: "";
    opacity: 0.3;
    display: block;
    height: 200px;
    right: -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);
  }
  
  .geekfolio-comment span.your-name {
    display: inline-block;
    width: 32.9%;
  }
  .geekfolio-comment span.your-email {
    display: inline-block;
    width: 32.9%;
  }
  .geekfolio-comment span.cell-phone {
    display: inline-block;
    width: 32.9%;
  }
  .geekfolio-comment span.subject {
    display: inline-block;
    width: 49%;
  }
  .geekfolio-comment .comment-form-email {
    width: 32.9%;
    display: inline-block;
    padding-left: 1%;
  }
  .geekfolio-comment .comment-form-author {
    width: 32.9%;
    display: inline-block;
    padding-left: 1%;
  }
  .geekfolio-comment .comment-form-comment {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .geekfolio-comment .comment-form-url {
    width: 32.9%;
    display: inline-block;
    padding-left: 1%;
    padding-left: 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-left: 35px;
    color: #333;
  }
  .post-style-1 .post-detail > li.post-cat {
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #dee2e6;
    padding-left: 20px;
    margin-left: 20px;
  }
  .post-style-1 .post-detail > li.post-cat a {
    color: var(--color-main);
  }
  .post-style-1 .post-detail > li.post-date {
    margin-left: 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-right: 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-right: 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 .geekfolio-author-info {
    display: flex;
    padding: 40px;
    background: var(--color-gray);
    border-radius: 15px;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-avatar {
    max-width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-avatar img {
    border-radius: 50%;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 30px;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-info-title {
    margin-bottom: 18px;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-info-title .geekfolio-author-name a {
    color: #111;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-info-title .geekfolio-author-role {
    font-size: 12px;
    display: block;
    margin-top: 4px;
    text-transform: uppercase;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-info-text {
    margin-bottom: 0;
    color: #111;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-social {
    margin-top: 20px;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-social a {
    font-size: 14px;
    margin-left: 7px;
    background: #ebebeb;
    color: #000;
    border-radius: 50px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
  }
  .post-style-1 .geekfolio-author-info .geekfolio-author-info-content .geekfolio-author-social a:hover {
    background: var(--color-main);
    color: #fff;
  }
  .post-style-1 .geekfolio-comment {
    margin-top: 50px;
  }
  .post-style-1 .geekfolio-comment .comment-body {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: none;
  }
  .post-style-1 .geekfolio-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 .geekfolio-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;
  }
  
  .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;
    left: 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;
    right: 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: right;
  }
  .blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
    clear: right;
  }
  .blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .geekfolio-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-left: 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-left: 3px;
  }
  
  .recent-posts-widget {
    float: right;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .recent-posts-widget:last-child {
    margin-bottom: -5px;
    padding-bottom: 0px;
  }
  .recent-posts-widget .recent-post-img {
    float: right;
  }
  .recent-posts-widget .recent-post-img img {
    max-width: 75px;
    margin-left: 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;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-main);
    margin-bottom: 30px;
    margin-top: -1px;
    background: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary));
  }
  .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-left: 10px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
  }
  .sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
    max-width: 75px;
    margin-left: 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;
  }
  
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card {
    padding: 0 15px;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .img {
    height: 200px;
    overflow: hidden;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .cat a {
    color: var(--color-main);
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .title {
    padding-bottom: 15px;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .title a {
    color: #000;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide .card .title a:hover {
    color: var(--color-main);
  }
  .geekfolio-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;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide-prev {
    position: relative;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide-prev::after {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(153, 153, 153, 0.2666666667);
  }
  .geekfolio-related-slider .related-postes-slider .swiper-slide-active::after {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(153, 153, 153, 0.2666666667);
  }
  .geekfolio-related-slider .related-postes-slider .swiper-button-next, .geekfolio-related-slider .related-postes-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-button-next:hover, .geekfolio-related-slider .related-postes-slider .swiper-button-prev:hover {
    background-color: var(--color-blue5);
    color: #fff;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-button-next, .geekfolio-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-prev {
    left: 0;
    top: -50px;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-button-prev, .geekfolio-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 50px;
    top: -50px;
  }
  .geekfolio-related-slider .related-postes-slider .swiper-button-next::after, .geekfolio-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-right: auto;
    margin-left: 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;
    right: 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;
    right: 0;
    left: 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;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-main);
    margin-bottom: 30px;
    margin-top: -1px;
    background: -webkit-gradient(linear, right top, left top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
    background: linear-gradient(to left, 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-right: 9px;
  }
  .widget > ul > li li, .widget > div > ul > li li {
    margin-right: 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-left: 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-left: 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-left: 10px;
    color: var(--color-main);
  }
  .widget.widget_archive ul li a:before {
    content: "\f24d";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: var(--color-main);
  }
  .widget.widget_meta ul li a:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    margin-left: 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-right: 9px;
  }
  .sidebar .widget > ul > li li, .sidebar .widget > div > ul > li li {
    margin-right: 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-left: 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-left: 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-left: 10px;
    color: var(--color-main);
  }
  .sidebar .widget.widget_archive ul li a:before {
    content: "\f24d";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: var(--color-main);
  }
  .sidebar .widget.widget_meta ul li a:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    margin-left: 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-right: 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;
    left: 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-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sidebar .searchform::after {
    display: inline-block;
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: var(--color-main) !important;
    background: linear-gradient(to left, 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 left, 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 left, #ccc, #ccc);
    background-position: calc(100% - (100% - 20px)) calc(1.1em + 2px), calc(100% - (100% - 15px)) calc(1.1em + 2px), calc(100% - (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-right: 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-right: 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;
    left: 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-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .blog-content .searchform::after {
    display: inline-block;
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: var(--color-main) !important;
    background: linear-gradient(to left, 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-right: 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;
    left: 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-right: 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%;
    left: 15px;
    transform: translateY(-50%);
    color: var(--color-main);
  }
  
  .widget_categories ul li.cat-item span {
    float: left;
    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: left;
    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-right: 0 !important;
    padding-right: 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 0 2px 10px;
    padding: 3px !important;
  }
  
  .rpwe-summary {
    font-size: 12px;
  }
  
  .rpwe-time {
    color: #aaa;
    font-size: 11px;
  }
  
  .rpwe-comment {
    color: #aaa;
    font-size: 11px;
    padding-right: 5px;
  }
  
  .rpwe-alignleft {
    display: inline;
    float: right;
  }
  
  .rpwe-alignright {
    display: inline;
    float: left;
  }
  
  .rpwe-aligncenter {
    display: block;
    margin-right: auto;
    margin-left: 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-right: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background: #fff;
  }
  .sidebar-2 .searchform:after {
    left: 20px;
  }
  .sidebar-2 .searchform .searchsubmit {
    height: 55px;
    left: 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: 100% 0;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sidebar-2 .widget_calendar, .sidebar-2 .widget_search, .sidebar-2 .widget.ld-sf {
    padding: 0;
    border: none;
  }
  .sidebar-2 .geekfolio_newsletter_widget {
    padding: 40px;
    background: var(--color-gray);
    border-radius: 15px;
    margin-bottom: 35px;
  }
  .sidebar-2 .geekfolio_newsletter_widget .subtitle {
    color: #666;
  }
  .sidebar-2 .geekfolio_newsletter_widget input[type=email] {
    border-radius: 12px;
    padding: 14px;
    margin-top: 35px;
    border: 1px solid #fff;
  }
  .sidebar-2 .geekfolio_newsletter_widget input[type=submit], .sidebar-2 .geekfolio_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 .geekfolio_newsletter_widget .icon {
    display: none;
  }
  .sidebar-2 .widget-about-us {
    text-align: right;
  }
  .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: right;
    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;
    left: 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-right: 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 .geekfolio_newsletter_widget {
    padding: 40px;
    background: var(--color-gray);
    border-radius: 15px;
    margin-bottom: 65px;
  }
  .sidebar-3 .geekfolio_newsletter_widget .widgettitle {
    font-size: 24px;
  }
  .sidebar-3 .geekfolio_newsletter_widget .subtitle {
    color: #666;
  }
  .sidebar-3 .geekfolio_newsletter_widget input[type=email] {
    border-radius: 12px;
    padding: 14px;
    margin-top: 35px;
    border: 1px solid #fff;
  }
  .sidebar-3 .geekfolio_newsletter_widget input[type=submit], .sidebar-3 .geekfolio_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: right;
  }
  .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: right;
    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: right;
    width: 87%;
  }
  
  .comment-author.vcard {
    float: right;
    padding-left: 20px;
    max-width: 13%;
  }
  
  .comment-meta a {
    font-weight: normal;
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
  }
  .comment-meta .comment-edit-link {
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 1;
    float: left;
  }
  
  .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 100% 0;
    border-radius: 100px;
    color: inherit;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-right: 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-right: 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;
    right: 0;
    bottom: -6px;
    background-color: var(--color-main);
    background: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary));
  }
  
  .pagination-comment {
    text-align: left;
    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-left: 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 left, 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;
    right: 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: right;
    margin-bottom: 1.5rem;
  }
  
  .gallery-item {
    display: inline-block;
    margin-left: 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-left: 0;
  }
  
  .gallery-columns-3 .gallery-item {
    max-width: calc((100% - 32px) / 3);
  }
  
  .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-left: 0;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: calc((100% - 48px) / 4);
  }
  
  .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-left: 0;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: calc((100% - 64px) / 5);
  }
  
  .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-left: 0;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: calc((100% - 80px) / 6);
  }
  
  .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-left: 0;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: calc((100% - 96px) / 7);
  }
  
  .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-left: 0;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: calc((100% - 112px) / 8);
  }
  
  .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-left: 0;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: calc((100% - 128px) / 9);
  }
  
  .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-left: 0;
  }
  
  .gallery-item:last-of-type {
    padding-left: 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 100% 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    text-align: center;
  }
  #wp-calendar tfoot {
    border: 1px solid #ddd;
  }
  #wp-calendar tfoot #next {
    text-align: left;
    border: none;
  }
  #wp-calendar tfoot #prev {
    text-align: right;
    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: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .wp-caption.alignleft {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  
  .alignleft {
    float: right;
    margin-left: 2rem;
  }
  
  .alignright {
    float: left;
    margin-right: 2rem;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  img.alignright {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  
  img.alignleft {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-left: 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: left;
    font-family: "FontAwesome";
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-right: 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 100% 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-left: 2.5rem;
  }
  
  .alignfull {
    margin-bottom: 4rem;
  }
  
  .wp-block-search__button {
    margin-top: 10px;
    margin-right: 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, right top, right bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left 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 left, 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-right: 10px;
  }
  
  /* ===============================================================
              [ * Button section ]
  ================================================================*/
  /*-------------------------------------  Button Style  -----------------------------------------*/
  .geekfolio-button {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background-color: #212529;
    color: #fff;
    overflow: hidden;
  }
  .geekfolio-button.icon-end .geekfolio-button-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .geekfolio-button.addi-border {
    overflow: unset;
  }
  .geekfolio-button.addi-border:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    border-top: 1px dashed #1d1d1d;
    opacity: 0.4;
  }
  .geekfolio-button.circle-bg {
    overflow: unset;
  }
  .geekfolio-button.circle-bg:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1d1d1d;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.05;
    z-index: 0;
  }
  .geekfolio-button.animated-gradient-bg::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
    background: -webkit-linear-gradient(right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: -o-linear-gradient(right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: linear-gradient(to left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .geekfolio-button.animated-gradient-bg:hover::before {
    right: -50%;
  }
  .geekfolio-button .geekfolio-button-text {
    position: relative;
    z-index: 2;
  }
  .geekfolio-button .geekfolio-button-icon {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .geekfolio-button:hover .hover-animation-right-to-left {
    animation: RL_smooth 1s ease-in-out infinite alternate both;
  }
  .geekfolio-button.animated-icon .geekfolio-button-content-wrapper .geekfolio-button-icon {
    position: relative;
    transition: all 0.3s ease;
  }
  .geekfolio-button.animated-icon .geekfolio-button-content-wrapper .geekfolio-button-icon:first-of-type {
    opacity: 0;
    transform: translateX(10px);
  }
  .geekfolio-button.animated-icon .geekfolio-button-content-wrapper .geekfolio-button-icon:last-of-type {
    opacity: 1;
    transform: translateX(0);
  }
  .geekfolio-button.animated-icon:hover .geekfolio-button-content-wrapper {
    padding-right: 10px;
  }
  .geekfolio-button.animated-icon:hover .geekfolio-button-content-wrapper .geekfolio-button-icon:first-of-type {
    opacity: 1;
    transform: translateX(0);
  }
  .geekfolio-button.animated-icon:hover .geekfolio-button-content-wrapper .geekfolio-button-icon:last-of-type {
    opacity: 0;
    transform: translateX(-10px);
  }
  
  body.geekfolio-dark-mode .geekfolio-button.circle-bg:after {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-button.addi-border:after {
    border-top: 1px dashed #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-button.circle-bg:after {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-button.addi-border:after {
      border-top: 1px dashed #fff;
    }
  }
  /* ===============================================================
              [ * Button section ]
  ================================================================*/
  .geekfolio-cards-slider .swiper-container {
    display: flex;
    justify-content: center;
  }
  .geekfolio-cards-slider .swiper-wrapper {
    width: auto;
  }
  .geekfolio-cards-slider .swiper-slide {
    padding: 70px 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 250px;
    margin-right: -7px;
    margin-left: -7px;
    transition: all 0.4s;
  }
  .geekfolio-cards-slider .swiper-slide:hover {
    border-color: var(--color-main);
  }
  .geekfolio-cards-slider .geekfolio-card {
    transition: all 0.4s ease;
  }
  .geekfolio-cards-slider .geekfolio-card .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    color: #1d1d1d;
  }
  .geekfolio-cards-slider .geekfolio-card .sub-title {
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
    font-weight: 800;
    line-height: 1;
  }
  .geekfolio-cards-slider .geekfolio-card .description {
    font-size: 14px;
  }
  .geekfolio-cards-slider .geekfolio-card .button {
    color: #1d1d1d;
  }
  .geekfolio-cards-slider .geekfolio-card .button svg {
    fill: #1d1d1d;
  }
  
  body.geekfolio-dark-mode .geekfolio-cards-slider .swiper-slide {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-cards-slider .swiper-slide:hover {
    border-color: var(--color-main);
  }
  body.geekfolio-dark-mode .geekfolio-cards-slider .geekfolio-card .title {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-cards-slider .geekfolio-card .sub-title {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
  body.geekfolio-dark-mode .geekfolio-cards-slider .geekfolio-card .button {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-cards-slider .geekfolio-card .button svg {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-cards-slider .swiper-slide {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-cards-slider .swiper-slide:hover {
      border-color: var(--color-main);
    }
    body.geekfolio-auto-mode .geekfolio-cards-slider .geekfolio-card .title {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-cards-slider .geekfolio-card .sub-title {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
    }
    body.geekfolio-auto-mode .geekfolio-cards-slider .geekfolio-card .button {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-cards-slider .geekfolio-card .button svg {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Brands Slider section ]
  ================================================================*/
  .geekfolio-brands-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
  }
  .geekfolio-brands-slider .circled_border {
    outline: 1px solid rgba(153, 153, 153, 0.3333333333);
    border-radius: 50%;
    border: 1px solid #999;
    width: 300px;
    height: 300px;
  }
  .geekfolio-brands-slider .circled_border:hover {
    outline: 10px solid transparent;
    outline-offset: 50px;
  }
  .geekfolio-brands-slider .circled_border img {
    max-width: 50%;
  }
  .geekfolio-brands-slider .img-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    margin: auto;
  }
  .geekfolio-brands-slider .img-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  
  /* ===============================================================
              [ * Testimonials Carousel section ]
  ================================================================*/
  .geekfolio-testimonials-cards .swiper-controls {
    height: 50px;
    margin-top: 50px;
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-prev,
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-prev:after,
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-testimonials-cards .swiper-controls .left,
  .geekfolio-testimonials-cards .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-testimonials-cards .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials-cards .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-testimonials-cards .swiper-controls .swiper-pagination-custom,
  .geekfolio-testimonials-cards .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-testimonials-cards .item {
    padding: 40px 30px;
    border-radius: 20px;
  }
  .geekfolio-testimonials-cards .item .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30px;
  }
  .geekfolio-testimonials-cards .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .geekfolio-testimonials-cards .main-marqv {
    position: relative;
    padding: 0;
  }
  .geekfolio-testimonials-cards .main-marqv .st1 .box {
    animation: slide-har 150s linear infinite;
  }
  .geekfolio-testimonials-cards .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
    pointer-events: none;
  }
  .geekfolio-testimonials-cards .main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative;
  }
  .geekfolio-testimonials-cards .main-marqv .slide-vertical:hover .box {
    animation-play-state: paused !important;
  }
  .geekfolio-testimonials-cards .main-marqv .slide-vertical .box {
    position: relative;
    animation: slide-vertical 50s linear infinite;
  }
  .geekfolio-testimonials-cards .overlay-slide:nth-of-type(even) .info {
    right: 0;
    left: 0;
  }
  .geekfolio-testimonials-cards .overlay-slide:nth-of-type(even) .img {
    transform: translateY(60px);
    border-color: transparent;
  }
  .geekfolio-testimonials-cards .overlay-slide:nth-of-type(even) .img img {
    filter: grayscale(100%);
    transition: all 0.4s;
  }
  .geekfolio-testimonials-cards .overlayed-item {
    position: relative;
  }
  .geekfolio-testimonials-cards .overlayed-item:hover .info {
    opacity: 1;
    visibility: visible;
  }
  .geekfolio-testimonials-cards .overlayed-item:hover img {
    filter: grayscale(0) !important;
  }
  .geekfolio-testimonials-cards .overlayed-item .info {
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 1px;
    left: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq .slide-har {
    display: flex;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq .slide-har .box {
    position: relative;
    animation: slide-har 80s linear infinite;
    display: flex;
    white-space: nowrap;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq .item {
    padding: 0 15px !important;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq .item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 !important;
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq.team-position {
    background: #fff;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%) rotateZ(5deg);
  }
  .geekfolio-testimonials-cards .overlayed-item .main-marq.team-name {
    background: var(--color-main);
    right: 0;
  }
  .geekfolio-testimonials-cards .overlayed-item .img {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--color-main);
    border-bottom: 0;
    overflow: hidden;
  }
  
  @keyframes slide-har {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes slide-vertical {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  body.geekfolio-dark-mode .geekfolio-testimonials-cards .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #1a1a1a, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #1a1a1a);
    pointer-events: none;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials-cards .main-marqv .item {
    padding: 30px;
    background-color: #222 !important;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials-cards .swiper-controls .left, body.geekfolio-dark-mode .geekfolio-testimonials-cards .swiper-controls .right {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials-cards .swiper-controls .left svg path, body.geekfolio-dark-mode .geekfolio-testimonials-cards .swiper-controls .right svg path {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-testimonials-cards .main-marqv:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background: linear-gradient(to top, #1a1a1a, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #1a1a1a);
      pointer-events: none;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials-cards .main-marqv .item {
      padding: 30px;
      background-color: #222 !important;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials-cards .swiper-controls .left, body.geekfolio-auto-mode .geekfolio-testimonials-cards .swiper-controls .right {
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials-cards .swiper-controls .left svg path, body.geekfolio-auto-mode .geekfolio-testimonials-cards .swiper-controls .right svg path {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Services section ]
  ================================================================*/
  .geekfolio-services .arrow {
    margin-top: 40px;
    display: inline-block;
  }
  .geekfolio-services .arrow .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-services .swiper-controls-container {
    justify-content: flex-end;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-services .swiper-controls-container {
      justify-content: flex-start;
    }
  }
  .geekfolio-services .swiper-controls-container .swiper-controls {
    height: 50px;
    margin-top: 50px;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-prev,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-prev:after,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .left,
  .geekfolio-services .swiper-controls-container .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-pagination-custom,
  .geekfolio-services .swiper-controls-container .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-services .serv-items-crev .swiper-slide {
    height: auto;
  }
  .geekfolio-services .serv-items-crev .item {
    padding: 60px 45px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.4s;
  }
  .geekfolio-services .serv-items-crev .item .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-left: 10px;
  }
  .geekfolio-services .serv-items-crev .item .icon-img {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
  }
  .geekfolio-services .serv-items-crev .item .icon-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .geekfolio-services .serv-items-crev .item .arrow {
    font-size: 12px;
    text-transform: uppercase;
    color: #1d1d1d;
  }
  .geekfolio-services .serv-items-crev .item p {
    font-size: 13px;
  }
  .geekfolio-services .serv-items-crev .item:hover {
    background: rgba(0, 0, 0, 0.02);
  }
  .geekfolio-services .metro {
    display: grid;
    align-content: center;
    overflow: hidden;
  }
  .geekfolio-services .metro .items {
    list-style-type: none;
    gap: 30px;
    display: flex;
  }
  .geekfolio-services .metro .items .item {
    min-width: 400px;
    background: #fff;
    cursor: grab;
    display: grid;
    place-content: center;
    padding: 80px 60px;
  }
  
  body.geekfolio-dark-mode .geekfolio-services.invert-dark img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-services .swiper-controls .left,
  body.geekfolio-dark-mode .geekfolio-services .swiper-controls .right {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-services .swiper-controls .left svg path,
  body.geekfolio-dark-mode .geekfolio-services .swiper-controls .right svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-services .serv-items-crev .item .arrow {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-services .serv-items-crev .item .arrow .circle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-services .serv-items-crev .item .arrow .circle svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-services .serv-items-crev .item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-services .serv-items-crev .item:hover {
    background: rgba(255, 255, 255, 0.02);
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-services.invert-dark img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-services .swiper-controls .left,
    body.geekfolio-auto-mode .geekfolio-services .swiper-controls .right {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-services .swiper-controls .left svg path,
    body.geekfolio-auto-mode .geekfolio-services .swiper-controls .right svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-services .serv-items-crev .item .arrow {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-services .serv-items-crev .item .arrow .circle {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-services .serv-items-crev .item .arrow .circle svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-services .serv-items-crev .item {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-services .serv-items-crev .item:hover {
      background: rgba(255, 255, 255, 0.02);
    }
  }
  /* ===============================================================
              [ * Pricing section ]
  ================================================================*/
  .geekfolio-pricing-card {
    margin-top: 30px;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 30px;
  }
  .geekfolio-pricing-card .background_pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
  }
  .geekfolio-pricing-card .background_pattern.dark-mode {
    display: none;
  }
  .geekfolio-pricing-card p {
    margin: 0;
    padding: 0;
  }
  .geekfolio-pricing-card .geekfolio-badge {
    position: relative;
    bottom: 6px;
  }
  .geekfolio-pricing-card .card-body {
    padding-top: 30px;
  }
  .geekfolio-pricing-card .card-body .list_bullets:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #1d1d1d;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    top: calc(50% - 5px);
  }
  .geekfolio-pricing-card .card-body .geekfolio-feature {
    display: flex;
    position: relative;
  }
  .geekfolio-pricing-card .card-body .geekfolio-feature .geekfolio-cicrle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    margin-inline-end: 15px;
    flex-shrink: 0;
    margin-top: 7px;
  }
  .geekfolio-pricing-card .geekfolio-button-container i {
    margin-right: 5px;
  }
  .geekfolio-pricing-card .price .geekfolio-duration {
    color: #1d1d1d;
  }
  .geekfolio-pricing-card .geekfolio-description {
    color: #696969;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 30px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(0, 0, 0, 0.1019607843);
  }
  .geekfolio-pricing-card .geekfolio-name {
    color: #1d1d1d;
  }
  .geekfolio-pricing-card .geekfolio-feature {
    color: #1d1d1d;
  }
  .geekfolio-pricing-card .geekfolio-button {
    color: #1D1D1D;
    fill: #1D1D1D;
    background-color: rgba(137, 8, 8, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D1D1D;
    padding: 11px 35px 11px 35px;
  }
  .geekfolio-pricing-card .geekfolio-button:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1d1d1d;
  }
  
  body.geekfolio-dark-mode .geekfolio-pricing-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .background_pattern {
    display: none;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .background_pattern.dark-mode {
    display: block;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .card-body .list_bullets:after {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .price .geekfolio-duration {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .geekfolio-description {
    color: #ddd;
    border-color: rgba(255, 255, 255, 0.0509803922);
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .geekfolio-name {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .geekfolio-feature {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .geekfolio-button {
    color: #fff;
    fill: #fff;
    border-color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-pricing-card .geekfolio-button:hover {
    color: #1D1D1D;
    background-color: #fff;
    border-color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-pricing-card {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .background_pattern {
      display: none;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .background_pattern.dark-mode {
      display: block;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .card-body .list_bullets:after {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .price .geekfolio-duration {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .geekfolio-description {
      color: #ddd;
      border-color: rgba(255, 255, 255, 0.0509803922);
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .geekfolio-name {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .geekfolio-feature {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .geekfolio-button {
      color: #fff;
      fill: #fff;
      border-color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-pricing-card .geekfolio-button:hover {
      color: #1D1D1D;
      background-color: #fff;
      border-color: #fff;
    }
  }
  @keyframes explode {
    0% {
      width: 0px;
      height: 0px;
      margin-right: 0px;
      margin-top: 0px;
    }
    100% {
      width: 1000px;
      height: 1000px;
      margin-right: -500px;
      margin-top: -500px;
    }
  }
  @keyframes desplode {
    0% {
      width: 1000px;
      height: 1000px;
      margin-right: -500px;
      margin-top: -500px;
    }
    100% {
      width: 0px;
      height: 0px;
      margin-right: 0px;
      margin-top: 0px;
    }
  }
  /* ===============================================================
              [ * Mailchimp section ]
  ================================================================*/
  /*----------Mailchimp Style 1----------*/
  .geekfolio-mailchimp.button-inside {
    position: relative;
  }
  .geekfolio-mailchimp.button-inside .icon {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .geekfolio-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;
  }
  .geekfolio-mailchimp.button-inside button {
    position: absolute;
    left: 5px;
    top: 5px;
    width: auto;
    height: 35px;
    border-radius: 50%;
    background-color: var(--color-blue6);
    border: 0;
    color: #fff;
  }
  .geekfolio-mailchimp .subs-form {
    display: flex;
  }
  @media (max-width: 767px) {
    .geekfolio-mailchimp .subs-form {
      flex-wrap: wrap;
    }
  }
  .geekfolio-mailchimp .subs-form .form-group {
    position: relative;
  }
  .geekfolio-mailchimp form input:focus {
    box-shadow: none;
  }
  .geekfolio-mailchimp.button-under .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
  }
  .geekfolio-mailchimp.button-under input {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 30px;
    min-height: 45px;
    font-size: 12px;
    padding: 15px 40px 15px 15px;
    font-size: 14px;
  }
  .geekfolio-mailchimp.button-under input::placeholder {
    color: #999;
  }
  .geekfolio-mailchimp.button-under .zumar-button {
    margin-top: 30px;
    border-radius: 10px;
  }
  .geekfolio-mailchimp.button-under .zumar-button .zumar-button-circle {
    border-radius: 10px;
    background-color: var(--color-secondary);
    z-index: 1;
  }
  .geekfolio-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;
  }
  .geekfolio-mailchimp.button-under button span {
    z-index: 2;
    color: #fff;
    position: relative;
  }
  .geekfolio-mailchimp.button-under button i {
    margin-right: 8px;
  }
  .geekfolio-mailchimp.button-under button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .geekfolio-mailchimp.button-under button img {
    width: 15px;
    height: 15px;
    z-index: 2;
    position: relative;
  }
  
  body.geekfolio-dark-mode .geekfolio-mailchimp button i {
    color: #fff;
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-mailchimp button i {
      color: #fff;
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Search section ]
  ================================================================*/
  .geekfolio-search-icon .search-icon-header {
    float: initial;
    margin-right: 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;
  }
  .geekfolio-search-icon .search-icon-header a.search {
    font-size: 16px;
    position: relative;
    display: block;
  }
  .geekfolio-search-icon .search-icon-header a.search:after {
    width: 1px;
    height: 30px;
    position: absolute !important;
    bottom: -5px;
    right: -22px;
    z-index: 0;
    margin: auto;
    background: transparent;
    cursor: initial;
  }
  .geekfolio-search-icon .search-icon-header a.search.hide::after {
    display: none;
  }
  .geekfolio-search-icon .search-icon-header a.cart-contents {
    font-size: 14px;
    position: relative;
    right: 20px;
  }
  .geekfolio-search-icon .search-icon-header a i {
    color: #000000;
    font-size: 20px;
  }
  .geekfolio-search-icon .search-icon-header a svg {
    fill: #000000;
    width: 20px;
    height: 20px;
    top: -2px;
    position: relative;
  }
  .geekfolio-search-icon .search-icon-header a img {
    width: 20px;
    height: 20px;
    top: -2px;
    position: relative;
  }
  .geekfolio-search-icon .search-icon-header .close-black-block a i {
    color: #ffffff;
  }
  .geekfolio-search-icon .search-icon-header .close-black-block a i.fa-times {
    color: #ffffff;
  }
  .geekfolio-search-icon .search-icon-header .close-black-block a:after {
    display: none;
  }
  .geekfolio-search-icon .search-icon-header .searchform input[type=search] {
    font-style: italic;
    font-size: 16px;
    height: 56px;
  }
  .geekfolio-search-icon .search-icon-header .searchform .searchsubmit {
    background: transparent;
  }
  .geekfolio-search-icon .search-icon-header .searchform::after {
    display: inline-block;
    content: "\f002";
    font-family: "FontAwesome";
    background: var(--color-main);
    color: #ffffff !important;
    left: 0;
    height: 56px;
    line-height: 56px;
    width: 56px;
    font-size: 2rem;
    position: absolute;
  }
  .geekfolio-search-icon .search-icon-header .searchform:hover::after {
    opacity: 0.7;
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box {
    position: absolute;
    background-color: #fff;
    box-shadow: -5px 5px 20px rgba(255, 255, 255, 0.0666666667);
    left: 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;
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box form {
    display: flex;
  }
  .geekfolio-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-left: 0;
    border-radius: 0 8px 8px 0;
    min-height: 50px;
    color: #000;
    padding: 12px 15px;
    height: auto;
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box form .searchsubmit {
    flex-shrink: 0;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    background-color: rgba(153, 153, 153, 0.2);
    padding: 10px;
    color: #000;
    margin-right: -2px;
    transition: all 0.3s ease;
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box form .searchsubmit:hover {
    background-color: var(--color-main);
    color: #fff;
  }
  .geekfolio-search-icon .search-icon-header .nav-search-box form::after {
    display: none;
  }
  .geekfolio-search-icon .search-icon-header .black-search-block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    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;
  }
  .geekfolio-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;
  }
  .geekfolio-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;
  }
  .geekfolio-search-icon .black-search-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .geekfolio-search-icon .black-search-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .geekfolio-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;
  }
  .geekfolio-search-icon .black-search-table-cell div input[name=s] {
    background: #fff;
    padding: 15px 15px 15px 50px !important;
    border: none;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 400;
  }
  .geekfolio-search-icon .black-search-table-cell .searchsubmit {
    border: none;
    background: 100%;
    outline: 0;
    width: auto;
    cursor: pointer;
    color: #333;
    padding: 0;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    top: 21px;
    z-index: 99999;
    text-align: center;
  }
  .geekfolio-search-icon .close-black-block {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 50px;
  }
  .geekfolio-search-icon .close-black-block i {
    font-size: 30px;
    color: #ffffff;
  }
  
  .geekfolio-search-field .searchform {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 5px;
  }
  .geekfolio-search-field .searchform .searchsubmit {
    margin-inline-end: 10px;
    flex-shrink: 0;
    font-size: 21px;
    background: transparent;
    border: 0;
  }
  .geekfolio-search-field .searchform .searchsubmit.right {
    margin-inline-end: 0px;
    margin-inline-start: 10px;
  }
  .geekfolio-search-field .searchform .searchsubmit svg {
    width: 21px;
    height: 21px;
    fill: #000;
  }
  .geekfolio-search-field .searchform .searchsubmit img {
    width: 21px;
    height: 21px;
  }
  .geekfolio-search-field .searchform input {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 1px 2px;
  }
  .geekfolio-search-field .searchform input:focus {
    box-shadow: none;
  }
  
  body.geekfolio-dark-mode .geekfolio-search-icon .search-icon-header a i {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-search-icon .search-icon-header a svg {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-search-icon .search-icon-header a i {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-search-icon .search-icon-header a svg {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Menu section ]
  ================================================================*/
  .geekfolio-nav .navigation li {
    padding: 25px;
  }
  .geekfolio-nav .navigation li .sub-menu li {
    padding: 0px 15px;
  }
  .geekfolio-nav .navigation li > a {
    padding: 0;
  }
  .geekfolio-nav .navigation > li.sfHover > a:before {
    display: none;
  }
  .geekfolio-nav.animated-text .menu-wrapper .menu ul li a {
    color: #1d1d1d;
  }
  .geekfolio-nav.animated-text .navigation > li.sfHover > a:before {
    display: none;
  }
  .geekfolio-nav.animated-text .navigation li .sub-menu {
    padding: 0;
    padding-top: 10px;
  }
  .geekfolio-nav.animated-text .navigation li .sub-menu li {
    padding: 5px 20px;
  }
  .geekfolio-nav.animated-text .navigation li .sub-menu li a {
    padding: 0;
  }
  .geekfolio-nav.animated-text .navigation li > a::after {
    top: 46%;
    left: -5px;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text {
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text:hover .letter, .geekfolio-nav.animated-text .navigation li > a .rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block {
    display: block;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
  }
  .geekfolio-nav.animated-text .navigation li > a .rolling-text .block .letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .geekfolio-nav.menu-list {
    margin-top: 30px;
    height: 500px;
    overflow: auto;
  }
  .geekfolio-nav.menu-list .menu-wrapper {
    display: block !important;
  }
  .geekfolio-nav.menu-list .mobile-wrapper {
    display: none !important;
  }
  .geekfolio-nav.menu-list .navigation > li.sfHover > a:before {
    display: none;
  }
  .geekfolio-nav.menu-list::-webkit-scrollbar {
    width: 5px;
  }
  .geekfolio-nav.menu-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .geekfolio-nav.menu-list::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 10px;
  }
  .geekfolio-nav.menu-list .main-menu {
    position: relative;
    z-index: 2;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item {
    transition: all 0.5s;
    display: block;
    padding: 15px 30px;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i {
    top: 50px;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item.sub-menu-open i:before {
    display: none;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-8px);
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 8px;
    transform: translateX(50%);
    background: #1d1d1d;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:after {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    top: 8px;
    right: 0;
    transform: translateY(-50%);
    background: #1d1d1d;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    display: block;
    transition: all 0.7s;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a:hover {
    opacity: 1;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a.dopen i:before {
    opacity: 0;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    color: #1d1d1d;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    font-family: unset;
    transform: unset;
    padding: unset;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item.hoverd a:after {
    width: 0;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu {
    display: none !important;
    border: none;
    border-top: none !important;
    box-shadow: none;
    padding: 20px 0;
    width: 100%;
    height: 0px;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a {
    padding: 12px 10px;
    opacity: 0.6;
    transition: all 0.4s;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a::after {
    display: none;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu li a:hover {
    opacity: 1;
  }
  .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu.sub-open {
    display: block !important;
    opacity: 1 !important;
    height: 100% !important;
    overflow: inherit !important;
    position: relative;
  }
  
  body.geekfolio-dark-mode .geekfolio-nav.animated-text .menu-wrapper .menu ul li a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:before {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:after {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a:after {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu.sub-open a {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-nav.animated-text .menu-wrapper .menu ul li a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:before {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item i:after {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item a:after {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-nav.menu-list .main-menu .navigation > .menu-item .sub-menu.sub-open a {
      color: #fff;
    }
  }
  body.geekfolio-dark-mode .geekfolio-nav .menu-wrapper ul li ul {
    background: #1a1a1a;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-nav .menu-wrapper ul li ul {
      background: #1a1a1a;
    }
  }
  /* ===============================================================
              [ * showcases section ]
  ================================================================*/
  .geekfolio-showcases {
    position: relative;
  }
  .geekfolio-showcases .columns-carousel {
    display: block;
    position: relative;
  }
  .geekfolio-showcases .columns-carousel .swiper-slide .img {
    height: 60vh;
  }
  .geekfolio-showcases .columns-carousel .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-showcases .columns-carousel.out {
    width: 120%;
    margin-right: -10%;
  }
  .geekfolio-showcases .columns-carousel .swiper-slide-active .img .cont span,
  .geekfolio-showcases .columns-carousel .swiper-slide-active .img .cont h6 {
    opacity: 1;
    transform: translate(0);
  }
  .geekfolio-showcases .columns-carousel .img {
    position: relative;
  }
  .geekfolio-showcases .columns-carousel .img .cont {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .geekfolio-showcases .columns-carousel .img .cont span,
  .geekfolio-showcases .columns-carousel .img .cont h6 {
    background: #f1f3f5;
    font-weight: 500;
    padding: 5px 15px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s;
    color: #1d1d1d;
  }
  .geekfolio-showcases .columns-carousel .img .cont h6 {
    transition-delay: 0.2s;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .geekfolio-showcases .columns-carousel .img .cont span {
    display: inline-block;
    margin-bottom: 5px;
  }
  .geekfolio-showcases .columns-carousel .img .plink {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .geekfolio-showcases .columns-carousel.random .swiper-container {
    overflow: visible;
  }
  .geekfolio-showcases .columns-carousel.random .swiper-slide .item .img {
    height: 450px;
  }
  .geekfolio-showcases .columns-carousel.random .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-showcases .columns-carousel.random .swiper-slide:nth-of-type(odd) .item .img {
    height: 380px;
    transform: translateY(35px);
  }
  .geekfolio-showcases .columns-carousel.random .swiper-slide:nth-of-type(odd) .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-showcases .columns-carousel .out-right {
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .geekfolio-showcases .columns-carousel .out-right .swiper-container {
    overflow: visible;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100%;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-button-prev,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-button-prev:after,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-prev,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-prev:hover .left,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-prev:hover .right,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-next:hover .left,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .left,
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .left {
    transform: rotate(-180deg);
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    z-index: 44;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination span {
    cursor: pointer;
  }
  .geekfolio-showcases .full-width-parallax,
  .geekfolio-showcases .full-width-frame,
  .geekfolio-showcases .circle-carousel {
    position: relative;
  }
  .geekfolio-showcases .full-width-parallax .bg-img,
  .geekfolio-showcases .full-width-frame .bg-img,
  .geekfolio-showcases .circle-carousel .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
  }
  .geekfolio-showcases .full-width-parallax .swiper-slide,
  .geekfolio-showcases .full-width-frame .swiper-slide,
  .geekfolio-showcases .circle-carousel .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
  }
  .geekfolio-showcases .full-width-parallax .caption,
  .geekfolio-showcases .full-width-frame .caption,
  .geekfolio-showcases .circle-carousel .caption {
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-showcases .full-width-parallax .caption,
    .geekfolio-showcases .full-width-frame .caption,
    .geekfolio-showcases .circle-carousel .caption {
      padding: 0 35px;
    }
  }
  .geekfolio-showcases .full-width-parallax .caption h1,
  .geekfolio-showcases .full-width-frame .caption h1,
  .geekfolio-showcases .circle-carousel .caption h1 {
    font-size: 80px;
    position: relative;
    line-height: 1.2;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-showcases .full-width-parallax .caption h1,
    .geekfolio-showcases .full-width-frame .caption h1,
    .geekfolio-showcases .circle-carousel .caption h1 {
      font-size: 45px;
    }
  }
  .geekfolio-showcases .full-width-parallax span,
  .geekfolio-showcases .full-width-frame span,
  .geekfolio-showcases .circle-carousel span {
    display: inline-block;
  }
  .geekfolio-showcases .full-width-parallax .swiper-slide-active .caption .discover,
  .geekfolio-showcases .full-width-frame .swiper-slide-active .caption .discover,
  .geekfolio-showcases .circle-carousel .swiper-slide-active .caption .discover {
    opacity: 1;
    transition: all 0.7s;
  }
  .geekfolio-showcases .full-width-parallax .slider-contro,
  .geekfolio-showcases .full-width-frame .slider-contro,
  .geekfolio-showcases .circle-carousel .slider-contro {
    position: absolute;
    bottom: 60px;
    right: 80px;
    width: calc(100% - 160px);
  }
  .geekfolio-showcases .full-width-parallax .slider-contro i,
  .geekfolio-showcases .full-width-frame .slider-contro i,
  .geekfolio-showcases .circle-carousel .slider-contro i {
    margin: 0 10px;
    color: #fff;
  }
  .geekfolio-showcases .full-width-parallax .slider-contro span,
  .geekfolio-showcases .full-width-frame .slider-contro span,
  .geekfolio-showcases .circle-carousel .slider-contro span {
    color: #fff;
    white-space: nowrap;
  }
  .geekfolio-showcases .full-width-parallax .dots,
  .geekfolio-showcases .full-width-frame .dots,
  .geekfolio-showcases .circle-carousel .dots {
    bottom: 50px;
    z-index: 1;
    right: 0;
    width: 100%;
  }
  .geekfolio-showcases .full-width-parallax .dots span,
  .geekfolio-showcases .full-width-frame .dots span,
  .geekfolio-showcases .circle-carousel .dots span {
    background: #fff;
    width: 5px;
    height: 5px;
    margin: 0 7px !important;
    border-radius: 50% !important;
  }
  .geekfolio-showcases .full-width-parallax .dots span.swiper-pagination-bullet-active,
  .geekfolio-showcases .full-width-frame .dots span.swiper-pagination-bullet-active,
  .geekfolio-showcases .circle-carousel .dots span.swiper-pagination-bullet-active {
    position: relative;
  }
  .geekfolio-showcases .full-width-parallax .dots span.swiper-pagination-bullet-active:after,
  .geekfolio-showcases .full-width-frame .dots span.swiper-pagination-bullet-active:after,
  .geekfolio-showcases .circle-carousel .dots span.swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .geekfolio-showcases .full-width-parallax .swiper-button-next:after,
  .geekfolio-showcases .full-width-parallax .swiper-button-prev:after,
  .geekfolio-showcases .full-width-frame .swiper-button-next:after,
  .geekfolio-showcases .full-width-frame .swiper-button-prev:after,
  .geekfolio-showcases .circle-carousel .swiper-button-next:after,
  .geekfolio-showcases .circle-carousel .swiper-button-prev:after {
    display: none;
  }
  .geekfolio-showcases .full-width-parallax .slidenav,
  .geekfolio-showcases .full-width-frame .slidenav,
  .geekfolio-showcases .circle-carousel .slidenav {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 40px;
  }
  .geekfolio-showcases .full-width-parallax .slidenav .container,
  .geekfolio-showcases .full-width-frame .slidenav .container,
  .geekfolio-showcases .circle-carousel .slidenav .container {
    display: flex;
    align-items: center;
  }
  .geekfolio-showcases .full-width-parallax .slidenav .slidenav__item--next,
  .geekfolio-showcases .full-width-frame .slidenav .slidenav__item--next,
  .geekfolio-showcases .circle-carousel .slidenav .slidenav__item--next {
    margin-right: auto;
  }
  .geekfolio-showcases .full-width-parallax .slidenav .slidenav__item--next i,
  .geekfolio-showcases .full-width-frame .slidenav .slidenav__item--next i,
  .geekfolio-showcases .circle-carousel .slidenav .slidenav__item--next i {
    margin-left: 0;
    margin-right: 20px;
  }
  .geekfolio-showcases .full-width-parallax .slidenav button,
  .geekfolio-showcases .full-width-frame .slidenav button,
  .geekfolio-showcases .circle-carousel .slidenav button {
    padding: 0;
    background: transparent;
    border: 0;
    display: flex;
    color: #fff;
  }
  .geekfolio-showcases .full-width-parallax .slidenav button i,
  .geekfolio-showcases .full-width-frame .slidenav button i,
  .geekfolio-showcases .circle-carousel .slidenav button i {
    margin-left: 20px;
  }
  .geekfolio-showcases .full-width-frame {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .geekfolio-showcases .full-width-frame .shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
  }
  .geekfolio-showcases .full-width-frame h1 {
    font-size: 70px;
    color: #fff;
  }
  .geekfolio-showcases .full-width-frame h1 .sub-title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
  }
  .geekfolio-showcases .full-width-frame h1 a {
    color: #fff;
  }
  .geekfolio-showcases .full-width-frame .slide {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
  }
  .geekfolio-showcases .full-width-frame .slide.slide--current {
    opacity: 1;
    pointer-events: auto;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-showcases .full-width-parallax .slider-contro {
      right: 5px;
      width: calc(100% - 10px);
    }
  }
  @media screen and (max-width: 768px) {
    .geekfolio-showcases .full-width-parallax .slider-contro span {
      display: none;
    }
  }
  .geekfolio-showcases .circle-carousel {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .geekfolio-showcases .circle-carousel span {
    display: block;
  }
  .geekfolio-showcases .circle-carousel .slide {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
  }
  .geekfolio-showcases .circle-carousel .slide.slide--current {
    opacity: 1;
    pointer-events: auto;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption {
    position: relative;
    padding: 0 10vw;
    cursor: default;
    width: 100%;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption .text-row {
    position: relative;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    line-height: 1.3;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption .text-row > span {
    display: block;
    position: relative;
    padding: 0.5rem 0;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption .sub-title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption .title {
    font-size: 70px;
  }
  .geekfolio-showcases .circle-carousel .slide .slide__caption .explore-btn {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    display: inline-block;
    color: #1d1d1d;
  }
  .geekfolio-showcases .circle-carousel .slide-nav-butn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .geekfolio-showcases .circle-carousel .slide-nav-butn .slides-nav__button {
    display: block;
    cursor: pointer;
    background: none;
    border: 0;
    width: 55px;
    height: 24px;
    padding: 0;
    margin: 0 0.75rem;
  }
  .geekfolio-showcases .circle-carousel .slide-nav-butn .slides-nav__button:focus {
    outline: none;
  }
  .geekfolio-showcases .circle-carousel .slides-nav svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .geekfolio-showcases .circle-carousel .slide__img-wrap {
    will-change: transform;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .geekfolio-showcases .circle-carousel .slides-nav__index {
    margin-right: 2rem;
    white-space: nowrap;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 1rem 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1;
  }
  .geekfolio-showcases .circle-carousel .slides-nav__index > span {
    width: 2rem;
  }
  .geekfolio-showcases .circle-carousel .slides-nav__index .slides-nav__index-current {
    position: relative;
    overflow: hidden;
  }
  .geekfolio-showcases .circle-carousel .slides-nav__index .slides-nav__index-current span {
    display: inline-block;
  }
  .geekfolio-showcases .interactive-links {
    position: relative;
  }
  .geekfolio-showcases .interactive-links::-webkit-scrollbar {
    width: 0;
  }
  .geekfolio-showcases .interactive-links::-webkit-scrollbar-track {
    background: transparent;
  }
  .geekfolio-showcases .interactive-links::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }
  .geekfolio-showcases .interactive-links::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .geekfolio-showcases .interactive-links .links-text ul {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .geekfolio-showcases .interactive-links .links-text li {
    display: inline-block;
    padding: 40px;
    position: relative;
    z-index: 9;
  }
  .geekfolio-showcases .interactive-links .links-text li .text {
    transition: all 0.4s;
    -webkit-text-stroke: 1px transparent;
  }
  .geekfolio-showcases .interactive-links .links-text li.no-active {
    opacity: 0.3;
  }
  .geekfolio-showcases .interactive-links .links-text li.no-active .text {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
  .geekfolio-showcases .interactive-links .links-text li.current h2 a {
    color: #fff;
  }
  .geekfolio-showcases .interactive-links .links-text li.current h2 a .tag {
    color: #fff;
  }
  .geekfolio-showcases .interactive-links .links-text li.current h2 span {
    color: #fff;
  }
  .geekfolio-showcases .interactive-links .links-text li .sub-title {
    margin-bottom: 10px;
  }
  .geekfolio-showcases .interactive-links .links-text li h2 {
    font-weight: 800;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .geekfolio-showcases .interactive-links .links-text li h2 a {
    color: #000;
  }
  .geekfolio-showcases .interactive-links .links-text li h2 a .tag {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1d1d1d;
    line-height: 1.3;
  }
  .geekfolio-showcases .interactive-links .links-text li h2 .num {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
    margin-left: 15px;
  }
  .geekfolio-showcases .interactive-links .links-img {
    position: fixed;
    top: 50%;
    right: 50%;
    width: 80vw;
    height: 70vh;
    transform: translateX(50%) translateY(-50%);
    pointer-events: none;
    overflow: hidden;
  }
  .geekfolio-showcases .interactive-links .links-img .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1, 1.1);
    transition: all 0.7s;
  }
  .geekfolio-showcases .interactive-links .links-img .img.current {
    transform: scale(1);
    opacity: 1;
  }
  .geekfolio-showcases .interactive-links .links-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .geekfolio-showcases .interactive-links a {
    display: inline-block;
  }
  .geekfolio-showcases .ml-auto {
    margin-right: auto;
  }
  
  body.geekfolio-dark-mode .geekfolio-showcases .interactive-links .links-text h2 a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-showcases .interactive-links .links-text h2 a .tag {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-showcases .circle-carousel .slide .slide__caption .explore-btn {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-showcases .circle-carousel .slides-nav__index {
    color: #fff;
    border: 1px solid #fff;
  }
  body.geekfolio-dark-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .left, body.geekfolio-dark-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .right {
    color: #fff;
    border: 1px solid #fff;
  }
  body.geekfolio-dark-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
  }
  body.geekfolio-dark-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-showcases .interactive-links .links-text h2 a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-showcases .interactive-links .links-text h2 a .tag {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-showcases .circle-carousel .slide .slide__caption .explore-btn {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-showcases .circle-carousel .slides-nav__index {
      color: #fff;
      border: 1px solid #fff;
    }
    body.geekfolio-auto-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .left, body.geekfolio-auto-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls.arrow-out .right {
      color: #fff;
      border: 1px solid #fff;
    }
    body.geekfolio-auto-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet {
      background: rgba(255, 255, 255, 0.5);
    }
    body.geekfolio-auto-mode .geekfolio-showcases .columns-carousel .columns-carousel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--color-main);
    }
  }
  /* ===============================================================
              [ * Offcanvas section ]
  ================================================================*/
  /*--------------------------- Offcanvas --------------------------*/
  .geekfolio-offcanvas {
    margin-right: auto;
    cursor: pointer;
  }
  .geekfolio-offcanvas.open .text .word {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .geekfolio-offcanvas.open .text:after {
    opacity: 1;
    transition-delay: 0.6s;
  }
  .geekfolio-offcanvas.open .icon {
    width: 20px;
  }
  .geekfolio-offcanvas.open .icon i {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    margin: 0;
  }
  .geekfolio-offcanvas.open .icon i:first-of-type {
    transform: rotate(-45deg);
  }
  .geekfolio-offcanvas.open .icon i:last-of-type {
    transform: rotate(45deg);
  }
  .geekfolio-offcanvas .text {
    font-size: 13px;
    font-weight: 500;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #1d1d1d;
  }
  .geekfolio-offcanvas .text:after {
    content: "close";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 15px;
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .geekfolio-offcanvas .text .word {
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .geekfolio-offcanvas .icon {
    display: table-cell;
    position: relative;
    padding-top: 3px;
  }
  .geekfolio-offcanvas .icon i {
    display: block;
    width: 20px;
    height: 2px;
    background: #1d1d1d;
    margin: 4px 0;
    transition: transform 0.4s;
  }
  
  .side-panel {
    background-color: rgba(0, 0, 0, 0.5019607843);
    transition-duration: 0s;
    transition-delay: 0.35s;
    z-index: 22;
  }
  .side-panel .geekfolio-custom-sidepanel {
    transform: translateX(calc(-1*(-100% + 80px)));
    transition: 0.45s;
  }
  .side-panel.open {
    transition-duration: 0s;
    transition-delay: 0s;
  }
  .side-panel.open .geekfolio-custom-sidepanel {
    transform: translateX(0);
    transition: 0.45s;
  }
  
  body.geekfolio-dark-mode .geekfolio-offcanvas .text {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-offcanvas .icon i {
    background: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-offcanvas .text {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-offcanvas .icon i {
      background: #fff;
    }
  }
  /* ===============================================================
              [ * Portfolio Carousel section ]
  ================================================================*/
  .geekfolio-portfolio-carousel p {
    margin-bottom: 0;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider {
    position: relative;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus {
    overflow: hidden;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .out {
    width: 120%;
    margin-right: -10%;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .out {
      width: 100%;
      margin-right: 0;
    }
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont span,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont h6 {
    opacity: 1;
    transform: translate(0);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img {
    position: relative;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .cont {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .cont span,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .cont h6 {
    background: #f1f3f5;
    font-weight: 500;
    padding: 5px 15px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .cont span {
    margin-bottom: 15px;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .cont h6 {
    transition-delay: 0.2s;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .img .plink {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus.random .swiper-container {
    overflow: visible;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus.random .swiper-slide .item .img {
    height: 450px;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus.random .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
    height: 380px;
    transform: translateY(35px);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .out-right {
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .out-right .swiper-container {
    overflow: visible;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-controls {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 100%;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-controls .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    z-index: 44;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .work-controls .swiper-pagination span {
    cursor: pointer;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container {
    justify-content: flex-end;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container {
      justify-content: flex-start;
    }
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls {
    height: 50px;
    position: absolute;
    top: -120px;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls {
      position: relative;
      top: -40px;
    }
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-prev,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-prev:after,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .left,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-pagination-custom,
  .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls-container .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer {
    width: 300vw;
    min-height: 100vh;
    display: flex;
    flex-wrap: nowrap;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-carousel.geekfolio-thecontainer {
      width: 100%;
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item {
    width: 42vw;
    position: relative;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item {
      width: 100%;
    }
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item .cont {
    margin-top: 30px;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item .cont h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item .cont span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .geekfolio-portfolio-carousel.geekfolio-thecontainer .geekfolio-hscroll-panel .item .link-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .geekfolio-portfolio-carousel .ml-auto {
    margin-right: auto;
  }
  
  body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont h6, body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont span {
    background: #1d1d1d;
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .left,
  body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .right {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .left svg path,
  body.geekfolio-dark-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .right svg path {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont h6, body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .work-crus .swiper-slide-active .img .cont span {
      background: #1d1d1d;
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .left,
    body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .right {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .left svg path,
    body.geekfolio-auto-mode .geekfolio-portfolio-carousel.geekfolio-port-slider .swiper-controls .right svg path {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Posts section ]
  ================================================================*/
  .geekfolio-posts .rest {
    padding: 0 !important;
    margin: 0 !important;
  }
  .geekfolio-posts .item.img-row {
    border-radius: 10px;
    margin-bottom: 80px;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 768px) {
    .geekfolio-posts .item.img-row {
      margin-bottom: 50px !important;
    }
  }
  .geekfolio-posts .item.img-row .img {
    min-height: 300px;
    padding: 0 15px 0 0;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-posts .item.img-row .img {
      padding: 0;
      height: auto;
      margin-top: 15px;
    }
  }
  .geekfolio-posts .item.img-row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    position: relative;
    bottom: -30px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-posts .item.img-row .img img {
      bottom: auto;
    }
  }
  .geekfolio-posts .item.img-row.img-inside {
    border: none;
  }
  .geekfolio-posts .item.img-row.img-inside .img-inside-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .geekfolio-posts .item.img-row.img-inside .img {
    padding: 0px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-posts .item.img-row.img-inside .img {
      margin-top: 0px;
    }
  }
  .geekfolio-posts .item.img-row.img-inside .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 10px 10px 0;
    bottom: unset;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-posts .item.img-row.img-inside .img img {
      bottom: auto;
    }
  }
  .geekfolio-posts .item.img-row.img-inside .cont {
    padding: 80px 30px;
    background-color: #fff;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
  }
  .geekfolio-posts .item.img-row.img-inside .cont .date {
    opacity: 0.7;
  }
  .geekfolio-posts .item.img-row .cont {
    padding: 30px 0;
  }
  .geekfolio-posts .item.img-row .cont .date {
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    color: #606060;
    opacity: 0.7;
    display: inline-block;
  }
  .geekfolio-posts .item.img-row .cont .title a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
  .geekfolio-posts .item.img-row .cont .categories {
    margin-top: 15px;
  }
  .geekfolio-posts .item.img-row .cont .categories a {
    font-size: 13px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all 0.4s;
    font-weight: 400;
    color: #1d1d1d;
  }
  .geekfolio-posts .item.img-row .cont .categories a:hover {
    background: var(--color-main);
    color: #fff;
  }
  .geekfolio-posts .item.img-under-cont {
    margin-bottom: 50px;
  }
  .geekfolio-posts .item.img-under-cont span, .geekfolio-posts .item.img-under-cont a {
    display: inline-block;
  }
  .geekfolio-posts .item.img-under-cont .cont .title a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .geekfolio-posts .item.img-under-cont .cont .info {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-posts .item.img-under-cont .cont .info .by a, .geekfolio-posts .item.img-under-cont .cont .info .date a {
    color: #1d1d1d;
  }
  .geekfolio-posts .item.img-under-cont .cont .info .by i, .geekfolio-posts .item.img-under-cont .cont .info .date i {
    margin-left: 10px;
  }
  .geekfolio-posts .item.img-under-cont .cont .info .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 30px;
    background-color: var(--color-main);
  }
  .geekfolio-posts .item.img-under-cont .img {
    position: relative;
  }
  .geekfolio-posts .item.img-under-cont .img a {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%) scale(0);
    color: #f1f3f5;
    background-color: var(--color-main);
    z-index: 3;
    opacity: 0;
    transition: all 0.4s;
  }
  .geekfolio-posts .item.img-under-cont .img a svg {
    width: 25px;
    height: 25px;
  }
  .geekfolio-posts .item.img-under-cont .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f5;
    opacity: 0;
    transition: all 0.4s;
  }
  .geekfolio-posts .item.img-under-cont .img:hover a {
    opacity: 1;
    transform: translateX(50%) translateY(-50%) scale(1);
  }
  .geekfolio-posts .item.img-under-cont .img:hover:after {
    opacity: 0.7;
  }
  
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row.img-inside {
    border: none;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row.img-inside .cont {
    background: #1a1a1a;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row.img-inside .cont .date {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row .cont .title a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row .cont .date {
    color: #ddd;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row .cont .categories a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-row .cont .categories a:hover {
    background: var(--color-main);
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-under-cont .cont .title a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-under-cont .cont .info {
    border-top: 1px solid rgba(255, 255, 255, 0.0509803922);
  }
  body.geekfolio-dark-mode .geekfolio-posts .item.img-under-cont .cont .info .by a, body.geekfolio-dark-mode .geekfolio-posts .item.img-under-cont .cont .info .date a {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row.img-inside {
      border: none;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row.img-inside .cont {
      background: #1a1a1a;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row.img-inside .cont .date {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row .cont .title a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row .cont .date {
      color: #ddd;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row .cont .categories a {
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-row .cont .categories a:hover {
      background: var(--color-main);
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-under-cont .cont .title a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-under-cont .cont .info {
      border-top: 1px solid rgba(255, 255, 255, 0.0509803922);
    }
    body.geekfolio-auto-mode .geekfolio-posts .item.img-under-cont .cont .info .by a, body.geekfolio-auto-mode .geekfolio-posts .item.img-under-cont .cont .info .date a {
      color: #fff;
    }
  }
  /* ===============================================================
              [ * Posts section ]
  ================================================================*/
  .geekfolio-posts-carousel .item {
    padding-left: 60px;
  }
  .geekfolio-posts-carousel .item .img {
    position: relative;
  }
  .geekfolio-posts-carousel .item .img .date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: -50px;
    transform: rotate(90deg) translateX(50%) translateY(100%);
    opacity: 0.7;
  }
  .geekfolio-posts-carousel .item .img .date:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    width: 50px;
    border-bottom: 1px solid #cecece;
  }
  .geekfolio-posts-carousel .item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #1d1d1d;
  }
  .geekfolio-posts-carousel .item .read-more-btn {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-posts-carousel .swiper-controls-container {
    justify-content: flex-end;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-posts-carousel .swiper-controls-container {
      justify-content: flex-start;
    }
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls {
    height: 50px;
    position: absolute;
    top: -120px;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-posts-carousel .swiper-controls-container .swiper-controls {
      position: relative;
      top: -40px;
    }
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-prev,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-prev:after,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .left,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-pagination-custom,
  .geekfolio-posts-carousel .swiper-controls-container .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  
  body.geekfolio-dark-mode .geekfolio-posts-carousel .item .title {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts-carousel .item .read-more-btn {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts-carousel .swiper-controls .left,
  body.geekfolio-dark-mode .geekfolio-posts-carousel .swiper-controls .right {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-posts-carousel .swiper-controls .left svg path,
  body.geekfolio-dark-mode .geekfolio-posts-carousel .swiper-controls .right svg path {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-posts-carousel .item .title {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts-carousel .item .read-more-btn {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts-carousel .swiper-controls .left,
    body.geekfolio-auto-mode .geekfolio-posts-carousel .swiper-controls .right {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-posts-carousel .swiper-controls .left svg path,
    body.geekfolio-auto-mode .geekfolio-posts-carousel .swiper-controls .right svg path {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Services Show section ]
  ================================================================*/
  .geekfolio-services-show .block__title {
    transition: all 0.4s;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(0, 0, 0, 0.1019607843);
  }
  .geekfolio-services-show .block__title:hover {
    border-color: #eee;
  }
  .geekfolio-services-show .block {
    transition: all ease 0.4s;
  }
  .geekfolio-services-show li {
    list-style: none;
  }
  .geekfolio-services-show li:last-of-type .block__title {
    margin: 0 !important;
  }
  .geekfolio-services-show .icon-img {
    display: inline-block;
  }
  .geekfolio-services-show .ml-auto {
    margin-right: auto;
  }
  .geekfolio-services-show .arrow svg {
    color: #1d1d1d;
  }
  .geekfolio-services-show .block[data-fx="1"] a::after,
  .geekfolio-services-show a.content__text-link[data-fx="1"]::after {
    content: "";
    z-index: -1;
    width: 100%;
    bottom: 0.25rem;
    right: 0;
    position: absolute;
    height: 2px;
    background: currentColor;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .geekfolio-services-show a.content__text-link[data-fx="1"]::after {
    bottom: 0;
  }
  .geekfolio-services-show .hover-reveal {
    position: fixed;
    width: 240px;
    height: 180px;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transform: rotate(15deg) translateY(-90px) translateX(-50px);
  }
  .geekfolio-services-show .hover-reveal__inner,
  .geekfolio-services-show .hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .geekfolio-services-show .hover-reveal__deco {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #181314;
  }
  .geekfolio-services-show .hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
  }
  
  body.geekfolio-dark-mode .geekfolio-services-show .invert-dark img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-services-show .block__title {
    border-color: rgba(255, 255, 255, 0.0509803922);
  }
  body.geekfolio-dark-mode .geekfolio-services-show .arrow svg {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-services-show .invert-dark img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-services-show .block__title {
      border-color: rgba(255, 255, 255, 0.0509803922);
    }
    body.geekfolio-auto-mode .geekfolio-services-show .arrow svg {
      color: #fff;
    }
  }
  /* ===============================================================
              [ * Portfolio Grid section ]
  ================================================================*/
  .geekfolio-portfolio-grid.geekfolio-masonry .gridss .inner {
    height: auto;
  }
  .geekfolio-portfolio-grid .filtering .filter {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: inline-block;
  }
  .geekfolio-portfolio-grid .filtering span {
    font-weight: 500;
    font-size: 13px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    opacity: 0.7;
  }
  .geekfolio-portfolio-grid .filtering span.active {
    opacity: 1;
  }
  .geekfolio-portfolio-grid .filtering span.text {
    pointer-events: none;
  }
  .geekfolio-portfolio-grid .gridss {
    width: 100%;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img {
    position: relative;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img a {
    width: 100%;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img .info {
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s;
    z-index: 2;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img:hover:after {
    opacity: 0.2;
  }
  .geekfolio-portfolio-grid .gridss .info-overlay .item-img:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .geekfolio-portfolio-grid .gridss .inner {
    height: 400px;
  }
  .geekfolio-portfolio-grid .gridss .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  
  .geekfolio-metro .gridss .info-overlay .item-img {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .geekfolio-metro .gridss .info-overlay .item-img:hover:after {
    opacity: 0.8;
  }
  .geekfolio-metro .gridss .info-overlay .item-img:hover .info h6,
  .geekfolio-metro .gridss .info-overlay .item-img:hover .info .tag {
    transform: translateY(0);
    opacity: 1;
  }
  .geekfolio-metro .gridss .info-overlay .item-img:hover .info .tag {
    transition-delay: 0.2s;
  }
  .geekfolio-metro .gridss .info-overlay .item-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    transition: all 0.4s;
    pointer-events: none;
    opacity: 0;
  }
  .geekfolio-metro .gridss .info-overlay .item-img .info {
    color: #fff !important;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 2;
  }
  .geekfolio-metro .gridss .info-overlay .item-img .info h6,
  .geekfolio-metro .gridss .info-overlay .item-img .info .tag {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.6s;
  }
  .geekfolio-metro .gridss .info-overlay .item-img .info h6 a,
  .geekfolio-metro .gridss .info-overlay .item-img .info .tag a {
    color: #fff !important;
  }
  .geekfolio-metro .gridss .info-overlay .item-img .info .tag {
    transition-delay: 0;
  }
  .geekfolio-metro .gridss .info-overlay .item-img a {
    height: 100%;
    display: inline-block;
  }
  .geekfolio-metro .gridss .inner {
    height: 100% !important;
  }
  .geekfolio-metro .items:nth-child(1) {
    height: 530px;
  }
  .geekfolio-metro .items:nth-child(2) {
    height: 250px;
  }
  .geekfolio-metro .items:nth-child(3) {
    height: 530px;
  }
  .geekfolio-metro .items:nth-child(4) {
    height: 250px;
  }
  .geekfolio-metro .items:nth-child(5) {
    height: 530px;
  }
  .geekfolio-metro .items:nth-child(6) {
    height: 250px;
  }
  .geekfolio-metro .items:nth-child(7) {
    height: 250px;
  }
  .geekfolio-metro .items:nth-child(8) {
    height: 250px;
  }
  
  @media screen and (max-width: 768px) {
    .geekfolio-portfolio-grid .gallery, .geekfolio-metro .gallery {
      justify-content: center !important;
    }
    .geekfolio-portfolio-grid .filtering .filter, .geekfolio-metro .filtering .filter {
      padding: 10px;
      width: 100%;
    }
    .geekfolio-portfolio-grid .filtering .filter span, .geekfolio-metro .filtering .filter span {
      margin: 0 10px;
    }
    .geekfolio-portfolio-grid .filtering .filter span.text, .geekfolio-metro .filtering .filter span.text {
      display: none;
    }
  }
  /* ===============================================================
              [ * Posts section ]
  ================================================================*/
  .geekfolio-posts-list .position-re {
    position: relative;
  }
  .geekfolio-posts-list.thumbnail-bg .item {
    padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .geekfolio-posts-list.thumbnail-bg .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-posts-list.thumbnail-bg .item:hover .background {
    opacity: 1;
    background-position: center bottom;
  }
  .geekfolio-posts-list.thumbnail-bg .item .info .author {
    margin-left: 20px;
  }
  .geekfolio-posts-list.thumbnail-bg .item .info .author .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
  }
  .geekfolio-posts-list.thumbnail-bg .item .info .author .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .geekfolio-posts-list.thumbnail-bg .item .date {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    font-size: 13px;
  }
  .geekfolio-posts-list.thumbnail-bg .item .title a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 10px;
  }
  .geekfolio-posts-list.thumbnail-bg .item .categories a {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    margin: 5px 0 5px 5px;
    color: #1d1d1d;
  }
  .geekfolio-posts-list.thumbnail-bg .item .background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    transition: opacity 0.4s, background-position 10s linear;
  }
  .geekfolio-posts-list.thumbnail-bg .item .background .more a {
    font-size: 14px;
    padding: 14px 35px;
    background: var(--color-main);
    border-radius: 30px;
  }
  .geekfolio-posts-list.thumbnail-bg .item .background .more a span,
  .geekfolio-posts-list.thumbnail-bg .item .background .more a i {
    color: #000;
  }
  .geekfolio-posts-list.thumbnail-circle .item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
  }
  .geekfolio-posts-list.thumbnail-circle .item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-posts-list.thumbnail-circle .item:first-of-type:hover {
    border-bottom-color: #ccc;
  }
  .geekfolio-posts-list.thumbnail-circle .item:hover {
    border-bottom-color: #ccc;
  }
  .geekfolio-posts-list.thumbnail-circle .item:hover .title a {
    text-decoration: underline;
  }
  .geekfolio-posts-list.thumbnail-circle .item:hover .img img {
    transform: scale(1);
    opacity: 1;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-posts-list.thumbnail-circle .item .categories {
      margin-bottom: 30px;
    }
  }
  .geekfolio-posts-list.thumbnail-circle .item .categories a {
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    font-size: 13px;
  }
  .geekfolio-posts-list.thumbnail-circle .item .title a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
  .geekfolio-posts-list.thumbnail-circle .item .img {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-posts-list.thumbnail-circle .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
  }
  .geekfolio-posts-list.thumbnail-circle .item .info .separator,
  .geekfolio-posts-list.thumbnail-circle .item .info .date,
  .geekfolio-posts-list.thumbnail-circle .item .info .author {
    font-size: 13px;
    color: #5c5d5d;
  }
  .geekfolio-posts-list.thumbnail-circle .item .info .separator {
    margin: 0px 15px;
  }
  
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-bg .item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-bg .item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-bg .item .title a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-bg .item .categories a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item:last-child:hover {
    border-bottom-color: #eee;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item:hover {
    border-bottom-color: #eee;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item .title a {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item .info .separator,
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item .info .date,
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item .info .author {
    color: #ddd;
    opacity: 0.7;
  }
  body.geekfolio-dark-mode .geekfolio-posts-list.thumbnail-circle .item .categories a {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-bg .item {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-bg .item:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-bg .item .title a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-bg .item .categories a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item:last-child:hover {
      border-bottom-color: #eee;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item:hover {
      border-bottom-color: #eee;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item .title a {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item .info .separator,
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item .info .date,
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item .info .author {
      color: #ddd;
      opacity: 0.7;
    }
    body.geekfolio-auto-mode .geekfolio-posts-list.thumbnail-circle .item .categories a {
      color: #fff;
    }
  }
  /* ===============================================================
              [ * Contact Form section ]
  ================================================================*/
  .geekfolio-contact-shortcode input[type=submit] {
    width: initial;
  }
  .geekfolio-contact-shortcode .wpcf7-submit {
    color: #1D1D1D;
    fill: #1D1D1D;
    background-color: rgba(137, 8, 8, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D1D1D;
  }
  .geekfolio-contact-shortcode .wpcf7-submit:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1d1d1d;
  }
  
  body.geekfolio-dark-mode .geekfolio-contact-shortcode input:not([type=submit], [type=checkbox]) {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  body.geekfolio-dark-mode .geekfolio-contact-shortcode textarea {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  body.geekfolio-dark-mode .geekfolio-contact-shortcode .wpcf7-submit {
    color: #fff !important;
    fill: #fff !important;
    border-color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-contact-shortcode .wpcf7-submit:hover {
    color: #1D1D1D !important;
    background-color: #fff !important;
    border-color: #fff !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-contact-shortcode input:not([type=submit], [type=checkbox]) {
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    body.geekfolio-auto-mode .geekfolio-contact-shortcode textarea {
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }
    body.geekfolio-auto-mode .geekfolio-contact-shortcode .wpcf7-submit {
      color: #fff !important;
      fill: #fff !important;
      border-color: #fff !important;
    }
    body.geekfolio-auto-mode .geekfolio-contact-shortcode .wpcf7-submit:hover {
      color: #1D1D1D !important;
      background-color: #fff !important;
      border-color: #fff !important;
    }
  }
  /* ===============================================================
              [ * Image section ]
  ================================================================*/
  .geekfolio-img-split:hover img {
    transform: scale(0);
    opacity: 0;
  }
  .geekfolio-img-split:hover .split-link {
    opacity: 1 !important;
    transition: all 0;
  }
  .geekfolio-img-split:hover .char {
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(20ms * var(--char-index));
  }
  .geekfolio-img-split .split-link {
    font-size: 16px;
    width: max-content;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
  }
  
  .geekfolio-image.imago {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transform: scale(1.2);
    filter: blur(5px);
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s;
    position: relative;
  }
  .geekfolio-image.imago.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    filter: blur(0px);
  }
  .geekfolio-image.imago.simpl {
    transform: scale(1);
    filter: blur(0px);
  }
  
  .geekfolio-images-carousel .swiper-container .swiper-slide .image-card.dark-mode {
    display: none;
  }
  
  body.geekfolio-dark-mode .geekfolio-images-carousel .swiper-container .swiper-slide .dark-mode {
    display: block;
  }
  body.geekfolio-dark-mode .geekfolio-images-carousel .swiper-container .swiper-slide .image-card:not(.dark-mode) {
    display: none;
  }
  body.geekfolio-dark-mode .geekfolio-invert-dark img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-img-split .split-link {
    color: #fff !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-images-carousel .swiper-container .swiper-slide .dark-mode {
      display: block;
    }
    body.geekfolio-auto-mode .geekfolio-images-carousel .swiper-container .swiper-slide .image-card:not(.dark-mode) {
      display: none;
    }
    body.geekfolio-auto-mode .geekfolio-invert-dark img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-img-split .split-link {
      color: #fff !important;
    }
  }
  /* ===============================================================
              [ * Portfolio section ]
  ================================================================*/
  .geekfolio-portfolio .imago {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transform: scale(1.2);
    filter: blur(5px);
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s;
    position: relative;
  }
  .geekfolio-portfolio .imago.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    filter: blur(0px);
  }
  .geekfolio-portfolio .imago.simpl {
    transform: scale(1);
    filter: blur(0px);
  }
  .geekfolio-portfolio.portfolio-fixed .left {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio.portfolio-fixed .right {
      display: none;
    }
  }
  .geekfolio-portfolio.portfolio-fixed .img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    opacity: 0;
  }
  .geekfolio-portfolio.portfolio-fixed .img:first-of-type {
    opacity: 1;
    z-index: 1;
  }
  .geekfolio-portfolio.portfolio-fixed .img:nth-of-type(2) {
    z-index: 2;
  }
  .geekfolio-portfolio.portfolio-fixed .img:nth-of-type(3) {
    z-index: 3;
  }
  .geekfolio-portfolio.portfolio-fixed .img:nth-of-type(4) {
    z-index: 4;
  }
  .geekfolio-portfolio.portfolio-fixed .img:nth-of-type(5) {
    z-index: 5;
  }
  .geekfolio-portfolio.portfolio-fixed .img.current {
    opacity: 1;
  }
  .geekfolio-portfolio.portfolio-fixed .left {
    padding: 250px 100px !important;
    overflow: hidden;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio.portfolio-fixed .left {
      padding: 0 15px 120px !important;
    }
  }
  .geekfolio-portfolio.portfolio-fixed .cont {
    margin-bottom: 250px;
    opacity: 0.1;
    transition: all 0.4s;
  }
  .geekfolio-portfolio.portfolio-fixed .cont:last-of-type {
    margin-bottom: 0;
  }
  .geekfolio-portfolio.portfolio-fixed .cont.active {
    opacity: 1;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .img-hiden {
    display: none;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .tags {
    margin-top: 30px;
    list-style: none;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .tags .tag {
    list-style: none;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .tags .tag .icon {
    width: 15px;
    margin-left: 10px;
    display: inline-block;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .tags .tag .icon svg path {
    fill: #1d1d1d;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .tags .tag h6 {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .categories {
    margin-bottom: 15px;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .categories small {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1d1d1d;
  }
  .geekfolio-portfolio.portfolio-fixed .cont p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    color: #696969;
    margin: 0;
    margin-bottom: 0px;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn {
    margin-top: 50px;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1d1d1d;
    display: inline-block;
    position: relative;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1d1d1d;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.05;
    z-index: 0;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn:hover {
    text-decoration: underline;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button {
    text-align: start;
    margin-top: 50px;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width {
    z-index: 3;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width .btn-text {
    font-size: 14px;
    color: #1d1d1d;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width svg path {
    fill: #1d1d1d;
  }
  .geekfolio-portfolio.portfolio-fixed .cont .title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-portfolio.portfolio-fixed .cont .title {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio.portfolio-fixed .cont {
      opacity: 1 !important;
      margin-bottom: 80px;
      padding: 0 15px;
    }
    .geekfolio-portfolio.portfolio-fixed .cont .img-hiden {
      display: block;
      margin-bottom: 30px;
    }
  }
  .geekfolio-portfolio.portfolio-fixed .current.cont {
    opacity: 1;
  }
  .geekfolio-portfolio.portfolio-regular .item {
    margin-bottom: 30px;
  }
  .geekfolio-portfolio.portfolio-regular .item .img {
    position: relative;
    height: 400px;
  }
  .geekfolio-portfolio.portfolio-regular .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-portfolio.portfolio-regular .item .img .cat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 7px 20px;
    border-radius: 30px;
    background: #fff;
    color: #000;
    font-size: 13px;
    transition: all 0.4s;
    opacity: 0;
  }
  .geekfolio-portfolio.portfolio-regular .item p {
    margin-bottom: 0;
  }
  .geekfolio-portfolio.portfolio-regular .item:hover .img .cat {
    opacity: 1;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio .item {
      margin-bottom: 80px;
    }
  }
  .geekfolio-portfolio .item img {
    width: 100%;
    height: auto;
  }
  .geekfolio-portfolio .item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #000;
  }
  .geekfolio-portfolio .item .date-cont {
    margin-right: auto;
  }
  .geekfolio-portfolio .item .date-cont .date {
    font-size: 14px;
  }
  
  body.geekfolio-dark-mode .geekfolio-portfolio .item .title {
    color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont p {
    color: #ddd;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .tags .tag .icon svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn:after {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width .btn-text {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a:hover .full-width .btn-text {
    color: #1d1d1d;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a:hover .full-width svg path {
    fill: #1d1d1d;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-portfolio .item .title {
      color: #fff !important;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont p {
      color: #ddd;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .tags .tag .icon svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .view-all-btn:after {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width .btn-text {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a .full-width svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a:hover .full-width .btn-text {
      color: #1d1d1d;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio.portfolio-fixed .cont .geekfolio-circle-button a:hover .full-width svg path {
      fill: #1d1d1d;
    }
  }
  /* ===============================================================
              [ * Portfolio List section ]
  ================================================================*/
  @keyframes slide-har {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  .geekfolio-portfolio-list .slide-har {
    position: relative;
    display: flex;
  }
  .geekfolio-portfolio-list .slide-har.st1 .box {
    animation: slide-har 150s linear infinite;
    position: relative;
    display: flex;
  }
  .geekfolio-portfolio-list .work-row .item {
    position: relative;
    padding: 40px 0;
    z-index: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843);
  }
  .geekfolio-portfolio-list .work-row .item:hover .main-marq .box {
    animation-play-state: running;
  }
  .geekfolio-portfolio-list .work-row .item .title {
    padding-bottom: 15px;
  }
  .geekfolio-portfolio-list .work-row .item .title h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
  .geekfolio-portfolio-list .work-row .item .title .numb {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-portfolio-list .work-row .item .img {
      margin-bottom: 30px;
    }
  }
  .geekfolio-portfolio-list .work-row .item .cont {
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .geekfolio-portfolio-list .work-row .item .cont .butn {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
  }
  .geekfolio-portfolio-list .work-row .item .cont .butn i {
    margin-right: 5px;
  }
  .geekfolio-portfolio-list .work-row .item .main-marq {
    position: absolute;
    width: 100%;
    top: 15px;
    right: -50%;
    transform: translateX(50%);
    opacity: 0.2;
    z-index: -1;
  }
  .geekfolio-portfolio-list .work-row .item .main-marq.xlrg .box .item {
    padding: 0 30px;
  }
  .geekfolio-portfolio-list .work-row .item .main-marq.xlrg .box .item h4 {
    font-size: 10vw;
    font-weight: 800;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d;
  }
  .geekfolio-portfolio-list .work-row .item .main-marq .box {
    animation-play-state: paused;
  }
  .geekfolio-portfolio-list .work-row .item .main-marq .box .item {
    padding: 0 60px;
  }
  
  body.geekfolio-dark-mode .geekfolio-portfolio-list .work-row .item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.0509803922);
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-list .work-row .item .title .numb {
    border: 1px solid #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-list .work-row .item .cont .butn {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-list .work-row .item .main-marq {
    opacity: 0.05;
  }
  body.geekfolio-dark-mode .geekfolio-portfolio-list .work-row .item .main-marq.xlrg .item h4 {
    -webkit-text-stroke: 0.5px #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-portfolio-list .work-row .item {
      border-bottom: solid 1px rgba(255, 255, 255, 0.0509803922);
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-list .work-row .item .title .numb {
      border: 1px solid #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-list .work-row .item .cont .butn {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-list .work-row .item .main-marq {
      opacity: 0.05;
    }
    body.geekfolio-auto-mode .geekfolio-portfolio-list .work-row .item .main-marq.xlrg .item h4 {
      -webkit-text-stroke: 0.5px #fff;
    }
  }
  /* ===============================================================
              [ * Team Carousel section ]
  ================================================================*/
  .geekfolio-team-carousel {
    position: relative;
  }
  .geekfolio-team-carousel .sec-head {
    overflow: hidden;
    transition: all 2s;
    margin-bottom: 80px;
    text-align: center;
    position: inherit;
  }
  .geekfolio-team-carousel .sec-head h2 {
    font-size: 30vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
  }
  .geekfolio-team-carousel .sec-head.is_stuck {
    opacity: 0.05;
  }
  .geekfolio-team-carousel .swiper-slide .item {
    position: relative;
  }
  .geekfolio-team-carousel .swiper-slide .item:hover .info {
    opacity: 1;
    visibility: visible;
  }
  .geekfolio-team-carousel .swiper-slide .item:hover img {
    filter: grayscale(0) !important;
  }
  .geekfolio-team-carousel .swiper-slide .item .info {
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 1px;
    left: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .geekfolio-team-carousel .swiper-slide .item .slide-har {
    position: relative;
    display: flex;
  }
  .geekfolio-team-carousel .swiper-slide .item .slide-har.st1 .box {
    position: relative;
    animation: slide-har 80s linear infinite;
    display: flex;
  }
  .geekfolio-team-carousel .swiper-slide .item .slide-har.st2 .box {
    position: relative;
    animation: slide-har-revers 80s linear infinite;
    display: flex;
  }
  .geekfolio-team-carousel .swiper-slide .item .main-marq {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
  }
  .geekfolio-team-carousel .swiper-slide .item .main-marq .item {
    padding: 0 15px !important;
  }
  .geekfolio-team-carousel .swiper-slide .item .main-marq .item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 !important;
    white-space: nowrap;
    line-height: 1;
  }
  .geekfolio-team-carousel .swiper-slide .item .main-marq.team-position {
    background: #f1f3f5;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%) rotateZ(5deg);
  }
  .geekfolio-team-carousel .swiper-slide .item .main-marq.team-name {
    background: var(--color-main);
    right: 0;
  }
  .geekfolio-team-carousel .swiper-slide .img {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--color-main);
    border-bottom: 0;
    overflow: hidden;
  }
  .geekfolio-team-carousel .swiper-slide:nth-of-type(even) .info {
    right: 0;
    left: 0;
  }
  .geekfolio-team-carousel .swiper-slide:nth-of-type(even) .img {
    transform: translateY(60px);
    border-color: transparent;
  }
  .geekfolio-team-carousel .swiper-slide:nth-of-type(even) .img img {
    filter: grayscale(100%);
    transition: all 0.4s;
  }
  
  body.geekfolio-dark-mode .geekfolio-team-carousel .swiper-slide .item .main-marq.team-position {
    background: #1d1d1d;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-team-carousel .swiper-slide .item .main-marq.team-position {
      background: #1d1d1d;
    }
  }
  /* ===============================================================
              [ * Team section ]
  ================================================================*/
  .geekfolio-team {
    position: relative;
  }
  .geekfolio-team.marquee .item {
    position: relative;
  }
  .geekfolio-team.marquee .item:hover .info {
    opacity: 1;
    visibility: visible;
  }
  .geekfolio-team.marquee .item:hover img {
    filter: grayscale(0) !important;
  }
  .geekfolio-team.marquee .item .info {
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 1px;
    left: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .geekfolio-team.marquee .item .slide-har {
    position: relative;
    display: flex;
  }
  .geekfolio-team.marquee .item .slide-har.st1 .box {
    position: relative;
    animation: slide-har 80s linear infinite;
    display: flex;
  }
  .geekfolio-team.marquee .item .slide-har.st2 .box {
    position: relative;
    animation: slide-har-revers 80s linear infinite;
    display: flex;
  }
  .geekfolio-team.marquee .item .main-marq {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
  }
  .geekfolio-team.marquee .item .main-marq .item {
    padding: 0 15px !important;
  }
  .geekfolio-team.marquee .item .main-marq .item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 !important;
    white-space: nowrap;
    line-height: 1;
  }
  .geekfolio-team.marquee .item .main-marq.team-position {
    background: #f1f3f5;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%) rotateZ(5deg);
  }
  .geekfolio-team.marquee .item .main-marq.team-name {
    background: var(--color-main);
    right: 0;
  }
  .geekfolio-team.marquee .img {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--color-main);
    border-bottom: 0;
    overflow: hidden;
  }
  .geekfolio-team.marquee .img img {
    width: 100%;
  }
  .geekfolio-team.marquee:nth-of-type(even) .info {
    right: 0;
    left: 0;
  }
  .geekfolio-team.marquee:nth-of-type(even) .img {
    transform: translateY(60px);
    border-color: transparent;
  }
  .geekfolio-team.marquee:nth-of-type(even) .img img {
    filter: grayscale(100%);
    transition: all 0.4s;
  }
  .geekfolio-team.box .item {
    position: relative;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-team.box .item img {
    width: 100%;
    height: auto;
  }
  .geekfolio-team.box .item .info {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #f1f3f5;
    border-radius: 50px;
    padding: 10px 10px 10px 40px;
  }
  .geekfolio-team.box .item .info .circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-team.box .item .info .circle-50 .circle-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .geekfolio-team.box .item .info .cont {
    margin-right: 20px;
  }
  .geekfolio-team.box .item .info .cont span {
    font-size: 12px;
    opacity: 0.8;
  }
  .geekfolio-team.box .item .info .cont h6 {
    line-height: 1;
    margin-top: 5px;
    font-size: 16px;
  }
  .geekfolio-team.box .item:hover .img {
    top: 0;
    right: 0;
    transform: scale(1) translateY(0);
    border-radius: 0;
  }
  
  body.geekfolio-dark-mode .geekfolio-team.box .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-team.box .item .info {
    background: #1d1d1d;
  }
  body.geekfolio-dark-mode .geekfolio-team.marquee .item .main-marq.team-position {
    background: #1d1d1d;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-team.box .item {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-team.box .item .info {
      background: #1d1d1d;
    }
    body.geekfolio-auto-mode .geekfolio-team.marquee .item .main-marq.team-position {
      background: #1d1d1d;
    }
  }
  /* ===============================================================
              [ * Metro Info Box section ]
  ================================================================*/
  .geekfolio-metro-info-box {
    display: grid;
    align-content: center;
    overflow: hidden;
  }
  .geekfolio-metro-info-box .items {
    list-style-type: none;
    gap: 30px;
    display: flex;
  }
  .geekfolio-metro-info-box .items .item {
    min-width: 400px;
    background: #fff;
    cursor: grab;
    display: grid;
    place-content: center;
    padding: 80px 60px;
  }
  .geekfolio-metro-info-box .items .item p {
    margin-bottom: 0px;
  }
  .geekfolio-metro-info-box .items .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }
  .geekfolio-metro-info-box .items .item .title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
  }
  .geekfolio-metro-info-box .items .item .title a {
    color: #000;
  }
  
  /* ===============================================================
              [ * Toggle section ]
  ================================================================*/
  .geekfolio-toggle .accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: 15px;
  }
  .geekfolio-toggle .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .geekfolio-toggle .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .geekfolio-toggle .accordion-item .accordion-button::after {
    display: none;
  }
  .geekfolio-toggle .accordion-item .accordion-button .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
  }
  .geekfolio-toggle .accordion-item .accordion-button .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 15px;
    height: 1px;
    transform: translateY(-50%);
    background: #555;
  }
  .geekfolio-toggle .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--color-main);
  }
  .geekfolio-toggle .accordion-item .accordion-button:not(.collapsed) .ico:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    background: #999;
  }
  .geekfolio-toggle .accordion-item .accordion-collapse {
    background-color: transparent;
  }
  .geekfolio-toggle .accordion-item .accordion-collapse .accordion-body {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 300;
    color: #696969;
    padding: 0px;
    margin-top: 15px;
  }
  .geekfolio-toggle .accordion-item p {
    margin-bottom: 0px;
  }
  
  body.geekfolio-dark-mode .geekfolio-toggle .accordion-item .accordion-button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  body.geekfolio-dark-mode .geekfolio-toggle .accordion-body {
    color: #ddd !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-toggle .accordion-item .accordion-button {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    body.geekfolio-auto-mode .geekfolio-toggle .accordion-body {
      color: #ddd !important;
    }
  }
  /* ===============================================================
              [ * Toggle Tabs section ]
  ================================================================*/
  @media screen and (max-width: 992px) {
    .geekfolio-toggle-tabs .serv-tab-link {
      margin-bottom: 50px !important;
    }
  }
  .geekfolio-toggle-tabs .serv-tab-cont .tab-content {
    display: none;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .current {
    display: block;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item {
    position: relative;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item .img {
    width: 70%;
    height: 540px;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -80px;
    right: 20%;
    left: 0;
    padding: 80px 40px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-toggle-tabs .serv-tab-cont .item .cont {
      left: 5%;
      padding: 40px 30px;
    }
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    pointer-events: none;
  }
  .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern.dark-mode {
    display: none;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-toggle-tabs.reversed .serv-tab-link {
      margin-bottom: 50px !important;
    }
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item {
    position: relative;
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .img {
    width: 70%;
    margin-right: 30%;
    height: 540px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .img {
      width: 100%;
      margin-right: 0;
    }
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -2px;
    left: 30%;
    right: auto;
    padding: 60px 40px;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .cont {
      left: 5%;
      padding: 40px 30px;
    }
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .cont .bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    pointer-events: none;
  }
  .geekfolio-toggle-tabs.reversed .serv-tab-cont .item .cont .bg-pattern.dark-mode {
    display: none;
  }
  .geekfolio-toggle-tabs .serv-tab-link .heading {
    display: inline-block;
  }
  .geekfolio-toggle-tabs .serv-tab-link .rest .item-link {
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
  }
  .geekfolio-toggle-tabs .serv-tab-link .rest .item-link span {
    font-size: 20px;
    margin-left: 30px;
  }
  .geekfolio-toggle-tabs .serv-tab-link .rest.title-separator .item-link {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-toggle-tabs .serv-tab-link .rest.title-separator .item-link:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .geekfolio-toggle-tabs .button {
    color: #1d1d1d;
  }
  .geekfolio-toggle-tabs .half-img-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: 50%;
    pointer-events: none;
  }
  
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern {
    display: none;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern.dark-mode {
    display: block;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .serv-tab-cont .item .icon-img img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .desc {
    color: #ddd !important;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .text p {
    color: #ddd !important;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .button {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .item-link {
    color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont {
    background-color: #1a1a1a !important;
  }
  body.geekfolio-dark-mode .geekfolio-toggle-tabs .heading {
    color: #fff !important;
    border-color: #fff !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern {
      display: none;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont .bg-pattern.dark-mode {
      display: block;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .serv-tab-cont .item .icon-img img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .desc {
      color: #ddd !important;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .text p {
      color: #ddd !important;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .button {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .item-link {
      color: #fff !important;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .serv-tab-cont .item .cont {
      background-color: #1a1a1a !important;
    }
    body.geekfolio-auto-mode .geekfolio-toggle-tabs .heading {
      color: #fff !important;
      border-color: #fff !important;
    }
  }
  /* ===============================================================
              [ * Awards List section ]
  ================================================================*/
  .geekfolio-awards-list .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    display: flex;
  }
  .geekfolio-awards-list .item:hover {
    border-color: #999;
  }
  .geekfolio-awards-list .item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .geekfolio-awards-list .item .ml-auto {
    margin-right: auto;
  }
  .geekfolio-awards-list .item .info {
    font-size: 14px;
    opacity: 0.8;
  }
  .geekfolio-awards-list .item .date {
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    margin-left: 10px;
  }
  .geekfolio-awards-list .item .arrow-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
  }
  .geekfolio-awards-list .item .arrow-icon svg {
    width: 15px;
  }
  
  body.geekfolio-dark-mode .geekfolio-awards-list .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-awards-list .item:hover {
    border-color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-awards-list .item .date {
    color: #ddd;
  }
  body.geekfolio-dark-mode .geekfolio-awards-list .item .info {
    color: #ddd;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-awards-list .item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-awards-list .item:hover {
      border-color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-awards-list .item .date {
      color: #ddd;
    }
    body.geekfolio-auto-mode .geekfolio-awards-list .item .info {
      color: #ddd;
    }
  }
  /* ===============================================================
              [ * Awards List section ]
  ================================================================*/
  .geekfolio-circle-button {
    position: relative;
    display: block;
    text-align: center;
  }
  .geekfolio-circle-button .butn-circle {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: inline-flex;
  }
  .geekfolio-circle-button .butn-circle i {
    z-index: 4;
    color: #1d1d1d;
  }
  .geekfolio-circle-button .butn-circle svg {
    z-index: 4;
  }
  .geekfolio-circle-button .butn-circle svg path {
    fill: #1d1d1d;
  }
  .geekfolio-circle-button .butn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .geekfolio-circle-button .butn-circle .circle-star.dark {
    display: none;
  }
  .geekfolio-circle-button .butn-circle:hover .title {
    color: #000;
  }
  .geekfolio-circle-button .butn-circle:hover:after {
    transform: scale(1);
  }
  .geekfolio-circle-button .butn-circle:hover:before {
    opacity: 0;
  }
  .geekfolio-circle-button .butn-circle .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
    color: #000;
  }
  .geekfolio-circle-button .butn-circle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color-main);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle i {
    color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle svg {
    color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle .circle-star {
    display: none;
  }
  body.geekfolio-dark-mode .geekfolio-circle-button .butn-circle .circle-star.dark {
    display: block;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle i {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle svg {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle .title {
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 2;
      position: relative;
      z-index: 2;
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle .circle-star {
      display: none;
    }
    body.geekfolio-auto-mode .geekfolio-circle-button .butn-circle .circle-star.dark {
      display: block;
    }
  }
  /* ===============================================================
              [ * Experiance Box section ]
  ================================================================*/
  .geekfolio-experiance-box {
    position: relative;
    border: 5px solid #fff;
    padding: 30px 30px 30px 60px;
  }
  .geekfolio-experiance-box.layout-2 {
    display: flex;
    align-items: center;
  }
  .geekfolio-experiance-box.layout-2 .years {
    margin-bottom: 0;
  }
  .geekfolio-experiance-box.layout-2 .title-cont {
    margin-right: 30px;
  }
  .geekfolio-experiance-box.layout-2 .title-cont .title {
    margin-bottom: 0px;
  }
  .geekfolio-experiance-box .title {
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8;
  }
  .geekfolio-experiance-box .years-text {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
  }
  .geekfolio-experiance-box .years {
    position: relative;
    display: inline-block;
    z-index: 3;
    font-size: 80px;
    line-height: 1;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 800;
  }
  .geekfolio-experiance-box .years:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-main);
    opacity: 0.5;
    z-index: -1;
  }
  
  /* ===============================================================
              [ * Fixed Footer section ]
  ================================================================*/
  /*----------fixed Footer----------*/
  @media screen and (min-width: 992px) {
    .geekfolio-thecontainer {
      width: 300%;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .geekfolio-hscroll-panel {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
  }
  .geekfolio-fixed-container {
    position: relative;
    z-index: 7;
  }
  
  .elementor-section.geekfolio-header-absolute-on {
    position: absolute;
    z-index: 1200;
    width: 100%;
  }
  
  /* ===============================================================
              [ * Testimonials section ]
  ================================================================*/
  .geekfolio-testimonials {
    position: relative;
  }
  .geekfolio-testimonials .item .line-icon {
    position: relative;
    display: flex;
    margin-bottom: 20px;
  }
  .geekfolio-testimonials .item .line-icon .ml-auto {
    margin-right: auto;
  }
  .geekfolio-testimonials .item .line-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-testimonials .item .line-icon .icon-img {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 15px;
    margin-left: 50px;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .geekfolio-testimonials .item .quote {
    color: #1d1d1d;
  }
  .geekfolio-testimonials .item .rate {
    color: #ffaa17;
  }
  .geekfolio-testimonials .item .info {
    margin-right: 30px;
  }
  .geekfolio-testimonials .item .bord-qoute,
  .geekfolio-testimonials .item .img-qoute {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-testimonials .item .bord-qoute {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .geekfolio-testimonials .item .bord-qoute .qoute-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 40px;
    position: relative;
    z-index: 4;
  }
  .geekfolio-testimonials .item .img-qoute {
    position: absolute;
    top: 0;
    right: 25%;
  }
  .geekfolio-testimonials .item .img-qoute img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .geekfolio-testimonials .item .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-testimonials .item .author-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .geekfolio-testimonials .item .half-img-left,
  .geekfolio-testimonials .item .half-img-right {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: 50%;
    pointer-events: none;
  }
  .geekfolio-testimonials .item .half-img-left {
    background-position: right top;
  }
  .geekfolio-testimonials .item.info-left .author-info {
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
  }
  .geekfolio-testimonials .item.info-left .cont {
    padding: 40px 40px 40px 0;
  }
  .geekfolio-testimonials .item.info-left .quote {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
  }
  .geekfolio-testimonials .item.info-left .icon-img {
    margin-bottom: 30px;
    opacity: 0.1;
    width: 80px;
  }
  .geekfolio-testimonials .item.info-left .icon-img img {
    width: 100%;
    height: auto;
  }
  .geekfolio-testimonials .item.info-left .arrow {
    position: absolute;
    top: 20%;
    left: -1px;
    width: 80px;
    height: 50px;
    background-color: #f1f3f5;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-testimonials .item.info-left .arrow {
      display: none;
    }
  }
  .geekfolio-testimonials .item.info-left .arrow:before {
    content: "";
    width: 94px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 50%;
    left: -7px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  .geekfolio-testimonials .item.info-left .arrow:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .geekfolio-testimonials .item.info-left .author-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
  }
  .geekfolio-testimonials .item.info-left .info {
    text-align: center;
    margin-right: 0;
  }
  .geekfolio-testimonials .swiper-controls.info-left {
    position: relative;
    padding-right: 25px;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-pagination {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 30px;
    bottom: unset;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls.info-left .left,
  .geekfolio-testimonials .swiper-controls.info-left .right {
    width: 25px;
    position: relative;
    display: inline-block;
    z-index: 3;
  }
  .geekfolio-testimonials .swiper-controls.info-left .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls.info-down {
    height: 50px;
    margin-top: 50px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side {
    position: relative;
    top: -40px;
    right: unset;
    height: 50px;
    margin-top: 0px;
    float: left;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-next {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    top: unset;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .left,
  .geekfolio-testimonials .swiper-controls.info-down .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-down .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-custom,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-testimonials .swiper-controls-container {
    justify-content: flex-end;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-testimonials .swiper-controls-container {
      justify-content: flex-start;
    }
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls {
    height: 50px;
    position: absolute;
    top: -120px;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-testimonials .swiper-controls-container .swiper-controls {
      position: relative;
      top: -40px;
    }
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-custom,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows svg {
    width: 40px;
    height: 40px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next {
    padding: 40px 80px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next:hover .right {
    background: transparent;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next .right {
    width: 40px;
    margin-right: -15px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows img {
    width: 100%;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next {
    margin-right: 0px;
  }
  
  body.geekfolio-dark-mode .geekfolio-testimonials .item .quote {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.invert-dark .icon-img img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon .icon-img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1d1d1d;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon .icon-img img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon:after {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .author-info {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .arrow::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .arrow::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .right,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .left,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .right {
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev svg path,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .right,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .left,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .right {
    background: rgba(255, 255, 255, 0.05);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .right {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .left svg path, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .right svg path {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-testimonials .item .quote {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.invert-dark .icon-img img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon .icon-img {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: #1d1d1d;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon .icon-img img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon:after {
      border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .author-info {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .arrow::before {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .arrow::after {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .right,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .left,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .right {
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev svg path,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .left, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .right {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .left svg path, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .right svg path {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Slides section ]
  ================================================================*/
  .geekfolio-slides {
    position: relative;
  }
  @media (min-width: 1400px) {
    .geekfolio-slides .container {
      max-width: 1200px;
    }
  }
  .geekfolio-slides [data-overlay-dark]:before {
    background: #1a1a1a;
  }
  .geekfolio-slides.preset-1 .lines {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .geekfolio-slides.preset-1 .lines.two:after {
    content: "";
    position: absolute;
    top: 0;
    right: 30%;
    width: 40%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .geekfolio-slides.preset-1 .swiper-slide-active {
    z-index: 3;
  }
  .geekfolio-slides.preset-1 .parallax-slider {
    position: relative;
  }
  .geekfolio-slides.preset-1 .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
  }
  .geekfolio-slides.preset-1 .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
  }
  .geekfolio-slides.preset-1 .parallax-slider .swiper-slide-active .caption .thin,
  .geekfolio-slides.preset-1 .parallax-slider .swiper-slide-active .caption .btn-curve,
  .geekfolio-slides.preset-1 .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    transform: translateY(0);
  }
  .geekfolio-slides.preset-1 .parallax-slider .caption .cal-act {
    position: relative;
  }
  .geekfolio-slides.preset-1 .parallax-slider .caption p {
    color: #eee;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
    transition-delay: 1s;
  }
  .geekfolio-slides.preset-1 .parallax-slider .geekfolio-button {
    background-color: var(--color-main);
    font-weight: 400;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, 0);
  }
  .geekfolio-slides.preset-1 .parallax-slider .geekfolio-button:hover {
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D1D1D;
  }
  .geekfolio-slides.preset-1 .sm-stauts {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-main);
    z-index: 9;
  }
  .geekfolio-slides.preset-1 .sm-stauts .item {
    padding: 20px 40px;
  }
  .geekfolio-slides.preset-1 .sm-stauts .item .text {
    margin-right: 20px;
  }
  .geekfolio-slides.preset-2 .parallax-slider {
    position: relative;
  }
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
  }
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
  }
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide-active .caption .thin,
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide-active .caption .btn-curve,
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    transform: translateY(0);
  }
  .geekfolio-slides.preset-2 .parallax-slider .caption h5 {
    font-size: 50px;
    overflow: hidden;
    background-color: var(--color-main);
    display: inline-block;
  }
  .geekfolio-slides.preset-2 .parallax-slider .caption h5 span {
    transform: translateX(15px);
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-slides.preset-2 .parallax-slider .caption h1 {
    font-size: 75px;
    letter-spacing: 2px;
  }
  .geekfolio-slides.preset-2 .parallax-slider .caption p {
    padding-right: 80px;
    margin-right: 10px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
    transition-delay: 1s;
  }
  .geekfolio-slides.preset-2 .parallax-slider .caption p:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 2px;
  }
  .geekfolio-slides.preset-2 .parallax-slider .swiper-slide-active {
    z-index: 3;
  }
  .geekfolio-slides.preset-2 .parallax-slider .explore {
    position: relative;
  }
  .geekfolio-slides.preset-2 .parallax-slider .explore:before, .geekfolio-slides.preset-2 .parallax-slider .explore:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translateX(50%) translateY(-50%);
    pointer-events: none;
  }
  .geekfolio-slides.preset-2 .parallax-slider .explore:before {
    width: 105px;
    height: 105px;
    background: rgba(255, 255, 255, 0.15);
  }
  .geekfolio-slides.preset-2 .parallax-slider .explore svg {
    fill: #fff;
    color: #fff;
  }
  .geekfolio-slides.preset-2 .circle-button {
    position: relative;
    display: inline-block;
  }
  .geekfolio-slides.preset-2 .circle-button.in-bord:after {
    content: "";
    position: absolute;
    top: 55px;
    right: 55px;
    left: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .geekfolio-slides.preset-2 .circle-button.in-bord:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .geekfolio-slides.preset-2 .circle-button .rotate-circle svg {
    width: 210px;
    fill: #fff;
  }
  .geekfolio-slides.preset-2 .circle-button .arrow {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0;
  }
  .geekfolio-slides.preset-2 .circle-button .arrow svg {
    width: 40px;
    height: 40px;
  }
  .geekfolio-slides.preset-2 .circle-button .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
  .geekfolio-slides.preset-2 .circle-button .in-circle {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
  .geekfolio-slides.preset-2 .circle-button .rotate-circle {
    animation-name: rotateCircle;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes rotateCircle {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .geekfolio-slides.preset-2 .setting {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .geekfolio-slides.preset-2 .setting .swiper-button-next,
  .geekfolio-slides.preset-2 .setting .swiper-button-prev {
    font-size: 12px;
    color: #1d1d1d;
    background: #f1f3f5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: static;
    margin: auto;
  }
  .geekfolio-slides.preset-2 .setting .swiper-button-next:after,
  .geekfolio-slides.preset-2 .setting .swiper-button-prev:after {
    display: none;
  }
  .geekfolio-slides.preset-2 .setting .swiper-button-next {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-slides.preset-2 .setting .swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
  .geekfolio-slides.preset-2 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    opacity: 1;
  }
  .geekfolio-slides.preset-2 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #1d1d1d;
    transform: scale(1.5);
  }
  
  body.geekfolio-dark-mode .geekfolio-slides {
    position: relative;
  }
  body.geekfolio-dark-mode .geekfolio-slides.preset-1 .swiper-slide-active .geekfolio-button {
    border-color: rgba(255, 255, 255, 0);
  }
  body.geekfolio-dark-mode .geekfolio-slides.preset-1 .swiper-slide-active .geekfolio-button:hover {
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-slides.preset-2 .setting .swiper-button-next {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-slides.preset-2 .setting .swiper-button-next, body.geekfolio-dark-mode .geekfolio-slides.preset-2 .setting .swiper-button-prev {
    background: #1d1d1d;
    color: #ffffff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-slides {
      position: relative;
    }
    body.geekfolio-auto-mode .geekfolio-slides.preset-1 .swiper-slide-active .geekfolio-button {
      border-color: rgba(255, 255, 255, 0);
    }
    body.geekfolio-auto-mode .geekfolio-slides.preset-1 .swiper-slide-active .geekfolio-button:hover {
      background-color: rgba(255, 255, 255, 0);
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #fff;
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-slides.preset-2 .setting .swiper-button-next {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-slides.preset-2 .setting .swiper-button-next, body.geekfolio-auto-mode .geekfolio-slides.preset-2 .setting .swiper-button-prev {
      background: #1d1d1d;
      color: #ffffff;
    }
  }
  /* ===============================================================
              [ * Clients section ]
  ================================================================*/
  /*----------Client Style 1----------*/
  .geekfolio-client .brands:hover img {
    transform: scale(0);
    opacity: 0;
  }
  .geekfolio-client .brands:hover .link {
    opacity: 1 !important;
    transition: all 0;
    color: #1d1d1d;
  }
  .geekfolio-client .brands:hover .char {
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(20ms * var(--char-index));
  }
  .geekfolio-client .brands .item {
    text-align: center;
    padding: 80px 20px;
  }
  .geekfolio-client .brands .img {
    position: relative;
  }
  .geekfolio-client .brands .img img {
    transition: all 0.4s;
    max-width: 75px;
    margin: auto;
  }
  .geekfolio-client .brands .img .link {
    font-size: 13px;
    width: max-content;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    transition: all 0.3s;
  }
  .geekfolio-client .bord .item {
    margin-bottom: 30px;
  }
  
  .geekfolio-client .item {
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .geekfolio-client .item .img1 {
    display: none;
  }
  .geekfolio-client .item .img2 {
    display: initial;
  }
  
  body.geekfolio-dark-mode .geekfolio-client .item {
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  body.geekfolio-dark-mode .geekfolio-client .item .img1 {
    display: initial;
  }
  body.geekfolio-dark-mode .geekfolio-client .item .img2 {
    display: none;
  }
  body.geekfolio-dark-mode .geekfolio-client .brands:hover .link {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-client .item {
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    body.geekfolio-auto-mode .geekfolio-client .item .img1 {
      display: initial;
    }
    body.geekfolio-auto-mode .geekfolio-client .item .img2 {
      display: none;
    }
    body.geekfolio-auto-mode .geekfolio-client .brands:hover .link {
      color: #fff;
    }
  }
  /* ===============================================================
              [ * Text Editor section ]
  ================================================================*/
  .geekfolio-text-editor p {
    margin: 0;
  }
  .geekfolio-text-editor a {
    display: inline-block;
  }
  
  /* ===============================================================
              [ * Text Circle section ]
  ================================================================*/
  /*-------------------------------------  Text Circle Style  -----------------------------------------*/
  .geekfolio-text-circle {
    position: relative;
    display: block;
  }
  .geekfolio-text-circle .geekfolio-rotate-box {
    position: relative;
    width: 210px;
    height: 210px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon {
    position: absolute;
    padding: 5px;
    color: #000;
    fill: #000;
  }
  .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon img {
    object-fit: contain;
  }
  .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-text {
    animation: geekfoliorotateText 20s linear infinite;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
  }
  .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-circle svg {
    display: inline-block;
    width: 210px;
    height: 210px;
    fill: #000;
    transform: scale(1.25);
  }
  @keyframes geekfoliorotateText {
    0% {
      transform: rotate(-360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  
  body.geekfolio-dark-mode .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-circle svg {
    fill: #fff !important;
    color: #fff !important;
  }
  body.geekfolio-dark-mode .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon {
    fill: #fff !important;
    color: #fff !important;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-circle svg {
      fill: #fff !important;
      color: #fff !important;
    }
    body.geekfolio-auto-mode .geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon {
      fill: #fff !important;
      color: #fff !important;
    }
  }
  /* ===============================================================
              [ * Testimonials section ]
  ================================================================*/
  .geekfolio-testimonials {
    position: relative;
  }
  .geekfolio-testimonials .item .line-icon {
    position: relative;
    display: flex;
    margin-bottom: 20px;
  }
  .geekfolio-testimonials .item .line-icon .ml-auto {
    margin-right: auto;
  }
  .geekfolio-testimonials .item .line-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .geekfolio-testimonials .item .line-icon .icon-img {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 15px;
    margin-left: 50px;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .geekfolio-testimonials .item .quote {
    color: #1d1d1d;
  }
  .geekfolio-testimonials .item .rate {
    color: #ffaa17;
  }
  .geekfolio-testimonials .item .info {
    margin-right: 30px;
  }
  .geekfolio-testimonials .item .bord-qoute,
  .geekfolio-testimonials .item .img-qoute {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-testimonials .item .bord-qoute {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .geekfolio-testimonials .item .bord-qoute .qoute-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 40px;
    position: relative;
    z-index: 4;
  }
  .geekfolio-testimonials .item .img-qoute {
    position: absolute;
    top: 0;
    right: 25%;
  }
  .geekfolio-testimonials .item .img-qoute img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .geekfolio-testimonials .item .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  .geekfolio-testimonials .item .author-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .geekfolio-testimonials .item .half-img-left,
  .geekfolio-testimonials .item .half-img-right {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: 50%;
    pointer-events: none;
  }
  .geekfolio-testimonials .item .half-img-left {
    background-position: right top;
  }
  .geekfolio-testimonials .item.info-left .author-info {
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
  }
  .geekfolio-testimonials .item.info-left .cont {
    padding: 40px 40px 40px 0;
  }
  .geekfolio-testimonials .item.info-left .quote {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
  }
  .geekfolio-testimonials .item.info-left .icon-img {
    margin-bottom: 30px;
    opacity: 0.1;
    width: 80px;
  }
  .geekfolio-testimonials .item.info-left .icon-img img {
    width: 100%;
    height: auto;
  }
  .geekfolio-testimonials .item.info-left .arrow {
    position: absolute;
    top: 20%;
    left: -1px;
    width: 80px;
    height: 50px;
    background-color: #f1f3f5;
  }
  @media screen and (max-width: 768px) {
    .geekfolio-testimonials .item.info-left .arrow {
      display: none;
    }
  }
  .geekfolio-testimonials .item.info-left .arrow:before {
    content: "";
    width: 94px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 50%;
    left: -7px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  .geekfolio-testimonials .item.info-left .arrow:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .geekfolio-testimonials .item.info-left .author-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
  }
  .geekfolio-testimonials .item.info-left .info {
    text-align: center;
    margin-right: 0;
  }
  .geekfolio-testimonials .swiper-controls.info-left {
    position: relative;
    padding-right: 25px;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-pagination {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 30px;
    bottom: unset;
  }
  .geekfolio-testimonials .swiper-controls.info-left .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls.info-left .left,
  .geekfolio-testimonials .swiper-controls.info-left .right {
    width: 25px;
    position: relative;
    display: inline-block;
    z-index: 3;
  }
  .geekfolio-testimonials .swiper-controls.info-left .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls.info-down {
    height: 50px;
    margin-top: 50px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side {
    position: relative;
    top: -40px;
    right: unset;
    height: 50px;
    margin-top: 0px;
    float: left;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-next {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    top: unset;
  }
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls.info-down.position-side .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .left,
  .geekfolio-testimonials .swiper-controls.info-down .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls.info-down .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls.info-down .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-custom,
  .geekfolio-testimonials .swiper-controls.info-down .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-testimonials .swiper-controls-container {
    justify-content: flex-end;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-testimonials .swiper-controls-container {
      justify-content: flex-start;
    }
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls {
    height: 50px;
    position: absolute;
    top: -120px;
  }
  @media screen and (max-width: 992px) {
    .geekfolio-testimonials .swiper-controls-container .swiper-controls {
      position: relative;
      top: -40px;
    }
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next {
    position: static;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:after,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next:hover .right {
    background: rgba(0, 0, 0, 0.05);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-button-next {
    margin-right: 50px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .left {
    transform: rotate(-180deg);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 7px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-bullet-active {
    background: var(--color-main);
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-container-horizontal > .swiper-pagination-bullets,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-custom,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls .swiper-pagination-fraction {
    position: relative;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows svg {
    width: 40px;
    height: 40px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next {
    padding: 40px 80px;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev:hover .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next:hover .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next:hover .right {
    background: transparent;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-prev .right,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next .left,
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next .right {
    width: 40px;
    margin-right: -15px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows img {
    width: 100%;
  }
  .geekfolio-testimonials .swiper-controls-container .swiper-controls.up-arrows .swiper-button-next {
    margin-right: 0px;
  }
  
  body.geekfolio-dark-mode .geekfolio-testimonials .item .quote {
    color: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.invert-dark .icon-img img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon .icon-img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1d1d1d;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon .icon-img img {
    filter: invert(1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item .line-icon:after {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .author-info {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .arrow::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .item.info-left .arrow::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .right,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .left,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .right {
    background: transparent;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev svg path,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next svg path {
    fill: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-prev:hover .right,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .left,
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .swiper-button-next:hover .right {
    background: rgba(255, 255, 255, 0.05);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .left, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .right {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .left svg path, body.geekfolio-dark-mode .geekfolio-testimonials .swiper-controls.info-down .right svg path {
    fill: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-testimonials .item .quote {
      color: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.invert-dark .icon-img img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon .icon-img {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: #1d1d1d;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon .icon-img img {
      filter: invert(1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item .line-icon:after {
      border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .author-info {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .arrow::before {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .item.info-left .arrow::after {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .left, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-prev:hover .right,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .left,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls-container .swiper-controls.info-down .swiper-button-next:hover .right {
      background: transparent;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-prev svg path,
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-left .swiper-button-next svg path {
      fill: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .left, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .right {
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .left svg path, body.geekfolio-auto-mode .geekfolio-testimonials .swiper-controls.info-down .right svg path {
      fill: #fff;
    }
  }
  /* ===============================================================
              [ * Progress section ]
  ================================================================*/
  .geekfolio-progress h5 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .geekfolio-progress .skill-progress {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .geekfolio-progress .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background: #1d1d1d;
    transition: all 1.5s;
  }
  .geekfolio-progress .skill-progress .progres:after {
    content: attr(data-value);
    position: absolute;
    left: 10px;
    top: -25px;
    font-size: 12px;
    font-weight: 600;
  }
  
  body.geekfolio-dark-mode .geekfolio-progress .skill-progress {
    background-color: rgba(255, 255, 255, 0.05);
  }
  body.geekfolio-dark-mode .geekfolio-progress .skill-progress .progres {
    background: #fff;
  }
  body.geekfolio-dark-mode .geekfolio-progress .skill-progress .progres::after {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-progress .skill-progress {
      background-color: rgba(255, 255, 255, 0.05);
    }
    body.geekfolio-auto-mode .geekfolio-progress .skill-progress .progres {
      background: #fff;
    }
    body.geekfolio-auto-mode .geekfolio-progress .skill-progress .progres::after {
      color: #fff;
    }
  }
  /* ===============================================================
              [ * Icon List section ]
  ================================================================*/
  .geekfolio-icon-list li {
    display: flex;
    align-content: center;
  }
  .geekfolio-icon-list .elementor-inline-items {
    margin-left: -8px;
    margin-right: -8px;
  }
  .geekfolio-icon-list .elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .geekfolio-icon-list .icon-background {
    background: #fff;
    width: 40px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .geekfolio-icon-list .elementor-icon-list-icon {
    display: flex;
    position: relative;
  }
  .geekfolio-icon-list .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em);
  }
  .geekfolio-icon-list .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .geekfolio-icon-list .elementor-icon-list-item,
  .geekfolio-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) .geekfolio-icon-list .elementor-icon-list-item:after {
    left: 0;
  }
  
  .elementor-widget:not(.elementor-align-right) .geekfolio-icon-list .elementor-icon-list-item:after {
    right: 0;
  }
  
  /* ===============================================================
              [ * Icon Box section ]
  ================================================================*/
  .geekfolio-icon-box .geekfolio-icon-box-link {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .geekfolio-icon-box .elementor-icon-box-icon .elementor-icon {
    padding: 0;
    height: 100%;
  }
  .geekfolio-icon-box .elementor-icon-box-title {
    margin-bottom: 0px;
  }
  .geekfolio-icon-box.position-left {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
  }
  .geekfolio-icon-box.position-left .elementor-icon-box-icon {
    display: flex;
    float: right;
  }
  .geekfolio-icon-box.position-right {
    text-align: left;
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: flex;
  }
  .geekfolio-icon-box.position-right .elementor-icon-box-icon {
    display: flex;
    float: left;
  }
  .geekfolio-icon-box .elementor-icon-box-icon[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .geekfolio-icon-box p {
    margin-bottom: 0px;
  }
  
  .geekfolio-icon-box-vertical-align-middle .geekfolio-icon-box.elementor-icon-box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .geekfolio-icon-box-vertical-align-top .geekfolio-icon-box.elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .geekfolio-icon-box-vertical-align-bottom .geekfolio-icon-box.elementor-icon-box-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  body.geekfolio-dark-mode .geekfolio-icon-box .elementor-icon-box-icon.invert-dark img {
    filter: invert(1);
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-icon-box .elementor-icon-box-icon.invert-dark img {
      filter: invert(1);
    }
  }
  /* ===============================================================
              [ * Marquee section ]
  ================================================================*/
  .geekfolio-marquee {
    position: relative;
    z-index: 3;
    overflow-x: clip;
  }
  .geekfolio-marquee .main-marq.fade-sides:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -30px;
    left: -30px;
    pointer-events: none;
    background: linear-gradient(to right, #f1f3f5, transparent 300px, transparent calc(100% - 300px), #f1f3f5);
    z-index: 3;
  }
  @keyframes slide-har {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  .geekfolio-marquee .main-marq .slide-har {
    position: relative;
    display: flex;
  }
  .geekfolio-marquee .main-marq .slide-har.st1 .box {
    animation: slide-har 150s linear infinite;
  }
  .geekfolio-marquee .main-marq .non-strok .item h4 {
    color: var(--color-main) !important;
    -webkit-text-stroke: 0 !important;
    margin-bottom: 0;
  }
  .geekfolio-marquee .main-marq .non-strok .item h4 .text {
    white-space: nowrap;
  }
  .geekfolio-marquee .main-marq .non-strok .item h4 .separator {
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 50px;
  }
  .geekfolio-marquee .main-marq .non-strok .item h4 a {
    color: var(--color-main) !important;
    -webkit-text-stroke: 0 !important;
  }
  .geekfolio-marquee .main-marq .ontop {
    transform: rotate(1deg);
  }
  .geekfolio-marquee .main-marq .box {
    display: flex;
    animation: slide-har 80s linear infinite;
  }
  .geekfolio-marquee .main-marq .box .item {
    padding: 0 30px;
  }
  .geekfolio-marquee .main-marq:after {
    display: none;
  }
  
  body.geekfolio-dark-mode .geekfolio-marquee .main-marq.fade-sides:before {
    background: linear-gradient(to right, #1d1d1d, transparent 300px, transparent calc(100% - 300px), #1d1d1d);
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-marquee .main-marq.fade-sides:before {
      background: linear-gradient(to right, #1d1d1d, transparent 300px, transparent calc(100% - 300px), #1d1d1d);
    }
  }
  /* ===============================================================
              [ * Heading section ]
  ================================================================*/
  /*----------Heading Style 1----------*/
  .geekfolio-heading-title.d-rotate {
    perspective: 1000px;
  }
  .geekfolio-heading-title.d-rotate .rotate-text {
    display: block;
    transform-style: preserve-3d;
    transition: all 0.8s;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    transition-delay: 0.3s;
  }
  .geekfolio-heading-title.d-rotate.animated .rotate-text {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
  }
  .geekfolio-heading-title .geekfolio-heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  @media screen and (max-width: 991px) {
    .geekfolio-heading-title .hide-br br {
      display: none;
    }
  }
  .geekfolio-heading-title span {
    position: relative;
  }
  .geekfolio-heading-title svg {
    vertical-align: unset;
  }
  .geekfolio-heading-title .vertical-rl {
    writing-mode: vertical-rl;
  }
  .geekfolio-heading-title .geekfolio-span-underline span {
    position: relative;
  }
  .geekfolio-heading-title .geekfolio-span-underline span::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .geekfolio-heading-title .icon-10 {
    width: 10px;
    height: 10px;
    object-fit: cover;
    display: inline-block;
  }
  .geekfolio-heading-title .geekfolio-heading {
    position: relative;
    margin: 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgb(0, 0, 0);
    transition: color 0.2s ease-in-out;
  }
  .geekfolio-heading-title .geekfolio-heading .after_none::after {
    display: none;
  }
  .geekfolio-heading-title .geekfolio-heading p {
    margin: 0;
  }
  .geekfolio-heading-title .geekfolio-heading a {
    transition: none;
  }
  .geekfolio-heading-title .geekfolio-heading span {
    display: inline-block;
  }
  .geekfolio-heading-title .geekfolio-heading.geekfolio-before-line {
    padding-right: 50px;
  }
  .geekfolio-heading-title .geekfolio-heading.geekfolio-before-line::before {
    display: inline;
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    width: 30px;
    height: 10px;
    background-color: var(--color-main);
  }
  .geekfolio-heading-title .elementor-widget-geekfolio-text-editor p {
    margin-bottom: 0px;
  }
  .geekfolio-heading-title .left,
  .geekfolio-heading-title .right {
    vertical-align: middle;
    display: inline-flex;
  }
  .geekfolio-heading-title .icon-img {
    width: 10px;
    height: 10px;
    object-fit: cover;
  }
  .geekfolio-heading-title .geekfolio-inline {
    display: inline;
  }
  
  .geekfolio-text-editor p {
    margin-bottom: 0;
  }
  
  body.geekfolio-dark-mode .geekfolio-heading-title .geekfolio-heading {
    color: #fff;
  }
  
  @media (prefers-color-scheme: dark) {
    body.geekfolio-auto-mode .geekfolio-heading-title .geekfolio-heading {
      color: #fff;
    }
  }
  @media (max-width: 1199px) {
    .container {
      display: inherit;
    }
    .other-portfolio .port-item,
    .port-gallery-body .port-item {
      width: 50%;
      float: right;
      font-size: 50px;
    }
    .geekfolio-gallery .col-md-6.port-item {
      float: right;
      width: 50%;
    }
    .dflex {
      display: none !important;
    }
  }
  @media (max-width: 992px) {
    .geekfolio-projects-carousel .info {
      padding: 30px 0 0 0;
    }
    .geekfolio-info-box-carousel.hover-cards {
      position: relative;
    }
    .geekfolio-info-box-carousel.hover-cards .swiper-slide {
      width: 470px !important;
    }
    .geekfolio-careers .swiper-button-next, .geekfolio-careers .swiper-button-prev {
      top: calc(100% - 60px);
    }
    .geekfolio-tabs .nav.style-1 .nav-item {
      width: 100%;
      border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    }
    .geekfolio-tabs .nav.style-1 .nav-item .nav-link {
      width: 100%;
      text-align: start;
    }
    .geekfolio-slider-tabs-portfolio {
      position: relative;
    }
    .geekfolio-slider-tabs-portfolio .swiper-slide {
      width: 475px !important;
      margin-top: 50px;
    }
    .geekfolio-team .team_box_hover .avatar .social_icons a {
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
      opacity: 1;
    }
    .geekfolio-post-list .card .img {
      height: 150px;
      margin-bottom: 5px;
    }
    .geekfolio-post-list-carousel .blog_slider .swiper-button-prev,
    .geekfolio-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;
    }
    .geekfolio-post-list-carousel .blog_slider .swiper-button-next,
    .geekfolio-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;
    }
    .geekfolio-header.style-5 {
      z-index: -1;
    }
    .geekfolio-header.style-5 .capt h1 {
      font-size: 45px;
    }
    .geekfolio-showcase.style-6 .parallax-slider .caption h1 {
      font-size: 50px;
      letter-spacing: 1px;
    }
    .geekfolio-contact-shortcode span.cell-phone, .geekfolio-contact-shortcode span.your-email, .geekfolio-contact-shortcode span.your-name {
      width: 100%;
    }
    .geekfolio-showcase.style-5 .controls {
      top: 100px;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
    }
    .geekfolio-portfolio.style-9 .gallery .items {
      padding: 0 10px;
      margin: 10px 0;
    }
    .geekfolio-fancy.style-3 .hero-bg {
      margin-bottom: 50px;
    }
    .geekfolio-slider.style-11 .parallax-slider .caption h1 {
      font-size: 50px;
      letter-spacing: 1px;
    }
    .geekfolio-slider.style-11 .parallax-slider .caption p {
      margin-right: 0;
    }
    .geekfolio-slider.style-11 .parallax-slider .explore {
      margin-right: 0;
      margin-top: 50px;
    }
    .portfolio.style-5 .geekfolio-gallery .items {
      padding: 0 10px;
      margin: 10px 0;
    }
    .geekfolio-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
      font-size: 50px;
      letter-spacing: 1px;
    }
    .geekfolio-portfolio.style-8 .gallery .items {
      padding: 0 10px;
      margin: 10px 0;
    }
    .geekfolio-testimonial.style-4 .container-fluid, .geekfolio-testimonial.style-5 .container-fluid {
      width: auto;
      margin-right: 15px;
      margin-left: 15px;
    }
    .geekfolio-testimonial.style-4 .item, .geekfolio-testimonial.style-5 .item {
      webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    .geekfolio-testimonial.style-4 .swiper-container, .geekfolio-testimonial.style-5 .swiper-container {
      padding: 0;
    }
    .geekfolio-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: right;
    }
    .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) {
    .geekfolio-portfolio-carousel .portfolio_slider .swiper-button-prev,
    .geekfolio-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
      right: 10px;
    }
    .geekfolio-portfolio-carousel .portfolio_slider .swiper-button-next,
    .geekfolio-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
      left: 10px;
    }
    .geekfolio-post-list.style-7 .item.full-img-size {
      display: block;
    }
    .geekfolio-post-list.style-7 .item.full-img-size .cont {
      padding-right: 15px;
    }
    .geekfolio-post-list.style-7 .item.full-img-size .img {
      margin-bottom: 50px;
      width: 100%;
    }
    .geekfolio-showcase.style-6 .parallax-slider .caption h1 {
      font-size: 40px;
    }
    .geekfolio-showcase.style-6 .parallax-slider .caption .discover {
      width: 120px;
      height: 120px;
      letter-spacing: 2px;
      text-transform: capitalize;
    }
    .geekfolio-portfolio.style-9 .gallery .items .cont h5 {
      font-size: 18px;
    }
    .geekfolio-slider.style-11 .parallax-slider .caption h1 {
      font-size: 40px;
    }
    .geekfolio-slider.style-11 .swiper-slide-active .caption h1 {
      font-size: 30px;
    }
    .geekfolio-post-list.style-8 .item .content .title h4 a {
      font-size: 20px;
    }
    .geekfolio-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
      font-size: 30px;
    }
    .geekfolio-header.style-6 .sec-head h3 {
      font-size: 30px;
    }
    .geekfolio-header.style-6 .sec-head h6 {
      font-size: 15px;
      letter-spacing: 5px;
    }
    .geekfolio-testimonial.style-4 .item p, .geekfolio-testimonial.style-5 .item p {
      font-size: 17px;
    }
    .pagi-nav-box {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }
    .geekfolio-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-right: 0;
    }
    .comment-form-email,
    .comment-form-author,
    .comment-form-url {
      width: 100%;
      padding-left: 0;
    }
    .slider-style-2 .slider-title {
      font-size: 30px;
    }
    .slider-style-2 .slider-title {
      font-size: 30px;
      letter-spacing: 5px;
    }
    .btn-relative {
      margin-left: 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-left: 10px;
    }
    .dsc-bottom-style1 p,
    .dsc-bottom-style-2 p,
    .dsc-bottom-style-3 p {
      margin-right: 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-right: 0;
    }
    .share-box {
      float: right;
    }
    .sidebar .theiaStickySidebar {
      padding-right: 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;
    }
    .geekfolio-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-right: 15px;
      padding-left: 15px;
    }
  }
  @media (min-width: 600px) {
    .wp-block-coblocks-pricing-table-item {
      background: rgba(140, 140, 151, 0.1);
    }
  }
  @media screen and (min-width: 991px) {
    .geekfolio-info-box-carousel.carousel .continued-slide .swiper-wrapper .swiper-slide {
      width: 370px !important;
    }
  }
  @media (max-width: 480px) {
    .geekfolio-showcase.style-6 .dots {
      display: none;
    }
    .geekfolio-portfolio.style-9 .gallery .items {
      padding: 0 15px;
      margin: 0 0 50px;
    }
    .geekfolio-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%;
    }
    .geekfolio-fancy.style-2 .img .stauts {
      display: none;
    }
    .geekfolio-header.style-6 .sec-head h3 {
      font-size: 20px;
    }
    .portfolio.style-5 .geekfolio-gallery .items {
      padding: 0 15px;
      margin: 0 0 50px;
    }
    .info-box.style-4 {
      display: block;
    }
    .info-box.style-4 .cont {
      padding-right: 0;
    }
    .geekfolio-post-list.style-7 .item {
      display: block;
    }
    .geekfolio-post-list.style-7 .item .cont {
      padding-right: 0;
      margin-top: 30px;
    }
    .geekfolio-post-list.style-7 .item .img {
      width: 100%;
    }
    .geekfolio-post-list.style-7 .item .img img {
      max-width: 100%;
    }
    .geekfolio-testimonial.style-4 .item, .geekfolio-testimonial.style-5 .item {
      display: block;
      padding: 60px 30px;
    }
    .geekfolio-testimonial.style-4 .item p, .geekfolio-testimonial.style-5 .item p {
      margin-right: 0;
      padding-right: 0;
      border: 0;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .geekfolio-testimonial.style-4 .item .info, .geekfolio-testimonial.style-5 .item .info {
      min-width: auto;
      margin: auto;
      margin-bottom: 30px;
      display: block;
      text-align: center;
    }
    .geekfolio-testimonial.style-4 .item .info .img, .geekfolio-testimonial.style-5 .item .info .img {
      margin: auto;
    }
    .geekfolio-post-list.style-8 .item .content {
      padding: 30px 15px;
    }
    .geekfolio-fancy.style-3 .hero-bg {
      width: 290px;
      height: 290px;
    }
    .geekfolio-fancy.style-3 .exp {
      width: 230px;
      height: 230px;
    }
    .geekfolio-fancy.style-3 .exp h2 {
      font-size: 100px;
    }
    .geekfolio-showcase.style-5 .controls {
      top: 30px;
      left: 30px;
    }
    .geekfolio-showcase.style-5 .swiper-slide .cont h4 {
      font-size: 25px;
    }
    .geekfolio-post-list.style-9 .item {
      margin-bottom: 50px;
    }
    .geekfolio-post-list.style-9 .item h5 {
      font-size: 20px;
    }
  }
  /* ===============================================================
              [   The End   ]
  ================================================================*/