/*!
Theme Name: tisgenx
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: tisgenx
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.

tisgenx 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: #0b5b9d;
	text-decoration: none;
}

a:visited {
	color: #0b5b9d;
}

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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #0b5b9d;
	border-radius: 5px;
	background: #0b5b9d;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 14px 15px;
	min-width: 145px;
}

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: #060b0f;
	border: 1px solid #d9dee8;
	width: 100%;
	height: 48px;
	border-radius: 10px;
	padding: 3px 15px;
	box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
}

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%;
	height: 125px;
}

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

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media screen and (min-width: 1025px){
.main-navigation ul ul {
	width: 200px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	border-bottom: #1d7dc6 solid 2px;
}

.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 {	
	padding: 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	display: block;
	background-color: #fff;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
	left: 100%;
}
}
.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul li{
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}	
}

.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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}


/*-- theme styling --*/
@font-face {
    font-family: 'presicavhvregular';
    src: url('fonts/presicavhv-regular-webfont.eot');
    src: url('fonts/presicavhv-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/presicavhv-regular-webfont.woff2') format('woff2'),
         url('fonts/presicavhv-regular-webfont.woff') format('woff'),
         url('fonts/presicavhv-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'presicavltregular';
    src: url('fonts/presicavlt-regular-webfont.eot');
    src: url('fonts/presicavlt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/presicavlt-regular-webfont.woff2') format('woff2'),
         url('fonts/presicavlt-regular-webfont.woff') format('woff'),
         url('fonts/presicavlt-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'presicavrgbold';
    src: url('fonts/presicavrg-bold-webfont.eot');
    src: url('fonts/presicavrg-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/presicavrg-bold-webfont.woff2') format('woff2'),
         url('fonts/presicavrg-bold-webfont.woff') format('woff'),
         url('fonts/presicavrg-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'presicavrgregular';
    src: url('fonts/presicavrg-regular-webfont.eot');
    src: url('fonts/presicavrg-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/presicavrg-regular-webfont.woff2') format('woff2'),
         url('fonts/presicavrg-regular-webfont.woff') format('woff'),
         url('fonts/presicavrg-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size: 15px;
	line-height: 1.5;
	font-family: 'presicavltregular';
}
h1, h2, h3, h4, h5, .main-counter{
	font-family: 'presicavrgbold';
	font-weight: 400;
}
p {
  line-height: 1.6;
}
/*h1.inner-horo-title,*/
.event-date,
.event-details-block .vc_acf-label,
.download-block button.vc_btn3-style-custom,
 .mega_count_content h3 {
	font-family: 'presicavrgregular';
}
.page-wrapper .vc_section{
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
}
.vc_section .wpb_row {
  padding-left: 7em;
  padding-right: 7em;
}
.vc_row.vc_row_container,
.container,
.vc_row:not([data-vc-full-width]){
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.container{
	padding: 0 15px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.call-us{
	font-family: 'presicavrgbold';
}
/*-- site header --*/
.header-top{
	background-color: #1d7dc6;
	padding: 8px 0;	
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.justify-centent-between{
	justify-content: space-between;
}
.justify-centent-center{
	justify-content: center;
}
.img-logo{
	max-width: 90px;
	margin: 0 2em;
}
.header-bottom{	
	padding: 15px 0;
	background-color: #fff;
}
.social-links a{
	width: 34px;
	height: 34px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: #e1e5e8 solid 2px;
	border-radius: 5px;
	margin-right: 10px;
}
.call-us{
	font-size: 18px;
	color: #fff;
}
.call-us span{
  font-size: 15px;
  vertical-align: middle;
}
.site-branding{
	width: 160px;
}
.main-navigation-wrap{
	-webkit-width: calc(100% - 161px);
	width: calc(100% - 161px);
}
@media screen and (min-width: 1025px){
	.site-branding{
		width: 190px;
	}
	.main-navigation-wrap{
		-webkit-width: calc(100% - 191px);
		width: calc(100% - 191px);
	}
}
@media screen and (min-width: 1200px){
	.site-branding{
		width: 246px;
	}
	.main-navigation-wrap{
		-webkit-width: calc(100% - 247px);
		width: calc(100% - 247px);
	}
}
.main-navigation a{
	font-size: 14px;
	color: #575f69;
 	font-family: 'presicavrgbold';
}
.main-navigation ul.menu{
	display: flex;
	justify-content: flex-end;
}
.main-navigation ul.menu > li{
	margin: 0 15px;
}
.main-navigation ul.menu > li:last-child{
	margin-right: 0;
}
.main-navigation li.current_page_item > a,
.main-navigation li a:hover{
	color: #06a3d9;
}
@media screen and (min-width: 1025px){
	.main-navigation ul.menu > li.menu-item-has-children{
		padding-right: 15px;
	}
	.main-navigation ul.menu > li.menu-item-has-children:before {
		content: "";
	  	min-width: inherit;
	  	width: 10px;
	 	position: absolute;
	  	top: 5px;
	  	right: 0;
	  	width: 7px;
		height: 7px;
		border: #575f69 solid 1px;
  		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
  		display: block;
	}
	
}

.close-menu{
	display: none;
}
@media screen and (max-width: 1200px){
	.main-navigation ul.menu > li {
	  margin: 0 10px;
	}
	.main-navigation a {
  		font-size: 13px;
  	}
}
@media screen and (max-width: 1024px){
	.menu-wrapper {
	  	position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		width: 300px;
		height: 100%;
		background-color: #fff;
		padding-top: 35px;
		z-index: 999;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

		transform: translateX(320px);
		transition: all .3s ease-in-out;
	}
	.menu-wrapper.open-menu{
		transform: translateX(0px);
	}
	.main-navigation ul.menu {
		display: block;
	}
	.main-navigation ul.menu > li {
	  margin: 0;
	  border-bottom: rgba(0,0,0,.1) solid 1px;
	}
	.main-navigation a {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	.main-navigation ul ul{
  		background-color: rgba(0,0,0,.05);
  	}
  	.main-navigation ul ul li{
  		padding-left: 20px;
  	}
  	.main-navigation ul.menu li.selected > ul{
  		display: block;
  	}
  	.close-menu{
  		width: 30px;
		height: 30px;
		min-width: 30px;
		border: rgba(0,0,0,.1) solid 1px;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 0 0 25px;
		padding: 0;
		display: block;
  	}
  	.close-menu span{
  		width: 15px;
  		height: 2px;
  		display: block;
  		background-color: #fff;
  		position: absolute;
		top: 11px;
		left: 8px;
  	}
  	.close-menu span:nth-child(1){
	  transform: rotate(45deg);
	}
	.close-menu span:nth-child(2){
	  transform: rotate(-45deg);
	}
  	.submenu-button{
  		display: block;
  		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 41px;
		padding: 13px 9px;
  	}
  	.submenu-button span{
  		width: 10px;
  		height: 10px;
  		border: #575f69 solid 2px;
  		border-top: none;
		border-right: none;
		transform: rotate(-45deg);
  		display: block;
  	}
	.menu-toggle {
	  width: 40px;
	  height: 40px;
	  min-width: 40px;
	  position: relative;
	  float: right;
	}
	.menu-toggle span{
		width: 30px;
		height: 4px;
		background-color: #fff;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-toggle span:nth-child(1){
		top: 9px;
	}
	.menu-toggle span:nth-child(2){
		top: 17px;
	}
	.menu-toggle span:nth-child(3){
		top: 25px;
	}
}
@media screen and (max-width: 991px){
	.img-logo{
		margin: 0 0.5em;
	}
}

@media screen and (max-width: 767px){
	.heade-logos,
	.social-links,
	.call-us{
		width: 100%;
		text-align: center;
	}
	.heade-logos{
		order: 1;
		margin-bottom: 15px;
	}
	.social-links{
		order: 2;
		margin-bottom: 15px;
	}
	.call-us{
		order: 3;
	}
}
@media screen and (max-width: 480px){
	.img-logo {
  		max-width: 58px;
  	}
}
/*-- hero slider --*/
.hero-section .content-section{
  text-align: left !important;
  display: block;
  top: 0%;
  position: absolute;
  padding: 6em 60px 2em;
}
.hero-section .content-section h2{
	font-size: 34px;
	color: #303e4b;
}
.hero-section .content-section a,
#pro-info a.btn{
	background-color: #0b5b9d;
	color: #ffffff;
	font-size: 14px;
	padding-top: 14px;
	font-family: 'presicavrgbold';
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	display: inline-block;	
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
}
.hero-section .content-section  a{
	margin-bottom: 10px;
}
.slick-dots li button{
	min-width: inherit;
}
.hero-section .slick-prev,
.hero-section .slick-next {
	width: 39px;
	height: 52px;
}
/*.hero-section .slick-prev {
  left: -15px !important;
}
.hero-section .slick-next {
  right: -15px !important;  
}*/
.hero-section .tm-slider.slick-slider .slick-prev::before, 
.hero-section .tm-slider.slick-slider .slick-next::before {
  padding: 10px 10px !important;
}
.text-uppercase{
	text-transform: uppercase;
}
.process-tab{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px 15px;
  border-radius: 10px;
}
.process-tab.vc_tta .vc_tta-tab{
	border-bottom: #9aa1a6 solid 1px;
}
.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
  border: none;
  background-color: #fff;
  color: #9aa1a6;
  font-size: 21px;
  font-family: 'presicavrgbold';
}
.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border: none;
  background-color: #fff;
  color: #06a3d9;
}
.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active{
	border-bottom: none;
}
.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a{
  border-color: transparent;
  background-color: #fff;
  color: #06a3d9;
  border-bottom: #0b5b9d solid 3px;
}
.page-wrapper .vc_section.half-bg{
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: 45% auto !important;
}

#tissue-products-img{
	display: none;
}
.counter-block{
	display:none;
}
.slider-for-desktop .content-section{
	pointer-events: none;
}
.slider-for-desktop .content-section a{
	pointer-events: auto;
}
@media screen and (max-width: 1024px){
	.inner-horo-title h2,
	.custom-heading h2,
	.custom-heading h2.vc_custom_heading{
		font-size: 30px !important;
	}
	.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a{
		font-size: 16px;
	}
	h3.custom-heading{
		font-size: 20px !important;
	}
}
@media screen and (max-width: 991px){
	.custom-heading h2,
	.custom-heading h2.vc_custom_heading{
		font-size: 20px !important;
	}
	.our-value .vc_col-sm-3 {
	  	width: 50%;
	}
}
@media screen and (max-width: 767px){	
	.hero-section .content-section {
	  	text-align: center !important;
	  	position: relative;
	  	padding: 10px;
	}	
	.hero-section.vc_section .wpb_row {
	  	padding-left: 0;
	  	padding-right: 0;
	}
	.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
		color: #0b5b9d;
	}
	.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
		background-color: #0b5b9d;
	}
	.process-tab.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a{
		color: #fff;
	}
	.vc_section.half-bg{
		background-image: none !important;
	}
	#tissue-products-img{
		display: block;
	}	
	.counter-block .vc_column-inner{
		border: none !important;
	}
	.our-value .vc_col-sm-3 {
	  	width: 100%;
	}
}
/*-- site-footer --*/
.site-footer{
	background-color: #1d7dc6;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-overlay{
	background-color: rgba(11,91,157,.4);
}
.site-footer,
.site-footer a{
	color: #fff;
}
.site-footer a:hover{
	opacity:.6;
}
.footer-top{
	padding: 70px 30px;
}
.site-footer .footer-top .d-flex{
	align-items: flex-start;
}
.footer-bottom{
	background-color: rgba(9, 71, 122, 0.6);
}
.footer-col{
	width: 33.33%;
	padding: 0 15px;
}
.site-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer li{
	margin: 0 0 7px;
}
.site-footer h4{
	font-size: 20px;
	margin: 0 0 10px;
}
.footer-social-block a{
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
  color: #0b5b9d;
  font-size: 16px;
  text-align: center;
  padding: 2px 5px;
  margin-right: 17px;
  border-radius: 4px;
}
.footer-social-block a:hover{
	opacity:1;
	background-color: #0b5b9d;
  	color: #fff;
}
.footer-social-block a:last-child{
	margin-right: 0;
}
.footer-menu{
	display: flex;
	justify-content: center;
}
.footer-contact-info{
	position: relative;
	padding: 0 0 0 30px;
}
.footer-contact-info span{
	position: absolute;
	top: 2px;
	left: 0;
}
.footer-bottom{
	padding: 14px 0 8px;
}
.footer-bottom-col{
	font-size: 14px;
	width: 50%;
	padding:15px 15px;
}
.footer-bottom-col a{
	color: #58a1d8;
}
.footer-bottom-col li{
	display: inline-block;
	margin-right: 20px;
}
.footer-bottom-col .widget{
	margin: 0;
}
.footer-bottom-col.privacy-menu{
  text-align: right;
}

@media screen and (max-width: 991px){
	.footer-top {
		padding: 70px 1px;
	}
	.footer-col{
		width: 50%;
	}
	.footer-col:first-child{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-menu { 
	  	justify-content: flex-start;
	}
	.footer-bottom-col{
		width: 100%;
	}
	.footer-bottom-col.privacy-menu {
	  	text-align: left;
	}
}
@media screen and (max-width: 580px){
	.footer-col{
		width: 100%;		
	}	
}

/*-- inner page banner --*/
.vc_section.inner-hero-section{
	padding: 50px 15px;
	min-height: 400px;
	position: relative;
}
.vc_section.inner-hero-section.new-hero-style{
	min-height: inherit;
}
.vc_row.wpb_row.vc_row-fluid.page-title-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.inner-hero-section .wpb_wrapper{
	text-align: center;
}
.inner-horo-title {
  font-size: 60px !important;
  line-height: 60px;
  margin: 0;
  text-shadow: 3px 4px 2px #1d7dc6;
  opacity: 0;
  visibility: hidden;
}
.inner-horo-title.mega-line-container .mega-line-bottom span{
	display: none;
}


.our-value .vc_column-inner > .wpb_wrapper,
.our-value .vc_column-inner .mega_info_box{
	height: 100%;
}

.our-value .vc_column-inner > .wpb_wrapper a:hover .mega_info_box{
	background-color: #1d7dc6;
}
.our-value .vc_column-inner > .wpb_wrapper a:hover .mega_info_box .mega-info-title,
.our-value .vc_column-inner > .wpb_wrapper a:hover .mega_info_box .mega-info-desc{
	color: #fff !important;
}
.text-info-headline .mega-line-container h2{
	margin-bottom: 20px;
}
.form-wrap{
	justify-content: space-between;
}
.form-group{
	margin-bottom: 25px;
}
.form-group.half {
  width: 48%;
}
.form-group.full {
  width: 100%;
}
label{
	display: block;
	font-size: 14px;
	color: #060b0f;
	margin: 0 0 5px;
}
.btn-block{
	text-align: center;
}
.also-interested-in .mega_info_box .mega-info-img{
	padding-bottom: 0;
}
.also-interested-in .mega-info-footer{
	padding-top: 15px;
}

.therapies-section .mega_info_box{
	position: relative;
}
.therapies-section .mega-info-header {
	width: 100%;
	position: absolute;
	top: -96px;	
	left: 0;
	right: 0;
	margin: auto;
}
.therapies-section .mega_info_box .mega-info-img{
	border: #06a3da solid 3px;
	padding-bottom: 0;
}
.vc_section .mega-line-container p {
  margin: 15px 0 0 0;
}
.also-interested-in .bullet-point .mega-info-footer,
.also-interested-in .bullet-point .mega_info_box .mega-info-desc{
	text-align: left;
}
.mega_info_box .mega-info-desc ul,
.news-details-section .bullet-point ul{
	margin-left: 0;
	margin-top: 15px;
	padding: 0;
	list-style: none;
}
.also-interested-in .bullet-point ul li,
.news-details-section .bullet-point ul li{
	background-image: url(images/bullet-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0 2px 30px;
	margin: 0 0 10px;
	line-height:1.4;
}
.vc_row-o-equal-height .wpb_wrapper,
.vc_row-o-equal-height .mega_info_box{
	height: 100%;
}
.post-item-custom-style h3{
	font-size: 16px;
}
.vc_gitem_row .vc_gitem-col.posted-section {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #797979;
  padding-top: 0;
}
.posted-on > div:before{
	content: 'Posted on';
	display: inline-block;
	margin-right: 6px;
}
.posted-on{
	margin-right: 6px;
}
.posted-by > div:before{
	content: 'by';
	display: inline-block;
	margin-right: 6px;
}
.post-item-custom-style .vc_grid-item-mini,
.custom-event-item .vc_grid-item-mini{
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.post-item-custom-style .vc_gitem-post-data,
.post-item-custom-style h3,
.custom-event-item h3{
	margin-bottom: 0;
}
.post-item-custom-style .vc_gitem-post-data-source-post_excerpt p{
	margin: 0;
}
.post-item-custom-style .vc_btn3-container{
	margin: 15px 0 0;
}
.custom-event-item .vc_btn3-container{
	margin: 5px 0 0;
}
.post-item-custom-style .vc_btn3.vc_btn3-style-custom,
.custom-event-item .vc_btn3.vc_btn3-style-custom{
	background-image: none;
	padding: 0px;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
	margin: 0;
}
.wp-block-latest-posts__post-excerpt{
	display: none;
}
.all-events-list .event-top .vc_gitem-col{
	text-align: right;
}
.all-events-list .vc_gitem-zone{
	background-size: 100% auto;
}
.event-date{
	background-color: #fff;
	padding: 10px;
	border-radius: 7px;
	display: inline-block;
	max-width: 95px;
	text-align: center;
}
.event-location{
	font-size: 12px;
  	color: #797979;
}
.event-location::before{
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin-right: 6px;
}
.event-details-block .vc_acf{
	margin-bottom: 10px;
}
.news-details-section h2.vc_custom_heading{
	margin-top: 0;
}
.news-sidebar-block .vc_btn3-container.vc_btn3-center .vc_btn3-block{
	display: inline-block;
}
h2.wpb_widgetised_column_heading{
	color: #06a3d9;
	text-transform: uppercase;
	margin-top: 0;
}
body .vc_grid-pagination .vc_grid-pagination-list{
	margin: 50px 0 0 !important;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li{
	border: rgba(0,0,0,.6) solid 1px !important;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, 
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span{
	color: #000 !important;
	font-size: 14px;
	font-family: arial;
	min-width: 40px;
	height: 40px;
	padding: 9px 5px;
	background-color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
}
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-active > a{
	color: #fff !important;
	background-color: #0b5b9d !important;
}
.tech-section .vc_custom_heading{
  color: #2f3f4b;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  padding: 20px 24px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  max-width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.video-popup-section .wpb_wrapper{
	position: relative;
}
.video-popup-section .maw__modal_popup_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.slick-slider .slick-arrow{
	min-width: inherit;
}
.other-services .slick-prev, 
.other-services .slick-next{
	width: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.other-services .slick-prev{
	left: -10px !important;
}
.other-services .slick-next{
	right: -10px !important;
}
.other-services .content-section{
	padding-top: 10px;
}
.other-services .content-section br,
.other-services .content-section p{
	display: none;
}
.tm-slider.slick-slider .slick-prev::before, 
.tm-slider.slick-slider .slick-next::before{
	opacity: 1;
	padding: 10px 10px !important;
	border-radius: 10px;
	padding: 12px 12px !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*..other-services .slick-slide img{
	width: 100%;
}*/
.training-steps .wpb_column{
	position: relative;
}
.training-steps.vc_row > .wpb_column::before{
	content: '';
	position: absolute;
	top: 65px;	
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	display: block;
	border-top: rgba(0,0,0,.15) dashed 2px;
	z-index: -1;
}
.training-steps.vc_row > .wpb_column::after{
	content: '';
	position: absolute;
	top: 54px;		
	right: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(images/step-arrow.png);
}
.training-steps.vc_row > .wpb_column:first-child::before{
	width: 50%;
	left: auto;
	right: 0;
}
.training-steps.vc_row > .wpb_column:last-child::before{
	width: 50%;
	left: 0;
	right: auto;
}
.training-steps.vc_row > .wpb_column:last-child::after{
	display: none;
}
.traning-steps-block h3{
	margin-top: 0;
}
.traning-steps-block ul,
.custom-bullet ul{
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.traning-steps-block .wpb_wrapper ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.traning-steps-block .wpb_wrapper ul li::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #397ab0;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.custom-bullet .wpb_wrapper > ul > li,
.custom-bullet .wpb_wrapper .heading_desc ul > li{
	padding-left: 40px;
	background-image: url(images/bullet-icon-large.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	min-height: 28px;
	line-height: 1.7;
}
.custom-bullet .wpb_wrapper > ul > li::before{
	display: none;
}
.wpb_wrapper p + ul{
	margin-top: 20px;
	margin-left:0;
}
.wpb_wrapper ul li{
	margin-bottom:10px;
}
.traning-steps-block p {
  margin-bottom: 0.5em;
}
.traning-steps-block > .vc_row > .wpb_column{
	position: relative;
}
.step-1  >.vc_row > .wpb_column::before,
.step-2  >.vc_row > .wpb_column::before,
.step-3  >.vc_row > .wpb_column::before{
	content: '';
	width: 42px;
	height: 55px;	
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;	
	bottom: -55px;
}
.step-1  >.vc_row > .wpb_column::before,
.step-3  >.vc_row > .wpb_column::before{
	right: 55px;
	background-image: url(images/step-down-01.png);
}
.step-2  >.vc_row > .wpb_column::before{
	left: 55px;
	background-image: url(images/step-down-02.png);
}

.video-section{
	background: #013b6b; 
	background: -moz-linear-gradient(top,  #013b6b 52%, #013b6b 52%, #013b6b 55%, #ffffff 55%); 
	background: -webkit-linear-gradient(top,  #013b6b 52%,#013b6b 52%,#013b6b 55%,#ffffff 55%); 
	background: linear-gradient(to bottom,  #013b6b 52%,#013b6b 52%,#013b6b 55%,#ffffff 55%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013b6b', endColorstr='#ffffff',GradientType=0 ); 
}
.download-block button.vc_btn3-style-custom {  
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-image: none;
  font-size: 24px;
  font-weight: 400;
}
.download-block .text-center .wpb_wrapper{
	text-align: center;
}

.product-list{
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.single-products-block {
  color: #0b5b9d;
  font-size: 18px;
  text-align: center;
  border: #0b5b9d solid 2px;
  display: inline-block;
  padding: 21px 15px;
  font-family: 'presicavrgregular';
  font-weight: 400;
  min-width: 370px;
  border-radius: 10px;
  margin: 0 15px 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.single-products-block:hover,
.single-products-block.activepro{
	color: #fff;
	background-color: #0b5b9d;
}

.product-modal {
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
    margin-bottom: auto;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,.6);
  	overflow: auto;
  	z-index: 999;
  	display: none;
}
.postid-block {
  width: 95%;
  max-width: 770px;
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 3em auto;  
}
#pre-pro,
#nxt-pro{
	width: 45px;
	height: 55px;
	color: #0b5b9d;
	background: #ffffff;
	font-size: 30px;
	padding: 4px 10px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: none;
	min-width: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
#pre-pro{
	left: -22px;
}
#nxt-pro{
	right: -22px;
}
#pro-info .current-post-title h3{
	text-align: center;
	font-size: 24px;
	color: #2f3741;
	margin-bottom: 5px;
}
#pro-info ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
#pro-info ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
#pro-info ul li::before{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #576069;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: 0;
}
.modal-inside{
	position: relative;
}
.pro-left,
.pro-right{
	width: 50%;
	padding:0 15px 15px;
}
.model-slider{
	opacity: 0;
	/*min-height: 70vh;*/
}
.slick-slider.model-slider{
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
}
.model-slider .slick-list,
.model-slider .slick-dots{
	width: 50%;
}
/*.model-slider.single-item-slider .slick-list,
.model-slider.single-item-slider .slick-dots{
	width: 100%;
}*/
.model-slider .slick-list{
	order: 2;
}
/*.model-slider.single-item-slider .slick-slide{
	width: 100%;
}
.model-slider.single-item-slider ul.slick-dots li > div{
	text-align: center;
}*/
.model-slider .slick-dots{
	position: relative;
	bottom: auto;
	order: 1;
}
.model-slider .slick-dots li{
	width: auto;
	height: auto;
	display: block;
	text-align: left;
}
.model-single {
	text-align: center;
	padding-top: 25px;
	display: none;
	border: rgba(0,0,0,.1) solid 1px;
	border-radius:10px;
}
.model-single:first-child,
.slick-initialized .slick-slide .model-single {
	display: block;
}
.model-single span{
	display: block;
	margin-top: 15px;
	font-weight: 600;
	padding: 0 15px 15px;
}
/*.single-item-slider .model-single span{
	display: none;
}*/
#pro-info ul.slick-dots{
	padding: 0 15px 0 0;
}
/*.single-item-slider .slick-slide img{
	width: auto;
	height: auto;
	max-height: 300px;
}*/
#pro-info .multi-item-slider ul.slick-dots li:first-child,
#pro-info .single-item-slider ul.slick-dots li:first-child{	
  font-size: 16px;
  color: #06a3d9;
  font-family: 'presicavrgbold';
  border-bottom: rgba(0,0,0,.1) solid 1px;
  padding: 0 0 10px;
  margin: 0 0 12px;
}
#pro-info ul.slick-dots li:first-child::before{
	display: none;
}
#pro-info ul.slick-dots li.slick-active{
	color: #06a3d9;
}
.model-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-item-slider.slick-slider .slick-arrow,
.single-item-slider ul.slick-dots li:last-child{
	display: none !important;
}
#pro-info .single-item-title{
	display: none;
}
.single-item-slider .slick-slide{
	width: 100%;
}
.feature-img-box{
	margin-bottom: 20px;
}
#pro-info a.btn{
	display: block;	
	text-align: center;
	margin: 0 5px 20px;
}
.close-modal{
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 2px;
	width: 24px;
	height: 24px;
	background-color: #0b5b9d;
	min-width: inherit;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.salient-features{
	z-index: 2;
}
.salient-features .wpb_text_column{
	position: relative;
}
.salient-features .wpb_text_column .wpb_wrapper{
	padding-right: 100px;
}
.salient-features.right-section .wpb_text_column .wpb_wrapper{
	padding-right: 0;
	padding-left: 100px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}
.salient-features.right-section .wpb_text_column .wpb_wrapper p{
	margin-top: 0;
}
.salient-features .wpb_text_column::before,
.salient-features.right-section .wpb_text_column::before{
	content: '';
	width: 130px;
	height: 2px;
	background-color: #0b5b9d;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -60px;
	margin: auto;
	z-index: 3;
}
.salient-features.right-section .wpb_text_column::before{
	left: -60px;
	right: auto;
}
.salient-features .wpb_text_column::after,
.salient-features.right-section .wpb_text_column::after{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #0b5b9d;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -64px;
	margin: auto;
	z-index: 4;
}
.salient-features.right-section .wpb_text_column::after{
	right: auto;
	left: -64px;
}
.product-modal .slick-prev{
	left: 52% !important;
}
.product-modal .slick-next{
	right: 0 !important;
}
.model-image-block img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 240px;
}
@media screen and (max-width: 767px){
	.product-list{
		text-align: center;
	}
	.model-slider .slick-list,
	.model-slider .slick-dots{
		width: 100%;
		padding: 0;
	}
	.model-slider .slick-list{
		order: 1;
	}
	.model-slider .slick-dots{
		order: 2;
	}
	.product-modal .slick-prev{
		left: 0 !important;
	}
	.product-modal .slick-prev, 
	.product-modal  .slick-next{
		top: 35%;
	}
	.training-steps.vc_row > .wpb_column::before{
		display: none;
	}
	.training-steps.vc_row > .wpb_column::after{
		top: auto;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: rotate(90deg);
	}
	.training-steps .nonesss{
		padding: 15px 15px 35px 15px;
	}
	.opening-the-Jar .nonesss{
		padding: 0;
	}
	.opening-the-Jar .mega_info_box_2 .mega-info-header{
		width: 100%;
		text-align: center;
	}
	.opening-the-Jar .mega_info_box_2 .mega-info-img{
		margin: 0 auto;
	}
	.inner-hero-section h1{
		font-size: 40px !important;
	}
}
/*-- loader in modal --*/
.product-loader{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9;
	display: none;
}
.lds-default {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0b5b9d;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/*-- hover effect --*/
.interested-in .mega-info-header{
	border-radius: 10px;
	overflow: hidden;
}
.interested-in .mega-info-header img.mega-info-img{
	transform: scale(1);
	transition: all .3s ease-in-out;
}
.interested-in .mega_info_box:hover .mega-info-header img.mega-info-img{
	transform: scale(1.2);
}

.zoom-in .mega-info-header{	
	padding: 10px;
	overflow: hidden;
}
.zoom-in .mega-info-header img.mega-info-img{
	transform: scale(1);
	transition: all .3s ease-in-out;
}
.zoom-in .mega_info_box:hover .mega-info-header img.mega-info-img{
	transform: scale(1.1);
}

.therapies-type a .mega_info_box .mega-info-img,
.therapies-type a .mega_info_box,
.img-hover-effect img,
.product-slider-section .carousel-caption a img{	
	transition: all .3s ease-in-out;
}
.therapies-type a:hover .mega_info_box .mega-info-img{
	transform: scale(1.05);
}
.therapies-type a .mega_info_box{
	background-size: 100% !important;	
}
.therapies-type a:hover .mega_info_box{
	background-size: 120% !important;
}
.img-hover-effect .vc_single_image-wrapper{	
	overflow: hidden;	
}
.wpb_single_image.img-hover-effect .vc_single_image-wrapper{
	border-radius: 20px;
}
.img-hover-effect .vc_single_image-wrapper:hover img{
	transform: scale(1.09);
}
.img-hover-effect2 .vc_single_image-wrapper{
	padding: 10px;
}
.img-hover-effect2 .vc_single_image-wrapper:hover img{
	transform: scale(1.04);
}
@media screen and (min-width: 768px){
	.hero-section .carousel-caption > div{
		position: relative;
	}
	.hero-section .content-section{
		display: block;
		bottom: 0%;
		top: auto !important;
		text-align: right !important;
		width: 100%;
	}
}
.product-slider-section .carousel-caption a{
	display: block;
	overflow: hidden;
	border: rgba(0, 0, 0, 0.1) solid 1px;
	margin-bottom: 15px;
	border-radius: 10px;
	max-height: 300px;
}
.product-slider-section .carousel-caption a img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}
.product-slider-section .carousel-caption a:hover img{
	transform: scale(1.1);
}

.post-item-list-style .vc_grid-item-mini {
  box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}
.post-item-list-style .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  	font-size: 14px;
  	margin-bottom: 15px;
}
.post-item-list-style .vc_btn3-style-custom{
	background: #fff !important;
	padding: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin: 0 0 20px;
}
.wp-block-latest-posts__featured-image{	
	width: 106px;	
	margin-top: 5px;
}
.wp-block-latest-posts__featured-image a {
  display: block;
  border: rgba(0,0,0,.1) solid 1px;
  padding: 3px;
  overflow: hidden;
}
.wp-block-latest-posts__featured-image img{
	max-width: 100% !important;
	width: 100%;
	height: auto;
	display: block;
}
.post-wrap {
  display: flex;
  flex-wrap: wrap;
}
.post-short-info{
	-webkit-width: calc(100% - 107px);
	width: calc(100% - 107px);
	padding-left: 15px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title{
	font-size: 13px;
	line-height: 18px;
	hyphens: auto;
}
.post-single-page{
	padding: 3em 0;
}
.post-single-page .post-thumbnail{
	margin: 22px 0 1.5em;
}
.single-content{
	display: flex;
	flex-wrap: wrap;
}
.single-content .feature-image-wrap{
	width: 40%;	
}
.single-content .right-txt-content{
	width: 60%;
	padding-left: 40px;
}
.single-content .full-txt-content{
	width: 100%;
}
@media screen and (max-width: 991px){
	.single-content .feature-image-wrap,
	.single-content .right-txt-content{
		width: 100%;
		padding: 0;	
	}
}

.vc_gitem-animated-block .vc_gitem-zone{
	background-size: 100% 100%;	
	transition: all .3s ease-in-out;
}
.vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone{
	background-size: 110% 110%;
}
.all-event-list .vc_gitem-animated-block .vc_gitem-zone{
	background-size: 100% auto;		
}

.all-event-list .vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone{
	background-size: 110% auto;
}
.wp-block-latest-posts__featured-image img{
	transform: scale(1.0);
	transition: all .2s ease-in-out;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image img{
	transform: scale(1.1);
}

@media screen and (max-width: 1200px){
	.tech-section h3.vc_custom_heading{
		font-size: 20px !important;
	}
}
@media screen and (max-width: 1023px){
	.vc_row.therapies-type{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.therapies-section .vc_column_container{
		width: 50%;
		margin-bottom: 120px;
	}
	.therapies-section .vc_column_container:last-child{
		margin-bottom: 0;
	}
	.ul-style ul{
		padding: 0;
		margin-left: 0;
	}
	.ul-style ul li{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.therapies-section .vc_column_container{
		width: 100%;
	}
	.tech-section .vc_column_container{
		margin-bottom: 25px;
	}
	.tech-section .vc_column_container:last-child{
		margin-bottom: 0;
	}
	.single-products-block{
		min-width: inherit;
	}
	.mega-model-popup .b-close img {
	  width: 30px;
	}
	#pre-pro {
	  left: 10px;
	}
	#nxt-pro {
	  right: 10px;
	}
}

@media screen and (max-width: 480px){
	.form-group.half {
	  width: 100%;
	}
	.wpcf7-form-control.g-recaptcha > div {
		-webkit-transform: scale(0.8) translateX(-35px);
		transform: scale(0.8) translateX(-35px);
	}
}

.not-found{
	margin: 40px 0;
	text-align: center;
}
.not-found .no-found-block{
	font-size: 120px;
}
@media screen and (max-width: 767px){
.not-found .no-found-block{
	font-size: 80px;
}
}
.maw__modal_popup_box button.model-popup-btn{
	width: 80px;
	height: 80px;
	min-width:inherit;
	padding:0 !important;
}
.maw__modal_popup_box button.model-popup-btn span{
	display: block;
}
.maw__modal_popup_box button.model-popup-btn .fa{
	padding:0 !important;
}
.vc_btn3.vc_btn3-style-custom,
.hero-section .content-section a, #pro-info a.btn{
	transition: all .25s ease-in-out;
}
.vc_btn3.vc_btn3-style-custom:hover,
.hero-section .content-section a:hover, #pro-info a.btn:hover{
	background-color: #06a3d9 !important;
	color: #ffffff !important;
}
@media screen and (max-width:767px){
	.hero-section .content-section a{
		margin: 0 10px 15px;
	}
}

.full-width-img .vc_figure,
.full-width-img .vc_single_image-wrapper,
.full-width-img img{
	width: 100%;
}
.slick-slide img{
	width:100%;
}

.page-wrapper .vc_section.tab-block-section{
	padding-top:70px;
}
@media screen and (max-width:767px){
	.page-wrapper .vc_section.tab-block-section{
		padding-top:10px;
	}
}