/*-----------------------------------------------------------
 * Template Name    : Arshia | Bootstrap 5 Responsive Personal V-Card Resume HTML Template
 * Author           : Retrina Group
 * Version          : 1.0.0
 * Created          : November 2021
 * File Description : Main css file of the template
 *------------------------------------------------------------
 */

/*--------------------------------
  1.GENERAL
  2.PRELOADER
  3.OVERLAY MENU
  4.RIGHT SIDE
  5.LEFT SIDE
  6.NEXT & PREV PAGE
  7.HERO SECTION
  8.ABOUT SECTION
  9.SKILLS
  10.LANGUAGE SKILL
  11.SERVICES
  12.RESUME
  13.TESTIMONIALS
  14.PORTFOLIO
  15.BLOG
  16.CONTACT
  17.PORTFOLIO SINGLE
  18.BLOG SINGLE
  19.BACKGROUND ANIMATION
  20.MOUSE MAGIC CURSOR
  21.RESPONSIVE MEDIA
--------------------------------*/

/*------------------------- GENERAL -------------------------*/
@font-face {
  font-family: "Vazir-FD-WOL";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Vazir-FD-WOL.eot"),
    url("../fonts/Vazir-FD-WOL.woff2") format("woff2"),
    url("../fonts/Vazir-Bold-FD-WOL.woff") format("woff"),
    url("../fonts/Vazir-FD-WOL.ttf") format("truetype");
}
@font-face {
  font-family: "Rubik"; /* Give a name to your font */
  src: url("../fonts/Rubik-Regular.ttf") format("truetype"); /* Path to your font file */
}
body {
  direction: rtl;
  text-align: right;
  line-height: 1.618;
  font-family: "Rubik", sans-serif;
}
p {
  line-height: 1.618;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
  font-family: "Rubik", sans-serif;
}
.subtitle::before {
  left: initial;
  right: 0;
}
.subtitle::after {
  left: initial;
  right: 0;
}
.heading-meta-container .description::before {
  left: calc(50% - 13px);
}
.heading-meta-container .description::after {
  left: calc(50% - 50px);
}
.vertical-line::after {
  left: 50%;
}
#main {
  left: initial;
  right: 12%;
}
.mCSB_inside > .mCSB_container {
  margin-right: 2rem;
}
section .container {
  margin-top: 1rem;
}
/*------------------------- Preloader -------------------------*/
#line-loader:after {
  left: auto;
  right: 0;
}
.middle-line:before {
  left: 0;
}
.middle-line:after {
  left: 0;
}

/*------------------------- OVERLAY MENU -------------------------*/
.menu-toggler {
  display: none;
}
.menu {
  position: relative;
  width: 100%;
  height: 150px;
}
.menu .list-group-item {
  border: none;
  padding: 0.5rem;
}
.menu li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.menu li a i {
  display: block;
  font-size: 1.25rem;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.menu li a:hover i,
.menu li a.active i {
  transform: translateY(-20%);
}
.menu span {
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: block;
  transform: translateY(-100%);
}
.menu a:hover span,
.menu a.active span {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20%);
}
header,
.right-side {
  width: 80px;
  border-radius: 1.25rem;
  position: fixed;
  z-index: 1030;
  top: 10%;
  height: 80%;
}
header .navbar-brand {
  display: block;
  margin-right: 0;
  text-align: center;
}
header .navbar-brand span {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  margin-top: -1rem;
}
header .navbar-brand b {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}
/*------------------------- RIGHT SIDE -------------------------*/
.right-side {
  right: initial;
  left: 5%;
}
.social-box {
  left: initial;
  right: 50%;
  transform: translate(50%, -50%);
}
/*------------------------- LEFT SIDE -------------------------*/
#main {
  left: initial;
  right: calc(5% + 95px);
}
.left-side {
  left: initial;
  right: 5%;
}
/*------------------------- Hero -------------------------*/
.extend-icon {
  right: initial;
  left: 2rem;
}
/*------------------------- About -------------------------*/
.border-img {
  right: initial;
  left: 1rem;
}
.count-up::before,
.count-up::after {
  left: initial;
  right: 0;
}
.about-clauses {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
}
.about-private {
  margin-top: 0.5rem;
  text-align: justify;
}
.about-text {
  text-align: justify;
}
/*------------------------- Skills -------------------------*/
.skill-bar-percent {
  margin-left: initial;
  margin-right: auto;
}
.knowledge-item {
  padding-left: initial;
  padding-right: 0;
}
.knowledge-item li::before {
  margin-right: initial;
  margin-left: 8px;
}
/*------------------------- Language Skill -------------------------*/
.language-skill ul li {
  margin-right: initial !important;
  margin-left: auto !important;
}
.language-skill ul li i {
  transform: rotate(180deg);
  display: inline-block;
}
/*------------------------- Services -------------------------*/
.boxes [class^="col-"]::after {
  left: initial;
  right: 0;
}
/*------------------------- RESUME -------------------------*/
.resume h3 i {
  padding-right: initial;
  padding-left: 0.75rem;
}
/*------------------------- Testimonial -------------------------*/
.testimonial-info {
  margin-left: initial;
  margin-right: 12px;
  text-align: right;
}
/*------------------------- Portfolio -------------------------*/
.portfolio-filter .list-inline-item:not(:last-child) {
  margin-right: initial;
  margin-left: 1rem;
}
/*--------------------------- Contact ---------------------------*/
.form-control {
  padding-left: initial;
  padding-right: 0;
  text-align: right;
}
.item-icon {
  float: right;
}
.info-text {
  margin-left: initial;
  margin-right: 3.75rem;
}
/*------------------------- Portfolio Single -------------------------*/
.ajax-page-nav {
  text-align: left;
  margin-bottom: 1rem;
}
.ajax-page-nav div.nav-item {
  margin-right: initial;
  margin-left: 8px;
}
.ajax-page-nav div.nav-item a i {
  line-height: 35px;
  font-size: 24px;
  transform: rotate(180deg);
  display: inline-block;
}
.portfolio-page-carousel .owl-nav .owl-prev {
  margin-left: initial;
  margin-right: -32px;
  left: initial;
  right: 0;
}
.portfolio-page-carousel .owl-nav .owl-next {
  margin-right: initial;
  margin-left: -32px;
  right: initial;
  left: 0;
}
.portfolio-page-carousel:hover .owl-nav .owl-prev {
  margin-left: initial;
  margin-right: 0;
}
.portfolio-page-carousel:hover .owl-nav .owl-next {
  margin-right: initial;
  margin-left: 0;
}
.portfolio-page-carousel .owl-dots {
  right: initial;
  left: 0;
}
.aside-item-portfolio ul li a {
  margin-right: initial;
  margin-left: 4px;
}
/* .owl-stage-outer {
  direction: ltr;
} */
.mCustomScrollBox {
  direction: rtl !important;
}
/*------------------------- Blog Single -------------------------*/
.blog-single .entry-meta ul li:not(:last-child) {
  margin-right: initial;
  margin-left: 16px;
}
.blog-single .entry-meta ul li i {
  margin-right: initial;
  margin-left: 6px;
}
.blog-single .comments ul {
  margin-left: initial;
  margin-right: 40px;
}
.blog-single .comment-content {
  padding-left: initial;
  padding-right: 32px;
}
.blog-single .image-comment {
  left: initial;
  right: -36px;
}
.blog-single .comment-reply-link {
  right: initial;
  left: 32px;
}
.blog-single .about-description-box {
  padding-left: initial;
  padding-right: 32px;
}
.blog-single .search-boxes button.btn {
  right: initial;
  left: 6px;
}
.blog-single .aside-title h6 {
  margin-right: initial;
  margin-left: 15px;
}
.blog-single .aside-item ul li {
  padding: 0 0 12px 16px;
}
.blog-single .aside-item ul li span {
  margin-left: initial;
  margin-right: auto;
}
.blog-single .post-image {
  margin-right: initial;
  margin-left: 16px;
}
.blog-single .tag-box {
  margin-left: initial;
  margin-right: 24px;
}
.blog-single .tagcloud a {
  margin-right: initial;
  margin-left: 4px;
}
.contact-01 .item-icon {
  float: right;
}
.contact-01 .info-text {
  margin-left: initial;
  margin-right: 3.75rem;
}
.blog-single .about-description-box p::before {
  left: initial;
  right: -30px;
  font-size: 18px;
}
.mobile-blog-nav.blog-next-prev-page {
  right: initial;
  left: 20px;
}
/*------------------------- Background Animation -------------------------*/

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0.3;
    border-radius: 50%;
  }
}

/*------------------------- Mouse Magic Cursor -------------------------*/
.m-magic-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.mmc-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 1031;
  background-color: #ff451b;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mmc-inner.mmc-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ff451b;
  opacity: 0.3;
}
.mmc-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ff451b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1031;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.mmc-outer.mmc-hover {
  opacity: 0;
}

/*------------------------- ColorPallet -------------------------*/
.color-switcher .color-pallet {
  background-color: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  top: 25px;
  z-index: 1100;
  position: fixed;
  transition: all 0.3s ease;
  right: 75px;
  width: 189px;
  border-radius: 0.75rem;
  opacity: 0;
  visibility: hidden;
}

.color-switcher .color-pallet.show {
  opacity: 1;
  visibility: visible;
}

.color-switcher .pallet-button {
  background-color: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  top: 25px;
  z-index: 1000;
  position: fixed;
  transition: all 0.3s ease;
  display: block;
  height: 40px;
  right: 25px;
  width: 40px;
  border-radius: 0.75rem;
}

.color-switcher .pallet-button a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
}

.color-switcher .pallet-button i {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 40px;
}

.color-switcher ul.pattern {
  list-style: none outside none;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
}

.color-switcher ul.pattern li {
  float: left;
}

.color-switcher ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 28px 18px 0 21px;
  transform: rotate(-135deg);
  margin: 15px 0 15px 25px;
}

.color-switcher ul.pattern .color1 {
  background: #1ab394;
}

.color-switcher ul.pattern .color2 {
  background: #ebbf0c;
}

.color-switcher ul.pattern .color3 {
  background: #dba423;
}

.color-switcher ul.pattern .color4 {
  background: #0cc0de;
}

.color-switcher ul.pattern .color5 {
  background: #028ac9;
}

.color-switcher ul.pattern .color6 {
  background: #d78fd6;
}

.color-switcher ul.pattern .color7 {
  background: #ff645e;
}

.color-switcher ul.pattern .color8 {
  background: #ff4274;
}

.color-switcher ul.pattern .color9 {
  background: #f13a3a;
}

/*------------------------- COLOR SCHEME -------------------------*/
.color-scheme {
  background-color: #f1f3f6;
  padding: 8px 0 16px;
}
.color-scheme li {
  width: 40%;
  margin: 0 !important;
}

.color-scheme li a {
  display: block;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 0.75rem;
  color: #222;
  transition: all 0.5s ease;
  font-size: 14px;
}

.color-scheme li a.light-scheme:hover,
.color-scheme li a.light-scheme.active {
  background-color: #0fcae8;
  color: #fff;
}

.color-scheme li a.dark-scheme:hover,
.color-scheme li a.dark-scheme.active {
  background-color: #2c2d30;
  color: #fff;
}

.theme-skin-title {
  background-color: #f1f3f6;
  color: #818181;
  margin: 0;
  padding: 15px 0 0;
  border-radius: 0.75rem 0.75rem 0 0;
}

.theme-skin {
  background-color: #f1f3f6;
  margin: 0;
  padding: 8px 0 16px;
}

.theme-skin li {
  width: 40%;
  margin: 0 !important;
}

.theme-skin li:last-child {
  background-color: #f1f3f6;
  border-radius: 0.75rem;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
  padding: 1px;
}

.theme-skin li:last-child a:hover,
.theme-skin li:last-child a.active {
  border: none;
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
}

.theme-skin li a {
  display: block;
  padding: 8px 0;
  border-radius: 0.75rem;
  color: #222;
  transition: all 0.5s ease;
  font-size: 14px;
}

.theme-skin li a.flat-skin {
  background-color: #fff;
  margin-right: 3px;
}

.scroll-button {
  display: none;
  background-color: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  bottom: 15px;
  z-index: 1000;
  position: fixed;
  transition: all 0.3s ease;
  height: 100px;
  right: 15px;
  width: 40px;
  border-radius: 0.75rem;
}

.scroll-button a {
  width: 40px;
  height: 50px;
  line-height: 55px;
  display: inline-block;
  transition: all 0.3s ease;
  display: block;
}

.scroll-button a i {
  font-size: 24px;
}

/*------------------------- Media -------------------------*/
@media (min-width: 1440px) {
  #main > section:not(:first-child):not(:last-child) {
    width: calc(1296px - 190px);
  }
  .left-side {
    padding-top: 40px;
  }
}
@media (max-width: 1230px) {
  .extend-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .color-switcher .pallet-button {
    /* right: 20px;
    top: 65px; */
    right: 70px;
    top: 20px;
  }
  .mCSB_scrollTools {
    top: 3%;
    bottom: 11%;
    right: 10px;
  }
  #main {
    border-radius: 16px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 92% !important;
    height: 94%;
    top: 3%;
    z-index: 2;
  }
  #main > section {
    padding: 2rem 0 !important;
    border-radius: 16px !important;
  }
  .next-prev-page button {
    width: 40px;
    height: 40px;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    border: none !important;
  }
  #main > section:not(:first-child):not(:last-child) {
    width: 100%;
  }
  .menu-align {
    left: 50%;
    transform: translateX(-50%);
  }
  .left-side-image {
    width: inherit;
    height: 63%;
  }
  /* .menu a.active {
      color: #c16926;
   } */
  .menu li a i {
    transform: translateY(-15%);
  }
  .menu a span {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25%);
  }
  .menu a.active span {
    font-weight: 700 !important;
    letter-spacing: 1px;
    transform: translateY(-20%) scale(1.15) !important;
  }
  .menu a.active i {
    transform: translateY(-20%) scale(1.25) !important;
  }
  .services-boxes .row [class^="col-"]::after {
    display: none;
  }
  .services-boxes .row [class^="col-"]::before {
    display: initial !important;
  }
  .blog-single .entry-content {
    padding: 12px 0 !important;
  }
  .left-side {
    left: 200%;
    width: auto !important;
    z-index: 102;
    right: 15px;
    height: auto;
    bottom: 15px;
    top: 15px;
    overflow-y: hidden;
    border-radius: 16px;
  }
  .hero .hero-center {
    top: 3%;
    transform: translateY(0);
  }
  .about-img {
    margin-bottom: 2rem;
  }
  #main > section {
    padding-right: 0.75rem;
    border-radius: 16px;
  }
  .vertical-line::after {
    display: none;
  }
  .next-prev-page {
    position: absolute;
    /* right: 20px; */
    right: 84%;
    bottom: 20px;
    z-index: 100;
  }
  .nav-btn {
    position: fixed;
    top: 10px;
    right: 5px;
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
  }
  .nav-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 2rem;
    transform: translate(-50%, -50%);
  }
  .menu-toggle {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    right: 20px;
    font-size: 19px;
    top: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 900;
    border-radius: 12px;
  }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    border-radius: 5px;
    opacity: 1;
    right: 24%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu-toggle span:nth-child(1) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .menu-toggle span:nth-child(2) {
    top: 19px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .menu-toggle span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .menu-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
  }
  .menu-toggle.menu-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 13px;
  }
  .menu-toggle.menu-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .menu-toggle.menu-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 13px;
  }
  .left-side.hide h1 {
    font-size: 1.75rem;
    padding: 15px 0 0 0;
    margin-bottom: 0.15rem;
    letter-spacing: 2px;
  }
  #date {
    margin-top: 0;
  }
  #date :first-child {
    font-size: 1.5rem;
    position: relative;
    top: 1px;
    display: inline-block;
  }
  .mobile-menu {
    margin: 25px 0;
  }
  .mobile-menu .list-group-item {
    border: none;
    margin-bottom: 0.25rem;
  }
  .mobile-menu .list-group-item a {
    border: none;
  }
  .mobile-menu .list-group-item a.active {
    font-weight: bold;
  }
  #main {
    border-radius: 16px !important;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: inherit !important;
    height: inherit !important;
    transform: inherit !important;
    position: inherit;
  }
  .color-pallet.show {
    margin-right: 3rem;
  }
  .v-card .left-side-image img {
    max-width: 60%;
    border-radius: 50%;
    display: flex;
    margin: auto;
  }
  .v-card .menu-content-align {
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
  }
  .v-card #menu {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around; */
    left: 40%;
    margin-top: 1rem;
  }
  .v-card #menu .icon-row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .v-card #menu .icon-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .v-card .menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 90%;
  }
  .v-card .container {
    margin-top: 0px !important;
    margin-bottom: 1rem;
  }
  .right-zero {
    right: 20px !important;
  }
  @media (max-height: 620px) {
    .hero-image img {
      width: 200px;
    }
    .hero-content h2 {
      font-size: 24px;
    }
    .hero-footer .download-cv {
      margin-bottom: 1rem !important;
    }
    .hero-footer .social {
      margin-bottom: 0.5rem !important;
    }
  }
  @media (max-height: 600px) {
    .left-side {
      overflow-y: auto;
    }
    .left-side .menu-align {
      position: relative !important;
      height: auto !important;
      margin-top: 20px !important;
    }
    .menu-footer {
      position: relative !important;
      transform: inherit !important;
    }
  }
  @media (max-height: 560px) {
    #main > section#hero {
      padding-bottom: 0 !important;
    }
    .hero-footer {
      position: unset !important;
      transform: inherit !important;
      margin-top: 0.5rem;
    }
  }
}
@media (max-width: 767px) {
  .mCSB_scrollTools {
    right: 5px;
  }
  .boxes [class^="col-"]::after {
    display: initial !important;
  }
  .boxes [class^="col-"]:last-child::after {
    display: none !important;
  }
}
@media (max-width: 575px) {
  /* .menu-toggle {
      border-radius: 16px;
   } */
  .blog-single .comments ul {
    margin-left: 30px;
  }
  .blog-single .children {
    margin-left: 0 !important;
  }
  .testimonial .testimonial-comment {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    hyphens: auto;
    padding: 0;
  }
}
/*------------------------- Dark -------------------------*/
body.dark-arshia,
.dark-arshia .ajax-page-content {
  background-color: #232324;
  color: #fff;
}
.dark-arshia .left-side,
.dark-arshia #main > section,
.dark-arshia .right-side {
  background-color: #343539;
  color: #fff;
}
.dark-arshia .personal-info li small,
.dark-arshia .services-description,
.dark-arshia .portfolio .portfolio-filter li a,
.dark-arshia .blog-header ~ p,
.dark-arshia .follow-label,
.dark-arshia .social a,
.dark-arshia .count-icon ~ p,
.dark-arshia .language-skill h6 span,
.dark-arshia .timeline-content p,
.dark-arshia .aside-item-portfolio ul li,
.dark-arshia .blog-single .entry-meta ul li a,
.dark-arshia .blog-single .comment-author p a,
.dark-arshia .menu li a span,
.dark-arshia .testimonial .testimonial-jub {
  color: #cbccce;
}
.dark-arshia .text-muted {
  color: #cbccce !important;
}
.dark-arshia .portfolio .portfolio-content h6,
.dark-arshia .blog-header,
.dark-arshia .primary-button,
.dark-arshia .primary-button:hover {
  color: #fff;
}
.dark-arshia .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #818181;
}
.dark-arshia .menu a:hover span,
.dark-arshia .menu a.active span {
  color: #fff !important;
}
.dark-arshia input,
.dark-arshia textarea {
  background-color: transparent;
  border-bottom: 1px solid #cbccce;
  color: #fff;
}
.dark-arshia .skills .skillbar {
  background-color: #535455 !important;
}
.dark-arshia .skills .skillbar-bar {
  border: 2px solid #535455 !important;
}
@media (max-width: 991px) {
  .dark-arshia .menu-toggle,
  .dark-arshia .next-prev-page button,
  .dark-arshia .mobile-blog-nav.blog-next-prev-page a {
    background-color: #535455 !important;
  }
}
.dark-arshia .circles li {
  background: rgba(255, 255, 255, 0.01);
}
.dark-arshia .aside-item-portfolio ul li:not(:last-child) {
  border-bottom: 1px solid #535353;
}
.dark-arshia #line-loader:before,
.dark-arshia #line-loader:after {
  background-color: #343539;
}
.dark-arshia .middle-line:before {
  background-color: #fff;
}
.dark-arshia .middle-line:after {
  background-color: #818181;
}
.dark-arshia .contact-01 .form-control {
  background-color: transparent;
  border-bottom: 1px solid #cbccce;
  border-radius: 0;
}

@media (prefers-color-scheme: dark) {
  .theme-skin-title,
  .color-scheme {
    display: none;
  }
  body,
  .ajax-page-content {
    background-color: #232324 !important;
    color: #fff !important;
  }
  .left-side,
  #main > section,
  .right-side {
    background-color: #343539 !important;
    color: #fff !important;
  }
  .personal-info li small,
  .services-description,
  .portfolio .portfolio-filter li a,
  .blog-header ~ p,
  .follow-label,
  .social a,
  .count-icon ~ p,
  .language-skill h6 span,
  .timeline-content p,
  .aside-item-portfolio ul li,
  .blog-single .entry-meta ul li a,
  .blog-single .comment-author p a,
  .menu li a span,
  .testimonial .testimonial-jub {
    color: #cbccce !important;
  }
  .text-muted {
    color: #cbccce !important;
  }
  .portfolio .portfolio-content h6,
  .blog-header,
  .primary-button,
  .primary-button:hover {
    color: #fff !important;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #818181 !important;
  }
  .menu a:hover span,
  .menu a.active span {
    color: #fff !important;
  }
  input,
  textarea {
    background-color: transparent !important;
    border-bottom: 1px solid #cbccce !important;
    color: #fff !important;
  }
  .skills .skillbar {
    background-color: #535455 !important;
  }
  .skills .skillbar-bar {
    border: 2px solid #535455 !important;
  }

  .circles li {
    background: rgba(255, 255, 255, 0.01) !important;
  }
  .aside-item-portfolio ul li:not(:last-child) {
    border-bottom: 1px solid #535353 !important;
  }
  #line-loader:before,
  #line-loader:after {
    background-color: #343539 !important;
  }
  .middle-line:before {
    background-color: #fff !important;
  }
  .middle-line:after {
    background-color: #818181 !important;
  }
  .contact-01 .form-control {
    background-color: transparent !important;
    border-bottom: 1px solid #cbccce !important;
    border-radius: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991px) {
  .menu-toggle,
  .next-prev-page button,
  .mobile-blog-nav.blog-next-prev-page a {
    background-color: #535455 !important;
  }
}
