/*!
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 */

/* Cloud Engg Page Update*/
        .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;}



/* Jiva Page Diagram Animation CSS Start*/
.postid-4751 .container {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.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;
}
.components_box { margin-bottom: 0 !important; }
.postid-4751 .innerbanner-content .container .subpage-title{display:none;}
.postid-4751 .innerbanner-content .container::after {
    background-image: url(/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-4751 .our_insurance_services .healthcaresolution__content h4{    font-size: 20px;
    line-height: 25px !important;}

.postid-4751 .our_insurance_services .swiper-wrapper{padding: 0 50px;padding-left: 10px;}
.postid-4751 .our_insurance_services .swiper-wrapper .healthcaresolution__item {
    width: 25%;
    margin-right: 20px;
}
.postid-4751 .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-4751 .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-4751 .innerpage-banner .innerbanner-content > .container{margin-top: 0px;}
.business_jiva_logo .wpb_raw_code.wpb_content_element { margin-bottom: 20px;}
#menu-item-4761 > a {font-size: 26px; font-weight: 600; padding-top: 30px;}
#menu-item-4761 ul.sub-menu { padding-left: 40px; }
.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 .common-benefits-list .wpb_single_image:hover { background-color: #36B37D;border-color: #36B37D; }
.implementing_jiva_main_sec img.vc_single_image-img { height: 64px; width: 64px; }
.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;}
/* Jiva Page Diagram Animation CSS End */

/* event page css */
.author_sec {display: flex;align-items: center;}
.author_sec img {width: 170px; box-shadow: 0 0 8px 0px #000; border-radius: 110px; margin-right: 26px;}
.author_dec {display: grid;}
.author_dec span {font-size: 20px;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-4874 #page .footer {margin-top: 30px;}
.blog_author_sec {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    width: 50%;
    height: 100px;
    justify-content: space-between;
    box-shadow: 0 0 7px 1px;
}
.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 !important;
    line-height: 26px !important;
}
.author_name h4 {
    padding: 0;
    font-size: 22px;
    line-height: 30px;
}

.header-right .head-contactlink {
    border: 2px solid blue;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: blue;
}
.header-right .head-contactlink:hover {
       background-color: #E19518;
    color: #fff;
    border-color: #E19518;
}
#contact_us_address_box_one{width:50%;}
#contact_us_address_box_two{
	width:50%;    padding:20px 10px;
}
.thank_you_title h2{
	    font-size: 65px;
    color: #0037db;
    text-align: center;
    padding-bottom: 20px;
}
.thank_you_title h6{
	    font-size: 22px;
    color: #0a0a0a;
    text-align: center;
    padding-bottom: 6px;
}
.thank_you_title a {
    border-radius: 40px !important;
    background-color: blue !important;
    border-color: blue !important;
    margin-top: 20px;
}
#contact_us_address_box_two .wpcf7-form .form-group {
    width: 48%;
}

#contact_us_address_box_two .wpcf7-form .half_box{
	    display: flex;
    justify-content: space-between;
}

#contact_us_address_box_two .wpcf7-form .textarea-form{width:100%;}

.single_blog_table_list .blog-detail{display:flex;}

.blog_content { width: 70%; }
h2.sub_title { width: 100% !important; padding: 0 !important; }
.table-of-contents h2{ font-size: 24px; padding: 0; }
.table-of-contents ul li a{font-size: 16px; color: #000; line-height: 1; }
.table_content{  padding-left: 35px;  position: relative;
    width: 350px;top: 15px;}
#table_content { width: 100%; box-shadow: 0 0 7px 0px; padding: 15px; border-radius: 10px; height: 400px;
    overflow-y: scroll;}
.table-of-contents ul{  padding: 0; }
.sub_title {
    box-shadow: unset !important;
    border-radius: 0 !important;
}
#table_content {
   box-shadow: 0 0 7px 0px;
    padding: 8px;
    border-radius: 10px;
    height: 400px;
    overflow-y: scroll;    position: sticky;    padding-left: 20px;
}
.table_content#table_content {
    box-shadow: unset;
    overflow-y: unset;
    width: 360px;
    margin-left: 25px;
}
table.blog_table, .blog_table th, .blog_table td {
    border: 1px solid black !important;
}

.blog_content h1 {
    font-size: 45px;font-weight: 600;
}
.blog_content h2 {
    font-size: 36px;    padding-bottom: 10px !important;font-weight: 600;
}
.blog_content h3 {
    font-size: 32px;
    color: #000;padding-top: 10px;font-weight: 600;
}
.blog_content h4 {
    font-size: 24px !important;    padding-bottom: 10px !important;font-weight: 600;
}
.blog_content h5 {
    font-size: 20px;    padding-bottom: 10px !important;font-weight: 600;
}
.blog_content h6 {
    font-size: 22px;    padding-bottom: 10px !important;font-weight: 600;
}

#case_study_1, #case_study_2 {
    font-size: 19px;
    font-weight: 600;
}
.blog_content p, .blog_content ul li {
    font-size: 18px;
}
#blog_content p {
    padding-bottom: 12px;
}
.blog_content ul {
    padding-bottom: 10px !important;
}

@media (max-width: 767px){
.header-right .head-contactlink {
    margin-right: 10px;
}
	#contact_us_address_box_one{width:100%;}
#contact_us_address_box_two{
	width:100%;
}
.thank_you_title h2{font-size: 50px;line-height:1;}
.thank_you_title h6{font-size: 18px;}
#contact_us_address_box_two .wpcf7-form .form-group {width: 100%;}
#contact_us_address_box_two .wpcf7-form .half_box{display: block;}
}


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

	.postid-4751 .innerbanner-image { margin: 10px !important; width: 100% !important;}
	.postid-4751 .animcounter-row .wpb_raw_html{ width: 100%;}
	.postid-4751 .common-benefits { padding: 30px 0 30px !important; }
	.postid-4751 .common-benefits h3, .business_value_sec h3{font-size: 22px !important;}
	.postid-4751 .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-4751 .numberssay-section { padding-top: 0 !important; }
	.components_box.components_four_box{padding-top:20px !important;}
	.postid-4751 .our_insurance_services .swiper-wrapper{padding-left: 10px;display: grid;}
	.postid-4751 .our_insurance_services .swiper-wrapper .healthcaresolution__item {padding-bottom: 20px;}
	.postid-4751 .our_insurance_services .swiper-wrapper .healthcaresolution__item { width: 100%;}
	.three_image_box_sec .vc_single_image-wrapper img {margin-bottom: 10px;}
	.postid-4751 .innerpage-banner .innerbanner-content > .container{margin-top: 30px;}
	.postid-4751 .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;}

    .blog_author_sec {
        display: grid !important;
        padding: 15px 10px !important;
        width: 100% !important;
        height: auto !important;
    }
    .author_img {
padding-bottom: 15px;
}

.blog_author_sec .border_sec {
display: none;
}
	.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;padding: 0 !important;margin: 0 !important;}
	
	.single_blog_table_list .blog-detail {display: grid !important;}
	.blog_content {
    order: 2;  width: 330px !important;}
	.table_content {
    padding-left: 0 !important;
    position: unset !important;
    width: auto !important;
    top: 0 !important;padding-bottom: 55px;    
}
	.table_content.fixed {
    position: unset !important;
		padding-bottom: 55px;
}
	.table-of-contents h2 {
    padding-bottom: 15px;
}
	.table_content#table_content{margin-left:0 !important;    margin-bottom: 100px;width:330px !important;}
	
	.blog_content p, .blog_content ul li {
    font-size: 14px !important;
}
	.blog_content h2 {
    font-size: 28px !important;
}

.blog_content h3 {
    font-size: 26px !important;
}
.blog_content h4 {
    font-size: 20px !important;
}
}
.swiper-slide:nth-child(2) {
    order: 4;
}
@media (min-width: 451px) and (max-width: 767px) {
    .table_content#table_content {
        width: 100% !important;
    }
    .blog_content {
        width: 100% !important;
    }
    .postid-4751 .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;}
}

/***********New Home design css**********/
/* Popup Background */
.popup {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.6);
}

/* Popup Content */
.popup-content {
  background: #fff; 
  margin: 10% auto; 
  padding: 20px; 
  border-radius: 10px; 
  width: 300px; 
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  position: relative;
}

/* Close Button */
#close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
a.head-hire-btn {
    background: #6a4dfb;
    color: #fff;
    padding: 17px 30px;
    border-radius: 100px;
    margin-left: 23px;
}


.header-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-navigation {
    flex: 1; /* allow menu to take available space */
    text-align: center;
}

.menu-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-wrapper li {
    margin: 0 15px;
}
.menu-wrapper li a, .menu-wrapper li a:hover{
    color: #fff;
}
header.header-section {
  background: rgba(12, 19, 33, 1); /* default solid */
  padding: 10px 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: background 0.3s ease;
}

header.header-section.sticky {
  background: rgba(12, 19, 33, 0.8); /* semi-transparent when sticky */
}


