@charset "utf-8";

/*
/*	Copyright (c) 2021 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE

01)	AALI BASE
02)	AALI MOBILE MENU
03) AALI HEADER
04) AALI HERO
05) AALI ABOUT
06) AALI SKILLS
07) AALI PORTFOLIO
08) AALI SERVICES
09) AALI RESUME
10) AALI TESTIMONIALS
11) AALI NEWS
12) AALI COUNTER
13) AALI CONTACT
14) AALI COPYRIGHT
15) AALI CURSOR
16) AALI MEDIA QUERIES (FOR SMALL DEVIVES)


/*---------------------------------------------------*/
/*	01) AALI BASE
/*---------------------------------------------------*/

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px
}

body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #f4f5fe;
  color: #7d7789;
}

svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}

img.svg {
  width: 15px;
  height: 15px;
}

.img {
  width: 100%;
  height: auto;
}

/* Alle <img>-Bilder im Portfolio und in den Popups */
#aali_tm_section.help .portfolio_list img,
.aali_tm_modalbox .popup_details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* proportional, kein Verzerren */
  object-position: center;
  display: block;
}

/* Alle data-img-url Hintergründe im Portfolio und in den Popups */
#aali_tm_section.help .portfolio_list .main,
.aali_tm_modalbox .popup_details .main {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* proportional füllt Container */
  background-position: center;
  /* mittig */
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa6b2;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa6b2;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa6b2;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa6b2;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa6b2;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #aaa6b2;
}

body.dark::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9e9ba3;
}

body.dark:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9ba3;
  opacity: 1;
}

body.dark::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9ba3;
  opacity: 1;
}

body.dark:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9ba3;
}

body.dark::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9e9ba3;
}

body.dark::placeholder {
  /* Most modern browsers support this now. */
  color: #9e9ba3;
}

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;
}

body.dark::-webkit-scrollbar {
  width: 11px;
}

.container {
  max-width: 1400px;
  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: "Josefin Sans";
  color: #15111e;
}

h1 {
  font-size: clamp(28px, 5vw, 45px);
}

h2 {
  font-size: clamp(24px, 4vw, 36px);
}

h3 {
  font-size: clamp(20px, 3vw, 26px);
}

h4 {
  font-size: clamp(18px, 2.5vw, 24px);
}

h5 {
  font-size: clamp(16px, 2vw, 20px);
}

h6 {
  font-size: clamp(14px, 1.5vw, 16px);
}

.title h3 {
  white-space: nowrap;
  /* verhindert Umbruch */
}

.aali_tm_all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.aali_tm_all_wrap,
.aali_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+ */
}

.aali_tm_section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

#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: #fff;
  -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: #000;
  -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: #bbb;
  -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%;
  }
}

/*---------------------------------------------------*/
/*	02) AALI MOBILE MENU
/*---------------------------------------------------*/

.aali_tm_mobile_menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 10;
}

.aali_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, .1);
  padding: 15px 20px 15px 20px;
}

.aali_tm_mobile_menu .mobile_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aali_tm_mobile_menu .mobile_in .logo img {
  max-width: 70px;
  max-height: 50px;
  background-color: #ea4343;
}

.aali_tm_mobile_menu .trigger {
  line-height: 0;
  position: relative;
  top: 3px;
}

.aali_tm_mobile_menu .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  display: none;
}

.aali_tm_mobile_menu .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 40px;
}

.aali_tm_mobile_menu .dropdown .dropdown_inner ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_mobile_menu .dropdown .dropdown_inner ul li {
  margin: 0px;
  float: left;
  width: 100%;
}

.aali_tm_mobile_menu .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0px 0px;
  font-family: "Josefin Sans";
  font-weight: 600;
}

.aali_tm_mobile_menu .hamburger {
  padding: 0px !important;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px !important;
  height: 2px !important;
}

.hamburger-box {
  width: 30px !important;
}

/*---------------------------------------------------*/
/*	03) AALI HEADER
/*---------------------------------------------------*/

.aali_tm_header {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_header .inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_header.animate {
  background-color: #fff;
}

.aali_tm_header.animate .inner {
  padding: 22px 0px;
}

.aali_tm_header .logo img {
  max-width: 90px;
}

.aali_tm_header .logo .light {
  display: block;
}

.aali_tm_header .logo .dark {
  display: none;
}

.aali_tm_header.animate .logo .light {
  display: none;
}

.aali_tm_header.animate .logo .dark {
  display: block;
}

.aali_tm_header .menu ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_header .menu ul li {
  margin: 0px 45px 0px 0px;
  display: inline-block;
}

.aali_tm_header .menu ul li:last-child {
  margin-right: 0px;
}

.aali_tm_header .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  font-weight: 600;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_header .menu ul li a:hover {
  color: #ea4343;
}

.aali_tm_header .menu ul li.current a {
  color: #ea4343;
}

.aali_tm_header.animate .menu ul li.current a {
  color: #ea4343;
}

.aali_tm_header.animate .menu ul li a {
  color: #15111e;
}

.aali_tm_header.animate .menu ul li a:hover {
  color: #ea4343;
}

/*---------------------------------------------------*/
/*	04) AALI HERO
/*---------------------------------------------------*/

.aali_tm_hero {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  clear: both;
  background-color: #3c3c3c;
  overflow: hidden;
}

.aali_tm_hero .hero_inner {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
}

.aali_tm_hero .content {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}

.aali_tm_hero .content .hello {
  font-family: "Josefin Sans";
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
  margin-bottom: 15px;
  display: inline-block;
}

.aali_tm_hero .content .name {
  font-size: 150px;
  font-weight: 700;
  color: #ea4343;
  letter-spacing: -.2px;
  line-height: 1.1;
}

.aali_tm_hero .content .job {
  overflow: hidden;
}

.aali_tm_hero .cd-headline {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.aali_tm_hero .cd-headline b {
  font-size: 75px;
}

.aali_tm_hero .content .second span {
  font-size: 75px;
}

.aali_tm_hero .hero_buttons {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 55px;
}

.aali_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_hero .aali_tm_button {
  width: auto;
}

.aali_tm_button.border a {
  background-color: transparent;
  color: #15111e;
}

.aali_tm_button.border .svg {
  color: #ea4343;
}

.aali_tm_button a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  display: inline-block;
  background-color: #ea4343;
  font-weight: 700;
  position: relative;
  padding: 15px 73px 15px 46px;
  border-radius: 6px;
  border: 2px solid #ea4343;
  white-space: nowrap;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_button a:hover {
  background-color: transparent;
  color: #15111e;
}

.aali_tm_button a:hover .svg {
  color: #15111e;
}

.aali_tm_hero .aali_tm_button a:hover .svg {
  color: #fff;
}

.aali_tm_hero .aali_tm_button a:hover {
  color: #fff;
}

.aali_tm_button.border a:hover {
  background-color: #ea4343;
  color: #fff;
}

.aali_tm_button.border a:hover .svg {
  color: #fff;
}

.aali_tm_button a .svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #fff;
  margin-left: 9px;
  margin-top: -2px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_button span {
  position: relative;
  display: inline-block;
}

.aali_tm_hero .simple_button {
  margin-left: 36px;
}

.aali_tm_hero .simple_button a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  font-weight: 700;
  white-space: nowrap;
}

.aali_tm_hero .simple_button a {
  display: inline-block;
  position: relative;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_hero .simple_button a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

.aali_tm_hero .simple_button a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.aali_tm_down svg {
  width: 35px !important;
  height: 35px !important;
}

.aali_tm_down svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.aali_tm_hero .avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 37%;
  z-index: 1;
}

.aali_tm_hero .avatar .main {
  position: absolute;
  right: 0px;
  bottom: -10px;
  width: 100%;
}

.avatar .main .img {
  width: 40vw;
  /* 40% der Bildschirmbreite */
  max-width: 900px;
  /* maximale Größe */
  height: auto;
}

.aali_tm_hero .avatar .one {
  position: absolute;
  top: 150px;
  bottom: 150px;
  right: -55px;
  width: 380px;
  z-index: -4;
}

.aali_tm_hero .avatar .one .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ea4343;
}

.aali_tm_hero .avatar .two {
  position: absolute;
  bottom: 80px;
  left: -70px;
  width: 180px;
  height: 180px;
  z-index: 2;
}

.aali_tm_hero .avatar .two .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ea4343;
}

.aali_tm_hero .avatar .three {
  position: absolute;
  top: 235px;
  left: -110px;
  width: 80px;
  height: 110px;
  z-index: 2;
}

.aali_tm_hero .avatar .three .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ea4343;
}

.aali_tm_hero .avatar .four {
  position: absolute;
  width: 440px;
  height: 470px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}

.aali_tm_hero .avatar .four .in {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.aali_tm_hero .stroke_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -145px;
  z-index: -2;
  margin-top: -70px;
}

.aali_tm_hero .stroke_text span {
  font-size: 260px;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255, 255, 255, .3);
  text-stroke: 3px rgba(255, 255, 255, .3);
  font-family: "Montserrat";
  font-weight: 700;
}

.aali_tm_hero .five {
  position: absolute;
  width: 50px;
  height: 70px;
  bottom: 32%;
  right: -180px;
}

.aali_tm_hero .five .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ea4343;
}

.aali_tm_hero .socials {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}

.aali_tm_hero .socials ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_hero .socials ul li {
  margin: 0px 0px 15px 0px;
}

.aali_tm_hero .socials ul li:last-child {
  margin-bottom: 0px;
}

.aali_tm_hero .socials ul .svg {
  width: 22px;
  height: 22px;
}

.aali_tm_hero .socials ul a {
  text-decoration: none;
  color: #fff;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_hero .socials ul a:hover {
  color: #ea4343;
}

.aali_tm_hero .hero_mail {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.aali_tm_hero .hero_mail a {
  text-decoration: none;
  color: #fff;
  font-size: 21px;
}

/*---------------------------------------------------*/
/*	05) AALI ABOUT
/*---------------------------------------------------*/

.aali_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 170px 0px 170px 0px;
}

.aali_tm_about .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.aali_tm_about .left {
  width: 31%;
}

.aali_tm_about .left .image {
  position: relative;
  margin-left: 160px;
}

.aali_tm_about .left .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.aali_tm_about .left .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
}

.aali_tm_about .square {
  position: absolute;
  width: 270px;
  height: 270px;
  background-color: #ea4343;
  bottom: -80px;
  left: -65px;
  z-index: 0;
}

.aali_tm_about .border {
  position: absolute;
  width: 1000px;
  height: 300px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -50px;
  z-index: 2;
}

.aali_tm_about .border .in {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
}

.aali_tm_about .center {
  width: 44%;
  padding: 0px 100px 0px 140px;
}

.aali_tm_about .center .title {
  width: 100%;
  float: left;
  margin-bottom: 34px;
}

.aali_tm_about .center .small {
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 700;
  color: #ea4343;
  letter-spacing: -.2px;
  display: inline-block;
  margin-bottom: 6px;
}

.aali_tm_about .center h3 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.aali_tm_about .center h3 span {
  color: #ea4343;
}

.aali_tm_about .center .subtitle {
  font-family: "Josefin Sans";
  font-size: 36px;
  font-weight: 700;
  color: #15111e;
  letter-spacing: -.2px;
  display: inline-block;
  margin-top: 18px;
}

.aali_tm_about .text {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.aali_tm_about .text p {
  margin-bottom: 31px;
}

.aali_tm_about .right {
  width: 25%;
  position: relative;
  top: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.aali_tm_about .right .image {
  position: relative;
  margin-right: 70px;
}

.aali_tm_about .right .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.aali_tm_about .right .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
}

.aali_tm_about .right .square {
  width: 1000px;
  height: 390px;
  background-color: #ea4343;
  position: absolute;
  left: 100%;
  margin-left: -200px;
  top: -100px;
}

/*---------------------------------------------------*/
/*	06) AALI SKILLS
/*---------------------------------------------------*/

.aali_tm_skills {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #ba3c3c;
  padding: 160px 0px 557px 0px;
  position: relative;
}

.aali_tm_skills .skills_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.aali_tm_skills .border {
  position: absolute;
  width: 1000px;
  height: 420px;
  border: 6px solid #fff;
  bottom: -180px;
  right: 100%;
  margin-right: -350px;
}

.aali_tm_skills .left {
  width: 50%;
  padding-right: 63px;
}

.aali_tm_main_title {
  width: 100%;
  max-width: 620px;
  clear: both;
}

.aali_tm_main_title[data-text-align="left"] {
  text-align: left;
}

.aali_tm_main_title[data-text-align="center"] {
  text-align: center;
  margin: 0px auto;
}

.aali_tm_main_title[data-text-align="right"] {
  text-align: right;
  float: right;
}

.aali_tm_main_title[data-color="light"] span,
.aali_tm_main_title[data-color="light"] h3,
.aali_tm_main_title[data-color="light"] p {
  color: #fff !important;
}

.aali_tm_main_title span {
  font-size: 24px;
  font-family: "Josefin Sans";
  color: #ea4343;
  font-weight: 700;
  letter-spacing: -.2px;
  ;
  display: inline-block;
  margin-bottom: 5px;
}

.aali_tm_main_title h3 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -.2px;
  line-height: 1.3;
}

.aali_tm_main_title p {
  margin-top: 32px;
}

.aali_tm_skills .right {
  width: 50%;
  padding-left: 63px;
  position: relative;
  top: -8px;
}

.dodo_progress {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.progress_inner {
  width: 100%;
  margin-bottom: 27px;
}

.progress_inner:last-child {
  margin-bottom: 0px;
}

.progress_inner>span {
  margin: 0px 0px 13px 0px;
  width: 100%;
  display: block;
  text-align: left;
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.progress_inner span.number {
  float: right;
  font-family: "Open Sans";
  font-size: 18px;
}

.progress_inner .background {
  background: rgba(255, 255, 255, .3);
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 8px;
  border-radius: 25px;
}

.progress_inner .background .bar_in {
  height: 100%;
  background: #fff;
  width: 0px;
  overflow: hidden;
  border-radius: 25px 0px 0px 25px;
}

.progress_inner .background .bar {
  width: 0px;
  height: 100%;
}

.progress_inner .background .bar.open {
  -webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  /* Safari 4+ */
  -moz-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  /* Fx 5+ */
  animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  /* IE 10+ */
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*---------------------------------------------------*/
/*	07) AALI PORTFOLIO
/*---------------------------------------------------*/

.aali_tm_portfolio {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.help {
  margin-top: -500px;
  padding-top: 100px;
}

.aali_tm_portfolio .portfolio_filter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  text-align: center;
  padding: 78px 0px 55px 0px;
}

.aali_tm_portfolio .portfolio_filter ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_portfolio .portfolio_filter ul li {
  margin: 0px 45px 0px 0px;
  display: inline-block;
}

.aali_tm_portfolio .portfolio_filter ul li:last-child {
  margin-right: 0px;
}

.aali_tm_portfolio .portfolio_filter ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans";

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_portfolio .portfolio_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_portfolio .portfolio_list ul {
  margin: 0px 0px 0px -25px;
  list-style-type: none;
}

.aali_tm_portfolio .portfolio_list ul li {
  margin: 0px 0px 25px 0px;
  width: 33.3333%;
  float: left;
  padding-left: 25px;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner .image {
  position: relative;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner .image .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(234, 67, 67, .72);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.aali_tm_portfolio .portfolio_list .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner:hover .svg {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.aali_tm_portfolio .portfolio_list .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
  padding: 0px 20px 35px 20px;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_portfolio .portfolio_list ul li .list_inner:hover .details {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.aali_tm_portfolio .portfolio_list .details span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.aali_tm_portfolio .portfolio_list .details h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}

.aali_tm_modalbox {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  z-index: 15;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_modalbox.opened {
  opacity: 1;
  visibility: visible;
}

.aali_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: .3s;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.aali_tm_modalbox .close {
  position: fixed;
  left: 100%;
  top: 0px;
  margin-left: 20px;
  z-index: 111111;
}

.aali_tm_modalbox .close a {
  text-decoration: none;
  color: #fff;
}

.aali_tm_modalbox .close .svg {
  width: 50px;
  height: 50px;
}

.aali_tm_modalbox .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
  overflow-y: scroll;
}

.aali_tm_modalbox .description_wrap::-webkit-scrollbar,
.aali_tm_fixed_content .mainbar::-webkit-scrollbar {
  width: 11px;
}

.aali_tm_modalbox .description_wrap {
  scrollbar-width: thin;
  scrollbar-color: #dfe2e7 #fff;
}

.aali_tm_modalbox .description_wrap:-webkit-scrollbar-track,
.aali_tm_fixed_content .mainbar:-webkit-scrollbar-track {
  background: #fff;
}

.aali_tm_modalbox .description_wrap::-webkit-scrollbar-thumb,
.aali_tm_fixed_content .mainbar::-webkit-scrollbar-thumb {
  background-color: #dfe2e7;
  border-radius: 10px;
  border: 3px solid #fff;
}

.aali_tm_portfolio .hidden_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.aali_tm_modalbox .popup_details {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_modalbox .popup_details .top_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
}

.aali_tm_modalbox .popup_details .top_image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.aali_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: 10px;
}

.aali_tm_modalbox .portfolio_main_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.aali_tm_modalbox .portfolio_main_title span {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Josefin Sans";
}

.aali_tm_modalbox .portfolio_main_title h3 {
  font-weight: 700;
  font-size: 30px;
}

.aali_tm_modalbox .main_details {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  margin-bottom: 60px;
}

.aali_tm_modalbox .main_details .textbox {
  width: 70%;
  padding-right: 40px;
}

.aali_tm_modalbox .main_details .textbox p {
  margin-bottom: 15px;
}

.aali_tm_modalbox .main_details .textbox p:last-child {
  margin-bottom: 0px;
}

.tokyo_tm_modalbox .main_details .detailbox {
  width: 30%;
  padding-left: 40px;
}

.aali_tm_modalbox .main_details .detailbox>ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_modalbox .main_details .detailbox>ul>li {
  margin: 0px 0px 8px 0px;
  width: 100%;
  float: left;
}

.aali_tm_modalbox .main_details .detailbox>ul>li:last-child {
  margin-bottom: 0px;
}

.aali_tm_modalbox .main_details .detailbox .first {
  font-weight: 700;
  display: block;
  color: #000;
  font-family: "Josefin Sans";
  margin-bottom: 3px;
}

.aali_tm_modalbox .main_details .detailbox span a {
  text-decoration: none;
  color: #888;
}

.aali_tm_modalbox .main_details .detailbox .share {
  margin: 0px;
  list-style-type: none;
  position: relative;
  top: 7px;
}

.aali_tm_modalbox .main_details .detailbox .share li {
  margin: 0px 13px 0px 0px;
  display: inline-block;
}

.aali_tm_modalbox .main_details .detailbox .share li:last-child {
  margin-right: 0px;
}

.aali_tm_modalbox .main_details .detailbox .share li a {
  text-decoration: none;
  color: #000;
}

.aali_tm_modalbox .additional_images {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_modalbox .additional_images ul {
  margin: 0px 0px 0px -30px;
  list-style-type: none;
}

.aali_tm_modalbox .additional_images ul li {
  margin: 0px 0px 30px 0px;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.aali_tm_modalbox .additional_images ul li:nth-child(3n-2) {
  width: 100%;
}

.aali_tm_modalbox .additional_images ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.aali_tm_modalbox .additional_images ul li .my_image {
  position: relative;
}

.aali_tm_modalbox .additional_images ul li .my_image img {
  opacity: 0;
  min-width: 100%;
}

.aali_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: 10px;
}

.aali_tm_full_link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

/*---------------------------------------------------*/
/*	08) AALI SERVICES
/*---------------------------------------------------*/

.aali_tm_service {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 135px 0px;
  position: relative;
}

.moving_effect {
  will-change: transform;
  transition: transform 5s cubic-bezier(0, 0, 0, 1) 0s;
  display: block;
}

.aali_tm_service .square_right {
  position: absolute;
  width: 157px;
  height: 227px;
  background-color: #ea4343;
  top: 35px;
  right: 0px;
}

.aali_tm_service .square_left {
  position: absolute;
  width: 415px;
  height: 230px;
  background-color: #3c3c3c;
  bottom: 45px;
  ;
  left: 0px;
  z-index: -1;
}

.aali_tm_service .service_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_service .service_list ul {
  margin: 0px 0px 0px -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.aali_tm_service .service_list ul li {
  margin: 0px 0px 25px 0px;
  width: 50%;
  float: left;
  padding-left: 25px;
}

.aali_tm_service .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 13px 13px 90px rgba(131, 4, 4, .06);
  padding: 60px 60px 56px 200px;
}

.aali_tm_service .service_list ul li.simple .list_inner {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px 60px 0px 0px;
  background-color: transparent;
}

.aali_tm_service .service_list ul li.text {
  text-align: center;
  padding: 0px 100px;
}

.aali_tm_service .service_list .title {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.aali_tm_service .service_list .title h3 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -.2px;
  margin-bottom: 3px;
}

.aali_tm_service .service_list .price {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.aali_tm_service .service_list .price span {
  font-size: 30px;
  color: #ea4343;
}

.aali_tm_service .service_list .icon {
  position: absolute;
  left: 60px;
  width: 112px;
  height: 112px;
}

.aali_tm_service .service_list .icon .svg {
  width: 72px;
  height: 72px;
  top: 23px;
  left: 15px;
  position: absolute;
  z-index: 2;
}

.aali_tm_service .service_list .icon .back {
  position: absolute;
  top: 0px;
}

.aali_tm_service .service_list .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.aali_tm_service .service_list .wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 35px;
}

.aali_tm_service .popup_service_image {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: -111;
}

.aali_tm_service .service_hidden_details {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: -111;
}

.aali_tm_modalbox .service_popup_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_modalbox .service_popup_informations .image {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 45px;
}

.aali_tm_modalbox .service_popup_informations .image img {
  position: relative;
  min-width: 100%;
  opacity: 0;
}

.aali_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: 10px;
}

.aali_tm_modalbox .service_popup_informations .main_title {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.aali_tm_modalbox .service_popup_informations .main_title h3 {
  font-size: 30px;
}

.aali_tm_modalbox .service_popup_informations .main_title span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
  color: #7d7789;
}

.aali_tm_modalbox .service_popup_informations .main_title span span {
  font-size: 30px;
  color: #ea4343;
}

.aali_tm_modalbox .service_popup_informations .descriptions {
  width: 100%;
  float: left;
}

.aali_tm_modalbox .service_popup_informations .descriptions p {
  margin-bottom: 15px;
}

.aali_tm_modalbox .service_popup_informations .descriptions p:last-child {
  margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	09) AALI RESUME
/*---------------------------------------------------*/

.aali_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 250px;
}

.aali_tm_resume .content {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-top: 160px;
}

.aali_tm_resume .content_inner {
  width: 75%;
  margin-top: 85px;
  float: left;
}

.aali_tm_resume .content_inner>ul {
  margin: 0px 0px 0px -100px;
  list-style-type: none;
}

.aali_tm_resume .content_inner>ul>li {
  margin: 0px;
  width: 50%;
  float: left;
  padding-left: 100px;
}

.aali_tm_resume .main_title {
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 33px;
}

.aali_tm_resume .main_title span {
  position: relative;
  padding-left: 40px;
}

.aali_tm_resume .main_title span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  background-color: #ea4343;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.aali_tm_resume .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ea4343;
}

.aali_tm_resume .icon .svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.aali_tm_resume .list {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_resume .list li {
  margin: 0px 0px 40px 0px;
  width: 100%;
  float: left;
}

.aali_tm_resume .list li:last-child {
  margin-bottom: 0px;
}

.aali_tm_resume .list .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-left: 65px;
}

.aali_tm_resume .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.aali_tm_resume .info .left h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 3px;
}

.aali_tm_resume .info .left span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
  color: #15111e;
}

.aali_tm_resume .info .right span {
  font-size: 15px;
  letter-spacing: -.2px;
}

.aali_tm_resume .media {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 300px;
  border-radius: 50px;
}

.aali_tm_resume .media[data-background-style="image"] .video {
  display: none;
}

.aali_tm_resume .media[data-background-style="video"] .image {
  display: none;
}

.aali_tm_resume .media .video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.aali_tm_resume .media .image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aali_tm_resume .media .square {
  width: 125px;
  height: 125px;
  background-color: #ea4343;
  position: absolute;
  top: 100px;
  right: 100%;
  margin-right: -40px;
}

/*---------------------------------------------------*/
/*	10) AALI TESTIMONIALS
/*---------------------------------------------------*/

.aali_tm_testimonials {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  display: flex;
  background-color: #ba3c3c;
  padding: 160px 0px 155px 0px;
}

.aali_tm_testimonials .left {
  width: 50%;
}

.aali_tm_testimonials .left .image {
  position: absolute;
  max-width: 31%;
  bottom: 0px;
  margin-left: 150px;
}

.aali_tm_testimonials .right {
  width: 50%;
}

.aali_tm_testimonials .right .right_in {
  max-width: 660px;
}

.aali_tm_testimonials ul {
  margin: 70px 0px 0px 0px;
  list-style-type: none;
}

.aali_tm_testimonials ul li {
  margin: 0px;
}

.aali_tm_testimonials ul li .text {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.aali_tm_testimonials ul li .text p {
  font-size: 30px;
  color: #fff;
  font-style: italic;
  line-height: 1.6;
}

.aali_tm_testimonials ul li .name {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 60px;
  margin-bottom: 55px;

  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.aali_tm_testimonials ul li .name:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 1px;
  background-color: rgba(255, 255, 255, .48);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);

  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.aali_tm_testimonials ul li .name h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
}

.aali_tm_testimonials ul li .name h3 span {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
}

.aali_tm_testimonials .direct {
  width: 100%;
  float: left;
  position: relative;
  height: 40px;
}

.aali_tm_testimonials .direct a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_testimonials .prev_button {
  left: 0px;
}

.aali_tm_testimonials .next_button {
  left: 56px;
}

.aali_tm_testimonials .direct a.hovered {
  transform: scale(1.6) translateY(-30%);
}

.aali_tm_testimonials .direct.prev .next_button {
  transform: translateY(-50%) translateX(30px);
}

.aali_tm_testimonials .border {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 1000px;
  height: 385px;
  margin-right: -350px;
}

.aali_tm_testimonials .border .in {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 6px solid #fff;
}

.aali_tm_testimonials .square {
  position: absolute;
  width: 154px;
  height: 154px;
  background-color: #3c3c3c;
  bottom: -77px;
  right: 300px;
}

.aali_tm_testimonials .quote {
  position: absolute;
  width: 170px;
  height: 250px;
  border: 6px solid #fff;
  right: 95px;
  top: -40px;
}

.aali_tm_testimonials .quote i {
  color: #fff;
  font-size: 77px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
}

/*---------------------------------------------------*/
/*	11) AALI NEWS
/*---------------------------------------------------*/

.aali_tm_news {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 160px 0px 170px 0px;
}

.aali_tm_news .news_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-top: 86px;
}

.aali_tm_news .news_list ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_news .news_list ul li {
  margin: 0px 0px 50px 0px;
  width: 100%;
  float: left;
}

.aali_tm_news .news_list ul li:last-child {
  margin-bottom: 0px;
}

.aali_tm_news .news_list ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}

.aali_tm_news .news_list ul li .image {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.aali_tm_news .news_list ul li .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.aali_tm_news .news_list ul li .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 .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_news .news_list ul li .image:hover .main {
  transform: scale(1.1) translateZ(0);
}

.aali_tm_news .news_list ul li .details {
  width: 41.6666%;
  padding: 0px 70px;
}

.aali_tm_news .news_list ul li .details .category {
  display: inline-block;
  margin-bottom: 5px;
}

.aali_tm_news .news_list ul li .details .category a {
  text-decoration: none;
  color: #ea4343;
  font-weight: 700;
  font-family: "Josefin Sans";
}

.aali_tm_news .news_list ul li .details .title {
  margin-bottom: 13px;
}

.aali_tm_news .news_list ul li .details .title a {
  display: inline-block;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
  color: #15111e;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_news .news_list ul li .details .title a:hover {
  color: #ea4343;
}

.aali_tm_news .news_list ul li .date {
  font-size: 16px;
}

.aali_tm_news .news_list ul li .button {
  width: 25%;
  text-align: center;
}

.aali_tm_learn_more {
  width: 100%;
  float: left;
  clear: both;
}

.aali_tm_learn_more a {
  text-decoration: none;
  display: inline-block;
  color: #15111e;
  font-family: "Josefin Sans";
  letter-spacing: -.2px;
  border: 2px solid #ea4343;
  border-radius: 6px;
  font-weight: 700;
  padding: 15px 45px 15px 46px;
  white-space: nowrap;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_learn_more a:hover {
  background-color: #ea4343;
  color: #fff;
}

.aali_tm_news .news_hidden_details {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -11;
}

.aali_tm_modalbox .news_popup_informations {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_modalbox .news_popup_informations .image {
  position: relative;
  margin-bottom: 37px;
}

.aali_tm_modalbox .news_popup_informations .image img {
  position: relative;
  opacity: 0;
  min-width: 100%;
}

.aali_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: 10px;
}

.aali_tm_modalbox .news_popup_informations .details {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.aali_tm_modalbox .news_popup_informations .details .title a {
  text-decoration: none;
  color: #15111e;
}

.aali_tm_modalbox .news_popup_informations .details .date {
  display: none;
}

.aali_tm_modalbox .news_popup_informations .details .category a {
  text-decoration: none;
  color: #7d7789;
  font-size: 16px;
  font-family: "Josefin Sans";
  display: inline-block;
  margin-bottom: 3px;
}

.aali_tm_modalbox .news_popup_informations .text {
  width: 100%;
  float: left;
}

.aali_tm_modalbox .news_popup_informations .text p {
  margin-bottom: 15px;
}

.aali_tm_modalbox .news_popup_informations .text p:last-child {
  margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	12) AALI COUNTER
/*---------------------------------------------------*/

.aali_tm_counter {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #ba3c3c;
  padding: 125px 0px 107px 0px;
  position: relative;
}

.aali_tm_counter .counter_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_counter .counter_list ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_counter .counter_list ul li {
  margin: 0px;
  width: 33.3333%;
  float: left;
}

.aali_tm_counter .counter_list .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding: 0px 20px;
}

.aali_tm_counter .counter_list .value span {
  font-family: "Josefin Sans";
  font-size: 72px;
  color: #f4f5fe;
  font-weight: 700;
  position: relative;
}

.aali_tm_counter .counter_list .value .big {
  font-family: "Josefin Sans";
  font-size: 72px;
  color: #f4f5fe;
  font-weight: 700;
}

.aali_tm_counter .counter_list .value .small {
  font-size: 36px;
  color: #f4f5fe;
  position: absolute;
  top: -18px;
  left: 100%;
}

.aali_tm_counter .counter_list .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aali_tm_counter .counter_list .wrapper .text {
  padding-left: 40px;
  position: relative;
  top: -8px;
}

.aali_tm_counter .counter_list .wrapper .text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #f4f5fe;
  letter-spacing: -.2px;
  line-height: 1.4;
}

.aali_tm_counter .border {
  position: absolute;
  right: 0px;
  width: 1000pc;
  height: 520px;
  border: 6px solid #fff;
  left: 100%;
  margin-left: -160px;
  top: -83px;
}

/*---------------------------------------------------*/
/*	13) AALI CONTACT
/*---------------------------------------------------*/

.aali_tm_contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 150px 0px 170px 0px;
  position: relative;
}

.aali_tm_contact .contact_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  margin-top: 60px;
}

.aali_tm_contact .left {
  width: 50%;
  padding-right: 50px;
}

.aali_tm_contact .left .text {
  max-width: 450px;
  margin-bottom: 38px;
}

.aali_tm_contact .left ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_contact .left ul li {
  margin: 0px 0px 25px 0px;
  width: 100%;
  float: left;
}

.aali_tm_contact .left ul li:last-child {
  margin-bottom: 0px;
}

.aali_tm_contact .left ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-left: 75px;
}

.aali_tm_contact .left ul li .svg {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #33303a;
}

.aali_tm_contact .left ul li span {
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 700;
  color: #15111e;
  letter-spacing: -.2px;
}

.aali_tm_contact .left ul li h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ea4343;
  letter-spacing: -.2px;
}

.aali_tm_contact .left ul li a {
  text-decoration: none;
  color: #ea4343;
}

.aali_tm_contact .right {
  width: 50%;
}

.aali_tm_contact .right .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_contact .right .input_list {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.aali_tm_contact .right .input_list ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_contact .right .input_list ul li {
  margin: 0px 0px 18px 0px;
  float: left;
  width: 100%;
}

.aali_tm_contact .right .input_list ul li input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 25px !important;
  background-color: #fff;
  box-shadow: 13px 13px 21px rgba(131, 4, 4, .05);
  border: none;
  font-family: "Open Sans";
  font-size: 18px;
  color: #aaa6b2;
  letter-spacing: 0px;
}

.aali_tm_contact .right .input_list ul li input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /*     display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.aali_tm_contact .message_area {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.aali_tm_contact .message_area textarea {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  padding: 25px !important;
  background-color: #fff;
  box-shadow: 13px 13px 21px rgba(131, 4, 4, .05);
  resize: none;
  border: none;
  font-family: "Open Sans";
  font-size: 18px;
  color: #aaa6b2;
  letter-spacing: 0px;
}

.aali_tm_contact .message_area textarea:focus {
  outline: none;
}

.aali_tm_contact .empty_notice {
  color: #F52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}

.aali_tm_contact .contact_error {
  color: #F52225;
  text-align: left;
  font-weight: 500;
}

.aali_tm_contact .returnmessage {
  color: #3A00FF;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}

.aali_tm_contact .square {
  position: absolute;
  width: 115px;
  height: 90px;
  background-color: #3c3c3c;
  top: 60px;
  left: 80px;
}

/*---------------------------------------------------*/
/*	14) AALI COPYRIGHT
/*---------------------------------------------------*/

.aali_tm_copyright {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #3c3c3c;
  padding: 120px 0px 65px 0px;
  position: relative;
}

.aali_tm_copyright .copyright_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.aali_tm_copyright .top {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 112px;
}

.aali_tm_copyright .logo img {
  max-width: 175px;
}

.aali_tm_copyright .social {
  display: flex;
  align-items: center;
}

.aali_tm_copyright .social ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_copyright .social ul li {
  margin: 0px 7px 0px 0px;
  display: inline-block;
}

.aali_tm_copyright .social ul li:last-child {
  margin-right: 0px;
}

.aali_tm_copyright .social ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  color: #ea4343;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_copyright .social ul li a:hover {
  background-color: #ea4343;
  color: #fff;
}

.aali_tm_copyright .social span {
  padding-right: 30px;
  font-family: "Josefin Sans";
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 3px;
}

.aali_tm_copyright .bottom {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aali_tm_copyright .bottom .left p {
  color: #b6b2bf;
}

.aali_tm_copyright .bottom .left a {
  color: #b6b2bf;
  text-decoration: none;
  font-weight: 700;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_copyright .bottom .left a:hover {
  color: #fff;
}

.aali_tm_copyright .bottom .right ul {
  margin: 0px;
  list-style-type: none;
}

.aali_tm_copyright .bottom .right ul li {
  margin: 0px 40px 0px 0px;
  display: inline-block;
}

.aali_tm_copyright .bottom .right ul li:last-child {
  margin-right: 0px;
}

.aali_tm_copyright .bottom .right ul li a {
  text-decoration: none;
  color: #b6b2bf;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.aali_tm_copyright .bottom .right ul li a:hover {
  color: #fff;
}

.aali_tm_copyright .border {
  position: absolute;
  width: 320px;
  height: 300px;
  border: 6px solid #fff;
  top: -200px;
  left: -45px;
}

.aali_tm_copyright .square {
  position: absolute;
  width: 84px;
  height: 143px;
  top: -77px;
  right: 60px;
  background-color: #ea4343;
}

.aali_tm_copyright .square a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.totop .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  width: 16px;
  height: 16px;
  transition: all .3s ease;
}

.totop:hover .one {
  margin-top: -3px;
}

.totop:hover .two {
  margin-top: 3px;
}

.line_anim {
  display: inline-block;
  position: relative;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.line_anim:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

.line_anim:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

/*---------------------------------------------------*/
/*	15) KURA 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: #ea4343;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ea4343;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ea4343;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.aali_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/*---------------------------------------------------*/
/*	16) AALI MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1400px) {
  body {
    font-size: 16px;
  }

  .container {
    max-width: 1070px;
  }

  .aali_tm_header .logo img {
    max-width: 75px;
  }

  .aali_tm_header .menu ul li {
    margin-right: 30px;
  }

  .aali_tm_header .inner {
    padding: 20px 0px;
  }

  .aali_tm_header.animate .inner {
    padding: 15px 0px;
  }

  .aali_tm_hero .content .hello {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .aali_tm_hero .content .name {
    font-size: 80px;
  }

  .aali_tm_hero .cd-headline {
    font-size: 25px;
  }

  .aali_tm_hero .cd-headline b {
    font-size: 35px;
  }

  .aali_tm_button a {
    padding: 10px 62px 9px 35px
  }

  .aali_tm_hero .simple_button {
    margin-left: 28px;
  }

  .aali_tm_hero .hero_buttons {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .aali_tm_button a .svg {
    width: 16px;
    height: 16px;
  }

  .aali_tm_hero .socials {
    left: 30px;
  }

  .aali_tm_hero .socials ul .svg {
    width: 16px;
    height: 16px;
  }

  .aali_tm_hero .socials ul li {
    margin-bottom: 10px;
  }

  .aali_tm_hero .hero_mail {
    left: 30px;
    bottom: 20px;
  }

  .aali_tm_hero .hero_mail a {
    font-size: 18px;
  }

  .aali_tm_hero .avatar {
    width: 33%;
  }

  .aali_tm_hero .avatar .two {
    width: 170px;
    height: 170px;
    bottom: 60px;
  }

  .aali_tm_hero .avatar .three {
    width: 60px;
    height: 90px;
    top: 150px;
    left: -85px;
  }

  .aali_tm_hero .avatar .one {
    width: 250px;
    top: 100px;
    bottom: 100px;
  }

  .aali_tm_hero .avatar .four {
    width: 285px;
    height: 305px;
  }

  .aali_tm_hero .five {
    width: 35px;
    height: 50px;
    right: -135px;
  }

  .aali_tm_hero .stroke_text {
    font-size: 200px;
    right: -125px;
    margin-top: -44px;
  }

  .aali_tm_about .center .small {
    font-size: 18px;
  }

  .aali_tm_about .center h3 {
    font-size: 40px;
  }

  .aali_tm_about .center .subtitle {
    font-size: 25px;
    margin-top: 10px;
  }

  .aali_tm_about .text p {
    margin-bottom: 20px;
  }

  .aali_tm_about .center .title {
    margin-bottom: 23px;
  }

  .aali_tm_about .border {
    height: 200px;
    margin-right: -30px;
  }

  .aali_tm_about .square {
    width: 200px;
    height: 200px;
  }

  .aali_tm_about .left .image {
    margin-left: 120px;
  }

  .aali_tm_about .right .square {
    height: 260px;
    margin-left: -80px;
    top: -60px;
  }

  .aali_tm_about .right {
    top: 240px;
  }

  .aali_tm_about .center {
    padding: 0px 50px 0px 80px;
  }

  .aali_tm_main_title {
    max-width: 500px;
  }

  .aali_tm_main_title span {
    font-size: 18px;
  }

  .aali_tm_main_title h3 {
    font-size: 40px;
  }

  .progress_inner>span {
    font-size: 19px;
  }

  .progress_inner>span {
    margin-bottom: 8px;
  }

  .aali_tm_portfolio .portfolio_filter {
    padding-bottom: 40px;
  }

  .aali_tm_portfolio .portfolio_filter ul li {
    margin-right: 30px;
  }

  .aali_tm_portfolio .portfolio_list .svg {
    width: 42px;
    height: 42px;
  }

  .aali_tm_skills .border {
    bottom: -167px;
    margin-right: -210px;
  }

  .aali_tm_service .square_right {
    width: 110px;
    height: 170px;
  }

  .aali_tm_service .service_list .title h3 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .aali_tm_service .service_list .price {
    font-size: 16px;
  }

  .aali_tm_service .service_list .price span {
    font-size: 25px;
  }

  .aali_tm_service .service_list .icon {
    left: 30px;
  }

  .aali_tm_service .service_list .icon .back {
    max-width: 70%;
  }

  .aali_tm_service .service_list .icon .svg {
    width: 40px;
    height: 40px;
    top: 16px;
    left: 22px;
  }

  .aali_tm_service .service_list ul li .list_inner {
    padding: 50px 30px 50px 130px;
  }

  .aali_tm_service .service_list .wrapper h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .aali_tm_resume .main_title {
    font-size: 25px;
  }

  .aali_tm_resume .info .left h3 {
    font-size: 19px;
    margin-bottom: 0px;
  }

  .aali_tm_resume .info .left span {
    font-size: 16px;
  }

  .aali_tm_resume .info .right span {
    font-size: 14px;
  }

  .aali_tm_resume .content_inner>ul>li {
    padding-left: 60px;
  }

  .aali_tm_resume .content_inner>ul {
    margin-left: -60px;
  }

  .aali_tm_resume .icon {
    width: 40px;
    height: 40px;
  }

  .aali_tm_resume .icon .svg {
    width: 18px;
    height: 18px;
  }

  .aali_tm_service .square_left {
    width: 270px;
    height: 190px;
    bottom: 60px;
  }

  .aali_tm_resume .media .square {
    width: 100px;
    height: 100px;
  }

  .aali_tm_testimonials ul li .text p {
    font-size: 23px;
  }

  .aali_tm_testimonials ul li .text {
    font-size: 30px;
  }

  .aali_tm_testimonials ul {
    margin-top: 60px;
  }

  .aali_tm_testimonials {
    padding: 140px 0px 135px 0px;
  }

  .aali_tm_testimonials .left .image {
    margin-left: 90px;
    max-width: 35%;
  }

  .aali_tm_testimonials .border {
    height: 350px;
    margin-right: -250px;
  }

  .aali_tm_testimonials .quote i {
    font-size: 60px;
  }

  .aali_tm_testimonials .quote {
    width: 150px;
    height: 210px;
  }

  .aali_tm_testimonials .square {
    bottom: -60px;
    width: 130px;
    height: 130px;
  }

  .aali_tm_news .news_list ul li .details .title a {
    font-size: 25px;
  }

  .aali_tm_news .news_list ul li .details .title {
    margin-bottom: 8px;
  }

  .aali_tm_learn_more a {
    padding: 10px 35px;
  }

  .aali_tm_counter .counter_list .value span {
    font-size: 60px;
  }

  .aali_tm_counter .counter_list .value .big {
    font-size: 60px;
  }

  .aali_tm_counter .counter_list .wrapper .text h3 {
    font-size: 25px;
  }

  .aali_tm_counter .border {
    margin-left: -60px;
  }

  .aali_tm_contact .square {
    width: 100px;
    height: 80px;
  }

  .aali_tm_contact .left ul li h3 {
    font-size: 25px;
  }

  .aali_tm_copyright .square {
    width: 70px;
    height: 130px;
    top: -65px;
    right: 20px;
  }

  .aali_tm_modalbox .box_inner {
    width: 800px;
  }
}

@media (max-width: 1040px) {
  .container {
    padding: 0px 20px;
  }

  .aali_tm_header {
    display: none;
  }

  .aali_tm_mobile_menu {
    display: block;
  }

  .aali_tm_hero .avatar .one {
    display: none;
  }

  .aali_tm_hero .avatar .two {
    display: none;
  }

  .aali_tm_hero .avatar .three {
    display: none;
  }

  .aali_tm_hero .avatar .four {
    display: none;
  }

  .aali_tm_hero .avatar .five {
    display: none;
  }

  .aali_tm_hero .stroke_text {
    display: none;
  }

  .aali_tm_hero .socials {
    display: none;
  }

  .aali_tm_hero .content {
    width: 100%;
  }

  .aali_tm_hero .avatar {
    display: none;
  }

  .aali_tm_about .left {
    display: none;
  }

  .aali_tm_about .right {
    display: none;
  }

  .aali_tm_about .about_inner {
    display: block;
  }

  .aali_tm_about .center {
    width: 100%;
    padding: 0px 20px;
  }

  .aali_tm_skills .skills_inner {
    flex-direction: column;
    align-items: baseline;
  }

  .aali_tm_skills .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .aali_tm_skills .right {
    width: 100%;
    padding-left: 0px;
  }

  .aali_tm_main_title h3 {
    font-size: 30px;
  }

  .aali_tm_main_title {
    max-width: 100%;
  }

  .aali_tm_skills .border {
    display: none;
  }

  .aali_tm_portfolio .portfolio_list ul li {
    width: 50%;
  }

  .aali_tm_service .square_right {
    display: none;
  }

  .aali_tm_service .service_list ul {
    margin: 0px;
  }

  .aali_tm_service .service_list ul li {
    width: 100%;
    padding-left: 0px;
  }

  .aali_tm_service .service_list ul li.text {
    text-align: left;
    padding: 0px;
  }

  .aali_tm_service .service_list .wrapper {
    position: static;
    top: 0px;
    transform: translateY(0);
  }

  .aali_tm_service .square_left {
    display: none;
  }

  .aali_tm_resume .media {
    display: none;
  }

  .aali_tm_resume .content_inner {
    width: 100%;
  }

  .aali_tm_testimonials .quote {
    display: none;
  }

  .aali_tm_testimonials .square {
    display: none;
  }

  .aali_tm_testimonials .border {
    display: none;
  }

  .aali_tm_testimonials .left {
    display: none;
  }

  .aali_tm_testimonials .right {
    width: 100%;
    padding: 0px 20px;
  }

  .aali_tm_counter .border {
    display: none;
  }

  .aali_tm_contact .square {
    display: none;
  }

  .aali_tm_contact .contact_inner {
    flex-direction: column;
    align-items: baseline;
  }

  .aali_tm_contact .left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .aali_tm_contact .right {
    width: 100%;
    padding-left: 0px;
  }

  .aali_tm_copyright .square {
    display: none;
  }

  .aali_tm_copyright .border {
    display: none;
  }

  .aali_tm_copyright .top {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 50px;
  }

  .aali_tm_copyright .top .logo {
    margin-bottom: 30px;
  }

  .aali_tm_copyright .bottom {
    flex-direction: column;
    align-items: baseline;
  }

  .aali_tm_copyright .bottom .left {
    margin-bottom: 20px;
  }

  .aali_tm_modalbox .box_inner {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .aali_tm_hero .content .name {
    font-size: 60px;
  }

  .aali_tm_hero .cd-headline {
    font-size: 20px;
  }

  .aali_tm_hero .cd-headline b {
    font-size: 30px;
  }

  .aali_tm_hero .simple_button {
    margin-left: 20px;
  }

  .aali_tm_about {
    padding: 135px 0px;
  }

  .aali_tm_about .center h3 {
    font-size: 30px;
  }

  .aali_tm_about .center .subtitle {
    font-size: 20px;
  }

  .aali_tm_skills {
    padding-top: 130px;
    padding-bottom: 527px;
  }

  .aali_tm_portfolio .portfolio_list ul {
    margin: 0px;
  }

  .aali_tm_portfolio .portfolio_list ul li {
    width: 100%;
    padding-left: 0px;
  }

  .aali_tm_portfolio .portfolio_list .svg {
    width: 30px;
    height: 30px;
  }

  .aali_tm_portfolio .portfolio_list .details h3 {
    font-size: 18px;
  }

  .aali_tm_portfolio .portfolio_filter {
    text-align: left;
  }

  .aali_tm_service .service_list .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 90px;
  }

  .aali_tm_service {
    padding: 100px 0px 0px 0px;
  }

  .aali_tm_service .service_list ul li .list_inner {
    padding: 50px 30px;
  }

  .aali_tm_service .service_list .title h3 {
    font-size: 22px;
  }

  .aali_tm_service .service_list .wrapper h3 {
    font-size: 22px;
  }

  .aali_tm_resume {
    margin-bottom: 130px;
  }

  .aali_tm_resume .content {
    padding-top: 105px;
  }

  .aali_tm_resume .content_inner>ul {
    margin: 0px;
  }

  .aali_tm_resume .content_inner>ul>li {
    width: 100%;
    padding-left: 0px;
  }

  .aali_tm_resume .content_inner>ul>li {
    margin-bottom: 50px;
  }

  .aali_tm_resume .content_inner>ul>li:last-child {
    margin-bottom: 0px;
  }

  .aali_tm_resume .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;
  }

  .aali_tm_resume .info {
    flex-direction: column;
    align-items: baseline;
  }

  .aali_tm_resume .list .list_inner {
    padding-left: 0px;
  }

  .aali_tm_testimonials ul li .text p {
    font-size: 19px;
  }

  .aali_tm_news {
    padding-top: 130px;
    padding-bottom: 135px;
  }

  .aali_tm_news .news_list ul li .list_inner {
    flex-direction: column;
    align-items: baseline;
  }

  .aali_tm_news .news_list ul li .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .aali_tm_news .news_list ul li .details {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .aali_tm_news .news_list ul li .button {
    width: 100%;
    text-align: left;
  }

  .aali_tm_news .news_list ul li .details .title a {
    font-size: 22px;
  }

  .aali_tm_news .news_list ul li .details .title {
    margin-bottom: 2px;
  }

  .aali_tm_counter .counter_list ul li {
    width: 100%;
  }

  .aali_tm_counter .counter_list .value span {
    font-size: 50px;
  }

  .aali_tm_counter .counter_list .value .big {
    font-size: 50px;
  }

  .aali_tm_counter .counter_list .wrapper .text h3 {
    font-size: 20px;
  }

  .aali_tm_contact {
    padding-top: 130px;
    padding-bottom: 135px;
  }

  .aali_tm_modalbox .box_inner {
    width: 300px;
  }

  .aali_tm_modalbox .close .svg {
    width: 30px;
    height: 30px;
  }

  .aali_tm_modalbox .close {
    margin-left: -30px;
    top: -40px;
  }

  .aali_tm_modalbox .description_wrap {
    padding: 30px;
  }

  .aali_tm_modalbox .news_popup_informations .details .title {
    font-size: 22px;
  }

  .aali_tm_modalbox .service_popup_informations .main_title h3 {
    font-size: 22px;
  }
}