/* 
***************************************
Template Name: ZYAN - Personal Portfolio WP Template
Author:  
Author Email: 
website: 
Version: 1.0
Description: 
***************************************

CSS INDEX
===================================
01. GLOBAL CSS 
02. HOME PAGE 1
03. HOME PAGE 2
04. BLOG LIST
05. BLOG DETAILS
06. CONTACT

/*==============================
  GLOBAL CSS START
===============================*/

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  color: var(--bodyColor);
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--colorWhite);
}

a:hover {
  text-decoration: none;
  color: var(--colorPrimary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  color: var(--colorWhite);
}

p,
span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--bodyColor);
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  word-break: break-word;
  font-family: var(--PrimaryFont);
  background: var(--bodyBg);
  color: var(--bodyColor);
}

.tf__sidebar_item img,
.tf__blog_details_img img,
.tf__blog_list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input,
textarea {
  width: 100%;
  padding: 12px 20px;
  outline: none;
  resize: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
}

input::placeholder,
textarea::placeholder {
  color: #a6a6ac;
}

button {
  border: none;
}

:root {
  --colorPrimary: #55e6a5;
  --bgColor: #09101a;
  --bodyBg: #02050a;
  --colorWhite: #ffffff;
  --colorBlack: #02050a;
  --ratingColor: #ffba08;
  --bodyColor: #a2a2a2;
  --PrimaryFont: "Poppins", sans-serif;
  --secondaryFont: "Open Sans", sans-serif;
}

.common_btn,
button.wp-block-search__button.wp-element-button,
.post-password-form input[type="submit"],
.comment-form input[type="submit"] {
  display: inline-flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  font-weight: 500;
  transition: all 0.3s linear 0s;
  word-break: normal;
}

.common_btn:hover,
button.wp-block-search__button.wp-element-button:hover,
.post-password-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  background: #141c27;
  color: var(--colorWhite);
}

.tf__section_heading h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--colorPrimary);
}

.tf__section_heading h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.tf__breadcrumb {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 240px 0px 157px 0px;
}

.tf__breadcrum_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.tf__breadcrum_text h1,
.tf__breadcrum_text h1 span {
  font-size: 50px;
  font-weight: 700;
  color: var(--colorWhite);
}

.tf__breadcrum_text ul li a {
  font-size: 18px;
  transition: all linear 0.3s;
}

.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-breadcrumb li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.page-breadcrumb li,
.page-breadcrumb li a {
  color: var(--colorWhite);
}

.page-breadcrumb li:not(:last-child) {
  margin-right: 45px;
}

.page-breadcrumb li:not(:last-child)::before,
.page-breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: calc(-45px / 2);
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border: 2px solid var(--colorPrimary);
  border-radius: 50%;
  z-index: -2;
}

.page-breadcrumb li:not(:last-child)::before {
  width: 5px;
  height: 5px;
  border: none;
  z-index: -1;
  background-color: var(--colorPrimary);
}

.tf__breadcrum_text ul li i {
  margin-top: 8px;
}

.tf__breadcrum_text ul li a:hover,
.tf__breadcrum_text ul li a.active {
  color: var(--colorPrimary);
}

.tf__breadcrum_text ul li:last-child a::after {
  display: none;
}

.tf__pagination nav ul,
.wp-block-query-pagination-numbers,
.page-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf__pagination nav ul li a,
.tf__pagination nav ul li span,
.page-numbers,
.post-page-numbers {
  text-decoration: none !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px !important;
  padding: 0;
  background: #151c25;
  border-radius: 50% !important;
  border: none;
  color: var(--bodyColor);
  font-weight: 500;
  transition: all linear 0.3s;
}
.tf__pagination nav ul li span.page-numbers.current,
span.page-numbers.current,
.post-page-numbers.current {
  background: var(--colorPrimary) !important;
  color: var(--colorBlack) !important;
}

.tf__pagination nav ul li a:hover,
.tf__pagination nav ul li a.active,
.post-page-numbers.current,
.post-page-numbers:hover {
  background: var(--colorPrimary) !important;
  color: var(--colorBlack) !important;
}

.tf__pagination nav ul li .page-link:focus {
  box-shadow: none;
  background: var(--colorPrimary) !important;
  color: var(--colorBlack) !important;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent !important;
}
::-webkit-scrollbar {
  width: 8px;
  /* background-color: #f1f1f1; */
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2d2d2d;
  transition: opacity 0.2s ease-in-out;
}
*::-moz-selection {
  background: #2d2d2d;
  transition: opacity 0.2s ease-in-out;
  color: #f1f1f1;
  text-shadow: none;
}
::-moz-selection {
  background: #2d2d2d;
  transition: opacity 0.2s ease-in-out;
  color: #f1f1f1;
  text-shadow: none;
}
::selection {
  background: #2d2d2d;
  transition: opacity 0.2s ease-in-out;
  color: #f1f1f1;
  text-shadow: none;
}
/*==============================
  GLOBAL CSS END
===============================*/

/*==============================
  HOME PAGE 1 START
===============================*/
.main_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}

.main_menu .main_menu_bg {
  position: relative;
  z-index: 1;
}

.main_menu .main_menu_bg::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 100%;
  background: #141c27;
  top: 0;
  left: 20px;
  z-index: -1;
}

.flex-grow-unset {
  flex-grow: unset;
}

.main_menu .navbar-brand {
  width: 180px;
  height: 80px;
  margin: 0;
  padding: 0;
}
.navbar-nav,
.droap_menu {
  list-style: none;
}
.main_menu .navbar-nav .nav-item {
  position: relative;
}

.main_menu .navbar-nav .nav-item .nav-link {
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 12px;
  transition: all linear 0.3s;
  font-family: var(--PrimaryFont);
  letter-spacing: 1px;
  padding: 32px 20px;
}

.main_menu .navbar-nav .nav-item .nav-link i {
  font-size: 14px;
  margin-left: 3px;
}

.main_menu .navbar-nav .nav-item .nav-link:hover,
.main_menu .navbar-nav .nav-item .nav-link.active {
  color: var(--colorPrimary);
}

.main_menu .toggle_icon {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu .toggle_icon i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.main_menu .toggle_icon:hover {
  /* color: var(--colorWhite); */
}

.main_menu .droap_menu {
  position: absolute;
  width: 220px;
  top: 100%;
  left: 0;
  background: var(--colorWhite);
  max-height: 450px;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 14px;
  padding-left: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transform: scaleY(0.3);
  transform-origin: top;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}

.main_menu .droap_menu .droap_menu {
  left: 220px;
}

.main_menu .droap_menu li {
  margin-left: 0;
  line-height: 30px;
}

.main_menu .droap_menu li a {
  word-break: normal;
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #2c73651a;
  padding: 7px 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.droap_menu li a:hover,
.droap_menu li a.active {
  background: var(--colorPrimary);
  border-color: #ffffff6e;
}
.has-dropdown > a {
  position: relative;
}
.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
}

.droap_menu .has-dropdown > a::after {
  position: absolute;
  right: 20px;
}

.main_menu .nav-item:hover > .droap_menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.offcanvas {
  background: var(--bgColor);
  z-index: 99999;
}

.offcanvas .offcanvas-header {
  padding-bottom: 0;
  background: #141c27;
  padding: 25px;
}
.offcanvas .offcanvas-header .offcanvas-logo {
  width: 110px;
}

.offcanvas .btn-close {
  background: var(--colorPrimary);
  color: var(--colorBlack);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  top: 18px;
  opacity: 1;
  transition: all linear 0.3s;
}
.offcanvas .offcanvas-body .offcanvas_title {
  font-size: 20px;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.offcanvas .btn-close:hover {
  color: var(--colorWhite);
  background: #09101a;
}
.offcanvas-content-box {
  margin-top: 40px;
}
.offcanvas .offcanvas-body .offcanvas_form {
  padding: 0;
}
.offcanvas .offcanvas-body .offcanvas_contact_form {
  margin-top: 80px;
}
.offcanvas .offcanvas-body .offcanvas_contact_form .offcanvas_title {
  margin: 0;
}
.offcanvas .offcanvas-body {
  padding: 30px;
}
.offcanvas .offcanvas-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.offcanvas .offcanvas-body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.tf__toggle_link {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
}

.tf__toggle_link h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tf__toggle_link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tf__toggle_link ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff1a;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__toggle_link ul li a:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

/* for small device start */
.navbar-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--colorPrimary);
  padding: 0;
  font-size: 16px;
  margin-right: 12px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 0;
}

.navbar-toggler .close_icon {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler.show .bar_icon {
  display: none;
}

.navbar-toggler.show .close_icon {
  display: block;
}

.tf__main_menu .navbar-brand {
  margin-left: 12px;
}

/* for small device end */

/* menu end */

/* banner start */
.tf__banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  padding-top: 80px;
}

.tf__banner div {
  height: 100%;
}

.tf__banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 35px;
}

.tf__banner_text h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-break: normal;
}
.tf__banner_text h1,
.tf__banner_text h1 span {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  word-break: normal;
}
.tf__banner_text h1 span {
  color: var(--colorPrimary);
}

/* .tf__banner_text h3 {
  
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 35px;
} */

.tf__banner_text p {
  font-weight: 500;
  margin-bottom: 65px;
  word-break: normal;
}

.tf__banner_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
  list-style: none;
}

.tf__banner_text ul li a {
  margin-right: 30px;
}

.banner_video_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  transition: all linear 0.3s;
}

.banner_video_btn i {
  color: var(--colorPrimary);
  font-size: 20px;
  transition: all linear 0.3s;
  font-size: 50px;
}

.tf__banner_img {
  display: grid;
  align-items: center;
}

.tf__banner_img .img {
  height: 585px;
  position: relative;
  padding: 35px;
  z-index: 1;
}

.tf__banner_img .img::after {
  position: absolute;
  content: "";
  background: url(../img/shapes/banner_shape.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  animation: bannerAnimi1 linear 1s infinite alternate;
  -webkit-animation: bannerAnimi1 linear 1s infinite alternate;
}

@keyframes bannerAnimi1 {
  from {
    top: 5px;
  }

  to {
    top: 0;
  }
}

/* banner end */

/* service start */
.tf__single_service {
  padding: 0px 40px 40px 40px;
  position: relative;
  border: 3px solid #191919;
  margin-top: 62px;
}

.tf__single_service span {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -46px;
  width: 100px;
}
.tf__single_service span i {
  font-size: 90px;
  color: var(--colorPrimary);
}
.tf__single_service span svg {
  width: 90px;
  height: 90px;
}

.tf__single_service h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tf__single_service p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

/* service end */

/* about start */
.tf__about .tf__section_heading {
  text-align: left;
}

.tf__about_text {
  padding-left: 130px;
  padding-right: 150px;
  position: relative;
}

.tf__about_text::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: var(--bodyColor);
  top: 10px;
  left: 0;
}

.tf__about_text p {
  margin-bottom: 95px;
}

.tf__about_img {
  width: 395px;
  height: 475px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.tf__about_img::after {
  position: absolute;
  content: "";
  background: var(--colorPrimary);
  width: 95%;
  height: 80%;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.tf__about_img_text {
  background: #232323;
  padding: 15px 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.tf__about_img_text i {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: #fff1;
  border-radius: 50%;
  font-size: 40px;
  margin-right: 10px;
}

.tf__about_img_text h4 {
  font-size: 16px;
  font-weight: 600;
}

.tf__about_img_text h4 span {
  display: block;
  color: var(--colorWhite);
  font-weight: 500;
  margin-top: 5px;
}

/* about end */

/* design start */
.tf__design_text {
  margin-top: 85px;
}

.tf__design_text h2 {
  font-size: 128px;
  font-weight: 600;
  line-height: 60px;
}

.tf__design_text h2 span {
  font-size: 60px;
  font-weight: 600;
  color: var(--colorWhite);
  line-height: unset;
}

.tf__design_text p {
  margin-top: 40px;
  margin-bottom: 20px;
}

.tf__design_counter {
  background: var(--bgColor);
  margin-top: 25px;
  text-align: center;
  padding: 40px;
}

.tf__design_counter .icon {
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.tf__design_counter .icon i {
  font-size: 50px;
  color: var(--colorPrimary);
}

.tf__design_counter h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

.tf__design_counter h3 span {
  /*  */
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: var(--colorWhite);
  margin-bottom: 0;
}

.tf__design_counter p {
  font-size: 18px;
  color: var(--colorWhite);
}

.tf__design_form {
  background: var(--bgColor);
  padding: 60px;
}

.tf__design_form h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.tf__design_form form input:not(.common_btn),
.tf__design_form form textarea:not(.common_btn) {
  margin-top: 30px;
  background: none;
  border: 1px solid var(--colorPrimary);
  padding: 22px 20px;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 500;
}

.tf__design_form form .common_btn {
  margin-top: 25px;
  width: unset;
}

/* design end */

/* skills start */
.tf__skills {
  background: var(--bgColor);
}

.tf__single_skills {
  margin-bottom: 80px;
}

.tf__single_skills span {
  font-size: 18px;
  display: inline-block;
  border: 1px solid var(--colorPrimary);
  padding: 11px 24px;
  color: var(--colorPrimary);
}

.tf__single_skills h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tf__single_skills p {
  font-size: 16px;
  font-weight: 500;
}

.tf__team_skills_bar_single {
  background: #151c25;
  margin-bottom: 50px;
}

.tf__team_skills_bar_single p {
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--colorWhite);
}

/* skills end */

/* portfolio start */
.tf__portfolio_item {
  height: 550px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.portfolio-container .tf__portfolio_item {
  height: unset;
}

.tf__portfolio_item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: rgb(2, 5, 10);
  background: linear-gradient(
    0deg,
    rgba(2, 5, 10, 1) 0%,
    rgba(2, 5, 10, 0.5802696078431373) 61%,
    rgba(2, 5, 10, 0) 100%
  );
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}

.tf__portfolio_item .text h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tf__portfolio_item .text p {
  position: relative;
  text-transform: capitalize;
  padding-left: 60px;
}

.tf__portfolio_item .text p::after {
  position: absolute;
  content: "";
  background: var(--colorPrimary);
  width: 50px;
  height: 1px;
  top: 12px;
  left: 0;
}

.tf__portfolio_item:hover .text {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* portfolio end */

/* testimonial start */
.tf__single_testimonial {
  padding: 30px 90px 30px 30px;
  border: 2px solid #333f4d;
  position: relative;
  margin: 65px 12px 0px 12px;
}

.tf__single_testimonial .img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: 50px;
}
.tf__single_testimonial .img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.tf__single_testimonial .rating {
  color: var(--ratingColor);
}

.tf__single_testimonial .rating i {
  margin-right: 5px;
}

.tf__single_testimonial h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 10px;
}

.tf__single_testimonial h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bodyColor);
}

.tf__single_testimonial .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}

.tf__single_testimonial .description::after {
  position: absolute;
  content: "";
  background: url(../img/icon/quot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 35px;
  top: 5px;
  right: -65px;
}

/* testimonial end */

/* brand start */
.tf__brand {
  background: var(--colorPrimary);
}

.tf__brand ul {
  display: flex;
  padding: 25px 0px 30px 0px;
  list-style: none;
}

.tf__brand ul li {
  -webkit-text-stroke: 1px var(--colorBlack);
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}

/* brand end */

/* blog start */
.tf__blog .row {
  position: relative;
}

.tf__blog .tf__section_heading {
  text-align: left;
}

.tf__slingle_blog {
  margin-top: 25px;
}

.tf__blog_img {
  height: 380px;
  overflow: hidden;
  width: 100%;
}

.tf__blog_img img {
  transition: all linear 0.3s;
  height: 100% !important;
}

.tf__blog_text {
  width: 90%;
  padding: 30px;
  background: var(--bgColor);
  text-align: center;
  position: relative;
  left: 50%;
  top: -76px;
  transform: translateX(-50%);
}

.tf__blog_text span {
  background: var(--colorPrimary);
  color: var(--colorBlack);
  font-size: 16px;
  padding: 13px 17px;
  width: 200px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.tf__blog_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  list-style: none;
}

.tf__blog_text ul li i {
  color: var(--colorPrimary);
  margin-right: 5px;
}

.tf__blog_text a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_text a:hover {
  color: var(--colorPrimary);
}

.tf__slingle_blog:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.tf__blog .common_btn {
  position: absolute;
  top: -100px;
  right: 12px;
  width: auto;
  word-break: normal;
}

/* blog end */

/* subscribe start */
.tf__subscribe {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.tf__subscribe_overlay {
  background: #000000e3;
}

.tf__subscribe_text h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.tf__subscribe_text form {
  position: relative;
}

.tf__subscribe input:not(.common_btn) {
  border: 1px solid var(--colorPrimary);
  padding: 27px 25px;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 500;
  background: #131313;
}

.tf__subscribe_text form .common_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: unset;
}

/* subscribe end */

/* footer start */
main {
  position: relative;
  z-index: 5;
}
.footer {
  background: var(--bodyBg);
  position: relative;
}
.tf__footer_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tf__footer_content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--colorPrimary);
  border-radius: 50%;
  padding: 20px;
  margin-right: 35px;
}

.tf__footer_content .text {
  width: 67%;
}

.tf__footer_content .text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tf__footer_content .text p,
.tf__footer_content .text a {
  color: var(--bodyColor);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__footer_content .text a:hover {
  color: var(--colorPrimary);
}

.tf__footer_copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff1;
  margin-top: 75px;
  padding: 35px 0px;
}

.tf__footer_copyright ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.tf__footer_copyright ul li a,
.tf__footer_copyright p {
  opacity: 0.5;
}

.tf__footer_copyright ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

/* footer end */

/*==============================
  HOME PAGE 1 START
===============================*/

/*==============================
  HOME PAGE 2 START
===============================*/
.main_menu_2 {
  width: 250px;
  height: 100vh;
  position: fixed;
  border-right: 2px solid #151c25;
  top: 0;
  left: 0;
  background: var(--bgColor);
  z-index: 999;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu_2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main_menu_2 {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.main_menu_2 .logo_2 {
  background: #151c25;
  padding: 50px;
}

.main_menu_2 ul {
  list-style: none;
  padding: 30px;
  max-height: 730px;
  overflow: hidden;
  overflow-y: auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu_2 ul::-webkit-scrollbar {
  width: 5px;
}

.main_menu_2 ul::-webkit-scrollbar-thumb {
  background: var(--colorPrimary);
}

.main_menu_2 ul li a {
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: block;
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--bodyColor);
  letter-spacing: 1px;
  padding: 0;
  background: none !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu_2 ul li a span {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  margin-right: 17px;
  font-size: 24px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.main_menu_2 ul li a span {
  background: #222831;
  /* filter: brightness(10); */
}
.main_menu_2 ul li a span {
  background: #222831;
  /* filter: brightness(10); */
}
.main_menu_2 ul li a span svg {
  filter: brightness(10);
}

.main_menu_2 ul li a:hover,
.main_menu_2 ul li a.active {
  color: var(--colorPrimary);
}
.main_menu_2 ul li a:hover svg,
.main_menu_2 ul li a.active svg {
  filter: unset;
}

.main_menu_2 ul li a:hover span,
.main_menu_2 ul li a.active span {
  background: var(--colorPrimary);
}

.tf__banner_2 {
  height: 100vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.tf__banner_2 div {
  height: 100%;
}

.tf__banner_text_2 {
  justify-content: end;
  padding-bottom: 100px;
}

.tf__banner_text_2 ul {
  margin-bottom: 0;
}

.tf__banner_text_2 p {
  font-weight: 500;
  margin-bottom: 40px;
}

.tf__about_2 .tf__section_heading {
  text-align: left;
}

.tf__about_text_2 ul li {
  margin-top: 80px;
}

.tf__about_text_2 ul li .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tf__about_text_2 ul li .top .img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  position: relative;
}
.tf__about_text_2 ul li .top .img::after {
  content: "";
  width: 65px;
  height: 65px;
  background: var(--colorPrimary);
  position: absolute;
  top: -10px;
  border-radius: 50%;
  right: -5px;
  z-index: -1;
}

.tf__about_text_2 ul li .top .img svg {
  height: 100px;
  width: 100px;
  filter: brightness(15);
}
.tf__about_text_2 ul li .top .img i {
  font-size: 80px;
  color: var(--colorWhite);
}
.tf__about_text_2 ul {
  list-style: none;
}
.tf__about_text_2 ul li .top h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
}

.tf__about_text_2 ul li p {
  font-weight: 500;
  line-height: 28px;
  margin-top: 15px;
}

.tf__about_img_2 {
  width: 570px;
  height: 640px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 90px;
}

.tf__about_img_2 img {
  border-radius: 6px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tf__about_img_2 .tf__about_img_text {
  background: var(--colorPrimary);
  left: auto;
  right: auto;
  transform: translate(0);
  margin-left: auto;
  float: right;
  border-radius: 4px;
  padding: 30px;
  top: -90px;
}

.tf__about_img_2 .tf__about_img_text i {
  background: var(--colorWhite);
  border-radius: 4px;
  color: var(--colorPrimary);
}

.tf__about_img_2 .tf__about_img_text h4 {
  color: var(--colorBlack);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.tf__about_img_2 .tf__about_img_text h4 span {
  color: var(--colorBlack);
  font-size: 20px;
  font-weight: 600;
}

.tf__about_img_2::after {
  display: none;
}

.tf__about_img_2_bg_element::before {
  position: absolute;
  content: "";
  background: url(../img/shapes/about_shapes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  top: -40px;
  right: -50px;
  z-index: -1;
  animation: aboutAmini linear 2s infinite alternate;
  -webkit-animation: aboutAmini linear 2s infinite alternate;
}

@keyframes aboutAmini {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

.tf__service_2 .tf__section_heading h5 {
  color: var(--colorPrimary);
}

.tf__single_service_2 {
  position: relative;
}

.tf__single_service_2 .text {
  margin-top: 165px;
  background: var(--bgColor);
  padding: 40px;
  border-radius: 5px;
  position: relative;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_service_2 .text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--colorPrimary);
  padding: 12px;
  border-radius: 5px;
  position: absolute;
  top: -50px;
  left: 40px;
}

.tf__single_service_2 .text span i {
  color: var(--bodyBg);
  font-size: 70px;
}

.tf__single_service_2 .text span path {
  stroke: var(--bodyBg);
}

.tf__single_service_2 .text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tf__single_service_2 a {
  border: 1px solid var(--colorPrimary);
  padding: 15px 30px;
  border-radius: 5px;
  transition: all linear 0.3s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.tf__single_service_2 a:hover {
  color: var(--colorBlack);
  background-color: var(--colorPrimary);
}

.tf__single_service_2.active .text {
  margin-top: 65px;
}

.tf__single_service_2.active a {
  bottom: -100px;
  z-index: 1;
}

.tf__skills_2 {
  background: var(--bgColor);
}

.tf__skills_2 .nav {
  justify-content: center;
}

.tf__skills_2 .nav .nav-item button {
  text-transform: capitalize;
  color: var(--colorWhite);
  margin: 5px 10px;
  font-weight: 500;
  border-radius: 5px;
  background: #141c27;
  font-size: 16px;
  padding: 18px 40px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__skills_2 .nav .nav-item button i {
  margin-left: 10px;
}

.tf__skills_2 .nav .nav-item button:hover,
.tf__skills_2 .nav .nav-item button.active {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.tf__single_skill_2 {
  border: 1px solid #e3e3e310;
  border-radius: 5px;
  padding: 40px 40px 40px 70px;
  margin-top: 25px;
}

.tf__single_skill_2 h3 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--colorPrimary);
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 20px;
}

.tf__single_skill_2 h3::after {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 14px;
  color: var(--colorPrimary);
  top: 2px;
  left: -30px;
}

.tf__single_skill_2 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tf__single_skill_2 h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.tf__single_skill_2 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}

.tf__single_skill_2 .tf__team_skills_bar_single {
  margin: 0;
  background: none;
}

.tf__single_skill_2 .tf__team_skills_bar_single p {
  padding: 0;
  margin-bottom: 20px;
}

.tf__single_skill_2 .tf__team_skills_bar_single .barfiller {
  background: #141c27;
}
.barfiller .fill {
  background: var(--colorPrimary);
}

.progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.tf__single_skill_2 .tf__team_skills_bar_single .tip::after {
  position: absolute;
  content: "";
  background: url(../img/skills_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: -7px;
  right: -4px;
}

.tf__single_skill_2 .barfiller .tip {
  margin-top: -43px;
  font-size: 13px;
}

.tf__skills_2 .education .tf__single_skill_2 p {
  margin-bottom: 0;
}

.tf__portfolio_2 .tf__portfolio_item {
  height: auto;
}

.tf__portfolio_2 .tf__portfolio_item img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tf__portfolio_2 .tf__section_heading h5 {
  color: var(--colorPrimary);
}

.tf__blog_2 {
  background: var(--bgColor);
}

.tf__slingle_blog_2 {
  margin-top: 25px;
}

.tf__blog_img_2 {
  height: 350px;
  position: relative;
  width: 100%;
}

.tf__blog_img_2 img {
  border-radius: 5px !important;
  height: 100% !important;
}

.tf__blog_img_2 span {
  border-radius: 5px;
  background: var(--colorPrimary);
  display: inline-block;
  padding: 10px 20px;
  color: var(--bgColor);
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  letter-spacing: 0.3px;
}

.tf__blog_text_2 .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
  line-height: 26px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_text_2 .title:hover {
  color: var(--colorPrimary);
}

.tf__blog_text_2 ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

.tf__blog_text_2 ul li {
  font-weight: 400;
  color: var(--colorWhite);
}

.tf__blog_text_2 ul li i {
  color: var(--colorPrimary);
  margin-right: 5px;
}

.tf__blog_text_2 .read_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  border: 1px solid var(--colorPrimary);
  border-radius: 5px;
  padding: 17px 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_text_2 .read_btn i {
  margin-left: 15px;
}

.tf__blog_text_2 .read_btn:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.tf__contact_2_text {
  padding: 60px;
  background: var(--bgColor);
  margin-top: 25px;
  text-align: center;
}

.tf__contact_2_text span {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.tf__contact_2_text h3 {
  font-size: 20px;
  margin: 30px 0 15px;
}

.tf__contact_2_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 23px;
}

.tf__contact_2_text a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__contact_2_text a:hover {
  color: var(--colorPrimary);
}

.contact_form_2 {
  margin-top: 40px;
}

.contact_form_2 form input::placeholder,
.contact_form_2 form textarea::placeholder {
  color: var(--colorWhite);
}

.contact_form_2 form input,
.contact_form_2 form textarea {
  background: none;
  border: 1px solid #fff1;
  border-radius: 5px;
  margin-top: 20px;
  padding: 17px 20px;
  color: var(--colorWhite);
}

.contact_form_2 form input[type="submit"] {
  border-radius: 5px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  padding: 18px 67px;
  width: unset;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.contact_form_2 form input[type="submit"]:hover {
  background: var(--colorWhite);
}

.footer_2_copyright_area .tf__footer_copyright {
  margin-top: 0;
}

.main {
  padding-left: 250px;
}

/* for mobile menu start */
.menu_2_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: var(--colorPrimary);
  top: 10px;
  right: -60px;
  cursor: pointer;
  color: var(--colorBlack);
  font-size: 24px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  display: none;
}

.menu_2_icon.show_icon {
  background: #151c25;
  color: var(--colorWhite);
}

.menu_2_icon .close_icon {
  display: none;
}

.menu_2_icon.show_icon .bar_icon {
  display: none;
}

.menu_2_icon.show_icon .close_icon {
  display: inline-block;
}

/* for mobile menu end */
/*==============================
  HOME PAGE 2 END
===============================*/

/*==============================
  BLOG LIST START
===============================*/
.tf__blog_list_item {
  margin-bottom: 50px;
}

.tf__blog_list_img {
  position: relative;
  height: 440px;
  width: 100%;
  margin-bottom: 50px;
}

.tf__blog_list_img span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--bgColor);
  text-transform: capitalize;
  padding: 15px 20px;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 2px solid var(--colorPrimary);
  line-height: 1.6;
  position: absolute;
  left: 40px;
  bottom: -20px;
}

.tf__blog_list_img span b {
  font-size: 20px;
  font-weight: 500;
}

.tf__blog_list_text {
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e320;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tf__blog_list_text a {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  transition: all linear 0.3s;
}

.tf__blog_list_text a:hover {
  color: var(--colorPrimary);
}

.tf__sidebar_item {
  padding: 40px;
  background: var(--bgColor);
}

.tf__sidebar_item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tf__sidebar_search form {
  position: relative;
}

.tf__sidebar_search form input {
  background: #151c25;
  padding: 18px 20px;
  color: var(--colorWhite);
}

.tf__sidebar_search form button {
  position: absolute;
  top: 18px;
  right: 25px;
  background: none;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__sidebar_search form button:hover {
  color: var(--colorPrimary);
}

.tf__sidebar_category li {
  margin-top: 10px;

  position: relative;
  list-style: none;
  padding-left: 18px;
}
.tf__sidebar_category li:not(.option):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ccc;
  left: 0px;
  top: 10px;
}
.tf__sidebar_category li ul {
  padding-left: 10px;
}

.tf__sidebar_category ul li a span {
  font-weight: 500;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__sidebar_category ul li a:hover {
  color: var(--colorPrimary);
}

.tf__sidebar_category ul li a:hover span {
  color: var(--colorPrimary);
}

.tf__sidebar_comments ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tf__sidebar_comments ul li .img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.tf__sidebar_comments ul li .text {
  width: 70%;
}

.tf__sidebar_comments ul li .text a {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  transition: all linear 0.3s;
}

.tf__sidebar_comments ul li .text a:hover {
  color: var(--colorPrimary);
}

.tf__sidebar_comments ul li .text p {
  font-weight: 500;
}

.tf__sidebar_gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tf__sidebar_gallery ul li {
  width: 105px;
  height: 105px;
  overflow: hidden;
}

.tf__sidebar_gallery ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.tf__sidebar_gallery ul li a .gal_img_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #55e6a594;
  transform: scale(0.8);
  opacity: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.tf__sidebar_gallery ul li:hover .gal_img_overlay {
  opacity: 1;
  color: var(--bodyBg);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.tf__sidebar_tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tf__sidebar_tags ul li a,
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 5px;
  background: #151c25;
  padding: 9px 14px;
  margin: 3px 1px;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__sidebar_tags ul li a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack) !important;
}

/*==============================
  BLOG LIST END
===============================*/

/*==============================
  BLOG DETAILS START
===============================*/
.tf__blog_details_img {
  height: 460px;
  margin-bottom: 20px;
}

.blog_details_header {
  list-style: none !important;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 0 !important;
}

.blog_details_header li i {
  color: var(--colorPrimary);
  margin-right: 5px;
}
.blog_details_header li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog_details_header li {
  list-style: none !important;
  font-size: 16px;
  font-weight: 600;
}

.blog_details_header li span {
  text-transform: capitalize;
  background: var(--colorPrimary);
  padding: 10px 20px;
  display: inline-block;
  color: var(--colorBlack);
}

.blog-title {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.details_center_img {
  height: 290px;
  overflow: hidden;
  margin-top: 25px;
}

.details_blog_share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  clear: both;
}

.details_blog_share h4 {
  font-size: 20px;
}

.details_blog_share .share_icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.details_blog_share .social_share {
  list-style: none;
  gap: 10px;
}
.details_blog_share .social_share li {
  list-style: none;
}

.details_blog_share .social_share li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #151c25;
  font-size: 14px;
  transition: all linear 0.3s;
}

.details_blog_share .social_share li a:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.details_blog_share .tags {
  gap: 10px;
  margin-left: 15px;
}
.details_blog_share h6 {
  font-size: 18px;
  color: var(--bodyColor);
  margin-bottom: 0;
}
.details_blog_share h6 i {
  color: var(--colorPrimary);
}
.details_blog_share .tags.details-tag a {
  font-weight: 400;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  background: #151c25;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.details_blog_share .tags.details-tag a:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

.next_prev_button {
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e3e3e329;
  border-bottom: 1px solid #e3e3e329;
  margin-top: 30px !important;
  padding: 45px 0px;
}

.next_prev_button li:last-child a p,
.next_prev_button li:last-child a p span {
  text-align: right;
}

.next_prev_button li {
  flex-basis: 50%;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-height: 35px;
}
.next_prev_button li a {
  display: inline-grid;
  flex-direction: column;
  text-decoration: none !important;
}
.next_prev_button li a i {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.previous_post {
  padding-right: 10px;
}
.next_post {
  padding-left: 10px;
  text-align: right;
}

.next_prev_button li a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--colorPrimary);
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
.next_prev_button li a h5 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next_prev_button li a p span {
  margin-top: 5px;
  display: block;
  text-transform: unset;
}

.next_prev_button li a:hover i {
  color: var(--colorPrimary);
}

/* .latest-comments .tf__details_bloger {
  background: var(--bgColor);
  padding: 50px;
  margin-top: 100px;
  position: relative;
} */

.latest-comments .tf__details_bloger .comments-box {
  background: var(--bgColor);
  padding: 30px;
  margin-top: 60px;
  position: relative;
}
.latest-comments .tf__details_bloger > ul {
  padding-left: 50px;
  list-style: none;
}
.latest-comments > ul > li {
  list-style: none;
}
.latest-comments .tf__details_bloger h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.latest-comments .tf__details_bloger span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin: 5px 0 15px;
  letter-spacing: 0.6px;
  color: var(--colorPrimary);
}

.latest-comments .tf__details_bloger a {
  display: inline-block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.latest-comments .tf__details_bloger a:hover {
  color: var(--colorPrimary);
}

.latest-comments .tf__details_bloger .img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  right: 50px;
  background: #09101a;
  border-radius: 50%;
}
.latest-comments .tf__details_bloger .img img {
  border-radius: 50%;
}

.tf__input_comment .blog-coment-title h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tf__input_comment form input,
.tf__input_comment form textarea,
.post-password-form input#pwbox-1168,
.comment-form textarea,
.comment-form input {
  margin-top: 30px;
  background: none;
  border: 1px solid var(--colorPrimary);
  padding: 22px 20px;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 500;
}

.post-password-form input#pwbox-1168,
.post-password-form label {
  width: 100%;
}

.tf__input_comment form button,
.post-password-form input[type="submit"],
.comment-form input[type="submit"] {
  margin-top: 25px;
  width: 100%;
}

.tf__subscribe_2 .tf__subscribe_overlay {
  background: #0000;
}

.tf__subscribe_2 .tf__subscribe_text form input {
  background: var(--bgColor);
}

/*==============================
  BLOG DETAILS END
===============================*/

/*==============================
  CONTACT START
===============================*/
.tf__section_heading.left h2,
.tf__section_heading.left h5 {
  text-align: left;
}
.tf__contact_form_area h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.tf__contact_form_area form {
  background: var(--bgColor);
  padding: 0px 40px 40px 40px;
}

.tf__contact_form_area form input:not(.common_btn),
.tf__contact_form_area form textarea:not(.common_btn) {
  border-bottom: 1px solid #333f4d;
  background: none;
  padding: 20px 0px;
  margin-top: 45px;
  color: var(--colorWhite);
}

.tf__contact_form_area form .common_btn {
  width: 100%;
  margin-top: 35px;
}

.tf__contact_map {
  width: 100%;
  height: 100%;
}

.tf__contact_map iframe {
  width: 100%;
  height: 100%;
}

/*==============================
  CONTACT END
===============================*/
/*==============================
 TEXT ANIMATION START
===============================*/
.text_hover_animaiton {
  line-height: 15px;
}
.text_hover_animaiton:hover {
  --y: -8px;
}

.text_hover_animaiton:hover .menu-text div {
  --m: calc(16px * -1);
}

.hover_black .menu-text {
  text-shadow: 0 16px 0 var(--colorBlack);
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--colorPrimary);
  display: flex;
}

.menu-text div {
  display: block;
  backface-visibility: hidden;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.text_hover_animaiton:hover .menu-text div:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(13) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(14) {
  -webkit-transition-delay: 75s;
  transition-delay: 0.75s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(15) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(16) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.zyan_animation[data-animation-type="fadeIn"] {
  opacity: 0.7;
}
/*==============================
 TEXT ANIMATION END
===============================*/
/*==============================
  PRELOADER START
===============================*/

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1a1a1a;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #333;
}

@media (max-width: 1040px) {
  h5.preloader-text {
    font-size: 60px;
  }
}
h5.preloader-text::after {
  content: "Loading";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--colorPrimary);
  animation: move 2s infinite alternate;
}
@keyframes move {
  from {
    clip-path: circle(50px at 0% 50%);
  }
  to {
    clip-path: circle(50px at 100% 50%);
  }
}
/*==============================
  PRELOADER END
===============================*/

/*==============================
  MEGIC CURSOR START
===============================*/
.anim_line {
  display: block;
  overflow: hidden;
}
#magic-cursor {
  position: relative;
  z-index: 9999;
}
@media (max-width: 1040px) {
  #magic-cursor {
    display: none;
  }
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
}

.ball-drag,
.ball-view,
.ball-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  color: #000;
  height: 100%;
}

.ball-view {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 5px;
  color: #222;
  height: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
/*==============================
  MEGIC CURSOR END
===============================*/
/*==============================
  POPUP END
===============================*/

.zyan-popup .mfp-content {
  width: 500px;
  margin: 0 auto;
  background: var(--bodyBg);
}
@media (max-width: 575px) {
  .zyan-popup .mfp-content {
    width: 90%;
  }
}
.des {
  padding: 30px 40px;
}
.des .popup_title {
  margin-bottom: 20px;
}

.des .details_quot_text {
  margin: 20px 0 !important;
  padding: 20px 30px;
}
.des .category {
  text-transform: uppercase;
  color: var(--colorPrimary);
  letter-spacing: 1px;
  margin: 5px 0;
  display: block;
  font-size: 14px;
}
/*==============================
  POPUP END
===============================*/

.intro_page {
  width: 100%;
  height: 100vh;
  clear: both;
  float: left;
  position: relative;
}
.intro_page .intro_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 130px 0px 120px 0px;
}
.intro_page .intro_title span {
  display: block;
}
.intro_page .intro_title img {
  max-width: 150px;
  margin-bottom: 15px;
}
.intro_page .intro_title .image_logo {
  display: inline-block;
  position: relative;
}
.intro_page .intro_title .image_logo .version {
  position: absolute;
  top: -5px;
  right: -65px;
  color: var(--colorPrimary);
  font-weight: 700;
  font-size: 20px;
}
.intro_page .intro_bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro_page .demo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 60%;
  margin: 0px auto;
  text-align: center;
}

.intro_page .demo .demo-item {
  margin: 0px 0px 88px 0px;
  width: 100%;
  float: left;
}
.intro_page .demo .demo-item {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.intro_page .demo .demo-item {
  position: relative;
}

.intro_page .demo .demo-item {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.intro_page .demo .demo-item {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro_page .demo .demo-item:hover {
  top: -10px;
}

.intro_page .demo .demo-item img {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  /*	border-radius: 15px;*/
  margin-bottom: 15px;
}
.intro_page .demo .demo-item .mini {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro_page .demo .demo-item:hover .mini {
  color: var(--colorPrimary);
}
.intro_page .coming h3 {
  color: rgba(181, 181, 181, 1);
  padding: 50px 0;
}
.intro_page .intro_space {
  width: 100%;
  float: left;
  height: 120px;
}

/*=================================
    ERROR PAGE START
=================================*/
.tf__error_page {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
}

.tf__error_page div {
  height: 100%;
}

.tf__error_page::after {
  position: absolute;
  content: "";
  background: url(../img//banner_shape_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 173px;
  top: 15%;
  left: 0;
  animation: banner_animi_1 linear 3s infinite alternate;
  -webkit-animation: banner_animi_1 linear 3s infinite alternate;
}

.tf__error_text {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 45px;
}

.tf__error_text h1 {
  font-size: 200px;
  font-weight: 700;
  -webkit-text-fill-color: #02050a;
  text-shadow: -1px -1px 0 var(--colorWhite), 1px -1px 0 var(--colorWhite),
    -1px 1px 0 var(--colorWhite), 1px 1px 0 var(--colorWhite);
}

.tf__error_text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
}

.tf__error_text p {
  font-size: 18px;
  max-width: 60%;
  margin-bottom: 35px;
}

.tf__error_text a {
  border-color: #c5c5c5;
}

/*=================================
    ERROR PAGE END
=================================*/

.home_3 .tf__banner_text h1 {
  font-size: 22px !important;
  margin-bottom: 0;
  text-align: center;
}
.home_3 .tf__banner_text h1 span {
  font-size: 80px !important;
  text-align: center;
}
.home_3 .tf__banner_text p,
.home_3 .tf__banner_text p span {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}
.home_3 .tf__banner_text b {
  text-align: center;
}

.home_4 video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_4.banner::before {
  content: "";
  background: rgba(2, 5, 10, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 50%
  );
  background-size: 3px 3px;
  z-index: 1;
}
.home_4 .content {
  z-index: 2;
  position: relative;
}

/* RTL */
:dir(rtl) p {
  text-align: right;
}

:dir(rtl) .tf__team_skills_bar_single p {
  padding-left: 0;
  padding-right: 40px;
}

:dir(rtl) .tf__about .tf__section_heading h5,
.tf__about .tf__section_heading h2 {
  text-align: right;
}

:dir(rtl) .tf__portfolio h5,
:dir(rtl) .tf__portfolio h2,
:dir(rtl) .tf__blog .tf__section_heading h5,
:dir(rtl) .tf__blog .tf__section_heading h2 {
  text-align: right;
}

:dir(rtl) .tf__single_testimonial .img {
  left: 50px;
  right: unset;
}

:dir(rtl) .tf__blog .common_btn {
  left: 12px;
  right: unset;
}

:dir(rtl) .tf__footer_content .icon {
  margin-right: 0;
  margin-left: 35px;
}

:dir(rtl) .tf__blog_text ul li i {
  margin-right: 0;
  margin-left: 5px;
}

:dir(rtl) .tf__about_img_text i {
  margin-right: 0;
  margin-left: 10px;
}

:dir(rtl) .tf__about_text::after {
  right: 0;
}
:dir(rtl) .tf__design_counter p {
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: left;
}
:dir(rtl) .slick-slider .slick-track,
:dir(rtl) .slick-slider .slick-list {
  direction: ltr;
}

:dir(rtl) .marquee_animi_rtl {
  padding: 25px 0px 30px 0px;
  -webkit-text-stroke: 1px var(--colorBlack);
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
}

:dir(rtl) .tf__about_img_text {
  top: -45px;
  right: 50%;
  transform: translateX(50%);
}
:dir(rtl) .tf__blog_text {
  right: 50%;
  transform: translateX(50%);
}
:dir(rtl) .tf__subscribe_text form button {
  position: absolute;
  top: 8px;
  left: 8px;
  right: unset;
}

:dir(rtl) .ball-drag {
  flex-direction: row-reverse;
}

:dir(rtl) .main_menu .navbar-nav .nav-item{
  direction: ltr;
}

.tf__portfolio_item img{
	height:100% !important
}