/*
Theme Name: Arobix - Creative Digital Business & IT Solutions Agency HTML Template
Author: Orbitaps
Author URI: https://themeforest.net/user/orbitaps/portfolio
Tags: Business Agency, Creative Agency, IT Agency, Business Consulting, Digital Agency, Creative Agency, IT Solutions, HTML Template, Corporate Business, Multipurpose Business, Marketing & Consulting Agency , Agency HTML, startups, full responsiveness, Mobile-Optimized
Description:  Arobix is a premium, modern, and high-performance HTML template built for business agencies, IT agencies, IT solutions, creative agencies, startups, and corporate firms. Whether you're offering web design, software development, digital marketing, or consulting services, Arobix provides everything you need to build a professional and conversion-optimized website.
This template is built with Bootstrap 5, ensuring full responsiveness, fast performance, and SEO optimization to help your website rank higher in search engines.
Version: 1.0.0


---------------------------------------------------
TABLE OF CONTENTS:
---------------------------------------------------
01. Base Styles
    1.1 Mixins
    1.2 Variables
    1.3 Reset
    1.4 Typography
    1.5 Spacing

02. Theme Styles
    2.1 Theme Classes
    2.2 Animations

03. Layouts
    3.1 Header
    3.2 Header 2
    3.3 Footer
    3.4 Footer 2

04. Components
    4.1 Preloader
    4.2 Common Styles
    4.3 Buttons
    4.4 Select Dropdown
    4.5 Main Menu
    4.6 Mobile Menu
    4.7 Accordion
    4.8 Breadcrumb
    4.9 Pagination
    4.10 Forms
    4.11 Theme Switcher
    4.12 Cursor Effects

05. Cards
    5.1 General Cards
    5.2 Single Blog Card

06. Page Styles
    6.1 Home Page 1
    6.2 Home Page 2
    6.3 Blog Page
    6.4 Service Page
    6.5 Project Page
    6.6 Team Page
    6.7 About Page
    6.8 Contact Page
    6.9 404 Error Page

07. RTL Styles (Right-to-Left)
*/
/************************************** 
01. Base Styles
**************************************/
/*-------------------------
    1.1 Mixins
-------------------------*/
/*-------------------------
    1.2 Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Sora:wght@100..800&amp;display=swap");
:root {
  --heading-font: "Sora", serif;
  --body-font: "Inter", serif;
  --default-font: sans-serif;
  --green-color: rgba(157, 255, 80, 0.502);
  --primary-color: #ffb238;
  --text-color: #222222;
  --white-color: #ffffff;
  --dark-color: #000000;
  --negative-color: #DC3545;
  --bg-black-shade-1: #0f0f0f;
  --bg-black-shade-2: #0e0e0e;
  --bg-black-shade-3: #141414;
  --bg-black-shade-4: #111111;
  --border-color-1: #292929;
  --border-color-2: #262626;
  --border-color-3: #ddd;
  --border-color-4: #c8c8c8;
  --border-color-5: rgba(204, 255, 0, 0.5);
  --transition: all 0.5s ease;
  --fz-153: 153px;
  --fz-100: 100px;
  --fz-90: 90px;
  --fz-65: 64px;
  --fz-60: 60px;
  --fz-48: 48px;
  --fz-40: 40px;
  --fz-32: 32px;
  --fz-24: 24px;
  --fz-20: 20px;
  --fz-18: 18px;
  --fz-16: 16px;
  --fz-14: 14px;
  --fz-12: 12px;
  --fz-10: 10px;
  --fz-8: 8px; }

@media (max-width: 1399.97px) {
  :root {
    --fz-153: 128px;
    --fz-100: 85px;
    --fz-90: 75px;
    --fz-65: 55px;
    --fz-60: 52px;
    --fz-48: 40px;
    --fz-40: 34px;
    --fz-32: 28px;
    --fz-24: 22px;
    --fz-20: 18px;
    --fz-18: 16px; } }

@media (max-width: 1199.97px) {
  :root {
    --fz-153: 112px;
    --fz-100: 76px;
    --fz-90: 64px;
    --fz-65: 50px;
    --fz-60: 48px;
    --fz-48: 38px;
    --fz-40: 30px;
    --fz-32: 26px; } }

@media (max-width: 991.97px) {
  :root {
    --fz-153: 90px;
    --fz-100: 64px;
    --fz-90: 54px;
    --fz-65: 42px;
    --fz-60: 40px;
    --fz-48: 34px;
    --fz-40: 28px;
    --fz-32: 24px;
    --fz-24: 20px;
    --fz-20: 18px;
    --fz-18: 16px;
    --fz-16: 14px; } }

@media (max-width: 767.97px) {
  :root {
    --fz-153: 70px;
    --fz-100: 52px;
    --fz-90: 44px;
    --fz-65: 38px;
    --fz-60: 36px;
    --fz-48: 30px;
    --fz-40: 26px;
    --fz-32: 22px;
    --fz-24: 18px;
    --fz-20: 16px; } }

/*-------------------------
    1.3 Reset
-------------------------*/
body {
  margin: 0;
  font-family: var(--body-font);
  background: var(--dark-color); }

input,
textarea {
  outline: none;
  border: none; }
  input:focus,
  textarea:focus {
    outline: none;
    border: none; }

select {
  outline: none;
  border: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

p {
  padding: 0;
  margin: 0; }

button {
  border: 0;
  background-color: transparent; }

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/*-------------------------
    1.4 Typography
-------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-style: normal;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  text-wrap-mode: wrap; }

h1 {
  font-size: var(--fz-65);
  font-weight: 700;
  line-height: 120%; }

h2 {
  font-size: var(--fz-48);
  font-weight: 600;
  line-height: 120%; }

h3 {
  font-size: var(--fz-40);
  font-weight: 600;
  line-height: 120%; }

h4 {
  font-size: var(--fz-32);
  font-weight: 600;
  line-height: 130%; }

h5 {
  font-size: var(--fz-24);
  font-weight: 500;
  line-height: 130%; }

h6 {
  font-size: var(--fz-20);
  font-weight: 500;
  line-height: 130%; }

p {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-16);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; }

/*-------------------------
    1.5 Spacing
-------------------------*/
.pt-4 {
  padding-top: 4px; }

.pb-4 {
  padding-bottom: 4px; }

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.mt-4 {
  margin-top: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px; }

.pt-6 {
  padding-top: 6px; }

.pb-6 {
  padding-bottom: 6px; }

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.mt-6 {
  margin-top: 6px; }

.mb-6 {
  margin-bottom: 6px; }

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px; }

.pt-8 {
  padding-top: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.mt-8 {
  margin-top: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.pt-12 {
  padding-top: 12px; }

.pb-12 {
  padding-bottom: 12px; }

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.mt-12 {
  margin-top: 12px; }

.mb-12 {
  margin-bottom: 12px; }

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.pt-14 {
  padding-top: 14px; }

.pb-14 {
  padding-bottom: 14px; }

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px; }

.mt-14 {
  margin-top: 14px; }

.mb-14 {
  margin-bottom: 14px; }

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px; }

.pt-16 {
  padding-top: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.mt-16 {
  margin-top: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px; }

.pt-18 {
  padding-top: 18px; }

.pb-18 {
  padding-bottom: 18px; }

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.mt-18 {
  margin-top: 18px; }

.mb-18 {
  margin-bottom: 18px; }

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt-24 {
  padding-top: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.mt-24 {
  margin-top: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px; }

.pt-26 {
  padding-top: 26px; }

.pb-26 {
  padding-bottom: 26px; }

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px; }

.mt-26 {
  margin-top: 26px; }

.mb-26 {
  margin-bottom: 26px; }

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px; }

.pt-28 {
  padding-top: 28px; }

.pb-28 {
  padding-bottom: 28px; }

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px; }

.mt-28 {
  margin-top: 28px; }

.mb-28 {
  margin-bottom: 28px; }

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.pt-32 {
  padding-top: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.mt-32 {
  margin-top: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.pt-38 {
  padding-top: 38px; }

.pb-38 {
  padding-bottom: 38px; }

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px; }

.mt-38 {
  margin-top: 38px; }

.mb-38 {
  margin-bottom: 38px; }

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.pt-42 {
  padding-top: 42px; }

.pb-42 {
  padding-bottom: 42px; }

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px; }

.mt-42 {
  margin-top: 42px; }

.mb-42 {
  margin-bottom: 42px; }

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px; }

.pt-48 {
  padding-top: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px; }

.mt-48 {
  margin-top: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

@media (max-width: 1199.97px) {
  .pt-120 {
    padding-top: 80px; }
  .pb-120 {
    padding-bottom: 80px; }
  .mt-120 {
    margin-top: 80px; }
  .mb-120 {
    margin-bottom: 80px; }
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .pt-100 {
    padding-top: 70px; }
  .pb-100 {
    padding-bottom: 70px; }
  .mt-100 {
    margin-top: 70px; }
  .mb-100 {
    margin-bottom: 70px; }
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .pt-80 {
    padding-top: 60px; }
  .pb-80 {
    padding-bottom: 60px; }
  .mt-80 {
    margin-top: 60px; }
  .mb-80 {
    margin-bottom: 60px; }
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .my-80 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .pt-60 {
    padding-top: 50px; }
  .pb-60 {
    padding-bottom: 50px; }
  .mt-60 {
    margin-top: 50px; }
  .mb-60 {
    margin-bottom: 50px; }
  .py-60 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .my-60 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .pt-50 {
    padding-top: 48px; }
  .pb-50 {
    padding-bottom: 48px; }
  .mt-50 {
    margin-top: 48px; }
  .mb-50 {
    margin-bottom: 48px; }
  .py-50 {
    padding-top: 48px;
    padding-bottom: 48px; }
  .my-50 {
    margin-top: 48px;
    margin-bottom: 48px; }
  .pt-48 {
    padding-top: 42px; }
  .pb-48 {
    padding-bottom: 42px; }
  .mt-48 {
    margin-top: 42px; }
  .mb-48 {
    margin-bottom: 42px; }
  .py-48 {
    padding-top: 42px;
    padding-bottom: 42px; }
  .my-48 {
    margin-top: 42px;
    margin-bottom: 42px; }
  .pt-42 {
    padding-top: 40px; }
  .pb-42 {
    padding-bottom: 40px; }
  .mt-42 {
    margin-top: 40px; }
  .mb-42 {
    margin-bottom: 40px; }
  .py-42 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .my-42 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .pt-40 {
    padding-top: 38px; }
  .pb-40 {
    padding-bottom: 38px; }
  .mt-40 {
    margin-top: 38px; }
  .mb-40 {
    margin-bottom: 38px; }
  .py-40 {
    padding-top: 38px;
    padding-bottom: 38px; }
  .my-40 {
    margin-top: 38px;
    margin-bottom: 38px; }
  .pt-38 {
    padding-top: 36px; }
  .pb-38 {
    padding-bottom: 36px; }
  .mt-38 {
    margin-top: 36px; }
  .mb-38 {
    margin-bottom: 36px; }
  .py-38 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .my-38 {
    margin-top: 36px;
    margin-bottom: 36px; }
  .pt-32 {
    padding-top: 30px; }
  .pb-32 {
    padding-bottom: 30px; }
  .mt-32 {
    margin-top: 30px; }
  .mb-32 {
    margin-bottom: 30px; }
  .py-32 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .my-32 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .pt-30 {
    padding-top: 28px; }
  .pb-30 {
    padding-bottom: 28px; }
  .mt-30 {
    margin-top: 28px; }
  .mb-30 {
    margin-bottom: 28px; }
  .py-30 {
    padding-top: 28px;
    padding-bottom: 28px; }
  .my-30 {
    margin-top: 28px;
    margin-bottom: 28px; }
  .pt-28 {
    padding-top: 26px; }
  .pb-28 {
    padding-bottom: 26px; }
  .mt-28 {
    margin-top: 26px; }
  .mb-28 {
    margin-bottom: 26px; }
  .py-28 {
    padding-top: 26px;
    padding-bottom: 26px; }
  .my-28 {
    margin-top: 26px;
    margin-bottom: 26px; }
  .pt-26 {
    padding-top: 24px; }
  .pb-26 {
    padding-bottom: 24px; }
  .mt-26 {
    margin-top: 24px; }
  .mb-26 {
    margin-bottom: 24px; }
  .py-26 {
    padding-top: 24px;
    padding-bottom: 24px; }
  .my-26 {
    margin-top: 24px;
    margin-bottom: 24px; }
  .pt-24 {
    padding-top: 22px; }
  .pb-24 {
    padding-bottom: 22px; }
  .mt-24 {
    margin-top: 22px; }
  .mb-24 {
    margin-bottom: 22px; }
  .py-24 {
    padding-top: 22px;
    padding-bottom: 22px; }
  .my-24 {
    margin-top: 22px;
    margin-bottom: 22px; } }

@media (max-width: 767.97px) {
  .pt-120 {
    padding-top: 60px; }
  .pb-120 {
    padding-bottom: 60px; }
  .mt-120 {
    margin-top: 60px; }
  .mb-120 {
    margin-bottom: 60px; }
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .my-120 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .pt-100 {
    padding-top: 50px; }
  .pb-100 {
    padding-bottom: 50px; }
  .mt-100 {
    margin-top: 50px; }
  .mb-100 {
    margin-bottom: 50px; }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .my-100 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .pt-80 {
    padding-top: 50px; }
  .pb-80 {
    padding-bottom: 50px; }
  .mt-80 {
    margin-top: 50px; }
  .mb-80 {
    margin-bottom: 50px; }
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .my-80 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .pt-60 {
    padding-top: 48px; }
  .pb-60 {
    padding-bottom: 48px; }
  .mt-60 {
    margin-top: 48px; }
  .mb-60 {
    margin-bottom: 48px; }
  .py-60 {
    padding-top: 48px;
    padding-bottom: 48px; }
  .my-60 {
    margin-top: 48px;
    margin-bottom: 48px; }
  .pt-50 {
    padding-top: 42px; }
  .pb-50 {
    padding-bottom: 42px; }
  .mt-50 {
    margin-top: 42px; }
  .mb-50 {
    margin-bottom: 42px; }
  .py-50 {
    padding-top: 42px;
    padding-bottom: 42px; }
  .my-50 {
    margin-top: 42px;
    margin-bottom: 42px; }
  .pt-48 {
    padding-top: 40px; }
  .pb-48 {
    padding-bottom: 40px; }
  .mt-48 {
    margin-top: 40px; }
  .mb-48 {
    margin-bottom: 40px; }
  .py-48 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .my-48 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .pt-42 {
    padding-top: 38px; }
  .pb-42 {
    padding-bottom: 38px; }
  .mt-42 {
    margin-top: 38px; }
  .mb-42 {
    margin-bottom: 38px; }
  .py-42 {
    padding-top: 38px;
    padding-bottom: 38px; }
  .my-42 {
    margin-top: 38px;
    margin-bottom: 38px; }
  .pt-40 {
    padding-top: 36px; }
  .pb-40 {
    padding-bottom: 36px; }
  .mt-40 {
    margin-top: 36px; }
  .mb-40 {
    margin-bottom: 36px; }
  .py-40 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .my-40 {
    margin-top: 36px;
    margin-bottom: 36px; }
  .pt-38 {
    padding-top: 32px; }
  .pb-38 {
    padding-bottom: 32px; }
  .mt-38 {
    margin-top: 32px; }
  .mb-38 {
    margin-bottom: 32px; }
  .py-38 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .my-38 {
    margin-top: 32px;
    margin-bottom: 32px; }
  .pt-32 {
    padding-top: 28px; }
  .pb-32 {
    padding-bottom: 28px; }
  .mt-32 {
    margin-top: 28px; }
  .mb-32 {
    margin-bottom: 28px; }
  .py-32 {
    padding-top: 28px;
    padding-bottom: 28px; }
  .my-32 {
    margin-top: 28px;
    margin-bottom: 28px; }
  .pt-30 {
    padding-top: 26px; }
  .pb-30 {
    padding-bottom: 26px; }
  .mt-30 {
    margin-top: 26px; }
  .mb-30 {
    margin-bottom: 26px; }
  .py-30 {
    padding-top: 26px;
    padding-bottom: 26px; }
  .my-30 {
    margin-top: 26px;
    margin-bottom: 26px; }
  .pt-28 {
    padding-top: 24px; }
  .pb-28 {
    padding-bottom: 24px; }
  .mt-28 {
    margin-top: 24px; }
  .mb-28 {
    margin-bottom: 24px; }
  .py-28 {
    padding-top: 24px;
    padding-bottom: 24px; }
  .my-28 {
    margin-top: 24px;
    margin-bottom: 24px; }
  .pt-26 {
    padding-top: 22px; }
  .pb-26 {
    padding-bottom: 22px; }
  .mt-26 {
    margin-top: 22px; }
  .mb-26 {
    margin-bottom: 22px; }
  .py-26 {
    padding-top: 22px;
    padding-bottom: 22px; }
  .my-26 {
    margin-top: 22px;
    margin-bottom: 22px; }
  .pt-24 {
    padding-top: 20px; }
  .pb-24 {
    padding-bottom: 20px; }
  .mt-24 {
    margin-top: 20px; }
  .mb-24 {
    margin-bottom: 20px; }
  .py-24 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .my-24 {
    margin-top: 20px;
    margin-bottom: 20px; } }

.ml-100 {
  margin-left: 100px; }
  @media (max-width: 767.97px) {
    .ml-100 {
      margin-left: 24px; } }

/******************************* 
02. Theme Styles
**********************************/
/*-------------------------
    2.1 Theme Classes
-------------------------*/
.border-radius-50 {
  border-radius: 50px !important; }

.border-radius-16 {
  border-radius: 16px !important; }

.border-radius-12 {
  border-radius: 12px !important; }

.border-radius-10 {
  border-radius: 10px !important; }

.text-primary-color {
  color: var(--primary-color); }

.common-subtitle {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: var(--fz-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block; }

.common-bg-style, .arobix-footer-area-1, .arobix-footer-area-2, .arobix-hero-section-2, .arobix-digital-business-section .right-side-contents .percentage-info-wraper, .arobix-home2-ticker-section, .arobix-define-process-section, .arobix-team-section-2, .arobix-about-pg-video-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px; }
  .owl-theme .owl-dots .owl-dot.active span {
    background: var(--white-color) !important; }
    .owl-theme .owl-dots .owl-dot.active span::after {
      border: 1px solid var(--white-color); }
  .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1) !important;
    position: relative; }
    .owl-theme .owl-dots .owl-dot span::after {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid transparent;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-48%, -53%);
      -ms-transform: translate(-48%, -53%);
      transform: translate(-48%, -53%); }

.fz-18 {
  font-size: var(--fz-18); }

.max-w-337 {
  max-width: 337px;
  width: 100%; }

.max-h-358 {
  max-height: 358px;
  height: 100%; }

.reveal-img {
  visibility: hidden;
  position: relative;
  overflow: hidden; }
  .reveal-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }

/*-------------------------
    2.2 Animations
-------------------------*/
@-webkit-keyframes ticker-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes ticker-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes ticker-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes ticker-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/*---------
animation rotate-center for blog
-----------*/
.vdo-rotate-center {
  -webkit-animation: vdo-rotate-center 6000ms linear infinite both;
  animation: vdo-rotate-center 6000ms linear infinite both; }

@-webkit-keyframes vdo-rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes vdo-rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

/*---------
animation rotate-center
-----------*/
.rotate-center {
  -webkit-animation: rotate-center 6000ms linear infinite both;
  animation: rotate-center 6000ms linear infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.item-animate-left-right {
  -webkit-animation: animate-left-right 15s infinite ease-in-out;
  -o-animation: animate-left-right 15s infinite ease-in-out;
  -ms-animation: animate-left-right 15s infinite ease-in-out;
  -moz-animation: animate-left-right 15s infinite ease-in-out;
  animation: animate-left-right 15s infinite ease-in-out; }

@-webkit-keyframes animate-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animate-left-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animate-btn-top {
  -webkit-animation: animate-btn-top 15s infinite ease-in-out;
  -o-animation: animate-btn-top 15s infinite ease-in-out;
  -ms-animation: animate-btn-top 15s infinite ease-in-out;
  -moz-animation: animate-btn-top 15s infinite ease-in-out;
  animation: animate-btn-top 15s infinite ease-in-out; }

@-webkit-keyframes animate-btn-top {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animate-btn-top {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/******************************** 
03. Layouts
******************************/
/*-------------------------
    3.1 Header
-------------------------*/
.arobix-header-area-1 .header-btm, .arobix-header-area-2 .header-btm {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 991.97px) {
    .arobix-header-area-1 .header-btm, .arobix-header-area-2 .header-btm {
      padding: 20px 0; } }

.arobix-header-area-1.home-1, .home-1.arobix-header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: transparent; }

.arobix-header-area-1.sticky-header .header-btm, .sticky-header.arobix-header-area-2 .header-btm {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: #131313;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 991.97px) {
    .arobix-header-area-1.sticky-header .header-btm, .sticky-header.arobix-header-area-2 .header-btm {
      padding: 12px 0; } }

.arobix-header-area-1.sticky-header .main-menu ul li .submenu, .sticky-header.arobix-header-area-2 .main-menu ul li .submenu {
  top: 100%; }

.arobix-header-area-1 .main-menu ul li .submenu, .arobix-header-area-2 .main-menu ul li .submenu {
  top: 75%; }

.arobix-header-area-1 .header-container, .arobix-header-area-2 .header-container {
  width: calc(100% - 390px);
  margin: 0 auto; }
  @media (max-width: 1919.97px) {
    .arobix-header-area-1 .header-container, .arobix-header-area-2 .header-container {
      width: calc(100% - 200px); } }
  @media (max-width: 1599.97px) {
    .arobix-header-area-1 .header-container, .arobix-header-area-2 .header-container {
      width: calc(100% - 100px); } }
  @media (max-width: 1199.97px) {
    .arobix-header-area-1 .header-container, .arobix-header-area-2 .header-container {
      width: calc(100% - 50px); } }
  @media (max-width: 767.97px) {
    .arobix-header-area-1 .header-container, .arobix-header-area-2 .header-container {
      width: calc(100% - 48px); } }

.arobix-header-area-1 .header-logo, .arobix-header-area-2 .header-logo {
  width: 199px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain; }
  @media (max-width: 1599.97px) {
    .arobix-header-area-1 .header-logo, .arobix-header-area-2 .header-logo {
      width: 150px;
      height: 46px; } }

.arobix-header-area-1 .search-btn, .arobix-header-area-2 .search-btn {
  color: var(--white-color);
  font-size: var(--fz-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

@media (max-width: 1199.97px) {
  .arobix-header-area-1 .primary-btn, .arobix-header-area-2 .primary-btn {
    font-size: 14px !important; } }

/*-------------------------
    3.2 Header 2
-------------------------*/
.arobix-header-area-2 {
  position: static; }
  .arobix-header-area-2 .main-menu ul li .submenu {
    top: 100%; }
  .arobix-header-area-2 .header-container {
    width: calc(100% - 340px);
    margin: 0 auto; }
    @media (max-width: 1919.97px) {
      .arobix-header-area-2 .header-container {
        width: calc(100% - 200px); } }
    @media (max-width: 1599.97px) {
      .arobix-header-area-2 .header-container {
        width: calc(100% - 100px); } }
    @media (max-width: 1199.97px) {
      .arobix-header-area-2 .header-container {
        width: calc(100% - 70px); } }
    @media (max-width: 767.97px) {
      .arobix-header-area-2 .header-container {
        width: calc(100% - 48px); } }
  .arobix-header-area-2 .header-logo {
    width: 150px;
    height: 46px; }
    @media (max-width: 1199.97px) {
      .arobix-header-area-2 .header-logo {
        width: 120px; } }
    @media (max-width: 424.97px) {
      .arobix-header-area-2 .header-logo {
        width: 96px; } }
  .arobix-header-area-2 .header-top {
    padding: 36px 0px;
    background-color: var(--text-color); }
    @media (max-width: 1599.97px) {
      .arobix-header-area-2 .header-top {
        padding: 24px 0px; } }
    @media (max-width: 991.97px) {
      .arobix-header-area-2 .header-top {
        padding: 8px 0px; } }
    .arobix-header-area-2 .header-top .main-header-info-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 70px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 1599.97px) {
        .arobix-header-area-2 .header-top .main-header-info-wraper {
          gap: 10px;
          -ms-flex-pack: distribute;
          justify-content: space-around; } }
      .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media (max-width: 1599.97px) {
          .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper {
            gap: 10px; } }
        @media (max-width: 1199.97px) {
          .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper {
            gap: 6px; } }
        .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .icon-wraper {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          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;
          background-color: var(--primary-color); }
          @media (max-width: 1399.97px) {
            .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .icon-wraper {
              width: 35px;
              height: 35px; } }
          @media (max-width: 1199.97px) {
            .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .icon-wraper {
              width: 30px;
              height: 30px; } }
        .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .subtitle {
          color: var(--white-color);
          font-family: var(--body-font);
          font-size: var(--fz-16);
          font-style: normal;
          font-weight: 400;
          line-height: 160%; }
          @media (max-width: 1199.97px) {
            .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .subtitle {
              font-size: var(--fz-12); } }
        .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .title {
          color: var(--white-color);
          font-family: var(--heading-font);
          font-size: var(--fz-18);
          font-style: normal;
          font-weight: 500;
          line-height: 194%; }
          @media (max-width: 1199.97px) {
            .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .title {
              font-size: var(--fz-14); } }
          .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .title a {
            color: var(--white-color);
            -webkit-transition: var(--transition);
            -o-transition: var(--transition);
            transition: var(--transition); }
            .arobix-header-area-2 .header-top .main-header-info-wraper .single-info-wraper .contents-wraper .title a:hover {
              color: var(--primary-color); }
    .arobix-header-area-2 .header-top .social-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .arobix-header-area-2 .header-top .social-wraper a {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        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;
        border: 1px solid var(--white-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        @media (max-width: 1599.97px) {
          .arobix-header-area-2 .header-top .social-wraper a {
            width: 40px;
            height: 40px; } }
        @media (max-width: 1399.97px) {
          .arobix-header-area-2 .header-top .social-wraper a {
            width: 35px;
            height: 35px; }
            .arobix-header-area-2 .header-top .social-wraper a svg {
              width: 18px;
              height: 18px; } }
        @media (max-width: 1199.97px) {
          .arobix-header-area-2 .header-top .social-wraper a {
            width: 30px;
            height: 30px; }
            .arobix-header-area-2 .header-top .social-wraper a svg {
              width: 14px;
              height: 14px; } }
        .arobix-header-area-2 .header-top .social-wraper a i {
          color: var(--white-color);
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
        .arobix-header-area-2 .header-top .social-wraper a svg path {
          fill: var(--white-color);
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
        .arobix-header-area-2 .header-top .social-wraper a:hover {
          border: 1px solid var(--primary-color);
          background-color: var(--primary-color); }
          .arobix-header-area-2 .header-top .social-wraper a:hover i {
            color: var(--dark-color); }
          .arobix-header-area-2 .header-top .social-wraper a:hover svg path {
            fill: var(--dark-color); }
  .arobix-header-area-2 .header-btm {
    background-color: var(--dark-color); }
    @media (max-width: 991.97px) {
      .arobix-header-area-2 .header-btm {
        padding: 12px 0px; } }
    .arobix-header-area-2 .header-btm .main-menu ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

/*-------------------------
    3.3 Footer
-------------------------*/
.arobix-footer-area-1, .arobix-footer-area-2 {
  padding-top: 315px; }
  .arobix-footer-area-1 .footer-img, .arobix-footer-area-2 .footer-img {
    max-width: 599px;
    width: 100%;
    height: 139px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .arobix-footer-area-1 .footer-menu ul, .arobix-footer-area-2 .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1199.97px) {
      .arobix-footer-area-1 .footer-menu ul, .arobix-footer-area-2 .footer-menu ul {
        gap: 16px; } }
    .arobix-footer-area-1 .footer-menu ul li, .arobix-footer-area-2 .footer-menu ul li {
      line-height: 1; }
      .arobix-footer-area-1 .footer-menu ul li a, .arobix-footer-area-2 .footer-menu ul li a {
        color: var(--white-color);
        font-family: var(--body-font);
        font-size: var(--fz-20);
        font-style: normal;
        font-weight: 600;
        line-height: 240%;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
        text-transform: uppercase; }
        .arobix-footer-area-1 .footer-menu ul li a:hover, .arobix-footer-area-2 .footer-menu ul li a:hover {
          color: var(--primary-color); }
  .arobix-footer-area-1 .footer-widget .des, .arobix-footer-area-2 .footer-widget .des {
    font-size: var(--fz-18);
    font-weight: 500;
    line-height: 200%; }
  .arobix-footer-area-1 .footer-widget .contact-info-txt a, .arobix-footer-area-2 .footer-widget .contact-info-txt a {
    color: var(--white-color);
    font-weight: 600;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-footer-area-1 .footer-widget .contact-info-txt a:hover, .arobix-footer-area-2 .footer-widget .contact-info-txt a:hover {
      color: var(--primary-color); }
  .arobix-footer-area-1 .footer-logo, .arobix-footer-area-2 .footer-logo {
    width: 181px;
    height: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain; }
  .arobix-footer-area-1 .footer-btm, .arobix-footer-area-2 .footer-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px;
    border-top: 1px solid var(--border-color-2); }
    @media (max-width: 767.97px) {
      .arobix-footer-area-1 .footer-btm, .arobix-footer-area-2 .footer-btm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .arobix-footer-area-1 .footer-btm .copyright-txt, .arobix-footer-area-2 .footer-btm .copyright-txt {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-18);
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      .arobix-footer-area-1 .footer-btm .copyright-txt a, .arobix-footer-area-2 .footer-btm .copyright-txt a {
        font-weight: 700;
        color: var(--white-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        .arobix-footer-area-1 .footer-btm .copyright-txt a:hover, .arobix-footer-area-2 .footer-btm .copyright-txt a:hover {
          color: var(--primary-color); }
    .arobix-footer-area-1 .footer-btm .social-wraper, .arobix-footer-area-2 .footer-btm .social-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 14px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .arobix-footer-area-1 .footer-btm .social-wraper a, .arobix-footer-area-2 .footer-btm .social-wraper a {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: 1px solid var(--border-color-1);
        color: var(--white-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        .arobix-footer-area-1 .footer-btm .social-wraper a:hover, .arobix-footer-area-2 .footer-btm .social-wraper a:hover {
          border-color: var(--primary-color);
          color: var(--primary-color); }
  .arobix-footer-area-1 .border-right, .arobix-footer-area-2 .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 991.97px) {
      .arobix-footer-area-1 .border-right, .arobix-footer-area-2 .border-right {
        border-right: none; } }

/*-------------------------
     3.4 Footer 2
-------------------------*/
.arobix-footer-area-2 {
  padding-top: 100px; }
  .arobix-footer-area-2 .upper-contnet-wraper {
    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;
    gap: 30px; }
    @media (max-width: 767.97px) {
      .arobix-footer-area-2 .upper-contnet-wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px; } }
    .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
      color: var(--white-color);
      text-align: center;
      font-family: var(--heading-font);
      font-size: 127px;
      font-style: normal;
      font-weight: 700;
      line-height: 75.591%;
      text-transform: uppercase; }
      @media (max-width: 1399.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
          font-size: 100px; } }
      @media (max-width: 1199.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
          font-size: 80px; } }
      @media (max-width: 991.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
          font-size: 60px;
          line-height: 120%; } }
      @media (max-width: 767.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
          font-size: 42px; } }
      @media (max-width: 424.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-txt {
          font-size: 32px; } }
    .arobix-footer-area-2 .upper-contnet-wraper .large-contact-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-color: rgba(157, 255, 80, 0.2);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: var(--white-color);
      text-align: center;
      font-family: var(--body-font);
      font-size: var(--fz-20);
      font-style: normal;
      font-weight: 600;
      line-height: 135%;
      text-transform: uppercase;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-footer-area-2 .upper-contnet-wraper .large-contact-link:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
      @media (max-width: 991.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-contact-link {
          width: 180px;
          height: 180px; } }
      @media (max-width: 767.97px) {
        .arobix-footer-area-2 .upper-contnet-wraper .large-contact-link {
          width: 150px;
          height: 150px; } }

/******************************** 
04. Components
******************************/
/*-------------------------
     4.1 Preloader
-------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: var(--bg-black-shade-3);
  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; }

.hypnotic {
  width: 28px;
  height: 56px;
  display: -ms-grid;
  display: grid;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb238), to(#ffb238)), radial-gradient(farthest-side at top, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000), -webkit-gradient(linear, left top, left bottom, from(#ffb238), to(#ffb238)), radial-gradient(farthest-side at bottom, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000);
  background-image: -webkit-linear-gradient(#ffb238, #ffb238), -webkit-radial-gradient(top, farthest-side, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000), -webkit-linear-gradient(#ffb238, #ffb238), -webkit-radial-gradient(bottom, farthest-side, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000);
  background-image: -o-linear-gradient(#ffb238, #ffb238), -o-radial-gradient(top, farthest-side, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000), -o-linear-gradient(#ffb238, #ffb238), -o-radial-gradient(bottom, farthest-side, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000);
  background-image: linear-gradient(#ffb238, #ffb238), radial-gradient(farthest-side at top, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000), linear-gradient(#ffb238, #ffb238), radial-gradient(farthest-side at bottom, #0000 calc(100% - 2.2px), #ffb238 calc(100% - 1.1px), #0000);
  background-size: 100% 2.2px, 100% 50%, 100% 2.2px, 100% 50%;
  background-position: top, top, bottom, bottom;
  background-repeat: no-repeat;
  -webkit-animation: hypnotic-k56gsf 4s infinite linear;
  animation: hypnotic-k56gsf 4s infinite linear; }

.hypnotic::before,
.hypnotic::after {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  background: inherit;
  border: inherit;
  -webkit-animation: inherit;
  animation: inherit; }

.hypnotic::after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes hypnotic-k56gsf {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes hypnotic-k56gsf {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.dots {
  width: 85.1px;
  height: 13.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dots:before,
.dots:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: -webkit-radial-gradient(farthest-side, #ffb238 90%, #0000) center/13.4px 100%, -webkit-radial-gradient(right, farthest-side, #ffb238 90%, #0000) right/6.7px 100%;
  background: -o-radial-gradient(farthest-side, #ffb238 90%, #0000) center/13.4px 100%, -o-radial-gradient(right, farthest-side, #ffb238 90%, #0000) right/6.7px 100%;
  background: radial-gradient(farthest-side, #ffb238 90%, #0000) center/13.4px 100%, radial-gradient(farthest-side at right, #ffb238 90%, #0000) right/6.7px 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(var(--s, 1)) translate(0px) rotate(0);
  -ms-transform: scale(var(--s, 1)) translate(0px) rotate(0);
  transform: scale(var(--s, 1)) translate(0px) rotate(0);
  -webkit-animation: dots-31zaijmd 2s infinite;
  animation: dots-31zaijmd 2s infinite; }

.dots:after {
  --s: -1; }

@-webkit-keyframes dots-31zaijmd {
  25% {
    -webkit-transform: scale(var(--s, 1)) translate(-11.2px) rotate(0);
    transform: scale(var(--s, 1)) translate(-11.2px) rotate(0); }
  50% {
    -webkit-transform: scale(var(--s, 1)) translate(-11.2px) rotate(1turn);
    transform: scale(var(--s, 1)) translate(-11.2px) rotate(1turn); }
  75%,
  100% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) rotate(1turn);
    transform: scale(var(--s, 1)) translate(0px) rotate(1turn); } }

@keyframes dots-31zaijmd {
  25% {
    -webkit-transform: scale(var(--s, 1)) translate(-11.2px) rotate(0);
    transform: scale(var(--s, 1)) translate(-11.2px) rotate(0); }
  50% {
    -webkit-transform: scale(var(--s, 1)) translate(-11.2px) rotate(1turn);
    transform: scale(var(--s, 1)) translate(-11.2px) rotate(1turn); }
  75%,
  100% {
    -webkit-transform: scale(var(--s, 1)) translate(0px) rotate(1turn);
    transform: scale(var(--s, 1)) translate(0px) rotate(1turn); } }

/*-------------------------
    4.2 Common Styles
-------------------------*/
@media (max-width: 767.97px) {
  .common-cat-list, .arobix-hero-section-1 .inner-wraper .cat-list, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list, .arobix-about-business-section .cat-list {
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.common-cat-list li, .arobix-hero-section-1 .inner-wraper .cat-list li, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li, .arobix-about-business-section .cat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .common-cat-list li:not(:last-child), .arobix-hero-section-1 .inner-wraper .cat-list li:not(:last-child), .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li:not(:last-child), .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li:not(:last-child), .arobix-about-business-section .cat-list li:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.97px) {
      .common-cat-list li:not(:last-child), .arobix-hero-section-1 .inner-wraper .cat-list li:not(:last-child), .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li:not(:last-child), .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li:not(:last-child), .arobix-about-business-section .cat-list li:not(:last-child) {
        margin-bottom: 16px; } }
  .common-cat-list li i, .arobix-hero-section-1 .inner-wraper .cat-list li i, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li i, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li i, .arobix-about-business-section .cat-list li i {
    color: var(--primary-color);
    font-size: 20px; }
  .common-cat-list li span, .arobix-hero-section-1 .inner-wraper .cat-list li span, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li span, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li span, .arobix-about-business-section .cat-list li span {
    color: var(--white-color, #fff);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 500;
    line-height: normal; }

/*-------------------------
   4.3 Buttons
-------------------------*/
.template-btn, .primary-btn, .outline-primary-btn, .outline-white-btn {
  height: 45px;
  padding: 17px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--heading-font);
  font-size: var(--fz-18);
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-transform: capitalize; }
  @media (max-width: 1599.97px) {
    .template-btn, .primary-btn, .outline-primary-btn, .outline-white-btn {
      padding: 12px 20px; } }

.primary-btn {
  background-color: var(--primary-color);
  color: var(--text-color); }

.outline-primary-btn {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 0px 34px 50px 0px rgba(7, 63, 67, 0.07);
  box-shadow: 0px 34px 50px 0px rgba(7, 63, 67, 0.07);
  color: var(--white-color); }
  .outline-primary-btn:hover {
    background-color: var(--primary-color);
    color: var(--text-color); }

.outline-white-btn {
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid var(--white-color);
  color: var(--text-color); }
  .outline-white-btn:hover {
    background-color: var(--white-color);
    color: var(--text-color); }

.circle-icon-btn, .mobile-menu-trigger, .mobile-menu-close-btn {
  width: 45px;
  height: 45px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primary-color);
  border-radius: 50%;
  position: relative; }
  .circle-icon-btn svg circle, .mobile-menu-trigger svg circle, .mobile-menu-close-btn svg circle {
    fill: var(--primary-color);
    stroke: var(--primary-color); }
  .circle-icon-btn svg path, .mobile-menu-trigger svg path, .mobile-menu-close-btn svg path {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    fill: var(--text-color); }

.icon-with-btn-wraper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  position: relative;
  overflow: hidden; }
  .icon-with-btn-wraper:hover .primary-btn {
    color: var(--white-color);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .icon-with-btn-wraper:hover .circle-icon-btn, .icon-with-btn-wraper:hover .mobile-menu-trigger, .icon-with-btn-wraper:hover .mobile-menu-close-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .icon-with-btn-wraper:hover .circle-icon-btn svg path, .icon-with-btn-wraper:hover .mobile-menu-trigger svg path, .icon-with-btn-wraper:hover .mobile-menu-close-btn svg path {
      fill: var(--white-color); }

.mobile-menu-trigger i, .mobile-menu-close-btn i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.mobile-menu-close-btn {
  width: 35px;
  height: 35px;
  opacity: 1; }

/*---------
rtl-switcher-btn
-----------*/
.rtl-switcher-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background-color: var(--white-color);
  color: var(--text-color);
  position: fixed;
  left: 40px;
  bottom: 80px;
  z-index: 99; }

.rtl-enabled .rtl-switcher-btn {
  background-color: var(--primary-color); }

/*---------
.scroll-top-btn
-----------*/
.scroll-top-btn {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 3px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  font-size: 15px; }

/*-------------------------
  4.4 Select Dropdown
-------------------------*/
/*---------
header nice select
-----------*/
.arobix-header-area-2 .ns-nice-select {
  background-color: transparent;
  height: initial;
  line-height: 120%;
  border: none; }
  .arobix-header-area-2 .ns-nice-select.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -4px; }
    @media (max-width: 1199.97px) {
      .arobix-header-area-2 .ns-nice-select.open::after {
        top: -8px !important; } }
  .arobix-header-area-2 .ns-nice-select::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M18.71 8.20986C18.617 8.11613 18.5064 8.04174 18.3846 7.99097C18.2627 7.9402 18.132 7.91406 18 7.91406C17.868 7.91406 17.7373 7.9402 17.6154 7.99097C17.4936 8.04174 17.383 8.11613 17.29 8.20986L12.71 12.7899C12.617 12.8836 12.5064 12.958 12.3846 13.0088C12.2627 13.0595 12.132 13.0857 12 13.0857C11.868 13.0857 11.7373 13.0595 11.6154 13.0088C11.4936 12.958 11.383 12.8836 11.29 12.7899L6.71 8.20986C6.61704 8.11613 6.50644 8.04174 6.38458 7.99097C6.26272 7.9402 6.13201 7.91406 6 7.91406C5.86799 7.91406 5.73728 7.9402 5.61542 7.99097C5.49356 8.04174 5.38296 8.11613 5.29 8.20986C5.10375 8.39722 4.99921 8.65067 4.99921 8.91486C4.99921 9.17905 5.10375 9.4325 5.29 9.61986L9.88 14.2099C10.4425 14.7717 11.205 15.0872 12 15.0872C12.795 15.0872 13.5575 14.7717 14.12 14.2099L18.71 9.61986C18.8962 9.4325 19.0008 9.17905 19.0008 8.91486C19.0008 8.65067 18.8962 8.39722 18.71 8.20986Z" fill="white"/%3E%3C/svg%3E') no-repeat center;
    background-size: contain;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 6px;
    right: -2px; }
    @media (max-width: 1199.97px) {
      .arobix-header-area-2 .ns-nice-select::after {
        top: 0px !important; } }
  .arobix-header-area-2 .ns-nice-select .current {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-20);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    position: relative;
    top: 0px; }
    @media (max-width: 1199.97px) {
      .arobix-header-area-2 .ns-nice-select .current {
        font-size: 14px !important; } }

/*-------------------------
   4.5 Main Menu
-------------------------*/
.main-menu ul {
  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;
  gap: 48px; }
  @media (max-width: 1599.97px) {
    .main-menu ul {
      gap: 20px; } }
  .main-menu ul li {
    position: relative; }
    .main-menu ul li a {
      display: inline-block;
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-20);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding: 42px 0px; }
      @media (max-width: 1199.97px) {
        .main-menu ul li a {
          padding: 32px 0px;
          font-size: 14px !important; } }
    .main-menu ul li:hover .submenu {
      opacity: 1;
      visibility: visible; }
    .main-menu ul li .submenu {
      width: 220px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: var(--primary-color);
      position: absolute;
      top: 100%;
      left: 0;
      gap: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      z-index: 4; }
      .main-menu ul li .submenu li {
        width: 100%; }
        .main-menu ul li .submenu li a {
          padding: 12px 16px;
          width: 100%;
          font-size: var(--fz-16);
          display: block;
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
          .main-menu ul li .submenu li a:hover {
            background-color: var(--dark-color); }

/*-------------------------
    4.6 Mobile Menu
-------------------------*/
.arobix-mobile-menu-offcanvas .offcanvas-body {
  background-color: var(--bg-black-shade-1); }

.arobix-mobile-menu-offcanvas .offcanvas-header {
  background: #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arobix-mobile-menu-offcanvas .offcanvas-header .header-logo {
    width: 150px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain; }

.arobix-mobile-menu-offcanvas .mobile-menu ul li:not(:last-child) a {
  border-bottom: 1px solid var(--border-color-1); }

.arobix-mobile-menu-offcanvas .mobile-menu ul li .submenu {
  margin-left: 12px; }

.arobix-mobile-menu-offcanvas .mobile-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white-color);
  font-size: var(--fz-16);
  font-weight: 400;
  padding: 12px 0; }
  .arobix-mobile-menu-offcanvas .mobile-menu ul li a[aria-expanded="true"], .arobix-mobile-menu-offcanvas .mobile-menu ul li a:hover {
    color: var(--primary-color); }

/*-------------------------
   4.7 Accordion
-------------------------*/
.arobix-home2-accordion {
  position: relative;
  z-index: 1; }
  .arobix-home2-accordion .faq-item {
    position: relative;
    z-index: 5;
    border: 1px solid var(--primary-color);
    padding: 14px 24px;
    border-radius: 8px;
    background: var(--bg-black-shade-4);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-home2-accordion .faq-item {
      margin-bottom: 24px; }
    .arobix-home2-accordion .faq-item:has(.accordion-collapse.show) {
      -webkit-filter: drop-shadow(0px -6px 0px var(--primary-color));
      filter: drop-shadow(0px -6px 0px var(--primary-color)); }
      .arobix-home2-accordion .faq-item:has(.accordion-collapse.show) .title {
        text-decoration: underline; }
        .arobix-home2-accordion .faq-item:has(.accordion-collapse.show) .title::after {
          content: initial; }
        .arobix-home2-accordion .faq-item:has(.accordion-collapse.show) .title::before {
          content: "\f068";
          color: var(--primary-color);
          border-color: var(--primary-color); }
    .arobix-home2-accordion .faq-item .title {
      color: var(--white-color);
      font-family: var(--heading-font);
      font-size: var(--fz-20);
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: -0.4px;
      cursor: pointer;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      padding-right: 56px;
      position: relative;
      text-decoration: none;
      text-underline-offset: 6px; }
      .arobix-home2-accordion .faq-item .title::after {
        content: initial; }
      .arobix-home2-accordion .faq-item .title::before {
        content: "\2b";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid var(--white-color);
        font-size: 10px;
        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; }
    .arobix-home2-accordion .faq-item .des {
      margin-top: 24px;
      color: var(--white-color); }

/*-------------------------
   4.8 Breadcrumb
-------------------------*/
.arobix-breadcrumb-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 174px 0px;
  position: relative; }
  @media (max-width: 991.97px) {
    .arobix-breadcrumb-section {
      padding: 174px 0px 120px 0px; } }
  @media (max-width: 767.97px) {
    .arobix-breadcrumb-section {
      padding: 120px 0px 80px 0px; } }
  .arobix-breadcrumb-section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); }
  .arobix-breadcrumb-section .breadcrumb-title {
    text-align: center;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-65);
    font-style: normal;
    font-weight: 500;
    line-height: 115.385%;
    letter-spacing: -1.95px; }
  .arobix-breadcrumb-section .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px; }
    .arobix-breadcrumb-section .breadcrumb-list li {
      font-family: var(--body-font);
      font-size: var(--fz-18);
      font-style: normal;
      font-weight: 600;
      line-height: 155.556%;
      letter-spacing: -0.54px; }
      .arobix-breadcrumb-section .breadcrumb-list li:not(:last-child)::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white-color);
        margin-left: 10px; }
      .arobix-breadcrumb-section .breadcrumb-list li.active {
        color: var(--white-color);
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font; }
      .arobix-breadcrumb-section .breadcrumb-list li a {
        color: var(--white-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        .arobix-breadcrumb-section .breadcrumb-list li a:hover {
          color: var(--primary-color); }

/*-------------------------
   4.9 Pagination
-------------------------*/
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }
  .pagination-list li a {
    width: 41px;
    height: 41px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--dark-color);
    border-radius: 25px;
    border: 1px solid var(--border-color-4);
    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;
    color: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .pagination-list li a.active, .pagination-list li a:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: var(--text-color); }

/*-------------------------
  4.10 Forms
-------------------------*/
/*---------
header searbar form
-----------*/
.arobix-header-searchbar-form {
  background: var(--bg-black-shade-3); }
  .arobix-header-searchbar-form .offcanvas-body {
    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; }
    .arobix-header-searchbar-form .offcanvas-body .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: var(--white-color);
      font-size: var(--fz-24);
      text-transform: capitalize;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-header-searchbar-form .offcanvas-body .close-btn:hover {
        color: var(--negative-color); }
    .arobix-header-searchbar-form .offcanvas-body .form-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      max-width: 700px;
      width: 100%; }
    .arobix-header-searchbar-form .offcanvas-body .search-input {
      max-width: 700px;
      width: 100%;
      height: 60px;
      border-radius: 8px;
      padding: 14px 24px;
      border-radius: 8px 0px 0px 8px; }
      @media (max-width: 767.97px) {
        .arobix-header-searchbar-form .offcanvas-body .search-input {
          height: 48px; } }
    .arobix-header-searchbar-form .offcanvas-body .submit-btn {
      height: 60px;
      padding: 14px 24px;
      background-color: var(--primary-color);
      border-radius: 0px 8px 8px 0px; }
      @media (max-width: 767.97px) {
        .arobix-header-searchbar-form .offcanvas-body .submit-btn {
          height: 48px; } }

/*---------
blog-comment-form
-----------*/
.blog-comment-form {
  background-color: var(--bg-black-shade-3);
  padding: 80px 50px; }
  @media (max-width: 1399.97px) {
    .blog-comment-form {
      padding: 40px 30px; } }
  @media (max-width: 767.97px) {
    .blog-comment-form {
      padding: 30px 20px; } }
  .blog-comment-form .input {
    border: 1px solid #f4f4f4;
    background: var(--text-color);
    width: 100%;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 17px 24px;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; }
    .blog-comment-form .input:focus {
      border-color: var(--primary-color); }
    @media (max-width: 767.97px) {
      .blog-comment-form .input {
        height: 48px; } }
  .blog-comment-form textarea.input {
    height: initial; }
  .blog-comment-form .lable {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; }

/*---------
arobix-contact-form
-----------*/
.arobix-contact-form {
  padding: 42px 50px;
  border-radius: 12px;
  background-color: var(--bg-black-shade-3);
  position: relative; }
  @media (max-width: 767.97px) {
    .arobix-contact-form {
      padding: 30px 20px; } }
  .arobix-contact-form .shape {
    position: absolute;
    top: 40px;
    right: 60px; }
    @media (max-width: 767.97px) {
      .arobix-contact-form .shape {
        top: 5px;
        right: 5px; } }
  .arobix-contact-form .title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: var(--fz-24);
    font-style: normal;
    font-weight: 600;
    line-height: 145.455%;
    letter-spacing: -0.66px; }
  .arobix-contact-form .input-wraper {
    width: 100%; }
    .arobix-contact-form .input-wraper label {
      color: var(--white-color);
      font-family: var(--heading-font);
      font-size: var(--fz-18);
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.36px;
      display: block;
      margin-bottom: 12px; }
    .arobix-contact-form .input-wraper .input {
      border-radius: 5px;
      border: 1px solid rgba(15, 17, 15, 0.07);
      background: var(--text-color);
      padding: 24px;
      width: 100%;
      height: 60px;
      color: var(--white-color); }
      @media (max-width: 767.97px) {
        .arobix-contact-form .input-wraper .input {
          height: 48px; } }
      .arobix-contact-form .input-wraper .input::-webkit-input-placeholder {
        color: #b9b9b9;
        font-family: var(--body-font);
        font-size: var(--fz-16);
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%; }
      .arobix-contact-form .input-wraper .input:-ms-input-placeholder {
        color: #b9b9b9;
        font-family: var(--body-font);
        font-size: var(--fz-16);
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%; }
      .arobix-contact-form .input-wraper .input::-ms-input-placeholder {
        color: #b9b9b9;
        font-family: var(--body-font);
        font-size: var(--fz-16);
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%; }
      .arobix-contact-form .input-wraper .input::placeholder {
        color: #b9b9b9;
        font-family: var(--body-font);
        font-size: var(--fz-16);
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%; }
    .arobix-contact-form .input-wraper textarea.input {
      height: initial; }
  .arobix-contact-form .primary-btn {
    height: 60px; }
    @media (max-width: 767.97px) {
      .arobix-contact-form .primary-btn {
        height: 48px; } }

/*-------------------------
   4.11 Theme Switcher
-------------------------*/
.color-switcher-btn {
  position: fixed;
  top: 33%;
  left: -40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: var(--text-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0 3px 3px 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .color-switcher-btn i {
    -webkit-animation: 10s rotate linear infinite;
    animation: 10s rotate linear infinite; }
  .color-switcher-btn.active {
    left: 0; }
  .color-switcher-btn.position-right {
    right: -40px;
    left: auto;
    border-radius: 3px 0 0 3px; }
    .color-switcher-btn.position-right.active {
      right: 0;
      left: auto; }

.theme-color-switch {
  width: 200px;
  position: fixed;
  top: calc(33% + 40px);
  left: -200px;
  z-index: 10;
  background-color: var(--bg-black-shade-3);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 16px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  .theme-color-switch .close-switcher {
    color: var(--white-color); }
  .theme-color-switch h6 {
    font-size: var(--fz-18); }
  .theme-color-switch .direction-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .theme-color-switch .direction-wraper .direction-btn {
      color: #000;
      background-color: #e4e4e4;
      padding: 5px 20px;
      border-radius: 2px;
      text-transform: uppercase; }
      .theme-color-switch .direction-wraper .direction-btn.ltr {
        background-color: var(--primary-color); }
      .theme-color-switch .direction-wraper .direction-btn.rtl {
        background-color: #e4e4e4; }
  .theme-color-switch .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .theme-color-switch .color-list li a {
      width: 20px;
      height: 20px;
      display: inline-block;
      border-radius: 2px; }
  .theme-color-switch .cursor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    .theme-color-switch .cursor-list li a {
      color: var(--primary-color);
      width: 30px;
      height: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid var(--primary-color);
      border-radius: 50%; }
      .theme-color-switch .cursor-list li a i {
        -webkit-transition: var(--transition-base);
        -o-transition: var(--transition-base);
        transition: var(--transition-base); }
      .theme-color-switch .cursor-list li a.cursor-circle i {
        font-size: 10px; }
      .theme-color-switch .cursor-list li a:hover {
        background-color: var(--primary-color);
        color: var(--white-color); }
  .theme-color-switch .template-btn, .theme-color-switch .primary-btn, .theme-color-switch .outline-primary-btn, .theme-color-switch .outline-white-btn {
    font-size: 12px;
    padding: 12px 20px;
    border-radius: 4px; }
    .theme-color-switch .template-btn::before, .theme-color-switch .primary-btn::before, .theme-color-switch .outline-primary-btn::before, .theme-color-switch .outline-white-btn::before {
      left: -50px; }
  .theme-color-switch.active {
    left: 0; }
  .theme-color-switch.position-right {
    left: auto;
    right: -200px; }
    .theme-color-switch.position-right.active {
      left: auto;
      right: 0; }

/*-------------------------
   4.12 Cursor Effects
-------------------------*/
.cursor {
  background-color: var(--primary-color);
  z-index: 109;
  height: 8px;
  width: 8px; }

.cursor2,
.cursor3 {
  height: 50px;
  width: 50px;
  z-index: 108;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid var(--primary-color); }

.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0; }

/****************************** 
05. Cards
******************************/
/*-------------------------
    5.1 General Cards
-------------------------*/
/*---------
arobix-single-service
-----------*/
.arobix-single-service {
  padding: 30px 30px 30px 66px;
  border-radius: 10px;
  background: var(--dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 54px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 1199.97px) {
    .arobix-single-service {
      gap: 30px;
      padding: 30px; } }
  @media (max-width: 991.97px) {
    .arobix-single-service {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .arobix-single-service .title-box {
    max-width: 266px; }
  .arobix-single-service .title a {
    color: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-service .title a:hover {
      color: var(--primary-color); }
  .arobix-single-service .subtitle {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 187.5%; }
  .arobix-single-service .service-img {
    max-width: 300px;
    width: 100%;
    height: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 70px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-service .des {
    max-width: 286px; }
  .arobix-single-service .link-btn {
    width: 45px;
    height: 45px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px; }
    .arobix-single-service .link-btn svg path {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      fill: var(--primary-color); }
  .arobix-single-service:hover {
    background: var(--bg-black-shade-1); }
    .arobix-single-service:hover .subtitle {
      color: var(--primary-color); }
    .arobix-single-service:hover::after {
      opacity: 0 !important; }
    .arobix-single-service:hover .service-img {
      -webkit-transform: scale(1.04) rotate(3deg);
      -ms-transform: scale(1.04) rotate(3deg);
      transform: scale(1.04) rotate(3deg);
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); }
    .arobix-single-service:hover .link-btn {
      background-color: var(--primary-color); }
      .arobix-single-service:hover .link-btn svg path {
        fill: var(--dark-color); }

/*---------
arobix-single-award
-----------*/
.arobix-single-award {
  border: 1px solid rgba(255, 178, 56, 0.3);
  padding: 38px 20px;
  position: relative;
  overflow: hidden; }
  .arobix-single-award::after {
    content: "";
    width: 47px;
    height: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0px 0px 0px 45px;
    background: var(--primary-color);
    position: absolute;
    top: -54px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-award .icon-wraper svg path {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    fill: var(--white-color); }
  .arobix-single-award hr {
    margin-top: 0;
    opacity: 0.2;
    border-top: 1px solid var(--white-color); }
  .arobix-single-award .year {
    display: inline-block;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-18);
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .arobix-single-award .award-logo {
    max-width: 214px;
    width: 100%;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain; }
  .arobix-single-award .title a {
    color: var(--white-color);
    font-family: var(--heading-font);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-award .title a:hover {
      color: var(--primary-color); }
  .arobix-single-award:hover::after {
    top: 0;
    opacity: 1;
    visibility: visible; }
  .arobix-single-award:hover .icon-wraper svg path {
    fill: var(--primary-color); }

/*---------
arobix-single-feature
-----------*/
.arobix-single-feature .img-wraper {
  position: relative;
  width: 100%;
  aspect-ratio: 576 / 675;
  max-width: 576px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .arobix-single-feature .img-wraper .fea-img {
    width: 100%;
    height: 100%;
    border-radius: 15px; }
  .arobix-single-feature .img-wraper .link-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-feature .img-wraper .link-btn svg {
      width: 176px;
      height: 176px; }
      .arobix-single-feature .img-wraper .link-btn svg circle {
        fill: var(--primary-color); }
      @media (max-width: 1199.97px) {
        .arobix-single-feature .img-wraper .link-btn svg {
          width: 150px;
          height: 150px; } }
      @media (max-width: 991.97px) {
        .arobix-single-feature .img-wraper .link-btn svg {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767.97px) {
        .arobix-single-feature .img-wraper .link-btn svg {
          width: 80px;
          height: 80px; } }

.arobix-single-feature .subtitle {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-14);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  padding-left: 22px; }
  .arobix-single-feature .subtitle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--primary-color);
    margin-left: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.arobix-single-feature .title a {
  color: var(--white-color); }
  .arobix-single-feature .title a:hover {
    color: var(--primary-color); }

.arobix-single-feature:hover .img-wraper .link-btn {
  opacity: 1;
  visibility: visible;
  top: 50%; }

/*---------
arobix-single-counter
-----------*/
.arobix-single-counter {
  width: 100%;
  aspect-ratio: 308 / 308;
  max-width: 308px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: transparent;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--heading-font);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .arobix-single-counter:hover {
    background: rgba(255, 178, 56, 0.2); }
  .arobix-single-counter .title {
    color: var(--white-color);
    font-size: var(--fz-90);
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    letter-spacing: -3.6px; }
  .arobix-single-counter .subtitle {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
    text-transform: uppercase; }

/*---------
arobix-single-team
-----------*/
.arobix-single-team {
  overflow: hidden; }
  .arobix-single-team .img-wraper {
    width: 100%;
    height: 431.831px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1399.97px) {
      .arobix-single-team .img-wraper {
        height: 330.831px; } }
    @media (max-width: 1199.97px) {
      .arobix-single-team .img-wraper {
        height: 291.831px; } }
    @media (max-width: 991.97px) {
      .arobix-single-team .img-wraper {
        height: 431.831px; } }
    .arobix-single-team .img-wraper .team-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    .arobix-single-team .img-wraper .social-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 50%;
      right: -45px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-single-team .img-wraper .social-wraper a {
        width: 45px;
        height: 41px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: var(--text-color);
        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;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
        color: var(--white-color); }
        .arobix-single-team .img-wraper .social-wraper a:hover {
          background-color: var(--primary-color);
          color: var(--text-color); }
  .arobix-single-team .name {
    color: var(--white-color);
    font-size: var(--fz-18);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-align: center; }
    .arobix-single-team .name a {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-single-team .name a:hover {
        color: var(--primary-color); }
  .arobix-single-team .desig {
    color: var(--white-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: var(--fz-12);
    font-style: normal;
    font-weight: 600;
    line-height: 233.333%;
    letter-spacing: 0.36px;
    text-transform: uppercase; }
  .arobix-single-team:hover .img-wraper .team-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .arobix-single-team:hover .img-wraper .social-wraper {
    right: 0px; }

/*---------
arobix-single-brand
-----------*/
.arobix-single-brand {
  height: 138.355px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--bg-black-shade-2);
  padding: 50px; }
  .arobix-single-brand .brand-img {
    width: 122.951px;
    height: 27.671px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain; }

/*---------
arobix-single-testi
-----------*/
.arobix-single-testi {
  background-color: var(--bg-black-shade-3);
  padding: 50px 60px;
  position: relative; }
  @media (max-width: 991.97px) {
    .arobix-single-testi {
      padding: 30px; } }
  .arobix-single-testi .quote-icon {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 70px;
    height: 71px; }
    .arobix-single-testi .quote-icon path {
      fill: var(--primary-color); }
    @media (max-width: 1399.97px) {
      .arobix-single-testi .quote-icon {
        right: 30px;
        width: 30px;
        height: 31px; } }
    @media (max-width: 991.97px) {
      .arobix-single-testi .quote-icon {
        top: 10px;
        right: 10px; } }
  .arobix-single-testi .upper-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.97px) {
      .arobix-single-testi .upper-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px; } }
    .arobix-single-testi .upper-contents .testi-img {
      width: 70px;
      height: 70px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 70px;
      margin-right: 30px; }
      @media (max-width: 991.97px) {
        .arobix-single-testi .upper-contents .testi-img {
          margin-right: 16px; } }
      @media (max-width: 767.97px) {
        .arobix-single-testi .upper-contents .testi-img {
          margin-right: initial; } }
    .arobix-single-testi .upper-contents .title {
      font-weight: 600;
      line-height: 136.364%;
      letter-spacing: -0.66px; }
      @media (max-width: 767.97px) {
        .arobix-single-testi .upper-contents .title {
          width: 100%; } }
    .arobix-single-testi .upper-contents .desig {
      display: inline-block;
      color: var(--primary-color);
      font-family: var(--body-font);
      font-size: var(--fz-14);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-left: 10px; }
      @media (max-width: 991.97px) {
        .arobix-single-testi .upper-contents .desig {
          margin-left: 6px; } }
      @media (max-width: 767.97px) {
        .arobix-single-testi .upper-contents .desig {
          margin-left: initial; } }
  .arobix-single-testi .des {
    font-size: var(--fz-18);
    line-height: 177.778%;
    letter-spacing: -0.54px; }
  .arobix-single-testi .btm-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767.97px) {
      .arobix-single-testi .btm-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .arobix-single-testi .btm-contents .testi-logo {
      width: 152.542px;
      height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -o-object-fit: contain;
      object-fit: contain; }
    .arobix-single-testi .btm-contents .review-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px; }
      .arobix-single-testi .btm-contents .review-wraper .star-icon {
        width: 18px;
        -o-object-fit: contain;
        object-fit: contain;
        color: var(--primary-color); }

/*---------
arobix-single-sm-service
-----------*/
.arobix-single-sm-service {
  padding: 32px 24px;
  border-radius: 32px;
  background: #2b2b2b;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .arobix-single-sm-service:hover {
    background-color: var(--primary-color); }
    .arobix-single-sm-service:hover .des,
    .arobix-single-sm-service:hover .title {
      color: var(--text-color); }
    .arobix-single-sm-service:hover .icon-link svg circle {
      fill: var(--white-color); }
    .arobix-single-sm-service:hover .icon-link svg path {
      fill: var(--text-color); }
  .arobix-single-sm-service .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-18);
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.18px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 80px; }
    @media (max-width: 1399.97px) {
      .arobix-single-sm-service .des {
        margin-bottom: 97px; } }
    @media (max-width: 1199.97px) {
      .arobix-single-sm-service .des {
        margin-bottom: 55px; } }
    @media (max-width: 767.97px) {
      .arobix-single-sm-service .des {
        margin-bottom: 40px; } }
  .arobix-single-sm-service .btm-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px; }
  .arobix-single-sm-service .title {
    color: var(--white-color);
    font-family: var(--heading-font);
    line-height: 90%;
    letter-spacing: -1.28px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-sm-service .icon-link {
    width: 64px;
    height: 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-sm-service .icon-link svg circle {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    .arobix-single-sm-service .icon-link svg path {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }

/*---------
arobix-single-define-process
-----------*/
.arobix-single-define-process {
  border-radius: 16px;
  background: var(--text-color);
  padding: 30px 20px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  overflow: hidden; }
  .arobix-single-define-process::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--primary-color); }
  .arobix-single-define-process:hover::after {
    top: 0; }
  .arobix-single-define-process:hover .top-area {
    position: relative;
    z-index: 2; }
    .arobix-single-define-process:hover .top-area .line-wraper .line {
      background: var(--text-color); }
  .arobix-single-define-process:hover .process-no {
    position: relative;
    z-index: 2;
    -webkit-text-stroke-color: var(--text-color);
    -webkit-text-fill-color: var(--text-color);
    color: var(--text-color); }
  .arobix-single-define-process:hover .title {
    position: relative;
    z-index: 2;
    color: var(--text-color); }
  .arobix-single-define-process .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 150px; }
    @media (max-width: 1399.97px) {
      .arobix-single-define-process .top-area {
        margin-bottom: 120px; } }
    @media (max-width: 991.97px) {
      .arobix-single-define-process .top-area {
        margin-bottom: 80px; } }
    .arobix-single-define-process .top-area .line-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; }
      .arobix-single-define-process .top-area .line-wraper .line {
        display: block;
        width: 144px;
        height: 1px;
        background: var(--green-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        @media (max-width: 1199.97px) {
          .arobix-single-define-process .top-area .line-wraper .line {
            width: 72px; } }
  .arobix-single-define-process .process-no,
  .arobix-single-define-process .title {
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.45px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-define-process .process-no {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    -webkit-text-fill-color: transparent; }
  .arobix-single-define-process .title {
    color: var(--white-color); }
    @media (max-width: 1199.97px) {
      .arobix-single-define-process .title {
        font-size: 28px; } }

/*---------
arobix-single-creative-showcase
-----------*/
.arobix-single-creative-showcase .img-wraper {
  overflow: hidden;
  width: 100%;
  height: 640px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 1399.97px) {
    .arobix-single-creative-showcase .img-wraper {
      height: 550px; } }
  @media (max-width: 767.97px) {
    .arobix-single-creative-showcase .img-wraper {
      height: 450px; } }
  .arobix-single-creative-showcase .img-wraper .main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }

.arobix-single-creative-showcase .contents-wraper {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.arobix-single-creative-showcase .subtitle,
.arobix-single-creative-showcase .title {
  font-style: normal;
  line-height: normal;
  color: var(--white-color); }
  .arobix-single-creative-showcase .subtitle a,
  .arobix-single-creative-showcase .title a {
    color: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-creative-showcase .subtitle a:hover,
    .arobix-single-creative-showcase .title a:hover {
      color: var(--primary-color); }

.arobix-single-creative-showcase .subtitle {
  font-family: var(--body-font);
  font-size: var(--fz-18);
  font-weight: 600;
  letter-spacing: 0.36px; }

.arobix-single-creative-showcase .title {
  font-family: var(--heading-font);
  font-size: var(--fz-24);
  font-weight: 700;
  letter-spacing: 0.48px; }

.arobix-single-creative-showcase .icon-link {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-creative-showcase .icon-link svg circle {
  stroke: var(--primary-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-creative-showcase .icon-link svg path {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-creative-showcase:hover .img-wraper .main-img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06); }

.arobix-single-creative-showcase:hover .icon-link svg circle {
  fill: var(--primary-color);
  fill-opacity: 1; }

.arobix-single-creative-showcase:hover .icon-link svg path {
  stroke: var(--text-color); }

/*---------
arobix-single-brand2
-----------*/
.arobix-single-brand2 .brand-logo {
  width: 255px;
  height: 98px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain; }

/*---------
arobix-single-testimonial-2
-----------*/
.arobix-single-testimonial-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px; }
  @media (max-width: 1399.97px) {
    .arobix-single-testimonial-2 {
      gap: 50px; } }
  @media (max-width: 1199.97px) {
    .arobix-single-testimonial-2 {
      gap: 30px; } }
  @media (max-width: 767.97px) {
    .arobix-single-testimonial-2 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .arobix-single-testimonial-2 .img-wraper {
    height: 358px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1199.97px) {
      .arobix-single-testimonial-2 .img-wraper {
        height: 300px; } }
    .arobix-single-testimonial-2 .img-wraper img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 20px; }
  .arobix-single-testimonial-2 .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-24);
    font-style: normal;
    font-weight: 500;
    line-height: 166.667%;
    letter-spacing: -0.72px; }
  .arobix-single-testimonial-2 .btm-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px; }
  .arobix-single-testimonial-2 .icon-wraper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    border: 1.2px solid rgba(255, 255, 255, 0.1); }
    .arobix-single-testimonial-2 .icon-wraper svg path {
      fill: var(--primary-color); }
    @media (max-width: 1199.97px) {
      .arobix-single-testimonial-2 .icon-wraper {
        width: 60px;
        height: 60px; }
        .arobix-single-testimonial-2 .icon-wraper svg {
          width: 36px;
          height: 25px; } }
  .arobix-single-testimonial-2 .user-info .name {
    color: var(--white-color);
    letter-spacing: -0.72px; }
  .arobix-single-testimonial-2 .user-info .desig {
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

/*-------------------------
   5.2 Single Blog Card
-------------------------*/
/*---------
arobix-single-blog-1
-----------*/
.arobix-single-blog-1 .blog-img, .arobix-single-blog-2 .blog-img {
  width: 100%;
  height: 343px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

.arobix-single-blog-1 .date, .arobix-single-blog-2 .date {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px; }

.arobix-single-blog-1 .title a, .arobix-single-blog-2 .title a {
  color: var(--white-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .arobix-single-blog-1 .title a:hover, .arobix-single-blog-2 .title a:hover {
    color: var(--primary-color); }

/*---------
arobix-single-blog-2
-----------*/
.arobix-single-blog-2 .link-icon-btn svg circle {
  fill: var(--primary-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-blog-2 .link-icon-btn svg path {
  stroke: var(--text-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-blog-2 .link-icon-btn:hover svg circle {
  fill: transparent;
  stroke: var(--primary-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-blog-2 .link-icon-btn:hover svg path {
  stroke: var(--primary-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }

.arobix-single-blog-2 .blog-img {
  width: 100%;
  height: 245px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

/*---------
arobix-single-blog-3
-----------*/
.arobix-single-blog-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-1);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 30px 0px; }
  @media (max-width: 1199.97px) {
    .arobix-single-blog-3 {
      padding: 20px 0px; } }
  @media (max-width: 424.97px) {
    .arobix-single-blog-3 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 24px 0px; } }
  .arobix-single-blog-3 .img-wraper {
    width: 190px;
    height: 145px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden; }
    @media (max-width: 575.97px) {
      .arobix-single-blog-3 .img-wraper {
        width: 120px;
        height: 80px; } }
    @media (max-width: 424.97px) {
      .arobix-single-blog-3 .img-wraper {
        width: 100%;
        height: auto; } }
    .arobix-single-blog-3 .img-wraper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .arobix-single-blog-3 .contents-wraper {
    padding: 30px 50px; }
    @media (max-width: 1199.97px) {
      .arobix-single-blog-3 .contents-wraper {
        padding: 20px 30px; } }
    @media (max-width: 424.97px) {
      .arobix-single-blog-3 .contents-wraper {
        padding: 20px 0px; } }
  .arobix-single-blog-3 .meta-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1199.97px) {
      .arobix-single-blog-3 .meta-area {
        gap: 10px; } }
    .arobix-single-blog-3 .meta-area .meta-info {
      display: inline-block;
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.32px; }
      .arobix-single-blog-3 .meta-area .meta-info svg {
        margin-right: 7px; }
    .arobix-single-blog-3 .meta-area a.meta-info {
      color: var(--primary-color); }
  .arobix-single-blog-3 .title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 600;
    line-height: 136.364%;
    letter-spacing: -0.66px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-blog-3 .title a {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-single-blog-3 .title a:hover {
        color: var(--primary-color); }
  .arobix-single-blog-3 .icon-link svg {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-blog-3 .icon-link svg circle {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      stroke: var(--primary-color); }
    .arobix-single-blog-3 .icon-link svg path {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      fill: var(--primary-color); }
  .arobix-single-blog-3:hover {
    border-color: var(--primary-color); }
    .arobix-single-blog-3:hover .icon-link svg {
      fill: var(--primary-color); }
      .arobix-single-blog-3:hover .icon-link svg path {
        fill: var(--text-color); }
    .arobix-single-blog-3:hover .title {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline; }

/*---------
arobix-single-blog-4
-----------*/
.arobix-single-blog-4 {
  padding: 38px 30px;
  background: var(--bg-black-shade-4); }
  .arobix-single-blog-4 .title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: var(--fz-24);
    font-style: normal;
    font-weight: 600;
    line-height: 172.727%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-blog-4 .title a {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-single-blog-4 .title a:hover {
        color: var(--primary-color); }
  .arobix-single-blog-4 .meta-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
    .arobix-single-blog-4 .meta-wraper .meta-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-14);
      font-style: normal;
      font-weight: 400;
      line-height: 243.333%; }
  .arobix-single-blog-4 .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-18);
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%; }
  .arobix-single-blog-4 .divider {
    opacity: 1;
    background: rgba(221, 221, 221, 0.1);
    margin: 30px 0px; }
  .arobix-single-blog-4 .btm-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .arobix-single-blog-4 .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .arobix-single-blog-4 .author-box .auth-img {
      width: 45px;
      height: 45px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 50%; }
    .arobix-single-blog-4 .author-box .auth-name {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-18);
      font-style: normal;
      font-weight: 500;
      line-height: 177.778%; }
  .arobix-single-blog-4 .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-blog-4 .link:hover {
      color: var(--primary-color); }
  .arobix-single-blog-4:hover .title a {
    color: var(--primary-color); }

/*---------
arobix-single-blog-5
-----------*/
.arobix-single-blog-5 .img-wraper {
  position: relative;
  width: 100%;
  max-height: 509px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .arobix-single-blog-5 .img-wraper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-blog-5 .img-wraper .blog-vdo-icon, .arobix-single-blog-5 .img-wraper .blog-vdo-icon .outline-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media (max-width: 767.97px) {
      .arobix-single-blog-5 .img-wraper .blog-vdo-icon .outline-circle {
        width: 60px;
        height: 60px; } }
    .arobix-single-blog-5 .img-wraper .blog-vdo-icon .main-circle g path {
      fill: var(--primary-color); }
    @media (max-width: 767.97px) {
      .arobix-single-blog-5 .img-wraper .blog-vdo-icon .main-circle {
        width: 40px;
        height: 40px; } }
  .arobix-single-blog-5 .img-wraper .owl-prev,
  .arobix-single-blog-5 .img-wraper .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 767.97px) {
      .arobix-single-blog-5 .img-wraper .owl-prev svg,
      .arobix-single-blog-5 .img-wraper .owl-next svg {
        width: 40px;
        height: 41px; } }
  .arobix-single-blog-5 .img-wraper .owl-prev {
    left: 0; }
  .arobix-single-blog-5 .img-wraper .owl-next {
    right: 0; }

.arobix-single-blog-5 .meta-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  .arobix-single-blog-5 .meta-wraper .meta-info,
  .arobix-single-blog-5 .meta-wraper .divider {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 152.941%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-single-blog-5 .meta-wraper a.meta-info {
    color: var(--white-color); }
    .arobix-single-blog-5 .meta-wraper a.meta-info:hover {
      color: var(--primary-color); }

.arobix-single-blog-5 .title {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: var(--fz-32);
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%; }
  .arobix-single-blog-5 .title a {
    color: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-single-blog-5 .title a:hover {
      color: var(--primary-color); }

.arobix-single-blog-5 .des {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-36);
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%; }

/*---------
arobix-single-blog-sm-6
-----------*/
.arobix-single-blog-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px; }
  @media (max-width: 575.97px) {
    .arobix-single-blog-sm-6 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px; } }
  .arobix-single-blog-sm-6 .img-wraper {
    width: 110px;
    height: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%; }
    @media (max-width: 767.97px) {
      .arobix-single-blog-sm-6 .img-wraper {
        width: 90px;
        height: 90px; } }
    .arobix-single-blog-sm-6 .img-wraper .blog-img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .arobix-single-blog-sm-6 .meta-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .arobix-single-blog-sm-6 .meta-wraper .meta-info {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 400;
      line-height: 125%; }
      .arobix-single-blog-sm-6 .meta-wraper .meta-info svg path {
        fill: var(--primary-color); }
  .arobix-single-blog-sm-6 .title {
    font-family: var(--heading-font);
    font-size: var(--fz-18);
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%; }
    .arobix-single-blog-sm-6 .title a {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .arobix-single-blog-sm-6 .title a:hover {
        color: var(--primary-color); }

/****************************** 
06. Page Styles
******************************/
/*-------------------------
   6.1 Home Page 1
-------------------------*/
/*---------
hero section 
-----------*/
.arobix-hero-section-1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom; }
  .arobix-hero-section-1 .shape {
    position: absolute; }
  .arobix-hero-section-1 .shape-1 {
    width: 386px;
    height: 329px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 305px;
    left: 102px; }
    @media (max-width: 1799.97px) {
      .arobix-hero-section-1 .shape-1 {
        width: 217px;
        height: 184px;
        left: 40px; } }
    @media (max-width: 1399.97px) {
      .arobix-hero-section-1 .shape-1 {
        width: 120px;
        height: 100px; } }
    @media (max-width: 1199.97px) {
      .arobix-hero-section-1 .shape-1 {
        left: 20px; } }
    @media (max-width: 991.97px) {
      .arobix-hero-section-1 .shape-1 {
        width: 90px;
        height: 75px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-1 .shape-1 {
        display: none; } }
  .arobix-hero-section-1 .shape-2 {
    width: 348px;
    height: 347px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 179px;
    right: 111px; }
    @media (max-width: 1799.97px) {
      .arobix-hero-section-1 .shape-2 {
        width: 248px;
        height: 247px;
        right: 40px;
        top: 170px; } }
    @media (max-width: 1599.97px) {
      .arobix-hero-section-1 .shape-2 {
        width: 170px;
        height: 168px; } }
    @media (max-width: 1399.97px) {
      .arobix-hero-section-1 .shape-2 {
        width: 84px;
        height: 83px; } }
    @media (max-width: 991.97px) {
      .arobix-hero-section-1 .shape-2 {
        width: 52px;
        height: 52px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-1 .shape-2 {
        display: none; } }
  .arobix-hero-section-1 .inner-wraper, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper {
    padding-top: 230px;
    padding-bottom: 170px; }
    @media (max-width: 1399.97px) {
      .arobix-hero-section-1 .inner-wraper, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper {
        padding-top: 170px;
        padding-bottom: 100px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-1 .inner-wraper, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper {
        padding-top: 150px;
        padding-bottom: 70px; } }
    @media (max-width: 424.97px) {
      .arobix-hero-section-1 .inner-wraper, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper {
        padding-top: 130px;
        padding-bottom: 60px; } }
    .arobix-hero-section-1 .inner-wraper .title, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .title, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .title {
      color: var(--white-color);
      text-align: center;
      font-family: var(--heading-font);
      font-size: var(--fz-65);
      font-style: normal;
      font-weight: 600;
      line-height: 166.154%;
      letter-spacing: -1.95px;
      word-break: break-word; }
      @media (max-width: 1199.97px) {
        .arobix-hero-section-1 .inner-wraper .title, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .title, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .title {
          line-height: 140%; } }
      @media (max-width: 575.97px) {
        .arobix-hero-section-1 .inner-wraper .title, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .title, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .title {
          font-size: 28px; } }
    .arobix-hero-section-1 .inner-wraper .cat-list, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list {
      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;
      gap: 50px; }
      .arobix-hero-section-1 .inner-wraper .cat-list li, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list li, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list li {
        margin-bottom: 0 !important; }
      @media (max-width: 991.97px) {
        .arobix-hero-section-1 .inner-wraper .cat-list, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list {
          gap: 16px; } }
      @media (max-width: 767.97px) {
        .arobix-hero-section-1 .inner-wraper .cat-list, .arobix-hero-section-1 .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .cat-list, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-hero-section-1 .shape-inner-wraper .cat-list {
          gap: 12px; } }
  .arobix-hero-section-1 .ticker-wraper {
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 10px; }
    @media (max-width: 991.97px) {
      .arobix-hero-section-1 .ticker-wraper {
        padding-bottom: 80px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-1 .ticker-wraper {
        padding-bottom: 60px; } }
  .arobix-hero-section-1 .hero-carousel-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px; }
    .arobix-hero-section-1 .hero-carousel-wraper.left-ticker {
      -webkit-animation: ticker-left 0s linear infinite 0s normal;
      animation: ticker-left 0s linear infinite 0s normal;
      -webkit-animation-duration: 200s;
      animation-duration: 200s; }
      .arobix-hero-section-1 .hero-carousel-wraper.left-ticker span:nth-child(odd) {
        color: var(--primary-color); }
    .arobix-hero-section-1 .hero-carousel-wraper.right-ticker {
      -webkit-animation: ticker-right 0s linear infinite 0s normal;
      animation: ticker-right 0s linear infinite 0s normal;
      -webkit-animation-duration: 200s;
      animation-duration: 200s; }
    .arobix-hero-section-1 .hero-carousel-wraper:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
    .arobix-hero-section-1 .hero-carousel-wraper .title,
    .arobix-hero-section-1 .hero-carousel-wraper .title-2 {
      font-family: var(--default-font);
      text-transform: uppercase;
      font-size: var(--fz-100);
      line-height: 69%;
      font-style: normal; }
    .arobix-hero-section-1 .hero-carousel-wraper .title {
      color: var(--white-color);
      font-weight: 400; }
    .arobix-hero-section-1 .hero-carousel-wraper .title-2 {
      background: transparent;
      outline: none;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: var(--white-color);
      font-weight: 700; }

/*---------
hero section end 
-----------*/
/*---------
about section start 
-----------*/
.arobix-about-business-section .contents-wraper {
  padding-right: 84px; }
  @media (max-width: 1199.97px) {
    .arobix-about-business-section .contents-wraper {
      padding-right: 0px; } }

/*---------
about section end 
-----------*/
/*---------
arobix-weekly-meeting end 
-----------*/
.arobix-weekly-meeting {
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 1599.97px) {
    .arobix-weekly-meeting {
      height: 650px; } }
  @media (max-width: 1199.97px) {
    .arobix-weekly-meeting {
      height: 550px; } }
  @media (max-width: 991.97px) {
    .arobix-weekly-meeting {
      height: 450px; } }
  @media (max-width: 767.97px) {
    .arobix-weekly-meeting {
      height: 400px; } }
  .arobix-weekly-meeting::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45); }
  .arobix-weekly-meeting .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    -webkit-text-fill-color: transparent;
    font-family: var(--default-font);
    font-size: var(--fz-100);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center; }

/*---------
arobix-weekly-meeting end 
-----------*/
/*---------
arobix-service-section start 
-----------*/
.arobix-service-section .service-list .arobix-single-service {
  position: relative; }
  .arobix-service-section .service-list .arobix-single-service::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-service-section .service-list .arobix-single-service:not(:last-child)::after {
    opacity: 0.3; }

/*---------
arobix-service-section end 
-----------*/
/*---------
arobix-awards-section start 
-----------*/
.arobix-awards-section .common-subtitle svg path {
  fill: var(--primary-color); }

/*---------
arobix-awards-section end 
-----------*/
/*---------
arobix-features-section end 
-----------*/
.arobix-features-section .fea-row .col-12:nth-child(3n - 2) .arobix-single-feature {
  margin-top: 60px; }
  @media (max-width: 767.97px) {
    .arobix-features-section .fea-row .col-12:nth-child(3n - 2) .arobix-single-feature {
      margin-top: 0px; } }
  .arobix-features-section .fea-row .col-12:nth-child(3n - 2) .arobix-single-feature .img-wraper {
    position: relative;
    width: 100%;
    aspect-ratio: 480 / 518;
    max-width: 480px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

/*---------
arobix-features-section end 
-----------*/
/*---------
arobix counter section start 
-----------*/
.arobix-counter-section {
  background-repeat: no-repeat;
  background-size: cover; }

/*---------
arobix counter section end 
-----------*/
/*---------
arobix-partner-section start 
-----------*/
.arobix-partner-section {
  background-repeat: no-repeat;
  background-size: cover; }
  .arobix-partner-section .brands-carousel-wraper.left {
    margin-left: -100px; }
    @media (max-width: 1919.97px) {
      .arobix-partner-section .brands-carousel-wraper.left {
        margin-left: -50px; } }
    @media (max-width: 1599.97px) {
      .arobix-partner-section .brands-carousel-wraper.left {
        margin-left: initial; } }

/*---------
arobix-partner-section end 
-----------*/
/*---------
arobix-blog-section start 
-----------*/
.arobix-blog-section {
  position: relative; }
  .arobix-blog-section .bg-shape {
    width: 100%;
    height: 555px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .arobix-blog-section .arobix-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 60px; }
    @media (max-width: 1199.97px) {
      .arobix-blog-section .arobix-tab-nav {
        gap: 20px; } }
    @media (max-width: 991.97px) {
      .arobix-blog-section .arobix-tab-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .arobix-blog-section .arobix-tab-nav .nav-link {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-24);
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.48px;
      position: relative;
      display: inline-block; }
      .arobix-blog-section .arobix-tab-nav .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 104px;
        height: 3px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        background-color: var(--primary-color);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
        @media (max-width: 767.97px) {
          .arobix-blog-section .arobix-tab-nav .nav-link::after {
            left: 15px;
            -webkit-transform: initial;
            -ms-transform: initial;
            transform: initial; } }
      .arobix-blog-section .arobix-tab-nav .nav-link.active::after {
        opacity: 1;
        visibility: visible; }

/*---------
arobix-blog-section end 
-----------*/
/*---------
arobix-newsletter start 
-----------*/
.arobix-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 80px 100px;
  text-align: center;
  margin-bottom: -236px;
  position: relative;
  z-index: 2;
  position: relative;
  background-color: var(--primary-color); }
  .arobix-newsletter .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 767.97px) {
    .arobix-newsletter {
      padding: 40px 30px; } }
  .arobix-newsletter .contents-box {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .arobix-newsletter .contents-box .title {
      color: var(--text-color); }
    .arobix-newsletter .contents-box .des {
      color: var(--text-color); }
  .arobix-newsletter .input-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 10px;
    max-width: 687px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    @media (max-width: 575.97px) {
      .arobix-newsletter .input-wraper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .arobix-newsletter .input-wraper .shape {
      width: 67.738px;
      height: 60px;
      position: absolute;
      top: -30px; }
      @media (max-width: 767.97px) {
        .arobix-newsletter .input-wraper .shape {
          display: none; } }
      .arobix-newsletter .input-wraper .shape.shape-left {
        left: -80px; }
      .arobix-newsletter .input-wraper .shape.shape-right {
        right: -50px; }
        @media (max-width: 1399.97px) {
          .arobix-newsletter .input-wraper .shape.shape-right {
            right: -30px; } }
        @media (max-width: 991.97px) {
          .arobix-newsletter .input-wraper .shape.shape-right {
            right: -70px; } }
    .arobix-newsletter .input-wraper .input {
      max-width: 495px;
      width: 100%;
      border-radius: 10px;
      background-color: var(--text-color);
      color: var(--white-color);
      padding: 22px 24px;
      height: 56px; }
    .arobix-newsletter .input-wraper .outline-white-btn {
      height: 56px;
      border-radius: 10px; }

/*---------
arobix-newsletter end 
-----------*/
/*-------------------------
    6.2 Home Page 2
-------------------------*/
/*---------
hero section 2 start
-----------*/
.arobix-hero-section-2 {
  position: relative; }
  .arobix-hero-section-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(359deg, rgba(0, 0, 0, 0.7) 46.84%, rgba(0, 0, 0, 0) 98.83%);
    background: -o-linear-gradient(359deg, rgba(0, 0, 0, 0.7) 46.84%, rgba(0, 0, 0, 0) 98.83%);
    background: linear-gradient(91deg, rgba(0, 0, 0, 0.7) 46.84%, rgba(0, 0, 0, 0) 98.83%); }
  .arobix-hero-section-2 .inner-box {
    position: relative;
    z-index: 1;
    max-width: 740px;
    width: 100%;
    padding-top: 182px;
    padding-bottom: 418px; }
    @media (max-width: 1399.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-bottom: 330px; } }
    @media (max-width: 1199.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-bottom: 230px; } }
    @media (max-width: 991.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-top: 120px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-bottom: 120px; } }
    @media (max-width: 767.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-bottom: 120px; } }
    @media (max-width: 424.97px) {
      .arobix-hero-section-2 .inner-box {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .arobix-hero-section-2 .hero-sm-img {
    width: 188px;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 30px;
    margin-left: 10px; }
  .arobix-hero-section-2 .hero-2-bg-shape {
    max-width: 100%;
    width: 100%;
    height: 203.615px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1199.97px) {
      .arobix-hero-section-2 .hero-2-bg-shape {
        height: 106.615px; } }
    @media (max-width: 991.97px) {
      .arobix-hero-section-2 .hero-2-bg-shape {
        height: 83.615px; } }
  @media (max-width: 424.97px) {
    .arobix-hero-section-2 .title {
      font-size: 32px; }
      .arobix-hero-section-2 .title .hero-sm-img {
        display: none; } }

/*---------
hero section 2 end
-----------*/
/*---------
arobix-digital-business-section end
-----------*/
.arobix-digital-business-section .left-side-contents {
  position: relative; }
  .arobix-digital-business-section .left-side-contents .main-img {
    max-width: 531px;
    max-height: 648px;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 16px; }
  .arobix-digital-business-section .left-side-contents .counter-wraper {
    position: absolute;
    bottom: -50px;
    left: -20px; }
    @media (max-width: 575.97px) {
      .arobix-digital-business-section .left-side-contents .counter-wraper {
        bottom: -30px;
        left: -4px; } }
    .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper {
      position: relative;
      width: 187px;
      height: 214px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 10px 50px 10px 10px;
      background: var(--primary-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px;
      z-index: 2; }
      .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper .title, .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .title,
      .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper .des,
      .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .des {
        color: var(--text-color);
        text-align: center;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper .title, .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .title {
        font-family: var(--heading-font);
        font-size: var(--fz-48);
        margin-bottom: 6px; }
      
      .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper .des,
      .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .des {
        font-family: var(--body-font);
        font-size: var(--fz-20); }
    .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper {
      position: absolute;
      background-color: var(--dark-color);
      width: 197px;
      height: 224px;
      top: -12px;
      left: 2px;
      z-index: 0; }

.arobix-digital-business-section .right-side-contents {
  padding-right: 50px;
  padding-left: 10px; }
  @media (max-width: 1199.97px) {
    .arobix-digital-business-section .right-side-contents {
      padding-right: initial; } }
  @media (max-width: 991.97px) {
    .arobix-digital-business-section .right-side-contents {
      padding-left: initial; } }
  .arobix-digital-business-section .right-side-contents .percentage-info-wraper {
    max-width: 240px;
    width: 100%;
    padding: 40px;
    border-radius: 7px;
    position: relative; }
    @media (max-width: 1199.97px) {
      .arobix-digital-business-section .right-side-contents .percentage-info-wraper {
        padding: 20px; } }
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.55); }
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper .title,
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper .subtitle {
      font-family: var(--heading-font);
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper .title {
      color: var(--primary-color);
      font-size: var(--fz-32);
      margin-bottom: 18px; }
      @media (max-width: 1199.97px) {
        .arobix-digital-business-section .right-side-contents .percentage-info-wraper .title {
          margin-bottom: 14px; } }
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper .subtitle {
      color: var(--white-color);
      font-size: var(--fz-16); }
    .arobix-digital-business-section .right-side-contents .percentage-info-wraper hr {
      margin: 32px 0px;
      border-color: var(--white-color);
      opacity: 1; }
      @media (max-width: 1199.97px) {
        .arobix-digital-business-section .right-side-contents .percentage-info-wraper hr {
          margin: 24px 0px; } }

/*---------
arobix-digital-business-section end
-----------*/
/*---------
home2-ticker-section start
-----------*/
.arobix-home2-ticker-section {
  padding: 164px 0px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.97px) {
    .arobix-home2-ticker-section {
      padding: 80px 0px; } }
  @media (max-width: 767.97px) {
    .arobix-home2-ticker-section {
      padding: 60px 0px; } }
  .arobix-home2-ticker-section .ticker-img {
    max-width: 1051px;
    max-height: 701px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
    @media (max-width: 1199.97px) {
      .arobix-home2-ticker-section .ticker-img {
        max-width: 990px; } }
    @media (max-width: 991.97px) {
      .arobix-home2-ticker-section .ticker-img {
        max-width: 597px; } }
    @media (max-width: 767.97px) {
      .arobix-home2-ticker-section .ticker-img {
        bottom: -60px; } }
    @media (max-width: 575.97px) {
      .arobix-home2-ticker-section .ticker-img {
        bottom: 0px; } }
  .arobix-home2-ticker-section .ticker-wraper {
    overflow: hidden; }
  .arobix-home2-ticker-section .hero-carousel-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px; }
    .arobix-home2-ticker-section .hero-carousel-wraper.left-ticker {
      -webkit-animation: ticker-left 0s linear infinite 0s normal;
      animation: ticker-left 0s linear infinite 0s normal;
      -webkit-animation-duration: 200s;
      animation-duration: 200s;
      position: relative;
      z-index: 1; }
    .arobix-home2-ticker-section .hero-carousel-wraper.right-ticker {
      -webkit-animation: ticker-right 0s linear infinite 0s normal;
      animation: ticker-right 0s linear infinite 0s normal;
      -webkit-animation-duration: 200s;
      animation-duration: 200s;
      position: relative;
      z-index: 3; }
    .arobix-home2-ticker-section .hero-carousel-wraper:hover {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
    .arobix-home2-ticker-section .hero-carousel-wraper .title {
      font-family: var(--body-font);
      text-transform: uppercase;
      font-size: var(--fz-153);
      line-height: 100%;
      font-style: normal;
      color: var(--white-color);
      font-weight: 800; }

/*---------
home2-ticker-section end
-----------*/
/*---------
arobix-home2-service-section start
-----------*/
.arobix-home2-service-section .service-nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px; }
  .arobix-home2-service-section .service-nav-tab .nav-link {
    width: 100%; }
    .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 32px 40px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      border-radius: 120px;
      border: 1px solid var(--border-color-3);
      background: #101010; }
      @media (max-width: 991.97px) {
        .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab {
          padding: 16px 24px; } }
      .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .no,
      .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .title {
        color: var(--white-color);
        font-family: var(--heading-font);
        font-size: var(--fz-24);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-right: 24px;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
      .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .no {
        margin-right: 24px; }
      .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .title {
        letter-spacing: -0.24px; }
      .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .icon {
        margin-left: auto; }
        .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .icon path {
          fill: var(--white-color);
          -webkit-transition: var(--transition);
          -o-transition: var(--transition);
          transition: var(--transition); }
    .arobix-home2-service-section .service-nav-tab .nav-link.active .single-nav-tab .no,
    .arobix-home2-service-section .service-nav-tab .nav-link.active .single-nav-tab .title {
      color: var(--primary-color); }
    .arobix-home2-service-section .service-nav-tab .nav-link.active .single-nav-tab .icon path {
      fill: var(--primary-color); }

.arobix-home2-service-section .service-tab-contents .left-img {
  max-width: 498px;
  max-height: 624px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 32px; }
  @media (max-width: 767.97px) {
    .arobix-home2-service-section .service-tab-contents .left-img {
      max-height: 450px; } }

/*---------
arobix-home2-service-section end
-----------*/
/*---------
arobix-define-process-section start
-----------*/
/*---------
arobix-define-process-section end
-----------*/
/*---------
arobix-creative-showcase-section start
-----------*/
.arobix-creative-showcase-section .showcase-col-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }
  @media (max-width: 991.97px) {
    .arobix-creative-showcase-section .showcase-col-wraper {
      gap: 30px; } }

.arobix-creative-showcase-section .more-project-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  .arobix-creative-showcase-section .more-project-link svg {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-creative-showcase-section .more-project-link svg circle {
      fill: var(--primary-color);
      stroke: var(--primary-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    .arobix-creative-showcase-section .more-project-link svg path {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
  .arobix-creative-showcase-section .more-project-link .title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: var(--fz-14);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-creative-showcase-section .more-project-link:hover svg circle {
    fill: transparent;
    stroke: var(--primary-color); }
  .arobix-creative-showcase-section .more-project-link:hover svg path {
    stroke: var(--primary-color); }
  .arobix-creative-showcase-section .more-project-link:hover .title {
    color: var(--primary-color); }

/*---------
arobix-creative-showcase-section end
-----------*/
/*---------
arobix-team-section-2 start
-----------*/
.arobix-team-section-2 .left-side .img-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .arobix-team-section-2 .left-side .img-wraper img {
    width: 55px;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid #121616;
    margin-left: -15px; }
    .arobix-team-section-2 .left-side .img-wraper img:first-child {
      margin-left: 0; }

.arobix-team-section-2 .left-side .star-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px; }
  .arobix-team-section-2 .left-side .star-wraper i {
    color: var(--primary-color); }
  .arobix-team-section-2 .left-side .star-wraper .rating-title {
    color: #fff;
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

.arobix-team-section-2 .left-side .trusted-title {
  color: #6d7d7d;
  font-family: var(--heading-font);
  font-size: var(--fz-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.88px; }

.arobix-team-section-2 .right-side .row .col-md-6:nth-child(1) .team-wraper img {
  border-radius: 50px 0px 0px 0px; }

.arobix-team-section-2 .right-side .row .col-md-6:nth-child(2) .team-wraper img {
  border-radius: 0px 50px 0px 0px; }

.arobix-team-section-2 .right-side .row .col-md-6:nth-child(4) .team-wraper img {
  border-radius: 0px 0px 50px 0px; }

.arobix-team-section-2 .right-side .team-wraper {
  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;
  width: 100%;
  height: 100%; }
  .arobix-team-section-2 .right-side .team-wraper img {
    width: 100%;
    height: 274px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .arobix-team-section-2 .right-side .team-wraper .link {
    padding: 8px 30px;
    height: 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #6d7d7d;
    background: rgba(255, 255, 255, 0);
    color: var(--white-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.88px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-team-section-2 .right-side .team-wraper .link:hover {
      border-color: var(--primary-color);
      color: var(--primary-color); }
    @media (max-width: 1199.97px) {
      .arobix-team-section-2 .right-side .team-wraper .link {
        padding: 8px 20px; } }

/*---------
arobix-team-section-2 end
-----------*/
/*---------
arobix-home-faq-section start
-----------*/
.arobix-home-faq-section .right-side {
  padding-left: 16px; }

/*---------
arobix-home-faq-section end
-----------*/
/*---------
arobix-testimonial-section-2 start
-----------*/
.arobix-testimonial-section-2 .home2-testi-slider.owl-carousel .owl-stage {
  padding-left: 0px !important; }

.arobix-testimonial-section-2 .owl-theme .owl-dots .owl-dot {
  margin-top: 60px; }

/*---------
arobix-testimonial-section-2 end
-----------*/
/*---------
arobix-home2-blog-section start
-----------*/
.arobix-home2-blog-section .right-side-contents .arobix-single-blog-3:first-child {
  padding-top: 0px; }

/*---------
arobix-home2-blog-section  end
-----------*/
/*-------------------------
     6.3 Blog Page
-------------------------*/
/*---------
single-blog-quote
-----------*/
.single-blog-quote {
  border-radius: 4px;
  background: var(--bg-black-shade-3);
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 32px; }
  @media (max-width: 767.97px) {
    .single-blog-quote {
      padding: 32px 24px; } }
  .single-blog-quote .icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .single-blog-quote svg.icon path {
    fill: var(--primary-color); }
  .single-blog-quote .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; }
  .single-blog-quote .quote-by {
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: var(--fz-24);
    font-style: normal;
    font-weight: 700;
    line-height: 141.667%;
    position: relative;
    padding-left: 54px; }
    .single-blog-quote .quote-by::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 40px;
      height: 3px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-color: var(--primary-color); }

/*---------
blog sidebar common class
-----------*/
.blog-common-sidebar-widget-style, .arobix-blog-search-widget, .arobix-blog-service-list-widget, .arobix-blog-post-widget, .arobix-blog-tags {
  border-radius: 4px;
  background: var(--bg-black-shade-3);
  padding: 40px 30px; }
  .blog-common-sidebar-widget-style .heading-title, .arobix-blog-search-widget .heading-title, .arobix-blog-service-list-widget .heading-title, .arobix-blog-post-widget .heading-title, .arobix-blog-tags .heading-title {
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-size: var(--fz-24);
    font-style: normal;
    font-weight: 700;
    line-height: 108.333%;
    position: relative; }
    .blog-common-sidebar-widget-style .heading-title::after, .arobix-blog-search-widget .heading-title::after, .arobix-blog-service-list-widget .heading-title::after, .arobix-blog-post-widget .heading-title::after, .arobix-blog-tags .heading-title::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 58px;
      height: 2px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-color: var(--primary-color); }

/*---------
arobix-blog-searchbox
-----------*/
.arobix-blog-search-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arobix-blog-search-widget .input {
    width: calc(100% - 64px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid var(--border-color-5);
    padding: 14px 20px;
    background: var(--bg-black-shade-3);
    color: var(--white-color); }
    .arobix-blog-search-widget .input::-webkit-input-placeholder {
      color: var(--primary-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 700;
      line-height: 162.5%; }
    .arobix-blog-search-widget .input:-ms-input-placeholder {
      color: var(--primary-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 700;
      line-height: 162.5%; }
    .arobix-blog-search-widget .input::-ms-input-placeholder {
      color: var(--primary-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 700;
      line-height: 162.5%; }
    .arobix-blog-search-widget .input::placeholder {
      color: var(--primary-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 700;
      line-height: 162.5%; }
  .arobix-blog-search-widget .submit-btn {
    width: 64px;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--primary-color);
    border-radius: 0px 4px 4px 0px; }

/*---------
arobix-blog-service-list-widget
-----------*/
.arobix-blog-service-list-widget .service-list li:first-child a {
  padding-top: 0px; }

.arobix-blog-service-list-widget .service-list li:last-child a {
  padding-bottom: 0px;
  border: none; }

.arobix-blog-service-list-widget .service-list li a {
  padding: 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .arobix-blog-service-list-widget .service-list li a .text,
  .arobix-blog-service-list-widget .service-list li a .icon {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 700;
    line-height: 152.941%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-blog-service-list-widget .service-list li a:hover {
    border-color: var(--border-color-5); }
    .arobix-blog-service-list-widget .service-list li a:hover .text,
    .arobix-blog-service-list-widget .service-list li a:hover .icon {
      color: var(--primary-color); }

/*---------
arobix-blog-post-widget
-----------*/
.arobix-blog-post-widget .post-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px; }

/*---------
arobix-blog-tags
-----------*/
.arobix-blog-tags .tags-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 14px;
  column-gap: 14px; }
  .arobix-blog-tags .tags-wraper a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 16px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid var(--border-color-5);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 500;
    line-height: 173.333%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .arobix-blog-tags .tags-wraper a:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: var(--text-color); }

/*---------
blog-details-pg-contents
-----------*/
.blog-details-pg-contents .arobix-single-blog-5 .meta-wraper {
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.97px) {
    .blog-details-pg-contents .arobix-single-blog-5 .meta-wraper {
      gap: 20px; } }
  .blog-details-pg-contents .arobix-single-blog-5 .meta-wraper .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    @media (max-width: 767.97px) {
      .blog-details-pg-contents .arobix-single-blog-5 .meta-wraper .meta-info {
        gap: 10px; } }

.blog-details-pg-contents ul.list li {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .blog-details-pg-contents ul.list li:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 1199.97px) {
      .blog-details-pg-contents ul.list li:not(:last-child) {
        margin-bottom: 12px; } }
  .blog-details-pg-contents ul.list li svg {
    margin-right: 10px; }
    .blog-details-pg-contents ul.list li svg circle {
      fill: var(--primary-color); }
    @media (max-width: 991.97px) {
      .blog-details-pg-contents ul.list li svg {
        width: 16px;
        height: 16px; } }

.blog-details-pg-contents .tags-social-common-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.blog-details-pg-contents .tags-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog-details-pg-contents .tags-wraper a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    background: var(--bg-black-shade-3);
    color: var(--white-color);
    padding: 2px 16px;
    text-align: center;
    font-family: var(--body-font);
    font-size: var(--fz-14);
    font-style: normal;
    font-weight: 500;
    line-height: 214.286%;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .blog-details-pg-contents .tags-wraper a:hover {
      background-color: var(--primary-color);
      color: var(--text-color); }

.blog-details-pg-contents .social-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog-details-pg-contents .social-wraper a {
    background: var(--bg-black-shade-3);
    width: 42px;
    height: 38px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--white-color);
    font-size: var(--fz-14);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .blog-details-pg-contents .social-wraper a:hover {
      background-color: var(--primary-color);
      color: var(--text-color); }

.blog-details-pg-contents .divider {
  opacity: 1;
  border-color: #f6f6f6; }

/*---------
single-blog-quote-2
-----------*/
.single-blog-quote-2 {
  background: var(--bg-black-shade-3);
  padding: 42px 32px;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.97px) {
    .single-blog-quote-2 {
      padding: 32px 24px; } }
  .single-blog-quote-2 .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-20);
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 190.476% */ }
  .single-blog-quote-2 .btm-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-blog-quote-2 .btm-wraper .quote-by {
      color: var(--white-color);
      font-family: var(--heading-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      position: relative;
      padding-left: 30px; }
      .single-blog-quote-2 .btm-wraper .quote-by::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18px;
        height: 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: var(--white-color); }
  .single-blog-quote-2 svg.icon path {
    fill: var(--primary-color); }

/*---------
single-common-reply
-----------*/
.single-common-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 767.97px) {
    .single-common-reply {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-common-reply .img-wraper {
    width: 75px;
    height: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%; }
    .single-common-reply .img-wraper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%; }
  .single-common-reply .contents-wraper .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .single-common-reply .contents-wraper .name {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: var(--fz-18);
    font-style: normal;
    font-weight: 600;
    line-height: 138.889%; }
  .single-common-reply .contents-wraper .time-nd-date {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-12);
    font-style: normal;
    font-weight: 500;
    line-height: 241.667%;
    letter-spacing: 0.36px;
    text-transform: uppercase; }
  .single-common-reply .contents-wraper .des {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 180%; }
  .single-common-reply .contents-wraper .reply {
    color: var(--white-color);
    font-size: var(--fz-16);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    .single-common-reply .contents-wraper .reply:hover {
      color: var(--primary-color); }

/*-------------------------
     6.4 Service Page
-------------------------*/
/*---------
arobix-service-details-video-wraper
-----------*/
.arobix-service-details-video-wraper {
  position: relative;
  width: 100%;
  max-height: 600px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .arobix-service-details-video-wraper .vdo-play-btn {
    position: absolute;
    background-color: var(--white-color);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }
    @media (max-width: 1199.97px) {
      .arobix-service-details-video-wraper .vdo-play-btn {
        width: 140px;
        height: 140px; } }
    @media (max-width: 767.97px) {
      .arobix-service-details-video-wraper .vdo-play-btn {
        width: 60px;
        height: 60px; } }
    @media (max-width: 767.97px) {
      .arobix-service-details-video-wraper .vdo-play-btn svg {
        width: 16px;
        height: 16px; } }
    .arobix-service-details-video-wraper .vdo-play-btn span {
      color: var(--dark-color);
      text-align: center;
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize; }
      @media (max-width: 767.97px) {
        .arobix-service-details-video-wraper .vdo-play-btn span {
          display: none; } }

/*-------------------------
    6.5 Project Page
-------------------------*/
/*---------
arobix-project-pg
-----------*/
.arobix-project-pg .divider {
  opacity: 1;
  border-top: 1px solid rgba(204, 255, 0, 0.15); }

.arobix-project-pg .social-wraper a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border: 1px solid var(--white-color);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); }
  @media (max-width: 1599.97px) {
    .arobix-project-pg .social-wraper a {
      width: 40px;
      height: 40px; } }
  @media (max-width: 1399.97px) {
    .arobix-project-pg .social-wraper a {
      width: 35px;
      height: 35px; }
      .arobix-project-pg .social-wraper a svg {
        width: 18px;
        height: 18px; } }
  @media (max-width: 1199.97px) {
    .arobix-project-pg .social-wraper a {
      width: 30px;
      height: 30px; }
      .arobix-project-pg .social-wraper a svg {
        width: 14px;
        height: 14px; } }
  .arobix-project-pg .social-wraper a i {
    color: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-project-pg .social-wraper a svg path {
    fill: var(--white-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
  .arobix-project-pg .social-wraper a:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color); }
    .arobix-project-pg .social-wraper a:hover i {
      color: var(--dark-color); }
    .arobix-project-pg .social-wraper a:hover svg path {
      fill: var(--dark-color); }

.arobix-project-pg .tags-wraper a {
  height: 45px; }
  @media (max-width: 1599.97px) {
    .arobix-project-pg .tags-wraper a {
      height: 40px; } }
  @media (max-width: 1399.97px) {
    .arobix-project-pg .tags-wraper a {
      height: 35px; } }

.arobix-project-pg .next-prev-post-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px; }
  @media (max-width: 575.97px) {
    .arobix-project-pg .next-prev-post-wraper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; } }
  .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
    .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper.text-left {
      text-align: left; }
      .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper.text-left .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper.text-right {
      text-align: right; }
      .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper.text-right .title {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 500;
      line-height: 162.5%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px; }
      @media (max-width: 1399.97px) {
        .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title svg {
          width: 24px;
          height: 24px; } }
      @media (max-width: 1199.97px) {
        .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title svg {
          width: 20px;
          height: 20px; } }
      @media (max-width: 991.97px) {
        .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title svg {
          width: 16px;
          height: 16px; } }
      .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title svg path {
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition); }
    .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper:hover .title {
      color: var(--primary-color); }
      .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper:hover .title svg path {
        fill: var(--primary-color); }

/*---------
project-details-client-info-wraper 
-----------*/
.project-details-client-info-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px; }
  @media (max-width: 1399.97px) {
    .project-details-client-info-wraper {
      gap: 20px; } }
  .project-details-client-info-wraper .single-info-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px; }
    .project-details-client-info-wraper .single-info-wraper .info-title {
      color: var(--primary-color);
      font-family: var(--heading-font);
      font-size: var(--fz-24);
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .project-details-client-info-wraper .single-info-wraper .info-des {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-16);
      font-style: normal;
      font-weight: 500;
      line-height: normal; }

/*-------------------------
    6.6 Team Page
-------------------------*/
/*---------
team-details-pg
-----------*/
.arobix-team-details-pg .team-info-wraper ul li {
  padding: 14px 8px;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: var(--fz-18);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1); }
  .arobix-team-details-pg .team-info-wraper ul li:first-child {
    padding-top: 0; }
  .arobix-team-details-pg .team-info-wraper ul li:last-child {
    border-bottom: none; }
  .arobix-team-details-pg .team-info-wraper ul li span {
    display: inline-block; }
    .arobix-team-details-pg .team-info-wraper ul li span:first-child {
      margin-right: 30px; }
    .arobix-team-details-pg .team-info-wraper ul li span:last-child {
      margin-left: 30px; }

.arobix-team-details-pg .social-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .arobix-team-details-pg .social-wraper a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    border: 1px solid var(--primary-color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition); }
    @media (max-width: 1599.97px) {
      .arobix-team-details-pg .social-wraper a {
        width: 40px;
        height: 40px; } }
    @media (max-width: 1399.97px) {
      .arobix-team-details-pg .social-wraper a {
        width: 35px;
        height: 35px; }
        .arobix-team-details-pg .social-wraper a svg {
          width: 18px;
          height: 18px; } }
    @media (max-width: 1199.97px) {
      .arobix-team-details-pg .social-wraper a {
        width: 30px;
        height: 30px; }
        .arobix-team-details-pg .social-wraper a svg {
          width: 14px;
          height: 14px; } }
    .arobix-team-details-pg .social-wraper a i {
      color: var(--primary-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    .arobix-team-details-pg .social-wraper a svg path {
      fill: var(--primary-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    .arobix-team-details-pg .social-wraper a:hover {
      border: 1px solid var(--primary-color);
      background-color: var(--primary-color); }
      .arobix-team-details-pg .social-wraper a:hover i {
        color: var(--dark-color); }
      .arobix-team-details-pg .social-wraper a:hover svg path {
        fill: var(--dark-color); }

.arobix-team-details-pg .divider {
  opacity: 1;
  border-color: rgba(204, 255, 0, 0.1); }
  .arobix-team-details-pg .divider.primary-color {
    border-color: var(--primary-color); }

.arobix-team-details-pg .progress-wraper .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.arobix-team-details-pg .progress-wraper .progress-bar-title {
  color: var(--white-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: var(--fz-18);
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.54px; }

.arobix-team-details-pg .progress-wraper .progress {
  border-radius: 0;
  height: 3px;
  background-color: var(--bg-black-shade-3); }

.arobix-team-details-pg .progress-wraper .bg-primary {
  background-color: var(--primary-color) !important; }

.arobix-team-details-pg .skill-info-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .arobix-team-details-pg .skill-info-wraper .skill-title,
  .arobix-team-details-pg .skill-info-wraper .skill-desig,
  .arobix-team-details-pg .skill-info-wraper .time {
    color: var(--white-color);
    font-family: var(--body-font);
    font-style: normal; }
  .arobix-team-details-pg .skill-info-wraper .skill-title {
    font-family: var(--heading-font);
    font-size: var(--fz-18);
    font-weight: 600;
    line-height: 155.556%;
    letter-spacing: -0.54px; }
    .arobix-team-details-pg .skill-info-wraper .skill-title span {
      color: var(--white-color);
      font-family: var(--body-font);
      font-size: var(--fz-14);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.42px; }
  .arobix-team-details-pg .skill-info-wraper .skill-desig {
    font-size: var(--fz-16);
    font-weight: 400;
    line-height: 187.5%; }
  .arobix-team-details-pg .skill-info-wraper .time {
    font-size: var(--fz-14);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px; }

.arobix-team-details-pg .awards-wraper .skill-info-wraper {
  border-bottom: 1px solid rgba(204, 255, 0, 0.2);
  position: relative;
  padding-bottom: 20px; }
  .arobix-team-details-pg .awards-wraper .skill-info-wraper .mid {
    width: 124px;
    height: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    top: -50%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767.97px) {
      .arobix-team-details-pg .awards-wraper .skill-info-wraper .mid {
        width: 80px;
        height: 90px; } }
    .arobix-team-details-pg .awards-wraper .skill-info-wraper .mid img {
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .arobix-team-details-pg .awards-wraper .skill-info-wraper:hover .mid {
    opacity: 1;
    visibility: visible; }

/*-------------------------
  6.7 About Page

  -------------------------*/
/*---------
arobix-digital-business-section
-----------*/
.arobix-digital-business-section.about-pg .right-side-contents {
  padding-left: 50px;
  padding-right: 10px; }
  @media (max-width: 1199.97px) {
    .arobix-digital-business-section.about-pg .right-side-contents {
      padding-left: initial;
      padding-right: initial; } }

.arobix-digital-business-section.about-pg .left-side-contents .counter-wraper {
  position: absolute;
  bottom: initial;
  left: initial;
  top: -50px;
  right: -20px; }
  @media (max-width: 767.97px) {
    .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper {
      bottom: -30px;
      left: -4px;
      top: initial;
      right: initial; } }
  .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .inner-wraper, .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .shape-inner-wraper {
    border-radius: 10px 10px 10px 50px; }
    @media (max-width: 767.97px) {
      .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .inner-wraper, .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .shape-inner-wraper {
        border-radius: 10px 50px 10px 10px; } }
  .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .shape-inner-wraper {
    top: 3px;
    left: -12px; }
    @media (max-width: 767.97px) {
      .arobix-digital-business-section.about-pg .left-side-contents .counter-wraper .shape-inner-wraper {
        top: -12px;
        left: 2px; } }

/*---------
about-pg-video-section
-----------*/
.arobix-about-pg-video-section {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1399.97px) {
    .arobix-about-pg-video-section {
      height: 700px; } }
  @media (max-width: 991.97px) {
    .arobix-about-pg-video-section {
      height: 600px; } }
  @media (max-width: 767.97px) {
    .arobix-about-pg-video-section {
      height: 550px; } }
  .arobix-about-pg-video-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; }
  .arobix-about-pg-video-section .main-content {
    position: absolute;
    z-index: 2;
    top: 45.4%;
    right: 40%; }
    @media (max-width: 1399.97px) {
      .arobix-about-pg-video-section .main-content {
        top: 37.4%; } }
    @media (max-width: 1199.97px) {
      .arobix-about-pg-video-section .main-content {
        top: 37.6%; } }
    @media (max-width: 991.97px) {
      .arobix-about-pg-video-section .main-content {
        top: 27.5%;
        right: 50%; } }
    @media (max-width: 767.97px) {
      .arobix-about-pg-video-section .main-content {
        top: 50%;
        right: initial;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .arobix-about-pg-video-section .main-content .inner-wraper, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper {
      position: relative; }
      @media (max-width: 767.97px) {
        .arobix-about-pg-video-section .main-content .inner-wraper, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 16px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .arobix-about-pg-video-section .main-content .inner-wraper .vdo-play-btn, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .vdo-play-btn, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .vdo-play-btn,
      .arobix-about-pg-video-section .main-content .inner-wraper .txt-box,
      .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .txt-box,
      .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .txt-box {
        background-color: var(--primary-color);
        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;
        font-style: normal;
        line-height: normal;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .arobix-about-pg-video-section .main-content .inner-wraper .vdo-play-btn, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .vdo-play-btn, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .vdo-play-btn {
        width: 235px;
        height: 123px;
        gap: 10px;
        color: var(--dark-color);
        font-family: var(--body-font);
        font-size: var(--fz-18);
        font-weight: 600; }
        @media (max-width: 767.97px) {
          .arobix-about-pg-video-section .main-content .inner-wraper .vdo-play-btn, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .vdo-play-btn, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .vdo-play-btn {
            width: 90px;
            height: 90px; } }
      
      .arobix-about-pg-video-section .main-content .inner-wraper .txt-box,
      .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .txt-box,
      .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .txt-box {
        padding: 24px;
        width: 324px;
        height: 307px;
        position: absolute;
        left: 100%; }
        @media (max-width: 767.97px) {
          
          .arobix-about-pg-video-section .main-content .inner-wraper .txt-box,
          .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .txt-box,
          .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .txt-box {
            width: 250px;
            height: initial;
            position: initial; } }
        .arobix-about-pg-video-section .main-content .inner-wraper .txt-box .title, .arobix-about-pg-video-section .main-content .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper .txt-box .title, .arobix-digital-business-section .left-side-contents .counter-wraper .arobix-about-pg-video-section .main-content .shape-inner-wraper .txt-box .title {
          color: var(--text-color);
          font-family: var(--heading-font);
          font-size: var(--fz-24);
          font-weight: 700; }

/*-------------------------
  6.8 Contact Page
-------------------------*/
.contact-pg-info-wraper .single-info {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .contact-pg-info-wraper .single-info:last-child {
    border-bottom: none; }
  .contact-pg-info-wraper .single-info .icon-wraper svg {
    max-width: 40px;
    height: 40px; }
  .contact-pg-info-wraper .single-info .content-wraper .subtitle {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: var(--fz-16);
    font-style: normal;
    font-weight: 400;
    line-height: 187.5%; }
  .contact-pg-info-wraper .single-info .content-wraper .des {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: var(--fz-20);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px; }
    .contact-pg-info-wraper .single-info .content-wraper .des a {
      color: var(--white-color);
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
      .contact-pg-info-wraper .single-info .content-wraper .des a:hover {
        color: var(--primary-color); }

/*---------
arobix-google-map
-----------*/
.arobix-google-map .arobix-map {
  width: 100%;
  height: 722px; }

/*-------------------------
  6.9 404 Error Page
-------------------------*/
.arobix-error-page-wraper {
  text-align: center; }
  .arobix-error-page-wraper .title {
    font-size: var(--fz-153); }

/****************************** 
07. RTL Styles (Right-to-Left)
******************************/
.rtl-enabled {
  direction: rtl;
  text-align: right; }
  .rtl-enabled .arobix-hero-section-1 .hero-carousel-wraper.left-ticker, .rtl-enabled .arobix-hero-section-1 .hero-carousel-wraper.right-ticker {
    direction: ltr; }
  .rtl-enabled .arobix-about-business-section .contents-wraper {
    padding-right: initial;
    padding-left: 84px; }
    @media (max-width: 1199.97px) {
      .rtl-enabled .arobix-about-business-section .contents-wraper {
        padding-right: initial;
        padding-left: 0px; } }
  .rtl-enabled .arobix-single-team .img-wraper .social-wraper {
    right: initial;
    left: -45px; }
  .rtl-enabled .arobix-single-team:hover .img-wraper .team-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .rtl-enabled .arobix-single-team:hover .img-wraper .social-wraper {
    right: initial;
    left: 0px; }
  .rtl-enabled .arobix-partner-section {
    background-repeat: no-repeat;
    background-size: cover; }
    .rtl-enabled .arobix-partner-section .brands-carousel-wraper.left {
      margin-left: initial; }
      @media (max-width: 1919.97px) {
        .rtl-enabled .arobix-partner-section .brands-carousel-wraper.left {
          margin-left: initial; } }
      @media (max-width: 1599.97px) {
        .rtl-enabled .arobix-partner-section .brands-carousel-wraper.left {
          margin-left: initial;
          margin-right: initial; } }
    .rtl-enabled .arobix-partner-section .brands-carousel-wraper.right {
      margin-left: -100px; }
      @media (max-width: 1919.97px) {
        .rtl-enabled .arobix-partner-section .brands-carousel-wraper.right {
          margin-left: -50px; } }
      @media (max-width: 1599.97px) {
        .rtl-enabled .arobix-partner-section .brands-carousel-wraper.right {
          margin-left: initial; } }
    .rtl-enabled .arobix-partner-section .brands-wraper {
      direction: ltr; }
  .rtl-enabled .arobix-single-testi .quote-icon {
    right: initial;
    left: 60px; }
    @media (max-width: 1399.97px) {
      .rtl-enabled .arobix-single-testi .quote-icon {
        right: initial;
        left: 30px; } }
    @media (max-width: 991.97px) {
      .rtl-enabled .arobix-single-testi .quote-icon {
        right: initial;
        left: 10px; } }
  .rtl-enabled .arobix-single-testi .upper-contents .testi-img {
    margin-right: initial;
    margin-left: 30px; }
    @media (max-width: 991.97px) {
      .rtl-enabled .arobix-single-testi .upper-contents .testi-img {
        margin-right: initial;
        margin-left: 16px; } }
    @media (max-width: 767.97px) {
      .rtl-enabled .arobix-single-testi .upper-contents .testi-img {
        margin-right: initial;
        margin-left: initial; } }
  .rtl-enabled .arobix-single-testi .upper-contents .desig {
    margin-left: initial;
    margin-right: 10px; }
    @media (max-width: 991.97px) {
      .rtl-enabled .arobix-single-testi .upper-contents .desig {
        margin-left: initial;
        margin-right: 6px; } }
    @media (max-width: 767.97px) {
      .rtl-enabled .arobix-single-testi .upper-contents .desig {
        margin-left: initial;
        margin-right: initial; } }
  .rtl-enabled .arobix-footer-area-1 .border-right, .rtl-enabled .arobix-footer-area-2 .border-right {
    border-right: initial;
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 991.97px) {
      .rtl-enabled .arobix-footer-area-1 .border-right, .rtl-enabled .arobix-footer-area-2 .border-right {
        border-right: initial;
        border-left: none; } }
  .rtl-enabled .arobix-single-award::after {
    right: initial;
    left: 0;
    border-radius: 0px 0px 45px 0px; }
  .rtl-enabled .arobix-header-area-2 .ns-nice-select {
    padding-right: 18px;
    padding-left: 30px;
    text-align: right !important; }
    .rtl-enabled .arobix-header-area-2 .ns-nice-select.open::after {
      left: -4px; }
    .rtl-enabled .arobix-header-area-2 .ns-nice-select::after {
      right: initial;
      left: -2px; }
  .rtl-enabled .icon-with-btn-wraper .circle-icon-btn svg path, .rtl-enabled .icon-with-btn-wraper .mobile-menu-trigger svg path, .rtl-enabled .icon-with-btn-wraper .mobile-menu-close-btn svg path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -87deg);
    transform: rotate3d(0, 0, 1, -87deg); }
  .rtl-enabled .icon-with-btn-wraper:hover .primary-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
    .rtl-enabled .icon-with-btn-wraper:hover .primary-btn.border-radius-50 {
      border-top-right-radius: 50px !important;
      border-bottom-right-radius: 50px !important; }
  .rtl-enabled .icon-with-btn-wraper:hover .circle-icon-btn, .rtl-enabled .icon-with-btn-wraper:hover .mobile-menu-trigger, .rtl-enabled .icon-with-btn-wraper:hover .mobile-menu-close-btn {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    .rtl-enabled .icon-with-btn-wraper:hover .circle-icon-btn svg path, .rtl-enabled .icon-with-btn-wraper:hover .mobile-menu-trigger svg path, .rtl-enabled .icon-with-btn-wraper:hover .mobile-menu-close-btn svg path {
      fill: var(--white-color); }
  .rtl-enabled .arobix-home2-service-section .service-nav-tab .nav-link .single-nav-tab .icon {
    margin-left: initial;
    margin-right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .rtl-enabled .arobix-single-sm-service .icon-link {
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg); }
  .rtl-enabled .arobix-single-creative-showcase .icon-link {
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg); }
  .rtl-enabled .arobix-creative-showcase-section .more-project-link .icon {
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg); }
  .rtl-enabled .arobix-home2-accordion .faq-item .title {
    padding-right: initial;
    padding-left: 56px; }
    .rtl-enabled .arobix-home2-accordion .faq-item .title::after {
      right: initial;
      left: initial; }
    .rtl-enabled .arobix-home2-accordion .faq-item .title::before {
      right: initial;
      left: 0; }
  .rtl-enabled .arobix-testimonial-section-2 .home2-testi-slider.owl-carousel .owl-stage {
    padding-left: initial !important;
    padding-right: 0px !important; }
  .rtl-enabled .arobix-digital-business-section .left-side-contents .main-img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .rtl-enabled .arobix-digital-business-section .left-side-contents .counter-wraper {
    left: initial;
    right: -20px; }
    @media (max-width: 575.97px) {
      .rtl-enabled .arobix-digital-business-section .left-side-contents .counter-wraper {
        left: initial;
        right: -4px; } }
    .rtl-enabled .arobix-digital-business-section .left-side-contents .counter-wraper .inner-wraper, .rtl-enabled .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper {
      border-radius: 50px 10px 10px 10px; }
    .rtl-enabled .arobix-digital-business-section .left-side-contents .counter-wraper .shape-inner-wraper {
      left: initial;
      right: 2px; }
  .rtl-enabled .arobix-home2-ticker-section .hero-carousel-wraper.left-ticker {
    direction: ltr; }
  .rtl-enabled .arobix-home2-ticker-section .hero-carousel-wraper.right-ticker {
    direction: ltr; }
  .rtl-enabled .arobix-single-service .link-btn {
    -webkit-transform: rotate(-84deg);
    -ms-transform: rotate(-84deg);
    transform: rotate(-84deg); }
  .rtl-enabled .arobix-single-feature .img-wraper .link-btn {
    -webkit-transform: translate(-50%, -50%) rotate(-84deg);
    -ms-transform: translate(-50%, -50%) rotate(-84deg);
    transform: translate(-50%, -50%) rotate(-84deg); }
  .rtl-enabled .link-icon-btn svg {
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg); }
  .rtl-enabled .arobix-newsletter .input-wraper .outline-white-btn svg {
    -webkit-transform: rotate(-84deg);
    -ms-transform: rotate(-84deg);
    transform: rotate(-84deg); }
  .rtl-enabled .main-menu ul li .submenu {
    left: initial;
    right: 0; }
  .rtl-enabled .arobix-breadcrumb-section .breadcrumb-list li:not(:last-child)::after {
    content: initial; }
  .rtl-enabled .arobix-breadcrumb-section .breadcrumb-list li:not(:last-child)::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--white-color);
    margin-right: 10px; }
  .rtl-enabled .arobix-single-blog-4 .link svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .rtl-enabled .single-blog-quote .quote-by {
    padding-left: initial;
    padding-right: 54px; }
    .rtl-enabled .single-blog-quote .quote-by::before {
      left: initial;
      right: 0; }
  .rtl-enabled .arobix-blog-search-widget .input {
    border-radius: 0px 4px 4px 0px; }
  .rtl-enabled .arobix-blog-search-widget .submit-btn {
    border-radius: 4px 0px 0px 4px; }
  .rtl-enabled .blog-common-sidebar-widget-style .heading-title::after, .rtl-enabled .arobix-blog-search-widget .heading-title::after, .rtl-enabled .arobix-blog-service-list-widget .heading-title::after, .rtl-enabled .arobix-blog-post-widget .heading-title::after, .rtl-enabled .arobix-blog-tags .heading-title::after {
    left: initial;
    right: 0; }
  .rtl-enabled .arobix-blog-service-list-widget .service-list li a .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .rtl-enabled .pagination-list li a i {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .rtl-enabled .blog-details-pg-contents ul.list li svg {
    margin-right: initial;
    margin-left: 10px; }
  .rtl-enabled .arobix-project-pg .next-prev-post-wraper .single-next-prev-wraper .title svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .rtl-enabled .arobix-team-details-pg .awards-wraper .skill-info-wraper .mid {
    left: 17%; }
  .rtl-enabled .arobix-contact-form .shape {
    right: initial;
    left: 60px; }
    @media (max-width: 767.97px) {
      .rtl-enabled .arobix-contact-form .shape {
        top: 5px;
        right: initial;
        left: 5px; } }
  .rtl-enabled .theme-color-switch .direction-wraper .direction-btn.ltr {
    background-color: #e4e4e4; }
  .rtl-enabled .theme-color-switch .direction-wraper .direction-btn.rtl {
    background-color: var(--primary-color); }
  .rtl-enabled .arobix-header-searchbar-form .offcanvas-body .search-input {
    border-radius: 0px 8px 8px 0px; }
  .rtl-enabled .arobix-header-searchbar-form .offcanvas-body .submit-btn {
    border-radius: 8px 0px 0px 8px; }
