@charset "UTF-8";
/*
Theme Name: Flash Pro
Theme URI: https://themegrill.com/themes/flash
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Flash Pro is the pro version of Flash Free theme with more than 20 widgets, video background, animation, 6 header layouts and multiple new styles in each widgets.
Version: 2.3.3
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flash
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce

Flash is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #30aeb7;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
}

@keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: #30aeb7;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
}

@-webkit-keyframes cp-bubble-animate {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(-15px);
		transform: scale(1.1) translateX(-15px);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.2) translateX(15px);
		transform: scale(1.2) translateX(15px);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}

@keyframes cp-bubble-animate {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(-15px);
		transform: scale(1.1) translateX(-15px);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.2) translateX(15px);
		transform: scale(1.2) translateX(15px);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}

@-webkit-keyframes cp-bubble-animate-before {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%,
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cp-bubble-animate-before {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%,
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes cp-bubble-animate-after {
	0%,
	50% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%,
	75% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cp-bubble-animate-after {
	0%,
	50% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%,
	75% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes cp-flip-animate-before {
	0% {
		-webkit-transform: rotateY(0) rotateX(0);
		transform: rotateY(0) rotateX(0);
	}
	25% {
		-webkit-transform: rotateY(360deg) rotateX(0);
		transform: rotateY(360deg) rotateX(0);
	}
	50% {
		-webkit-transform: rotateY(360deg) rotateX(360deg);
		transform: rotateY(360deg) rotateX(360deg);
	}
	75% {
		-webkit-transform: rotateY(0) rotateX(360deg);
		transform: rotateY(0) rotateX(360deg);
	}
	100% {
		-webkit-transform: rotateY(0) rotateX(0);
		transform: rotateY(0) rotateX(0);
	}
}

@keyframes cp-flip-animate-before {
	0% {
		-webkit-transform: rotateY(0) rotateX(0);
		transform: rotateY(0) rotateX(0);
	}
	25% {
		-webkit-transform: rotateY(360deg) rotateX(0);
		transform: rotateY(360deg) rotateX(0);
	}
	50% {
		-webkit-transform: rotateY(360deg) rotateX(360deg);
		transform: rotateY(360deg) rotateX(360deg);
	}
	75% {
		-webkit-transform: rotateY(0) rotateX(360deg);
		transform: rotateY(0) rotateX(360deg);
	}
	100% {
		-webkit-transform: rotateY(0) rotateX(0);
		transform: rotateY(0) rotateX(0);
	}
}

@-webkit-keyframes cp-skeleton-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes cp-skeleton-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
}

@-webkit-keyframes cp-eclipse-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes cp-eclipse-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cp-boxes-animate-before {
	0% {
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(-7px) rotate(225deg);
		transform: translateX(-7px) rotate(225deg);
	}
	100% {
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg);
	}
}

@keyframes cp-boxes-animate-before {
	0% {
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(-7px) rotate(225deg);
		transform: translateX(-7px) rotate(225deg);
	}
	100% {
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg);
	}
}

@-webkit-keyframes cp-boxes-animate-after {
	0% {
		-webkit-transform: translateX(20px) rotate(45deg);
		transform: translateX(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(7px) rotate(-225deg);
		transform: translateX(7px) rotate(-225deg);
	}
	100% {
		-webkit-transform: translateX(20px) rotate(45deg);
		transform: translateX(20px) rotate(45deg);
	}
}

@keyframes cp-boxes-animate-after {
	0% {
		-webkit-transform: translateX(20px) rotate(45deg);
		transform: translateX(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(7px) rotate(-225deg);
		transform: translateX(7px) rotate(-225deg);
	}
	100% {
		-webkit-transform: translateX(20px) rotate(45deg);
		transform: translateX(20px) rotate(45deg);
	}
}

@-webkit-keyframes cp-round-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes cp-round-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote,
q {
	quotes: '' '';
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: '';
}

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}

a img:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eeeeee;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

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

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

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to tg-container width. */
	vertical-align: middle;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

p {
	margin: 0 0 30px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type='button'], input[type='reset'], input[type='submit'] {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.navigation .nav-links a:hover,
.bttn:hover,
button {
	color: #ffffff;
}

input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
	color: #ffffff;
}

input[type='checkbox'], input[type='radio'] {
	padding: 0;
}

button::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'] {
	color: #666666;
	border: 1px solid #cccccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus {
	border: 1px solid #aaaaaa;
}

textarea:focus {
	border: 1px solid #aaaaaa;
}

.searchform input[type='text']:focus {
	border: none;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666666;
	border: 1px solid #cccccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #333333;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a a:hover {
	color: #000000;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
	content: '';
	display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
	clear: both;
}

.clear {
	clear: both;
}

.sticky,
.gallery-caption,
.bypostauthor {
	/*class required for wordpress*/
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 24px;
}

.alignright {
	float: right;
	margin-left: 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

.hidden {
	display: none;
}

.full-width,
.full-width-center {
	overflow: hidden;
}

.full-width .alignfull,
.full-width-center .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.full-width .alignfull img,
.full-width-center .alignfull img {
	max-width: unset;
}

.full-width .alignwide,
.full-width-center .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.full-width.boxed #content,
.full-width-center.boxed #content {
	overflow: hidden;
}

.full-width.boxed .alignwide,
.full-width-center.boxed .alignwide {
	margin-left: -100px;
	margin-right: -100px;
}

ul.wp-block-gallery {
	margin: 0;
}

/*--------------------------------------------------------------
Infinite Scroll Support
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation:not(.post-navigation),
.infinite-scroll.neverending #colophon {
	display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #colophon {
	display: block;
}

/*--------------------------------------------------------------
# sidebar CSS
--------------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
	border-bottom: none;
	color: #333333;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 5px 25px;
	position: relative;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	display: block;
}

.widget_archive li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_rss li a,
.widget_pages li a,
.widget_nav_menu li a {
	color: #333333;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_recent_entries li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover {
	color: #00a9e0;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_recent_entries a:before,
.widget_meta a:before,
.widget_recent_comments a:before,
.widget_rss a:before,
.widget_pages a:before,
.widget_nav_menu a:before {
	color: #888888;
	content: '\f187';
	font-family: 'FontAwesome';
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_recent_entries a:hover:before,
.widget_meta a:hover:before,
.widget_recent_comments a:hover:before,
.widget_rss a:hover:before,
.widget_pages a:hover:before,
.widget_nav_menu a:hover:before {
	color: #00a9e0;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_meta ul.children,
.widget_recent_comments ul.children,
.widget_recent_entries ul.children,
.widget_rss ul.children,
.widget_nav_menu ul.children {
	margin-top: 5px;
}

.widget ul.children li:last-child {
	margin: 0;
	padding-bottom: 0;
}

.widget_categories a:before {
	content: '\f07b';
}

.widget_meta a:before,
.widget_nav_menu a:before {
	content: '\f1db';
}

.widget_recent_comments a:before {
	content: '\f086';
}

.widget_rss a:before {
	content: '\f09e';
}

.widget_pages a:before {
	content: '\f1ea';
}

.widget_tag_cloud a {
	border: 1px solid #989898;
	color: #989898;
	display: inline-block;
	font-size: 14px !important;
	margin: 6px 4px;
	padding: 5px 12px;
}

.widget_tag_cloud a:hover {
	background: #00a9e0 none repeat scroll 0 0;
	color: #ffffff;
}

.widget_recent_entries .post-date {
	color: #9f9f9f;
	display: block;
	font-size: 12px;
}

/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/
.tg-column-wrapper {
	clear: both;
	margin-left: -3%;
}

.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-1-5,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-2-5,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
	float: left;
	margin-left: 3%;
}

.tg-column-wrapper .tg-column-1 {
	width: 100%;
}

.tg-column-wrapper .tg-column-1-5 {
	width: 63.67%;
}

.tg-column-wrapper .tg-column-2 {
	width: 47%;
}

.tg-column-wrapper .tg-column-2-5 {
	width: 37%;
}

.tg-column-wrapper .tg-column-3 {
	width: 30.33%;
}

.tg-column-wrapper .tg-column-4 {
	width: 22%;
}

.tg-column-wrapper .tg-column-5 {
	width: 17%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.flash_inherit_color div,
.flash_inherit_color div.section-description,
.flash_inherit_color h1,
.flash_inherit_color h2,
.flash_inherit_color h3,
.flash_inherit_color h3.section-title,
.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
	color: inherit !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 12px 0;
}

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

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.tg-container {
	width: 1200px;
	margin: 0 auto;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

#primary {
	float: left;
	width: 65.5%;
}

#secondary {
	float: right;
	width: 32.22%;
}

.page-template-full-width #primary,
.page-template-pagebuilder #primary {
	width: 100%;
}

#scroll-up {
	background-color: #30afb8;
	border-radius: 3px;
	bottom: 20px;
	color: #ffffff;
	display: none;
	padding: 10px 16px;
	position: fixed;
	opacity: 0.5;
	z-index: 9999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
	right: 20px;
}

.post-navigation {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.nav-next a .entry-title {
	float: left;
	margin-right: 3px;
}

.site {
	background-color: #ffffff;
	overflow-x: auto;
}

.tg-image-widget {
	text-align: center;
}

.background-video-row {
	position: relative;
	background: transparent;
	z-index: 1;
}

.background-video {
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.loaded .ytplayer-container {
	display: block;
}

.loaded .placeholder-image {
	opacity: 0;
}

.ytplayer-container {
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100%;
	position: absolute;
	right: 0;
	top: -50%;
	z-index: -1;
}

.placeholder-image {
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}

.ytplayer-shield {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.ytplayer-player {
	position: absolute;
}

.tg-single-service,
.tg-wc-product-tab,
.tg-wc-cat-slider,
.tg-progressbar-widget,
.blog-section,
.tg-pricing-table-widget,
.feature-product-section,
.tg-single-team,
.tg-single-counter,
.tribe-events-list-widget,
.call-to-action-section,
.testimonial-section,
.about-section {
	padding: 30px 0;
}

.section-title-wrapper {
	padding-top: 30px;
}

.cta-wrapper .section-title-wrapper {
	padding-top: 0;
}

/** DropCap */
.ft-dropcap {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 48px;
	float: left;
	margin: 8px 10px 0 0;
	line-height: 0.7;
}

/*--------------------------------------------------------------
Preloader CSS
--------------------------------------------------------------*/
#preloader {
	position: relative;
}

#preloader span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #21858c;
	position: absolute;
	-webkit-animation: preloader 1.5s infinite ease-in-out;
	animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

#spinners {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#preloader-background {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.cp-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cp-bubble {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #58bd55;
	-webkit-animation: cp-bubble-animate 1s linear infinite;
	animation: cp-bubble-animate 1s linear infinite;
}

.cp-bubble:before, .cp-bubble:after {
	border-radius: 50%;
	content: ' ';
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #58bd55;
	position: absolute;
	-webkit-animation: cp-bubble-animate-before 1s ease-in-out infinite;
	animation: cp-bubble-animate-before 1s ease-in-out infinite;
}

.cp-bubble:before {
	left: -30px;
}

.cp-bubble:after {
	right: -30px;
}

.cp-flip {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 10em;
	perspective: 10em;
}

.cp-flip:before {
	width: 48px;
	height: 48px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f56151;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cp-flip-animate-before 2s linear infinite;
	animation: cp-flip-animate-before 2s linear infinite;
}

.cp-skeleton {
	border-radius: 50%;
	border-top: solid 6px #f56151;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px transparent;
	-webkit-animation: cp-skeleton-animate 1s linear infinite;
	animation: cp-skeleton-animate 1s linear infinite;
}

.cp-skeleton:before {
	border-radius: 50%;
	content: ' ';
	width: 48px;
	height: 48px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	position: absolute;
	top: -6px;
}

.cp-skeleton:before {
	border-right: solid 6px transparent;
	border-left: solid 6px #f56151;
	left: -6px;
	-webkit-transform: rotateZ(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotateZ(-30deg);
}

.cp-skeleton:after {
	border-right: solid 6px #f56151;
	border-left: solid 6px transparent;
	right: -6px;
	-webkit-transform: rotateZ(30deg);
	-ms-transform: rotate(30deg);
	transform: rotateZ(30deg);
}

.cp-eclipse {
	width: 12px;
	height: 12px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	background: #f3d53f;
	margin: 12px;
	-webkit-animation: cp-eclipse-animate 1s ease-out infinite;
	animation: cp-eclipse-animate 1s ease-out infinite;
}

.cp-eclipse:before, .cp-eclipse:after {
	border-radius: 50%;
	content: ' ';
	width: 48px;
	height: 48px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	position: absolute;
	top: -18px;
}

.cp-eclipse:before {
	border-right: solid 6px #f3d53f;
	border-left: solid 6px transparent;
	left: -18px;
}

.cp-eclipse:after {
	border-right: solid 6px transparent;
	border-left: solid 6px #f3d53f;
	right: -18px;
}

.cp-boxes:before, .cp-boxes:after {
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: ' ';
	background: #58bd55;
	position: absolute;
	-webkit-animation: cp-boxes-animate-before 1s ease-in-out infinite;
	animation: cp-boxes-animate-before 1s ease-in-out infinite;
}

.cp-boxes:before {
	top: 12px;
	left: 0;
}

.cp-boxes:after {
	top: 12px;
	right: 0;
}

.cp-round:before, .cp-round:after {
	border-radius: 50%;
	content: ' ';
	width: 48px;
	height: 48px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.cp-round:before {
	border-top: solid 6px #bababa;
	border-right: solid 6px #bababa;
	border-bottom: solid 6px #bababa;
	border-left: solid 6px #bababa;
}

.cp-round:after {
	border-top: solid 6px #f56151;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px transparent;
	-webkit-animation: cp-round-animate 1s ease-in-out infinite;
	animation: cp-round-animate 1s ease-in-out infinite;
}

/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/
.left-sidebar #primary {
	float: right;
}

.left-sidebar #secondary {
	float: left;
}

.full-width #primary {
	float: none;
	width: 100%;
}

.full-width #secondary {
	float: left;
}

.full-width-center #primary {
	float: none;
	margin: 0 auto;
	width: 65.5%;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slider-content .tg-container {
	width: 60%;
}

.slider-slide {
	width: 100% !important;
}

.tg-slider-widget .swiper-button-next {
	background-image: unset;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-next:before {
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget .swiper-button-prev {
	background-image: unset;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-prev:before {
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget:hover .swiper-button-next {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-prev {
	left: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled,
.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
	opacity: 0.36;
}

.tg-slider-widget .swiper-wrapper {
	position: relative;
}

.tg-slider-widget .slider-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-slider-widget .caption-title {
	color: #313b48;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}

.tg-slider-widget .caption-desc {
	font-size: 24px;
	line-height: 35px;
	margin: 10px 0 25px;
	text-transform: capitalize;
}

.tg-slider-widget .btn-wrapper {
	display: inline-block;
}

.tg-slider-widget .btn-wrapper a {
	border: 3px solid #313b48;
	display: inline-block;
	font-size: 20px;
	padding: 7px 26px;
}

.tg-slider-widget .btn-wrapper a:hover {
	background: #313b48;
	color: #ffffff;
	border-color: #313b48;
}

.tg-slider-widget.slider-content-left .slider-content {
	text-align: left;
}

.tg-slider-widget.slider-content-left .caption-desc {
	font-size: 18px;
	line-height: 30px;
}

.tg-slider-widget.slider-light .slider-image .overlay {
	background-color: transparent;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.tg-slider-widget.slider-dark .caption-title,
.tg-slider-widget.slider-dark .caption-desc {
	color: #ffffff;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
	border-color: #ffffff;
	color: #ffffff;
}

.tg-slider-widget.slider-dark .btn-wrapper a:hover {
	border-color: #30afb8;
	background: #30afb8;
}

/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/
.section-title {
	color: #313b48;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 20px;
}

.section-title:before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: '';
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.section-title:after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: '';
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
	background: #30afb8 none repeat scroll 0 0;
	bottom: -6px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}

.section-description {
	text-align: center;
	color: #777777;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper {
	display: table;
	margin: 0;
}

.about-section .about-content-wrapper {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.about-section .btn-wrapper {
	margin-top: 30px;
}

.about-section .btn-wrapper a {
	background-color: #30afb8;
	border-radius: 0;
	color: #ffffff;
	padding: 7px 35px;
}

.about-section .btn-wrapper a:hover {
	background-color: #2299a1;
}

.about-section .section-title,
.about-section .section-description {
	text-align: left;
}

.about-section .about-section-image {
	display: table-cell;
	float: none;
	margin-right: -5px;
	text-align: center;
	vertical-align: middle;
}

.about-section .section-title:before, .about-section .section-title:after {
	display: none;
}

.about-section .tg-about-widget-layout-2 .about-section-image {
	display: none;
}

.about-section iframe {
	max-width: none;
}

.tg-column-wrapper .about-section-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	width: auto;
	float: none;
}

.about-section-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
	background: #30afb8;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	position: relative;
}

.tg-service-widget .service-title-wrap {
	margin-top: 10px;
}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #30afb8;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tg-service-widget .service-title-wrap {
	color: #313b48;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.tg-service-widget .service-title-wrap a:hover {
	color: #30afb8;
}

.tg-service-widget .service-content-wrap {
	margin: 10px 0;
	color: #777777;
}

.tg-service-widget .service-more:hover {
	color: #1c9ba4;
}

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: #30afb8;
	display: inline-block;
	position: relative;
}

.tg-service-widget .service-more:after {
	content: " \  " /*rtl:" \  "*/;
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
}

.tg-service-widget.tg-service-layout-2 {
	text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000000;
	display: block;
	float: none;
	font-size: 22px;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 2px solid #000000;
	border-radius: 100%;
	content: '';
	height: 82px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 82px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
	line-height: 24px;
}

/*-----------------tg-service-layout-3 -----------------*/
.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
	margin: 15px 0;
}

.tg-service-layout-2 .service-title-wrap {
	line-height: 28px;
	margin: 15px 0 10px;
}

.service-image-wrap img {
	width: 100%;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-wrapper .team-content-wrapper {
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.team-wrapper .team-title {
	font-size: 18px;
}

.team-wrapper .team-title a {
	color: #313b48;
}

.team-wrapper .team-title a:hover {
	color: #2299a1;
}

.team-wrapper .team-designation {
	position: relative;
}

.tg-team-widget img {
	width: 100%;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #30afb8;
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-wrapper .team-content {
	color: #777777;
	margin: 30px 0 20px;
}

.team-wrapper .team-social {
	background: #ffffff none repeat scroll 0 0;
	left: 50%;
	margin-left: -45%;
	padding: 10px 0;
	position: absolute;
	top: -20px;
	width: 90%;
}

.team-wrapper .team-social a {
	font-size: 18px;
	margin: 0 8px;
}

.team-wrapper .team-social a:hover {
	color: #2299a1;
}

/*-----------------tg-team-layout-2 -----------------*/
.tg-team-widget.tg-team-layout-2 {
	position: relative;
}

.tg-team-widget.tg-team-layout-2:before {
	border-bottom: 50px solid transparent;
	border-right: 67px solid #ffffff;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
}

.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
	text-align: left;
}

.tg-team-widget.tg-team-layout-2 .team-designation:after {
	left: 15px;
}

.tg-team-widget.tg-team-layout-2 .team-social {
	position: static;
	margin-left: 0;
	width: 100%;
	background: transparent;
	border-top: 1px solid #e7e7e7;
}

/*-----------------tg-team-layout-3 -----------------*/
.tg-team-widget.tg-team-layout-3:before {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-img {
	position: relative;
}

.tg-team-widget.tg-team-layout-3 .team-img img {
	border-radius: 50%;
	width: 100%;
}

.tg-team-widget.tg-team-layout-3 .team-img .team-social {
	background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	border-top: medium none;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-team-widget.tg-team-layout-3 .team-social-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-social-block a {
	font-size: 18px;
	margin: 0 8px;
	color: #ffffff;
}

.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
	position: unset;
	padding-top: 30px;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-designation:after,
.tg-team-widget.tg-team-layout-3 .team-content {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
.call-to-action-section {
	position: relative;
}

.call-to-action-section .section-title-wrapper {
	text-align: center;
}

.call-to-action-section .section-title-wrapper .section-title {
	color: #ffffff;
	font-size: 32px;
}

.call-to-action-section .section-title:before, .call-to-action-section .section-title:after {
	display: none;
}

.call-to-action-section .section-subtitle {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.call-to-action-section .btn-wrapper {
	text-align: center;
}

.call-to-action-section .btn-wrapper:nth-child(even) {
	margin-top: 30px;
}

.call-to-action-section .btn-wrapper a {
	border: 1px solid;
	border-radius: 50px;
	color: #ffffff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-left: 30px;
	padding: 0 20px;
	display: inline-block;
	min-width: 220px;
	text-align: center;
}

.call-to-action-section .btn-wrapper a:first-child {
	margin-left: 0;
	margin-bottom: 20px;
}

.call-to-action-section .btn-wrapper a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}

.call-to-action-section .call-to-action-section-layout-2 {
	display: table;
	width: 100%;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
	display: block;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
	margin-left: 30px;
	margin-bottom: 15px;
}

/*----------------- call-to-action-section-layout-2 -----------------*/
/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/
.feature-product-section .tg-container {
	width: 100%;
}

.feature-product-section .tg-feature-product-widget {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.feature-product-section .tg-feature-product-widget figure img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .featured-image-desc {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 90%;
	height: 90%;
	background: rgba(49, 59, 73, 0.65);
}

.feature-product-section .tg-feature-product-widget .feature-inner-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap {
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 800;
}

.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
	text-align: center;
	color: #f3f0f0;
	font-size: 12px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
	border-bottom: 50px solid transparent;
	border-right: 48px solid #30afb8;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span {
	position: absolute;
	top: 4px;
	right: 7px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
	color: #ffffff;
}

.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/*----------------- tg-feature-product-layout-2 -----------------*/
.feature-product-section .tg-feature-product-layout-2 .tg-container {
	width: 100%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
	margin: 0;
	width: 33.33%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
	margin: 0;
	width: 25%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
	width: 100%;
	max-width: auto;
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(49, 175, 184, 0.8);
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
	border-right: 48px solid #313b48;
}

/*----------------- tg-feature-product-layout-3 -----------------*/
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) repeat scroll 0 0;
	background: transparent -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
	background: transparent -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
	display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
	top: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	bottom: 2%;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
	display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-desc-wrap {
	display: none;
}

.feature-product-section .button-group {
	text-align: center;
	margin-bottom: 30px;
}

.feature-product-section .button-group button {
	background: transparent;
	color: #525a65;
}

.feature-product-section .button-group button:hover {
	color: #30afb8;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .button-group button:before {
	background: #525a65 none repeat scroll 0 0;
	border-radius: 50%;
	content: ' ';
	left: 0;
	margin-right: 50%;
	padding: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-feature-product-filter-layout .button.is-checked:hover {
	color: #30afb8;
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
	margin-bottom: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-feature-product-layout-1 .grid {
	margin-left: -3%;
}

/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial-container {
	padding: 0 0 50px;
}

.testimonial-container .testimonial-slide {
	text-align: left;
}

.testimonial-container .testimonial-content-wrapper {
	background: #ffffff;
	padding: 20px 30px;
	position: relative;
}

.testimonial-container .testimonial-content-wrapper:before {
	border-bottom: 34px solid transparent;
	border-left: 20px solid #ffffff;
	content: ' ';
	left: 11%;
	position: absolute;
	top: 96%;
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	z-index: -9;
}

.testimonial-container .testimonial-icon {
	display: inline-block;
	vertical-align: top;
	color: #31afb8;
	font-size: 18px;
}

.testimonial-container .testimonial-content {
	width: 93%;
	display: inline-block;
	margin-left: 15px;
	color: #777777;
}

.testimonial-container .testimonial-client-detail {
	margin-top: 40px;
}

.testimonial-container .testimonial-img {
	display: inline-block;
	float: left;
}

.testimonial-container .client-detail-block {
	display: inline-block;
	margin-left: 20px;
}

.testimonial-container .testimonial-title {
	color: #313b48;
	font-size: 16px;
}

.testimonial-container .testimonial-degicnation {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-container .swiper-pagination.testimonial-pager {
	bottom: 0;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #313b48;
	opacity: 1;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2299a1;
}

/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/
.fun-facts-section {
	text-align: center;
	color: #ffffff;
}

.fun-facts-section .fun-facts-icon-wrap {
	display: block;
	text-align: center;
	color: #30afb8;
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 10px;
}

.fun-facts-section .counter-wrapper {
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	display: block;
	margin-bottom: 10px;
}

.fun-facts-section .fun-facts-title-wrap {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

/*----------------- tg-fun-facts-layout-2 -----------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
	background-color: rgba(255, 255, 255, 0.2);
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 36px;
	line-height: 120px;
	width: 120px;
	height: 120px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
	line-height: 15px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
	font-size: 46px;
	color: #30afb8;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/
.blog-section .tg-column-2 {
	margin: 0;
}

.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
	width: 50%;
}

.blog-section .row:nth-child(odd) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
	float: left;
	width: 50%;
	position: relative;
}

.blog-section .row:nth-child(odd) .post-image figure img {
	width: 100%;
}

.blog-section .row:nth-child(odd) .post-image:before {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: ' ';
	font-size: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
	color: #ffffff;
}

.blog-section .row:nth-child(odd) .blog-content {
	float: left;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(odd) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(odd) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(odd) .entry-title a {
	font-size: 18px;
	font-weight: 700;
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
	color: #ffffff;
}

.blog-section .row:nth-child(odd) .entry-title a:hover {
	color: #30afb8;
}

.blog-section .row:nth-child(odd) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .fa {
	padding-right: 5px;
}

.blog-section .row:nth-child(odd) .entry-meta a {
	font-size: 12px;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(odd) .entry-summary {
	font-size: 14px;
	color: #777777;
	font-weight: 400;
}

.blog-section .tg-blog-widget-layout-1 {
	margin: 0;
}

.tg-blog-widget-layout-1 .entry-summary {
	max-height: 167px;
	overflow: hidden;
}

.blog-section .row:nth-child(even) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .row:nth-child(even) .post-image {
	float: right;
	position: relative;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-image figure img {
	width: 100%;
}

.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
	margin: 0;
}

.blog-section .row:nth-child(even) .post-image:before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: ' ';
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .row:nth-child(even) .blog-content {
	float: right;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(even) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(even) .entry-title a {
	font-size: 18px;
	font-weight: 700;
	color: #313b48;
}

.blog-section .row:nth-child(even) .entry-title a:hover {
	color: #30afb8;
}

.blog-section .row:nth-child(even) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .fa {
	margin-right: 5px;
}

.blog-section .row:nth-child(even) .entry-meta a {
	font-size: 12px;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(even) .entry-summary {
	font-size: 14px;
	color: #777777;
	font-weight: 400;
}

.blog-section .tg-blog-widget {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
	background-color: #30afb8;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
	color: #ffffff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
	color: #ffffff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
	color: #ffffff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
	color: #ffffff;
}

.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image:before {
	border-right: 15px solid #30afb8;
}

.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image:before {
	border-left: 15px solid #30afb8;
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
	color: #ffffff;
}

/*----------------- tg-blog-widget-layout-2 -----------------*/
.blog-section .tg-blog-widget-layout-2 .post-image {
	position: relative;
	width: auto;
	float: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image img {
	width: 100%;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
	background: #30afb8;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
	position: relative;
	display: inline-block;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
	color: #ffffff;
	font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .post-image:before {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
	float: none;
	padding: 0 10px;
	width: auto;
	text-align: left;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.tg-blog-widget-layout-2 .entry-title {
	margin-top: 15px;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore {
	background: #30afb8;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	padding: 6px 12px;
	margin: 20px 0;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
	background: #2299a1;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	margin-top: 20px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
	float: left;
	color: #8e8e8e;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author a {
	color: #8e8e8e;
	font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
	margin-right: 5px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
	float: right;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
	font-size: 12px;
	color: #30afb8;
}

.blog-section .tg-blog-widget-layout-2:hover {
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
	color: #919191;
}

.tg-blog-widget-layout-2 .blog-content p {
	margin: 0 0 10px;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a {
	color: #239ca4;
}

/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#top-footer {
	background-color: #313b48;
	padding: 80px 0 30px;
}

#top-footer .footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

#top-footer .footer-logo .logo-image {
	float: left;
	padding: 5px;
}

#top-footer .footer-logo .site-title {
	font-size: 32px;
	color: #ffffff;
	font-weight: 700;
	float: left;
	line-height: 42px;
}

#top-footer .textwidget {
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
}

#top-footer .widget-title {
	font-size: 18px;
	border-left: 3px solid #30afb8;
	font-weight: 600;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	padding-left: 20px;
}

#top-footer .widget-title:first-letter {
	color: #30afb8;
}

#top-footer .widget {
	margin-bottom: 30px;
}

#top-footer .widget ul {
	margin: 0;
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 12px;
}

#top-footer .widget ul li a {
	font-size: 14px;
	color: #ffffff;
}

#top-footer .widget ul li a:before {
	font-size: 14px;
	color: #ffffff;
}

#top-footer .widget ul li:hover a {
	color: #30afb8;
}

#top-footer .widget ul li:hover a:before {
	color: #30afb8;
}

#top-footer .widget_tag_cloud .tagcloud a {
	border-color: #ffffff;
	color: #ffffff;
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}

#bottom-footer {
	padding: 20px 0;
	background-color: #28313d;
}

#bottom-footer .copyright {
	float: left;
}

#bottom-footer .copyright-text {
	color: #ffffff;
	font-size: 12px;
}

#bottom-footer .copyright-text a {
	color: #bcbaba;
}

#bottom-footer .copyright-text a:hover {
	color: #30afb8;
}

#bottom-footer .footer-menu {
	float: right;
	list-style: none;
	margin: 0;
}

#bottom-footer .social-menu {
	list-style: none;
	margin: 0;
}

#bottom-footer .copyright-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

#bottom-footer .menu-social-container {
	margin-left: 0;
}

#bottom-footer .footer-menu ul li {
	float: left;
}

#bottom-footer .footer-menu ul li:after {
	content: '|';
	padding: 0 5px;
	color: #ffffff;
}

#bottom-footer .footer-menu ul li:last-child:after {
	display: none;
}

#bottom-footer .footer-menu ul li a {
	color: #ffffff;
	font-size: 12px;
}

#bottom-footer .footer-menu ul li a:hover {
	color: #30afb8;
}

.footer-menu li {
	float: left;
	padding: 0 0 0 15px;
}

.footer-menu li a {
	color: #ffffff;
	font-size: 12px;
}

.footer-menu li a:hover {
	color: #30afb8;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.post {
	margin-bottom: 40px;
	display: inline-block;
}

.entry-meta .entry-date a .updated:not(.published) {
	display: none;
}

.entry-content-block #primary .entry-title {
	font-size: 20px;
	line-height: 24px;
}

.entry-title a:hover {
	color: #30afb8;
}

.entry-content,
.entry-summary {
	margin-top: 12px;
	color: #606060;
}

.entry-content .read-more-link,
.entry-summary .read-more-link {
	margin-bottom: 15px;
	display: block;
	color: #313b48;
}

.entry-content .read-more-link:hover,
.entry-summary .read-more-link:hover {
	color: #30afb8;
}

#primary .entry-footer span {
	color: #8e8e8e;
	font-size: 14px;
	margin-right: 15px;
}

#primary .entry-footer span .fa {
	margin-right: 5px;
}

#primary .entry-footer span a {
	color: #8e8e8e;
	font-size: 12px;
}

.navigation.posts-navigation {
	margin: 20px 0;
}

.entry-meta {
	font-size: 12px;
	margin-top: 12px;
	color: #8e8e8e;
}

.entry-meta .fa {
	padding-right: 5px;
}

.entry-meta a {
	font-size: 12px;
	color: #8e8e8e;
}

.entry-meta .entry-author,
.entry-meta .comments-link {
	margin-left: 15px;
}

.entry-meta span:first-child {
	margin-left: 0;
}

.post-type-archive-portfolio .entry-thumbnail {
	clear: both;
	margin-bottom: 40px;
}

.post-type-archive-portfolio .navigation.posts-navigation {
	width: 100%;
	clear: both;
}

#secondary {
	float: right;
	width: 32.22%;
}

#secondary .widget-title {
	font-size: 14px;
	position: relative;
	margin-bottom: 30px;
}

#secondary .widget-title:before, #secondary .widget-title:after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -10px;
	content: ' ';
	height: 1px;
	left: 0;
	margin-left: 0;
	position: absolute;
	width: 100%;
}

#secondary .widget-title:after {
	background: #30afb8;
	bottom: -11px;
	height: 3px;
	margin-left: 0;
	width: 30px;
}

#secondary .searchform input {
	border: none;
	border-bottom: 1px solid #666666;
	width: 70%;
}

#secondary .searchform .btn:hover {
	background: #30afb8 none repeat scroll 0 0;
}

#secondary .widget {
	margin-bottom: 30px;
}

#secondary .widget ul {
	margin: 0;
}

#secondary .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 12px;
}

#secondary .widget ul li a {
	font-size: 12px;
}

#secondary .widget ul li a:hover {
	color: #30afb8;
}

.widget_post_list .post-list-block {
	margin-bottom: 20px;
	display: inline-block;
}

.widget_post_list .entry-thumbnail {
	float: left;
	margin-right: 30px;
	width: 20%;
}

.widget_post_list .entry-content-block {
	overflow: hidden;
}

.widget_post_list .entry-content-block .entry-title {
	line-height: 13px;
	margin-bottom: 18px;
}

.widget_post_list .entry-content-block .entry-title a {
	font-size: 12px;
}

.widget_post_list .entry-content-block .entry-meta a {
	color: #8e8e8e;
	font-size: 12px;
}

.widget_post_list .post-list-block .entry-content-block .entry-meta .entry-author {
	margin-left: 15px;
}

.archive .entry-thumbnail,
.blog .entry-thumbnail {
	float: left;
	width: 33.7%;
	margin-right: 30px;
}

.archive .entry-content-block,
.blog .entry-content-block {
	width: 60%;
	float: right;
}

.archive .post:not(.post-thumbnail-displayed) .entry-content-block,
.blog .post:not(.post-thumbnail-displayed) .entry-content-block {
	width: 100%;
}

#primary .post .entry-content-block .entry-content {
	border: none;
}

.full-width-archive #primary .post {
	margin-bottom: 50px;
	width: 100%;
}

.full-width-archive #primary .post.has-post-thumbnail {
	margin-bottom: 0;
}

.full-width-archive #primary .post .entry-thumbnail {
	width: 100%;
	float: none;
	margin-right: 0;
}

.full-width-archive #primary .post .entry-thumbnail img {
	width: 100%;
}

.full-width-archive #primary .post .entry-content-block {
	overflow: unset;
	width: 94%;
	position: relative;
	top: 0;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #ffffff;
}

.full-width-archive #primary .post.has-post-thumbnail .entry-content-block {
	top: -45px;
}

.grid-view #primary .post {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 1%;
	vertical-align: top;
	width: 48%;
}

.grid-view #primary .post .entry-thumbnail {
	width: 100%;
}

.grid-view #primary .post .entry-content-block {
	position: unset;
	width: 100%;
}

.entry-content-block .entry-title {
	font-size: 18px;
}

.grid-view .entry-header {
	margin-top: 10px;
}

#secondary .widget_wpcom_social_media_icons_widget ul li a {
	font-size: 30px;
}

/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 400;
	font-size: 25px;
	padding: 5px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items,
.breadcrumb-trail.breadcrumbs #yoast-breadcrumbs {
	float: right;
	margin: 0;
	padding: 14px 0;
	list-style: none;
}

.breadcrumb-trail.breadcrumbs .trail-items li {
	float: left;
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
	display: none;
}

.breadcrumb-trail.breadcrumbs:before {
	clear: both;
	content: '';
	display: block;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items li span a {
	color: #a1a1a1;
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
	color: #a1a1a1;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pageheader-medium {
	padding: 30px 0;
}

.pageheader-big {
	padding: 90px 0;
}

/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.post {
	width: 100%;
}

.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover {
	color: #30afb8;
}

.post .entry-content-block .entry-footer span a:hover {
	color: #30afb8;
}

.single .entry-content-block {
	width: 100%;
}

.single .entry-content-block .entry-meta {
	margin-top: 0;
	margin-bottom: 20px;
}

.single .entry-content-block .entry-header {
	margin: 20px 0 5px;
}

.single .entry-content-block .entry-thumbnail {
	margin-top: 20px;
	width: 100%;
}

.single .entry-content-block .entry-thumbnail img {
	padding: 0;
}

.single .entry-content-block .entry-title {
	font-size: 20px;
}

.single .entry-content-block .entry-title .fa {
	padding-right: 5px;
}

.single .entry-content-block .entry-title a {
	font-size: 12px;
}

.single .entry-content-block .entry-content {
	border-bottom: 1px solid #c5c5c5;
}

.single .entry-content-block .entry-footer span {
	color: #8e8e8e;
	font-size: 14px;
	margin-right: 15px;
}

.single .entry-content-block .entry-footer span .fa {
	margin-right: 5px;
}

.single .entry-content-block .entry-footer span a {
	color: #8e8e8e;
	font-size: 12px;
}

.author-description {
	border-bottom: 1px solid #c5c5c5;
	display: block;
	padding: 0 0 30px;
}

.author-description .author-img {
	display: inline-block;
	width: 75px;
	float: left;
}

.author-description .author-description-block {
	width: calc(100% - 100px);
	float: right;
	display: inline-block;
}

.author-description .author-description-block .author-title {
	color: #313b48;
	font-weight: 700;
}

.author-description .author-description-block .author-summary {
	font-size: 12px;
}

.author-description .author-social-sites {
	list-style: none;
	margin: 10px 0 0;
}

.author-description .author-social-sites li {
	float: left;
	margin-right: 10px;
}

.author-description .author-social-sites li a {
	background-color: #333333;
	font-size: 12px;
	font-family: fontawesome;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #ffffff;
	display: block;
}

.author-description .author-social-sites li:hover a {
	background-color: #90c747;
}

.default-wp-page {
	margin: 0;
	padding: 30px 0;
	display: inline-block;
	border-bottom: 1px solid #c5c5c5;
}

.default-wp-page .previous {
	float: left;
	width: 46%;
}

.default-wp-page .previous a {
	display: inline-block;
}

.default-wp-page .previous a span {
	float: left;
}

.default-wp-page .previous a span:first-child {
	font-size: 30px;
	padding: 8px 0;
}

.default-wp-page .previous a span img {
	padding: 0 10px;
}

.default-wp-page .previous a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
}

.default-wp-page .previous .navigation-divider {
	display: inline-block;
	padding: 20px;
}

.default-wp-page .previous .next {
	float: right;
	width: 46%;
}

.default-wp-page .previous .next a {
	display: inline-block;
}

.default-wp-page .previous .next a span {
	float: right;
}

.default-wp-page .previous .next a span:first-child {
	font-size: 30px;
	padding: 8px 0;
}

.default-wp-page .previous .next a span img {
	padding: 0 10px;
}

.default-wp-page .previous .next a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
	text-align: right;
}

.related-posts-wrapper {
	margin-top: 30px;
}

.related-posts-wrapper .related-posts-main-title {
	margin-bottom: 20px;
}

.related-posts-wrapper .post-thumbnails {
	margin-bottom: 20px;
}

.related-posts-wrapper .entry-title {
	font-size: 18px;
}

.related-posts-wrapper .tg-column-3 {
	margin-bottom: 20px;
}

.related-posts-wrapper .tg-column-3:nth-child(4) {
	clear: both;
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/
.not-found .icon-404 .fa {
	font-size: 300px;
}

.content-404 {
	padding: 60px 0;
}

.not-found .page-header .page-title {
	font-size: 24px;
	line-height: 30px;
}

.not-found .page-content {
	margin: 30px 0;
}

.error404 #primary .widget {
	clear: both;
}

.searchform input {
	border: none;
	border-bottom: 1px solid #666666;
	width: 70%;
}

.searchform .btn:hover {
	background: #30afb8 none repeat scroll 0 0;
}

.search .hentry {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 20px;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	padding: 30px 0;
}

.comments-title {
	font-size: 25px;
	line-height: 30px;
}

.comment-list {
	margin: 0;
}

.comment-author {
	float: left;
	max-width: 100px;
}

.comment-author .says {
	display: none;
}

.comment-author img {
	margin-right: 30px;
	display: block;
	margin-bottom: 20px;
}

.comment-metadata {
	padding: 6px 0;
}

.comment-metadata a {
	color: #8e8e8e;
	font-size: 12px;
}

.comment-metadata .entry-author {
	margin-left: 15px;
}

.comment-content {
	overflow: hidden;
	font-weight: 500;
}

.comment-content p {
	margin: 0;
}

.comment-body .reply {
	margin-left: 100px;
	padding-top: 6px;
}

.comment-body .reply a {
	color: #8e8e8e;
	font-size: 12px;
	position: relative;
}

.comment-body .reply a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: ' ';
	width: 30px;
	border: 1px solid #c5c5c5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
}

.comment {
	border-bottom: 1px solid #c1c1c1;
	padding: 30px 0;
}

.comment .children {
	margin-left: 100px;
}

.comment .children .comment {
	padding: 0;
	border-bottom: none;
}

.comment .children .comment-body {
	border-bottom: 1px solid #c1c1c1;
	padding: 20px 0;
}

.comment .children .comment-body:last-child {
	border: none;
}

#respond {
	padding-bottom: 10px;
}

#respond #commentform .comment-form-comment #comment {
	background: #f9f9f9 none repeat scroll 0 0;
	resize: none;
}

#respond #commentform p {
	padding-bottom: 20px;
}

#respond #commentform p label {
	font-weight: 500;
}

#respond #commentform p input {
	background: #f9f9f9 none repeat scroll 0 0;
}

#respond #commentform .form-submit input {
	background: #30afb8;
	height: 45px;
	line-height: 30px;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
	padding: 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #30afb8;
	border-radius: 0;
	font-size: 14px;
	line-height: 40px;
	margin: 7px;
	min-height: 40px;
	padding: 0 20px;
	top: 0;
	left: 0;
	right: auto;
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #30afb8;
	color: #ffffff;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward {
	background-color: #30afb8;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding: 4px 17px;
	margin-top: 5px;
}

.added_to_cart.wc-forward:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward:after {
	content: '\f23d';
	color: #ffffff;
	font-family: fontawesome;
	padding-left: 8px;
}

.woocommerce-Price-amount.amount {
	color: #30afb8;
}

.woocommerce .star-rating span {
	color: #ffae65;
}

.widget_shopping_cart .buttons {
	text-align: center;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 5px 0;
	text-align: center;
}

.flash-cart-views .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 70px;
}

.woocommerce ul.products li.product .price del {
	margin-right: 5px;
	display: inline-block;
}

.woocommerce nav.woocommerce-pagination {
	text-align: left;
}

.add_to_wishlist,
.yith-wcwl-wishlistexistsbrowse a,
.woocommerce a.add_to_wishlist.button.alt {
	background-color: #30afb8;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border-radius: 3px;
}

.add_to_wishlist:hover,
.yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce a.add_to_wishlist.button.alt:hover {
	color: #ffffff;
	background: #1c9ba4;
}

.woocommerce a.add_to_wishlist.button.alt {
	margin-left: 10px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	float: left;
}

.yith-wcwl-add-to-wishlist {
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-left: 10px;
}

.product_meta {
	clear: both;
}

.woocommerce .quantity .qty {
	height: 33px;
	margin-right: 10px;
	width: 50px;
}

.yith-wcwl-wishlistexistsbrowse a:hover {
	background-color: #1c9ba4;
}

.feedback {
	display: block;
}

/*--------------------------------------------------------------
Fullpage
--------------------------------------------------------------*/
.fullpage-wrapper .fullpage-inner-wrapper .panel-grid,
.fullpage-wrapper .fullpage-inner-wrapper .panel-row-style {
	height: 100%;
}

.fullpage-wrapper .fullpage-inner-wrapper .panel-row-style {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce-breadcrumb {
	float: right;
	margin: 0;
	padding: 14px 0;
}

.woocommerce-breadcrumb span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.woocommerce-breadcrumb span:before {
	color: #a1a1a1;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce-breadcrumb span:first-of-type:before {
	content: none;
}

/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/
#site-navigation {
	float: right;
}

#site-navigation .menu-toggle {
	display: none;
}

#site-navigation ul {
	margin: 0;
	list-style: none;
}

#site-navigation ul li {
	float: left;
	padding: 23px 30px 23px 0;
	position: relative;
}

#site-navigation ul li a {
	font-size: 14px;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	color: #30afb8;
}

#site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li:hover > ul.children {
	-webkit-transform: translateX(0) translateY(20px);
	-ms-transform: translateX(0) translateY(20px);
	transform: translateX(0) translateY(20px);
	opacity: 1;
	visibility: visible;
}

#site-navigation ul li:last-child {
	padding-right: 0;
}

#site-navigation ul li ul.sub-menu,
#site-navigation ul li ul.children {
	background-color: #fff;
	width: 200px;
	position: absolute;
	-webkit-transform: translateX(50%) translateY(-15px);
	-ms-transform: translateX(50%) translateY(-15px);
	transform: translateX(50%) translateY(-15px);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle,
#site-navigation ul li ul.children li.menu-item-has-children .sub-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu,
#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu {
	left: 100%;
}

@media screen and (min-width: 980px) {
	#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu.sub-menu--left,
	#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu.sub-menu--left {
		left: auto;
		right: 100%;
		-webkit-transform: translateX(0) translateY(-30px);
		-ms-transform: translateX(0) translateY(-30px);
		transform: translateX(0) translateY(-30px);
	}
}

#site-navigation ul li ul.sub-menu > li,
#site-navigation ul li ul.children > li {
	padding: 10px;
	text-align: left;
	width: 100%;
}

#site-navigation ul li ul.sub-menu > li:hover > ul.sub-menu,
#site-navigation ul li ul.sub-menu > li:hover > ul.children,
#site-navigation ul li ul.children > li:hover > ul.sub-menu,
#site-navigation ul li ul.children > li:hover > ul.children {
	-webkit-transform: translateX(0) translateY(-30px);
	-ms-transform: translateX(0) translateY(-30px);
	transform: translateX(0) translateY(-30px);
}

#site-navigation ul li.focus > ul.sub-menu {
	-webkit-transform: translateX(0) translateY(20px);
	-ms-transform: translateX(0) translateY(20px);
	transform: translateX(0) translateY(20px);
	opacity: 1;
	visibility: visible;
}

#site-navigation.submenu-shadow ul.sub-menu,
#site-navigation.submenu-shadow ul.children {
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 980px) {
	#site-navigation.submenu-shadow ul.sub-menu.sub-menu--left,
	#site-navigation.submenu-shadow ul.children.sub-menu--left {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		right: 100%;
	}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	height: auto;
}

.transparent.header-sticky #masthead-sticky-wrapper.is-sticky #site-navigation ul li.current-flash-item a, #site-navigation ul li.current-flash-item a {
	color: #30AFB8;
}

#site-navigation ul li.menu-item-has-children .sub-toggle .fa {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.animate-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
Overlay CSS
--------------------------------------------------------------*/
.panel-row-style {
	position: relative;
}

.overlay-row {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*--------------------------------------------------------------
Slider section CSS
--------------------------------------------------------------*/
.tg-slider-widget {
	cursor: pointer;
}

.tg-slider-widget .btn-wrapper a {
	margin-left: 20px;
}

.tg-slider-widget .btn-wrapper a:first-child {
	margin-left: 0;
}

.tg-slider-widget.full-screen .swiper-container {
	height: 100vh;
}

.tg-slider-widget.full-screen .swiper-container .slider-image {
	background-size: cover;
	background-position: center center;
}

.tg-slider-widget.full-screen .swiper-container .slider-image img {
	visibility: hidden;
}

.tg-slider-widget.slider-control-bottom-right .slider-arrow {
	bottom: 28px;
	right: 100px;
	position: absolute;
	width: 105px;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next,
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next {
	right: 0;
	display: inline-block;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	left: 0;
	display: inline-block;
	float: left;
}

.tg-slider-widget {
	position: relative;
}

.tg-slider-widget .swiper-wrapper .slider-content .slider-text-background {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0 auto 30px;
	width: 60%;
}

.tg-slider-widget .swiper-wrapper .slider-content .slider-text-background .caption-title {
	color: #fff;
	font-size: 36px;
}

.tg-slider-widget .swiper-wrapper .slider-content .slider-text-background .caption-desc {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

.slider-content-left .swiper-wrapper .slider-content .slider-text-background {
	margin-left: 0;
}

.full-screen.tg-slider-widget .swiper-slide {
	width: 100% !important;
}

.full-screen.tg-slider-widget .slider-image img {
	height: 100%;
	max-width: none;
}

.scroll-to-row {
	bottom: 30px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.scroll-to-row #scrolldown {
	border: 2px solid #fff;
	border-radius: 50px;
	display: inline-block;
	font: 0px/0px a;
	height: 50px;
	padding: 2px;
	width: 30px;
	position: relative;
}

.scroll-to-row #scrolldown::before {
	background-color: #fff;
	border-radius: 50%;
	content: ' ';
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	display: inline-block;
	height: 7px;
	left: 40%;
	position: absolute;
	top: 50%;
	width: 7px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	border: 1px solid #ffffff;
	height: 15px;
	width: 15px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
}

.swiper-pagination-progressbar {
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #58bd55;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.pg-custom .swiper-pagination-bullet {
	background: #ffffff;
	height: 25px;
	width: 25px;
	opacity: 1;
	padding-top: 2px;
}

.pg-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #58bd55;
	border-color: #58bd55;
	color: #ffffff;
}

.tg-slider-widget .swiper-container-horizontal .tg-slider-pager {
	bottom: 75px;
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	white-space: nowrap;
}

.tg-slider-widget .swiper-container-horizontal .tg-slider-pager.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.tg-slider-widget .swiper-container-horizontal .swiper-pagination-progressbar {
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
}

.tg-slider-widget .swiper-container-horizontal .swiper-pagination-fraction {
	background: #fff;
	width: 50px;
	padding: 7px;
	border-radius: 3px;
}

.tg-slider-widget.slider-control-bottom-right .swiper-container-horizontal .tg-slider-pager {
	bottom: 15px;
	left: 100px;
	margin-left: 0;
	text-align: left;
}

.tg-slider-widget.slider-control-bottom-right .swiper-container-horizontal .tg-slider-pager.swiper-pagination-progressbar {
	bottom: 0;
	left: 0;
}

.tg-slider-widget.slider-control-bottom-right .swiper-container-horizontal .tg-slider-pager.swiper-pagination-fraction {
	text-align: center;
}

.tg-slider-widget.slider-control-bottom-right .swiper-container-horizontal .tg-slider-pager.pg-custom .swiper-pagination-bullet {
	text-align: center;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
service section style
--------------------------------------------------------------*/
.service-wrapper {
	display: inline-block;
}

.tg-service-widget.tg-service-layout-3 .service-image-wrap {
	border-radius: 100%;
	float: left;
	height: 80px;
	overflow: hidden;
	width: 80px;
}

.tg-service-widget.tg-service-layout-3 .service-image-wrap img {
	height: 100%;
	width: 100%;
}

.tg-service-widget.tg-service-layout-3 .service-icon-wrap {
	border-radius: 50%;
	height: 80px;
	line-height: 80px;
	width: 80px;
}

.tg-service-widget.tg-service-layout-3 .service-icon-wrap::after {
	display: none;
}

.tg-service-widget.tg-service-layout-3 .service-title-description-wrapper {
	float: right;
	width: calc(100% - 100px);
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 0;
}

.tg-service-widget.tg-service-layout-4 {
	background-color: #f8f8f8;
}

.tg-service-widget.tg-service-layout-4 .service-wrapper {
	text-align: center;
	padding: 20px;
}

.tg-service-widget.tg-service-layout-4 .service-icon-wrap {
	float: none;
	margin: 0 auto;
	background: none;
	color: #30afb8;
	font-size: 50px;
}

.tg-service-widget.tg-service-layout-4 .service-icon-wrap::after {
	display: none;
}

.tg-service-widget.tg-service-layout-4 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-4 .service-content-wrap {
	color: #777777;
	margin: 10px 0 10px;
}

.tg-service-widget.tg-service-layout-5 {
	position: relative;
	background-color: #f8f8f8;
	margin-top: 50px;
}

.tg-service-widget.tg-service-layout-5 .service-wrapper {
	text-align: center;
	padding: 40px 20px 20px;
}

.tg-service-widget.tg-service-layout-5 .service-image-wrap {
	background-color: #fff;
	border-radius: 50%;
	height: 100px;
	left: 50%;
	padding: 10px;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
}

.tg-service-widget.tg-service-layout-5 .service-image-wrap img {
	border-radius: 50%;
	height: 100%;
	width: auto;
}

.tg-service-widget.tg-service-layout-5 .service-icon-wrap {
	float: none;
	margin: 0 auto;
	background: #fff;
	color: #30afb8;
	font-size: 32px;
	position: absolute;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 100px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-service-widget.tg-service-layout-5 .service-icon-wrap::after {
	display: none;
}

.tg-service-widget.tg-service-layout-5 .service-icon-wrap .fa {
	background-color: #30AFB8;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-service-widget.tg-service-layout-5 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-5 .service-content-wrap {
	color: #777777;
	margin: 10px 0 10px;
}

/*--------------------------------------------------------------
Animated counter style
--------------------------------------------------------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-3 .fun-facts-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin: 0 20px 0 0;
}

.tg-fun-facts-widget.tg-fun-facts-layout-3 .counter-wrapper {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tg-fun-facts-widget.tg-fun-facts-layout-3 .fun-facts-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tg-fun-facts-widget.tg-fun-facts-layout-4 .fun-facts-icon-wrap {
	display: none;
}

.tg-fun-facts-widget.tg-fun-facts-layout-4 .counter-wrapper {
	margin: 0;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 {
	border: 5px solid #313b48;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5:hover {
	border-color: #30AFB8;
	background-color: #30AFB8;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .fun-facts-icon-wrap .fa {
	color: #fff;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .counter-wrapper .counter {
	color: #fff;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .counter-wrapper .fa {
	color: #fff;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5:hover .fun-facts-title-wrap {
	color: #fff;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-title-wrap {
	color: #4c5867;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-wrap .fa {
	color: #4c5867;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper .counter {
	color: #4c5867;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper .fa {
	color: #4c5867;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-number-wrapper {
	display: inline-block;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-wrapper {
	padding: 50px 20px;
	text-align: center;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .fun-facts-icon-wrap {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 32px;
	line-height: 32px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-5 .counter-wrapper {
	display: inline-block;
	margin: 0;
	font-size: 32px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 {
	display: inline-block;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-icon-wrap {
	display: none;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .counter-wrapper {
	margin-bottom: 0;
	display: inline-block;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-title-wrap {
	display: inline-block;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-icon-number-wrapper {
	display: block;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper {
	background-color: #30AFB8;
	display: inline-block;
	padding: 30px 0 30px 30px;
	position: relative;
	min-width: 200px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper::before {
	background-color: #30AFB8;
	bottom: 0;
	content: " ";
	height: 77%;
	left: 100%;
	position: absolute;
	width: 30px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-6 .fun-facts-wrapper::after {
	border-bottom: 30px solid #30AFB8;
	border-right: 30px solid transparent;
	content: " ";
	left: 100%;
	position: absolute;
	top: 0;
}

/*--------------------------------------------------------------
Team section pro style
--------------------------------------------------------------*/
.tg-team-widget.tg-team-layout-4:hover .team-img::before {
	visibility: visible;
	opacity: 1;
}

.tg-team-widget.tg-team-layout-4:hover .team-img::after {
	visibility: visible;
	opacity: 1;
}

.tg-team-widget.tg-team-layout-4 .team-content-wrapper {
	text-align: left;
	padding: 20px 30px;
	background-color: #fff;
	border-bottom: 3px solid #30AFB8;
	position: relative;
}

.tg-team-widget.tg-team-layout-4 .team-content-wrapper .team-title {
	padding-right: 100px;
}

.tg-team-widget.tg-team-layout-4 .team-social {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	left: auto;
	margin-left: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
}

.tg-team-widget.tg-team-layout-4 .team-social a {
	color: #989898;
}

.tg-team-widget.tg-team-layout-4 .team-content {
	display: none;
}

.tg-team-widget.tg-team-layout-4 .team-designation::after {
	display: none;
}

.tg-team-widget.tg-team-layout-4 .team-social a:first-child {
	margin: 0 8px 0 0;
}

.tg-team-widget.tg-team-layout-4 .team-img {
	position: relative;
}

.tg-team-widget.tg-team-layout-4 .team-img::before {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: " ";
	background-color: rgba(48, 175, 184, 0.6);
	width: 90%;
	height: 90%;
	opacity: 0;
	visibility: hidden;
}

.tg-team-widget.tg-team-layout-4 .team-img::after {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-team-widget.tg-team-layout-5:hover .team-content-wrapper {
	visibility: visible;
	opacity: 1;
}

.tg-team-widget.tg-team-layout-5 .team-title {
	color: #fff;
}

.tg-team-widget.tg-team-layout-5 .team-wrapper {
	position: relative;
}

.tg-team-widget.tg-team-layout-5 .team-wrapper .team-content-wrapper .team-content {
	color: #fff;
}

.tg-team-widget.tg-team-layout-5 .team-social {
	left: auto;
	margin-left: 0;
	padding: 0;
	position: static;
	right: auto;
	width: 100px;
	display: inline-block;
}

.tg-team-widget.tg-team-layout-5 .team-content-wrapper {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	padding: 30px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.tg-team-widget.tg-team-layout-5 .team-content-wrapper .team-desc-wrapper {
	left: 0;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-team-widget.tg-team-layout-5 .team-designation {
	color: #30AFB8;
}

.tg-team-widget.tg-team-layout-5 .team-designation::after {
	display: none;
}

.tg-team-widget.tg-team-layout-5 .team-content {
	margin: 10px 0;
}

.tg-team-widget.tg-team-layout-5 .team-social {
	background: none;
}

.tg-team-widget.tg-team-layout-5 .team-social a {
	color: #30AFB8;
}

.tg-team-widget.tg-team-layout-5 .team-social a:first-child {
	margin: 0 8px 0 0;
}

/*--------------------------------------------------------------
Blog section pro style
--------------------------------------------------------------*/
.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget {
	text-align: center;
	background-color: #fafafa;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget:hover .entry-meta .entry-date .fa {
	color: #fff;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-blog-widget:hover .entry-summary {
	color: #606060;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-author:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-author:hover .fa {
	color: #30AFB8;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-title {
	font-size: 18px;
	line-height: 24px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-date {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #30AFB8;
	color: #fff;
	padding: 2px 5px;
	margin-top: -15px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .entry-date a {
	color: #fff;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-3 .blog-content {
	position: relative;
	padding: 30px 20px 0;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta .fa {
	color: #919191;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta a {
	color: #919191;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-meta .entry-date .fa {
	color: #fff;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-blog-widget:hover .entry-summary {
	color: #606060;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .blog-content {
	background-color: none;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container {
	border-top: 1px solid #e3e3e3;
	margin-top: 30px;
	padding-top: 10px;
	position: relative;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span a {
	color: #919191;
	font-size: 12px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container span:hover .fa {
	color: #30AFB8;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container:before {
	background-color: #30AFB8;
	content: " ";
	height: 1px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 0;
	width: 50px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .fa {
	margin-right: 5px;
	color: #919191;
	font-size: 12px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more {
	display: inline-block;
	float: right;
	font-size: 12px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more a {
	color: #30AFB8;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-4 .read-more-container .read-more a:hover {
	color: #2299a1;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget {
	position: relative;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget:hover .entry-date a {
	color: #fff;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-blog-widget:hover .entry-summary {
	color: #606060;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .blog-content {
	left: 70px;
	padding: 20px;
	position: relative;
	width: calc(100% - 75px);
	background-color: #f9f9f9;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .blog-content p {
	margin: 0;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-title {
	font-size: 18px;
	line-height: 24px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-author:hover a, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-author:hover .fa {
	color: #30AFB8;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date {
	background-color: #30AFB8;
	left: -70px;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date .fa {
	display: none;
}

.blog-section .blog-wrapper.tg-blog-widget-layout-5 .entry-date a {
	font-size: 18px;
	color: #fff;
}

/*--------------------------------------------------------------
testimonial section pro style
--------------------------------------------------------------*/
.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-icon {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-content-wrapper {
	background: none;
	padding: 0;
	text-align: center;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .testimonial-img {
	float: none;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .testimonial-img img {
	border-radius: 50%;
	border: 3px solid #32b3d3;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .client-detail-block {
	margin: 20px 0 0;
	display: block;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testimonial-client-detail .client-detail-block .testimonial-title {
	color: #32b3d3;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-container .testominial-content-wrapper::before {
	display: none;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-slide {
	background: #f6f6f6;
	padding: 20px;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-2 .testimonial-client-detail {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail {
	text-align: center;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .client-detail-block .testimonial-title {
	color: #30AFB8;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-img {
	float: none;
	border: 2px solid #3cb6d5;
	border-radius: 50%;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-img img {
	border-radius: 50%;
	border: 4px solid #fff;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper {
	background-color: rgba(0, 0, 0, 0);
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-icon {
	width: 20px;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-content {
	margin-left: 0;
	width: calc(100% - 40px);
}

.tg-testimonial-widget.tg-testimonial-widget-layout-3 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper::before {
	display: none;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail {
	text-align: center;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-img {
	display: none;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper {
	background: none;
	padding: 0;
	text-align: center;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper::before {
	display: none;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-icon {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	font-size: 23px;
	height: 70px;
	line-height: 70px;
	width: 70px;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .testimonial-client-detail .testimonial-content-wrapper .testimonial-content {
	width: 100%;
	margin: 30px 0;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .client-detail-block .testimonial-title {
	position: relative;
}

.tg-testimonial-widget.tg-testimonial-widget-layout-4 .testimonial-container .client-detail-block .testimonial-title::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -20px;
}

/*--------------------------------------------------------------
Header section pro style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-top {
	background-color: #f1f5f8;
}

.header-top .tg-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top .tg-container .right-content p,
.header-top .tg-container .left-content p {
	margin: 0;
}

.header-top .contact-info {
	line-height: 30px;
	margin: 0;
	list-style: none;
}

.header-top .right-content {
	margin-left: auto;
}

.header-top .left-content {
	margin-right: auto;
}

.header-top .wpml-button,
.header-top .right-content,
.header-top .left-content {
	width: auto;
}

.header-top .contact-info li {
	float: left;
	font-size: 12px;
	color: #384554;
	margin-right: 30px;
	padding: 5px 0;
}

.header-top .contact-info li:last-child {
	margin-right: 0;
}

.header-top .social-menu {
	line-height: 30px;
	margin: 0;
	list-style: none;
}

.wpml-button-left {
	margin-right: 10px;
}

.wpml-button-right {
	margin-left: 10px;
}

#lang_sel {
	height: 33px;
}

.header-top #lang_sel a, .header-top #lang_sel ul ul a {
	border: medium none;
	padding: 8px 0 8px 10px;
	font-size: 14px;
}

.social-menu li {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	padding: 5px 0;
}

.header-top .social-menu li:first-child {
	margin-left: 0;
}

#lang_sel img.iclflag {
	padding: 0;
	top: 0;
}

/*.header-top #lang_sel a,.header-top #lang_sel a span, #lang_sel a.lang_sel_sel{
	color: #fff;
}*/
.header-top #lang_sel li ul a {
	color: #fff;
}

.header-top #lang_sel li ul a:visited, .header-top #lang_sel li ul a:hover {
	color: #fff;
}

.header-top #lang_sel a {
	color: #fff;
}

.header-top #lang_sel a.lang_sel_sel, .header-top #lang_sel a:hover {
	color: #fff;
}

.header-top #lang_sel a.lang_sel_sel {
	background-color: #30afb8;
}

.header-top #lang_sel a.lang_sel_sel:hover {
	color: #fff;
	background-color: #2fadb6;
}

.header-top #lang_sel a.lang_sel_sel:visited {
	background-color: #30afb8;
}

.header-top #lang_sel li ul a {
	background-color: #30afb8;
}

.header-top #lang_sel li ul a:link, .header-top #lang_sel li ul a:visited {
	background-color: #30afb8;
}

#lang_sel ul ul {
	top: 100%;
}

.contact-info span {
	font-size: 16px;
	padding-right: 10px;
	color: #99a3b0;
}

.header-bottom .tg-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bottom .site-navigation-wrapper {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
}

.header-bottom .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*-----------------Social menu-----------------*/
.social-menu li a {
	background-color: #fff;
	border-radius: 100%;
	font-size: 12px;
	font-family: fontawesome;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #99a3b0;
	display: block;
}

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	height: auto;
	width: auto;
}

.social-menu li a[href*='facebook.com']::before {
	content: '\f09a';
}

.social-menu li a[href*='linkedin.com']::before {
	content: '\f0e1';
}

.social-menu li a[href*='twitter.com']::before {
	content: '\f099';
}

.social-menu li a[href*='plus.google.com']::before {
	content: '\f0d5';
}

.social-menu li a[href*='youtube.com']::before {
	content: '\f16a ';
}

.social-menu li a[href*='pinterest.com']::before {
	content: '\f0d2';
}

.social-menu li a[href*='flickr.com']::before {
	content: '\f16e';
}

.social-menu li a:hover {
	color: #333333;
}

.transparent .social-menu li a {
	color: #fff;
}

.transparent .social-menu li a:hover {
	color: #99a3b0;
}

.transparent .is-sticky .social-menu li a {
	color: #333333;
}

/*-----------------Logo-----------------*/
.logo {
	padding: 0;
}

.logo .logo-image {
	float: left;
	padding: 20px 0;
}

.logo .logo-image a img {
	padding: 0;
}

.logo .logo-text {
	float: left;
	margin-left: 12px;
	padding: 11px 0;
}

.logo .logo-text p {
	margin: 0;
}

.logo-text .site-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
}

.logo-text .site-title span {
	font-weight: 700;
}

.header-top .tg-column-wrapper {
	margin-left: 0;
}

.header-top .left-content {
	text-align: left;
}

.header-top .right-content {
	text-align: right;
}

.site-header .tg-image-widget a img {
	padding: 0;
}

.header-sticky.header-top-bar-non-sticky .is-sticky .header-bottom {
	z-index: 999 !important;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom {
	background-color: #fff;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon {
	color: #99a3b0;
	border-color: #99a3b0;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .search-wrap .search-icon:hover {
	color: #30afb8;
	border-color: #30afb8;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .header-bottom .cart-wrap .flash-cart-views a {
	color: #99a3b0;
	border-color: #99a3b0;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky #site-navigation ul li a {
	color: #4c5867;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text a {
	color: #4c5867;
}

body.transparent.header-top-bar-non-sticky #masthead .is-sticky .logo .logo-text .site-description {
	color: #4c5867;
}

.header-bottom .header-text-beside-logo {
	float: right;
}

.header-bottom .contact-info {
	margin: 0;
	padding: 20px 0;
}

.header-bottom .contact-info li {
	display: table-cell;
	padding: 0 12px;
}

.header-bottom .contact-info span {
	background-color: #30afb8;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-right: 15px;
	padding: 0;
	text-align: center;
	width: 45px;
}

.left-logo-below-menu .header-bottom .tg-container,
.center-logo-below-menu .header-bottom .tg-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.left-logo-below-menu .header-bottom #site-navigation,
.center-logo-below-menu .header-bottom #site-navigation {
	float: left;
}

.left-logo-below-menu .header-bottom .logo-header-components-wrapper,
.left-logo-below-menu .header-bottom .site-navigation-wrapper,
.center-logo-below-menu .header-bottom .logo-header-components-wrapper,
.center-logo-below-menu .header-bottom .site-navigation-wrapper {
	width: 100%;
}

.left-logo-below-menu .menu-social-container,
.center-logo-below-menu .menu-social-container {
	float: right;
}

.left-logo-below-menu .menu-social-container .social-menu,
.center-logo-below-menu .menu-social-container .social-menu {
	float: right;
	margin: 0;
}

.left-logo-below-menu .header-bottom .header-action-container,
.center-logo-below-menu .header-bottom .header-action-container {
	display: none;
}

.left-logo-below-menu .header-bottom .site-navigation-container,
.center-logo-below-menu .header-bottom .site-navigation-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.left-logo-below-menu .header-bottom .site-navigation-container .header-action-container,
.center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.left-logo-below-menu .is-sticky .logo-header-components-wrapper,
.center-logo-below-menu .is-sticky .logo-header-components-wrapper {
	display: inline-block;
	float: left;
}

.left-logo-below-menu .is-sticky .site-navigation-wrapper,
.center-logo-below-menu .is-sticky .site-navigation-wrapper {
	display: inline-block;
	float: right;
}

.left-logo-below-menu .is-sticky .site-navigation-container,
.left-logo-below-menu .is-sticky .logo-header-component-container,
.center-logo-below-menu .is-sticky .site-navigation-container,
.center-logo-below-menu .is-sticky .logo-header-component-container {
	width: auto;
	display: inline-block;
}

.center-logo-below-menu .logo-header-component-container {
	text-align: center;
}

.center-logo-below-menu .logo {
	float: none;
}

.left-logo-right-menu .header-bottom .header-text-beside-logo {
	display: table-cell;
	float: none;
}

.left-logo-right-menu .header-bottom .widget-area {
	display: table-cell;
}

.left-logo-right-menu .header-bottom .header-action-container {
	margin-left: auto;
}

.widget-area {
	display: inline-block;
	float: right;
}

.transparent .header-text-beside-logo a,
.transparent .header-text-beside-logo {
	color: #fff;
}

.transparent .is-sticky .header-text-beside-logo a,
.transparent .is-sticky .header-text-beside-logo {
	color: #404040;
}

.colored-social-menu .header-top .social-menu li a[href*='facebook.com'] {
	color: #303792;
}

.colored-social-menu .header-top .social-menu li a[href*='twitter.com'] {
	color: #68beef;
}

.colored-social-menu .header-top .social-menu li a[href*='plus.google.com'] {
	color: #c5463f;
}

.colored-social-menu .header-top .social-menu li a[href*='linkedin.com'] {
	color: #1d73bc;
}

.colored-social-menu .header-top .social-menu li a[href*='tumblr.com'] {
	color: #36465d;
}

.colored-social-menu .header-top .social-menu li a[href*='instagram.com'] {
	color: #012840;
}

.colored-social-menu .header-top .social-menu li a[href*='youtube.com'] {
	color: #c4302b;
}

.colored-social-menu .header-top .social-menu li a[href*='pinterest.com'] {
	color: #bc0618;
}

.colored-social-menu .header-top .social-menu li a[href*='flickr.com'] {
	color: #0063db;
}

.social-menu li a[href*='instagram.com']::before {
	content: '\f16d';
}

.social-menu li a[href*='vimeo.com']::before {
	content: '\f27d';
}

.social-menu li a[href*='tumblr.com']::before {
	content: '\f173';
}

.square-social-menu .header-top .social-menu li a {
	border-radius: 0;
}

.no-background-social-menu .header-top .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
}

.wp-custom-header-video-play {
	font: 0px/0px a;
}

.wp-custom-header-video-play::before {
	content: '\f04c';
	font-size: 30px;
	color: #fff;
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wp-custom-header-video-pause {
	font: 0px/0px a;
}

.wp-custom-header-video-pause::before {
	content: '\f04b';
	font-size: 30px;
	color: #fff;
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wp-custom-header-video-button {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	opacity: 0.6;
	visibility: visible;
}

.header-video-active .wp-custom-header {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.header-video-active .wp-custom-header iframe,
.header-video-active .wp-custom-header object,
.header-video-active .wp-custom-header embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-bottom {
	background: #fff;
}

.header-bottom .search-wrap {
	padding: 20px 0 20px 30px;
	position: relative;
}

/*-----------------Header Search and Cart-----------------*/
.transparent.header-sticky .search-icon:hover, .transparent .search-icon:hover {
	border-color: #30afb8;
	color: #30afb8;
}

.header-bottom .search-icon {
	border: 1px solid #9ca6b2;
	border-radius: 100%;
	color: #99a3b0;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	width: 30px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: right;
}

.header-bottom .search-icon:hover {
	border-color: #30afb8;
	color: #30afb8;
}

.header-bottom .search-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 300px;
	top: 100%;
	right: -10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-box.active {
	opacity: 1;
	visibility: visible;
	right: 0;
	z-index: 9;
}

.header-bottom .search-box .search-field {
	width: 80%;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
}

.header-bottom .search-box .btn {
	background: #30afb8;
}

.header-bottom .search-box .btn:hover {
	background: #2299a1;
}

.search-submit .fa {
	color: #fff;
}

.header-bottom .cart-wrap, .header-bottom .wishlist-wrap {
	float: right;
	padding: 20px 0 20px 30px;
	position: relative;
}

.header-bottom .flash-cart-views, .header-bottom .wishlist {
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #9ca6b2;
	border-radius: 100%;
	text-align: center;
}

.header-bottom .flash-cart-views a, .header-bottom .wishlist a {
	color: #99a3b0;
	position: relative;
}

.header-bottom .flash-cart-views a span, .header-bottom .wishlist a span {
	background-color: #30afb8;
	border-radius: 100%;
	font-size: 12px;
	left: 17px;
	position: absolute;
	top: -10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.header-bottom .widget_shopping_cart {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -10px;
	min-width: 250px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 99;
}

.header-bottom .widget_shopping_cart ul {
	margin: 0;
}

.header-bottom .widget_shopping_cart ul li {
	text-align: center;
}

.header-bottom .cart-wrap:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.boxed {
	width: 1200px;
	margin: 0 auto;
}

.boxed .site {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	margin: 30px 0;
	position: relative;
}

.boxed .tg-container {
	width: 100%;
	padding: 0 30px;
}

@media (max-width: 980px) {
	.boxed .tg-container {
		width: 98%;
	}
}

.transparent #masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.transparent .header-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.transparent .contact-info span, .transparent .contact-info li {
	color: #fff;
}

.transparent .header-bottom {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent .logo-text {
	color: #fff;
}

.transparent .logo-text a {
	color: #fff;
}

.transparent #site-navigation .menu-toggle .fa, .transparent #site-navigation ul li .sub-toggle {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul li:hover > a {
	color: #30afb8;
}

.transparent .is-sticky #site-navigation ul li .sub-toggle {
	color: #333333;
}

.transparent #site-navigation ul.sub-menu li {
	padding: 0;
}

.transparent #site-navigation ul li a {
	color: #fff;
	display: inline-block;
}

.transparent #site-navigation ul li:hover .sub-toggle {
	color: #30afb8;
}

.transparent #site-navigation ul li:hover a {
	color: #30afb8;
	position: relative;
	visibility: none;
}

.transparent #site-navigation ul.sub-menu li a {
	color: #4c5867;
	padding: 10px 30px;
}

.transparent #site-navigation ul.sub-menu li a::before {
	display: none;
}

.transparent #site-navigation ul.sub-menu li:hover a {
	color: #30afb8;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
	color: #30afb8;
}

.transparent .wishlist,
.transparent .flash-cart-views {
	border-color: #fff;
}

.transparent .wishlist a,
.transparent .flash-cart-views a {
	color: #fff;
}

.transparent .search-icon {
	color: #fff;
	border-color: #fff;
}

.right-logo-left-menu .header-bottom .tg-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.right-logo-left-menu .header-bottom #site-navigation,
.right-logo-left-menu .header-bottom #mega-menu-wrap-primary {
	float: left;
}

.right-logo-left-menu .header-bottom .header-action-container {
	margin-right: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap,
.right-logo-left-menu .header-bottom .header-action-container .wishlist-wrap {
	padding-left: 0;
	padding-right: 30px;
}

.right-logo-left-menu .header-bottom .search-box {
	left: -10px;
}

.right-logo-left-menu .header-bottom .search-box.active {
	right: auto;
	left: 0;
}

.right-logo-left-menu .header-bottom .widget_shopping_cart {
	left: 0;
}

.center-logo-below-menu .logo .logo-text,
.center-logo-below-menu .logo .logo-image {
	float: none;
}

.center-logo-below-menu #site-navigation {
	float: left;
}

.center-logo-below-menu .header-bottom .tg-container {
	text-align: center;
}

.center-logo-below-menu .header-bottom .header-action-container {
	display: none;
}

.center-logo-below-menu .header-bottom .site-navigation-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.center-logo-below-menu .header-bottom .site-navigation-container .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.center-logo-center-menu .header-bottom .tg-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.center-logo-center-menu .header-bottom .center-menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.center-logo-center-menu .header-bottom .center-menu-wrapper .site-navigation-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.center-logo-center-menu .header-bottom .center-menu-wrapper .main-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.center-logo-center-menu .header-bottom .center-menu-wrapper .main-navigation ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.center-logo-center-menu .logo {
	text-align: center;
}

.center-logo-center-menu .logo .logo-image,
.center-logo-center-menu .logo .logo-text {
	float: none;
	text-align: center;
	float: none;
}

.center-logo-center-menu .is-sticky .logo {
	float: left;
	width: auto;
}

.center-logo-center-menu .is-sticky #site-navigation {
	float: right;
}

.center-logo-center-menu .site-navigation-container {
	text-align: center;
}

.center-logo-center-menu #site-navigation {
	display: inline-block;
	float: none;
}

.center-logo-menu-side .split-menu-logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.center-logo-menu-side .split_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.center-logo-menu-side #site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.center-logo-menu-side #site-navigation .menu-toggle {
	margin-left: 0;
	margin-right: 20px;
}

.center-logo-menu-side #site-navigation .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.center-logo-menu-side #site-navigation .header-action-container > div:first-child {
	padding: 20px 0 20px 10px;
}

.center-logo-menu-side #site-navigation.split-mobile-menu {
	display: none;
}

.center-logo-menu-side .header-action-container {
	display: none;
}

@media (min-width: 980px) {
	.right-logo-left-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link,
	.center-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link,
	.left-logo-below-menu .header-bottom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
		padding-left: 0;
	}

	.center-logo-menu-side .header-bottom #mega-menu-wrap-split_left #mega-menu-split_left > li.mega-menu-item:first-child > a.mega-menu-link {
		padding-left: 0;
	}

	.center-logo-menu-side .header-bottom #mega-menu-wrap-split_right #mega-menu-split_right > li.mega-menu-item:first-child > a.mega-menu-link {
		padding-left: 0;
	}
}

.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.header-sticky .is-sticky .header-top {
	background: #f1f5f8;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-sticky .is-sticky .header-bottom {
	background: #fff;
	border: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.transparent.header-sticky #masthead-sticky-wrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.transparent.header-sticky #masthead {
	left: auto;
}

.transparent.header-sticky .header-top {
	display: none;
}

.transparent.header-sticky .header-bottom {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent.header-sticky #site-navigation .menu-toggle .fa, .transparent.header-sticky #site-navigation ul li a {
	color: #fff;
}

.transparent.header-sticky .cart-wrap .flash-cart-views a {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a {
	color: #333333;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
	color: #30afb8;
}

.transparent.header-sticky .cart-wrap .flash-cart-views {
	border-color: #fff;
}

.transparent.header-sticky .search-wrap .search-icon {
	color: #fff;
	border-color: #fff;
}

.transparent.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.transparent.header-sticky .is-sticky .header-top {
	background: #f1f5f8;
	border: none;
	color: #333333;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .header-bottom {
	background: #fff;
	border: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .contact-info li {
	color: #333333;
}

.transparent.header-sticky .is-sticky .contact-info li span {
	color: #333333;
}

.transparent.header-sticky .is-sticky .logo-text {
	color: #333333;
}

.transparent.header-sticky .is-sticky .logo-text a {
	color: #333333;
}

.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
	color: #333333;
}

.transparent.header-sticky .is-sticky #site-navigation ul li a, .transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
	color: #333333;
}

.transparent.header-sticky .is-sticky .wishlist,
.transparent.header-sticky .is-sticky .flash-cart-views {
	border-color: #333333;
}

.transparent.header-sticky .is-sticky .wishlist a,
.transparent.header-sticky .is-sticky .flash-cart-views a {
	color: #333333;
}

.transparent.header-sticky .is-sticky .search-icon {
	color: #333333;
	border-color: #333333;
}

.transparent.header-sticky .custom-logo, .transparent.header-sticky .is-sticky .transparent-logo {
	display: none;
}

.transparent-logo {
	display: none;
}

.transparent .custom-logo {
	display: none;
}

.transparent.header-sticky .is-sticky .custom-logo, .transparent.header-sticky .transparent-logo {
	display: inline-block;
}

.transparent .transparent-logo {
	display: inline-block;
}

#wp-custom-header-video {
	display: block;
	min-height: 300px;
	min-height: 75vh;
	width: 100%;
}

.wp-custom-header {
	position: relative;
	text-align: center;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.boxed.left-logo-below-menu .site-navigation-container,
.boxed.center-logo-below-menu .site-navigation-container,
.boxed.center-logo-menu-above .site-navigation-container,
.boxed.left-logo-below-menu .header-bottom .logo-header-component-container,
.boxed.center-logo-below-menu .header-bottom .logo-header-component-container,
.boxed.center-logo-menu-above .header-bottom .logo-header-component-container {
	width: 100%;
}

.split-mobile-menu {
	display: none;
}

/*--------------------------------------------------------------
Call to action style
--------------------------------------------------------------*/
.tg-cta-widget-layout-2 {
	display: table;
	width: 100%;
}

.tg-cta-widget-layout-2 .section-title-wrapper {
	display: table-cell;
	margin: 0 !important;
	vertical-align: middle;
}

.tg-cta-widget-layout-2 .section-title-wrapper .section-title {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	line-height: 35px;
	margin: 0;
}

.tg-cta-widget-layout-2 .section-title-wrapper .section-subtitle {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10;
}

.tg-cta-widget-layout-2 .btn-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.tg-cta-widget-layout-2 .btn-wrapper a {
	display: inline-block;
	margin-left: 0;
}

.cta-wrapper.left .section-title, .cta-wrapper.left .section-subtitle, .cta-wrapper.left .section-title-wrapper {
	text-align: left;
}

.cta-wrapper.left .btn-wrapper {
	text-align: left;
}

.cta-wrapper.right .section-title, .cta-wrapper.right .section-subtitle, .cta-wrapper.right .section-title-wrapper {
	text-align: right;
}

.cta-wrapper.right .btn-wrapper {
	text-align: right;
}

/*--------------------------------------------------------------
Pricing Table CSS
--------------------------------------------------------------*/
.popular-batch {
	background-color: #2299A1;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: -25px;
	position: absolute;
	right: 0;
	top: 17px;
	-webkit-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
	width: 107px;
}

.tg-pricing-widget-block .pricing-table-title {
	color: #313b48;
	font-size: 22px;
}

.tg-pricing-widget-block .pricing {
	line-height: 20px;
	margin: 20px 0;
}

.tg-pricing-widget-block .pricing .pricing-table-icon-wrapper {
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
}

.tg-pricing-widget-block .pricing .price {
	font-size: 66px;
	line-height: 68px;
	color: #313b48;
}

.tg-pricing-widget-block .pricing .time {
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.tg-pricing-widget-block .btn-wrapper {
	margin-top: 30px;
	text-align: center;
}

.tg-pricing-widget-block .btn-wrapper a {
	background-color: #e7e7e7;
	border-radius: 50px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 125px;
	font-size: 14px;
	color: #313b48;
}

.tg-pricing-widget-block .pricing-table-features {
	list-style: none;
	margin: 0;
}

.tg-pricing-widget-block .pricing-table-features li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}

.tg-pricing-widget-block .pricing-table-features li:last-child {
	border: none;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1 {
	text-align: center;
	padding: 20px 0;
	background-color: #f4f4f4;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover {
	background-color: #30AFB8;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-title {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing .price {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .pricing-table-features li {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-1:hover .btn-wrapper a {
	background-color: #2299A1;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 {
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing {
	background-color: #30AFB8;
	color: #fff;
	padding: 10px 0;
	position: relative;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .pricing-table-icon-wrapper {
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .price {
	font-size: 40px;
	line-height: 44px;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing .time {
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .pricing::before {
	border-right: 20px solid transparent;
	border-bottom: 20px solid #30AFB8;
	top: 100%;
	content: " ";
	left: 50%;
	margin-top: -12px;
	position: absolute;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a {
	background-color: #30AFB8;
	border-radius: 0;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-2 .btn-wrapper a:hover {
	background-color: #2299A1;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 {
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-title-wrapper {
	padding: 30px;
	background-color: #444444;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing {
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-title {
	font-size: 18px;
	color: #30AFB8;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-icon-wrapper, .tg-pricing-widget-block.tg-pricing-table-layout-3 .price {
	vertical-align: middle;
	font-size: 50px;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li {
	border: none;
	padding: 15px 0;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .pricing-table-features li:nth-child(2n+1) {
	background-color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a {
	background-color: #30AFB8;
	border-radius: 0;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3 .btn-wrapper a:hover {
	background-color: #2299A1;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing {
	margin-top: -5%;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-title-wrapper {
	background-color: #30AFB8;
	padding: 50px 0;
}

.tg-pricing-widget-block.tg-pricing-table-layout-3.featured-pricing .pricing-table-title {
	color: #333333;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 {
	text-align: center;
	padding: 20px 0;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing {
	color: #30AFB8;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing .price {
	color: #30AFB8;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 .pricing-table-features li {
	margin: 0 15px;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a {
	background-color: #30AFB8;
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4 .btn-wrapper a:hover {
	background-color: #2299A1;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing {
	color: #fff;
	background-color: #30AFB8;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	margin-top: -50px;
	padding: 50px 0;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing-table-title, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing, .tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .pricing .price {
	color: #fff;
}

.tg-pricing-widget-block.tg-pricing-table-layout-4.featured-pricing .btn-wrapper a {
	background-color: #2299A1;
}

/*--------------------------------------------------------------
Progress Bar CSS
--------------------------------------------------------------*/
@-webkit-keyframes animate-width {
	0% {
		width: 0;
	}
	100% {
		visibility: visible;
	}
}

@keyframes animate-width {
	0% {
		width: 0;
	}
	100% {
		visibility: visible;
	}
}

@-webkit-keyframes animate-height {
	0% {
		height: 0;
	}
	100% {
		visibility: visible;
	}
}

@keyframes animate-height {
	0% {
		height: 0;
	}
	100% {
		visibility: visible;
	}
}

.progress-bar-container {
	display: inline-block;
	width: 100%;
}

.bar-title {
	float: left;
	text-transform: uppercase;
}

.progress-bar-percent {
	float: right;
}

.progress-bar {
	background-color: #e1e1e1;
	display: inline-block;
	height: 5px;
	margin: 10px 0;
	width: 100%;
}

.progress-bar-content .progress-bar:last-child {
	margin-bottom: 0;
}

.progress-bar-rating {
	border-radius: 4px;
	float: left;
	width: 0;
	background-color: #30AFB8;
	height: 100%;
	font-size: 12px;
	text-align: center;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar-rating {
	visibility: hidden;
	width: 0;
	-webkit-animation: animate-width;
	animation: animate-width;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.progress-bar:nth-of-type(1) .progress-bar-rating {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.progress-bar:nth-of-type(2) .progress-bar-rating {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.progress-bar:nth-of-type(3) .progress-bar-rating {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.tg-progress-bar-layout-2 .progress-bar-percent {
	display: none;
}

.tg-progress-bar-layout-2 .progress-bar-rating {
	text-indent: 0;
	position: relative;
	color: #fff;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent {
	background-color: #666666;
	border-radius: 50%;
	bottom: 100%;
	display: inline-block;
	float: none;
	height: 35px;
	font-size: 10px;
	line-height: 35px;
	position: absolute;
	right: -15px;
	width: 35px;
	margin-bottom: 10px;
}

.tg-progress-bar-layout-2 .progress-bar-rating .progress-bar-percent::before {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 20px solid #666666;
	content: " ";
	left: 50%;
	margin-top: -10px;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
Separator CSS
--------------------------------------------------------------*/
.separator-center {
	text-align: center;
}

.separator-left {
	text-align: left;
}

.separator-right {
	text-align: right;
}

.separator-inner {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid #30afb8;
}

.separator-icon {
	display: inline-block;
	vertical-align: middle;
}

/*--------------------------------------------------------------
Contact form CSS
--------------------------------------------------------------*/
.wpcf7-form {
	text-align: left;
}

.wpcf7-form input[type="submit"] {
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 110px;
	background-color: #30AFB8;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #1C9BA4;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background-color: rgba(224, 222, 223, 0.8);
	border: medium none;
	height: auto;
	padding: 15px 0 15px 15px;
}

.wpcf7-form-control-wrap input:focus {
	border: none;
}

.wpcf7-form-control-wrap ::-webkit-input-placeholder {
	color: #000;
	font-size: 12px;
	font-style: italic;
}

.wpcf7-form-control-wrap :-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	font-size: 12px;
	font-style: italic;
}

.wpcf7-form-control-wrap ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	font-size: 12px;
	font-style: italic;
}

.wpcf7-form-control-wrap :-ms-input-placeholder {
	color: #000;
	font-size: 12px;
	font-style: italic;
}

/*--------------------------------------------------------------
Section Title CSS
--------------------------------------------------------------*/
.heading {
	text-align: center;
}

.heading .section-title {
	margin-bottom: 15px;
}

.divider {
	display: inline-block;
	padding: 0 46px;
	position: relative;
	margin-bottom: 15px;
	color: #30AFB8;
}

.divider::after, .divider::before {
	background-color: #7e7e7e;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.divider::before {
	left: auto;
	right: 0;
}

.heading-left {
	text-align: left;
}

.heading-left .section-title, .heading-left .section-description {
	text-align: left;
}

.heading-right {
	text-align: right;
}

.heading-right .section-title, .heading-right .section-description {
	text-align: right;
}

.section-title-wrapper .heading-right .section-title::before, .section-title-wrapper .heading-right .section-title::after {
	right: 0;
	left: auto;
}

.section-title-wrapper .heading-right .section-title::after {
	margin-right: 0;
}

.section-title-wrapper .heading-left .section-title::before, .section-title-wrapper .heading-left .section-title::after {
	left: 0;
	right: auto;
	margin-left: 0;
}

.section-title-wrapper .heading-left .section-title::after {
	margin-left: 0;
}

.divider-with-icon .section-title {
	display: block;
	margin-bottom: 0;
}

.divider-with-icon .section-title::before, .divider-with-icon .section-title::after {
	display: none;
}

.heading-left .divider {
	padding: 0;
}

.heading-left .divider::after {
	display: none;
}

.heading-left .divider::before {
	left: 20px;
	width: 100px;
	right: auto;
}

.heading-right .divider {
	padding: 0;
}

.heading-right .divider::before {
	display: none;
}

.heading-right .divider::after {
	left: auto;
	width: 100px;
	right: 20px;
}

.no-divider .section-title::before, .no-divider .section-title::after {
	display: none;
}

/*--------------------------------------------------------------
Event section CSS
--------------------------------------------------------------*/
.tribe-events-list-widget .tribe-event-duration {
	float: left;
	position: relative;
}

.tribe-events-list-widget .tribe-event-duration::after {
	background-color: #e1e1e1;
	content: " ";
	display: inline-block;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 71px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tribe-events-list-widget .tribe-event-start-date {
	background-color: #000;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	padding: 5px 0;
	width: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tribe-events-list-widget .tribe-event-start-date span {
	display: block;
	text-align: center;
}

.tribe-events-list-widget .tribe-event-title-block {
	position: relative;
	float: right;
	width: calc(100% - 120px);
	background-color: #e1e1e1;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tribe-events-list-widget .tribe-event-title-block::before {
	background-color: #e1e1e1;
	content: "";
	display: inline-block;
	height: calc(100% + 30px);
	left: 0;
	margin-left: -37px;
	position: absolute;
	top: 26px;
	width: 1px;
}

.tribe-events-list-widget .tribe-event-title-block::after {
	background-color: #fff;
	border-radius: 50%;
	content: " ";
	height: 15px;
	margin-left: -45px;
	position: absolute;
	left: 0;
	top: 18px;
	width: 15px;
	z-index: 9;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tribe-events-list-widget .tribe-event-title-block .tribe-event-description {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tribe-events-list-widget .tribe-event-title-block p {
	margin: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events:last-child .tribe-event-title-block::before {
	display: none;
}

.tribe-list-widget li:hover .tribe-event-start-date {
	background-color: #30AFB8;
}

.tribe-list-widget li:hover .tribe-event-title-block {
	background-color: #30AFB8;
}

.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-title a {
	color: #fff;
}

.tribe-list-widget li:hover .tribe-event-title-block .tribe-event-description {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tribe-list-widget li:hover .tribe-event-title-block::after {
	background-color: #30AFB8;
	border-color: #30AFB8;
}

.tribe-events-widget-link {
	text-align: center;
}

.tribe-events-widget-link a {
	background-color: #30afb8;
	color: #fff;
	display: inline-block;
	padding: 10px;
}

.tribe-events-widget-link a:hover {
	background-color: #1C9BA4;
}

.tribe-event-title {
	font-size: 16px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Store section CSS
--------------------------------------------------------------*/
.wc-cat-thumbnail img {
	padding: 0;
}

.wc-cat-content {
	font-size: 18px;
	text-align: center;
	font-weight: 800;
}

.wc-cat-content .wc-cat-content-title {
	display: inline-block;
}

.wc-cat-content .wc-cat-content-number {
	display: inline-block;
	margin-left: 5px;
	color: #30AFB8;
}

.tab-list {
	margin-bottom: 30px;
	border-bottom: 2px solid #e1e1e1;
}

.tab-list ul {
	margin: 0;
}

.tab-list ul li {
	display: inline-block;
	padding: 10px;
	position: relative;
	top: 2px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	left: 0;
}

.tab-list ul li.ui-tabs-active.ui-state-active {
	border-top: 2px solid #E1E1E1;
	border-bottom: 3px solid #fff;
	border-left: 2px solid #E1E1E1;
	border-right: 2px solid #E1E1E1;
}

.tab-list ul li.ui-tabs-active.ui-state-active a {
	color: #30AFB8;
}

#secondary .tab-list ul li {
	padding: 10px;
}

/*--------------------------------------------------------------
Post Slider CSS
--------------------------------------------------------------*/
.post-slider .post-content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	width: 80%;
}

.post-slider .post-thumbnail img {
	padding: 0;
}

.post-content .post-content-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.5;
}

.post-content .post-content-excerpt {
	color: #cccccc;
	margin-top: 10px;
	font-size: 14px;
}

/*--------------------------------------------------------------
Count Down CSS
--------------------------------------------------------------*/
.countdown {
	padding: 30px 0;
	text-align: center;
}

.countdown .countdown-row {
	display: block;
}

.countdown .countdown-row .countdown-section {
	display: inline-block;
}

.countdown .countdown-row .countdown-section .countdown-amount,
.countdown .countdown-row .countdown-section .countdown-period {
	display: block;
}

.countdown-section {
	margin-left: 30px;
	color: #787d85;
}

.countdown-section:first-child {
	margin-left: 0;
}

.countdown-amount {
	font-size: 40px;
}

/*--------------------------------------------------------------
Button CSS
--------------------------------------------------------------*/
.tg-btn__container--btn-left {
	text-align: left;
}

.tg-btn__container--btn-center {
	text-align: center;
}

.tg-btn__container--btn-right {
	text-align: right;
}

.tg-button {
	background-color: #30AFB8;
	color: #ffffff;
	display: inline-block;
}

.tg-button:hover {
	background-color: #2299A1;
	color: #ffffff;
}

.tg-button__icon.tg-button__icon--left {
	padding-right: 10px;
}

.tg-button__icon.tg-button__icon--right {
	padding-left: 10px;
	float: right;
}

.tg-button--small {
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
}

.tg-button--small .tg-button__icon {
	line-height: 40px;
	height: 40px;
}

.tg-button--medium {
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
}

.tg-button--medium .tg-button__icon {
	line-height: 50px;
	height: 50px;
}

.tg-button--large {
	line-height: 60px;
	height: 60px;
	padding: 0 30px;
}

.tg-button--large .tg-button__icon {
	line-height: 60px;
	height: 60px;
}

.tg-button--round {
	border-radius: 100px;
}

/*--------------------------------------------------------------
hero CSS
--------------------------------------------------------------*/
.tg-hero {
	background: #f1f1f1;
	position: relative;
}

.tg-hero .tg-hero-info {
	position: absolute;
	padding: 90px;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}

.tg-hero .tg-hero-info .tg-hero-info-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.tg-hero .tg-hero-info .tg-hero-info-inner .tg-hero-cell {
	display: table-cell;
	vertical-align: middle;
}

.tg-hero .tg-hero-info .tg-hero__title {
	margin-bottom: 20px;
	font-size: 48px;
}

.tg-hero .tg-hero-info .tg-hero__subtitle {
	margin-bottom: 30px;
	font-size: 16px;
}

.tg-hero .tg-hero-thumbnail {
	margin: 0;
	padding: 0;
	text-align: right;
}

.tg-hero .tg-hero-thumbnail img {
	margin-right: 0;
}

.tg-hero.tg-hero--left .tg-hero-info {
	text-align: left;
}

.tg-hero.tg-hero--center .tg-hero-info {
	text-align: center;
}

.tg-hero.tg-hero--right .tg-hero-info {
	text-align: right;
}

.tg-hero.tg-hero--thinner .tg-hero-info .tg-hero__title {
	font-family: 'Raleway', Arial;
	font-weight: 300;
}

.tg-hero.tg-hero--thinner .tg-hero-info .tg-hero__subtitle,
.tg-hero.tg-hero--thinner .tg-hero-info .tg-button {
	font-family: 'Open Sans', Arial;
}

.tg-hero.tg-hero--thinner .tg-hero-info .tg-button {
	background: #252525;
}

.tg-hero.tg-hero--split .tg-hero-info,
.tg-hero.tg-hero--split .tg-hero-thumbnail {
	width: 50%;
}

.tg-hero.tg-hero--split .tg-hero-info {
	float: left;
}

.tg-hero.tg-hero--split .tg-hero-info .tg-hero__title {
	font-weight: bold;
}

.tg-hero.tg-hero--split .tg-hero-info .tg-hero__subtitle,
.tg-hero.tg-hero--split .tg-hero-info .tg-button {
	font-family: 'Open Sans', Arial;
}

.tg-hero.tg-hero--split .tg-hero-info .tg-button {
	background: #252525;
}

.tg-hero.tg-hero--split .tg-hero-thumbnail {
	float: right;
}

.tg-hero.tg-hero--classic .tg-hero-info .tg-hero__title {
	font-family: 'Playfair Display', 'Times New Roman', cursive;
}

.tg-hero.tg-hero--classic .tg-hero-info .tg-hero__subtitle,
.tg-hero.tg-hero--classic .tg-hero-info .tg-button {
	font-family: 'PT Serif', 'Times New Roman', cursive;
}

.tg-hero.tg-hero--border .tg-hero-info .tg-hero-info-inner {
	border: 4px solid #ffffff;
}

.tg-hero.tg-hero--border .tg-hero-info .tg-hero__title {
	font-family: 'Archivo Black', Arial;
	font-size: 76px;
}

.tg-hero.tg-hero--border .tg-hero-info .tg-hero__subtitle,
.tg-hero.tg-hero--border .tg-hero-info .tg-button {
	font-family: 'Roboto', Arial;
}

.tg-hero.tg-hero--border .tg-hero-info .tg-hero__title,
.tg-hero.tg-hero--border .tg-hero-info .tg-hero__subtitle {
	color: #ffffff;
}

.tg-hero.tg-hero--border .tg-hero-info .tg-button {
	background: #ffffff;
	color: #252525;
}

.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero-info-inner {
	max-width: 400px;
}

.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__title {
	font-family: 'Lobster', Arial;
}

.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__subtitle,
.tg-hero.tg-hero--cursive .tg-hero-info .tg-button {
	font-family: 'Roboto', Arial;
}

.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__title,
.tg-hero.tg-hero--cursive .tg-hero-info .tg-hero__subtitle {
	color: #ffffff;
}

.tg-hero.tg-hero--cursive .tg-hero-info .tg-button {
	background: none;
	border: 2px solid #fff;
}

/*--------------------------------------------------------------
Timeline CSS
--------------------------------------------------------------*/
.tg-timeline {
	margin: 0;
	padding: 45px 0;
	list-style: none;
}

.tg-timeline .tg-timeline-item {
	padding-bottom: 45px;
	padding-left: 260px;
	position: relative;
}

.tg-timeline .tg-timeline-item::before, .tg-timeline .tg-timeline-item::after {
	content: '';
	position: absolute;
}

.tg-timeline .tg-timeline-item::before {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 18px;
	background: #9aa5b0;
	left: 206px;
	border: 4px solid #ced4da;
	z-index: 2;
}

.tg-timeline .tg-timeline-item::after {
	width: 1px;
	background: #ced4da;
	top: 0;
	bottom: 0;
	left: 213px;
}

.tg-timeline .tg-timeline-item .tg-timeline__date {
	position: absolute;
	left: 0;
	text-align: center;
	width: 170px;
	background: #fff;
	font-weight: bold;
}

.tg-timeline .tg-timeline-item .tg-timeline__date span {
	padding: 15px;
	display: block;
	position: relative;
}

.tg-timeline .tg-timeline-item .tg-timeline__date span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	display: block;
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-timeline .tg-timeline-item .tg-timeline__title {
	margin-bottom: 15px;
}

.tg-timeline .tg-timeline-item .tg-timeline__text {
	color: #666666;
	margin-bottom: 0;
}

.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date {
	background: #30afb8;
	color: #fff;
}

.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted .tg-timeline__date span::after {
	border-left-color: #30afb8;
}

.tg-timeline .tg-timeline-item.tg-timeline-item--highlighted::before {
	background: #30afb8;
}

@media only screen and (max-width: 480px) {
	.tg-timeline .tg-timeline-item {
		padding-left: 0;
	}

	.tg-timeline .tg-timeline-item .tg-timeline__date {
		display: block;
		width: 100%;
		position: initial;
	}

	.tg-timeline .tg-timeline-item .tg-timeline__date span::after {
		display: none;
	}

	.tg-timeline .tg-timeline-item .tg-timeline__title {
		padding-top: 25px;
	}

	.tg-timeline .tg-timeline-item::after {
		display: none;
	}

	.tg-timeline .tg-timeline-item::before {
		top: 60px;
	}
}

/*--------------------------------------------------------------
Accordion CSS
--------------------------------------------------------------*/
.tg-accordion .ui-accordion-header {
	background: #efefef;
	color: #313b48;
	font-size: 16px;
	padding: 20px;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.tg-accordion .ui-accordion-header .ui-accordion-header-icon {
	float: right;
}

.tg-accordion .accordion-content {
	padding: 20px;
	font-size: 14px;
	color: #8b8a8a;
	border: 1px solid #efefef;
	line-height: 24px;
}

.tg-accordion .accordion-content p {
	margin: 0;
}

.tg-accordion.layout-two .ui-accordion-header {
	background: transparent;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.tg-accordion.layout-two .ui-accordion-header:first-child {
	border-top: 1px solid #efefef;
}

.tg-accordion.layout-three .ui-accordion-header {
	background: transparent;
	border-bottom: 1px solid #efefef;
}

.tg-accordion.layout-three .accordion-content {
	border: 0 none;
}

/*--------------------------------------------------------------
Tab CSS
--------------------------------------------------------------*/
.flash-tabs-container.tab-left .tab-list, .flash-tabs-container.tab-right .tab-list {
	width: 25%;
	float: left;
	border-bottom: 0 none;
}

.flash-tabs-container.tab-left .tab-list ul li, .flash-tabs-container.tab-right .tab-list ul li {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #efefef;
	display: block;
	padding: 0;
	background: #fafafa;
	top: 0;
}

.flash-tabs-container.tab-left .tab-list ul li:last-child, .flash-tabs-container.tab-right .tab-list ul li:last-child {
	border-bottom: 0 none;
}

.flash-tabs-container.tab-left .tab-list ul li a, .flash-tabs-container.tab-right .tab-list ul li a {
	padding: 10px 20px;
	display: block;
}

.flash-tabs-container.tab-left .tab-list ul li.ui-tabs-active.ui-state-active, .flash-tabs-container.tab-right .tab-list ul li.ui-tabs-active.ui-state-active {
	border: none;
	background: #30AFB8;
}

.flash-tabs-container.tab-left .tab-list ul li.ui-tabs-active.ui-state-active a, .flash-tabs-container.tab-right .tab-list ul li.ui-tabs-active.ui-state-active a {
	color: #ffffff;
}

.flash-tabs-container.tab-left .tab-content, .flash-tabs-container.tab-right .tab-content {
	float: right;
	width: 75%;
	padding: 20px;
	background: #fafafa;
}

.flash-tabs-container.tab-right .tab-list {
	float: right;
}

.flash-tabs-container.tab-right .tab-content {
	float: left;
}

/*--------------------------------------------------------------
Section Seperator CSS
--------------------------------------------------------------*/
.flash-row-svg-wrapper svg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

.flash-row-svg-wrapper .flash-top-svg-wrapper svg {
	top: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.flash-row-svg-wrapper .flash-bottom-svg-wrapper svg {
	bottom: 0;
}

/**
Icon List
--------------------------------------------------------------*/
.tg-icon-list .tg-icon-list-lister {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tg-icon-list .tg-icon-list-list {
	padding: 10px 0;
}

.tg-icon-list .tg-icon-list-list .tg-icon-list-table {
	display: table;
}

.tg-icon-list .tg-icon-list-list .tg-icon-list-cell {
	display: table-cell;
	vertical-align: middle;
}

.tg-icon-list .tg-icon-list-list .tg-icon-list__icon {
	margin-right: 10px;
	color: #777777;
	font-size: 18px;
}

.tg-icon-list.tg-icon-list--divider .tg-icon-list-list {
	border-bottom: 1px solid #dee1e6;
}

.tg-icon-list.tg-icon-list--divider .tg-icon-list-list:last-child {
	border-bottom: none;
}

.tg-icon-list.tg-icon-list--rounded .tg-icon-list-list .tg-icon-list__icon, .tg-icon-list.tg-icon-list--flat .tg-icon-list-list .tg-icon-list__icon, .tg-icon-list.tg-icon-list--rounded-rectangle .tg-icon-list-list .tg-icon-list__icon {
	background: #252525;
	width: 28px;
	height: 28px;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-size: 14px;
}

.tg-icon-list.tg-icon-list--rounded .tg-icon-list-list .tg-icon-list__icon {
	border-radius: 50%;
}

.tg-icon-list.tg-icon-list--rounded-rectangle .tg-icon-list-list .tg-icon-list__icon {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Icon CSS
--------------------------------------------------------------*/
.tg-icons {
	padding: 0;
	margin: 0;
}

.tg-icons li {
	display: inline-block;
	padding: 10px 14px;
}

.tg-icons li a {
	color: inherit;
}

.tg-icons.tg-icons--rectangle li, .tg-icons.tg-icons--rounded li, .tg-icons.tg-icons--rectangular-rounded li {
	background: #252525;
	color: #fff;
}

.tg-icons.tg-icons--rounded li {
	border-radius: 50%;
}

.tg-icons.tg-icons--rectangular-rounded li {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Opening Hours CSS
--------------------------------------------------------------*/
.tg-opening-hours {
	padding: 30px;
	margin: 0;
	list-style: none;
}

.tg-opening-hours li {
	color: #737d84;
	padding: 15px 0;
	border-bottom: 1px solid #dee1e6;
}

.tg-opening-hours li .tg-opening-hour__day {
	float: left;
}

.tg-opening-hours li .tg-opening-hour__time {
	float: right;
}

.tg-opening-hours li:last-child {
	border-bottom: none;
}

.tg-opening-hours.tg-opening-hours--border {
	border: 1px solid #dee1e6;
}

.tg-opening-hours.tg-opening-hours--dark li {
	color: #fff;
}

.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__day {
	color: #fff;
}

.tg-opening-hours.tg-opening-hours--dark.tg-opening-hours--modern li .tg-opening-hour__time {
	color: #dee1e6;
}

.tg-opening-hours.tg-opening-hours--modern li {
	border-bottom: none;
}

.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day,
.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
	float: none;
}

.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day {
	font-weight: bold;
	color: #495057;
	position: relative;
	padding: 10px 0;
}

.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__day::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 2px;
	background: #30AFB8;
}

.tg-opening-hours.tg-opening-hours--modern li .tg-opening-hour__time {
	font-style: italic;
	color: #7e8890;
}

/*--------------------------------------------------------------
Video Player
--------------------------------------------------------------*/
.video-player-container {
	border: 2px solid #495057;
}

.video-player-container .swipebox-video {
	display: block;
}

.video-player-container .video-player-table {
	display: table;
	width: 100%;
	height: 100%;
}

.video-player-container .video-player-table .video-player-button,
.video-player-container .video-player-table .video-player-text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.video-player-container .video-player-table .video-player-button .video-player--title,
.video-player-container .video-player-table .video-player-text .video-player--title {
	color: #343a40;
}

.video-player-container .video-player-table .video-player-button .video-player--subtitle,
.video-player-container .video-player-table .video-player-text .video-player--subtitle {
	margin-bottom: 0;
	font-size: 12px;
	color: #868e96;
}

.video-player-container .video-player-table .video-player-button {
	width: 70px;
	font-size: 25px;
	text-align: center;
}

.video-player-container.video-player--inner-border .video-player-button {
	border-right: 2px solid #495057;
}

.video-player-container.video-player--inner-background .video-player-button {
	background: #495057;
	color: #fff;
}

.video-player-container.video-player--square-no-border {
	border: none;
}

.video-player-container.video-player--square-no-border .video-player-button {
	background: #495057;
	color: #fff;
}

.video-player-container.video-player--square-no-border .video-player--title {
	border-bottom: 1px solid #dee1e6;
}

.video-player-container.video-player--circular {
	border: none;
}

.video-player-container.video-player--circular .video-player-button {
	background: #495057;
	border-radius: 50%;
	height: 70px;
	color: #ffffff;
}

.video-player-container.video-player--circular-border {
	border-radius: 70px;
	border: 1px solid #dee1e6;
}

.video-player-container.video-player--circular-border .video-player-button {
	background: #495057;
	border-radius: 50%;
	height: 70px;
	color: #ffffff;
}

.video-player-container.video-player--boxed {
	border: none;
	position: relative;
}

.video-player-container.video-player--boxed .video-player-button {
	position: absolute;
	width: 70px;
	height: 55px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	top: calc(50% - 25px);
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 2;
}

/*--------------------------------------------------------------
Footer Pro CSS
--------------------------------------------------------------*/
.scroll-up-logo-wrapper {
	position: relative;
}

.scroll-up-footer #footer-scroll-up {
	-webkit-transform: translate(-50%) rotate(45deg);
	-ms-transform: translate(-50%) rotate(45deg);
	transform: translate(-50%) rotate(45deg);
	background: #313b48;
	color: #fff;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	font-size: 30px;
}

.scroll-up-footer #footer-scroll-up .fa {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer-full-page {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.footer-full-page.footer-full-page--show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*--------------------------------------------------------------
Responsive CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
responsive CSS
--------------------------------------------------------------*/
@media (max-width: 1200px) {
	.tg-container {
		padding: 0 1%;
		width: 98%;
	}

	.boxed {
		width: 97%;
	}

	.slider-content .tg-container {
		width: 80%;
		overflow: hidden;
	}

	.full-width .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (max-width: 980px) {
	.left-logo-below-menu .header-bottom .tg-container, .center-logo-below-menu .header-bottom .tg-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.slider-content .tg-container {
		width: 98%;
	}

	.logo, .search-wrap, .cart-wrap {
		z-index: 99;
	}

	.header-bottom {
		position: relative;
	}

	.center-logo-menu-side .logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.center-logo-menu-side .header-bottom .tg-container, .center-logo-menu-side .split-menu-logo-wrapper {
		position: static;
	}

	.center-logo-menu-side #site-navigation {
		width: auto;
	}

	.center-logo-menu-side #site-navigation.split-mobile-menu {
		display: block;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: auto;
	}

	.center-logo-menu-side #site-navigation.split-left, .center-logo-menu-side #site-navigation.split-right {
		display: none;
	}

	.center-logo-menu-side #site-navigation .menu-toggle {
		margin-right: 10px;
	}

	.center-logo-menu-side .header-action-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.center-logo-menu-side .header-action-container .wishlist-wrap {
		padding-left: 0;
	}

	#masthead-sticky-wrapper #site-navigation .menu-scrollbar {
		overflow-y: scroll;
	}

	#site-navigation.split-mobile-menu {
		float: right;
	}

	.right-logo-left-menu .site-navigation-wrapper {
		float: left;
	}

	.right-logo-left-menu #site-navigation .menu-toggle {
		margin-left: 0;
	}

	.site-navigation-wrapper {
		float: right;
	}

	.transparent .is-sticky #site-navigation ul li .sub-toggle {
		color: #ffffff;
	}

	#site-navigation {
		padding: 22px 0;
	}

	#site-navigation .menu {
		background: #fff none repeat scroll 0 0;
		display: none;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 9999;
		padding: 0 20px;
	}

	#site-navigation .menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin-left: 20px;
		width: 20px;
	}

	#site-navigation ul > li a {
		line-height: 42px;
		padding: 0 15px;
	}

	#site-navigation ul li {
		float: none;
		margin-right: 0;
		padding: 0;
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	#site-navigation ul li:hover > a::before, #site-navigation ul li.current-menu-item > a::before {
		display: none;
	}

	#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item a, #site-navigation ul li.current-menu-ancestor a {
		display: block;
		-webkit-transition: background 0.5s ease 0s;
		-o-transition: background 0.5s ease 0s;
		transition: background 0.5s ease 0s;
	}

	#site-navigation ul li:hover, #site-navigation ul li.current-menu-item, #site-navigation ul li.current-menu-ancestor {
		color: #30afb8;
	}

	#site-navigation ul li.menu-item-has-children.mobile-menu--slided > .sub-toggle .fa {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#site-navigation ul li.menu-item-has-children .sub-toggle {
		position: absolute;
		top: 11px;
		right: 15px;
		background-color: #30afb8;
		height: 20px;
		width: 20px;
		text-align: center;
		line-height: 20px;
		color: #fff;
	}

	#site-navigation ul li:hover .sub-toggle {
		color: #fff;
		cursor: pointer;
	}

	#site-navigation ul li ul.sub-menu,
	#site-navigation ul li ul.children {
		width: 100%;
		position: relative;
		display: none;
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		visibility: visible;
		opacity: 1;
	}

	#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu,
	#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul.children,
	#site-navigation ul li ul.children li.menu-item-has-children:hover > ul.sub-menu,
	#site-navigation ul li ul.children li.menu-item-has-children:hover > ul.children {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu,
	#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.children,
	#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu,
	#site-navigation ul li ul.children li.menu-item-has-children ul.children {
		left: 0;
	}

	#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu.sub-menu--left,
	#site-navigation ul li ul.sub-menu li.menu-item-has-children ul.children.sub-menu--left,
	#site-navigation ul li ul.children li.menu-item-has-children ul.sub-menu.sub-menu--left,
	#site-navigation ul li ul.children li.menu-item-has-children ul.children.sub-menu--left {
		right: 0;
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle,
	#site-navigation ul li ul.children li.menu-item-has-children .sub-toggle {
		top: 15px;
		color: #fff;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#site-navigation ul li:hover > ul.sub-menu,
	#site-navigation ul li:hover > ul.children {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	#site-navigation ul li:last-child {
		border-bottom: none;
	}

	#site-navigation ul ul.sub-menu li.menu-item-has-children ul {
		left: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	#site-navigation ul ul.sub-menu li.menu-item-has-children .sub-toggle {
		top: 15px;
		color: #fff;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#site-navigation ul ul.sub-menu li.menu-item-has-children:hover .sub-toggle {
		cursor: pointer;
		color: #fff;
	}

	#site-navigation.sub-menu {
		background: #fff none repeat scroll 0 0;
		display: none;
		border-radius: 0;
		width: 100%;
		opacity: 1;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		transition: none 0s ease 0s;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	#site-navigation.sub-menu::before {
		display: none;
	}

	#site-navigation.sub-menu li {
		padding: 0;
	}

	#site-navigation.sub-menu li.current-menu-item, #site-navigation.sub-menu li.current-menu-ancestor {
		color: #30AFB8;
	}

	#site-navigation.sub-menu li a,
	#site-navigation.sub-menu li ul.sub-menu li a {
		color: #4c5867;
		display: block;
		line-height: 42px;
		padding: 0 0 0 20px;
		text-align: left;
	}

	#site-navigation.sub-menu > li:hover {
		color: #30afb8;
	}

	#site-navigation.sub-menu > li:hover:first-child a, #site-navigation.sub-menu > li:hover:last-child a {
		border-radius: 0;
	}

	#site-navigation.sub-menu > li:hover .sub-toggle i {
		color: #ffffff;
	}

	.transparent #site-navigation ul li {
		float: none;
		margin-right: 0;
		padding: 0;
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.transparent #site-navigation ul.sub-menu {
		background: #fff none repeat scroll 0 0;
		display: none;
		border-radius: 0;
		min-width: 100%;
		opacity: 1;
		position: static;
		left: 0;
		top: 0;
		-webkit-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		transition: none 0s ease 0s;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.transparent #site-navigation ul li a, .transparent #site-navigation ul.sub-menu li a {
		color: #4c5867;
		display: block;
		line-height: 42px;
		padding: 0 0 0 20px;
		text-align: left;
	}

	#site-navigation ul li:last-child,
	.transparent #site-navigation ul li:last-child {
		border-bottom: none;
	}

	.transparent #masthead .header-bottom #site-navigation ul li:hover .sub-toggle {
		color: #fff;
		cursor: pointer;
	}

	.transparent #masthead .header-bottom #site-navigation ul li:hover a::before {
		display: none;
	}

	.transparent.header-sticky #site-navigation ul li a, .transparent.header-sticky #site-navigation .menu-toggle {
		color: #333333;
	}

	.tg-cta-widget-layout-2 .section-title-wrapper .section-title {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}

	.left-logo-below-menu .header-bottom .logo-header-component-container {
		width: auto;
		display: inline-block;
		float: left;
	}

	.center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-component-container {
		width: auto;
		display: inline-block;
		float: left;
	}

	.center-logo-menu-above .header-bottom .logo-header-component-container {
		width: auto;
		display: inline-block;
		float: left;
	}

	.center-logo-below-menu #site-navigation ul li, .center-logo-center-menu .site-navigation-container {
		text-align: left;
	}

	.left-logo-below-menu .site-navigation-container, .center-logo-below-menu .site-navigation-container, .center-logo-menu-above .site-navigation-container, .left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
		width: auto;
		display: inline-block;
		float: right;
	}

	.left-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-below-menu .header-bottom .logo-header-components-wrapper, .center-logo-menu-above .header-bottom .logo-header-components-wrapper {
		width: auto;
		float: left;
	}

	.left-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-below-menu .header-bottom .site-navigation-wrapper, .center-logo-menu-above .header-bottom .site-navigation-wrapper {
		width: auto;
		float: right;
		text-align: left;
		position: static;
	}

	.left-logo-below-menu .header-bottom .logo-image, .center-logo-below-menu .header-bottom .logo-image, .center-logo-menu-above .header-bottom .logo-image {
		padding: 20px 0;
	}

	.center-logo-center-menu #site-navigation ul {
		display: none;
	}

	.center-logo-center-menu #site-navigation ul li {
		display: block;
	}
}

@media (max-width: 768px) {
	#top-footer .tg-column-wrapper .tg-column-4 {
		width: 47%;
	}

	.tg-team-widget.tg-team-layout-2 .team-content-wrapper, .team-img {
		text-align: center;
	}

	.tg-team-widget.tg-team-layout-2 .team-designation::after {
		left: 50%;
	}

	.tg-slider-widget .caption-title {
		font-size: 24px;
		line-height: 30px;
	}

	.tg-slider-widget .caption-desc {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0;
	}

	.blog-section .tg-blog-widget {
		margin-bottom: 30px;
	}

	.blog-section .tg-blog-widget-layout-2 .tg-column-3 {
		margin-left: 3%;
		width: 47%;
	}

	#primary, #secondary {
		float: none;
		width: 100%;
	}

	.tg-service-widget.tg-service-layout-2 .service-icon-title-wrapper .service-icon-wrap {
		margin: 0 auto 5px;
	}

	.tg-service-widget .service-content-wrap {
		margin: 0 0 10px;
	}

	.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
		width: 30.33%;
	}

	.tg-service-widget .service-more {
		margin-bottom: 30px;
	}

	.tg-service-widget .service-more:last-child {
		margin-bottom: 0;
	}

	.tg-service-widget.tg-service-layout-1 {
		margin: 20px 0;
	}

	.tg-service-widget.tg-service-layout-1 .service-content-wrap {
		margin: 20px 0;
	}

	.tg-service-widget.tg-service-layout-2, .tg-service-widget.tg-service-layout-3, .tg-service-widget.tg-service-layout-4, .tg-service-widget.tg-service-layout-5 {
		margin: 20px 0;
	}

	.feature-product-section .tg-feature-product-widget.tg-column-4 {
		width: 47%;
	}

	.fun-facts-section {
		margin: 30px 0;
	}

	.blog-section .tg-column-wrapper .tg-blog-widget-layout-1.tg-column-2 {
		margin: 0 11px 20px;
		width: 47%;
	}

	.blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
		display: none;
	}

	.blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image, .blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content {
		float: none;
		width: 100%;
	}

	.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
		float: none;
		width: 100%;
	}

	.related-posts .tg-column-3 {
		width: 47%;
	}

	.related-posts .tg-column-3:nth-child(4) {
		clear: none;
	}

	.tg-slider-widget .swiper-wrapper .slider-content {
		top: 60%;
	}

	.tg-blog-widget-layout-1 .row {
		margin-bottom: 20px;
	}

	.tg-blog-widget-layout-1 .row:last-child {
		margin-bottom: 0;
	}

	.blog-section .tg-blog-widget-layout-1 {
		margin-left: -3%;
	}

	.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2 {
		margin-left: 3%;
		width: 47%;
	}

	.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-column-3 {
		margin-left: 15px;
		width: 47%;
	}

	.tg-team-widget {
		margin-bottom: 30px;
	}

	.header-top .left-content, .header-top .right-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu-social-container {
		margin: 0 auto;
	}

	.header-top .contact-info {
		float: none;
		margin: 0 auto;
		width: auto;
	}

	#bottom-footer .copyright-wrapper {
		display: block;
		text-align: center;
	}

	.menu-social-container {
		margin-top: 10px;
	}

	#bottom-footer .copyright {
		float: none;
	}

	.social-menu li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.tg-hero .tg-hero-info {
		padding: 30px;
	}

	.full-width.box-layout .alignwide,
	.full-width-center.box-layout .alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 600px) {
	.header-top .tg-container {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-top .contact-info, .header-top .social-menu {
		float: none;
		line-height: 24px;
		text-align: center;
	}

	.header-top .left-content,
	.header-top .right-content {
		text-align: center;
		margin: 0;
	}

	.header-top .right-content {
		margin-top: 10px;
	}

	#top-footer .tg-column-wrapper {
		margin: 0 3%;
	}

	#top-footer .tg-column-wrapper .footer-block {
		width: 100%;
		margin: 0 0 30px 0;
	}

	#top-footer .tg-column-wrapper .tg-column-4:last-child {
		margin: 0;
	}

	.tg-column-wrapper {
		margin-left: 0;
	}

	footer.footer-layout #bottom-footer {
		text-align: center;
	}

	footer.footer-layout #bottom-footer .copyright, footer.footer-layout #bottom-footer .footer-menu {
		float: none;
		display: inline-block;
	}

	.about-section .about-content-wrapper {
		display: block;
		text-align: center;
		width: 100%;
	}

	.about-section .tg-column-wrapper {
		text-align: center;
	}

	.about-section .about-section-image {
		display: block;
		margin: 30px 0;
		width: 100%;
	}

	.call-to-action-section .btn-wrapper a {
		display: block;
		margin: 20px auto 0;
		width: 60%;
		font-size: 14px;
	}

	.call-to-action-section .btn-wrapper a:first-child {
		display: block;
		margin: 0 auto 20px;
		width: 60%;
	}

	.call-to-action-section .section-title-wrapper .section-title {
		font-size: 23px;
	}

	.feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
		width: 47%;
	}

	.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2 {
		width: 100%;
		margin: 0 0 20px;
	}

	.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content {
		width: 100%;
		margin: 0 0 20px;
	}

	.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image, .blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content {
		width: 100%;
		margin: 0 0 20px;
	}

	.blog-section .row:nth-child(2n+1) .post-image::before, .blog-section .row:nth-child(2n) .post-image::before {
		display: none;
	}

	.related-posts .tg-column-3 {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.header-top .tg-column-2 {
		float: none;
		width: auto;
	}

	.header-top .tg-column-2:last-child {
		float: none;
	}

	.header-bottom .cart-wrap:hover .widget_shopping_cart {
		display: none;
	}

	.blog.grid-view #primary .post, .archive.grid-view #primary .post, #primary .post .entry-thumbnail img {
		width: 100%;
	}

	.blog #primary .post .entry-thumbnail, .archive #primary .post .entry-thumbnail {
		float: none;
		width: 100%;
	}

	.blog #primary .post .entry-content-block, .archive #primary .post .entry-content-block {
		width: 100%;
	}

	.blog-section .blog-wrapper.tg-blog-widget-layout-3 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-4 .tg-column-3, .blog-section .blog-wrapper.tg-blog-widget-layout-5 .tg-column-3 {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.tg-cta-widget-layout-2 .btn-wrapper {
		display: block;
	}

	.flash-tabs-container.tab-left .tab-list {
		float: none;
		margin: 0;
		width: 100%;
	}

	.flash-tabs-container.tab-right .tab-list, .flash-tabs-container.tab-right .tab-content {
		float: none;
		margin: 0;
		width: 100%;
	}

	.flash-tabs-container.tab-left .tab-content {
		float: none;
		margin: 0;
		width: 100%;
	}

	.flash-tabs-container.tab-left .tab-list ul li:last-child {
		border-bottom: 1px solid #efefef;
	}

	.flash-tabs-container.tab-right .tab-list ul li:last-child {
		border-bottom: 1px solid #efefef;
	}

	.tg-hero .tg-hero-info {
		padding: 15px;
	}

	.tg-hero .tg-hero-info .tg-hero__title {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.tg-hero .tg-hero-info .tg-hero__subtitle {
		max-height: 45px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.full-width .alignwide,
	.full-width-center .alignwide {
		margin-left: 0;
		margin-right: 0;
	}

	.full-width.boxed .alignwide,
	.full-width-center.boxed .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.tg-slider-widget::before {
		content: ' ';
		display: block;
		clear: both;
	}

	.logo .logo-image {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.transparent #site-navigation {
		padding: 8px 0;
	}

	.header-top {
		display: none;
	}

	.logo-text {
		padding: 20px 0;
	}

	.logo .logo-text .site-title {
		line-height: 24px;
	}

	.tg-slider-widget.slider-content-left .swiper-wrapper .slider-content .caption-desc, .tg-slider-widget.slider-content-center .swiper-wrapper .slider-content .caption-desc {
		font-size: 12px;
		line-height: 16px;
	}

	.tg-slider-widget.slider-content-left .swiper-wrapper .slider-content .caption-title, .tg-slider-widget.slider-content-center .swiper-wrapper .slider-content .caption-title {
		font-size: 14px;
		line-height: 18px;
	}

	.tg-slider-widget .swiper-wrapper .slider-content .btn-wrapper a {
		font-size: 10px;
		padding: 2px 15px;
	}

	.logo .logo-text .site-title {
		font-size: 18px;
		line-height: 24px;
	}

	.site-description {
		font-size: 12px;
	}

	.call-to-action-section .btn-wrapper a {
		width: 67%;
	}

	.call-to-action-section .btn-wrapper a:first-child {
		width: 67%;
	}

	.slider-arrow {
		display: none;
	}

	.header-top .tg-column-wrapper .tg-column-2 {
		width: 100%;
	}

	.header-top ul.contact-info li {
		text-align: center;
		width: 100%;
	}

	.feature-product-section .tg-feature-product-layout-2 .tg-container .tg-column-wrapper .tg-feature-product-widget, .feature-product-section .tg-container .tg-column-wrapper .tg-feature-product-widget {
		width: 97%;
	}

	.tg-slider-widget .swiper-wrapper .slider-content .caption-desc {
		display: none;
	}

	.tg-slider-widget .swiper-wrapper .slider-content .caption-title {
		margin-bottom: 10px;
	}

	.header-bottom .header-action-container .search-wrap,
	.header-bottom .header-action-container .cart-wrap {
		padding-left: 20px;
	}

	.header-bottom .header-action-container .first-child {
		padding-left: 10px;
	}

	.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
	.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
		padding-right: 20px;
	}

	.right-logo-left-menu .header-bottom .menu-toggle {
		padding-right: 10px;
	}

	.center-logo-center-menu .header-action-container > div:first-child,
	.center-logo-below-menu .header-action-container > div:first-child,
	.left-logo-right-menu .header-action-container > div:first-child,
	.left-logo-below-menu .header-action-container > div:first-child,
	.center-logo-menu-side .header-action-container > div:first-child {
		padding-left: 10px;
	}

	.center-logo-menu-side #site-navigation .menu-toggle {
		margin-right: 0;
	}
}

@media (max-width: 320px) {
	.tg-slider-widget .swiper-wrapper .slider-content .caption-desc {
		display: none;
	}

	.tg-slider-widget .swiper-wrapper .slider-content .caption-title {
		margin-bottom: 10px;
	}
}
