@charset "utf-8";

/*! 
Template Name: Jake - Portfolio HTML Template will let you elevate your online portfolio today and set the stage for your digital success.
Description : Jake - Personal Portfolio HTML Website template let's you create a stunning online presence and leave a lasting impression with Jake HTML Template. Whether you're a seasoned professional or just starting your creative journey, our HTML portfolio template empowers you to showcase your work with style and professionalism. Elevate your portfolio today and start making your mark in the digital world..


WublexDesign. Copyright 2023. All Rights Reserved.
*/

/*!
* Jake Table of Contents
* 01.0 - Base
* 02.0 - Mobile Menu
* 01.0 - Sidebar
* 04.0 - Home
* 05.0 - About
* 06.0 - Services
* 07.0 - Portfolio
* 08.0 - Partners
* 09.0 - Testiomonials
* 10.0 - Pricing
* 11.0 - News
* 12.0 - Footer
* 13.0 - Modal Boxes
* 14.0 - Portfolio Page
* 15.0 - Blog Page
* 16.0 - Media Queries (For small Devices)
* 17.0 - Scrollbar
*/

/* 01.0 Base == */

a {
   text-decoration: none;
}

ul {
   list-style-type: none;
}

:root {
   --main-color: #CD2122;
   --secondary-color: #282828;
   --tetiary-color: rgba(0, 0, 0, 0.2);
   --dark-color: #161513;
   --dark-color-2: #1c1c1c;
   --white-color: #fff;
   --grey-color: #f5f5f6;
   --body-color: #7b7e86;
   --light-color: #d5d5d5;
   --font-1: 'Rubik', sans-serif;
   --font-2: 'mulish', sans-serif;
   --border-color: #2F2F2F;
   --gradient-color: linear-gradient(90deg, #f41e1e 0%, #FB5141 100%);


}

html {
   overflow-x: hidden;
   padding: 0px;
   margin: 0px;
}

body {
   font-family: var(--font-2);
   font-size: 14px;
   line-height: 24px;
   letter-spacing: 0px;
   word-wrap: break-word;
   font-weight: 400;
   background-color: #fff;
   color: var(--body-color);
   overflow-x: hidden;
}

svg {
   fill: currentcolor;
   width: 15px;
   height: 15px;
}

img.svg {
   width: 15px;
   height: 15px;
}

::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: var(--body-color);
}

:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: var(--body-color);
   opacity: 1;
}

::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: var(--body-color);
   opacity: 1;
}

:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: var(--body-color);
}

::-ms-input-placeholder {
   /* Microsoft Edge */
   color: var(--body-color);
}

::placeholder {
   /* Most modern browsers support this now. */
   color: #7b7e86;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
   line-height: 1.3;
   font-family: var(--font-1);
   color: var(--dark-color);
   font-variant-numeric: lining-nums proportional-nums;
}

h1 {
   font-size: 45px;
}

h2 {
   font-size: 36px;
}

h3 {
   font-size: 30px;
}

h4 {
   font-size: 24px;
}

h5 {
   font-size: 20px;
}

h6 {
   font-size: 16px;
}

p {
   color: var(--dark-color);
   font-size: 14px;
}

a {
   color: var(--main-color);
   text-decoration: none;
   outline: 0;
   -webkit-transition: all ease 0.4s;
   transition: all ease 0.4s;
}

a:hover {
   color: var(--white-color);
}

a:active,
a:focus,
a:hover,
a:visited {
   text-decoration: none;
   outline: 0;
}

.ja_ke_all_wrap {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   position: relative;
}

.ja_ke_all_wrap,
.ja_ke_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+ */
}

.ja_ke_section {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_spacer {
   margin-top: 30px;
}

.ja_ke_ml-1 {
   margin-left: 4px;
}

.ja_ke_mb-1 {
   margin-bottom: 30px;
}

#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: var(--dark-color);
   -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: var(--main-color);
   opacity: .1;
   -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
   -o-animation: lineheight 1000ms ease-in-out 0s forwards;
   animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 1px;
   height: 100%;
   background-color: #999999;
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   -o-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-animation: lineround 1200ms linear 0s infinite;
   -o-animation: lineround 1200ms linear 0s infinite;
   animation: lineround 1200ms linear 0s infinite;
   animation-delay: 2000ms;
}

.vuez_pill {
   border-radius: 16px;
}

.btn {
   position: relative;
   z-index: 2;
   vertical-align: middle;
   display: inline-block;
   border: none;
   text-align: center;
   background-color: transparent;
   color: #fff;
   font-family: var(--font-2);
   font-size: 13px;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 1;
   padding: 20.5px 35px 20.5px;
   margin-right: 8px;
}

.btn::before {
   position: absolute;
   content: "";
   left: 3px;
   top: 0;
   width: 97%;
   height: 100%;
   background: var(--main-color);
   border: none;
   z-index: -1;
   transition: 0.4s;
   border-radius: 10px;
   transform: skewX(-10deg);
}

.btn2 {
   position: relative;
   z-index: 2;
   vertical-align: middle;
   display: inline-block;
   border: none;
   text-align: center;
   background-color: transparent;
   color: #000;
   font-family: var(--font-2);
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   padding: 18.5px 35px 20.5px !important;
}

.btn2::before {
   position: absolute;
   content: "";
   left: 3px;
   top: 0;
   width: 97%;
   height: 100%;
   background: transparent;
   border: 2px solid var(--white-color);
   border: none;
   z-index: -1;
   transition: 0.4s;
   border-radius: 10px;
   transform: skewX(-10deg);
}

.btn.btn-border:before {
   background: transparent;
   border: 1px solid var(--border-color);
}

.btn.btn-border-2:before {
   background: #c31818;
   border: 2px solid rgb(255 255 255 / 28%);
}

.btn::before {
   position: absolute;
   content: "";
   left: 3px;
   top: 0;
   width: 97%;
   height: 100%;
   border: none;
   z-index: -1;
   transition: 0.4s;
   border-radius: 10px;
   transform: skewX(-10deg);
}

.btn:focus:before,
.btn:hover:before,
.btn:active:before {
   background: var(--secondary-color);
   width: 97%;
   transform: skewX(10deg);
}

.text-16 {
   font-size: 16px;
}

.text-white {
   color: var(--white-color);
}

.text-light {
   color: var(--light-color);
}

.text-dark {
   color: var(--dark-color);
}

.x24 {
   font-size: 24px;
}

@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%;
   }
}

.container {
   max-width: 1210px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   height: auto;
   padding: 0px 20px;
   position: relative;
   clear: both;
}

/* 02.0 Mobile Menu == */

.ja_ke_mobile_menu {
   width: 100%;
   height: auto;
   position: fixed;
   top: -200px;
   left: 0px;
   display: none;
   z-index: 10;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_all_wrap.ready .ja_ke_mobile_menu {
   top: 0px;
}

.ja_ke_mobile_menu .mobile_menu_inner {
   width: 100%;
   height: auto;
   float: left;
   clear: both;
   background-color: #000;
   border-bottom: 1px solid rgba(255, 255, 255, .2);
   padding: 10px 20px 10px 20px;
}

.ja_ke_mobile_menu .mobile_in {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.ja_ke_mobile_menu .mobile_in .logo img {
   max-width: 90px;
   max-height: 70px;
}

.ja_ke_mobile_menu .trigger {
   line-height: 0;
}

.ja_ke_mobile_menu .dropdown {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background-color: #000;
   display: none;
}

.ja_ke_mobile_menu .dropdown .dropdown_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   padding: 20px;
}

.ja_ke_mobile_menu .dropdown .dropdown_inner>ul {
   margin: 0px;
   list-style-type: none;
}

.ja_ke_mobile_menu .dropdown .dropdown_inner>ul>li {
   margin: 0px;
   float: left;
   width: 100%;
}

.ja_ke_mobile_menu .dropdown .dropdown_inner>ul>li a {
   text-decoration: none;
   color: #fff;
   display: inline-block;
   padding: 0px 0px;
   font-family: var(--font-2);
   font-weight: 500;
}

.ja_ke_mobile_menu .hamburger-inner,
.ja_ke_mobile_menu .hamburger-inner:after,
.ja_ke_mobile_menu .hamburger-inner:before {
   width: 30px;
   height: 2px;
   background-color: #fff;
}

.ja_ke_mobile_menu .hamburger.is-active .hamburger-inner,
.ja_ke_mobile_menu .hamburger.is-active .hamburger-inner:after,
.ja_ke_mobile_menu .hamburger.is-active .hamburger-inner:before {
   background-color: #fff;
}

.ja_ke_mobile_menu .hamburger-box {
   width: 30px;
}

.ja_ke_mobile_menu .hamburger {
   padding: 0px;
}

.ja_ke_mobile_menu .social {
   width: 100%;
   float: left;
   border-top: 1px solid rgba(255, 255, 255, .2);
   padding-top: 30px;
   margin-top: 30px;
}

.ja_ke_mobile_menu .social ul {
   margin: 0px;
   padding: 0px;
}

.ja_ke_mobile_menu .social ul li {
   margin: 0px 13px 0px 0px;
   display: inline-block;
}

.ja_ke_mobile_menu .social ul li:last-child {
   margin-right: 0px;
}

.ja_ke_mobile_menu .social ul li a {
   text-decoration: none;
   color: #fff;
}

/* 03.0 Header == */

.ja_ke_header {
   position: fixed;
   top: -200px;
   left: 0px;
   right: 0px;
   z-index: 10;
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background-color: #282828;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px 80px;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_all_wrap.ready .ja_ke_header {
   top: 0px;
}

.ja_ke_header .logo a {
   display: inline-block;
}

.ja_ke_header .logo img {
   max-width: 200px;
   max-height: 30px;
}

.ja_ke_header .menu ul {
   margin: 0px;
   padding: 0px;
}

.ja_ke_header .menu ul li {
   margin: 0px 75px 0px 0px;
   display: inline-block;
}

.ja_ke_header .menu ul li:last-child {
   margin-right: 0px;
}

.ja_ke_header .menu ul li a {
   text-decoration: none;
   color: var(--white-color);
   display: inline-block;
   padding: 30px 0px;
   font-family: var(--font-1);
   font-weight: 400;
   text-transform: uppercase;
   font-size: 13px;
}

.ja_ke_header .social ul {
   margin: 0px;
   padding: 0px;
}

.ja_ke_header .social ul li {
   margin: 0px 13px 0px 0px;
   display: inline-block;
}

.ja_ke_header .social ul li:last-child {
   margin-right: 0px;
}

.ja_ke_header .social ul li a {
   text-decoration: none;
   color: var(--white-color);
}

.ja_ke_header .social ul li a:hover {
   text-decoration: none;
   color: var(--main-color);
}

/* 04.0 Hero == */

.ja_ke_hero {
   width: 100%;
   min-height: 100vh;
   clear: both;
   float: left;
   background-color: #1c1c1c;
}

.ja_ke_hero .content {
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   padding-top: 150px;
}

.ja_ke_hero .left {
   width: 50%;
   opacity: 0;
   transform: translateX(-30px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_all_wrap.ready .ja_ke_hero .left {
   transition-delay: .5s;
   opacity: 1;
   transform: translateX(0);
}

.ja_ke_hero .right {
   width: 50%;
   opacity: 0;
   transform: translateX(30px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_all_wrap.ready .ja_ke_hero .right {
   transition-delay: .5s;
   opacity: 1;
   transform: translateX(0);
}

.ja_ke_hero .right .in {
   display: inline-block;
   position: relative;
   float: right;
}

.ja_ke_hero .right .in::before {
   position: absolute;
   content: "";
   width: 90%;
   height: 100%;
   background: linear-gradient(90deg, #f41e1e 0%, #FB5141 100%);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -o-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   margin: 0 auto;
   z-index: -1;
   right: 0;
   bottom: 1px;
}

.ja_ke_hero .right .in::after {
   position: absolute;
   content: "";
   height: 100%;
   width: 90%;
   right: -20px;
   top: 0;
   z-index: -2;
   border: 1px solid #2F2F2F;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -o-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   top: 20px;
}

.ja_ke_hero .right .in>img {
   max-height: auto;
   max-width: 100%;
}

.ja_ke_hero .hello {
   width: 100%;
   float: left;
   position: relative;
   margin-bottom: 6px;
}

.ja_ke_hero .hello span {
   font-family: var(--font-2);
   font-weight: 700;
   color: var(--white-color);
   font-size: 20px;
   line-height: 26px;
   padding-left: 50px;
}

.ja_ke_hero .hello .svg {
   position: absolute;
   left: 0px;
   top: 50%;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
}

.ja_ke_hero .hello .icon {
   position: absolute;
   left: 0px;
   top: 80%;
   transform: translateY(-50%);
   width: 40px;
   height: 40px;
}

.ja_ke_hero .title {
   width: 100%;
   float: left;
   margin-bottom: 20px;
}

.ja_ke_hero .title h2 {
   color: var(--white-color);
   font-family: var(--font-1);
   font-size: 120px;
   font-style: normal;
   font-weight: 800;
   line-height: 115px;
}

.ja_ke_hero .title h2 span {
   color: transparent;
   -webkit-text-stroke: 2px var(--white-color);
}

.ja_ke_hero .title h3 {
   background: var(--gradient-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-family: var(--font-1);
   font-size: 80px;
   font-style: normal;
   font-weight: 700;
   line-height: 88px;
}

.ja_ke_hero .subtitle {
   width: 100%;
   float: left;
   margin-bottom: 40px;
}

.ja_ke_hero .subtitle p {
   color: var(--light-color);
   font-variant-numeric: lining-nums proportional-nums;
   font-family: var(--font-2);
   font-size: 32px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
}

.ja_ke_hero .buttons {
   width: 100%;
   float: left;
   display: flex;
}

.ja_ke_hero .buttons .ja_ke_button {
   width: auto;
}

.ja_ke_button {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_button[data-text-align="left"] {
   text-align: left;
}

.ja_ke_button[data-text-align="center"] {
   text-align: center;
}

.ja_ke_button[data-text-align="right"] {
   text-align: right;
}

.ja_ke_button_border {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_button_border a {
   color: #cd2122;
   text-align: center;
   font-variant-numeric: lining-nums proportional-nums;
   font-size: 14px;
   font-weight: 800;
   display: inline-block;
   padding: 18.5px 35px 20.5px;
   border: 2px solid #cd2122;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
   border-radius: 3px;
   text-transform: uppercase;
   font-family: var(--font-2);
}

.ja_ke_button_border a:hover {
   border-color: #9c1617;
}

.ja_ke_hero .ja_ke_button_border {
   width: auto;
   margin-left: 15px;
}

.ja_ke_hero .play {
   width: 136px;
   height: 136px;
   border-radius: 100%;
   flex-shrink: 0;
   background: var(--main-color);
   z-index: 1;
   position: absolute;
   bottom: 0px;
   left: 50px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   justify-content: center;
}

.ja_ke_hero .play .svg {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 20px;
   height: 20px;
   margin-left: 3px;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_hero .play .animate_image {
   animation: animCircle 15s infinite linear;
}

@keyframes animCircle {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(-360deg);
   }
}

.ja_ke_full_link {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   z-index: 5;
}

.ja_ke_hero .play .ja_ke_full_link {
   border-radius: 100%;
}

.tm_partners {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   align-items: center;
   margin-top: 75px;
   padding-bottom: 50px;
   transform: translateY(30px);
   opacity: 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;
}

.ja_ke_all_wrap.ready .tm_partners {
   opacity: 1;
   transform: translateY(0);
   border-top: 1px #2f2f2f solid;
}

.ja_ke_hero .info {
   width: 100%;
   float: left;
}

.ja_ke_hero .info ul {
   margin: 0;
   position: relative;
}

.ja_ke_hero .info ul li {
   padding-left: 15px;
}

.ja_ke_hero .info ul li a:hover {
   color: var(--main-color);
}

.ja_ke_hero .info ul:before {
   position: absolute;
   content: "";
   width: 4px;
   background-color: var(--main-color);
   top: 0;
   bottom: 0;
}

.ja_ke_hero .info ul li a {
   color: var(--white-color);
   font-weight: 500;
   font-size: 14px;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.tm_partners .text {
   width: 15%;
}

.tm_partners .text p {
   font-weight: 500;
   font-size: 18px;
   color: var(--white-color);
}

.tm_partners .list {
   width: 85%;
   overflow: hidden;
   position: relative;
}

.tm_partners .list:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   bottom: 0px;
   width: 250px;
   z-index: 2;
   background: rgb(243, 243, 243);
   background: -moz-linear-gradient(90deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   background: -webkit-linear-gradient(90deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   background: linear-gradient(90deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);
}

.tm_partners .list:after {
   position: absolute;
   content: "";
   right: 0px;
   top: 0px;
   bottom: 0px;
   width: 250px;
   z-index: 2;
   background: rgb(243, 243, 243);
   background: -moz-linear-gradient(270deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   background: -webkit-linear-gradient(270deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   background: linear-gradient(270deg, rgba(28 28 28) 0%, rgba(243, 243, 243, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);
}

.tm_partners .list ul {
   margin: 0px;
   padding: 0px;
   display: flex;
}

.tm_partners .list ul li {
   margin: 0px 70px 0px 0px;
   padding: 0px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.tm_partners .list ul li img {
   max-width: 150px;
   max-height: 100px;
}

.tm_partners .list ul li:last-child {
   margin-right: 50px;
}

/* 05.0 About == */

.ja_ke_about {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background-color: #fff;
   padding: 140px 0px 145px 0px;
}

.ja_ke_about .about_inner {
   width: 100%;
   display: flex;
   align-items: center;
}

.ja_ke_about .experience {
   width: 35%;
}


.trusted__thumb {
   max-width: 450px;
   margin: 0 auto;
   position: relative;
   margin-bottom: 45px;
}

.trusted__thumb::before {
   position: absolute;
   content: "";
   height: 386px;
   width: 386px;
   background: var(--dark-color-2) !important;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -o-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
   /* z-index: -1; */
   bottom: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
}

.trusted__card {
   max-width: 270px;
   position: absolute;
   bottom: 40px;
   transform: rotate(10deg);
   left: 50px;
}

.trusted__thumb img {
   border-radius: 0 0 212px 212px;
   /* z-index: -1; */
   position: relative;
}


.ja_ke_about .in {
   filter: drop-shadow(-3px 7px 0px #000);
}

.ja_ke_about .inside {
   width: 280px;
   height: 420px;
   clip-path: ellipse(50% 50% at 50% 50%);
   background: var(--main-color);
   transform: rotate(-15deg);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.ja_ke_about .inside h3 {
   transform: rotate(15deg);
   font-size: 120px;
   color: #fff;
   line-height: 124px;
   margin-left: 40px;
}

.ja_ke_about .inside h6 {
   transform: rotate(15deg);
   font-size: 20px;
   color: #fff;
}

.text-primary {
   color: var(--main-color)
}

.text_gradient {
   position: relative;
}

.text_gradient .inn {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 0px;
   background: var(--gradient-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-variant-numeric: lining-nums proportional-nums;

   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -ms-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .2s ease;

}

.text_gradient .or {
   opacity: .5;

   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -ms-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .2s ease;
}

.text_gradient .or.disable {
   opacity: 0;
}

.inn.waypoint_effect.load {
   width: 100%;
}

.text-underline {
   text-decoration: none;
   box-shadow: inset 0 -2px 0 rgb(195 24 24 / 79%), 0 2px 0 rgb(195 24 24);
   transition: box-shadow .3s;
   color: inherit;
   overflow: hidden;
}

.text-underline:hover {
   box-shadow: inset 0 -30px 0 rgba(50, 85, 127, 0.5), 0 2px 0 rgba(50, 85, 127, 0.5);
}

.text_gradient {
   display: inline;
   background: var(--gradient-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
   font-variant-numeric: lining-nums proportional-nums;
   background-repeat: no-repeat;
   background-size: 0% 100%;

   -webkit-transition: all .1s ease;
   -moz-transition: all .1s ease;
   -ms-transition: all .1s ease;
   -o-transition: all .1s ease;
   transition: all .1s ease;
}

.text_hover_gradient {
   position: relative;
   display: inline;
   background-image: linear-gradient(90deg, #f41e1e 0%, #FB5141 100%);
   background-position: 0% 100%;
   background-repeat: no-repeat;
   background-size: 0% 2px;
   transition: background-size .5s;
}

.text_hover_gradient:after {
   content: '';
   position: absolute;
   top: -5px;
   left: -5px;
   right: -5px;
   bottom: -5px;
}

.text_hover_gradient:hover,
.ja_ke_header .menu ul li.current a {
   background-size: 100% 2px;
}

.ja_ke_about .text {
   width: 45%;
   padding: 0px 30px;
}

.ja_ke_about .text h4 {
   font-size: 44px;
   line-height: 54px;
   font-weight: 700;
   font-family: var(--font-1);
   color: var(--dark-color);
   font-variant-numeric: lining-nums proportional-nums;
   margin-bottom: 30px;
}

.ja_ke_about .counter {
   /* padding-left: 30px; */
   text-align: center;
   color: #fff;
}

.ja_ke_about .counter ul {
   margin: 0px;
   padding: 0px;
}

.ja_ke_about .counter ul li {
   margin: 0px 0px 40px 0px;
   width: 100%;
}

.ja_ke_about .counter ul li:last-child {
   margin-right: 0px;
}

.ja_ke_about .counter {
   width: 20%;
   background: #181819;
   padding-top: 30px;
}

.ja_ke_about .counter h3 {
   color: var(--heading-text);
   font-family: var(--font-1);
   font-size: 44px;
   font-style: normal;
   font-weight: 700;
   line-height: 54px;
   margin-bottom: 8px;
}

.ja_ke_about .counter .text {
   color: var(--heading-text);
   font-family: var(--font-1);
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px;
}

/* 06.0 Services == */

.ja_ke_services {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background: linear-gradient(to right, rgba(205, 33, 34, 1) 0%, rgba(245, 72, 76, 1) 100%);
   padding: 80px 0px;
}

.ja_ke_services .service_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_services .ja_ke_title h3 {
   color: #fff;
   font-weight: 800;
}

.ja_ke_flex_title {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
}

.ja_ke_title {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_title[data-text-align="left"] {
   text-align: left;
}

.ja_ke_title[data-text-align="center"] {
   text-align: center;
}

.ja_ke_title[data-text-align="right"] {
   text-align: right;
}

.ja_ke_title h3 {
   font-size: 64px;
   line-height: 72px;
   font-weight: 900;
   font-family: var(--font-2);
}

.ja_ke_flex_title .mail a {
   color: #fff;
   font-size: 15px;
   font-weight: 600;
   display: inline-block;
   position: relative;
   padding-left: 25px;
}

.ja_ke_flex_title .mail i {
   position: absolute;
   left: 0px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 16px;
}

.ja_ke_services .list {
   width: 100%;
   float: left;
   margin-top: 50px;
}

.ja_ke_services .list>ul {
   margin: 0px 0px 0px -30px;
   padding: 0px;
   display: flex;
   flex-wrap: wrap
}

.ja_ke_services .list>ul>li {
   margin: 0px 0px 25px 0px;
   padding-left: 30px;
   width: 33.3%;
   float: left;
}

.ja_ke_services .list .in {
   position: relative;
   z-index: 1;
}

.ja_ke_services .list .list_inner {
   width: 100%;
   height: 100%;
   clear: both;
   float: left;
   position: relative;
   padding: 50px 30px 65px 30px;
}

.ja_ke_services .list .list_inner:before {
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   right: 0px;
   height: 0px;
   border-radius: 3px;
   background-color: var(--tetiary-color);

   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}

.ja_ke_services .list>ul>li.waypoint_effect.load .list_inner:before {
   height: 100%;
}

.ja_ke_services .list .icon {
   display: inline-block;
   width: 60px;
   height: 60px;
   border-radius: 50px;
   background: var(--white-color);
   position: relative;
   margin-bottom: 25px;
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_services .list>ul>li.waypoint_effect.load .icon {
   transform: translateY(0);
   opacity: 1;
   transition-delay: .5s;
}

.ja_ke_services .list .icon .svg,
.ja_ke_services .list .icon .icon-lis {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   width: 24px;
   height: 24px;
   display: block;
   color: #CD2122;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_services .list .list_inner:hover .icon .svg {
   transform: translate3d(-50%, -50%, 0) rotate(360deg);
}


.ja_ke_services .list .title {
   width: 100%;
   float: left;
   margin-bottom: 11px;
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_services .list>ul>li.waypoint_effect.load .title {
   transform: translateY(0);
   opacity: 1;
   transition-delay: .7s;
}

.ja_ke_services .list .title h3 {
   font-size: 20px;
   color: var(--white-color);
   font-weight: 500;
}

.ja_ke_services .item ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   opacity: 0;
   transform: translateY(20px);
   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;
   text-align: left;
   margin-bottom: 0;

}

.ja_ke_services .item li {
   font-size: 14px;
   font-weight: 500;
   display: inline-flex;
   display: -webkit-box;
   display: inline-flex;
   display: -ms-flexbox;
}

.item li i {
   font-size: 20px;
   margin-right: 10px;
   margin-top: 6px;
   width: 20px;
}


.bubble::after {
   content: '';
   border-top-left-radius: 50% 100%;
   border-top-right-radius: 50% 100%;
   position: absolute;
   bottom: 0;
   z-index: -1;
   width: 100%;
   background-color: #0f0f10;
   height: 85%;
}

.ja_ke_services .item li i {
   font-size: 16px;
   color: fff font-weight: 400;

}

.ja_ke_services .list>ul>li.waypoint_effect.load .item ul {
   transform: translateY(0);
   opacity: 1;
   transition-delay: .9s;
}

/* 07.0 Portfolio == */

.ja_ke_portfolio {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   padding: 117px 0px 100px 0px;
   background-color: var(--dark-color-2);
}

.ja_ke_portfolio .portfolio_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_portfolio .portfolio_list {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   margin-top: 70px;
}

.ja_ke_portfolio .portfolio_list ul {
   margin: 0px 0px 0px -100px;
   padding: 0px;
}

.ja_ke_portfolio .portfolio_list ul li {
   margin: 0px 0px 48px 0px;
   padding-left: 100px;
   width: 50%;
   float: left;
}

.ja_ke_portfolio .portfolio_list ul li:nth-child(2) {
   margin-top: -227px;
}

.ja_ke_portfolio .portfolio_list ul li:nth-child(2) .image {
   max-width: 81% !important;
}

.ja_ke_portfolio .portfolio_list ul li .list_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   position: relative;
}

.ja_ke_portfolio .portfolio_list ul li .image {
   position: relative;
   overflow: hidden;
}

.ja_ke_portfolio .portfolio_list ul li .image img {
   position: relative;
   opacity: 0;
   min-width: 100%;
}

.ja_ke_portfolio .portfolio_list ul li .main {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   transform: 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;
}

.ja_ke_portfolio .portfolio_list ul li .image:hover .main {
   transform: scale(1.1) translateZ(0);
}

.ja_ke_portfolio .portfolio_list ul li .overlay {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-color: #fff;
   z-index: 6;
   transition: 0.5s ease-in-out;
}

.ja_ke_portfolio .portfolio_list ul li.waypoint_effect.load .overlay {
   left: 100%;
}

.ja_ke_portfolio .portfolio_list ul li .title {
   margin-top: 18px;
   overflow: hidden;
   display: inline-block;
}

.ja_ke_portfolio .portfolio_list ul li .title h3 {
   font-size: 20px;
   color: var(-white-color);
}

.ja_ke_portfolio .portfolio_list ul li .title a {
   color: var(--white-color);
   position: relative;
   font-weight: 400;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.link_effect:before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   left: 0;
   background-color: #fff;
   transition: .5s ease-in-out;
}

.ja_ke_portfolio .portfolio_list ul li.waypoint_effect.load .title .link_effect:before {
   left: 100%;
}

.category-info {
   display: flex;
   justify-content: space-between;
   padding-bottom: 10px;
}

.category-info .category-list a {
   color: var(--main-color);
   font-weight: 500;
   font-size: 12px;
   letter-spacing: 1px;
   text-transform: uppercase;
   display: block;
}

.category-info .meta span,
.category-info .meta span a {
   color: #c4cfde !important;
   font-weight: 500;
   font-size: 13px;
}

.rn-portfolio .inner .content .category-info .meta span a i,
.rn-blog .inner .content .category-info .meta span a i {
   margin-right: 2px;
   font-size: 13px;
   s
}

/* 08.0 Process == */

.ja_ke_experience {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background-color: var(--grey-color);
   position: relative;
   padding: 115px 0px 140px 0px;
}

.ja_ke_experience .experience_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_experience .list {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   margin-top: 50px;
   padding-right: 0 !important;
}

.ja_ke_experience .list ul {
   margin: 0px 0px 0px -30px;
   padding: 0px;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 25px;
}

.ja_ke_experience .list ul li {
   margin: 0px 0px 30px 0px;
   width: 50%;
   padding-left: 30px;
   float: left;
}

.ja_ke_experience .list .list_inner .in {
   position: relative;
   z-index: 1;
}

.ja_ke_experience .list .list_inner {
   width: 100%;
   height: 100%;
   clear: both;
   float: left;
   position: relative;
   padding: 35px 30px;
}

.ja_ke_experience .list .list_inner:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   right: 0px;
   height: 0px;
   background-color: #fff;
   border-radius: 16px;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_experience .list ul li.waypoint_effect.load .list_inner:before {
   height: 100%;
}

.ja_ke_experience .list .jobbs {
   color: var(--heading-text-);
   font-size: 18px;
   font-weight: 500;
   display: block;
   margin-bottom: 50px;
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_experience .list ul li.waypoint_effect.load .jobbs {
   transition-delay: .5s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_experience .list .icon {
   display: block;
   margin-bottom: 25px;
   opacity: 0;
   font-size: 40px;
   color: #1e3050;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_experience .list ul li.waypoint_effect.load .icon {
   transition-delay: .7s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_experience .list .icon .svg {
   width: 40px;
   height: 40px;
}

.ja_ke_experience .list .title {
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 10px;
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_experience .list ul li.waypoint_effect.load .title {
   transition-delay: .9s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_experience .list .text {
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_experience .list ul li.waypoint_effect.load .text {
   transition-delay: 1.1s;
   opacity: 1;
   transform: translateY(0);
   line-height: 1.667;
}

.ja_ke_experience .ja_ke_button_border {
   text-align: center;
}

.ja_ke_experience .ja_ke_button_border.waypoint_effect.load {
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_experience .imagebox {
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   width: 200px;
}

.ja_ke_experience .imagebox .main {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.ja_ke_experience .short {
   width: 100% !important;
   float: left !important;
   display: flex !important;
   justify-content: space-between !important;
   margin-bottom: 16px !important;
   z-index: 1;
   position: relative;
}

.ja_ke_experience .job span {
   font-weight: 500;
   display: inline-block;
   margin-bottom: 4px;
   color: var(--main-color);
   font-size: 14px;
   font-family: var(--font-1);
}

.ja_ke_experience .job h3 {
   font-size: 19px;
   font-weight: 500;
}

.ja_ke_experience .place span {
   font-weight: 500;
   font-family: var(--font-inter);

}

/* 09.0 Testimonials == */

.ja_ke_testimonials {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background: var(--gradient-color);
   padding: 140px 0px;
}

.ja_ke_testimonials .testimonials_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   align-items: center;
}

.ja_ke_testimonials .left {
   width: 35%;
}

.ja_ke_testimonials .left img {

   min-width: 100%;
   max-height: 600px;
   filter: grayscale(1);
   object-fit: cover;
}

.ja_ke_testimonials .right {
   width: 65%;
   padding-left: 95px;
}

.ja_ke_testimonials .text {
   width: 100%;
   float: left;
   margin-bottom: 50px;
}

.ja_ke_testimonials .text p {
   color: #fff;
   font-family: var(--font-1);
   font-size: 32px;
   font-weight: 400;
   line-height: 40px;
}

.ja_ke_testimonials .extra {
   width: 100%;
   float: left;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.ja_ke_testimonials .extra h3 {
   font-size: 20px;
   color: #fff;
   font-weight: 500;
}

.ja_ke_testimonials .extra span {
   color: #fff;
   font-size: 14px;
}

.ja_ke_testimonials .extra .svg {
   width: 36px;
   height: 36px;
}

.ja_ke_testimonials_review-rating {
   font-size: 18px;
   color: var(--light-color);
   opacity: .7;
   display: block;
   margin: 5px 0 0 5px;
}

/* 10.0 Pricing == */

.ja_ke_pricing {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   padding: 115px 0px 100px 0px;
}

.ja_ke_pricing .list {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   margin-top: 45px;
}

.ja_ke_pricing .list ul {
   margin: 0px 0px 0px -30px;
}

.ja_ke_pricing .list ul li {
   margin: 0px 0px 30px 0px;
   padding-left: 30px;
   width: 33.3333%;
   float: left;
}

.ja_ke_pricing .list ul li .list_inner .in {
   position: relative;
   z-index: 1;
}

.ja_ke_pricing .list ul li .list_inner {
   width: 100%;
   height: 100%;
   clear: both;
   float: left;
   position: relative;
   text-align: left;
   padding: 50px;
}

.ja_ke_pricing .list ul li .list_inner:before {
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   right: 0px;
   height: 0px;
   background-color: #eee;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_pricing .list ul li.waypoint_effect.load .list_inner:before {
   height: 100%;
}

.ja_ke_pricing .list ul li:nth-child(1) .list_inner:before {
   background-color: var(--grey-color);
}

.ja_ke_pricing .list ul li:nth-child(2) .list_inner:before {
   background-color: var(--dark-color-2);
}

.ja_ke_pricing .list ul li:nth-child(3) .list_inner:before {
   background-color: var(--grey-color);
}

.ja_ke_pricing .top {
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_pricing .list ul li.waypoint_effect.load .top {
   transition-delay: .5s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_pricing .plan {
   font-size: 14px;
   text-transform: uppercase;
   color: var(--dark-color);
   margin-bottom: 10px;
}

.ja_ke_pricing .hour {
   font-size: 20px;
}

.ja_ke_pricing .time {
   font-size: 14px;
   display: inline-block;
   padding-bottom: 12.5px !important;
   border-bottom: 1px #cccccc7a solid;
   width: 100%;
   margin-bottom: 12.5px;
}

.ja_ke_pricing .price {
   font-size: 45px;
   margin-bottom: 5px;
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_pricing .list ul li.waypoint_effect.load .price {
   transition-delay: .7s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_pricing .price span {
   font-size: 14px;
   font-weight: 400;
}

.ja_ke_pricing ul li.dark .plan,
.ja_ke_pricing ul li.dark .hour,
.ja_ke_pricing ul li.dark .time,
.ja_ke_pricing ul li.dark .available-list,
.ja_ke_pricing ul li.dark .price span {
   color: #fff;
}

.ja_ke_pricing .dark .time {
   border-bottom: 1px solid #2F2F2F;
}

.dark .available-list li {
   color: #fff;
}

.ja_ke_pricing ul li .ja_ke_button_border {
   opacity: 0;
   transform: translateY(20px);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_pricing .list ul li.waypoint_effect.load .ja_ke_button_border {
   transition-delay: .9s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_pricing ul li.dark .ja_ke_button_border a {
   border-color: #fff;
   color: #fff;
}

.ja_ke_pricing ul li.dark .ja_ke_button_border a:hover {
   background-color: #fff;
   color: #000;
}

.ja_ke_pricing ul li.dark .gradient {
   font-size: 45px;
   font-weight: 700;
   background: var(--main-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.ja_ke_pricing .time .dark {
   border-bottom: 1px #2f2f2f solid;
}

.ja_ke_pricing ul li.dark .price span {
   color: #fff;
}

.available-list {
   margin-bottom: 45px;
}

.available-list ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.available-list li {
   position: relative;
   margin-bottom: 18px !important;
   font-size: 14px;
   font-weight: 400;
   font-family: var(--body-font);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   color: var(--dark-color);
   padding-left: 30px !important;
   width: 100% !important;
   margin-bottom: 10px !important;
}

.available-list li i {
   font-size: 18px;
   width: 18px;
   height: 18px;
}

.checklist li i,
.checklist li svg {
   font-size: 18px;
   margin-right: 10px;
   color: var(--main-color);
   margin-top: 4px;
   width: 18px;
   height: 18px;
}

.available-list li.pricing-unavailable i {
   color: var(--dark-color);
   background: var(--white-color);
   border-radius: 50%;
   font-size: 13px;
   text-align: center;
   line-height: 19px;
}

.w-100 {
   width: 100%;
   margin-top: 20px;
   font-weight: 800 !important;
}


/* 11.0 News == */

.ja_ke_news {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   margin-bottom: 90px;
   padding-top: 85px;
   background: var(--white-color);
}

.ja_ke_news .news_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_news .ja_ke_button_border {
   width: auto;
}

.ja_ke_news .ja_ke_title {
   width: auto;
}

.ja_ke_news .list {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   margin-top: 60px;
}

.ja_ke_news .list ul {
   margin: 0px 0px 0px -30px;
}

.ja_ke_news .list ul li {
   margin: 0px 0px 40px 0px;
   padding-left: 30px;
   width: 33.3%;
   float: left;
}

.ja_ke_news .list ul li .list_inner {
   width: 100%;
   height: 100%;
   clear: both;
   float: left;
   position: relative;
   background: #141415;
}

.ja_ke_news .list ul li .image {
   position: relative;
   overflow: hidden;
}

.ja_ke_news .list ul li .image img {
   position: relative;
   opacity: 0;
   min-width: 100%;
}

.ja_ke_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: 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;
}

.ja_ke_news .list ul li .image:hover .main {
   transform: scale(1.1) translateZ(0);
}

.ja_ke_news .list ul li .details {
   width: 100%;
   float: left;
   margin-top: 25px;
   padding: 5px 30px;
   padding-bottom: 25px;
}

.ja_ke_news .list ul li .date {
   background: var(--main-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 10px;
   display: inline-block;
   font-weight: 500;
   font-size: 12px;
}

.ja_ke_news .list ul li .title a {
   font-size: 18px;
   color: var(--white-color);
   line-height: 21px;
   font-weight: 400;
}

.cu-title {
   line-height: 21px !important;
}

p.news-text {
   color: #7b7e86;
   margin-top: 10px;
}

.newsmeta {
   margin-top: -0.4em;
   margin-bottom: 12px;
}

.newsmeta span i,
.newsmeta a i {
   margin-right: 8px;
   color: var(--main-color);
}

.newsmeta a {
   display: inline-block;
   font-size: 14px;
   font-weight: 400;
   color: var(--white-color);
   position: relative;
   margin-right: 31px;
}

.newsmeta span {
   display: inline-block;
   font-size: 14px;
   font-weight: 400;
   color: var(--dark-color-2);
   position: relative;
   margin-right: 31px;
}

.datetime {
   color: var(--dark-color);
}

.mb-n1 {
   margin-bottom: -0.25rem;
}

.pagination span.active,
.pagination span:hover,
.pagination a.active,
.pagination a:hover {
   color: var(--white-color);
   background-color: var(--main-color);
   box-shadow: none;
}


/* 12.0 Footer == */

.ja_ke_footer {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   background-color: var(--dark-color-2);
   padding-top: 100px;
   border-top: 1px #eeeeee17 solid;
}

.ja_ke_footer .footer_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_footer .project {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   align-items: center;
   background: var(--dark-color-2);
   padding: 0px;
}

.ja_ke_footer .project .left {
   width: 50%;
   padding-right: 50px;
}

.ja_ke_footer .project .left h3 {
   font-size: 35.4px;
   color: #fff;
   line-height: 1.1;
   margin-bottom: 10px;
}

.ja_ke_footer .project .right {
   width: 50%;
   padding-left: 50px;
}

.ja_ke_footer .project .text {
   color: #fff;
   margin-bottom: 23px;
}

.ja_ke_footer .call {
   width: 100%;
   float: left;
   margin-bottom: 30px;
}

.ja_ke_footer .call a {
   display: inline-block;
   color: var(--dark-color);
   text-align: center;
   font-variant-numeric: lining-nums proportional-nums;
   font-size: 15px;
   font-style: normal;
   font-weight: 600;
   line-height: 16px;
   background-color: #fff;
   padding: 16px 40px;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_footer .call a:hover {
   color: #fff;
   background-color: #000;
}

.ja_ke_footer .copyright {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   display: flex;
   align-items: center;
   ;
   justify-content: space-between;
   padding: 30px 0px 35px 0px;
   border-top: 1px #eeeeee17 solid;
   margin-top: 60px;
}

.ja_ke_footer .year p {
   color: #fff;
}

.ja_ke_footer .logo {
   display: inline-block;
   padding: 0px 30px;
}

.ja_ke_footer .social ul {
   margin: 0px;
   padding: 0px;
}

.ja_ke_footer .social ul li {
   margin: 0px 13px 0px 0px;
   display: inline-block;
}

.ja_ke_footer .social ul li:last-child {
   margin-right: 0px;
}

.ja_ke_footer .social ul li a {
   text-decoration: none;
   color: #fff;
}

.ja_ke_footer .fields {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_footer .fields ul li {
   width: 100%;
   margin: 0 0 25px;
   float: left;
}

.ja_ke_footer .fields ul li input {
   width: 100%;
   height: 60px;
   background-color: #fff;
   font-size: 15px;
}

.ja_ke_footer .fields .first {
   width: 100%;
   float: left;
}

.ja_ke_footer .fields .last textarea:focus,
input:focus {
   outline: none !Important;
   border: 1px solid var(--main-color) !Important;
}

.ja_ke_footer .empty_notice {
   color: var(--light-color);
   margin-bottom: 7px;
   display: none;
}


/* 13.0 Modal Boxes == */

.ja_ke_modalbox {
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
   height: 100vh;
   z-index: 20;
   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;
}

.ja_ke_modalbox.opened {
   opacity: 1;
   visibility: visible;
}

.ja_ke_modalbox .box_inner {
   position: absolute;
   top: 70px;
   bottom: 70px;
   width: 968px;
   left: 50%;
   transform: translateX(-53%);
   background-color: #fff;
   z-index: 1;
   opacity: 0;
   visibility: hidden;
   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;
}

.ja_ke_modalbox.opened .box_inner {
   opacity: 1;
   visibility: visible;
   transform: translateX(-50%);
}

.ja_ke_modalbox .close {
   position: fixed;
   left: 100%;
   top: 0px;
   margin-left: 30px;
   z-index: 10;
}

.ja_ke_modalbox .close a {
   display: block;
   width: 40px;
   height: 40px;
   text-decoration: none;
   color: var(--main-color);
   border: 1px solid var(--main-color);
   position: relative;
   border-radius: 100%;
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_modalbox .close a:hover {
   border-radius: 100%;
   background: #fff;
   color: var(--main-color);
   transform: rotate(90deg);
}

.ja_ke_modalbox .close a i {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.ja_ke_modalbox .description_wrap {
   position: relative;
   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   padding: 50px;
   overflow-y: scroll;
}

.ja_ke_modalbox .description_wrap:before {
   position: fixed;
   content: "";
   top: 0px;
   left: 0px;
   right: 0px;
   height: 50px;
   background-color: #fff;
   z-index: 5;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

.ja_ke_modalbox .description_wrap:after {
   position: fixed;
   content: "";
   bottom: 0px;
   left: 0px;
   right: 0px;
   height: 50px;
   background-color: #fff;
   z-index: 5;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}

.ja_ke_modalbox .description_wrap::-webkit-scrollbar {
   width: 11px;
}

.ja_ke_modalbox .description_wrap {
   scrollbar-width: thin;
   scrollbar-color: #bbb #fff;
}

.ja_ke_modalbox .description_wrap:-webkit-scrollbar-track {
   background: #fff;
}

.ja_ke_modalbox .description_wrap::-webkit-scrollbar-thumb {
   background-color: #bbb;
   border-radius: 10px;
   border: 3px solid #fff;
}

/*Portfolio*/

.hidden_content_portfolio {
   display: none;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   z-index: -11;
}

.ja_ke_portfolio_xylene {
   margin-bottom: 18px;
   display: block;
}

.ja_ke_portfolio_xylene span,
.ja_ke_portfolio_xylene a {
   display: inline-block;
   font-family: var(--font-2);
   font-weight: 600;
   color: #363739;
   position: relative;
   margin-right: 26px;
   font-size: 16px;
}

.ja_ke_portfolio_xylene span i,
.ja_ke_portfolio_xylene a i {
   margin-right: 7px;
   color: var(--main-color);
}

.ja_ke_portfolio_cat {
   margin-bottom: 10px;
}

.ja_ke_portfolio_cat a {
   display: inline-block;
   border: 1px solid var(--white-color);
   font-size: 14px;
   font-weight: 500;
   font-family: var(--body-font);
   text-transform: capitalize;
   line-height: 1;
   padding: 12px 17px;
   margin-right: 5px;
   margin-bottom: 10px;
   color: var(--dark-color);
   background-color: var(--grey-color);
   border-radius: 5px;
   box-shadow: 0px 12px 30px rgba(33, 85, 186, 0.08);
}

.ja_ke_portfolio_cat a:hover,
.ja_ke_portfolio_cat a:hover {
   background-color: var(--main-color);
   color: var(--white-color) !important;
   border-color: var(--main-color);
}

.share-links-title {
   font-size: 17px;
   color: var(--dark-color);
   font-family: var(--font-2);
   font-weight: 700;
   margin: 0 0 15px 0;
   display: block;
}

.cu-social {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   gap: 10px;
}

.cu-social.style3 a {
   --icon-size: 45px;
   font-size: 14px;
   background-color: var(--grey-color);
   color: var(--dark-color);
}


.cu-social.style3 a:hover {
   border-color: var(--main-color);
   color: var(--white-color);
   background-color: var(--main-color);
}

.cu-social a {
   display: inline-block;
   width: var(--icon-size, 45px);
   height: var(--icon-size, 45px);
   line-height: var(--icon-size, 45px);
   background-color: transparent;
   color: var(--white-color);
   font-size: 16px;
   text-align: center;
   border-radius: 50%;
   border: 2px solid rgba(255, 255, 255, 0.1);
}

.ja_ke_modalbox .hidden_content_portfolio {
   display: none;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   z-index: -11;
}

.ja_ke_modalbox .popup_details {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_modalbox .popup_details .top_image {
   position: relative;
   overflow: hidden;
   margin-bottom: 30px;
   height: 300px;
}

.ja_ke_modalbox .popup_details .top_image img {
   position: relative;
   min-width: 100%;
   opacity: 0;
}

.ja_ke_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;
}

.ja_ke_modalbox .portfolio_main_title {
   width: 100%;
   float: left;
   margin-bottom: 20px;
}

.ja_ke_modalbox .portfolio_main_title .category a {
   display: inline-block;
   color: var(--main-color);
   margin-bottom: 7px;

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_modalbox .portfolio_main_title .category a:hover {
   color: var(--yellow-color);
}

.ja_ke_modalbox .portfolio_main_title h3 {
   font-size: 25px;
}

.ja_ke_modalbox .main_details {
   width: 100%;
   height: auto;
   clear: both;
   display: flex;
   margin-bottom: 60px;
}

.ja_ke_modalbox .main_details .textbox {
   width: 100%;
   padding-right: 40px;
}

.ja_ke_modalbox .main_details .textbox p {
   margin-bottom: 10px;
   opacity: .8;
}

.ja_ke_modalbox .main_details .textbox p:last-child {
   margin-bottom: 0px;
}

.ja_ke_modalbox .main_details .detailbox {
   width: 30%;
   padding-left: 40px;
}

.ja_ke_modalbox .main_details .detailbox>ul {
   margin: 0px;
   list-style-type: none;
}

.ja_ke_modalbox .main_details .detailbox>ul>li {
   margin: 0px 0px 10px 0px;
   width: 100%;
   float: left;
}

.ja_ke_modalbox .main_details .detailbox>ul>li:last-child {
   margin-bottom: 0px;
}

.ja_ke_modalbox .main_details .detailbox>ul>li span:last-child {
   opacity: .8;
}

.ja_ke_modalbox .main_details .detailbox .first {
   font-weight: 700;
   display: block;
}

.ja_ke_modalbox .main_details .detailbox span a {
   text-decoration: none;
   color: var(--main-color);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_modalbox .main_details .detailbox span a:hover {
   color: var(--yellow-color);
}

.ja_ke_modalbox .main_details .detailbox .share {
   margin: 0px;
   list-style-type: none;
   position: relative;
   top: 7px;
}

.ja_ke_modalbox .main_details .detailbox .share li {
   margin: 0px 13px 0px 0px;
   display: inline-block;
}

.ja_ke_modalbox .main_details .detailbox .share li:last-child {
   margin-right: 0px;
}

.ja_ke_modalbox .main_details .detailbox .share li a {
   text-decoration: none;
   color: var(--main-color);

   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   -ms-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.ja_ke_modalbox .main_details .detailbox .share li a:hover {
   color: var(--yellow-color);
}

.ja_ke_modalbox .additional_images {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_modalbox .additional_images ul {
   margin: 0px 0px 0px -30px;
   list-style-type: none;
}

.ja_ke_modalbox .additional_images ul li {
   margin: 0px 0px 30px 0px;
   float: left;
   width: 50%;
   padding-left: 30px;
}

.ja_ke_modalbox .additional_images ul li:nth-child(3n-2) {
   width: 100%;
}

.ja_ke_modalbox .additional_images ul li .list_inner {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
   position: relative;
}

.ja_ke_modalbox .additional_images ul li .my_image {
   position: relative;
}

.ja_ke_modalbox .additional_images ul li .my_image img {
   opacity: 0;
   min-width: 100%;
   height: 300px;
}

.ja_ke_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;
   height: 300px;
   background-position: center center;

}

/*Blog*/

.ja_ke_news .news_hidden_details {
   display: none;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   z-index: -11;
}

.ja_ke_modalbox .news_popup_informations {
   width: 100%;
   height: auto;
   clear: both;
   float: left;
}

.ja_ke_modalbox .news_popup_informations .image {
   position: relative;
   margin-bottom: 30px;
}

.ja_ke_modalbox .news_popup_informations .image img {
   position: relative;
   opacity: 0;
   min-width: 100%;
}

.ja_ke_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;
}

.ja_ke_modalbox .news_popup_informations .text {
   width: 100%;
   float: left;
}

.ja_ke_modalbox .news_popup_informations .text p {
   margin-bottom: 10px;
   opacity: .8;
}

.ja_ke_modalbox .news_popup_informations .text p:last-child {
   margin-bottom: 0px;
}

.ja_ke_modalbox .meta {
   width: 100%;
   float: left;
}

.ja_ke_modalbox .meta span {
   background: var(--main-color);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 10px;
   display: inline-block;
   font-weight: 500;
}

.ja_ke_modalbox .news_popup_informations .title {
   width: 100%;
   float: left;
   margin-bottom: 20px;
}

.ja_ke_modalbox .news_popup_informations .title h3 {
   font-size: 25px;
}

.pagination {
   margin-bottom: 30px;
   margin-top: 60px;
}

.pagination ul {
   margin: 0;
   padding: 0;
}

.pagination li:first-child {
   margin-left: 0;
}

.pagination li {
   display: inline-block;
   margin: 0 3px;
   list-style-type: none;
   width: 50px !important;
   float: none !important;
}

.pagination span,
.pagination a {
   display: inline-block;
   text-align: center;
   position: relative;
   color: var(--dark-color);
   background-color: var(--grey-color);
   width: 50px !Important;
   height: 50px !important;
   line-height: 50px;
   z-index: 1;
   font-size: 16px;
   font-weight: 700;
   border-radius: 50%;
}

/* 14.0 Portfolio Page == */

.ja_ke_portfolio_page {
   width: 100%;
   float: left;
   transform: translateY(30px);
   opacity: 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;
}

.ja_ke_all_wrap.ready .ja_ke_portfolio_page {
   transition-delay: .5s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_portfolio_page .ja_ke_title {
   width: auto;
}

.ja_ke_portfolio_page .ja_ke_portfolio .portfolio_list ul li:nth-child(2) {
   margin-top: 0px;
}

.ja_ke_portfolio_page .ja_ke_portfolio .portfolio_list ul li:nth-child(2) .image {
   max-width: 100% !important;
}

.ja_ke_portfolio_page .ja_ke_portfolio {
   margin-top: 70px;
   padding-bottom: 100px;
   margin-bottom: 0px;
   padding-top: 120px;
}

.portfolio_filter ul {
   margin: 0px;
   padding: 0px;
}

.portfolio_filter ul li {
   display: inline-block;
   margin: 0px 20px 0px 10px;
}

.portfolio_filter ul li:last-child {
   margin-right: 0px;
}

.portfolio_filter ul li a {
   color: var(--white-color);
   font-family: var(--font-2);
}

.portfolio_filter ul li a:hover {
   color: var(--main-color);
   font-family: var(--font-2);
   background: (--main-color)
}

/* 15.0 Blog Page == */

.ja_ke_blog_page {
   width: 100%;
   float: left;
   transform: translateY(30px);
   opacity: 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;
}

.ja_ke_all_wrap.ready .ja_ke_blog_page {
   transition-delay: .5s;
   opacity: 1;
   transform: translateY(0);
}

.ja_ke_blog_page .ja_ke_news {
   padding-top: 0px;
   margin-top: 220px;
}

.ja_ke_blog_page .ja_ke_news .list ul {
   margin-left: -100px;
}

.ja_ke_blog_page .ja_ke_news .list ul li {
   padding-left: 100px;
   margin-bottom: 50px;
}


.blog-checklist li {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 9px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex
}

.blog-checklist ul {
   padding-left: 0;
   list-style: none;
   text-align: left;
   margin-bottom: 0;
}

.blog-checklist li i,
.blog-checklist li svg {
   font-size: 20px;
   margin-right: 10px;
   color: var(--main-color);
   margin-top: 4px;
   width: 20px;
}

.blog-checklist li {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 9px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex
}

.blog-checklist ul {
   padding-left: 0;
   list-style: none;
   text-align: left;
   margin-bottom: 0;
}

.blog-checklist li i,
.blog-checklist li svg {
   font-size: 20px;
   margin-right: 10px;
   color: var(--main-color);
   margin-top: 4px;
   width: 20px;
}

/* 16.0 Media Queries (for small devices) == */

@media (max-width: 1600px) {
   body {
      font-size: 16px;
      line-height: 30px;
   }

   .container {
      max-width: 1140px;
   }

   .ja_ke_header .menu ul li {
      margin-right: 30px;
   }

   .ja_ke_header .menu ul li a {
      padding: 20px 0px;
   }

   .ja_ke_hero .title h2 {
      font-size: 50px;
      line-height: 65px;
   }

   .ja_ke_hero .title h3 {
      font-size: 50px;
      line-height: 65px;
   }

   .ja_ke_hero .subtitle p {
      font-size: 17px;
      line-height: 24px;
   }

   .ja_ke_button a {
      padding: padding: 18.5px 35px 20.5px;
   }

   .ja_ke_button_border a {
      padding: 9px 32px;
   }

   .ja_ke_hero .subtitle {
      margin-bottom: 30px;
   }

   .ja_ke_hero .content {
      padding-top: 100px;
   }

   .ja_ke_hero .right .in>img {
      max-height: auto;
      max-width: 100%;
   }

   .ja_ke_hero .right .in {
      float: left;
   }

   .ja_ke_all_wrap.ready .ja_ke_hero .right {
      padding-left: 60px;
   }

   .ja_ke_hero .play {
      width: 80px;
      height: 80px;
   }

   .ja_ke_hero .play .svg {
      width: 14px;
      height: 14px;
   }

   .tm_partners {
      padding-top: 50px;
   }

   .tm_partners .text p {
      font-size: 16px;
      line-height: 20px;
   }

   .ja_ke_about .text h4 {
      font-size: 40px;
      line-height: 50px;
   }

   .ja_ke_about .counter ul li {
      margin-bottom: 30px;
   }

   .ja_ke_about .counter h3 {
      font-size: 40px;
      line-height: 45px;
   }

   .ja_ke_title h3 {
      font-size: 35px;
      line-height: 52px;
      font-weight: 800;
   }

   .ja_ke_services .list .title h3 {
      font-size: 18px;
   }

   .ja_ke_services .list .list_inner {
      padding-bottom: 50px;
   }

   .ja_ke_testimonials .text p {
      font-size: 30px;
      line-height: 37px;
   }

   .ja_ke_testimonials .text {
      margin-bottom: 17.5px;
      padding-bottom: 17.5px;
      border-bottom: 1px #ffffff57 solid;
   }

   .ja_ke_modalbox .box_inner {
      width: 800px;
   }

   .ja_ke_modalbox .description_wrap {
      padding: 40px;
   }

   .ja_ke_modalbox .description_wrap:before {
      height: 40px;
   }

   .ja_ke_modalbox .description_wrap:after {
      height: 40px;
   }

   .ja_ke_modalbox .close {
      margin-left: 20px;
   }

   .ja_ke_hero .buttons {
      margin-bottom: 60px;
   }
}

@media (max-width: 1040px) {
   .ja_ke_header {
      display: none;
   }

   .ja_ke_mobile_menu {
      display: block;
   }

   .mouse-cursor {
      display: none;
   }

   .ja_ke_hero .content {
      flex-direction: column-reverse;
      padding-top: 90px;
   }

   .ja_ke_hero .left {
      width: 100%;
   }

   .ja_ke_hero .hello span {
      font-size: 18px;
      padding-left: 45px;
   }

   .ja_ke_hero .hello .svg {
      width: 35px;
      height: 35px;
   }

   .ja_ke_hero .title h2 {
      font-size: 50px;
      line-height: 55px;
   }

   .ja_ke_hero .title h3 {
      font-size: 35px;
      line-height: 40px;
   }

   .ja_ke_hero .subtitle p {
      font-size: 18px;
      line-height: 30px;
   }

   .ja_ke_all_wrap.ready .ja_ke_hero .right {
      padding-left: 0px;
   }

   .tm_partners {
      margin-top: 50px;
   }

   .tm_partners .text {
      display: none;
   }

   .tm_partners .list {
      width: 100%;
   }

   .tm_partners .list:after {
      width: 50px;
   }

   .tm_partners .list:before {
      width: 50px;
   }

   .ja_ke_hero .right {
      width: 100%;
      margin-bottom: 60px;
   }

   .ja_ke_hero .right .in {
      float: left;
   }

   .ja_ke_hero .right .in>img {
      max-width: auto;
      max-height: auto;
   }

   .ja_ke_hero .play {
      display: none;
   }

   .ja_ke_about .about_inner {
      flex-direction: column;
      align-items: baseline;
   }

   .ja_ke_about .experience {
      width: 100%;
      margin-bottom: 40px;
      position: relative;
   }

   .ja_ke_about .inside {
      clip-path: none;
      width: auto;
      height: auto;
      transform: rotate(0);
      padding: 35px 20px 50px 20px;
   }

   .ja_ke_about .inside h3 {
      transform: rotate(0);
      font-size: 80px;
      line-height: 100px;
      margin-left: 0px;
   }

   .ja_ke_about .inside h6 {
      transform: rotate(0);
   }

   .ja_ke_about .text {
      padding: 0px;
      width: 100%;
      margin-bottom: 40px;
   }

   .ja_ke_about .text h4 {
      font-size: 25px;
      line-height: 33px;
   }

   .ja_ke_about .counter {
      padding-left: 0px;
      width: 100%;
   }

   .ja_ke_about .counter ul li {
      width: auto;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 20px;
   }

   .ja_ke_title h3 {
      font-size: 30px;
      line-height: 1.3;
      font-weight: 800;
   }

   .ja_ke_services .list>ul>li {
      width: 50%;
   }

   .ja_ke_portfolio .portfolio_list ul {
      margin-left: -50px;
   }

   .ja_ke_portfolio .portfolio_list ul li {
      padding-left: 50px;
   }

   .ja_ke_experience .imagebox {
      display: none;
   }

   .ja_ke_experience .list {
      padding-right: 0px !important;
   }

   .ja_ke_experience .list ul li {
      width: 50%;
   }

   .ja_ke_testimonials .testimonials_inner {
      flex-direction: column;
      align-items: baseline;
   }

   .ja_ke_testimonials .left {
      width: 100%;
      margin-bottom: 40px;
   }

   .ja_ke_testimonials .right {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_testimonials .text p {
      font-size: 25px;
      line-height: 32px;
   }

   .ja_ke_pricing .list ul li {
      width: 50%;
   }

   .ja_ke_footer .project {
      flex-direction: column;
      align-items: baseline;
      padding: 0px 0px;
   }

   .ja_ke_footer .project .left {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px;
   }

   .ja_ke_footer .project .right {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_footer .project .left h3 {
      font-size: 30px;
      line-height: 36px;
   }

   .ja_ke_footer .copyright {
      flex-direction: column;
   }

   .ja_ke_footer .copyright .logo {
      padding: 10px 0px;
   }

   .ja_ke_portfolio_page .ja_ke_portfolio {
      margin-top: 0px;
   }

   .ja_ke_blog_page .ja_ke_news {
      margin-top: 155px;
   }

   .ja_ke_modalbox .box_inner {
      width: 600px;
      top: 50px;
      bottom: 50px;
   }

   .ja_ke_modalbox .description_wrap {
      padding: 30px;
   }

   .ja_ke_modalbox .description_wrap:before {
      height: 30px;
   }

   .ja_ke_modalbox .description_wrap:after {
      height: 30px;
   }

   .ja_ke_modalbox .close a {
      width: 30px;
      height: 30px;
   }

   .ja_ke_modalbox .close {
      margin-left: 15px;
   }

   .ja_ke_modalbox .main_details {
      flex-direction: column;
   }

   .ja_ke_modalbox .main_details .textbox {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 30px;
   }

   .ja_ke_modalbox .main_details .detailbox {
      width: 100%;
      padding-left: 0px;
   }

   .trusted__card {
      bottom: 0;
      left: 33%;
      max-width: 280px;
   }
}

@media (max-width: 768px) {
   .ja_ke_flex_title {
      flex-direction: column;
      align-items: baseline;
   }

   .ja_ke_flex_title .ja_ke_title {
      margin-bottom: 20px;
   }

   .ja_ke_services .list>ul {
      margin-left: 0px;
   }

   .ja_ke_hero .title h2 {
      font-size: 37px;
      line-height: 1.2;
   }

   .ja_ke_services .list>ul>li {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_portfolio .portfolio_list ul {
      margin: 0px;
   }

   .ja_ke_portfolio .portfolio_list ul li {
      width: 100%;
      padding-left: 0px;
      margin-bottom: 40px;
   }

   .ja_ke_portfolio .portfolio_list ul li:nth-child(2) {
      margin-top: 0px;
   }

   .ja_ke_portfolio .portfolio_list ul li:nth-child(2) .image {
      max-width: 100% !important;
   }

   .ja_ke_experience .list ul {
      margin: 0px;
   }

   .ja_ke_experience .list ul li {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_pricing .list ul {
      margin: 0px;
   }

   .ja_ke_pricing .list ul li {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_news .list ul {
      margin: 0px;
   }

   .ja_ke_news .list ul li {
      width: 100%;
      padding-left: 0px;
   }

   .ja_ke_news .list ul li .title {
      line-height: 1;
   }

   .ja_ke_news .list ul li .title a {
      font-size: 23px;
      line-height: 23px;
   }

   .ja_ke_about {
      padding-bottom: 115px;
   }

   .ja_ke_testimonials {
      padding-bottom: 130px;
   }

   .ja_ke_modalbox .box_inner {
      width: 300px;
      top: 40px;
      bottom: 40px;
   }

   .ja_ke_modalbox .description_wrap {
      padding: 30px 25px 25px 25px;
   }

   .ja_ke_modalbox .description_wrap:before {
      height: 30px;
   }

   .ja_ke_modalbox .description_wrap:after {
      height: 25px;
   }

   .ja_ke_modalbox .close {
      margin-left: auto;
      left: auto;
      right: 25px;
      top: 15px;
   }

   .ja_ke_modalbox .close a {
      color: #000;
      width: auto;
      height: auto;
      border: none;
      font-size: 20px;
   }

   .ja_ke_modalbox .portfolio_main_title h3 {
      font-size: 19px;
   }

   .ja_ke_modalbox .portfolio_main_title {
      margin-bottom: 15px;
   }

   .ja_ke_modalbox .additional_images ul {
      margin: 0px;
   }

   .ja_ke_modalbox .additional_images ul li {
      width: 100% !important;
      padding-left: 0px;
      margin-bottom: 20px;
   }

   .ja_ke_modalbox .news_popup_informations .title h3 {
      font-size: 19px;
   }

   .ja_ke_modalbox .news_popup_informations .title {
      margin-bottom: 15px;
   }

   .ja_ke_hero .right .in::before {
      width: 100%;
   }

   .trusted__card {
      bottom: 0;
      left: 20%;
      max-width: 230px;
   }

   .btn {
      padding: 19px 25px;
      font-size: 12px;
   }

   .available-list li {
      padding-left: 0px !important;
   }
}

@media (max-width: 450px) {
   .trusted__thumb::before {
      height: 320px;
      width: 320px;
   }

   .ja_ke_experience .place span {
      font-size: 15px;
   }
}

/* 17.0 ScrollBar == */

body::-webkit-scrollbar {
   width: 4px;
   height: 4px;
}

body::-webkit-scrollbar-track {
   background: rgba(251, 212, 81, 0.1);
}

body::-webkit-scrollbar-thumb {
   background: var(--main-color);
   border-radius: 0px;
}
