/*!
Theme Name: jktech theme
Description: jktech Site
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jktech-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jktech theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* .tilt-image{
	transition: transform .95s cubic-bezier(0.475,0.425,0,0.995);
} */

/* .tilt-image:hover {
  	transform: matrix3d(
	1, 0, 0, -0.00044536, 
	0.00044536, 1, 0, 0,
	0, 0, 1, 0,
	0, 0, 0, 1);
} */

/* .tilt-image:hover {
	transform: matrix3d(
	1, 0, 0, 0.00024536, 
	-0.00024536, 1, 0, 0,
	0, 0, 1, 0,
	0, 0, 0, 1);
} */


.animate-heading {
	margin: 80px 0 0 80px;
	font-size: 64px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: flex;
	flex-direction: column;
}
.animate-heading > div {
	overflow: hidden;
}
.animate-heading > div > p {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	white-space: nowrap;
	margin: 0;
	line-height: 117%;
}

.green {
	color: #32c267;
}

div.animate-heading > div {
	-webkit-animation-delay: 0;
			animation-delay: 0;
}

.slide-up {
	-webkit-animation: slide-up 2s cubic-bezier(0.65, 0, 0.35, 1) both;
			animation: slide-up 2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@-webkit-keyframes slide-up {
	0% {
	transform: translateY(100px);
	}
	100% {
	transform: translateY(0);
	}
}

@keyframes slide-up {
	0% {
	transform: translateY(100px);
	}
	100% {
	transform: translateY(0);
	}
}

.swiper.AboutValuesSwiper {
	width: 400px;
	height: 420px;
}

.AboutValuesSwiper .swiper-slide {
	background: #fff;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	position: relative;
	z-index: 1;
}
.AboutValuesSwiper .swiper-slide.swiper-slide-active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* card css start */

.transformThis {
	animation: scaleDown 500ms;
}
.transformPrev {
	animation: scaleUp 100ms;
	display: none; 
}
/* 
.pt-page-moveToLeft, .transformThis {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both;
}

.pt-page-moveFromLeft, .transformPrev {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
} */

@keyframes scaleUp {
	0% {
	transform: scale(1.2) translateY(50px);
	opacity: 0;
	}
	20% {
	transform: scale(1.15) translateY(40px);
	opacity: 0.1;
	}
	40% {
	transform: scale(1.1) translateY(30px);
	opacity: 0.2;
	}
	60% {
	transform: scale(1.05) translateY(20px);
	opacity: 0.4;
	}
	80% {
	transform: scale(1.01) translateY(10px);
	opacity: 0.8;
	}
	100% {
	transform: scale(1) translateY(0);
	opacity: 1;
	}
}
@keyframes scaleDown {
	0% {
	transform: scale(1) translateY(0);
	opacity: 1;
	}
	20% {
	transform: scale(1.01) translateY(20px);
	opacity: 0.8;
	}
	40% {
	transform: scale(1.05) translateY(40px);
	opacity: 0.4;
	}
	60% {
	transform: scale(1.1) translateY(60px);
	opacity: 0.2;
	}
	80% {
	transform: scale(1.15) translateY(80px);
	opacity: 0.1;
	}
	100% {
	transform: scale(1.2) translateY(100px);
	opacity: 0;
	}
}
@keyframes scaleCard {
	0% {
	top: 5px;
	}
	100% {
	top: 24px;
	}
}
@keyframes bounceInLeft {
	0% {
	opacity: 0;
	transform: translateX(40px);
	}
	100% {
	transform: translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
	opacity: 0;
	transform: translateX(-40px);
	}
	100% {
	transform: translateX(0);
	}
}
  
/* card css end */

/* milestone section css start */
/* Transitions
*************************************/
.timeline-button-next,
.timeline-button-prev {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.timeline-dates .swiper-slide:after,
.timeline-dates .swiper-slide div {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

/************************************************************

	Timeline

*************************************************************/
.timeline {
	padding: 0 2rem;
}
.timeline-dates {
    padding-bottom: .5rem;
    box-sizing: border-box;
    margin: 3rem 0 3.5rem;
}
.timeline-dates .swiper-slide {
	color: #fff;
	cursor: pointer;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-style: italic;
	min-height: 37px;
    width: auto;
    height: 100%;
}
.timeline-dates .swiper-slide div {
	position: relative;
	font-size: 1.5rem;
    opacity: 0.4;
    top: 0;
}
.timeline-dates .swiper-slide-active div {
	font-size: 2rem;
    opacity: 1;
    top: -.5rem;
}
.timeline-dates.swiper-container:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
    bottom: .3rem;
    opacity: .5;
    border-bottom: 2px dotted #e39034;
}
.timeline-dates .swiper-slide:after {
	content: "";
	width: .4rem;
	height: .4rem;
	position: absolute;
    bottom: -.55rem;
    background-color: #ffaa88;
    border-radius: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translateY(-50%);
}
.timeline-dates .swiper-slide-active:after {
    background-color: #e39034;

}

.timeline-contents {
    height: 80%;
    width: 100%;
}

/* Arrows */
.timeline-buttons-container {
    position: absolute;
    top: 149px;
    right: 1.5rem;
    left: 1.5rem;
}
.timeline-button-next,
.timeline-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
    background-color: #e39034;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
    padding: 5px;
}
.timeline-button-next {
    right: 0;
}
.timeline-button-prev {
    left: 0;
}
.timeline-button-next:hover,
.timeline-button-prev:hover {
    background-color: #fff;
}
.timeline-button-next:before,
.timeline-button-prev:before {
	font-family: "Ionicons";
	color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 52%;
	transform: translate(-50%,-50%);
	margin-right: -50%;
}
.timeline-button-next:before {
	content: "\f10a";
	left: 53%;
}
.timeline-button-prev:before {
	content: "\f107";
	left: 47%;
}
.timeline-button-next:hover:before,
.timeline-button-prev:hover:before {
	color: #e39034;
}
/* milestone section css end */

/* popup css start */

.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width:auto;
	max-width: 500px;
	margin: 20px auto;
	font-size: 20px;
}

/* popup css ens */

/* Date:21-02-24 */
.our_insurance_services h4 {padding-bottom: 15px;}
.our_insurance_services .content { color: #fff;font-size: 16px; display: none;}
.our_insurance_services .swiper-slide.healthcaresolution__item .content{display:none;}
.our_insurance_services .swiper-slide.healthcaresolution__item:hover .content { display: block !important;}
@media (max-width: 768px){
	.our_insurance_services .healthcaresolution__content{padding:5px !important;}
	.our_insurance_services .healthcaresolution__content h4{line-height:15px !important;}
	.our_insurance_services .content{font-size:13px !important;}
}

.healthcaresolution__item .healthcaresolution__img:hover::before {
    background:#04215fd9;
}
/* Date:18/03/2024 Css Start Jiva Page */
#menu-item-3864 ul.sub-menu { padding-left: 40px; }
.postid-3866 .container { padding-top: 10px !important; padding-bottom: 10px !important; }
.postid-3866 .common-benefits { padding: 50px 0 50px !important; }
.slider-container { width: 80%; margin: 0 auto; overflow: hidden; position: relative; }
.slides { display: flex; transition: transform 0.5s ease; }
.slide { flex: 0 0 100%; display: flex; align-items: center; }
.slider-content { flex: 1; padding: 20px; }
.slider-content p { font-size: 20px; line-height: 1.3; color: #000; font-weight: 600; }
.slider-image { flex: 1; position: relative;margin: 20px; }
img { max-width: 100%; height: auto; }
.slider-image img { border-radius: 10px; box-shadow: 0 0 9px 1px #000; }
.slider-image span { position: absolute; top: 40%; left: 32%; background: rgb(0 0 0 / 90%); color: white; padding: 5px 10px; font-size: 50px; border-radius: 5px; }
.slider-btn { position: absolute; top: 58%; transform: translateY(-50%); width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.5); color: white; border: none; border-radius: 50%; cursor: pointer; z-index: 1; }
.prev { left: 100px; }
.next { right: 100px; }
.postid-3866 .numberssay-section{ padding-top: 0 !important; padding-bottom: 0 !important;}
.postid-3866 .business_content{}
.business_content .container { padding-top: 0 !important; padding-bottom: 40px !important; }
.components_box { margin-bottom: 0 !important; }
#menu-item-3864 > a { font-size: 26px; font-weight: 600; padding-top: 30px;}

/* Jiva Page Diagram Animation CSS Start*/
.jiva_diagram_anim .jiva_step_one, .jiva_diagram_anim .jiva_step_two, .jiva_diagram_anim .jiva_step_three, .jiva_diagram_anim .jiva_step_four { opacity: 0; transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);}
.jiva_diagram_anim.active .jiva_step_one { opacity: 1; transition-delay: 0.1s; }
.jiva_diagram_anim.active .jiva_step_two { opacity: 1; transition-delay: 1.1s;}
.jiva_diagram_anim.active .jiva_step_three { opacity: 1; transition-delay: 2.5s; }
.jiva_diagram_anim.active .jiva_step_four{ opacity: 1; transition-delay: 3.5s; }

.jiva_diagram_anim path.step_line_one { opacity: 0; transition-delay: 1.2s; stroke-dashoffset: 280.9px; stroke-dasharray: 360.9px; transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); }
.jiva_diagram_anim.active path.step_line_one { opacity: 1; stroke-dashoffset: 0; stroke-dasharray: 0; transition-delay: 0.8s; }

.jiva_diagram_anim path.step_line_two { opacity: 0; transition-delay: 1.2s; stroke-dashoffset: 280.9px; stroke-dasharray: 360.9px; transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); }
.jiva_diagram_anim.active path.step_line_two { opacity: 1; stroke-dashoffset: 0; stroke-dasharray: 0; transition-delay: 1.8s; }

.jiva_diagram_anim path.step_line_three { opacity: 0; transition-delay: 1.2s; stroke-dashoffset: 280.9px; stroke-dasharray: 360.9px; transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715); }
.jiva_diagram_anim.active path.step_line_three { opacity: 1; stroke-dashoffset: 0; stroke-dasharray: 0; transition-delay: 3.1s; }

.business_jiva_logo .wpb_raw_code {
    border-left: 0 !important;
}
.business_jiva_logo .wpb_raw_code:nth-child(1) {
    width: 100%;padding-right: 0;
    padding-left: 0;
}
.business_jiva_logo .wpb_raw_code:nth-child(2) {
    padding-left: 0px;
}
.business_jiva_logo .wpb_raw_code img {
    width: 65%;
}
.business_jiva_logo .wpb_wrapper {    align-items: center;
}
.postid-3866 .innerbanner-content .container .subpage-title{display:none;}
.postid-3866 .innerbanner-content .container::after {
    background-image: url(https://jktech.innodel.com/wp-content/uploads/2024/12/JKTech-28oct24_white-2.png);
    background-size: contain;
    width:180px;
    background-repeat: no-repeat;
    height: 100%;
    content: '';
    position: absolute; margin-top: 20px;
}
.postid-3866 .our_insurance_services .healthcaresolution__content h4{    font-size: 20px;
    line-height: 25px !important;}

.postid-3866 .our_insurance_services .swiper-wrapper{padding: 0 50px;padding-left: 10px;}
.postid-3866 .our_insurance_services .swiper-wrapper .healthcaresolution__item {
    width: 25%;
    margin-right: 20px;
}
.postid-3866 .our_insurance_services .swiper-wrapper .swiper-slide {
	flex-shrink: unset;}
.container.features_jiva_sec{padding-top:0 !important;}
.three_image_box_sec .vc_single_image-wrapper img {
    border-radius: 20px;
}
.three_image_box_sec.container {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}
.postid-3866 .three_image_box_sec.container .container {
    padding-top: 0 !important;
}
.three_image_box_sec .vc_single_image-wrapper img:hover {
    box-shadow: 0 0 3px 3px #747474;
}
/*.postid-3866 .innerpage-banner .innerbanner-content > .container{margin-top: 90px;}*/
.business_jiva_logo .wpb_raw_code.wpb_content_element { margin-bottom: 20px;}
.heroslider-card__content a.o-button2 {background-color: #fff; border: 1px solid; padding: 10px 15px; color: #000 !important; font-size: 18px; border-radius: 25px; line-height: 1;}
.heroslider-card__content a.o-button2:hover { background-color: transparent; color: #fff !important;}
.heroslider-card__content p{margin-bottom:30px !important;}
.implementing_jiva_main_sec .wpb_single_image.wpb_content_element p { order: 3; padding-top: 10px; color: #fff; font-size: 16px;}
.implementing_jiva_main_sec .common-benefits-list .wpb_singleimage_heading { padding-top: 10px; font-size: 18px; }
.implementing_jiva_main_sec .common-benefits-list .wpb_single_image{padding: 10px;margin-bottom: 40px !important;border-radius: 10px; }
.implementing_jiva_main_sec img.vc_single_image-img { height: 64px; width: 64px; }
.implementing_jiva_main_sec .common-benefits-list .wpb_single_image:hover { background-color: #36B37D;border-color: #36B37D; }
.implementing_content p { font-size: 19px; color: #fff !important; padding: 13px 0 30px 0; }
.header-nav .main-navigation .menu > li { margin: 0 0 20px !important; }
.header-nav .main-navigation .menu > li > a { font-size: 30px !important; }
.postid-204 h1.subpage-title.jk-animation { display: grid;}

.blog_author_sec {display: flex;align-items: center;border-radius: 10px;padding: 5px 10px;width: 50%;height: 100px;justify-content: space-between;}
.author_img {display: flex; align-items: center;}
.author_img img { width: 70px; border-radius: 50px;  box-shadow: 0 0 7px; margin-right: 14px; }
.author_name p{padding: 0; line-height:26px !important;}
.author_name h4{padding: 0; font-size:22px; line-height:30px;}
/* Jiva Page Diagram Animation CSS End */




@media only screen and (max-width: 767px){

	.postid-3866 .innerbanner-image { margin: 10px !important; width: 100% !important;}
	.postid-3866 .animcounter-row .wpb_raw_html{ width: 100%;}
	.postid-3866 .common-benefits { padding: 30px 0 30px !important; }
	.postid-3866 .common-benefits h3, .business_value_sec h3{font-size: 22px !important;}
	.postid-3866 .common-benefits h5, .business_value_sec h5{font-size: 15px !important;}
	.slide { display: grid; }
	.slider-content p { font-size: 16px; }
	.slider-image span { top: 37%; left: 26%; font-size: 25px; }
	.prev { left: 10px; }
	.next { right: 10px; }
	.data_solution_title { font-size: 20px !important; }
	.postid-3866 .numberssay-section { padding-top: 0 !important; }
	.components_box.components_four_box{padding-top:20px !important;}
	.postid-3866 .our_insurance_services .swiper-wrapper{padding-left: 10px;display: grid;}
	.postid-3866 .our_insurance_services .swiper-wrapper .healthcaresolution__item {padding-bottom: 20px;}
	.postid-3866 .our_insurance_services .swiper-wrapper .healthcaresolution__item { width: 100%;}
	.three_image_box_sec .vc_single_image-wrapper img {margin-bottom: 10px;}
	.postid-3866 .innerpage-banner .innerbanner-content > .container{margin-top: 30px;}
	.postid-3866 .innerbanner-content .container::before{ width: 130px; margin-top: -65px;}
	.implementing_jiva_main_sec .common-benefits-list .wpb_singleimage_heading {font-size: 16px;}
	.implementing_jiva_main_sec .wpb_single_image.wpb_content_element p {font-size: 12px;}
	.header-nav .main-navigation .menu > li > a { font-size: 20px !important; }
	.postid-204 .innerbanner-image {width: 100% !important; margin: 10px !important; }
	.event_date_sec { border-right: 0px solid #0f0e32 !important;border-left: 0px solid #0f0e32 !important; border-bottom: 2px solid #0f0e32 !important;border-top: 2px solid #0f0e32 !important; padding: 18px 0 !important; }
	.author_sec { display: grid !important;}
	.author_dec{ padding-top: 15px;}
	.main_event_time_sec {display: grid !important;}
	.event_time_title .time_list {display: grid !important;}
	.event_time_title .time_list span:nth-child(2),.event_time_title .time_list span:nth-child(3){border-right: 0px solid !important;border-left: 0px solid !important;}
	
	.blog_author_sec {display: grid; padding: 15px 10px; width: 100%; height: auto; }
    .author_img { padding-bottom: 15px; }
    .blog_author_sec .border_sec{display: none;}
    .postid-3866 .innerpage-banner .innerbanner-content > .container{
        padding-top:0 !important;
    }
    .postid-3866 .innerbanner-content .container::after {
        width: 90px !important;
        margin-top: -10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
	.header-nav .main-navigation .menu > li > a { font-size: 30px !important; }
	.blog_author_sec {width:100% !important;}
}
/* Date:18/03/2024 Css End */

/* event page css */
.author_sec {display: flex;align-items: center;}
.author_sec img:nth-child(1) {
    width: 170px;
    box-shadow: 0 0 8px 0px #000;
    border-radius: 110px;
    margin-right: 26px;
}
.author_dec {display: grid;}
.author_dec span {font-size: 21px;line-height: 1.4;}
.author_details p {font-size: 16px;margin: 15px 0;}
.author_details {margin-bottom: 15px;background-color: #e3e3e3;padding: 15px;border-radius: 20px;}
.event_date_sec{border-right: 2px solid #0f0e32;border-left:2px solid #0f0e32;}
.main_event_time_sec {display: flex;}
.event_time_title{color: #0a0a0a;text-align: center;  padding: 5px 0 20px 0;}
.event_time_title h3{	font-size: 30px;}
.event_time_title span{font-size: 20px;}
.event_time_title .time_list {display: flex;justify-content: center;}
.page-id-4005 #page .footer {margin-top: 30px;}


/* Video */
.innerbanner-media{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

.innerbanner-media iframe{
    width:100%;
    height:100%;
    pointer-events:none;
}

/* Image */
.innerbanner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Content on top */
.innerbanner-content{
    position:relative;
    z-index:2;
    color:#fff;
}
.innerpage-banner .innerbanner-content{
    z-index:2;
}
.innerpage-banner{
    position: relative;
    width: 100%;
    height: 600px; /* adjust as needed */
    overflow: hidden;
}

/* Video container */
.innerbanner-media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;  /* full viewport width */
    height: 100%;
    z-index: 1;
}

/* Make iframe cover full area */
.innerbanner-media iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100%;
    min-width: 177.77vh; /* 16:9 ratio fix */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.innerpage-banner{
    position: relative;
}

/* Black overlay */
.innerpage-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    
    z-index: 1;
    inset:0;
}
.innerpage-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
}

.innerbanner-content{
    position:relative;
    z-index:2;
    color:#fff;
}
.innerpage-banner{
    position: relative;
    height: 600px;
    overflow: hidden;
}

.innerbanner-media{
    position: absolute;
    inset: 0;
    z-index: 0;
}

.innerbanner-media iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.innerpage-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
    z-index:1;
}

.innerbanner-content{
    position: relative;
    z-index: 2;
    color:#fff;
}
div#soundOverlay {
    position: relative;
    z-index: 2;
    display: none;
}
/* Keep content above overlay */
.innerbanner-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

/* Keep video below overlay */
.innerbanner-media{
    position: absolute;
    z-index: 0;
}
.innerpage-banner{
    position: relative;
    height: 600px;
    overflow: hidden;
}

/* Video */
.innerbanner-media{
    position: absolute;
    inset: 0;
    z-index: 0;
}

.innerbanner-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.innerpage-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

/* Content */
.innerbanner-content{
    position: relative;
    z-index: 2;
    color: #fff;
}

.wpb_wrapper .hpbanner-video {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100vh;
    overflow: hidden;
}

.wpb_wrapper .hpbanner-video iframe {
    border-radius: 20px;
}

.wpb_wrapper .hpbanner-video .wpb_wrapper {
    height: 100%;
}

.wpb_wrapper .hpbanner-video .wpb_wrapper .wpb_video_wrapper {
    height: 100%;
    padding: 0;
}