@charset "utf-8";

/*	Copyright (c) 2022 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE


01)	ORIDO BASE
02) ORIDO MOBILE MENU
03) ORIDO HEADER
04) ORIDO HERO
05) ORIDO ABOUT
06) ORIDO INFORMATIONS
07) ORIDO COUNTER
08) ORIDO SERVICE
09) ORIDO PORTFOLIO
10) ORIDO TESTIMONIALS
11) ORIDO NEWS
12) ORIDO PARTNERS
13) ORIDO CONTACT
14) ORIDO COPYRIGHT
15) ORIDO MAGIC CURSOR
16) ORIDO TOTOP
17) ORIDO MEDIA QUERIES (FOR SMALL DEVIVES)


/*---------------------------------------------------*/
/*	01) ORIDO BASE
/*---------------------------------------------------*/

a {
  text-decoration: none;
}
:root {
  --main-color: #12141d;
  --font-family: "Inter", sans-serif;
  --font-family-extra: "DM Sans", sans-serif;
  --font-family-oswald: "Oswald", sans-serif;
  --font-family-kaushan: "Kaushan Script", cursive;
}
html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}
body {
  overflow-x: hidden;
  width: 100%;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: var(--main-color);
}

svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}
img.svg {
  width: 15px;
  height: 15px;
}

body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
body:-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--main-color);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--main-color);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--main-color);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--main-color);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--main-color);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: var(--main-color);
}

.container {
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0px 40px;
  position: relative;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-family-extra);
  color: var(--main-color);
}

h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

.orido_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.orido_tm_all_wrap,
.orido_tm_all_wrap * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}
#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#preloader:after {
  left: auto;
  right: 0;
}
#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}
.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0;
}
.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}
.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}
@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
.orido_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

/*---------------------------------------------------*/
/*	02) ORIDO MOBILE MENU
/*---------------------------------------------------*/

.orido_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 10;
}
.orido_tm_mobile_menu .mobile_menu_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 20px;
}
.orido_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_mobile_menu .mobile_in .logo img {
  width: 180px;
  height: 70px;
}
.orido_tm_mobile_menu .trigger {
  line-height: 0;
}
.orido_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
}
.orido_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 20px;
}
.orido_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0px;
  float: left;
  width: 100%;
}
.orido_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0px 0px;
  font-weight: 500;
}
.orido_tm_mobile_menu .download_cv {
  padding-top: 20px;
}
.orido_tm_mobile_menu .download_cv a {
  color: #fff !important;
  border-radius: 50px;
  background-color: #f75023;
  padding: 7px 40px !important;
}
.orido_tm_mobile_menu .hamburger-inner,
.orido_tm_mobile_menu .hamburger-inner:after,
.orido_tm_mobile_menu .hamburger-inner:before {
  width: 30px;
  height: 2px;
}
.orido_tm_mobile_menu .hamburger-box {
  width: 30px;
}
.orido_tm_mobile_menu .hamburger {
  padding: 0px;
}

.orido_tm_mobile_menu {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*---------------------------------------------------*/
/*	03) ORIDO HEADER
/*---------------------------------------------------*/

.orido_tm_header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding: 25px 150px;

  -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;
}
.orido_tm_header.animate {
  padding: 15px 150px;
  background-color: #fff;
}
.orido_tm_header .header_in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_header .logo img {
  width: 120px !important ;
  height: 70px !important;
}
.orido_tm_header .menu {
  position: relative;
}
.orido_tm_header .menu ul {
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.orido_tm_header .menu ul li {
  margin: 0px 50px 0px 0px;
}
.orido_tm_header .menu ul li:last-child {
  margin-right: 0px;
}
.orido_tm_header .menu ul li a {
  text-decoration: none;
  color: #5a5a5a;
}
.orido_tm_header .button a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: 700;
  font-family: var(--font-family-extra);
  display: inline-block;
  border-radius: 18px;
  border: 1px solid var(--main-color);
  padding: 17px 40px 18px 40px;

  -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;
}
.orido_tm_header .button a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.orido_tm_header .menu .ccc {
  position: absolute;
  bottom: 2px;
  width: 0;
  background-color: var(--main-color);
  display: block;
  height: 2px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*---------------------------------------------------*/
/*	04) ORIDO HERO
/*---------------------------------------------------*/

.orido_tm_hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  float: left;
}
.orido_tm_hero .container {
  min-height: 100vh;
}
.orido_tm_hero .content {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_hero .details {
  width: 50%;
  padding-right: 50px;
}
.orido_tm_hero .short {
  margin-bottom: 32px;
}
.orido_tm_hero .short h3 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -4px;
  margin-bottom: 11px;
}
.orido_tm_hero .short h3 .svg {
  width: 45px;
  height: 45px;
  position: relative;
  left: -7px;
}
.orido_tm_hero .short .job {
  display: inline-block;
  position: relative;
  font-size: 24px;
  padding-left: 97px;
}
.orido_tm_hero .short .job:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--main-color);
  left: 0px;
  top: 13px;
}

.orido_tm_hero .text {
  margin-bottom: 70px;
}
.orido_tm_hero .text p {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 26px;
  max-width: 400px;
}
.orido_tm_hero .buttons {
  display: flex;
  align-items: center;
}
.orido_tm_boxed_button {
  width: 100%;
  float: left;
}
.orido_tm_hero .orido_tm_boxed_button {
  width: auto;
}
.orido_tm_boxed_button a {
  text-decoration: none;
  color: #fdfdfd;
  font-family: var(--font-family-extra);
  font-weight: 700;
  background-color: #6244c5;
  border-radius: 16px;
  padding: 22px 40px 23px 40px;
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;

  -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;
}
.orido_tm_boxed_button a .svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-left: 6px;

  -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;
}
.orido_tm_boxed_button a:hover {
  background-color: var(--main-color);
}
.orido_tm_simple_button {
  width: 100%;
  float: left;
}
.orido_tm_hero .orido_tm_simple_button {
  width: auto;
  margin-left: 64px;
}
.orido_tm_simple_button a {
  text-decoration: none;
  color: var(--main-color);
  font-family: var(--font-family-extra);
  font-weight: 700;
}
.orido_tm_simple_button a .svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-left: 6px;
}
.line_effect {
  display: inline-block;
  position: relative;
}
.line_effect:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.line_effect:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.orido_tm_hero .orido_tm_follow {
  position: absolute;
  bottom: 120px;
}
.orido_tm_follow {
  display: flex;
  align-items: center;
}
.orido_tm_follow ul {
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
  top: 5px;
  margin-left: 20px;
}
.orido_tm_follow ul li {
  margin: 0px 20px 0px 0px;
}
.orido_tm_follow ul li:last-child {
  margin-right: 0px;
}
.orido_tm_follow ul li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #f6f6f6;
  border-radius: 100%;

  -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;
}
.orido_tm_follow ul li a:hover {
  background-color: var(--main-color);
}
.orido_tm_follow ul li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6244c5;
  -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;
}
.orido_tm_follow ul li:hover a {
  background-color: #6244c5;
}
.orido_tm_follow ul li a:hover .icon {
  color: #f6f6f6;
}
.orido_tm_follow span {
  font-size: 16px;
  font-weight: 500;
}
.orido_tm_down {
  position: absolute;
  left: 150px;
  bottom: 45px;
}
.orido_tm_down svg {
  width: 36px !important;
  height: 36px !important;
}
.orido_tm_down svg #wheel {
  animation: scroll ease 2s infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}
.orido_tm_hero .avatar {
  position: absolute;
  width: 41%;
  right: 0px;
  bottom: 0px;
}
.orido_tm_hero .avatar .img {
  position: relative;
  display: inline-block;
}
.orido_tm_hero .avatar img {
  max-height: 760px;
  max-width: 700px;
}
.orido_tm_hero .video_button img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.orido_tm_hero .video_button {
  position: absolute;
  bottom: 50px;
  right: -70px;
}
.orido_tm_hero .video_button a {
  position: relative;
}
.orido_tm_hero .video_button .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 2px;
}
.anim_circle {
  animation: animCircle 15s infinite linear;
}

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

/*---------------------------------------------------*/
/*	05) ORIDO ABOUT
/*---------------------------------------------------*/

.orido_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #6244c5;
  padding: 180px 0px 120px 0px;
  margin-bottom: 120px;
}
.orido_tm_about .about_in {
  width: 100%;
  height: auto;
  max-width: 1070px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.orido_tm_about .left {
  width: 50%;
  padding-right: 50px;
}
.orido_tm_about .left .box {
  background-color: #ffc448;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 85px;
  position: relative;
}
.orido_tm_about .left .year {
  font-family: var(--font-family-oswald);
  letter-spacing: -4px;
  font-weight: 800;
  font-size: 395px;
  position: relative;
  margin-right: -30px;
  margin-top: -95px;
  color: #6244c5;
  line-height: 1;
}
.orido_tm_about .experience {
  font-size: 24px;
  padding-left: 50px;
  margin-top: 6px;
  display: inline-block;
}
.orido_tm_about .name {
  font-size: 80px;
  color: #6244c5;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 300%;
}
.orido_tm_about .right {
  width: 50%;
  position: relative;
}
.orido_tm_about .element {
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 15px;
  margin-top: -20px;
}
.orido_tm_about .element .svg {
  width: 80px;
  height: 80px;
  color: transparent;
}
.orido_tm_main_title {
  width: 100%;
  float: left;
}
.orido_tm_about .orido_tm_main_title {
  margin-bottom: 30px;
}
.orido_tm_about .orido_tm_main_title h3 {
  color: #fff;
}
.orido_tm_about .orido_tm_main_title h3 span:before {
  background-color: #fff;
}
.orido_tm_main_title h3 {
  letter-spacing: -2px;
  font-size: 56px;
  font-weight: 700;
}
.orido_tm_main_title h3 span {
  position: relative;
}
.orido_tm_main_title h3 span:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--main-color);
  bottom: 16px;
  margin-left: 15px;
  left: 100%;
}
.orido_tm_about .right .text {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.orido_tm_about .right .text p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 32px;
}
.orido_tm_about .short {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.orido_tm_about .orido_tm_boxed_button {
  width: auto;
}
.orido_tm_about .orido_tm_boxed_button a {
  color: var(--main-color);
  background-color: #fff;
}
.orido_tm_about .orido_tm_boxed_button a:hover {
  color: #fff;
  background-color: var(--main-color);
}
.orido_tm_about .orido_tm_boxed_button a:hover .svg path {
  fill: #fff;
}
.orido_tm_about .short img {
  /* max-width: 200px; */
  /* max-height: 80px; */
  margin-left: 50px;
}
.signature {
  width: 300px !important;
}
/*---------------------------------------------------*/
/*	06) ORIDO INFORMATIONS
/*---------------------------------------------------*/

.orido_tm_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 125px;
}
.orido_tm_informations .informations_inner {
  width: 100%;
  height: auto;
  display: flex;
}
.orido_tm_informations .left {
  width: 45%;
  padding-right: 100px;
}
.orido_tm_informations .left .text {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 40px;
}
.orido_tm_informations .left .text p {
  margin-bottom: 35px;
}
.orido_tm_informations .left .text p:last-child {
  margin-bottom: 0px;
}
.orido_tm_informations .right {
  width: 55%;
  position: relative;
  top: 33px;
}
.orido_tm_informations .right .filter {
  width: 100%;
  float: left;
  position: relative;
}
.orido_tm_informations .right .filter .ccc {
  top: -16px;
  bottom: -20px;
  border: 1px solid var(--main-color);
  position: absolute;
  z-index: -1;
  border-radius: 16px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.orido_tm_informations .right .filter ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_informations .right .filter ul li {
  margin: 0px 70px 0px 0px;
  display: inline-block;
}
.orido_tm_informations .right .filter ul li:last-child {
  margin-right: 0px;
}
.orido_tm_informations .right .filter ul li a {
  text-decoration: none;
  color: var(--main-color);
  font-family: var(--font-family-extra);
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.orido_tm_informations .right .filter ul li a .svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-left: 6px;
}
.orido_tm_informations .right .filter ul li a span {
  position: relative;
  display: inline-block;
}
.orido_tm_informations .right .filter ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.orido_tm_informations .right .filter ul li a.current:before {
  opacity: 1;
  visibility: visible;
}
.orido_tm_informations .right .content {
  width: 100%;
  float: left;
}
.orido_tm_informations .right .content .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: none;
}
.orido_tm_informations .right .content .wrapper.current {
  display: block;
  -webkit-animation: slide-down 1s ease;
  -moz-animation: slide-down 1s ease;
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    -moz-transform: translateX(10%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
.orido_tm_informations .skillbox {
  width: 100%;
  float: left;
  margin-top: 110px;
}
.orido_tm_informations .skillbox ul {
  margin: 0px 0px 0px -20px;
  list-style-type: none;
}
.orido_tm_informations .skillbox ul li {
  margin: 0px 0px 45px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 20px;
}
.orido_tm_informations .skillbox ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.orido_tm_informations .skillbox .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--main-color);
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
}
.orido_tm_informations .skillbox .icon .in {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 6px;
}
.orido_tm_informations .skillbox .icon .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16px;
  height: 16px;
}
.orido_tm_informations .skillbox .name {
  font-family: var(--font-family-extra);
  color: #000;
}
.orido_tm_informations .skillbox .name span {
  font-weight: 700;
}
.orido_tm_informations .timelinebox {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.orido_tm_informations .timelinebox ul {
  margin: 0px 0px 0px -20px;
  list-style-type: none;
}
.orido_tm_informations .timelinebox ul li {
  margin: 0px 0px 37px 0px;
  width: 50%;
  float: left;
  padding-left: 20px;
}
.orido_tm_informations .timelinebox ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.orido_tm_informations .timelinebox .time {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.orido_tm_informations .timelinebox .time .year {
  color: #6244c5;
  display: block;
  margin-bottom: 2px;
}
.orido_tm_informations .timelinebox .job {
  width: 100%;
  float: left;
}
.orido_tm_informations .timelinebox .job h3 {
  font-size: 16px;
  /* font-weight: normal; */
}
.orido_tm_informations .timelinebox .job span {
  display: inline-block;
  position: relative;
}
.orido_tm_informations .timelinebox .job span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--main-color);
  top: -10px;
  left: 0px;
}
.orido_tm_informations .orido_tm_boxed_button a .svg path {
  fill: #fff;
}

.list_inner .right .main{
	width: 100%;
}

/*---------------------------------------------------*/
/*	07) ORIDO COUNTER
/*---------------------------------------------------*/

.orido_tm_counter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 92px;
}
.orido_tm_counter .counter_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.orido_tm_counter .counter_list ul {
  margin: 0px 0px 0px -30px;
  list-style-type: none;
}
.orido_tm_counter .counter_list ul li {
  margin: 0px 0px 30px 0px;
  float: left;
  padding-left: 30px;
  width: 25%;
  text-align: center;
}
.orido_tm_counter .counter_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.orido_tm_counter .counter_list ul li .list_inner:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background-color: #ffc448;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  z-index: -1;
}
.orido_tm_counter .counter_list h3 {
  font-weight: 400;
  font-size: 64px;
  font-family: var(--font-family-kaushan);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.orido_tm_counter .counter_list .title {
  position: relative;
  z-index: 2;
}

/*---------------------------------------------------*/
/*	08) ORIDO SERVICE
/*---------------------------------------------------*/

.orido_tm_full_link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
}
.orido_tm_service {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 120px 0px;
  background-color: #fafafb;
}
.orido_tm_service .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 100px;
  position: relative;
}
.orido_tm_service .ccc {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  background-color: #6244c5;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.orido_tm_service .service_list ul {
  margin: 0px;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
.orido_tm_service .service_list ul li {
  margin: 0px;
  border-bottom: 1px solid var(--main-color);
  position: relative;
}
.orido_tm_service .service_list ul li:first-child {
  border-top: 1px solid var(--main-color);
}
.orido_tm_service .service_list .list_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 27px;
  padding-bottom: 26px;
  padding-left: 25px;
  padding-right: 35px;
}
.orido_tm_service .service_list .left {
  width: 40%;
  display: flex;
}
.orido_tm_service .service_list .number {
  display: inline-block;
  color: #6244c5;
  font-size: 24px;
  font-family: var(--font-family-extra);

  -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;
}
.orido_tm_service .service_list .title {
  font-size: 30px;
  font-weight: 500;
  padding-left: 30px;

  -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;
}
.orido_tm_service .service_list .right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_service .service_list .right .text {
  padding-right: 150px;
}
.orido_tm_service .service_list .right .text p {
  -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;
}
.orido_tm_service .service_list .right .svg {
  width: 25px;
  height: 25px;

  -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;
}
.orido_tm_service .service_list .right .arrow {
  line-height: 1;
}
.orido_tm_service .service_list ul li:hover .number,
.orido_tm_service .service_list ul li.current .number {
  color: #fff;
}
.orido_tm_service .service_list ul li:hover .title,
.orido_tm_service .service_list ul li.current .title {
  color: #fff;
}
.orido_tm_service .service_list ul li:hover .right .text p,
.orido_tm_service .service_list ul li.current .right .text p {
  color: #fff;
}
.orido_tm_service .service_list ul li:hover .right .svg path,
.orido_tm_service .service_list ul li.current .right .svg path {
  fill: #fff;
}
.orido_tm_service .service_list ul li.mleave .number {
  color: #6244c5;
}
.orido_tm_service .service_list ul li.mleave .title {
  color: var(--main-color);
}
.orido_tm_service .service_list ul li.mleave .right .text p {
  color: var(--main-color);
}
.orido_tm_service .service_list ul li.mleave .right .svg path {
  fill: var(--main-color);
}

.services_Cats {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.services_Cats li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}

.services_Cats li::before {
  content: "🔹";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #3a78c7;
}

.services_Cats li:hover {
  color: #18436d;
  transition: color 0.3s ease-in-out;
}
.orido_tm_modalbox {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;

  -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;
}
.orido_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}
.orido_tm_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 968px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;

  -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;
}
.orido_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.orido_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0px;
  margin-left: 30px;
  z-index: 10;
}
.orido_tm_modalbox .close a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;

  -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;
}
.orido_tm_modalbox .close a:hover {
  border-radius: 100%;
}
.orido_tm_modalbox .close a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orido_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}
.orido_tm_modalbox .description_wrap:before {
  position: fixed;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: #fff;
  z-index: 2;
}
.orido_tm_modalbox .description_wrap:after {
  position: fixed;
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: #fff;
  z-index: 2;
}
.orido_tm_modalbox .description_wrap::-webkit-scrollbar {
  width: 11px;
}
.orido_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
.orido_tm_modalbox .description_wrap:-webkit-scrollbar-track {
  background: #fff;
}
.orido_tm_modalbox .description_wrap::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  border: 3px solid #fff;
}
.orido_tm_service .popup_service_image {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: -111;
}
.orido_tm_service .service_hidden_details {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: -111;
}
.orido_tm_modalbox .service_popup_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.orido_tm_modalbox .service_popup_informations .image {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 33px;
}
.orido_tm_modalbox .service_popup_informations .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}
.orido_tm_modalbox .service_popup_informations .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  border-radius: 12px;
}
.orido_tm_modalbox .service_popup_informations .main_title {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.orido_tm_modalbox .service_popup_informations .main_title h3 {
  font-size: 30px;
}
.orido_tm_modalbox .service_popup_informations .descriptions {
  width: 100%;
  float: left;
}
.orido_tm_modalbox .service_popup_informations .descriptions p {
  margin-bottom: 15px;
}
.orido_tm_modalbox .service_popup_informations .descriptions p:last-child {
  margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	09) ORIDO PORTFOLIO
/*---------------------------------------------------*/

.orido_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #ffc448;
  padding: 0px 0px 110px 0px;
}
.orido_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 65px;
  position: relative;
}
.orido_tm_portfolio .portfolio_list ul {
  margin: 0px;
  list-style-type: none;
  position: relative;
}
.orido_tm_portfolio .portfolio_list ul li {
  margin: 0px;
}
.orido_tm_portfolio .portfolio_list .image {
  position: relative;
  overflow: hidden;
}
.orido_tm_portfolio .portfolio_list .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}
.orido_tm_portfolio .portfolio_list .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1) translateZ(0);

  -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;
}
.orido_tm_portfolio .portfolio_list ul li:hover .image .main {
  transform: scale(1.1) translateZ(0);
}
.orido_tm_portfolio .portfolio_list .details {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.orido_tm_portfolio .portfolio_list .category {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 13px;
}
.orido_tm_portfolio .portfolio_list .title {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 500;
}
.orido_tm_portfolio .portfolio_list .title span {
  display: inline-block;
  position: relative;
}
.orido_tm_portfolio .portfolio_list .title span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  left: 0px;
  bottom: 3px;

  -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;
}
.orido_tm_portfolio .portfolio_list ul li:hover .title span:before {
  width: 0px;
}
.orido_tm_portfolio .prev_button,
.orido_tm_portfolio .next_button {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-top: -135px;
  border: 1px solid rgba(18, 0, 0, 0.2);

  -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;
}
.orido_tm_portfolio .prev_button:hover,
.orido_tm_portfolio .next_button:hover {
  border: 1px solid rgba(18, 0, 0, 0.5);
}
.orido_tm_portfolio .prev_button {
  left: -130px;
}
.orido_tm_portfolio .next_button {
  right: -130px;
}
.orido_tm_portfolio .prev_button .svg,
.orido_tm_portfolio .next_button .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;

  -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;
}
.orido_tm_portfolio .prev_button .svg {
  margin-left: -1px;
}
.orido_tm_portfolio .next_button .svg {
  margin-left: 1px;
}
.orido_tm_portfolio .prev_button:hover .svg {
  margin-left: -5px;
}
.orido_tm_portfolio .next_button:hover .svg {
  margin-left: 5px;
}
.orido_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}
.orido_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.orido_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.orido_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}
.orido_tm_modalbox .popup_details .top_image .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.orido_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.orido_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  font-family: var(--font-family-extra);
}
.orido_tm_modalbox .portfolio_main_title span a {
  text-decoration: none;
  color: #6f6b80;
}
.orido_tm_modalbox .portfolio_main_title h3 {
  font-size: 30px;
}
.orido_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}
.orido_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}
.orido_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}
.orido_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0px;
}
.orido_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}
.orido_tm_modalbox .main_details .detailbox > ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_modalbox .main_details .detailbox > ul > li {
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
}
.orido_tm_modalbox .main_details .detailbox > ul > li:last-child {
  margin-bottom: 0px;
}
.orido_tm_modalbox .main_details .detailbox .first {
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #000;
  font-family: var(--font-family-extra);
}
.orido_tm_modalbox .main_details .detailbox span {
  font-family: var(--font-family-extra);
}
.orido_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #7d7789;
}
.orido_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.orido_tm_modalbox .additional_images ul {
  margin: 0px 0px 0px -30px;
  list-style-type: none;
}
.orido_tm_modalbox .additional_images ul li {
  margin: 0px 0px 30px 0px;
  float: left;
  width: 50%;
  padding-left: 30px;
}
.orido_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}
.orido_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}
.orido_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}
.orido_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}
.orido_tm_modalbox .additional_images ul li .my_image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

/*---------------------------------------------------*/
/*	9) my portfolio
/*---------------------------------------------------*/
/* General Styles */

/* General Styles */

/* Portfolio Section */

/* General Styles */

/* Portfolio Section */
.portfolio {
  padding: 40px 20px;
}

/* Grid Layout for Projects */
.carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

/* Each Project Card */
.project {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  width: 31%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  transition: 0.5s;
}

.project:hover {
  transform: scale(1.05);
  border: 3px solid #fff;
  background-color: transparent;
}

.project img {
  width: 100%;
  border-radius: 8px;
}

.category {
  font-size: 14px;
  color: #555;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

/* Responsive Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 20px;
 
}

/* Modal Content */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 650px;
  height: 95%;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
   overflow: auto;
  
}

#modalTitle {
  margin-top: 10px;
}
/* Modal Image */
.modal-content img {
  width: 60%;
  border-radius: 8px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* Modal List Styles */
.modal-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.modal-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: left;
  /* width: 48%; */
}

/* Styling for each list item */
.modal-list li {
  position: relative;
  /* padding-left: 30px; */
  /* margin-bottom: 10px; */
  font-size: 16px;
  color: #333;
  line-height: 1.1;
  font-weight: 500;
}

/* Custom Bullet Point */
.modal-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #3a78c7;
}

/* Hover Effect */
.modal-list li:hover {
  color: #18436d;
  transition: color 0.3s ease-in-out;
}

/* Modal List Styles */
.modal-list {
  list-style: none;
  padding: 0;
  /* margin-top: 15px; */
  text-align: left;
}

/* Main List Items */
.modal-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}

/* Custom Bullet Point for Main Items */
.modal-list > li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #3a78c7;
}

/* Sub-List */
.sub-list {
  list-style: none;
  padding-left: 20px;
  margin-top: 8px;
}

/* Sub-List Items */
.sub-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

/* Custom Bullet Point for Sub-Items */
.sub-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  color: #666;
}

/* Hover Effect */
.modal-list li:hover {
  color: #18436d;
  transition: color 0.3s ease-in-out;
}


.modal-files h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #2c3e50;
}
.file-list {
  list-style: none;
  padding-left: 0;
}
.file-list li {
  margin-bottom: 8px;
}
.file-list li a {
  color: #007bff;
  text-decoration: none;
}
.file-list li a:hover {
  text-decoration: underline;
}

.modal-files h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.file-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-item span {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  flex: 1;
}

/* الزرين */
.view-btn,
.download-btn {
  padding: 6px 12px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  margin-left: 8px;
}

/* زرار العرض */
.view-btn {
  background-color: #007bff;
  color: white;
}
.view-btn:hover {
  background-color: #0056b3;
}

/* زرار التحميل */
.download-btn {
  background-color: #28a745;
  color: white;
}
.download-btn:hover {
  background-color: #1e7e34;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 12px 15px;
  border: 1px solid #e0e0e0; /* بوردر لطيف */
  border-left: 4px solid #3a78c7; /* خط جانبي بلون مميز */
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.3s;
}

.file-item:hover {
  background: #f8f9fa;
}


/* =============== MEDIA QUERIES =============== */

/* Tablets (768px and below) */
@media screen and (max-width: 768px) {
  .carousel {
    flex-direction: column;
    align-items: center;
  }

  .project {
    width: 80%;
    max-width: 300px;
  }

  .modal-content {
    max-width: 90%;
  }
}

/* Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
  .project {
    width: 100%;
    max-width: 280px;
  }

  .modal-content {
    padding: 15px;
    max-width: 90%;
  }

  h3 {
    font-size: 16px;
  }

  .modal-list li {
    font-size: 14px;
  }

  .close {
    font-size: 20px;
  }
}

/*---------------------------------------------------*/
/*	10) ORIDO TESTIMONIALS
/*---------------------------------------------------*/

.orido_tm_testimonials {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fafafb;
  padding: 120px 0px;
}
.orido_tm_testimonials .testimonials_in {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  padding-top: 75px;
}
.orido_tm_testimonials img {
  max-height: 400px;
  max-width: 350px;
}
.orido_tm_testimonials .info {
  padding-left: 70px;
}
.orido_tm_testimonials .text {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.orido_tm_testimonials .text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  font-family: var(--font-family-extra);
}
.orido_tm_testimonials .details {
  width: 100%;
  float: left;
  padding-left: 41px;
}
.orido_tm_testimonials .details .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
.orido_tm_testimonials .details .name span {
  position: relative;
  display: inline-block;
}
.orido_tm_testimonials .details .name span:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background-color: var(--main-color);
  top: 50%;
  transform: translateY(-50%);
  left: -41px;
}
.orido_tm_testimonials .details .job {
  font-size: 19px;
  color: #707070;
}

/*---------------------------------------------------*/
/*	11) ORIDO NEWS
/*---------------------------------------------------*/

.orido_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 120px 0px 0px 0px;
}
.orido_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 100px;
}
.orido_tm_news .news_list > ul {
  margin: 0px 0px 0px -30px;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.orido_tm_news .news_list > ul > li {
  margin: 0px 0px 30px 0px;
  float: left;
  width: 43%;
}
.orido_tm_news .news_list > ul > li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(255, 246, 217, 0.4);
  padding: 20px 20px 20px 30px;
}
.orido_tm_news .news_list > ul > li .left {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.orido_tm_news .metabox {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.orido_tm_news .metabox ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_news .metabox ul li {
  margin: 0px 15px 0px 0px;
  display: inline-block;
}
.orido_tm_news .metabox ul li:last-child {
  margin-right: 0px;
}
.orido_tm_news .metabox span {
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.orido_tm_news .metabox span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f26440;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.orido_tm_news .metabox a {
  color: var(--main-color);

  -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;
}
.orido_tm_news .metabox a:hover {
  color: #f26440;
}
.orido_tm_news .title {
  width: 100%;
  float: left;
  margin-bottom: 43px;
}
.orido_tm_news .title h3 {
  line-height: 0.9;
}
.orido_tm_news .title a {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.5s;
}
.orido_tm_news .title a:hover {
  background-size: 100% 1px;
}
.orido_tm_news .news_list > ul > li .right {
  width: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.orido_tm_news .news_list > ul > li .right img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}
.orido_tm_news .news_list > ul > li .right .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1) translateZ(0);

  -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;
}
.orido_tm_news .news_list > ul > li .right:hover .main {
  transform: scale(1.1) translateZ(0);
}
.orido_tm_news .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.orido_tm_news .shape .svg {
  width: 100%;
  height: 100%;
}
.orido_tm_news .news_hidden_details {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.modal_blog_h1 {
  text-align: center;
  color: #2c3e50;
  font-size: 28px;
}
.modal_blog_h2 {
  color: #6244c5;
  font-size: 24px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-top: 20px;
}
.modal_blog_p {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.modal_blog_ul {
  /* background: #f9f9f9; */
  padding: 15px;
  border-radius: 8px;
}
.modal_blog_ul li {
  margin-bottom: 8px;
}
.key-takeaway {
  font-weight: bold;
  color: #d9534f;
  font-size: 18px;
  background: #ffeaea;
  padding: 10px;
  border-radius: 5px;
}
.orido_tm_modalbox .news_popup_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.orido_tm_modalbox .news_popup_informations .image {
  position: relative;
  margin-bottom: 32px;
}
.orido_tm_modalbox .news_popup_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}
.orido_tm_modalbox .news_popup_informations .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  border-radius: 12px;
}
.orido_tm_modalbox .news_popup_informations .text {
  width: 100%;
  float: left;
}
.orido_tm_modalbox .news_popup_informations .text p {
  margin-bottom: 15px;
}
.orido_tm_modalbox .news_popup_informations .text p:last-child {
  margin-bottom: 0px;
}
.orido_tm_modalbox .metabox {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.orido_tm_modalbox .metabox ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_modalbox .metabox ul li {
  margin: 0px 15px 0px 0px;
  display: inline-block;
}
.orido_tm_modalbox .metabox ul li:last-child {
  margin-right: 0px;
}
.orido_tm_modalbox .metabox span {
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.orido_tm_modalbox .metabox span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f26440;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.orido_tm_modalbox .metabox a {
  color: var(--main-color);

  -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;
}
.orido_tm_modalbox .metabox a:hover {
  color: #f26440;
}
.orido_tm_modalbox .news_popup_informations .title h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

/*---------------------------------------------------*/
/*	12) ORIDO PARTNERS
/*---------------------------------------------------*/

.orido_tm_partners {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 40px 0px 110px 0px;
}
.orido_tm_partners .partners_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 35px;
  position: relative;
}
.orido_tm_partners .partners_list ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_partners .partners_list ul li {
  margin: 0px;
}
.orido_tm_partners .partners_list ul li img {
  opacity: 0.5;

  -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;
}
.orido_tm_partners .partners_list ul li:hover img {
  opacity: 1;
}

/*---------------------------------------------------*/
/*	13) ORIDO CONTACT
/*---------------------------------------------------*/

.orido_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: var(--main-color);
  padding: 135px 0px 120px 0px;
  position: relative;
}
.orido_tm_contact .infobox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 116px;
}
.orido_tm_contact .infobox .video_button {
  position: relative;
}
.orido_tm_contact .infobox .video_button img {
  max-width: 172px;
  max-height: 172px;
}
.orido_tm_contact .infobox .video_button a {
  position: relative;
}
.orido_tm_contact .infobox .video_button .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 2px;
}
.orido_tm_contact .infobox .video_button .svg path {
  fill: #000;
}
.orido_tm_contact .orido_tm_boxed_button {
  width: auto;
}
.orido_tm_contact .text h3 {
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 25px;
}
.orido_tm_contact .text {
  padding: 0px 115px;
}
.orido_tm_contact .text p {
  font-weight: 300;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
}
.orido_tm_contact .connect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_contact .connect .left ul {
  margin: 0px;
  list-style-type: none;
}
.orido_tm_contact .connect .left ul li {
  margin: 0px 50px 0px 0px;
  display: inline-block;
}
.orido_tm_contact .connect .left ul li:last-child {
  margin-right: 0px;
}
.orido_tm_contact .connect .name {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 10px;
}
.orido_tm_contact .connect p {
  display: block;
  color: #fff;
  font-size: 36px;
  font-family: var(--font-family-extra);
  font-weight: 500;
}
.orido_tm_contact .connect p a {
  color: #fff;
}
.orido_tm_contact .connect .line_effect:after {
  bottom: -7px;
}
.orido_tm_contact .orido_tm_follow span {
  color: #fff;
}

.orido_tm_contact .orido_tm_boxed_button a:hover {
  background-color: #fff;
  color: var(--main-color);
}
.orido_tm_contact .orido_tm_boxed_button a:hover .svg path {
  fill: var(--main-color);
}
.orido_tm_contact .element {
  position: absolute;
  bottom: -60px;
  left: 0px;
}
.orido_tm_contact .element .svg {
  width: 100%;
  height: 100%;
  color: transparent;
}
.orido_tm_contact .element2 {
  position: absolute;
  right: 200px;
  top: 150px;
}
.orido_tm_contact .element2 .svg {
  width: 100%;
  height: 100%;
  color: transparent;
}

/*---------------------------------------------------*/
/*	14) ORIDO COPYRIGHT
/*---------------------------------------------------*/

.orido_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #ffc448;
  padding: 25px 0px;
}
.orido_tm_copyright .copyright_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orido_tm_copyright .logo img {
  max-width: 170px;
  max-height: 80px;
}
.orido_tm_copyright .copy p {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
}
.orido_tm_copyright .copy a {
  color: var(--main-color);
}

/*---------------------------------------------------*/
/*	15) ORIDO MAGIC CURSOR
/*---------------------------------------------------*/

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #6244c5;
  -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;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #6244c5;
  opacity: 0.3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #6244c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.orido_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/*---------------------------------------------------*/
/*	16) ORIDO TOTOP
/*---------------------------------------------------*/

.progressbar {
  position: fixed;
  height: 100px;
  width: 1px;
  bottom: 25px;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 10;

  -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;
}
.progressbar.animate {
  right: 25px;
}
.progressbar .line {
  position: absolute;
  width: 1px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.progressbar .text {
  position: absolute;
  bottom: 100px;
  left: 0px;
  font-size: 13px;
  transform: rotateZ(90deg);
  text-transform: uppercase;
  transform-origin: left;
  white-space: nowrap;
}
.progressbar a {
  text-decoration: none;
  color: #000;
}

/*---------------------------------------------------*/
/*	17) ORIDO MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  .container {
    max-width: 1130px;
    padding: 0px 30px;
  }
  .orido_tm_header {
    padding: 20px 60px;
  }
  .orido_tm_header.animate {
    padding: 10px 60px;
  }
  .orido_tm_header .menu ul li {
    margin-right: 45px;
  }
  /* .orido_tm_header .logo img{max-width: 145px;max-height: 80px;} */
  .orido_tm_header .button a {
    padding: 9px 30px 10px 30px;
  }
  .orido_tm_hero .short {
    margin-bottom: 25px;
  }
  .orido_tm_hero .short h3 {
    font-size: 65px;
    margin-bottom: 7px;
  }
  .orido_tm_hero .short .job {
    font-size: 20px;
    padding-left: 87px;
  }
  .orido_tm_hero .short .job:before {
    width: 70px;
  }
  .orido_tm_hero .short h3 .svg {
    width: 38px;
    height: 38px;
  }
  .orido_tm_hero .text {
    margin-bottom: 45px;
  }
  .orido_tm_hero .text p {
    font-size: 15px;
  }
  .orido_tm_boxed_button a {
    padding: 15px 30px 16px 30px;
  }
  .orido_tm_hero .orido_tm_simple_button {
    margin-left: 45px;
  }
  .orido_tm_down {
    bottom: 15px;
    left: 60px;
  }
  .orido_tm_hero .orido_tm_follow {
    bottom: 60px;
  }
  .orido_tm_follow ul li a {
    width: 50px;
    height: 50px;
  }
  .orido_tm_follow ul li {
    margin-right: 10px;
  }
  .orido_tm_follow ul {
    margin-left: 10px;
  }
  .orido_tm_follow span {
    font-size: 15px;
  }
  .orido_tm_hero .avatar img {
    max-height: 530px;
    max-width: 500px;
  }
  .orido_tm_hero .video_button img {
    max-width: 150px !important;
    max-height: 150px !important;
  }
  .orido_tm_hero .video_button {
    bottom: 45px;
    right: -45px;
  }
  .orido_tm_about {
    padding-top: 160px;
  }
  .orido_tm_about .left .year {
    font-size: 330px;
    margin-top: -85px;
  }
  .orido_tm_about .experience {
    padding-left: 40px;
    font-size: 18px;
    margin-top: 3px;
  }
  .orido_tm_about .name {
    font-size: 55px;
    left: -10px;
    bottom: -20px;
  }
  .orido_tm_about .left .box {
    padding-bottom: 70px;
  }
  .orido_tm_about .about_in {
    max-width: 950px;
  }
  .orido_tm_about .orido_tm_main_title {
    margin-bottom: 25px;
  }
  .orido_tm_main_title h3 {
    font-size: 45px;
  }
  .orido_tm_main_title h3 span:before {
    width: 65px;
    margin-left: 10px;
  }
  .orido_tm_about .short img {
    margin-left: 40px;
  }
  .orido_tm_about .right .text {
    margin-bottom: 40px;
  }
  .orido_tm_informations .skillbox {
    margin-top: 85px;
  }
  .orido_tm_portfolio .prev_button,
  .orido_tm_portfolio .next_button {
    width: 65px;
    height: 65px;
    margin-top: -120px;
  }
  .orido_tm_portfolio .prev_button .svg,
  .orido_tm_portfolio .next_button .svg {
    width: 24px;
    height: 24px;
  }
  .orido_tm_portfolio .prev_button {
    left: -80px;
  }
  .orido_tm_portfolio .next_button {
    right: -80px;
  }
  .orido_tm_portfolio .portfolio_list .title {
    font-size: 28px;
  }
  .orido_tm_portfolio .portfolio_list .category {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .orido_tm_portfolio .portfolio_list .details {
    margin-bottom: 22px;
  }
  .orido_tm_testimonials .text p {
    font-size: 22px;
    line-height: 34px;
  }
  .orido_tm_testimonials .details .name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .orido_tm_testimonials .details .job {
    font-size: 17px;
  }
  .orido_tm_news .metabox span {
    font-size: 14px;
  }
  .orido_tm_news .metabox ul li {
    margin-right: 5px;
  }
  .orido_tm_news .title a {
    font-size: 18px;
  }
  .orido_tm_news .title {
    margin-bottom: 35px;
  }
  .orido_tm_contact .text h3 {
    font-size: 48px;
    margin-bottom: 18px;
  }
  .orido_tm_contact .connect p {
    font-size: 25px;
  }
  .orido_tm_contact .orido_tm_follow ul li a {
    width: 50px;
    height: 50px;
  }
  .orido_tm_contact .orido_tm_follow ul li {
    margin-right: 10px;
  }
  .orido_tm_contact .orido_tm_follow ul {
    margin-left: 10px;
  }
  .orido_tm_contact .orido_tm_follow span {
    font-size: 15px;
  }
  .orido_tm_copyright .logo img {
    max-width: 145px;
    max-height: 80px;
  }
  .orido_tm_modalbox .box_inner {
    top: 50px;
    bottom: 50px;
    width: 800px;
  }
  .orido_tm_modalbox .close {
    margin-left: 20px;
  }
  .orido_tm_modalbox .description_wrap {
    padding: 40px;
  }
  .orido_tm_modalbox .description_wrap:before {
    height: 40px;
  }
  .orido_tm_modalbox .description_wrap:after {
    height: 40px;
  }
  .orido_tm_contact .element .svg {
    width: 80%;
    height: 80%;
  }
  .orido_tm_contact .element {
    left: -50px;
  }
  .orido_tm_contact .element2 {
    right: 40px;
  }
  .orido_tm_contact .element2 .svg {
    width: 70%;
    height: 70%;
  }
}
@media (max-width: 1200px) {
  .orido_tm_modalbox .box_inner {
    width: 500px;
    top: 70px;
    bottom: 70px;
  }
  .orido_tm_modalbox .description_wrap {
    padding: 35px;
  }
  .orido_tm_modalbox .portfolio_main_title {
    margin-bottom: 10px;
  }
  .orido_tm_modalbox .portfolio_main_title h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .orido_tm_modalbox .main_details {
    flex-direction: column;
  }
  .orido_tm_modalbox .main_details .textbox {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .orido_tm_modalbox .main_details .detailbox {
    padding-left: 0px;
    width: 100%;
  }
  .orido_tm_modalbox .additional_images ul {
    margin: 0px;
  }
  .orido_tm_modalbox .additional_images ul li {
    width: 100% !important;
    padding-left: 0px;
  }
  .orido_tm_modalbox .description_wrap:before {
    height: 35px;
  }
  .orido_tm_modalbox .description_wrap:after {
    height: 35px;
  }
  .orido_tm_modalbox .service_popup_informations .main_title h3 {
    font-size: 22px;
  }
  .orido_tm_modalbox .news_popup_informations .details h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .orido_tm_modalbox .news_popup_informations .image {
    margin-bottom: 27px;
  }
  .orido_tm_modalbox .news_popup_informations .details {
    margin-bottom: 15px;
  }
}
@media (max-width: 1040px) {
  body {
    font-size: 15px;
  }
  .mouse-cursor {
    display: none;
  }
  #preloader {
    /* display: none; */
  }
  .container {
    padding: 0px 20px;
  }
  .orido_tm_header {
    display: none;
  }
  .orido_tm_mobile_menu {
    display: block;
  }
  .orido_tm_hero .avatar {
    display: none;
  }
  .orido_tm_hero .details {
    padding-right: 0px;
    width: 100%;
  }
  .orido_tm_hero .short h3 {
    font-size: 48px;
  }
  .orido_tm_hero .short h3 .svg {
    width: 25px;
    height: 25px;
    left: 0px;
  }
  .orido_tm_hero .short .job {
    font-size: 16px;
    padding-left: 60px;
  }
  .orido_tm_hero .short .job:before {
    width: 43px;
  }
  .orido_tm_boxed_button a {
    padding: 12px 25px 13px 25px;
  }
  .orido_tm_hero .orido_tm_simple_button {
    margin-left: 30px;
  }
  .orido_tm_simple_button a .svg {
    width: 20px;
    height: 20px;
    margin-left: 0px;
  }
  .orido_tm_hero .text {
    margin-bottom: 35px;
  }
  .orido_tm_follow ul li a {
    width: 40px;
    height: 40px;
  }
  .orido_tm_follow span {
    font-size: 14px;
  }
  .orido_tm_hero .orido_tm_follow {
    bottom: 100px;
  }
  .orido_tm_down {
    bottom: 10px;
    left: 20px;
  }
  .orido_tm_about .about_in {
    padding: 0px 20px;
  }
  .orido_tm_about .about_in {
    flex-direction: column;
  }
  .orido_tm_about .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .orido_tm_about .right {
    width: 100%;
  }
  .orido_tm_about .element {
    display: none;
  }
  .orido_tm_main_title h3 {
    font-size: 35px;
  }
  .orido_tm_main_title h3 span:before {
    width: 45px;
    bottom: 13px;
  }
  .orido_tm_about .left .year {
    font-size: 280px;
    margin-top: -75px;
  }
  .orido_tm_about .experience {
    font-size: 15px;
    padding-left: 35px;
  }
  .orido_tm_about .name {
    font-size: 47px;
    left: -12px;
    bottom: -16px;
  }
  .orido_tm_about .short img {
    margin-left: 25px;
  }
  .orido_tm_informations .informations_inner {
    flex-direction: column;
  }
  .orido_tm_informations .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .orido_tm_informations .right {
    width: 100%;
    top: 0px;
  }
  .orido_tm_informations .right .filter .ccc {
    display: none;
  }
  .orido_tm_informations .right .filter ul li {
    margin-bottom: 7px;
  }
  .orido_tm_informations .right .filter ul li a .svg {
    margin-left: 0px;
    width: 20px;
    height: 20px;
  }
  .orido_tm_informations .timelinebox {
    margin-top: 55px;
  }
  .orido_tm_informations .skillbox {
    margin-top: 50px;
  }
  .orido_tm_service .service_list .list_inner {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
  }
  .orido_tm_service .service_list .right .arrow {
    display: none;
  }
  .orido_tm_service .service_list .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .orido_tm_service .service_list .right {
    width: 100%;
    display: block;
  }
  .orido_tm_service .service_list .right .text {
    padding-right: 0px;
  }
  .orido_tm_service .service_list .title {
    font-size: 25px;
    padding-left: 10px;
  }
  .orido_tm_service .service_list .number {
    font-size: 16px;
  }
  .orido_tm_portfolio .prev_button,
  .orido_tm_portfolio .next_button {
    display: none;
  }
  .orido_tm_portfolio .portfolio_list .title {
    font-size: 25px;
  }
  .orido_tm_portfolio .portfolio_list .category {
    font-size: 15px;
  }
  .orido_tm_testimonials .testimonials_in {
    flex-direction: column;
    align-items: baseline;
  }
  .orido_tm_testimonials img {
    max-width: 250px;
    max-height: 250px;
    margin-bottom: 30px;
  }
  .orido_tm_testimonials .info {
    padding-left: 0px;
  }
  .orido_tm_testimonials .text p {
    font-size: 18px;
  }
  .orido_tm_testimonials .details .name {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .orido_tm_testimonials .details .job {
    font-size: 15px;
  }
  .orido_tm_news .news_list > ul {
    margin: 0px;
  }
  .orido_tm_news .news_list > ul > li {
    width: 100%;
    padding-left: 0px;
  }
  .orido_tm_contact .infobox {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
  }
  .orido_tm_contact .infobox .video_button img {
    max-width: 120px;
    max-height: 120px;
  }
  .orido_tm_contact .infobox .video_button .svg {
    width: 20px;
    height: 20px;
  }
  .orido_tm_contact .text {
    padding: 0px;
    margin-bottom: 20px;
  }
  .orido_tm_contact .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .orido_tm_contact .infobox .video_button {
    margin-bottom: 20px;
  }
  .orido_tm_contact .connect {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
  }
  .orido_tm_contact .connect .left ul li {
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .orido_tm_contact .connect p {
    font-size: 20px;
  }
  .orido_tm_contact .connect .left {
    margin-bottom: 20px;
  }
  .orido_tm_copyright .copyright_inner {
    flex-direction: column;
  }
  .orido_tm_copyright .logo {
    margin-bottom: 10px;
  }
  .orido_tm_copyright .logo img {
    max-width: 110px;
  }
  .orido_tm_modalbox .popup_details .top_image {
    margin-bottom: 27px;
  }
  .orido_tm_modalbox .service_popup_informations .image {
    margin-bottom: 27px;
  }
  .orido_tm_modalbox .service_popup_informations .main_title {
    margin-bottom: 13px;
  }
  .orido_tm_contact .element {
    display: none;
  }
  .orido_tm_contact .element2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .orido_tm_informations .skillbox ul li {
    width: 50%;
  }
  .orido_tm_informations .timelinebox ul {
    margin-left: 0px;
  }
  .orido_tm_informations .timelinebox ul li {
    width: 100%;
    padding-left: 0px;
  }
  .orido_tm_counter .counter_list ul li {
    width: 50%;
  }
  .orido_tm_counter .counter_list h3 {
    font-size: 45px;
  }
  .orido_tm_counter .counter_list ul li .list_inner:before {
    width: 45px;
    height: 45px;
  }
  .orido_tm_news .news_list > ul > li .list_inner {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .orido_tm_news .shape {
    display: none;
  }
  .orido_tm_news .news_list > ul > li .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .orido_tm_news .news_list > ul > li .left {
    width: 100%;
    padding-right: 0px;
  }
  .orido_tm_news .news_list > ul > li .list_inner {
    padding: 20px;
  }
  .orido_tm_modalbox .box_inner {
    width: 300px;
  }
  .orido_tm_modalbox .close {
    left: auto;
    right: 0;
    margin-left: 0;
    top: -40px;
  }
  .orido_tm_modalbox .close a {
    width: 30px;
    height: 30px;
  }
  .orido_tm_modalbox .description_wrap {
    padding: 20px;
  }
  .orido_tm_modalbox .description_wrap:before {
    height: 20px;
  }
  .orido_tm_modalbox .description_wrap:after {
    height: 20px;
  }
}
