@charset "UTF-8";

/*********************************************************************************************
** Table of Contents:                                                                       **
**********************************************************************************************

Project:    Devhatry4, Hatry4 Website
Version:    4.4

1.  Color Codes
    ------------------------------
    1.  Primary Color
    2.  Secondary Color
    3.  Light Color
    4.  Dark Color
    5.  Success Color
    6.  Danger Color
    7.  Warning Color
    8.  Info Color
    ------------------------------

2.  Fonts Family
    ------------------------------
    1.  Logo Font
    2.  Headings Font
    3.  Body Font
    ------------------------------

3.  Animations
    ------------------------------
    1.  Zoom Effects
    2.  Fade Effects
    3.  Spinner Effects
    4.  Scale Effects
    5.  Rotate Effects
    6.  Slide Effects
    7.  Pulse Effects
    8.  LightSpeed Effects
    9.  Flash Effect
    10. Shine Effects
    11. Floating Effect
    ------------------------------

4.  Reset & Global elements
    ------------------------------

5.  UI Elements Styles
    ------------------------------
    1.  Forms
    2.  Toggle Switch Button
    3.  Custom Tooltip
    4.  Ultimate Tooltip
    ------------------------------

6.  Components Styles
    ------------------------------
    1.  Preloader
    2.  Header
    3.  Footer
    4.  Scroll to Top Button
    5.  Ajax Loading
    6.  Toast Notifications
    ------------------------------

7.  Pages Styles
    ------------------------------
    1. Hero / Home Section Styles
    2. Statistics Section Styles
    3. About Section
    4  Hobbies
    5. Skills Section Styles
    6. Experience Section Styles 
    7. Portfolio Section Styles
    8. Testimonials Section Styles 
    9.  Contact Section Styles
    10. Single Portfolio Page Styles
    11. Not Found (404)
    12. Skills 
    13. Works Section
    14. Custom Scroll Bar
    15. Portfolio Style
    16. Services Box
    17. Gallery Images
    ------------------------------

*********************************************************************************************/

/*-----------------------------------------------------------------------------------------*/

/* 1. Color Codes */

/*-----------------------------------------------------------------------------------------*/

:root {
    /* primary color */
    --primary-h: 154;
    --primary-s: 82%;
    --primary-l: 56%;
    --primary-color: hsl( var(--primary-h), var(--primary-s), var(--primary-l));
    /* secondary color */
    --secondary-h: 223;
    --secondary-s: 100%;
    --secondary-l: 79%;
    --secondary-color: hsl( var(--secondary-h), var(--secondary-s), var(--secondary-l));
    /* tertiary color */
    --tertiary-h: 0;
    --tertiary-s: 100%;
    --tertiary-l: 70%;
    --tertiary-color: hsl( var(--tertiary-h), var(--tertiary-s), var(--tertiary-l));
    /* light color */
    --light-h: 136;
    --light-s: 0%;
    --light-l: 100%;
    --light-color: hsl( var(--light-h), var(--light-s), var(--light-l));
    /* dark color */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 15%;
    --dark-color: hsl( var(--dark-h), var(--dark-s), var(--dark-l));
    /* success color */
    --success-h: 130;
    --success-s: 55%;
    --success-l: 55%;
    --success-color: hsl( var(--success-h), var(--success-s), var(--success-l));
    /* danger color */
    --danger-h: 0;
    --danger-s: 70%;
    --danger-l: 59%;
    --danger-color: hsl( var(--danger-h), var(--danger-s), var(--danger-l));
    /* warning color */
    --warning-h: 45;
    --warning-s: 70%;
    --warning-l: 59%;
    --warning-color: hsl( var(--warning-h), var(--warning-s), var(--warning-l));
    /* info color */
    --info-h: 145;
    --info-s: 100%;
    --info-l: 75%;
    --info-color: hsl( var(--info-h), var(--info-s), var(--info-l));
}

    /* primary color */
    --primary-h: 154;
    --primary-s: 82%;
    --primary-l: 56%;
    --primary-color: var(--primary-h), var(--primary-s), var(--primary-l);
    /* secondary color */
    --secondary-h: 223;
    --secondary-s: 100%;
    --secondary-l: 79%;
    --secondary-color: var(--secondary-h), var(--secondary-s), var(--secondary-l);
    /* tertiary color */
    --tertiary-h: 0;
    --tertiary-s: 100%;
    --tertiary-l: 70%;
    --tertiary-color: var(--tertiary-h), var(--tertiary-s), var(--tertiary-l);
    /* light color */
    --light-h: 136;
    --light-s: 0%;
    --light-l: 100%;
    --light-color: var(--light-h), var(--light-s), var(--light-l);
    /* dark color */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 15%;
    --dark-color: var(--dark-h), var(--dark-s), var(--dark-l);
    /* success color */
    --success-h: 130;
    --success-s: 55%;
    --success-l: 55%;
    --success-color: var(--success-h), var(--success-s), var(--success-l);
    /* danger color */
    --danger-h: 0;
    --danger-s: 70%;
    --danger-l: 59%;
    --danger-color: var(--danger-h), var(--danger-s), var(--danger-l);
    /* warning color */
    --warning-h: 45;
    --warning-s: 70%;
    --warning-l: 59%;
    --warning-color: var(--warning-h), var(--warning-s), var(--warning-l);
    /* info color */
    --info-h: 145;
    --info-s: 100%;
    --info-l: 75%;
    --info-color: var(--info-h), var(--info-s), var(--info-l);
}

.light_theme {
    --main-color-one: var(--primary-color);
    --main-color-two: var(--secondary-color);
    --main-color-three: var(--tertiary-color);
    --bg-color-one: var(--light-h), var(--light-s), calc(var(--light-l) - 10%);
    --bg-color-two: var(--light-color);
    --bg-color-reverse: var(--dark-color);
    --inputs-bg-color: var(--light-h), var(--light-s), calc(var(--light-l) - 7%);
    --t-color-one: var(--dark-color);
    --t-color-two: var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%);
    --border-color: var(--light-h), var(--light-s), calc(var(--light-l) - 4%);
    --card-shadow: 11px 10px 38px hsla(0, 0%, 0%, 12%);
    --drop-shadow: drop-shadow(2px 4px 6px hsla(0, 0%, 0%, 20%));
    --filter-invert-true: invert(1);
    --filter-invert-false: invert(0);
}

.dark_theme {
    --main-color-one: var(--primary-color);
    --main-color-two: var(--secondary-color);
    --main-color-three: var(--tertiary-color);
    --bg-color-one: var(--dark-color);
    --bg-color-two: var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%);
    --bg-color-reverse: var(--light-color);
    --inputs-bg-color: var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%);
    --t-color-one: var(--light-color);
    --t-color-two: var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%);
    --border-color: var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%);
    --card-shadow: 11px 10px 38px hsla(0, 0%, 0%, 38%);
    --drop-shadow: drop-shadow(2px 4px 6px hsla(0, 0%, 0%, 20%));
    --filter-invert-true: invert(0);
    --filter-invert-false: invert(1);
}

/*-----------------------------------------------------------------------------------------*/

/* 2. Fonts Family */

/*-----------------------------------------------------------------------------------------*/

html[dir=ltr] body {
    --logo-font-family: "Saira Stencil One", sans-serif;
    --headings-font-family: "Poppins", sans-serif;
    --body-font-family: "Roboto", sans-serif;
}

html[dir=rtl] body {
    --logo-font-family: "Tajawal", sans-serif;
    --headings-font-family: "Tajawal", sans-serif;
    --body-font-family: "Tajawal", sans-serif;
}
/*-----------------------------------------------------------------------------------------*/
/* 3. Animations */
/*-----------------------------------------------------------------------------------------*/
/* 1. Zoom Effects */
/*-----------------*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* 2. Fade Effects */
/*-----------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInUpLeftTranslate {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInUpLeftTranslate {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUpRightTranslate {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInUpRightTranslate {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bigFadeInUp {
  0% {
    opacity: 0;
    margin-top: 40px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes bigFadeInUp {
  0% {
    opacity: 0;
    margin-top: 40px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    margin-top: -20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    margin-top: -20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-right: -20px;
  }
  100% {
    opacity: 1;
    margin-right: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-right: -20px;
  }
  100% {
    opacity: 1;
    margin-right: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    margin-left: -20px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    margin-left: -20px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
/* 3. Spinner Effects */
/*--------------------*/
@-webkit-keyframes spinner-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinner-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* 4. scale Effects */
/*------------------*/
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/* 5. Rotate Effects */
/*-------------------*/
@-webkit-keyframes rotateInLeft {
  0% {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInLeft {
  0% {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInRight {
  0% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInRight {
  0% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
/* 6. slide Effects */
/*------------------*/
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 100vh;
    overflow: unset;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 100vh;
    overflow: unset;
  }
}
/* 7. Pulse Effect */
/*-----------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(var(--primary-color), 50%);
            box-shadow: 0 0 0 0 hsla(var(--primary-color), 50%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(var(--primary-color), 50%);
            box-shadow: 0 0 0 0 hsla(var(--primary-color), 50%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px transparent;
  }
}
/* 8. LightSpeed Effects */
/*-----------------------*/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/* 9. Flash Effect */
/*-----------------*/
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* 10. Shine Effects */
/*-------------------*/
@-webkit-keyframes leftShine {
  100% {
    left: 125%;
  }
}
@keyframes leftShine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes rightShine {
  100% {
    right: 125%;
  }
}
@keyframes rightShine {
  100% {
    right: 125%;
  }
}
/* 11. Floating Effect */
/*---------------------*/
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
/*------------------------------------------------------------------------------------------*/

/* 4. Defaults & Reset & Global elements */

/*------------------------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    color: var(--light-color);
}

::selection {
    color: var(--light-color);
}

.light_theme ::-moz-selection {
    background-color: var(--primary-color);
}

.light_theme ::selection {
    background-color: var(--primary-color);
}

.dark_theme ::-moz-selection {
    background-color: var(--primary-color);
}

.dark_theme ::selection {
    background-color: var(--primary-color);
}

html {
    scroll-behavior: smooth;
}

html body {
    text-align: initial;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

.clearfix {
    clear: both;
}

.ltr-dir {
    direction: ltr;
    display: inline-block;
}

hr {
    width: 100%;
    margin: 0;
}

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

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0 !important;
    cursor: pointer;
}

button {
    background: none;
    padding: 0;
    border: none;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

/* overrides bootstrap buttons */

.btn {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    margin: 4px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}


button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-size: inherit;
    font-family: inherit !important;
}

input:invalid,
input:required,
textarea:invalid,
textarea:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section {
    outline: none;
}

.section:not(.page) {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section .section-title .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.section .section-title .title {
    line-height: 2.6rem;
}

.section .section-title .title:last-child {
    margin: 0;
}

.section .section-title .title:not(:last-child) {
    margin-bottom: 20px;
}

.section .section-title p {
    margin: 0;
}

@media (min-width: 992px) {
    .section .text-box-inline {
        position: relative;
    }
    html[dir=ltr] .section .text-box-inline {
        padding-left: 40px;
    }
    html[dir=rtl] .section .text-box-inline {
        padding-right: 40px;
    }
}

.section .text-box-inline .subtitle {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section .text-box-inline .subtitle {
        position: absolute;
        top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    html[dir=ltr] .section .text-box-inline .subtitle {
        left: 0;
    }
    html[dir=rtl] .section .text-box-inline .subtitle {
        right: 0;
    }
    html[dir=ltr] .section .text-box-inline .subtitle {
        -webkit-transform: rotate(270deg) translateX(-100%);
        transform: rotate(270deg) translateX(-100%);
    }
    html[dir=rtl] .section .text-box-inline .subtitle {
        -webkit-transform: rotate(-270deg) translateX(100%);
        transform: rotate(-270deg) translateX(100%);
    }
    html[dir=ltr] .section .text-box-inline .subtitle {
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    html[dir=rtl] .section .text-box-inline .subtitle {
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
    .section .text-box-inline .subtitle:before {
        content: "";
        display: inline-block;
        height: 2px;
        width: 60px;
    }
    html[dir=ltr] .section .text-box-inline .subtitle:before {
        margin-right: 20px;
    }
    html[dir=rtl] .section .text-box-inline .subtitle:before {
        margin-left: 20px;
    }
    .light_theme .section .text-box-inline .subtitle:before {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
    }
    .dark_theme .section .text-box-inline .subtitle:before {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
    }
}

@media (max-width: 991px) {
    .section .text-box-inline .subtitle:after {
        content: "";
        display: block;
        height: 2px;
        width: 60px;
        margin-top: 5px;
        margin-bottom: 16px;
    }
    .light_theme .section .text-box-inline .subtitle:after {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
    }
    .dark_theme .section .text-box-inline .subtitle:after {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
    }
}

.section .text-box-inline>*:not(.subtitle):not(:last-child) {
    margin-bottom: 30px;
}

.section .text-box-inline p:last-child {
    margin-bottom: 0;
}

.section .text-box-block .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section .text-box-block .subtitle:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 60px;
}

html[dir=ltr] .section .text-box-block .subtitle:before {
    margin-right: 20px;
}

html[dir=rtl] .section .text-box-block .subtitle:before {
    margin-left: 20px;
}

.light_theme .section .text-box-block .subtitle:before {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
}

.dark_theme .section .text-box-block .subtitle:before {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
}

.light_theme .section .text-box-block .subtitle a:hover {
    color: var(--primary-color);
}

.dark_theme .section .text-box-block .subtitle a:hover {
    color: var(--primary-color);
}

.section .text-box-block .subtitle a:focus {
    outline: none;
}

.light_theme.enable-focus-style .section .text-box-block .subtitle a:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

.dark_theme.enable-focus-style .section .text-box-block .subtitle a:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

.section .text-box-block>*:not(.subtitle):not(:last-child) {
    margin-bottom: 30px;
}

.section .text-box-block p:last-child {
    margin-bottom: 0;
}

#app-inner {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    padding-top: 70px;
    /* for changing the active mode */
    -webkit-transition: background 0.6s ease-in-out, padding-top 0.6s ease-in-out;
    transition: background 0.6s ease-in-out, padding-top 0.6s ease-in-out;
    font-family: var(--body-font-family);
}

html[dir=ltr] #app-inner {
    font-size: 1rem;
}

html[dir=rtl] #app-inner {
    font-size: 1.1rem;
}

#app-inner.light_theme {
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
}

#app-inner.dark_theme {
    background-color: var(--dark-color);
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
}

html[dir=rtl] #app-inner {
    line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
label,
.section-title .title {
    /* for changing the active mode */
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
    font-family: var(--headings-font-family);
    font-weight: bold;
}

.light_theme h1,
.light_theme h2,
.light_theme h3,
.light_theme h4,
.light_theme h5,
.light_theme h6,
.light_theme strong,
.light_theme label,
.light_theme .section-title .title {
    color: var(--dark-color);
}

.dark_theme h1,
.dark_theme h2,
.dark_theme h3,
.dark_theme h4,
.dark_theme h5,
.dark_theme h6,
.dark_theme strong,
.dark_theme label,
.dark_theme .section-title .title {
    color: var(--light-color);
}

html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6 {
    line-height: 1.4;
}

label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

p {
    line-height: 1.8rem;
}

@media (max-width: 767px) {
    .btns-container>* {
        width: 100%;
    }
}

@media (min-width: 768px) {
    html[dir=ltr] .btns-container>*:not(:last-of-type) {
        margin-right: 20px;
    }
    html[dir=rtl] .btns-container>*:not(:last-of-type) {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .btns-container>*:not(:last-of-type) {
        margin-bottom: 12px;
    }
}

.light_theme .invert-in-light {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.dark_theme .invert-in-light {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.light_theme .invert-in-dark {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.dark_theme .invert-in-dark {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*------------------------------------------------------------------------------------------*/

/* 5. UI Elements Styles */

/*------------------------------------------------------------------------------------------*/

/* 1. Forms Styles */

/*-----------------*/

.form-styled .group:not(:last-child) {
    margin-bottom: 20px;
}

.form-styled .group label {
    font-size: 12px;
}

.light_theme .form-styled .group label {
    color: var(--dark-color);
}

.dark_theme .form-styled .group label {
    color: var(--light-color);
}

.form-styled .group label.required-field:after {
    content: "*";
    color: var(--danger-color);
    font-family: monospace;
    font-size: 16px;
    line-height: 1;
}

html[dir=ltr] .form-styled .group label.required-field:after {
    margin-left: 4px;
}

html[dir=rtl] .form-styled .group label.required-field:after {
    margin-right: 4px;
}

.form-styled .group label .optional {
    font-style: italic;
    font-weight: normal;
    font-family: var(--body-font-family);
}

.light_theme .form-styled .group label .optional {
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
}

.dark_theme .form-styled .group label .optional {
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
}

.form-styled .group .control {
    position: relative;
}

html[dir=ltr] .form-styled .group .control.has-prefix-icon input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    padding-left: 40px;
}

html[dir=rtl] .form-styled .group .control.has-prefix-icon input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    padding-right: 40px;
}

.form-styled .group .control.has-prefix-icon textarea {
    text-indent: 26px;
}

.form-styled .group .control.has-prefix-icon .prefix-icon {
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html[dir=ltr] .form-styled .group .control.has-prefix-icon .prefix-icon {
    left: 0;
}

html[dir=rtl] .form-styled .group .control.has-prefix-icon .prefix-icon {
    right: 0;
}

.form-styled .group .control.has-prefix-icon textarea+.prefix-icon {
    top: 11px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),
.form-styled .group .control textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid;
    outline: 0;
    border-radius: 0.63rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),
.light_theme .form-styled .group .control textarea {
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 7%));
}

.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]),
.dark_theme .form-styled .group .control textarea {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%));
}

.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):not(:focus),
.light_theme .form-styled .group .control textarea:not(:focus) {
    border-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 7%));
}

.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):not(:focus),
.dark_theme .form-styled .group .control textarea:not(:focus) {
    border-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%));
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
.form-styled .group .control textarea:focus {
    outline: none;
}

.light_theme.enable-focus-style .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
.light_theme.enable-focus-style .form-styled .group .control textarea:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
.dark_theme.enable-focus-style .form-styled .group .control textarea:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
.light_theme .form-styled .group .control textarea:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus,
.dark_theme .form-styled .group .control textarea:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus~.fa,
.light_theme .form-styled .group .control textarea:focus~.fa {
    color: var(--primary-color);
}

.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):focus~.fa,
.dark_theme .form-styled .group .control textarea:focus~.fa {
    color: var(--primary-color);
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,
.form-styled .group .control textarea:disabled {
    cursor: not-allowed;
}

.light_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,
.light_theme .form-styled .group .control textarea:disabled {
    background-color: var(--light-color);
}

.dark_theme .form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled,
.dark_theme .form-styled .group .control textarea:disabled {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]):disabled~.fa,
.form-styled .group .control textarea:disabled~.fa {
    cursor: not-allowed;
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).invalid,
.form-styled .group .control textarea.invalid {
    color: var(--danger-color) !important;
    border-color: var(--danger-color) !important;
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).invalid~.fa,
.form-styled .group .control textarea.invalid~.fa {
    color: var(--danger-color) !important;
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).valid,
.form-styled .group .control textarea.valid {
    color: var(--success-color) !important;
    border-color: var(--success-color) !important;
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]).valid~.fa,
.form-styled .group .control textarea.valid~.fa {
    color: var(--success-color) !important;
}

.form-styled .group .control input:not([type=radio]):not([type=checkbox]):not([type=file]) {
    line-height: 1;
}

.form-styled .group .control input[type=tel] {
    direction: ltr;
}

html[dir=rtl] .form-styled .group .control input[type=tel]::-webkit-input-placeholder {
    text-align: end;
}

html[dir=rtl] .form-styled .group .control input[type=tel]::-moz-placeholder {
    text-align: end;
}

html[dir=rtl] .form-styled .group .control input[type=tel]:-ms-input-placeholder {
    text-align: end;
}

html[dir=rtl] .form-styled .group .control input[type=tel]::-ms-input-placeholder {
    text-align: end;
}

html[dir=rtl] .form-styled .group .control input[type=tel]::placeholder {
    text-align: end;
}

.form-styled .group .control textarea {
    min-height: 120px;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical;
}

.form-styled .group .control>.fa:not(.prefix-icon) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.form-styled .group .control>.fa:not(.prefix-icon).action-icon {
    cursor: pointer;
}

html[dir=ltr] .form-styled .group .control>.fa:not(.prefix-icon).action-icon {
    right: 18px;
}

html[dir=rtl] .form-styled .group .control>.fa:not(.prefix-icon).action-icon {
    left: 18px;
}

.form-styled .group .control .errors-msgs {
    display: none;
}

/* 3. Toggle Switch Button Styles */

/*--------------------------------*/

.toggle-switch-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px;
    border: 1px solid;
    border-radius: 30px;
}

.light_theme .toggle-switch-btn {
    background-color: var(--light-color);
    border-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 4%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .toggle-switch-btn {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    border-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

.toggle-switch-btn label {
    position: relative;
    z-index: 1;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 100%;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.light_theme .toggle-switch-btn label {
    color: var(--dark-color);
}

.dark_theme .toggle-switch-btn label {
    color: var(--light-color);
}

.toggle-switch-btn .switcher-toggle {
    position: absolute;
    z-index: 0;
    top: 4px;
    height: calc(46px - (4px * 2) - 2px);
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

html[dir=ltr] .toggle-switch-btn .switcher-toggle {
    left: 4px;
}

html[dir=rtl] .toggle-switch-btn .switcher-toggle {
    right: 4px;
}

.light_theme .toggle-switch-btn .switcher-toggle {
    background-color: var(--primary-color);
}

.dark_theme .toggle-switch-btn .switcher-toggle {
    background-color: var(--primary-color);
}

.toggle-switch-btn input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.toggle-switch-btn input:checked+label {
    color: var(--light-color);
}

html[dir=ltr] .toggle-switch-btn input:nth-of-type(2):checked~.switcher-toggle {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

html[dir=rtl] .toggle-switch-btn input:nth-of-type(2):checked~.switcher-toggle {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

html[dir=ltr] .toggle-switch-btn input:nth-of-type(3):checked~.switcher-toggle {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

html[dir=rtl] .toggle-switch-btn input:nth-of-type(3):checked~.switcher-toggle {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.toggle-switch-btn input:focus+label {
    outline: none;
}

.light_theme.enable-focus-style .toggle-switch-btn input:focus+label {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--dark-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--dark-color), 0.7);
}

.dark_theme.enable-focus-style .toggle-switch-btn input:focus+label {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--light-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--light-color), 0.7);
}

/* 4. Custom Tooltip Styles */

/*--------------------------*/

.has-tooltip {
    position: relative;
}

.has-tooltip .custom-tooltip {
    position: absolute;
    z-index: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    color: var(--light-color);
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.8rem 1rem;
    border-radius: 0.63rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.light_theme .has-tooltip .custom-tooltip {
    background-color: var(--primary-color);
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.dark_theme .has-tooltip .custom-tooltip {
    background-color: var(--primary-color);
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.has-tooltip .custom-tooltip:after {
    content: "";
    position: absolute;
}

.light_theme .has-tooltip .custom-tooltip:after {
    background-color: var(--primary-color);
}

.dark_theme .has-tooltip .custom-tooltip:after {
    background-color: var(--primary-color);
}

.has-tooltip .custom-tooltip.custom-tooltip-top {
    top: 0;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top {
    left: 50%;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top {
    right: 50%;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top {
    -webkit-transform: translate(-50%, -190%);
    transform: translate(-50%, -190%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top {
    -webkit-transform: translate(50%, -190%);
    transform: translate(50%, -190%);
}

.has-tooltip .custom-tooltip.custom-tooltip-top:after {
    bottom: 1px;
    height: 10px;
    width: 15px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top:after {
    left: 50%;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top:after {
    right: 50%;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-top:after {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-top:after {
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
}

.has-tooltip .custom-tooltip.custom-tooltip-bottom {
    bottom: 0;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom {
    left: 50%;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom {
    right: 50%;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom {
    -webkit-transform: translate(-50%, 190%);
    transform: translate(-50%, 190%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom {
    -webkit-transform: translate(50%, 190%);
    transform: translate(50%, 190%);
}

.has-tooltip .custom-tooltip.custom-tooltip-bottom:after {
    top: 1px;
    height: 10px;
    width: 15px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after {
    left: 50%;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after {
    right: 50%;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-bottom:after {
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.has-tooltip .custom-tooltip.custom-tooltip-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left {
    right: calc(100% + 4rem);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left {
    left: calc(100% + 4rem);
}

.has-tooltip .custom-tooltip.custom-tooltip-left:after {
    top: 50%;
    height: 15px;
    width: 10px;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    right: 1px;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    left: 1px;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-left:after {
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.has-tooltip .custom-tooltip.custom-tooltip-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right {
    left: calc(100% + 4rem);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right {
    right: calc(100% + 4rem);
}

.has-tooltip .custom-tooltip.custom-tooltip-right:after {
    top: 50%;
    height: 15px;
    width: 10px;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    left: 1px;
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    right: 1px;
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

html[dir=ltr] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

html[dir=rtl] .has-tooltip .custom-tooltip.custom-tooltip-right:after {
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.has-tooltip:hover,
.enable-focus-style .has-tooltip:focus {
    z-index: 1;
}

.has-tooltip:hover .custom-tooltip,
.enable-focus-style .has-tooltip:focus .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

html[dir=ltr] .has-tooltip:hover .custom-tooltip-top,
html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-top {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
}

html[dir=rtl] .has-tooltip:hover .custom-tooltip-top,
html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-top {
    -webkit-transform: translate(50%, -150%);
    transform: translate(50%, -150%);
}

html[dir=ltr] .has-tooltip:hover .custom-tooltip-bottom,
html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-bottom {
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
}

html[dir=rtl] .has-tooltip:hover .custom-tooltip-bottom,
html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-bottom {
    -webkit-transform: translate(50%, 150%);
    transform: translate(50%, 150%);
}

html[dir=ltr] .has-tooltip:hover .custom-tooltip-left,
html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-left {
    right: calc(100% + 2rem);
}

html[dir=rtl] .has-tooltip:hover .custom-tooltip-left,
html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-left {
    left: calc(100% + 2rem);
}

html[dir=ltr] .has-tooltip:hover .custom-tooltip-right,
html[dir=ltr] .enable-focus-style .has-tooltip:focus .custom-tooltip-right {
    left: calc(100% + 2rem);
}

html[dir=rtl] .has-tooltip:hover .custom-tooltip-right,
html[dir=rtl] .enable-focus-style .has-tooltip:focus .custom-tooltip-right {
    right: calc(100% + 2rem);
}

/* 5. Ultimate Tooltip Styles */

/*----------------------------*/

.has-ultimate-tooltip .ultimate-tooltip {
    text-align: center;
    padding: 0.8rem 1rem;
    border-radius: 0.63rem;
}

.light_theme .has-ultimate-tooltip .ultimate-tooltip {
    background-color: var(--light-color);
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.dark_theme .has-ultimate-tooltip .ultimate-tooltip {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

@media (min-width: 577px) {
    .has-ultimate-tooltip .ultimate-tooltip {
        width: 300px;
    }
}

@media (max-width: 576px) {
    .has-ultimate-tooltip .ultimate-tooltip {
        width: 85vw;
    }
}

.has-ultimate-tooltip .ultimate-tooltip p {
    line-height: 1.7rem;
    font-size: 1.1rem;
}

.light_theme .has-ultimate-tooltip .ultimate-tooltip p {
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
}

.dark_theme .has-ultimate-tooltip .ultimate-tooltip p {
    color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
}

.has-ultimate-tooltip .ultimate-tooltip p:first-child {
    margin: 0 0 20px;
}

.has-ultimate-tooltip .ultimate-tooltip p:last-child {
    margin: 20px 0 0;
}

.has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.light_theme .has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title {
    color: var(--primary-color);
}

.dark_theme .has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-title {
    color: var(--primary-color);
}

.has-ultimate-tooltip .ultimate-tooltip .ultimate-tooltip-subtitle {
    font-size: 0.95rem;
    margin: 0;
}

.has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow {
    top: -21px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=top]+.ultimate-tooltip-arrow {
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow {
    bottom: -21px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip[data-popper-placement=bottom]+.ultimate-tooltip-arrow {
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
}

.has-ultimate-tooltip .ultimate-tooltip-arrow {
    position: absolute;
    height: 10px;
    width: 15px;
}

html[dir=ltr] .has-ultimate-tooltip .ultimate-tooltip-arrow {
    left: 50%;
}

html[dir=rtl] .has-ultimate-tooltip .ultimate-tooltip-arrow {
    right: 50%;
}

.light_theme .has-ultimate-tooltip .ultimate-tooltip-arrow {
    background-color: var(--light-color);
}

.dark_theme .has-ultimate-tooltip .ultimate-tooltip-arrow {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
}

.has-ultimate-tooltip .ultimate-tooltip,
.has-ultimate-tooltip .ultimate-tooltip-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.has-ultimate-tooltip:hover,
.enable-focus-style .has-ultimate-tooltip:focus {
    z-index: 1;
}

.has-ultimate-tooltip:hover .ultimate-tooltip,
.has-ultimate-tooltip:hover .ultimate-tooltip-arrow,
.enable-focus-style .has-ultimate-tooltip:focus .ultimate-tooltip,
.enable-focus-style .has-ultimate-tooltip:focus .ultimate-tooltip-arrow {
    visibility: visible;
    opacity: 1;
}

/*------------------------------------------------------------------------------------------*/

/* 6. Components Styles */

/*------------------------------------------------------------------------------------------*/

/* 1. Preloader Styles */

/*---------------------*/

.light_theme #preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: var(--light-color);
  z-index: 9999;
  transition: all 0.4s ease;
}

.dark_theme #preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
  z-index: 9999;
  transition: all 0.4s ease;
}

.loader {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.4s;
}

.loader .loader_text {
  text-align: center;
  display: flex;
  margin-bottom: 25px;
  width: 36px;
  font-size: 50px;
  font-family: var(--logo-font-family);
  margin: auto;
  
}

.light_theme .loader .loader_bar  {
  position: relative;
  width: 200px;
  height: 5px;
  background: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));;
  border-radius: 7px;
}

.dark_theme .loader .loader_bar  {
  position: relative;
  width: 200px;
  height: 5px;
  background: var(--dark-color);
  border-radius: 7px;
}

.loader .loader_bar:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 7px;
  animation: fill 2s ease;
  
}

@keyframes fill {
  0% { width: 0% }
  100% { width: 100% }
}

/* 2. Header Styles */

/*------------------*/


header .options-icons .lang-switcher {
    -webkit-transition: opacity 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: opacity 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

header .options-icons .lang-switcher .lang-switcher-menu {
    position: relative;
}

@media (min-width: 992px) {
    header .options-icons .lang-switcher .lang-switcher-menu {
        z-index: 1;
    }
}

@media (max-width: 991px) {
    header .options-icons .lang-switcher .lang-switcher-menu {
        z-index: 0;
    }
}

header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
}

html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:after {
    margin-left: 8px;
}

html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:after {
    margin-right: 8px;
}

header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:focus {
    outline: none;
}

.light_theme.enable-focus-style header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

.dark_theme.enable-focus-style header .options-icons .lang-switcher .lang-switcher-menu .menu-item-has-children>a:focus {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
    z-index: -1;
}

.light_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
    background-color: var(--light-color);
}

.dark_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
}

@media (min-width: 992px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        position: absolute;
        top: calc(100% + 7px);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        padding: 6px 0;
        border-radius: 0.63rem;
        -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        left: 50%;
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        right: 50%;
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(-50%, 20px);
        transform: translate(-50%, 20px);
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(50%, 20px);
        transform: translate(50%, 20px);
    }
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before,
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before,
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        left: 50%;
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before,
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        right: 50%;
    }
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before {
        top: -25px;
        height: 35px;
        width: 100%;
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:before {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        top: -5px;
        height: 6px;
        width: 12px;
        background-color: inherit;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu:after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 991px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 2px solid;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }
    html[dir=ltr] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    html[dir=rtl] header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    .light_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        border-color: var(--primary-color);
    }
    .dark_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu {
        border-color: var(--primary-color);
    }
}

@media (min-width: 992px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:first-of-type:not(:only-of-type) {
        border-radius: 0.63rem 0.63rem 0 0;
    }
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:last-of-type:not(:only-of-type) {
        border-radius: 0 0 0.63rem 0.63rem;
    }
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:only-of-type {
        border-radius: 0.63rem;
    }
}

@media (max-width: 991px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:not(:last-of-type) {
        border-bottom: 1px solid;
    }
    .light_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:not(:last-of-type) {
        border-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    }
    .dark_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:not(:last-of-type) {
        border-color: var(--dark-color);
    }
}

header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item a {
    display: block;
    font-weight: bold;
    padding: 0 14px;
}

@media (min-width: 992px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item a {
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item a {
        height: 40px;
        line-height: 40px;
    }
}

.light_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item a:hover {
    color: var(--primary-color);
}

.dark_theme header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item a:hover {
    color: var(--primary-color);
}

header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:focus-within {
    outline: none;
}

.light_theme.enable-focus-style header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:focus-within {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

.dark_theme.enable-focus-style header .options-icons .lang-switcher .lang-switcher-menu .sub-menu .menu-item:focus-within {
    -webkit-box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
    box-shadow: 0 0 0 3px hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), 70%);
}

@media (min-width: 992px) {
    header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    html[dir=ltr] header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    html[dir=ltr] header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    html[dir=rtl] header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    html[dir=rtl] header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@media (max-width: 991px) {
    header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    html[dir=ltr] header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    html[dir=ltr] header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    html[dir=rtl] header .options-icons .lang-switcher:hover .lang-switcher-menu .sub-menu,
    html[dir=rtl] header .options-icons .lang-switcher:focus-within .lang-switcher-menu .sub-menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header>.container {
    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;
    height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .logo {
    position: relative;
    z-index: 2;
}

header .logo h1 {
    font-family: var(--logo-font-family);
    font-size: 2rem;
    margin: 0;
}

html[dir=ltr] header .logo h1 {
    font-weight: normal;
}

.light_theme header .logo h1 {
    color: var(--dark-color);
}

.dark_theme header .logo h1 {
    color: var(--light-color);
}

header .logo h1:after {
    content: "";
    display: inline-block;
    height: 0.17em;
    width: 0.2em;
}

html[dir=ltr] header .logo h1:after {
    margin-left: 0.08em;
}

html[dir=rtl] header .logo h1:after {
    margin-right: 0.08em;
}

.light_theme header .logo h1:after {
    background-color: var(--primary-color);
}

.dark_theme header .logo h1:after {
    background-color: var(--primary-color);
}

header .logo h1:focus-within {
    outline: none;
}

.light_theme.enable-focus-style header .logo h1:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header .logo h1:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

@media (min-width: 992px) {
    header nav .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    header nav .nav-links {
        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;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        text-align: center;
        padding: 100px 40px;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    html[dir=ltr] header nav .nav-links li:not(:last-of-type) {
        margin-right: 1.6rem;
    }
    html[dir=rtl] header nav .nav-links li:not(:last-of-type) {
        margin-left: 1.6rem;
    }
}

@media (max-width: 991px) {
    header nav .nav-links li {
        width: 100%;
        overflow: hidden;
    }
    header nav .nav-links li:not(:last-of-type) {
        margin-bottom: 0.8rem;
    }
}

header nav .nav-links li a {
    font-family: var(--headings-font-family);
    font-weight: bold;
    padding: 0.4rem 0.2rem;
}

header nav .nav-links li a {
    position: relative;
}

header nav .nav-links li a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.15rem;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html[dir=ltr] header nav .nav-links li a:before {
    left: 0;
}

html[dir=rtl] header nav .nav-links li a:before {
    right: 0;
}

.light_theme header nav .nav-links li a:before {
    background-color: var(--primary-color);
}

.dark_theme header nav .nav-links li a:before {
    background-color: var(--primary-color);
}

header nav .nav-links li a:hover:before {
    width: 100%;
}

.light_theme header nav .nav-links li a {
    color: var(--dark-color);
}

.dark_theme header nav .nav-links li a {
    color: var(--light-color);
}

@media (min-width: 992px) {
    header nav .nav-links li a {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    header nav .nav-links li a {
        display: inline-block;
        font-size: 2rem;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 2);
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 2);
    }
}

header nav .nav-links li a:after {
    content: "";
    display: inline-block;
    height: 0.2em;
    width: 0.2em;
    border-radius: 50%;
}

html[dir=ltr] header nav .nav-links li a:after {
    margin-left: 0.1em;
}

html[dir=rtl] header nav .nav-links li a:after {
    margin-right: 0.1em;
}

.light_theme header nav .nav-links li a:after {
    background-color: var(--dark-color);
}

.dark_theme header nav .nav-links li a:after {
    background-color: var(--light-color);
}

header nav .nav-links li a:focus {
    outline: none;
}

.light_theme.enable-focus-style header nav .nav-links li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header nav .nav-links li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

header nav:before {
    content: "";
    position: fixed;
    z-index: 1;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.light_theme header nav:before {
    background-color: var(--light-color);
}

.dark_theme header nav:before {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
}

header nav .desktop-menu-content {
    position: fixed;
    z-index: 2;
    left: 0;
    height: 100vh;
    width: 100vw;
    outline: none;
}

@media (max-width: 991px) {
    header nav .desktop-menu-content {
        display: none;
    }
}

header nav .desktop-menu-content .container {
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100vw;
    padding-top: 80px;
}

header nav .desktop-menu-content .container>* {
    width: 100%;
}

html[dir=ltr] header nav .desktop-menu-content .about-us p {
    font-size: 1rem;
}

html[dir=rtl] header nav .desktop-menu-content .about-us p {
    font-size: 1.1rem;
}

.light_theme header nav .desktop-menu-content .about-us p {
    color: var(--dark-color);
}

.dark_theme header nav .desktop-menu-content .about-us p {
    color: var(--light-color);
}

header nav .desktop-menu-content .about-us .block-title {
    font-size: 2.8rem;
    line-height: 4rem;
}

header nav .desktop-menu-content .contact-info li .block-title {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

header nav .desktop-menu-content .contact-info li .block-title:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.light_theme header nav .desktop-menu-content .contact-info li .block-title:after {
    background-color: var(--primary-color);
}

.dark_theme header nav .desktop-menu-content .contact-info li .block-title:after {
    background-color: var(--primary-color);
}

header nav .desktop-menu-content .contact-info a {
    position: relative;
}

header nav .desktop-menu-content .contact-info a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.1rem;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html[dir=ltr] header nav .desktop-menu-content .contact-info a:before {
    left: 0;
}

html[dir=rtl] header nav .desktop-menu-content .contact-info a:before {
    right: 0;
}

.light_theme header nav .desktop-menu-content .contact-info a:before {
    background-color: var(--primary-color);
}

.dark_theme header nav .desktop-menu-content .contact-info a:before {
    background-color: var(--primary-color);
}

header nav .desktop-menu-content .contact-info a:hover:before {
    width: 100%;
}

header nav .desktop-menu-content .contact-info a:focus {
    outline: none;
}

.light_theme.enable-focus-style header nav .desktop-menu-content .contact-info a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header nav .desktop-menu-content .contact-info a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

@media (min-width: 992px) {
    header nav:not(.menu-open):before,
    header nav:not(.menu-open) .desktop-menu-content {
        -webkit-transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99) 0.6s;
        transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99) 0.6s;
        top: 100vh;
    }
}

@media (max-width: 991px) {
    header nav:not(.menu-open):before,
    header nav:not(.menu-open) .desktop-menu-content,
    header nav:not(.menu-open) .nav-links {
        -webkit-transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99) 0.4s;
        transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99) 0.4s;
        top: 100vh;
    }
    header nav:not(.menu-open) .nav-links li a {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

header nav:not(.menu-open) .desktop-menu-content>* {
    visibility: hidden;
}

header nav:not(.menu-open) .desktop-menu-content .about-us p {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

header nav:not(.menu-open) .desktop-menu-content .about-us .block-title {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title {
    -webkit-transition: color 0s linear 0.2s;
    transition: color 0s linear 0.2s;
    color: transparent;
}

header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

html[dir=ltr] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition-property: left;
    transition-property: left;
}

html[dir=rtl] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition-property: right;
    transition-property: right;
}

html[dir=ltr] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after {
    left: -100%;
}

html[dir=rtl] header nav:not(.menu-open) .desktop-menu-content .contact-info .block-title:after {
    right: -100%;
}

header nav:not(.menu-open) .desktop-menu-content .contact-info ul {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

header nav.menu-open:before,
header nav.menu-open .desktop-menu-content {
    -webkit-transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    top: 0;
}

@media (min-width: 992px) {
    header nav.menu-open .nav-links {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    header nav.menu-open .nav-links {
        -webkit-transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
        transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
        top: 0;
    }
    header nav.menu-open .nav-links li a {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

header nav.menu-open .desktop-menu-content>* {
    visibility: visible;
}

header nav.menu-open .desktop-menu-content .about-us p {
    -webkit-transition: all 0.2s ease-in-out 1s;
    transition: all 0.2s ease-in-out 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

header nav.menu-open .desktop-menu-content .about-us .block-title {
    -webkit-transition: all 0.4s ease-in-out 1.2s;
    transition: all 0.4s ease-in-out 1.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

header nav.menu-open .desktop-menu-content .contact-info .block-title {
    -webkit-transition: color 0s linear 1.2s;
    transition: color 0s linear 1.2s;
}

header nav.menu-open .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition: 0.4s linear 1s;
    transition: 0.4s linear 1s;
}

html[dir=ltr] header nav.menu-open .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition-property: left;
    transition-property: left;
}

html[dir=rtl] header nav.menu-open .desktop-menu-content .contact-info .block-title:after {
    -webkit-transition-property: right;
    transition-property: right;
}

html[dir=ltr] header nav.menu-open .desktop-menu-content .contact-info .block-title:after {
    left: 100%;
}

html[dir=rtl] header nav.menu-open .desktop-menu-content .contact-info .block-title:after {
    right: 100%;
}

header nav.menu-open .desktop-menu-content .contact-info ul {
    -webkit-transition: all 0.2s ease-in-out 1.4s;
    transition: all 0.2s ease-in-out 1.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

header .options-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html[dir=ltr] header .options-icons li:not(:last-of-type) {
    margin-right: 1rem;
}

html[dir=rtl] header .options-icons li:not(:last-of-type) {
    margin-left: 1rem;
}

header .options-icons .lang-switcher img {
    height: 20px;
}

.light_theme header .options-icons .lang-switcher img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.dark_theme header .options-icons .lang-switcher img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

header .options-icons .lang-switcher:focus-within {
    outline: none;
}

.light_theme.enable-focus-style header .options-icons .lang-switcher:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header .options-icons .lang-switcher:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

header .options-icons .theme-switcher button {
    position: relative;
    height: 28px;
    width: 48px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .options-icons .theme-switcher button:after {
    content: "";
    position: absolute;
    top: 3px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

header .options-icons .theme-switcher button.light_theme:after {
    left: 23px;
    -webkit-box-shadow: 22px -20px #f9d71c inset;
    box-shadow: 22px -20px #f9d71c inset;
}

header .options-icons .theme-switcher button.dark_theme:after {
    left: 3px;
    -webkit-box-shadow: 9px -7px #fff inset;
    box-shadow: 9px -7px #fff inset;
}

header .options-icons .theme-switcher button:focus {
    outline: none;
}

.light_theme.enable-focus-style header .options-icons .theme-switcher button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header .options-icons .theme-switcher button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

header .options-icons .hamburger-btn {
    position: relative;
    z-index: 2;
}

header .options-icons .hamburger-btn button {
    position: relative;
    height: 20px;
    width: 16px;
    margin-bottom: 4px;
}

header .options-icons .hamburger-btn span {
    display: block;
    position: absolute;
    width: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.light_theme header .options-icons .hamburger-btn span {
    background-color: var(--dark-color);
}

.dark_theme header .options-icons .hamburger-btn span {
    background-color: var(--light-color);
}

header .options-icons .hamburger-btn span:nth-of-type(1) {
    bottom: 50%;
    height: 50%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(1) {
    left: 0;
}

html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(1) {
    right: 0;
}

header .options-icons .hamburger-btn span:nth-of-type(2) {
    top: 0;
    height: 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(2) {
    left: 50%;
}

html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(2) {
    right: 50%;
}

html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(2) {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(2) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

header .options-icons .hamburger-btn span:nth-of-type(3) {
    top: 50%;
    height: 50%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

html[dir=ltr] header .options-icons .hamburger-btn span:nth-of-type(3) {
    right: 0;
}

html[dir=rtl] header .options-icons .hamburger-btn span:nth-of-type(3) {
    left: 0;
}

html[dir=ltr] header .options-icons .hamburger-btn:not(.open) button {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

html[dir=rtl] header .options-icons .hamburger-btn:not(.open) button {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

html[dir=ltr] header .options-icons .hamburger-btn.open button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

html[dir=rtl] header .options-icons .hamburger-btn.open button {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html[dir=ltr] header .options-icons .hamburger-btn.open span:nth-of-type(1) {
    -webkit-transform: rotate(90deg) translateY(3px);
    transform: rotate(90deg) translateY(3px);
}

html[dir=rtl] header .options-icons .hamburger-btn.open span:nth-of-type(1) {
    -webkit-transform: rotate(-90deg) translateY(3px);
    transform: rotate(-90deg) translateY(3px);
}

html[dir=ltr] header .options-icons .hamburger-btn.open span:nth-of-type(3) {
    -webkit-transform: rotate(90deg) translateY(-3px);
    transform: rotate(90deg) translateY(-3px);
}

html[dir=rtl] header .options-icons .hamburger-btn.open span:nth-of-type(3) {
    -webkit-transform: rotate(-90deg) translateY(-3px);
    transform: rotate(-90deg) translateY(-3px);
}

header .options-icons .hamburger-btn span {
    -webkit-transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: all 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

header .options-icons .hamburger-btn:focus-within {
    outline: none;
}

.light_theme.enable-focus-style header .options-icons .hamburger-btn:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style header .options-icons .hamburger-btn:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

@media (min-width: 992px) {
    .light_theme header.big-header .theme-switcher button {
        background-color: var(--light-color);
    }
    .dark_theme header.big-header .theme-switcher button {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    }
    .light_theme header.small-header {
        background-color: var(--light-color);
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    }
    .dark_theme header.small-header {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    }
    header.small-header .container {
        height: 60px;
    }
    .light_theme header.small-header .theme-switcher button {
        background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    }
    .dark_theme header.small-header .theme-switcher button {
        background-color: var(--dark-color);
    }
}

@media (max-width: 991px) {
    .light_theme header {
        background-color: var(--light-color);
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    }
    .dark_theme header {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    }
    header .container {
        height: 60px;
    }
    .light_theme header .theme-switcher button {
        background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    }
    .dark_theme header .theme-switcher button {
        background-color: var(--dark-color);
    }
}

header:not(.header-hidden) {
    top: 0;
}

@media (min-width: 992px) {
    header.header-hidden.big-header {
        top: -100px;
    }
    header.header-hidden.small-header {
        top: -60px;
    }
}

@media (max-width: 991px) {
    header.header-hidden {
        top: -60px;
    }
}

/* 4. Footer */

/*-----------*/

footer {
    font-size: 0.95rem;
    line-height: 1.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.light_theme footer {
    background-color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme footer {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    footer .row {
        text-align: center;
    }
}

@media (max-width: 991px) {
    footer .row>div:first-of-type {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    footer .row>div:last-of-type {
        text-align: end;
    }
}

.light_theme footer .row>div:last-of-type a {
    color: var(--primary-color);
}

.dark_theme footer .row>div:last-of-type a {
    color: var(--primary-color);
}

footer .row>div:last-of-type a:hover {
    text-decoration: underline;
}

footer .row>div:last-of-type a:focus {
    outline: none;
}

footer .row>div:last-of-type col-lg-4 {
    text-align: center;
}

.light_theme.enable-focus-style footer .row>div:last-of-type a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style footer .row>div:last-of-type a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

footer .logo h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--logo-font-family);
    font-size: 2rem;
    margin: 0;
}

html[dir=ltr] footer .logo h1 {
    font-weight: normal;
}

.light_theme footer .logo h1 {
    color: var(--dark-color);
}

.dark_theme footer .logo h1 {
    color: var(--light-color);
}

@media (max-width: 991px) {
    footer .logo h1 {
        margin-left: auto;
        margin-right: auto;
    }
}

footer .logo h1:after {
    content: "";
    display: inline-block;
    height: 0.17em;
    width: 0.2em;
}

html[dir=ltr] footer .logo h1:after {
    margin-left: 0.08em;
}

html[dir=rtl] footer .logo h1:after {
    margin-right: 0.08em;
}

.light_theme footer .logo h1:after {
    background-color: var(--primary-color);
}

.dark_theme footer .logo h1:after {
    background-color: var(--primary-color);
}

footer .logo h1:focus-within {
    outline: none;
}

.light_theme.enable-focus-style footer .logo h1:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style footer .logo h1:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

footer p {
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
    font-family: inherit;
    font-weight: 600;
    font-size: 1rem;
}

.footer-menu-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 384px;
    margin-right: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-menu-wrapper {
    margin-right: 40px;
}

.footer-menu-wrapper.last {
    margin-right: 0px; 
}

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

.footer-nav-item {
    margin-bottom: 18px;
}

.footer-nav {
    margin-bottom: 0px;
    padding-left: 0px;
}
footer .motto {
  font-family: "Dosis", sans-serif;
}
/* 4. Scroll to Top Button Styles */

/*--------------------------------*/

.scroll-to-top {
    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;
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--light-color);
    font-size: 1.5rem;
    border-radius: 0.63rem;
    cursor: pointer;
}

html[dir=ltr] .scroll-to-top {
    right: calc(-40px - 10px);
}

html[dir=rtl] .scroll-to-top {
    left: calc(-40px - 10px);
}

.light_theme .scroll-to-top {
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .scroll-to-top {
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

html[dir=ltr] .scroll-to-top.show-scrollTop {
    right: 25px;
}

html[dir=rtl] .scroll-to-top.show-scrollTop {
    left: 25px;
}

.scroll-to-top:focus {
    opacity: 1;
}

.scroll-to-top:focus {
    outline: none;
}

.light_theme.enable-focus-style .scroll-to-top:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .scroll-to-top:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 5. Ajax Loading Styles */

/*--------------------------------*/
.ajax-loading {
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    padding: 3px;
    border-radius: 50%;
}

html[dir=ltr] .ajax-loading {
    left: 20px;
}

html[dir=rtl] .ajax-loading {
    right: 20px;
}

.light_theme .ajax-loading {
    background-color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .ajax-loading {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

.ajax-loading span {
    display: block;
    height: 29px;
    width: 29px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
}

html[dir=ltr] .ajax-loading span {
    -webkit-animation: spinner-left 0.6s linear infinite;
    animation: spinner-left 0.6s linear infinite;
}

html[dir=rtl] .ajax-loading span {
    -webkit-animation: spinner-right 0.6s linear infinite;
    animation: spinner-right 0.6s linear infinite;
}

.light_theme .ajax-loading span {
    border-color: transparent var(--primary-color);
}

.dark_theme .ajax-loading span {
    border-color: transparent var(--primary-color);
}
/* 6. Toast Notifications Styles */

/*-------------------------------*/

@-webkit-keyframes timer {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes timer {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.notifications-container {
    position: fixed;
    z-index: 3000;
    bottom: 25px;
}

html[dir=ltr] .notifications-container {
    right: 80px;
}

html[dir=rtl] .notifications-container {
    left: 80px;
}

@media (max-width: 576px) {
    .notifications-container {
        width: calc(100% - 30px);
        max-width: 250px;
    }
}

.notifications-container .notification {
    position: relative;
    line-height: 1.5;
    color: #fff;
    border-radius: 0.25rem;
}

html[dir=ltr] .notifications-container .notification {
    padding: 10px 28px 10px 14px;
}

html[dir=rtl] .notifications-container .notification {
    padding: 10px 14px 10px 28px;
}

@media (min-width: 577px) {
    .notifications-container .notification {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .notifications-container .notification {
        width: 100%;
    }
}

.notifications-container .notification.timer .disappearing-time {
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: inherit;
    opacity: 0.6;
    -webkit-animation-name: timer;
    animation-name: timer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html[dir=ltr] .notifications-container .notification.timer .disappearing-time {
    left: 0;
}

html[dir=rtl] .notifications-container .notification.timer .disappearing-time {
    right: 0;
}

.notifications-container .notification.success {
    background-color: var(--success-color);
}

.notifications-container .notification.danger {
    background-color: var(--danger-color);
}

.notifications-container .notification.warning {
    background-color: var(--warning-color);
}

.notifications-container .notification.info {
    background-color: var(--info-color);
}

.notifications-container .notification:not(:last-of-type) {
    margin-bottom: 10px;
}

.notifications-container .notification .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html[dir=ltr] .notifications-container .notification .fa {
    right: 12px;
}

html[dir=rtl] .notifications-container .notification .fa {
    left: 12px;
}

.notifications-container .notification .fa:hover {
    opacity: 1;
}

.notifications-container .notify-enter-active {
    -webkit-animation: 0.3s ease-in-out;
    animation: 0.3s ease-in-out;
}

html[dir=ltr] .notifications-container .notify-enter-active {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

html[dir=rtl] .notifications-container .notify-enter-active {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.notifications-container .notify-leave-active {
    animation: 0.3s ease-in-out reverse;
}

html[dir=ltr] .notifications-container .notify-leave-active {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

html[dir=rtl] .notifications-container .notify-leave-active {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.notifications-container .notify-move {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/*------------------------------------------------------------------------------------------*/

/* 7. Pages Styles */

/*------------------------------------------------------------------------------------------*/

/* 1. Homepage Styles */

/*--------------------*/

/* 1. Hero Section Styles */

/*------------------------*/

@media (max-width: 991px) {
    .hero-section .hero-img {
        position: relative;
        height: 80vw;
        max-height: 400px;
        width: 80vw;
        max-width: 400px;
        margin: auto;
    }
}

.hero-section .hero-img .layer {
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    .hero-section .hero-img .layer {
        top: 0;
        left: 0;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
    }
}

@media (max-width: 991px) {
    html[dir=ltr] .hero-section .hero-img .layer {
        left: 50%;
    }
    html[dir=rtl] .hero-section .hero-img .layer {
        right: 50%;
    }
}

.hero-section .hero-img .layer:first-of-type {
    height: 100%;
    -webkit-mask-image: url("../../../assets/images/splash.png");
    mask-image: url("../../../assets/images/splash.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.hero-section .hero-img .layer:first-of-type:before {
    content: "";
    position: absolute;
}

@media (min-width: 992px) {
    .hero-section .hero-img .layer:first-of-type:before {
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .light_theme .hero-section .hero-img .layer:first-of-type:before {
        background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
        background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%);
    }
    .dark_theme .hero-section .hero-img .layer:first-of-type:before {
        background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
        background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%);
    }
}

@media (max-width: 991px) {
    .hero-section .hero-img .layer:first-of-type {
        top: 50%;
    }
    html[dir=ltr] .hero-section .hero-img .layer:first-of-type {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    html[dir=rtl] .hero-section .hero-img .layer:first-of-type {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .hero-section .hero-img .layer:first-of-type:before {
        bottom: 0;
        height: 80%;
        width: 80%;
        border-radius: 50%;
    }
    html[dir=ltr] .hero-section .hero-img .layer:first-of-type:before {
        left: 50%;
    }
    html[dir=rtl] .hero-section .hero-img .layer:first-of-type:before {
        right: 50%;
    }
    html[dir=ltr] .hero-section .hero-img .layer:first-of-type:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    html[dir=rtl] .hero-section .hero-img .layer:first-of-type:before {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .light_theme .hero-section .hero-img .layer:first-of-type:before {
        background-color: var(--primary-color);
    }
    .dark_theme .hero-section .hero-img .layer:first-of-type:before {
        background-color: var(--primary-color);
    }
}

.hero-section .hero-img .layer:last-of-type {
    height: 50%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-section .hero-img .layer:last-of-type {
        top: 0;
    }
    html[dir=ltr] .hero-section .hero-img .layer:last-of-type {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    html[dir=rtl] .hero-section .hero-img .layer:last-of-type {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .hero-section .hero-img .layer:last-of-type img {
        height: 200%;
        width: 200%;
    }
    html[dir=ltr] .hero-section .hero-img .layer:last-of-type img {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    html[dir=rtl] .hero-section .hero-img .layer:last-of-type img {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
}

.hero-section .hero-img .layer img {
    display: block;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
}

@media (min-width: 992px) {
    .hero-section .hero-img .layer img {
        position: relative;
        z-index: 2;
        height: calc(100vh - 70px);
        max-width: 100%;
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@media (max-width: 991px) {
    .hero-section .hero-img .layer img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.hero-section .hero-text {
    text-align: center;
}

@media (min-width: 992px) {
    .hero-section .hero-text {
        position: absolute;
        z-index: 3;
        top: 45%;
        width: 90%;
        text-shadow: 0px 0px 20px var(--dark-color);
    }
    html[dir=ltr] .hero-section .hero-text {
        left: 50%;
    }
    html[dir=rtl] .hero-section .hero-text {
        right: 50%;
    }
    html[dir=ltr] .hero-section .hero-text {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    html[dir=rtl] .hero-section .hero-text {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 991px) {
    .hero-section .hero-text {
        width: 90vw;
    }
}

.hero-section .hero-text h2 {
    margin-bottom: 30px;
}

html[dir=ltr] .hero-section .hero-text h2 {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .hero-section .hero-text h2 {
        color: var(--light-color);
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .hero-section .hero-text h2 {
        font-size: 2rem;
    }
    .light_theme .hero-section .hero-text h2 {
        color: var(--dark-color);
    }
    .dark_theme .hero-section .hero-text h2 {
        color: var(--light-color);
    }
}

@media (min-width: 992px) {
    /*.hero-section .hero-text .btn {
        color: var(--light-color);
        border-color: var(--light-color);
    }*/
    .dark_theme .hero-section .hero-text .btn {
        color: var(--light-color);
        border-color: var(--light-color);
    }
    .dark_theme .hero-section .hero-text .btn:hover {
        background-color: var(--light-color);
        color: var(--dark-color);
        text-shadow: none;
    }
    .light_theme .hero-section .hero-text .btn {
        color: var(--dark-color);
        border-color: var(--dark-color);
    }
    .light_theme .hero-section .hero-text .btn:hover {
        background-color: var(--dark-color);
        color: var(--light-color);
        text-shadow: none;
    }
}

@media (max-width: 991px) {
    .light_theme .hero-section .hero-text .btn {
        color: var(--dark-color);
        border-color: var(--dark-color);
    }
    .dark_theme .hero-section .hero-text .btn {
        color: var(--light-color);
        border-color: var(--light-color);
    }
    .light_theme .hero-section .hero-text .btn:hover {
        background-color: var(--dark-color);
        color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    }
    .dark_theme .hero-section .hero-text .btn:hover {
        background-color: var(--light-color);
        color: var(--dark-color);
    }
}

.hero-section .hero-text .btn:focus {
    outline: none;
}

.light_theme.enable-focus-style .hero-section .hero-text .btn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .hero-section .hero-text .btn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.hero-section .social,
.hero-section .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .hero-section .social,
    .hero-section .scroll-down {
        display: none;
    }
}

.hero-section .social.social:before,
.hero-section .social.scroll-down:after,
.hero-section .scroll-down.social:before,
.hero-section .scroll-down.scroll-down:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.light_theme .hero-section .social.social:before,
.light_theme .hero-section .social.scroll-down:after,
.light_theme .hero-section .scroll-down.social:before,
.light_theme .hero-section .scroll-down.scroll-down:after {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 25%));
}

.dark_theme .hero-section .social.social:before,
.dark_theme .hero-section .social.scroll-down:after,
.dark_theme .hero-section .scroll-down.social:before,
.dark_theme .hero-section .scroll-down.scroll-down:after {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 50%));
}

.light_theme .hero-section .social.social a:hover,
.light_theme .hero-section .social.scroll-down:hover,
.light_theme .hero-section .scroll-down.social a:hover,
.light_theme .hero-section .scroll-down.scroll-down:hover {
    color: var(--dark-color);
}

.dark_theme .hero-section .social.social a:hover,
.dark_theme .hero-section .social.scroll-down:hover,
.dark_theme .hero-section .scroll-down.social a:hover,
.dark_theme .hero-section .scroll-down.scroll-down:hover {
    color: var(--light-color);
}

.light_theme .hero-section .social.social a:hover:after,
.light_theme .hero-section .social.scroll-down:hover:after,
.light_theme .hero-section .scroll-down.social a:hover:after,
.light_theme .hero-section .scroll-down.scroll-down:hover:after {
    background-color: var(--dark-color);
}

.dark_theme .hero-section .social.social a:hover:after,
.dark_theme .hero-section .social.scroll-down:hover:after,
.dark_theme .hero-section .scroll-down.social a:hover:after,
.dark_theme .hero-section .scroll-down.scroll-down:hover:after {
    background-color: var(--light-color);
}

html[dir=ltr] .hero-section .social {
    left: 30px;
}

html[dir=rtl] .hero-section .social {
    right: 30px;
}

html[dir=ltr] .hero-section .social {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

html[dir=rtl] .hero-section .social {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir=ltr] .hero-section .social {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

html[dir=rtl] .hero-section .social {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

html[dir=ltr] .hero-section .social:before {
    margin-right: 20px;
}

html[dir=rtl] .hero-section .social:before {
    margin-left: 20px;
}

.hero-section .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

html[dir=ltr] .hero-section .social ul {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

html[dir=rtl] .hero-section .social ul {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

html[dir=ltr] .hero-section .social ul li {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(90deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(90deg);
}

html[dir=rtl] .hero-section .social ul li {
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(-90deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(-90deg);
}

html[dir=ltr] .hero-section .social ul li:not(:last-of-type) {
    margin-right: 20px;
}

html[dir=rtl] .hero-section .social ul li:not(:last-of-type) {
    margin-left: 20px;
}

.hero-section .social ul li a:focus {
    outline: none;
}

.light_theme.enable-focus-style .hero-section .social ul li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .hero-section .social ul li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

html[dir=ltr] .hero-section .scroll-down {
    right: 30px;
}

html[dir=rtl] .hero-section .scroll-down {
    left: 30px;
}

html[dir=ltr] .hero-section .scroll-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir=rtl] .hero-section .scroll-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

html[dir=ltr] .hero-section .scroll-down {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

html[dir=rtl] .hero-section .scroll-down {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.hero-section .scroll-down a {
    text-transform: inherit;
}

.hero-section .scroll-down a:focus {
    outline: none;
}

.light_theme.enable-focus-style .hero-section .scroll-down a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .hero-section .scroll-down a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

html[dir=ltr] .hero-section .scroll-down:after {
    margin-left: 20px;
}

html[dir=rtl] .hero-section .scroll-down:after {
    margin-right: 20px;
}

@media (min-width: 992px) {
    .hero-section {
        position: relative;
        height: calc(100vh - 70px);
    }
    .hero-section.parallax-animation:hover .layer {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: calc(100vh - 70px);
        display: grid;
        place-content: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
*/
/* 2. Statistics Section Styles */

/*------------------------------*/

.statistics-section .section-content .statistics-items {
    margin-bottom: -30px;
}

.statistics-section .section-content .statistics-items li {
    margin-bottom: 30px;
}

.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(1) .icon {
    background-color: var(--dark-color);
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(1) .icon {
    background-color: var(--light-color);
    color: var(--dark-color);
}

.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(1) .icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(1) .icon img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.statistics-section .section-content .statistics-items li:nth-of-type(2) .icon {
    color: var(--light-color);
}

.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(2) .icon {
    background-color: var(--primary-color);
}

.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(2) .icon {
    background-color: var(--primary-color);
}

.statistics-section .section-content .statistics-items li:nth-of-type(2) .icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon {
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    color: var(--dark-color);
}

.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon {
    background-color: var(--dark-color);
    color: var(--light-color);
}

.light_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.dark_theme .statistics-section .section-content .statistics-items li:nth-of-type(3) .icon img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.statistics-section .section-content .statistics-items li:hover a {
    margin-top: -15px;
}
.hero-img
.light_theme .statistics-section .section-content .statistics-items li:hover a>.fa {
    color: var(--dark-color);
}

.dark_theme .statistics-section .section-content .statistics-items li:hover a>.fa {
    color: var(--light-color);
}

.statistics-section .section-content .statistics-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px;
    border-radius: 0.63rem;
}

.light_theme .statistics-section .section-content .statistics-items a {
    background-color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .statistics-section .section-content .statistics-items a {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

.statistics-section .section-content .statistics-items a .icon {
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.statistics-section .section-content .statistics-items a .icon img {
    width: 40px;
}

.statistics-section .section-content .statistics-items a .text {
    width: calc(100% - 64px - 60px);
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.statistics-section .section-content .statistics-items a .text h3 {
    font-size: 2rem;
}

.light_theme .statistics-section .section-content .statistics-items a .text h3 {
    color: var(--primary-color);
}

.dark_theme .statistics-section .section-content .statistics-items a .text h3 {
    color: var(--primary-color);
}

.statistics-section .section-content .statistics-items a>.fa {
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html[dir=rtl] .statistics-section .section-content .statistics-items a>.fa {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.statistics-section .section-content .statistics-items a:focus {
    outline: none;
}

.light_theme.enable-focus-style .statistics-section .section-content .statistics-items a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .statistics-section .section-content .statistics-items a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 3. About Section Styles */

/*-------------------------*/

.about-section .section-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -50px;
}

.about-section .section-content>* {
    margin-bottom: 50px;
}

.about-section .section-content .about-img {
    position: relative;
}

@media (min-width: 992px) {
    .about-section .section-content .about-img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .about-section .section-content .about-img {
        height: 400px;
    }
}

.about-section .section-content .about-img .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about-section .section-content .about-img .layer:first-of-type {
    height: 100%;
    -webkit-mask-image: url("../../../assets/images/splashs.png");
    mask-image: url("../../../assets/images/splashs.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.about-section .section-content .about-img .layer:first-of-type:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 80%;
    width: 80%;
    -webkit-mask-image: url("../../../assets/images/splashs.png");
    mask-image: url("../../../assets/images/splashs.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

html[dir=ltr] .about-section .section-content .about-img .layer:first-of-type:before {
    left: 50%;
}

html[dir=rtl] .about-section .section-content .about-img .layer:first-of-type:before {
    right: 50%;
}

html[dir=ltr] .about-section .section-content .about-img .layer:first-of-type:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

html[dir=rtl] .about-section .section-content .about-img .layer:first-of-type:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.light_theme .about-section .section-content .about-img .layer:first-of-type:before {
    background: linear-gradient(150deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.dark_theme .about-section .section-content .about-img .layer:first-of-type:before {
    background: linear-gradient(150deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.about-section .section-content .about-img .layer:first-of-type img {
    height: 100%;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
}

.about-section .section-content .about-img .layer:last-of-type {
    height: 50%;
    overflow: hidden;
}

.about-section .section-content .about-img .layer:last-of-type img {
    height: 200%;
}

.about-section .section-content .about-img .layer img {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 100%;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-section .section-content .about-text p {
    margin: 0;
}

/* 4. Hobbies */

/*--------------------------*/

.hobbies .hobbies-content .hobbies-icons {
    margin: 20px 0 10px;
    cursor: default
}

.hobbies .hobbies-content .hobbies-icons .br {
    display: none
}

.hobbies .hobbies-content .hobbies-icons li {
    display: inline-block;
}

.light_theme .hobbies .hobbies-content li i {
    height: 60px;
    width: 85px;
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    font-size: 30px;
    margin: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dark_theme .hobbies .hobbies-content li i {
    height: 60px;
    width: 85px;
    background-color: var(--dark-color);
    font-size: 30px;
    margin: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hobbies .hobbies-content li,
.hobbies .hobbies-content li i:before {
    -webkit-transition: none;
    transition: none
}

.light_theme .hobbies .hobbies-content li span {
    display: block;
    width: 85px;
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    font-size: 12px;
    text-transform: capitalize;
    padding: 2px 0 8px;
    margin: -10px 5px 5px;
    border-radius: 5px;
    text-align: center;
}

.dark_theme .hobbies .hobbies-content li span {
    display: block;
    width: 85px;
    background-color: var(--dark-color);
    font-size: 12px;
    text-transform: capitalize;
    padding: 2px 0 8px;
    margin: -10px 5px 5px;
    border-radius: 5px;
    text-align: center;
}

.light_theme .hobbies .hobbies-content li:hover i,
.light_theme .hobbies .hobbies-content li:hover span {
    color: var(--dark-color);
    text-align: center;
}

.dark_theme .hobbies .hobbies-content li:hover i,
.dark_theme .hobbies .hobbies-content li:hover span {
    color: var(--light-color);
    text-align: center;
}

.dark_theme .hobbies .hobbies-box {
  width: 103%;
  max-width: 700px;
  padding: 10px 20px;
  margin: 0 auto 8px;box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border: 1px solid hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
  background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border-radius: 0.63rem;
}

.light_theme .hobbies .hobbies-box {
  width: 103%;
  max-width: 700px;
  padding: 10px 20px;
  margin: 0 auto 8px;box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border: 1px solid var(--light-color);
  background-color: var(--light-color);
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  border-radius: 0.63rem;
}


/* 5. Skills Section Styles */

/*--------------------------*/

.skills-section .section-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -50px;
}

.skills-section .section-content>* {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .skills-section .section-content .skills-text .toggle-switch-btn {
        margin: auto;
    }
}

.skills-section .section-content .skills-items ul {
    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-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

.skills-section .section-content .skills-items li {
    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;
    height: 80px;
    width: 80px;
    margin: 0 8px 16px;
    border-radius: 0.63rem;
    -webkit-animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
    animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
    cursor: help;
}

html[dir=ltr] .skills-section .section-content .skills-items li {
    -webkit-animation-name: fadeInUpLeftTranslate;
    animation-name: fadeInUpLeftTranslate;
}

html[dir=rtl] .skills-section .section-content .skills-items li {
    -webkit-animation-name: fadeInUpRightTranslate;
    animation-name: fadeInUpRightTranslate;
}

.light_theme .skills-section .section-content .skills-items li {
    background-color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .skills-section .section-content .skills-items li {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

.skills-section .section-content .skills-items li .skill-icon img {
    display: block;
    width: 48px;
    margin: auto;
}

.skills-section .section-content .skills-items li:focus {
    outline: none;
}

.light_theme.enable-focus-style .skills-section .section-content .skills-items li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .skills-section .section-content .skills-items li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 6. Experience Section Styles */

/*------------------------------*/

.experience-section .section-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -50px;
}

@media (max-width: 991px) {
    .experience-section .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.experience-section .section-content>* {
    margin-bottom: 50px;
}

.experience-section .section-content .experience-timeline .outer-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    counter-reset: items-count;
}

@media (min-width: 992px) {
    html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul {
        padding-left: 30px;
    }
    html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul {
        padding-right: 30px;
    }
    html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul {
        padding-right: calc(30px + 10px);
    }
    html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul {
        padding-left: calc(30px + 10px);
    }
}

@media (max-width: 991px) {
    .experience-section .section-content .experience-timeline .outer-ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.experience-section .section-content .experience-timeline .outer-ul .outer-li:nth-of-type(even) .inner-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.experience-section .section-content .experience-timeline .outer-ul .outer-li:last-of-type .inner-ul .has-two-children:after {
    content: "";
}

.experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-3.5px);
    transform: translateY(-3.5px);
    height: calc(100% + 7px);
    width: 30px;
    border: 7px solid;
}

.light_theme .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after {
    border-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 4%));
}

.dark_theme .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type) .inner-ul:after {
    border-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%));
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    right: -30px;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    left: -30px;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    border-left: none;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    border-right: none;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    border-radius: 0 5em 5em 0;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(odd) .inner-ul:after {
    border-radius: 5em 0 0 5em;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    left: -30px;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    right: -30px;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    border-right: none;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    border-left: none;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    border-radius: 5em 0 0 5em;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .outer-li:not(:last-of-type):nth-of-type(even) .inner-ul:after {
    border-radius: 0 5em 5em 0;
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 80px;
}

@media (min-width: 992px) {
    html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul {
        padding-left: 30px;
    }
    html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul {
        padding-right: 30px;
    }
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    content: "";
    position: absolute;
    top: 50%;
    height: calc(100% + 7px);
    width: 100%;
    border-top: 7px solid;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    left: 50%;
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    right: 50%;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    -webkit-transform: translate(-50%, -3.5px);
    transform: translate(-50%, -3.5px);
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    -webkit-transform: translate(50%, -3.5px);
    transform: translate(50%, -3.5px);
}

.light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    border-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 4%));
}

.dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul:before {
    border-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 4%));
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul:hover,
.experience-section .section-content .experience-timeline .outer-ul .inner-ul:focus-within {
    z-index: 2;
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
    position: relative;
    z-index: 1;
    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;
    height: 30px;
    cursor: help;
}

@media (min-width: 992px) {
    .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        width: 95px;
        counter-increment: items-count;
    }
    html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        border-radius: 0 0.63rem 0.63rem 0;
    }
    html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        border-radius: 0.63rem 0 0 0.63rem;
    }
    .light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        background-color: var(--light-color);
        color: var(--dark-color);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
    .dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
        color: var(--light-color);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
    .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before {
        content: counter(items-count);
        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;
        position: absolute;
        top: -5px;
        height: calc(30px + 10px);
        width: calc(30px + 10px);
        color: var(--light-color);
        font-size: 1rem;
        font-weight: bold;
        border-radius: 50%;
    }
    html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before {
        left: -30px;
    }
    html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before {
        right: -30px;
    }
    .light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before {
        background-color: var(--primary-color);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
    .dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:before {
        background-color: var(--primary-color);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
}

@media (max-width: 991px) {
    .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        color: var(--light-color);
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 0.63rem;
    }
    .light_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        background-color: var(--primary-color);
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    }
    .dark_theme .experience-section .section-content .experience-timeline .outer-ul .inner-ul li {
        background-color: var(--primary-color);
        -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
        box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    }
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul li h3 {
    color: inherit;
    font-size: 1rem;
    margin: 0;
}

html[dir=ltr] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:empty:after {
    content: "?";
}

html[dir=rtl] .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:empty:after {
    content: "?";
}

.experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus {
    outline: none;
}

.light_theme.enable-focus-style .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .experience-section .section-content .experience-timeline .outer-ul .inner-ul li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 7. Portfolio Section Styles */

/*-----------------------------*/

.portfolio-section .section-content .portfolio-items {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

@media (min-width: 992px) {
    .portfolio-section .section-content .portfolio-items {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .portfolio-section .section-content .portfolio-items {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .portfolio-section .section-content .portfolio-items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.portfolio-section .section-content .portfolio-items .works-filter {
    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;
}

@media (max-width: 576px) {
    .portfolio-section .section-content .portfolio-items .works-filter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type) {
    margin-right: 8px;
}

html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type) {
    margin-left: 8px;
}

html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after {
    content: "/";
}

html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after {
    content: "\\";
}

html[dir=ltr] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after {
    margin-left: 8px;
}

html[dir=rtl] .portfolio-section .section-content .portfolio-items .works-filter li:not(:last-of-type):after {
    margin-right: 8px;
}

.light_theme .portfolio-section .section-content .portfolio-items .works-filter li button.active,
.light_theme .portfolio-section .section-content .portfolio-items .works-filter li button:hover {
    color: var(--primary-color);
}

.dark_theme .portfolio-section .section-content .portfolio-items .works-filter li button.active,
.dark_theme .portfolio-section .section-content .portfolio-items .works-filter li button:hover {
    color: var(--primary-color);
}

.portfolio-section .section-content .portfolio-items .works-filter li button:focus {
    outline: none;
}

.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items .works-filter li button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items .works-filter li button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.portfolio-section .section-content .portfolio-items>li {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .portfolio-section .section-content .portfolio-items>li:first-of-type {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        overflow: hidden;
    }
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item {
    border-radius: 0.63rem;
    overflow: hidden;
    -webkit-animation: zoomIn 0.2s ease-in-out;
    animation: zoomIn 0.2s ease-in-out;
    will-change: transform;
}

.light_theme .portfolio-section .section-content .portfolio-items>li.portfolio-item {
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.dark_theme .portfolio-section .section-content .portfolio-items>li.portfolio-item {
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .title,
.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .date {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .title {
    -webkit-transition: 0.2s linear 0.1s;
    transition: 0.2s linear 0.1s;
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item a:hover .item-details .date {
    -webkit-transition: 0.2s linear 0.2s;
    transition: 0.2s linear 0.2s;
}

.portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within {
    outline: none;
}

.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li.portfolio-item:focus-within {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

@media (min-width: 992px) {
    .portfolio-section .section-content .portfolio-items>li [class*=text-box] {
        margin-top: 37.5px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .portfolio-section .section-content .portfolio-items>li [class*=text-box] {
        position: relative;
        -webkit-column-span: all;
        -moz-column-span: all;
        column-span: all;
        padding-bottom: 37.5px;
    }
}

.portfolio-section .section-content .portfolio-items>li .more {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: underline;
    border-radius: 0.63rem;
}

.light_theme .portfolio-section .section-content .portfolio-items>li .more {
    color: var(--primary-color);
}

.dark_theme .portfolio-section .section-content .portfolio-items>li .more {
    color: var(--primary-color);
}

.portfolio-section .section-content .portfolio-items>li .more:focus {
    outline: none;
}

.light_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li .more:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .portfolio-section .section-content .portfolio-items>li .more:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.portfolio-section .section-content .portfolio-items>li .item-img img {
    display: block;
    width: 360px;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio-section .section-content .portfolio-items>li .item-details {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}

.portfolio-section .section-content .portfolio-items>li .item-details .title,
.portfolio-section .section-content .portfolio-items>li .item-details .date,
.portfolio-section .section-content .portfolio-items>li .item-details .description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 12px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.light_theme .portfolio-section .section-content .portfolio-items>li .item-details .title,
.light_theme .portfolio-section .section-content .portfolio-items>li .item-details .date
{
    background-color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
    color: var(--dark-color);
    -webkit-box-shadow: 11px 10px 38px rgba(32, 32, 32, 0.12);
    box-shadow: 11px 10px 38px rgba(32, 32, 32, 0.12);
    border-radius: 5px;
}

.dark_theme .portfolio-section .section-content .portfolio-items>li .item-details .title,
.dark_theme .portfolio-section .section-content .portfolio-items>li .item-details .date
{
    background-color: var(--dark-color);
    color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    border-radius: 5px;
}

.portfolio-section .section-content .portfolio-items>li .item-details .title {
    max-width: 100%;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.2s linear 0.1s;
    transition: 0.2s linear 0.1s;
}

.portfolio-section .section-content .portfolio-items>li .item-details .date {
    font-size: 0.8rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media (max-width: 991px) {
    .portfolio-section:not(.archive-page) .portfolio-items>li:first-of-type {
        margin-bottom: 0;
    }
}
     
/* 8. Testimonials Section Styles */

/*--------------------------------*/

.testimonials-section .section-content .testimonials-items {
    display: grid;
    grid-auto-rows: 220px;
}

@media (min-width: 992px) {
    .testimonials-section .section-content .testimonials-items {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 991px) {
    .testimonials-section .section-content .testimonials-items {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .testimonials-section .section-content .testimonials-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .testimonials-section .section-content .testimonials-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.testimonials-section .section-content .testimonials-items li {
    position: relative;
    border-radius: 50%;
    animation: floating 20s linear infinite alternate-reverse both;
}

.testimonials-section .section-content .testimonials-items li .testimonials-item {
    cursor: help;
}

.testimonials-section .section-content .testimonials-items li .testimonials-item img {
    display: block;
    width: 130px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.light_theme .testimonials-section .section-content .testimonials-items li .testimonials-item img {
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.dark_theme .testimonials-section .section-content .testimonials-items li .testimonials-item img {
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
    .testimonials-section .section-content .testimonials-items li:nth-of-type(1n+7) {
        display: none;
    }
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(odd) {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(even) {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+2) {
    justify-self: flex-end;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+2) img {
    width: 200px;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+1) {
    justify-self: center;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+1) img {
    width: 90px;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+3) {
    justify-self: flex-end;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+3) img {
    width: 70px;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+4) {
    justify-self: flex-start;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+4) img {
    width: 120px;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+5) {
    justify-self: center;
}

.testimonials-section .section-content .testimonials-items li:nth-of-type(5n+5) img {
    width: 150px;
}

.testimonials-section .section-content .testimonials-items li:focus {
    outline: none;
}

.light_theme.enable-focus-style .testimonials-section .section-content .testimonials-items li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .testimonials-section .section-content .testimonials-items li:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 9. Contact Section Styles */

/*---------------------------*/

.contact-section .section-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -50px;
}

.contact-section .section-content>* {
    margin-bottom: 50px;
}

.contact-section .section-content .contact-text .contact-info {
    margin-top: 50px;
}

.contact-section .section-content .contact-text .contact-info>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-section .section-content .contact-text .contact-info>li:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact-section .section-content .contact-text .contact-info>li img {
    width: 24px;
}

html[dir=ltr] .contact-section .section-content .contact-text .contact-info>li img {
    margin-right: 18px;
}

html[dir=rtl] .contact-section .section-content .contact-text .contact-info>li img {
    margin-left: 18px;
}

.light_theme .contact-section .section-content .contact-text .contact-info>li img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.dark_theme .contact-section .section-content .contact-text .contact-info>li img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.contact-section .section-content .contact-text .contact-info>li div strong {
    display: block;
    margin-bottom: 5px;
}

.contact-section .section-content .contact-text .contact-info>li div a:hover {
    text-decoration: underline;
}

.contact-section .section-content .contact-text .contact-info>li div a:focus {
    outline: none;
}

.light_theme.enable-focus-style .contact-section .section-content .contact-text .contact-info>li div a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .contact-section .section-content .contact-text .contact-info>li div a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.contact-section .section-content .contact-text .social {
    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;
    margin: 30px -5px -10px;
}

html[dir=ltr] .contact-section .section-content .contact-text .social {
    padding-left: 42px;
}

html[dir=rtl] .contact-section .section-content .contact-text .social {
    padding-right: 42px;
}

.contact-section .section-content .contact-text .social li a {
    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;
    height: 35px;
    width: 35px;
    margin: 0 5px 10px;
    border-radius: 50%;
}

.light_theme .contact-section .section-content .contact-text .social li a {
    background-color: var(--dark-color);
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.dark_theme .contact-section .section-content .contact-text .social li a {
    background-color: var(--light-color);
    color: var(--dark-color);
}

.contact-section .section-content .contact-text .social li a:hover {
    color: var(--light-color);
}

.light_theme .contact-section .section-content .contact-text .social li a:hover {
    background-color: var(--primary-color);
}

.dark_theme .contact-section .section-content .contact-text .social li a:hover {
    background-color: var(--primary-color);
}

.contact-section .section-content .contact-text .social li a:focus {
    outline: none;
}

.light_theme.enable-focus-style .contact-section .section-content .contact-text .social li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .contact-section .section-content .contact-text .social li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.contact-section .section-content .contact-form {
    padding: 25px;
    margin: auto;
    border-radius: 0.63rem;
}

.light_theme .contact-section .section-content .contact-form {
    background-color: var(--light-color);
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.12);
}

.dark_theme .contact-section .section-content .contact-form {
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    -webkit-box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.38);
}

@media (min-width: 768px) {
    .contact-section .section-content .contact-form {
        max-width: 450px;
    }
}

html[dir=rtl] .contact-section .section-content .contact-form .phone-number .fa {
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
}

.contact-section .section-content .contact-form .submit-btn {
    width: 100%;
}

/* 10. Single Portfolio Page Styles */

/*---------------------------------*/

.portfolio-page .portfolio-items .work-tools {
    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;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: -5px;
}

@media (max-width: 576px) {
    .portfolio-page .portfolio-items .work-tools {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.portfolio-page .portfolio-items .work-tools li {
    margin-bottom: 5px;
}

html[dir=ltr] .portfolio-page .portfolio-items .work-tools li:not(:last-of-type) {
    margin-right: 5px;
}

html[dir=rtl] .portfolio-page .portfolio-items .work-tools li:not(:last-of-type) {
    margin-left: 5px;
}

.portfolio-page .portfolio-items .work-tools li a {
    display: block;
    color: var(--light-color);
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 0.63rem;
}

.light_theme .portfolio-page .portfolio-items .work-tools li a {
    background-color: var(--primary-color);
}

.dark_theme .portfolio-page .portfolio-items .work-tools li a {
    background-color: var(--primary-color);
}

.light_theme .portfolio-page .portfolio-items .work-tools li a:hover {
    background-color: var(--dark-color);
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.dark_theme .portfolio-page .portfolio-items .work-tools li a:hover {
    background-color: var(--light-color);
    color: var(--dark-color);
}

.portfolio-page .portfolio-items .work-tools li a:focus {
    outline: none;
}

.light_theme.enable-focus-style .portfolio-page .portfolio-items .work-tools li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

.dark_theme.enable-focus-style .portfolio-page .portfolio-items .work-tools li a:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
    box-shadow: 0 0 0 3px rgba(var(--secondary-color), 0.7);
}

/* 11. Not Found Page Styles */

/*--------------------------*/
.not-found-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.light_theme .not-found-page .not-found-title {
  font-size: 300px;
  color: var(--dark-color);
  font-family: 'Inconsolata', monospace;
}
.dark_theme .not-found-page .not-found-title {
  font-size: 300px;
  color: var(--light-color);
  font-family: 'Inconsolata', monospace;
}
.not-found-page .not-found-content {
  text-align: center;
  margin: auto;
}
.not-found-page .not-found-content .not-found-img {
  margin-bottom: 10px;
}
.not-found-page .not-found-content .not-found-img img {
  width: 100%;
  max-width: 700px;
}
.not-found-page .not-found-content .not-found-text {
  margin-bottom: 30px;
}

/* 12.    Skills Section styles     */

/*---------------------------------*/

.light_theme .skills .skills-content {
    width: 80%;
    max-width: 700px;
    padding: 10px 20px;
    margin: 0 auto 8px;
    background-color: var(--light-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 0.63rem;
}

.dark_theme .skills .skills-content {
    width: 80%;
    max-width: 700px;
    padding: 10px 20px;
    margin: 0 auto 8px;
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 0.63rem;
}

.skills-content .progress-content {
    margin-bottom: 14px
}

.skills-content .progress-content>div {
    display: inline-block;
    width: 45%
}

.skills-content .progress-content>div h4 {
    color: #ddd;
    text-transform: capitalize;
    margin-top: 10px
}

.skills-content .progress-content>div h4 i {
    display: block;
    color: #00ff6e;
    font-size: 20px;
    margin-bottom: 5px
}

.skills-content .progress-bar {
    font-size: 14px;
    margin-bottom: 20px
}

.skills-content .progress-bar .bar-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.skills-content .personal-skills {
    margin-right: 10px
}

.skills-content .professional-skills {
    margin-left: 10px
}

.skills-content .progress-bar .bar-line {
    position: relative
}

.skills-content .progress-bar .bar-line span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 6px;
    border-radius: 2px
}

.skills-content .progress-bar .bar-line .bar-emptyFill {
    width: 100%;
    background-color: #afd1bf
}

.skills-content .progress-bar .bar-line .bar-fill {
    width: 0
}
.skills-content .progress-bar .bar-line .bar-fill{
  background-color: #4dd58d;
}

/* 13. Portfolio / Section Style */

/*---------------------------------*/

.portfolio-content .work-type {
    margin-top: 40px;
    margin-bottom: 10px;
    cursor: default
}

.portfolio-content .work-type li {
    display: inline-block;
    min-width: 80px;
    color: #fff;
    padding: 6px 10px 8px;
    margin: 10px 5px;
    border: 1px solid #5d676c;
    border-radius: 20px;
    cursor: pointer
}

.portfolio-content .work-type li.active,
.portfolio-content .work-type li:hover {
    border: 1px solid #2896ca
}

.work-filtering {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.work-filtering .mix {
    position: relative;
    margin: 2px
}

.work-filtering .mix img {
    display: block;
    width: 250px;
    height: 200px
}

.work-filtering .mix .lightbox-heading,
.work-filtering .mix .lightbox-paragraph,
.work-filtering .mix .lightbox-preview {
    display: none
}

.work-filtering .mix .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-transform: capitalize;
    display: none
}

.work-filtering .mix .overlay .work-details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.work-filtering .mix .overlay .work-details div {
    width: 100%
}

.work-filtering .mix .overlay .work-details h4 {
    margin: 10px 0
}

.work-filtering .mix .overlay .work-details h6 {
    color: #ccc;
    margin: 0 0 20px
}

.work-filtering .mix .overlay .work-details i {
    height: 35px;
    width: 35px;
    color: #fff;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work-filtering .mix .overlay .work-details i:hover {
    background-color: #494d5a
}

.work-filtering .mix .overlay span {
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.work-filtering .mix .overlay span:nth-of-type(even) {
    width: 1px;
    height: 0
}

.work-filtering .mix .overlay span:first-of-type {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.work-filtering .mix .overlay span:nth-of-type(2) {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-filtering .mix .overlay span:nth-of-type(3) {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.work-filtering .mix .overlay span:last-of-type {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.work-filtering .mix .overlay:hover span:nth-of-type(odd) {
    width: 100%
}

.work-filtering .mix .overlay:hover span:nth-of-type(even) {
    height: 100%
}

/* 14. Custom Scroll Bar Styles */

/*---------------------------------*/

::-webkit-scrollbar {
  display: none;
}

/* 15. Services Box */

/*---------------------------------*/

.light_theme .services .icon-box {
    text-align: center;
    align-items: center;
    padding:  50px 20px;
    transition: all ease-in-out 0.3s;
    background-color: var(--light-color);
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
    border-radius: 0.63rem;
}


.dark_theme .services .icon-box {
    text-align: center;
    align-items: center;
    padding: 50px 20px;
    transition: all ease-in-out 0.3s;
    background-color: hsl(var(--dark-h), var(--dark-s), calc(var(--dark-l) + 7%));
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
    border-radius: 0.63rem;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
   
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.dark_theme .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: var(--dark-color);
}

.light_theme .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}


.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #f2f3f5;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.dark_theme .services .iconbox-green i {
    color: var(--primary-color);;
}

.dark_theme .services .iconbox-green:hover .icon i {
    color: var(--dark-color);
}

.dark_theme .services .iconbox-green:hover .icon path {
    fill: var(--primary-color);
}

.light_theme .services .iconbox-green i {
    color: var(--primary-color);
}

.light_theme .services .iconbox-green:hover .icon i {
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.light_theme .services .iconbox-green:hover .icon path {
    fill: var(--primary-color);
}

.dark_theme .services .iconbox-blue i {
    color: var(--secondary-color);
}

.dark_theme .services .iconbox-blue:hover .icon i {
    color: var(--dark-color);
}

.dark_theme .services .iconbox-blue:hover .icon path {
    fill: var(--secondary-color);
}

.light_theme .services .iconbox-blue i {
    color: var(--secondary-color);
}

.light_theme .services .iconbox-blue:hover .icon i {
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.light_theme .services .iconbox-blue:hover .icon path {
    fill: var(--secondary-color);
}

.dark_theme .services .iconbox-red i {
    color: var(--tertiary-color);
}

.dark_theme .services .iconbox-red:hover .icon i {
    color: var(--dark-color);
}

.dark_theme .services .iconbox-red:hover .icon path {
    fill: var(--tertiary-color);
}

.light_theme .services .iconbox-red i {
    color: var(--tertiary-color);
}

.light_theme .services .iconbox-red:hover .icon i {
    color: hsl(var(--light-h), var(--light-s), calc(var(--light-l) - 10%));
}

.light_theme .services .iconbox-red:hover .icon path {
    fill: var(--tertiary-color);
}

/* 16. Gallery Section Styles*/

/*---------------------------------*/

/* 16. Under develop page Styles*/

/*---------------------------------*/
.underdev {
    margin: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.underdev-text {
  text-align: center;
}
