@charset "utf-8";
.elisc_tm_mobile_menu .avatar .image,
.elisc_tm_portfolio .portfolio_list .main,
.elisc_tm_sidebar .author .main,
.elisc_tm_testimonials .short .image .main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
img.svg,
svg {
  height: 15px;
}
body,
html {
  overflow-x: hidden;
}
.elisc_tm_counter span,
body {
  font-family: var(--font-karla);
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
:root {
  --main-color: #55527c;
  --dark-color: #130f49;
  --yellow-color: #ff972d;
  --blue-color: #a5a6ff;
  --font-inter: "Inter", sans-serif;
  --font-karla: "Karla", sans-serif;
  --font-kristi: "Kristi", cursive;
}
html {
  padding: 0;
  margin: 0;
}
body {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: var(--main-color);
  scrollbar-width: thin;
  scrollbar-color: var(--blue-color) #fff;
}
svg {
  fill: currentcolor;
  width: 15px;
}
::-webkit-input-placeholder {
  color: rgba(85, 82, 124, 0.6);
}
:-moz-placeholder {
  color: rgba(85, 82, 124, 0.6);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(85, 82, 124, 0.6);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(85, 82, 124, 0.6);
}
::-ms-input-placeholder {
  color: rgba(85, 82, 124, 0.6);
}
.elisc_tm_sticky_section {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  overflow: visible;
  top: 120px;
}
.elisc_tm_sticky_section:after {
  clear: both;
  display: table;
  content: "";
}
h3 {
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--font-inter);
  color: var(--dark-color);
  font-size: 30px;
}
body::-webkit-scrollbar {
  width: 11px;
}
body:-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue-color);
  border-radius: 6px;
  border: 3px solid #fff;
}
.elisc_tm_section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: visibility 1s linear, opacity linear;
  -moz-transition: visibility 1s linear, opacity linear;
  -webkit-transition: visibility1s linear, opacity linear;
  -o-transition: visibility 1s linear, opacity linear;
}
.elisc_tm_mobile_menu,
.elisc_tm_topbar {
  z-index: 15;
  background-color: #fff;
  position: fixed;
}
.elisc_tm_mobile_menu,
.elisc_tm_sidebar .menu ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.elisc_tm_section.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.elisc_tm_section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.elisc_tm_section::-webkit-scrollbar {
  width: 0;
}
.elisc_tm_mainpart {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  padding-left: 370px;
}
.elisc_tm_mainpart .mainpart_inner {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  position: relative;
}
.tm_content {
  width: 100%;
  max-width: 1250px;
  height: auto;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
}
.elisc_tm_topbar {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: none;
}
.elisc_tm_topbar .topbar_inner {
  width: 100%;
  height: 100%;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.elisc_tm_topbar .logo img {
  max-width: 100px;
  max-height: 40px;
}
.elisc_tm_topbar .logo[data-type="image"] .image {
  display: inline-block;
}
.elisc_tm_topbar .logo[data-type="image"] .text {
  display: none;
}
.elisc_tm_topbar .logo .text {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 50px;
}
.elisc_tm_topbar .hamburger {
  padding: 0;
}
.elisc_tm_topbar .hamburger-inner,
.elisc_tm_topbar .hamburger-inner:after,
.elisc_tm_topbar .hamburger-inner:before {
  width: 30px;
  height: 2px;
}
.elisc_tm_topbar .trigger {
  position: relative;
  top: 5px;
}
.elisc_tm_topbar .hamburger-box {
  width: 30px;
}
.elisc_tm_mobile_menu {
  top: 50px;
  right: -200px;
  height: 100vh;
  width: 200px;
  transition: 0.3s;
}
.elisc_tm_mobile_menu .inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 70px 20px 20px;
}
.elisc_tm_mobile_menu .menu_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 50px;
}
.elisc_tm_contact .fields ul,
.elisc_tm_mobile_menu .menu_list ul,
.elisc_tm_mobile_menu .social ul {
  margin: 0;
  list-style-type: none;
}
.elisc_tm_mobile_menu .menu_list ul li {
  margin: 0 0 7px;
}
.elisc_tm_mobile_menu .menu_list ul li a {
  text-decoration: none;
  color: var(--dark-color);
}
.elisc_tm_mobile_menu .social {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.elisc_tm_mobile_menu .social ul li {
  margin: 0 8px 0 0;
  display: inline-block;
}
.elisc_tm_mobile_menu .social ul li:last-child,
.elisc_tm_portfolio_title .buttons a:last-child,
.elisc_tm_sidebar .social ul li:last-child {
  margin-right: 0;
}
.elisc_tm_mobile_menu .social ul li a {
  text-decoration: none;
  color: #333;
}
.elisc_tm_biography .info,
.elisc_tm_button,
.elisc_tm_contact .fields .first,
.elisc_tm_contact .wrapper .info,
.elisc_tm_experience .text,
.elisc_tm_home .info,
.elisc_tm_mobile_menu .copyright,
.elisc_tm_news .list .title,
.elisc_tm_portfolio .portfolio_list .details,
.elisc_tm_sidebar .menu,
.elisc_tm_title {
  width: 100%;
  float: left;
}
.elisc_tm_mobile_menu .copyright p {
  color: var(--dark-color);
}
.elisc_tm_sidebar {
  width: 370px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  border-right: 1px solid rgba(85, 82, 124, 0.1);
}
.elisc_tm_sidebar .sidebar_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
}
.elisc_tm_sidebar .author {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.elisc_tm_sidebar .author .image {
  position: relative;
  width: 118px;
  display: inline-block;
}
.elisc_tm_sidebar .author .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}
.elisc_tm_sidebar .author .main,
.elisc_tm_testimonials .short .image .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}
.elisc_tm_sidebar .author .main:before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: var(--blue-color);
  z-index: -1;
  border-radius: 100%;
}
.elisc_tm_sidebar .name {
  width: 100%;
  float: left;
  margin-top: -9px;
}
.elisc_tm_sidebar .name span {
  position: relative;
  font-style: italic;
  font-size: 88px;
  font-family: var(--font-kristi);
  line-height: 1;
  color: rgba(19, 15, 73, 0.07);
  display: block;
}
.elisc_tm_sidebar .name .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 30px;
  color: var(--dark-color);
  font-style: normal;
  margin-top: 5px;
}
.elisc_tm_biography .title .mini,
.elisc_tm_counter span,
.elisc_tm_title span {
  font-weight: 500;
  text-transform: uppercase;
}
.elisc_tm_sidebar .menu ul {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.elisc_tm_sidebar .menu ul li {
  margin: 0 0 15px;
}
.dodo_tm_one_page_wrapper .elisc_tm_testimonial_wrapper,
.elisc_tm_biography .text p:last-child,
.elisc_tm_contact .wrapper .info ul li:last-child,
.elisc_tm_news .list ul li:last-child,
.elisc_tm_sidebar .menu ul li:last-child {
  margin-bottom: 0;
}
.elisc_tm_sidebar .menu ul li a {
  color: var(--main-color);
  transition: 0.3s;
}
.blueColor,
.elisc_tm_sidebar .menu ul li a:hover,
.elisc_tm_sidebar .menu ul li.active a {
  color: var(--blue-color);
}
.elisc_tm_sidebar .copyright {
  position: absolute;
  bottom: 50px;
}
.elisc_tm_sidebar .social {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.elisc_tm_biography .info ul,
.elisc_tm_contact .wrapper .info ul,
.elisc_tm_news .list ul,
.elisc_tm_sidebar .social ul {
  margin: 0;
}
.elisc_tm_sidebar .social ul li {
  margin: 0 3px 0 0;
  display: inline-block;
}
.elisc_tm_sidebar .social ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(19, 15, 73, 0.05);
  color: var(--dark-color);
}
.elisc_tm_sidebar .social ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.elisc_tm_sidebar .text {
  padding: 0 50px;
}
.elisc_tm_home {
  width: 100%;
  min-height: 100vh;
  clear: both;
  float: left;
  background-color: #effbf8;
}
.elisc_tm_home .details {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.elisc_tm_home .details .left,
.elisc_tm_news .list .info {
  width: 50%;
}
.elisc_tm_home .title {
  width: 100%;
  float: left;
  margin-bottom: 21px;
}
.elisc_tm_home .title h3 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
}
.elisc_tm_home .title span {
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
}
.elisc_tm_biography .info ul li a:hover,
.elisc_tm_home .info ul li a:hover,
.elisc_tm_portfolio .portfolio_list .details .category a:hover,
.yellowColor {
  color: var(--yellow-color);
}
.elisc_tm_home .subtitle {
  width: 100%;
  max-width: 80%;
  float: left;
  margin-bottom: 40px;
}
.elisc_tm_button a,
.elisc_tm_button input[type="submit"] {
  color: #fff;
  background-color: #130f49;
  display: inline-block;
  border: 1.5px solid #130f49;
  border-radius: 4px;
  padding: 9px 40px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_button a:hover,
.elisc_tm_button input[type="submit"]:hover,
.elisc_tm_button[data-style="border"] a {
  background-color: transparent;
  color: #55527c;
}
.elisc_tm_button[data-style="border"] a:hover {
  background-color: #130f49;
  color: #fff;
}
.elisc_tm_home .buttons {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}
.elisc_tm_home .elisc_tm_button,
.elisc_tm_news .list .elisc_tm_read_more,
.elisc_tm_portfolio_title .elisc_tm_title {
  width: auto;
}
.elisc_tm_home .elisc_tm_button:nth-child(2) {
  margin-left: 15px;
}
.elisc_tm_home .info ul {
  margin: 0;
  position: relative;
}
.elisc_tm_home .info ul:before {
  position: absolute;
  content: "";
  width: 4px;
  background-color: var(--yellow-color);
  top: 0;
  bottom: 0;
}
.elisc_tm_home .info ul li {
  padding-left: 15px;
}
.elisc_tm_home .info ul li a {
  color: #130f49;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_contact .wrapper .right,
.elisc_tm_home .details .right {
  width: 50%;
  height: 50%;
  padding-left: 50px;
}
.elisc_tm_about {
  width: 100%;
  float: left;
  padding-top: 130px;
}
.elisc_tm_biography {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 40px;
}
.elisc_tm_biography .left {
  width: 40%;
}
.elisc_tm_biography .title {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.elisc_tm_biography .title .mini {
  display: block;
  margin-bottom: 12px;
}
.elisc_tm_biography .name {
  font-weight: 800;
  font-size: 40px;
}
.elisc_tm_biography .job {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-color);
}
.elisc_tm_biography .right {
  width: 60%;
}
.elisc_tm_biography .text {
  width: 100%;
  float: left;
  margin-bottom: 44px;
}
.elisc_tm_biography .text p {
  margin-bottom: 30px;
}
.elisc_tm_biography .info ul li {
  margin: 0 40px 20px 0;
  display: inline-block;
}
.elisc_tm_biography .info ul li span {
  display: block;
}
.elisc_tm_biography .info ul li span:first-child {
  text-transform: uppercase;
  text-decoration: underline;
}
.elisc_tm_biography .info ul li span:last-child {
  font-family: var(--font-inter);
  font-weight: 700;
  color: var(--dark-color);
}
.elisc_tm_biography .info ul li a {
  color: var(--dark-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_counter {
  width: 100%;
  float: left;
  margin-bottom: 90px;
}
.elisc_tm_counter ul {
  margin: 0 0 0 -30px;
}
.elisc_tm_counter ul li {
  margin: 0 0 30px;
  float: left;
  width: 33.3333%;
  padding-left: 30px;
}
.elisc_tm_counter ul li .list_inner {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 60px 20px;
  border-radius: 4px;
  overflow: hidden;
}
.elisc_tm_counter ul li .list_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(3.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(3.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.elisc_tm_experience .list ul li .list_inner,
.elisc_tm_portfolio_title .buttons a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.elisc_tm_counter ul li .list_inner:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(3.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.elisc_tm_counter ul li:first-child .list_inner {
  background-color: #d3f4ec;
}
.elisc_tm_counter ul li:nth-child(2) .list_inner {
  background-color: #fce8d4;
}
.elisc_tm_counter ul li:nth-child(3) .list_inner {
  background-color: #e3f9e0;
}
.elisc_tm_counter h3 {
  font-size: 40px;
  margin-bottom: 7px;
}
.elisc_tm_experience {
  width: 100%;
  float: left;
  background-color: #f3f9ff;
  padding: 100px 0 70px;
}
.elisc_tm_testimonials .job,
.elisc_tm_title[data-position="center"] {
  text-align: center;
}
.elisc_tm_title span {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 12px;
}
.elisc_tm_title h3 {
  font-size: 40px;
  font-weight: 800;
}
.elisc_tm_experience .list {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.elisc_tm_experience .list ul {
  margin: 0 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.elisc_tm_experience .list ul li {
  margin: 0 0 40px;
  padding-left: 30px;
  width: 50%;
  float: left;
}
.elisc_tm_experience .list ul li .list_inner {
  width: 100%;
  clear: both;
  float: left;
  background-color: #fff;
  border: 1px solid #f9fafc;
  border-radius: 4px;
  box-shadow: 30px 40px 80px #e4edf5;
  padding: 45px 70px;
  transition: 0.3s;
}
.elisc_tm_experience .list ul li .list_inner:hover {
  transform: translateY(-5px);
}
.elisc_tm_experience .short {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.elisc_tm_experience .job span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}
.elisc_tm_experience .job h3 {
  font-size: 20px;
}
.elisc_tm_experience .place span {
  font-weight: 500;
  font-family: var(--font-inter);
}
.elisc_tm_experience .text p {
  opacity: 0.7;
}
.elisc_tm_read_more {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.elisc_tm_read_more a {
  color: #130f49;
  font-family: var(--font-inter);
  font-weight: 500;
}
.elisc_tm_read_more span {
  padding-left: 20px;
  position: relative;
  top: -1px;
}
.elisc_tm_full_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.elisc_tm_portfolio {
  width: 100%;
  float: left;
  padding-top: 120px;
}
.elisc_tm_portfolio_title {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.elisc_tm_portfolio_title .buttons a {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  border: 1px solid #130f49;
  display: inline-block;
  margin-right: 12px;
  transition: 0.3s;
}
.elisc_tm_portfolio_title .buttons a:hover {
  background-color: #130f49;
}
.elisc_tm_portfolio_title .buttons .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  color: #130f49;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_portfolio_title .buttons a:hover .svg {
  color: #fff;
}
.elisc_tm_portfolio .portfolio_list {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 120px;
}
.elisc_tm_portfolio .portfolio_list .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 25px;
}
.elisc_tm_portfolio .portfolio_list .image img {
  min-width: 70%;
  position: relative;
  opacity: 0;
}
.elisc_tm_portfolio .portfolio_list .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_portfolio .portfolio_list .image:hover .main {
  transform: scale(1.1);
}
.elisc_tm_portfolio .portfolio_list .details .category {
  display: inline-block;
  margin-bottom: 7px;
}
.elisc_tm_portfolio .portfolio_list .details .category a {
  display: inline-block;
  color: #55527c;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_portfolio .portfolio_list .details .title a {
  font-weight: 600;
  font-size: 24px;
  color: #130f49;
}
.line_effect {
  display: inline-block;
  position: relative;
}
.line_effect:after {
  content: "";
  width: 0;
  height: 1.5px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: currentColor;
}
.line_effect:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.elisc_tm_testimonial_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 120px;
}
.elisc_tm_testimonials {
  width: 100%;
  float: left;
  background-color: #fff5f6;
  padding: 100px 150px 105px 100px;
}
.elisc_tm_testimonials .testimonials_list {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 43px;
}
.elisc_tm_testimonials .text {
  margin-bottom: 33px;
}
.elisc_tm_testimonials .text p {
  font-size: 24px;
  line-height: 40px;
  font-family: var(--font-inter);
}
.elisc_tm_testimonials .short {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.elisc_tm_testimonials .short .image {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.elisc_tm_testimonials .short .image .main:before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 100%;
  background-color: #fff;
  z-index: -1;
}
.elisc_tm_testimonials .detail {
  text-align: left;
  padding-left: 18px;
}
.elisc_tm_testimonials .detail h3 {
  font-size: 30px;
  font-weight: 500;
}
.elisc_tm_testimonials .owl-theme .owl-dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #cec5c9;
  position: relative;
  margin: 0 12px;
}
.elisc_tm_testimonials .owl-theme .owl-dots .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid #5d3bee;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.elisc_tm_testimonials
  .owl-theme
  .owl-dots
  .swiper-pagination-bullet-active:before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.elisc_tm_testimonials .owl-theme .owl-dots .swiper-pagination-bullet-active {
  background-color: #5d3bee;
}
.elisc_tm_news {
  width: 100%;
  float: left;
  padding: 120px 0;
}
.dodo_tm_one_page_wrapper .elisc_tm_news,
.dodo_tm_one_page_wrapper .elisc_tm_portfolio,
.elisc_tm_contact {
  padding-top: 120px;
}
.elisc_tm_news .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.elisc_tm_news .left {
  width: 33.3333%;
  padding-right: 50px;
}
.elisc_tm_news .left .elisc_tm_button {
  margin-top: 45px;
}
.elisc_tm_news .right {
  width: 66.6666%;
  padding-left: 50px;
}
.elisc_tm_news .list {
  width: 100%;
  float: left;
  position: relative;
}
.elisc_tm_news .list ul li {
  margin: 0 0 40px;
  width: 100%;
  float: left;
}
.elisc_tm_news .list ul li .list_inner {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.elisc_tm_news .list .meta {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.elisc_tm_news .list .meta .svg {
  width: 18px;
  height: 18px;
}
.elisc_tm_news .list .meta span {
  font-weight: 500;
  padding-left: 8px;
}
.elisc_tm_news .list .title a {
  color: #130f49;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  transition: background-size 0.5s;
}
.elisc_tm_news .list .title a:hover {
  background-size: 100% 1.5px;
}
.elisc_tm_news .list .title h3 {
  color: #130f49;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.elisc_tm_contact {
  width: 100%;
  min-height: 100vh;
  float: left;
  background-color: #e9f9ff;
}
.elisc_tm_contact .wrapper {
  width: 100%;
  float: left;
  display: flex;
}
.elisc_tm_contact .wrapper .left {
  width: 50%;
  padding-right: 50px;
}
.elisc_tm_contact .wrapper .text {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
}
.elisc_tm_contact .wrapper .info ul li {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.elisc_tm_contact .wrapper .info ul li a {
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--font-inter);
  display: inline-block;
  position: relative;
}
.elisc_tm_contact .wrapper .info ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  left: 0;
  bottom: 5px;
  background-color: var(--dark-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elisc_tm_contact .wrapper .info ul li a:hover:before {
  width: 0;
}
.dodo_tm_one_page_wrapper,
.elisc_tm_contact .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.elisc_tm_contact .fields ul li {
  width: 100%;
  margin: 0 0 25px;
  float: left;
}
.elisc_tm_contact .fields ul li input {
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.elisc_tm_contact .fields .last textarea:focus,
.elisc_tm_contact .fields ul li input:focus {
  outline: 0;
}
.elisc_tm_contact .fields .last textarea {
  width: 100%;
  height: 120px;
  resize: none;
  margin-bottom: 15px;
  background-color: #fff;
}
.elisc_tm_contact .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}
.elisc_tm_map {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 120px;
}
.dodo_tm_one_page_wrapper .elisc_tm_section {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
}
.dodo_tm_one_page_wrapper .elisc_tm_sticky_section {
  top: 0;
}
.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: var(--blue-color);
  -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-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--blue-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: 80ms ease-out;
  transition: 80ms ease-out;
}
@media (max-width: 1600px) {
  .elisc_tm_home .info ul li a,
  body {
    font-size: 16px;
  }
  body {
    line-height: 30px;
  }
  .tm_content {
    max-width: 1000px;
  }
  .elisc_tm_sidebar {
    width: 300px;
  }
  .elisc_tm_mainpart {
    padding-left: 300px;
  }
  .elisc_tm_sidebar .author {
    padding-top: 30px;
  }
  .elisc_tm_sidebar .author .image {
    width: 77px;
    margin-bottom: 5px;
  }
  .elisc_tm_sidebar .name .back {
    font-size: 18px;
  }
  .elisc_tm_sidebar .name span {
    font-size: 50px;
  }
  .elisc_tm_sidebar .menu ul li {
    margin-bottom: 9px;
  }
  .elisc_tm_sidebar .copyright {
    bottom: 30px;
  }
  .elisc_tm_sidebar .social ul li a {
    width: 30px;
    height: 30px;
  }
  .elisc_tm_sidebar .social {
    margin-bottom: 2px;
  }
  .elisc_tm_home .title h3,
  .elisc_tm_home .title span {
    font-size: 50px;
    line-height: 60px;
  }
  .elisc_tm_home .buttons {
    margin-bottom: 60px;
  }
  .elisc_tm_biography .title,
  .elisc_tm_home .subtitle {
    margin-bottom: 30px;
  }
  .elisc_tm_biography .text p {
    margin-bottom: 20px;
  }
  .elisc_tm_biography .info ul li {
    margin-right: 20px;
  }
  .elisc_tm_biography .title .mini {
    margin-bottom: 5px;
  }
  .elisc_tm_biography .name,
  .elisc_tm_title h3 {
    font-size: 35px;
  }
  .elisc_tm_biography .job {
    font-size: 17px;
  }
  .elisc_tm_counter ul li .list_inner {
    padding: 45px 20px;
  }
  .elisc_tm_counter h3 {
    font-size: 35px;
    margin-bottom: 3px;
  }
  .elisc_tm_title span {
    margin-bottom: 4px;
  }
  .elisc_tm_experience .list ul li .list_inner {
    padding: 40px;
  }
  .elisc_tm_experience .job h3 {
    font-size: 19px;
  }
  .elisc_tm_experience .job span {
    margin-bottom: 3px;
  }
  .elisc_tm_portfolio .portfolio_list .details .title a {
    font-size: 21px;
  }
  .elisc_tm_portfolio .portfolio_list .details .category {
    margin-bottom: 0;
  }
  .elisc_tm_news .list .title h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .elisc_tm_news .list .meta {
    margin-bottom: 6px;
  }
  .dodo_tm_one_page_wrapper .elisc_tm_news,
  .dodo_tm_one_page_wrapper .elisc_tm_portfolio,
  .elisc_tm_about,
  .elisc_tm_contact,
  .elisc_tm_news,
  .elisc_tm_portfolio {
    padding-top: 85px;
  }
  .elisc_tm_sticky_section {
    top: 85px;
  }
}
@media (max-width: 768px) {
  .elisc_tm_counter ul li .list_inner:before,
  .elisc_tm_sidebar,
  .mouse-cursor {
    display: none;
  }
  .elisc_tm_topbar {
    display: block;
  }
  .elisc_tm_mainpart {
    padding-left: 0;
  }
  .elisc_tm_home .details {
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .elisc_tm_biography .right,
  .elisc_tm_home .details .left {
    width: 100%;
  }
  .elisc_tm_home .details .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .elisc_tm_home {
    padding: 100px 0;
  }
  .elisc_tm_home .buttons {
    margin-bottom: 75px;
  }
  .elisc_tm_biography .left,
  .elisc_tm_news .left {
    margin-bottom: 50px;
    width: 100%;
  }
  .elisc_tm_biography,
  .elisc_tm_contact .wrapper,
  .elisc_tm_news .wrapper {
    flex-direction: column;
  }
  .elisc_tm_biography .text p {
    margin-bottom: 17px;
  }
  .elisc_tm_biography .info ul li {
    margin-right: 25px;
  }
  .elisc_tm_title h3 {
    font-size: 30px;
  }
  .elisc_tm_news .list .meta,
  .elisc_tm_title span {
    margin-bottom: 5px;
  }
  .elisc_tm_testimonials .text p {
    font-size: 20px;
    line-height: 33px;
  }
  .elisc_tm_testimonials .detail h3 {
    font-size: 25px;
  }
  .elisc_tm_news .left {
    padding-right: 0;
  }
  .elisc_tm_news .right {
    padding-left: 0;
    width: 100%;
  }
  .elisc_tm_news .list ul li .list_inner,
  .elisc_tm_portfolio_title {
    flex-direction: column;
    align-items: baseline;
  }
  .elisc_tm_news .list .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .elisc_tm_news .list .title h3 {
    font-size: 22px;
  }
  .elisc_tm_contact .wrapper .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .elisc_tm_contact .wrapper .right {
    width: 100%;
    padding: 0;
  }
  .elisc_tm_contact .wrapper .text {
    margin-bottom: 30px;
  }
  .elisc_tm_map {
    margin-top: 70px;
  }
  .elisc_tm_home .title h3,
  .elisc_tm_home .title span {
    font-size: 35px;
    line-height: 45px;
  }
  .elisc_tm_counter ul,
  .elisc_tm_experience .list ul {
    margin: 0;
  }
  .elisc_tm_counter ul li {
    width: 100%;
    padding-left: 0;
  }
  .elisc_tm_experience .list ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .elisc_tm_experience .list ul li .list_inner {
    padding: 35px 25px;
  }
  .elisc_tm_experience .short {
    font-size: 15px;
  }
  .elisc_tm_portfolio_title .elisc_tm_title {
    margin-bottom: 20px;
  }
  .elisc_tm_testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container {
  width: 100%;
  max-width: 1250px;
  height: auto;
  clear: both;
  padding: 16px 32px;
}
.blog-content {
  margin-top: 28px;
}
.language-brainfuck,
.language-javascript,
.language-objectivec {
  background-color: #f7f7f7;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  display: block;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid #e0e0e0;
}
.blog-post-heading {
  font-size: 20px;
  display: block;
  margin: 16px 0;
}
.blog-post-ordered-list {
  margin-left: 32px;
}
.blog-post-unordered-list {
  margin-left: 32px;
  list-style-type: disc;
}
.blog-post-content {
  line-height: 24px;
}
h1.blog-head {
  margin-bottom: 32px;
}
.elisc_tm_mobile_menu .avatar {
  width: 70px;
  height: 70px;
  position: relative;
  float: right;
  margin-bottom: 50px;
}
.elisc_tm_mobile_menu .avatar .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}
#preloader:after,
#preloader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#preloader:after {
  left: auto;
  right: 0;
}
#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.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: 1s ease-in-out forwards lineheight;
  -o-animation: 1s ease-in-out forwards lineheight;
  animation: 1s ease-in-out forwards lineheight;
}
.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: 1.2s linear infinite lineround;
  -o-animation: 1.2s linear infinite lineround;
  animation: 1.2s linear 2s infinite lineround;
}
@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%);
  }
}
.preloaded .loader_line:after {
  opacity: 0;
}
.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}
.preloaded:after,
.preloaded:before {
  -webkit-animation: 0.3s ease-in-out 0.5s forwards preloadedzero;
  -o-animation: 0.3s ease-in-out 0.5s forwards preloadedzero;
  animation: 0.3s ease-in-out 0.5s forwards preloadedzero;
}
@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
img.svg {
  width: 15px;
}

.illustration-brainants {
  width: auto;
  height: auto;
  @media (max-width: 768px) {
    width: 300px;
    height: 300px;
    align-self: center;
  }
}

/* Partners */
.elisc_tm_partners {
  width: 100%;
  float: left;
  margin-bottom: 120px;
  padding: 0px 20px;
}
.elisc_tm_partners .partners_inner {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 58px;
}
.elisc_tm_partners ul {
  margin: -2px -10px -2px -2px;
  list-style-type: none;
  padding-top: 2px;
  float: left;
  padding-left: 2px;
  min-width: calc(100% + 12px);
}
.elisc_tm_partners ul li {
  margin: 0px;
  float: left;
  width: 20%;
  border: 0.5px solid #e7e7e7;
  text-align: center;
  height: 120px;
  line-height: 120px;
  position: relative;
  margin-top: -2px;
  margin-left: -2px;
  overflow: hidden;
}
.elisc_tm_partners ul li img {
  max-width: 88%;
  max-height: 60px;
}
.elisc_tm_partners ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  opacity: 0.6;

  -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;
}
.elisc_tm_partners ul li .list_inner:hover {
  opacity: 1;
}
