/*
Theme Name: Himalayas Pro
Theme URI: https://themegrill.com/themes/himalayas/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: Himalayas Pro is a premium one page WordPress theme.
Version: 2.2.10
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, sticky-post, translation-ready, threaded-comments, theme-options, footer-widgets, rtl-language-support, blog, portfolio, e-commerce
Text Domain: himalayas

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

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;
	word-wrap: break-word;
}

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/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #ffffff;
}

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

ol,
ul {
	list-style: none;
}

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

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

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

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

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #333333;
	font-weight: 700;
}

.sub-title {
	color: #656363;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 32px;
}

p {
	margin-bottom: 20px;
}

b,
strong {
	font-weight: bold;
}

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

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eeeeee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	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: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr,
.wp-block-separator {
	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 container width. */
	vertical-align: middle;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

td, th,
.wp-block-table th, .wp-block-table td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
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,
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;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #32c4d1;
	color: #ffffff;
}

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

button::-moz-focus-inner,
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;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
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: #32c4d1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #28a8b3;
}

a:focus {
	outline: thin dotted;
}

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

/* Text meant only for screen readers */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-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;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 25px;
	padding-bottom: 10px;
}

/* Make sure select elements fit in widgets */

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

/* Search widget */

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title {
	color: #353535;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: capitalize;
}

h1.entry-title a {
	color: #3d3d3d;
}

.hentry {
	margin: 0 0 15px;
}
.single .hentry {
	margin: 0 0 20px;
}

.updated {
	display: none;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.cat-links {
	margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 15px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

article.hentry h1.entry-title {
	margin-bottom: 5px;
	line-height: 1.2;
}

article.hentry .entry-footer > span {
	margin-right: 15px;
	font-size: 13px;
}

.page-header .page-title {
	color: #333333;
	padding-bottom: 15px;
}

.posted-on:before {
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.byline:before {
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.cat-links:before {
	content: "\f07c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.comments-link:before {
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
	color: #aeaeae;
}

.tags-links:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 3px;
	color: #aeaeae;
}

.entry-footer a {
	color: #999999;
}

.entry-footer a:hover {
	color: #dc3522;
}

.nav-links .meta-nav {
	display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
	float: left;
}

.nav-links .nav-next {
	text-align: right;
}

.nav-links .nav-previous a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.nav-links .nav-next a:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}

.entry-thumbnail {
	margin-bottom: 34px;
	position: relative;
	display: inline-block;
}

.entry-exrecpt {
	width: 60%;
	float: right;
}

.short-content {
	margin-bottom: 10px;
}

.short-content + .bttn {
	float: right;
}

.entry-footer {
	margin-top: 10px;
}

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

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments i {
	font-size: 16px;
	color: #aaaaaa;
	padding-right: 10px;
}

.comments-title {
	font-size: 24px;
}

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

.comment-navigation {
	margin-bottom: 15px;
}

.bypostauthor {
}

#comments .comments-title {
	margin-bottom: 10px;
}

.avatar {
	border-radius: 50%;
	float: left;
}

.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #289dcc;
}

.comments-area .comment-author-link a {
	color: #999999;
}

.comments-area .comment-author-link a:hover {
	color: #289dcc;
}

.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #32c4d1;
	color: #ffffff;
	border-radius: 3px;
}

.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment-content {
	padding: 15px 15px 25px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment .comment-reply-link {
	float: right;
	color: #aaaaaa;
}

.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment .comment-reply-link:hover {
	color: #289dcc;
}

.comment-list {
	margin-bottom: 25px;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #289dcc;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-footer {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

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

.wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

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

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

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

/*--------------------------------------------------------------
Gallery-layout
--------------------------------------------------------------*/

.gallery {
	margin: 0 auto 2em;
}

.gallery .gallery-item {
	float: left;
	display: block;
	background: #ffffff;
	margin: 10px 1.5% 20px;
	text-align: center;
}

.gallery .gallery-item:hover {
}

.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}

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

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

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

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

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

.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}

.gallery dl a {
	display: block;
}

.gallery dl a img {
	height: auto;
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 0 0;
}

.gallery br + br {
	display: none;
}

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

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
	clear: both;
	margin-left: -5%;
}

.tg-column-1 {
	width: 100%;
	float: left;
	margin-left: 5%;
}

.tg-column-2 {
	width: 45%;
	margin-left: 5%;
	float: left;
}

.tg-column-3 {
	float: left;
	margin-left: 5%;
	width: 28.33%;
}

.tg-column-4 {
	width: 20%;
	margin-left: 5%;
	float: left;
}

.tg-column-bottom-margin {
	margin-bottom: 5%;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
	font-weight: 300;
	position: relative;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

.tg-container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.hide {
	display: none;
}

/*--------------------------------------------------------------
Header css
--------------------------------------------------------------*/

#masthead .logo {
	float: left;
	padding: 0 5px;
}

#header-text {
	float: left;
	margin-left: 30px;
	position: relative;
	top: 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.stick #header-text {
	margin-left: -3%;
}

.header-wrapper #site-title {
	display: inline-block;
	font-size: 23px;
	text-transform: uppercase;
}

.header-wrapper #site-description {
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
	padding-left: 20px;
}

#masthead .header-wrapper .logo img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#masthead .header-wrapper.stick .logo img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

#site-navigation,
.home-search {
	float: right;
}

.menu-search-wrapper {
	float: right;
}

/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/

#site-navigation .menu,
#site-navigation ul {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

#site-navigation .menu li {
	float: left;
	line-height: 58px;
	margin-left: 35px;
	position: relative;
}

.header-wrapper.stick #site-navigation .menu li {
	line-height: 60px;
}

#site-navigation .menu li:first-child {
	margin-left: 0;
}

#site-navigation .menu li a {
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	font-weight: 300;
	display: block;
}

.header-wrapper.stick #site-navigation .menu li a,
.header-wrapper.no-slider #site-navigation .menu li a {
	color: #ffffff;
}

#site-navigation .menu li:hover > a,
#site-navigation .menu li.current-one-page-item > a,
.header-wrapper.stick #site-navigation .menu li:hover > a,
.header-wrapper.stick #site-navigation .menu li.current-one-page-item > a,
.header-wrapper.no-slider #site-navigation .menu li:hover > a,
.header-wrapper.no-slider #site-navigation .menu li.current-one-page-item > a {
	color: #32c4d1;
}

/*--------------------------------------------------------------
## sub-Menu css
--------------------------------------------------------------*/

#site-navigation .menu .sub-menu li {
	display: block;
	float: none;
	text-align: center;
}

#site-navigation ul.sub-menu {
	background: #333333 none repeat scroll 0 0;
	width: 200px;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: -50%;
	-webkit-transform: X(-50%);
	-moz-transform: X(-50%);
	-ms-transform: X(-50%);
	-o-transform: X(-50%);
	transform: X(-50%);
	top: 130%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	z-index: 9999;
}

.home #site-navigation ul.sub-menu {
	background: rgba(239, 238, 238, 0.2) none repeat scroll 0 0;
}

.home .stick #site-navigation ul.sub-menu,
.home.non-transparent #site-navigation ul.sub-menu {
	background: #333333;
}

#site-navigation ul li:hover > ul.sub-menu,
.home #site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu,
.home #site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 120%;
}

.header-wrapper.stick #site-navigation ul li:hover > ul.sub-menu,
.home .stick #site-navigation ul li:hover > ul.sub-menu,
.header-wrapper.stick #site-navigation ul li.focus > ul.sub-menu,
.home .stick #site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#site-navigation ul li ul.sub-menu ul,
.home #site-navigation ul li ul.sub-menu ul {
	top: 0;
	left: 120%;
}

.home #site-navigation ul ul.sub-menu li:hover > ul,
#site-navigation ul ul.sub-menu li:hover > ul,
.home .stick #site-navigation ul ul.sub-menu li:hover > ul,
.header-wrapper.stick #site-navigation ul ul.sub-menu li:hover > ul,
.home #site-navigation ul ul.sub-menu li.focus > ul,
#site-navigation ul ul.sub-menu li.focus > ul,
.home .stick #site-navigation ul ul.sub-menu li.focus > ul,
.header-wrapper.stick #site-navigation ul ul.sub-menu li.focus > ul{
	left: 100%;
	top: 0;
}

#site-navigation .menu li ul.sub-menu li,
.stick #site-navigation .menu li ul.sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 30px;
	padding: 10px 20px;
}

#site-navigation .menu li ul.sub-menu li:first-child,
.stick #site-navigation .menu li ul.sub-menu li:first-child {
	border-top: none;
}

#site-navigation .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	text-align: center;
}

.sub-toggle {
	display: none;
}

.search-icon {
	line-height: 58px;
	padding-left: 52px;
	position: relative;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
}

.search-icon i {
	display: block;
	line-height: 60px;
}

.search-icon:before {
	position: absolute;
	content: "/";
	font-size: 15px;
	top: 0;
	left: 26px;
}

.search-icon:hover:before {
	color: #ffffff;
}

.search-box {
	background: rgba(50, 196, 209, 0.8) none repeat scroll 0 0;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-box.active {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.search-box .searchform {
	left: 50%;
	margin-left: -38%;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
}

.search-box .search-field {
	border: medium none;
	font-size: 40px;
	height: 80px;
	width: 89%;
	float: left;
	padding: 0 30px;
}

.search-box .searchsubmit {
	font-size: 27px;
	height: 80px;
	line-height: 50px;
	width: 80px;
}

.search-box .close {
	color: #ffffff;
	font-size: 140px;
	font-weight: 300;
	position: absolute;
	right: 50px;
	top: -40px;
	cursor: pointer;
}

.header-wrapper.stick .search-icon,
.header-wrapper.stick .search-icon:hover:before,
.header-wrapper.no-slider .search-icon,
.header-wrapper.no-slider .search-icon:hover:before {
	color: #ffffff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.search-icon:hover,
.header-wrapper.stick .search-icon:hover,
.header-wrapper.no-slider .search-icon:hover {
	color: #32c4d1;
}

/*/*--------------------------------------------------------------
Non stick header with slider
--------------------------------------------------------------*/

.transparent .header-wrapper,
.non-transparent .header-wrapper {
	background: #333333 none repeat scroll 0 0;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home.transparent .header-wrapper {
	background: rgba(239, 238, 238, 0.2);
}

.transparent .header-wrapper.stick,
.non-transparent .header-wrapper.stick {
	background: #333333;
	padding: 0;
}

.logged-in.customize-support .header-wrapper {
	top: 32px;
}

.stick.non-transparent #content {
	margin-top: 140px;
}

.non-stick.non-transparent #content,
.home.stick.non-transparent #content {
	margin-top: 70px;
}

.home.non-stick.non-transparent #content {
	margin-top: 0;
}

.non-stick.transparent .header-wrapper,
.non-stick.non-transparent .header-wrapper {
	position: static;
}

.home.non-stick.transparent .header-wrapper {
	background: #333333;
}

.non-stick.transparent #masthead .header-wrapper.stick .logo img,
.non-stick.non-transparent #masthead .header-wrapper.stick .logo img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.non-stick.transparent .header-wrapper.stick,
.non-stick.non-transparent .header-wrapper.stick {
	padding: 10px;
}

/*--------------------------------------------------------------
Slider css
--------------------------------------------------------------*/

.slider-wrapper,
.slider-wrapper .bxslider {
	margin: 0;
	padding: 0;
	position: relative;
}

.slider-wrapper {
	overflow: hidden;
}

.non-transparent .slider-wrapper {
	margin-top: 80px;
}

.non-stick.non-transparent .slider-wrapper {
	margin-top: 0;
}

.slider-wrapper figure {
	text-align: center;
}

.slider-wrapper .bxslider img {
	max-width: 100%;
}

.slider-wrapper .tg-container {
	left: 50%;
	margin-left: -585px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.caption-title {
	border: 4px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 50px;
	text-shadow: 0 2px 5px #333333;
	border-right: none;
	border-left: none;
	width: 78%;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.caption-title a {
	color: #ffffff;
}

.caption-title a:hover {
	color: #32c4d1;
}

.caption-title span {
	display: block;
	padding: 26px 40px;
	position: relative;
}

.caption-title span:after,
.caption-title span:before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: -102px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 102px;
}

.caption-title span:before {
	left: auto;
	right: -102px;
}

.caption-title:before,
.caption-title:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(images/slider-title-new-arrow.png) no-repeat scroll 0 center;
	width: 4px;
	height: 100%;
}

.caption-title:after {
	right: 0;
	left: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.caption-sub {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	width: 1068px;
	margin: 50px auto;
}

.slider-readmore {
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	padding: 12px 18px;
	display: inline-block;
	position: relative;
}

.slider-readmore:hover {
	color: #ffffff;
	border: 1px solid #32c4d1;
}

.slider-readmore:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #32c4d1;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider-readmore:hover:before {
	width: 100.5%;
	z-index: -9;
}

.slider-wrapper .bx-prev,
.slider-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("images/slider-arrow.png") no-repeat scroll 0 0;
	color: transparent;
	font: 0px/0 a;
	height: 48px;
	left: -23px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 23px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-wrapper .bx-next {
	-webkit-transform: rotate(180deg) translateY(50%);
	-moz-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	-o-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
	right: -23px;
	left: auto;
}

.slider-wrapper:hover .bx-prev {
	left: 30px;
}

.slider-wrapper .bx-prev:hover,
.slider-wrapper .bx-next:hover {
	background: url(images/slider-arrow-hover.png) no-repeat scroll 0 0;
}

.slider-wrapper:hover .bx-next {
	left: auto;
	right: 30px;
}

.scroll-down {
	bottom: 90px;
	color: #32c4d1;
	font-size: 24px;
	left: 50%;
	position: absolute;
	z-index: 99;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scroll-down i {
	display: block;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	-webkit-animation: flow-down 2s linear 3s infinite;
	/* Chrome, Safari, Opera */
	animation: flow-down 2s linear 3s infinite;
	/* Standard syntax */
	position: relative;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes flow-down {
	0% {
		top: 0px;
		opacity: 0.8;
	}
	50% {
		top: 9px;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0.8;
	}
}

/* Standard syntax */

@keyframes flow-down {
	0% {
		top: 0px;
		opacity: 0.8;
	}
	50% {
		top: 9px;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0.8;
	}
}

/*--------------------------------------------------------------
Video background css
--------------------------------------------------------------*/

.video-home-wrapper {
	position: relative;
}

#tubular-video #tubular-container {
	position: absolute !important;
}

.video-home-wrapper .parallax-overlay {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	z-index: 999;
}

#tubular-video #video-controls {
	bottom: 50px;
	left: 0;
	position: absolute;
	z-index: 9999;
}

#tubular-video #video-controls a {
	border: 1px solid #ffffff;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	margin-left: 10px;
	opacity: 0.6;
	text-align: center;
	width: 40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#tubular-video #video-controls a:hover {
	opacity: 1;
}

.video-caption {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	z-index: 99;
}

.video-caption-title {
	color: #ffffff;
	font-size: 70px;
	text-transform: uppercase;
}

.caption-sub.video-caption-sub {
	margin: 30px auto;
}

.video-caption-btn a {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	padding: 8px 40px;
}

/*--------------------------------------------------------------
Slider style 2 design css
--------------------------------------------------------------*/

.slider-style-2 .tg-container {
	text-align: left;
}

.slider-style-2 .caption-title::before,
.slider-style-2 .caption-title::after,
.slider-style-2 .caption-title span::after,
.slider-style-2 .caption-title span::before {
	display: none;
}

.slider-style-2 .caption-title {
	clear: both;
	margin: 0;
	text-align: left;
	border-width: 2px;
	width: auto;
	display: inline-block;
}

.slider-style-2 .caption-title span {
	display: block;
	padding: 20px;
	position: relative;
}

.slider-style-2 .caption-sub {
	margin: 40px 0;
	text-align: left;
	width: 100%;
}

/*--------------------------------------------------------------
Section common css
--------------------------------------------------------------*/

.home.stick.non-transparent #content {
	margin-top: 0;
}

.section-wrapper {
	padding: 90px 0;
}

.main-title {
	display: inline-block;
	letter-spacing: 2px;
	margin: 0 0 15px;
	position: relative;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-weight: 700;
}

.main-title:before,
.main-title:after {
	position: absolute;
	left: -148px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 108px;
	content: "";
	border-top: 2px solid #32c4d1;
}

.main-title:after {
	left: auto;
	right: -148px;
}

.section-title-wrapper {
	text-align: center;
	margin-bottom: 100px;
}

/*--------------------------------------------------------------
about section css
--------------------------------------------------------------*/

.about-title,
.contact-title {
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 30px;
	margin-bottom: 30px;
}

.about-title a {
	color: #333333;
}

.about-title a:hover {
	color: #32c4d1;
}

.about-content,
.contact-content {
	color: #373636;
	font-weight: 300;
}

.about-btn a {
	background: #302b2b none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	margin: 20px 20px 0 0;
	padding: 0 15px;
}

.about-btn a:hover {
	background: #32c4d1;
}

.about-btn a i {
	display: inline-block;
	margin-left: 5px;
}

/*--------------------------------------------------------------
call-to-action-form section css
--------------------------------------------------------------*/

#call-to-action-form {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax-section,
.no-bg-image {
	position: relative;
}

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

.no-bg-image .parallax-overlay {
	background: none !important;
}

.cta-form-section-wrapper .main-title {
	color: #ffffff;
}

.cta-form-section-wrapper .sub-title {
	color: #dfdbdb;
	margin-bottom: 70px;
}

.subscribe-form .subscribe-field {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

.subscribe-form .subscribe-submit {
	display: block;
	margin: 30px auto 0;
	width: 196px;
}

.subscribe-form .subscribe-submit .subscribe-btn {
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 56px;
	width: 100%;
	border-bottom: 3px solid #338087;
	background: #32c4d1;
}

.subscribe-form .subscribe-submit .subscribe-btn:hover {
	background: #46b3bd;
}

/*--------------------------------------------------------------
Services section css
--------------------------------------------------------------*/

.service-title {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.service-title a {
	color: #333333;
}

.service-title a:hover {
	color: #32c4d1;
}

.service_icon_class .image-wrap {
	border: 1px solid #d8d7d7;
	height: 96px;
	line-height: 96px;
	margin: 0 0 26px;
	padding: 4px;
	text-align: center;
	width: 96px;
	display: block;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
	overflow: hidden;
}

.service_icon_class .image-wrap i,
.icon-img-wrap {
	background: #f3f2f2 none repeat scroll 0 0;
	display: block;
	font-size: 36px;
	line-height: 86px;
	color: #333333;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.icon-wrap:hover {
	border-color: #32c4d1;
}

.service_icon_class .image-wrap:hover i,
.icon-img-wrap:hover {
	background: #32c4d1;
	color: #ffffff;
}

.service-content {
	color: #625e5e;
	font-weight: 300;
	margin: 20px 0 0;
}

.service-read-more {
	color: #333333;
	font-size: 14px;
	text-transform: capitalize;
}

.service-read-more i {
	margin-left: 5px;
}

.widget_service_block .section-wrapper {
	padding: 80px 0 20px;
}

/*--------------------------------------------------------------
Services image css
--------------------------------------------------------------*/

.image-wrap {
	border: 1px solid #d8d7d7;
	line-height: 96px;
	margin: 0 0 26px;
	padding: 4px;
	text-align: center;
	width: 100%;
	display: block;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
	overflow: hidden;
}

.image-wrap:hover {
	border-color: #32c4d1;
}

/*--------------------------------------------------------------
service-style-2 css
--------------------------------------------------------------*/

.service-style-2 .service_image_class .image-wrap {
	float: left;
	width: 28%;
}

.service-style-2 .image-wrap {
	line-height: normal;
}

.service-style-2 .service-desc-wrap {
	float: right;
	width: 67%;
}

.service-style-2 .service-icon-block .image-wrap,
.service-style-2 .service-image-block .image-wrap {
	float: left;
	width: 28%;
}

.service-style-2 .service-image-block .image-wrap {
	line-height: normal;
}

.service-style-2 .service_icon_class .image-wrap {
	float: left;
	width: 28%;
}

/*--------------------------------------------------------------
Call to action text section css
--------------------------------------------------------------*/

.widget_call_to_action_block .parallax-overlay {
	background: rgba(50, 196, 209, 0.9);
}

.cta-text-content {
	float: left;
	width: 70%;
}

.cta-text-title h2 {
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 1px 3px 2px rgba(204, 204, 204, 0.7);
	text-transform: uppercase;
}

.cta-text-desc {
	color: #f4f3f3;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-top: 20px;
	font-weight: 300;
}

.section-wrapper.cta-text-section-wrapper {
	padding: 70px 0 57px;
}

.cta-text-btn {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 24px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	width: 21%;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.cta-text-btn:hover {
	background: #ffffff;
}

/*--------------------------------------------------------------
Call to action text style 2 section css
--------------------------------------------------------------*/

.cta-text-style-2 .cta-text-content {
	float: none;
	text-align: center;
	width: 100%;
}

.cta-text-style-2 .cta-text-btn {
	bottom: 0;
	display: block;
	float: none;
	margin: 40px auto 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	width: 21%;
}

.cta-text-style-2 .section-wrapper.cta-text-section-wrapper {
	padding: 70px 0;
}

/*--------------------------------------------------------------
Call to action text style 3 section css
--------------------------------------------------------------*/

.cta-text-style-3 .section-wrapper {
	padding: 120px 0;
}

.cta-text-style-3 .parallax-overlay,
.cta-text-style-3 .cta-text-desc,
.cta-text-style-3 .cta-text-btn {
	display: none;
}

.cta-text-style-3 .cta-text-content {
	float: none;
	text-align: center;
	width: 100%;
}

.cta-text-style-3 .cta-text-btn {
	float: none;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Portfolio section css
--------------------------------------------------------------*/

.widget_portfolio_block .section-wrapper {
	padding-bottom: 0;
}

.portfolio-images-wrapper {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.port-img img {
	height: auto;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.portfolio-images-wrapper:hover .port-img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-hover {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.portfolio-images-wrapper:hover .portfolio-hover {
	opacity: 1;
	visibility: visible;
}

.port-link {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 10%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.portfolio-images-wrapper:hover .port-link {
	opacity: 1;
	visibility: visible;
	top: 30%;
}

.port-link a {
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-left: 15px;
	text-align: center;
	width: 52px;
}

.port-link a:first-child {
	margin-left: 0;
}

.port-link a:hover {
	background: #32c4d1 none repeat scroll 0 0;
	border-color: #32c4d1;
}

.port-title-wrapper {
	bottom: 2%;
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-ms-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}

.portfolio-images-wrapper:hover .port-title-wrapper {
	opacity: 1;
	visibility: visible;
	bottom: 10%;
}

.port-title-wrapper .port-title {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.port-title-wrapper .port-title a {
	color: #ffffff;
}

.port-title-wrapper .port-desc {
	color: #32c4d1;
	letter-spacing: 1px;
}

.home section.widget {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
Blog section css
--------------------------------------------------------------*/

.widget_featured_posts_block .parallax-overlay {
	background: rgba(255, 255, 255, 0.85);
}

.blog-block {
	background: #ffffff none repeat scroll 0 0;
	padding: 15px;
}

.blog-title {
	margin: 20px 0 10px;
}

.blog-title a {
	color: #333333;
}

.blog-title a:hover {
	color: #32c4d1;
}

.posted-date {
	color: #9c9c9c;
	font-size: 13px;
	margin-bottom: 20px;
}

.blog-readmore {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

.blog-view {
	background: #32c4d1 none repeat scroll 0 0;
	border-bottom: 2px solid #338087;
	color: #ffffff;
	display: block;
	margin: 40px auto;
	padding: 8px 15px;
	text-align: center;
	text-transform: capitalize;
	width: 100px;
}

.blog-view:hover {
	background: #46b3bd;
	color: #ffffff;
}

.default-wp-page {
	list-style: none;
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

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

.default-wp-page li.next {
	float: right;
}
.default-wp-page a {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
}

.default-wp-page a:hover {
	background: #32c4d1;
}


/*--------------------------------------------------------------
fun facts section css
--------------------------------------------------------------*/

.widget_fun_facts {
	position: relative;
}

.widget_fun_facts .parallax-overlay {
	z-index: 9;
}

.widget_fun_facts .tg-container {
	z-index: 99;
}

.widget_fun_facts .main-title,
.widget_fun_facts .sub-title,
.widget_fun_facts .counter-text {
	color: #ffffff;
}

.widget_fun_facts .counter-icon {
	color: #ffffff;
	font-size: 24px;
}

.counter-wrapper {
	text-align: center;
}

.counter-block-wrapper .counter,
.counter-block-wrapper .counter-text {
	display: block;
	text-align: center;
}

.counter-block-wrapper .counter {
	color: #32c4d1;
	font-size: 36px;
	font-weight: 700;
}

.counter-block-wrapper {
	border: 5px solid #32c4d1;
	border-radius: 100%;
	display: inline-block;
	height: 258px;
	margin-left: 30px;
	padding: 70px 0;
	width: 258px;
}

/*--------------------------------------------------------------
Team section css
--------------------------------------------------------------*/

.widget_our_team_block .parallax-overlay {
	background: rgba(0, 0, 0, 0.66);
}

.widget_our_team_block .main-title,
.widget_our_team_block .sub-title {
	color: #ffffff;
}

.team-img-wrapper .team-name,
.team-desc-wrapper .team-name {
	background: #f6f6f6 none repeat scroll 0 0;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.team-block {
	overflow: hidden;
	position: relative;
}

.team-img-wrapper {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team-desc-wrapper {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	left: 0;
	opacity: 1;
	position: absolute;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #32c4d1;
	padding: 20px 39px 0;
	height: 100%;
	width: 100%;
}

.team-block:hover .team-desc-wrapper {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	visibility: visible;
}

.team-block:hover .team-img-wrapper {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-deg {
	color: #ffffff;
	font-weight: 300;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
	text-transform: capitalize;
}

.team-deg:after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: 28px;
	width: 25px;
}

.team-content {
	color: #ffffff;
	font-weight: 300;
	margin: 35px 0 28px;
	text-align: center;
}

.team-content p {
	margin: 0;
}

.team-social {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
}

.team-social a {
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	margin: 23px 0 0 12px;
}

.team-social a:first-child {
	margin-left: 0;
}

.team-desc-wrapper .team-name {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	margin: 16px 0 17px;
	padding: 0;
	text-align: center;
}

.team-social-links {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 25px;
	text-align: center;
}

.team-block .team-social-links a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
	content: "\f005";
	color: #cccccc;
}

.team-block .team-social-links a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
	margin-left: 15px;
}

.team-block .team-social-links a:first-child:before {
	margin-left: 0;
}

.team-block .team-social-links a[href*="facebook.com"],
.team-block .team-social-links a[href*="instagram.com"],
.team-block .team-social-links a[href*="twitter.com"],
.team-block .team-social-links a[href*="plus.google.com"],
.team-block .team-social-links a[href*="youtube.com"],
.team-block .team-social-links a[href*="pinterest.com"],
.team-block .team-social-links a[href*="linkedin.com"],
.team-block .team-social-links a[href*="vimeo.com"],
.team-block .team-social-links a {
	font: 0/0 a;
	color: transparent;
}

.team-block .team-social-links a[href*="facebook.com"]::before,
.team-block .team-social-links a[href*="instagram.com"]::before,
.team-block .team-social-links a[href*="twitter.com"]::before,
.team-block .team-social-links a[href*="plus.google.com"]::before,
.team-block .team-social-links a[href*="youtube.com"]::before,
.team-block .team-social-links a[href*="pinterest.com"]::before,
.team-block .team-social-links a[href*="linkedin.com"]::before,
.team-block .team-social-links a[href*="vimeo.com"]::before,
.team-block .team-social-links a::before {
	content: '\f230';
	font-size: 21px;
	line-height: 15px;
	padding: 0;
	color: #ffffff;
}

.team-block .team-social-links a::before {
	content: "\f005";
}

.team-block .team-social-links a[href*="twitter.com"]::before {
	content: '\f081';
}

.team-block .team-social-links a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

.team-block .team-social-links a[href*="youtube.com"]::before {
	content: '\f167';
}

.team-block .team-social-links a[href*="pinterest.com"]::before {
	content: '\f0d2';
}

.team-block .team-social-links a[href*="instagram.com"]::before {
	content: '\f16d';
}

.team-block .team-social-links a[href*="linkedin.com"]::before {
	content: '\f08c';
}

.team-block .team-social-links a[href*="vimeo.com"]::before {
	content: '\f194';
}

/*--------------------------------------------------------------
Parallax video css
--------------------------------------------------------------*/
.parallax-section.parallax-video .parallax-overlay {
	background: rgba(0,0,0,0.7);
}

.widget_featured_posts_block .parallax-section.parallax-video .main-title,
.widget_featured_posts_block .parallax-section.parallax-video .sub-title {
	color: #ffffff;
}


/*--------------------------------------------------------------
contact section css
--------------------------------------------------------------*/

.contact-title {
	margin-bottom: 26px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
	color: #534f4f;
	font-weight: 300;
	height: 38px;
	margin-bottom: 2px;
	font-size: 14px;
}

.contact-form-wrapper textarea {
	height: 100px;
	resize: none;
}

.contact-form-wrapper input[type="submit"] {
	background: #32c4d1;
	color: #ffffff;
}

.contact-form-wrapper input[type="submit"]:hover {
	background: #28a8b3;
}

.detail-block {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.detail-block:last-child {
	border-bottom: none;
}

.detail-title i {
	font-size: 18px;
	width: 22px;
}

.detail-text {
	font-size: 15px;
	font-weight: 300;
	padding-left: 27px;
}

.detail-block {
	margin-bottom: 15px;
}

#map iframe {
	display: none;
	width: 100%;
	height: 620px;
}

.map-btn {
	background: #333333 none repeat scroll 0 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	cursor: pointer;
	line-height: 33px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}

.detail-block p {
	margin-bottom: 0;
}

.GoogleMaps-wrapper {
	margin-top: 90px;
}

/*--------------------------------------------------------------
our client css
--------------------------------------------------------------*/

.widget.widget_our_clients ul li::before {
	display: none;
}

.widget.widget_our_clients ul li {
	border-bottom: none;
	line-height: auto;
	padding-left: 0;
}

.widget_our_clients .section-wrapper {
	padding: 40px 0;
}

.widget_our_clients .section-title-wrapper {
	margin: 0 0 30px;
}

.clients-all-content .bx-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px 0;
	position: relative;
}

.clients-all-content .bx-controls {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.clients-all-content .bx-controls-direction {
	height: 100%;
}

.clients-all-content .bx-prev,
.clients-all-content .bx-next {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	display: block;
	height: 40px;
	left: -40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease os;
	-moz-transition: all 0.5s ease os;
	-ms-transition: all 0.5s ease os;
	-o-transition: all 0.5s ease os;
	transition: all 0.5s ease os;
	z-index: 99;
}

.clients-all-content .bx-prev i,
.clients-all-content .bx-next i {
	color: #ffffff;
	font-size: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	display: block;
	visibility: visible;
	opacity: 1;
}

.clients-all-content .bx-next {
	left: auto;
	right: -40px;
}

.clients-all-content:hover .bx-prev {
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.clients-all-content:hover .bx-next {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.client-list .bx-viewport {
	z-index: 9;
}

/*--------------------------------------------------------------
footer css
--------------------------------------------------------------*/

#colophon {
	text-align: center;
	margin-top: 70px;
}

.home #colophon {
	margin-top: 0;
}

.footer-logo {
	margin-bottom: 25px;
}

.copyright {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.copyright span {
	display: inline-block;
}

.footer-social a {
	color: #ffffff;
	display: inline-block;
	font-size: 65px;
	margin-left: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.footer-social a:hover {
	color: #32c4d1;
}

.footer-nav {
	float: right;
}

.footer-nav ul {
	margin: 0;
	padding: 7px 0;
	list-style: none;
}

.footer-nav li {
	border-left: 1px solid #ffffff;
	float: left;
	line-height: 14px;
	margin-left: 15px;
	padding-left: 15px;
}

.footer-nav li:first-child {
	border-left: none;
}

.footer-nav li a {
	color: #ffffff;
}

.footer-nav li a:hover {
	color: #32c4d1;
}

/*--------------------------------------------------------------
footer with widget css
--------------------------------------------------------------*/

#colophon.footer-with-widget {
	margin: 60px 0 0;
}

#colophon.footer #top-footer {
	padding: 70px 0 30px;
}

#top-footer,
#top-footer a {
	color: #ffffff;
	text-align: left;
}

#top-footer a:hover {
	color: #32c4d1;
}

#top-footer {
	background: #333333 none repeat scroll 0 0;
	padding: 100px 0 60px;
}

.widget ul.contact-list li::before {
	display: none;
}

#top-footer .widget ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 40px;
}

#top-footer .widget ul.contact-list li {
	padding-left: 5px;
}

#top-footer .widget-about-text {
	margin-top: 22px;
}

.widget ul.contact-list li i {
	margin-right: 10px;
}

#top-footer .widget-title {
	color: #ffffff;
}

.widget.widget_image_gallery_block ul li::before {
	display: none;
}

.widget.widget_image_gallery_block ul li {
	border: medium none;
	float: left;
	margin: 0 0 3% 3%;
	padding-left: 0;
	width: 22%;
	position: relative;
	overflow: hidden;
}

.widget.widget_image_gallery_block ul li img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget.widget_image_gallery_block ul li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.gallery-image-wrapper {
	margin-left: -3%;
}

#bottom-footer .copyright {
	border: medium none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.footer-with-widget .copyright span.copyright-text {
	float: left;
}

.footer-with-widget .copyright .reserved {
	float: right;
}

#bottom-footer {
	background: #2c2c2c none repeat scroll 0 0;
	padding: 10px 0;
}

/*--------------------------------------------------------------
footer-layout second css
--------------------------------------------------------------*/

#colophon.footer-layout-two {
	background: #333333;
	padding: 70px 0;
}

#colophon.footer-layout-two #bottom-footer {
	background: none;
}

.footer-with-widget.footer-layout-two .copyright span.copyright-text {
	float: none;
}

#colophon.footer-layout-two .footer-logo {
	margin-bottom: 0;
}

#colophon.footer-layout-two #bottom-footer .copyright {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	float: none;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.footer-nav #social li {
	border: medium none;
	padding: 0;
	display: inline-block;
	float: none;
}

#colophon.social .footer-nav {
	float: none;
}

#colophon.footer-layout-two .footer-nav li a:before {
	color: #ffffff;
	font-size: 45px;
	padding: 30px 15px 0;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#colophon.footer-layout-two .footer-nav li a:hover:before {
	color: #32c4d1;
}

#colophon.footer-layout-two #bottom-footer .copyright {
	font-size: 14px;
}

.footer-layout-two .footer-nav {
	float: none;
	text-align: center;
}

.footer-layout-two .footer-nav li {
	border: medium none;
	display: inline-block;
	float: none;
}

.footer-layout-two #footer-layout-two {
	margin-top: -20px;
}

.footer-layout-two .footer-nav {
	margin-left: -15px;
}

#colophon.footer-layout-two #top-footer {
	padding: 0 0 40px;
}

/*--------------------------------------------------------------
scroll top css
--------------------------------------------------------------*/

.scrollup {
	background-color: #32c4d1;
	border-radius: 2px;
	bottom: 30px;
	color: #ffffff;
	display: none;
	font-size: 30px;
	height: 40px;
	line-height: 36px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 40px;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
	color: #ffffff;
}

/*--------------------------------------------------------------
stick navigation css
--------------------------------------------------------------*/

#stick-navigation ul.menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#stick-navigation {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	border-radius: 0 5px 5px 0;
	left: 0;
	padding: 10px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99999;
}

#stick-navigation li a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	color: transparent;
	font: 0px/0 a;
	height: 10px;
	margin-top: 8px;
	opacity: 0.7;
	width: 10px;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	display: block;
}

#stick-navigation li.current-one-page-item a,
#stick-navigation li:hover a {
	opacity: 1;
	background: #32c4d1;
}

/*--------------------------------------------------------------
Inner page layout css
--------------------------------------------------------------*/

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

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.left-sidebar #primary {
	float: right;
}

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

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

.no-sidebar-full-width #primary {
	width: 100%;
}

.no-sidebar-full-width,
.no-sidebar,
.no-sidebar-full-width #page,
.no-sidebar #page {
	overflow: hidden;
}

/* Gutenberg Alignment */
.no-sidebar-full-width #primary .entry-content > .alignfull,
.no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
	width: unset;
}

/*--------------------------------------------------------------
Blog page css
--------------------------------------------------------------*/

.home #main {
	margin-top: 80px;
}

.entry-title a {
	color: #333333;
}

.entry-title a:hover {
	color: #32c4d1;
}

.entry-meta {
	margin: 30px 0;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	line-height: 30px;
}

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

.entry-meta a:hover {
	color: #28a8b3;
}

.entry-meta > span:after {
	color: #aeaeae;
	content: "/";
	left: 10px;
	position: relative;
	top: 0;
}

.entry-meta > span:last-child:after {
	content: "";
}

.entry-meta > span {
	margin-right: 20px;
}

.posted-on {
	font-style: normal;
}

.entry-thumbnail .blog-hover-effect {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 100%;
	height: 100%;
}

.entry-thumbnail:hover .blog-hover-effect {
	opacity: 1;
	visibility: visible;
}

.blog-hover-link {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-hover-link a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-left: 18px;
	text-align: center;
	width: 80px;
	font-size: 24px;
	color: #333333;
}

.blog-hover-link a:first-child {
	margin-left: 0;
}

.blog-hover-link a:hover {
	color: #ffffff;
	background: #32c4d1;
}

.blog-hover-link .image-popup,
.blog-hover-link .blog-inner-link {
	position: relative;
	top: -60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-hover-link .blog-inner-link {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.blog-hover-link .blog-inner-link:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.entry-thumbnail:hover .blog-hover-link .image-popup,
.entry-thumbnail:hover .blog-hover-link .blog-inner-link {
	top: 0;
}

.entry-btn .btn {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 8px 15px;
	margin-top: 16px;
}

.entry-btn .btn:hover {
	background: #32c4d1;
}

article {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 70px;
	padding-bottom: 70px;
}

.single-post article {
	padding-bottom: 20px;
}

.single-post article.hentry h1.entry-title {
	font-size: 30px;
	line-height: 1.3;
	text-transform: none;
	margin-bottom: 15px;
}

.page article.hentry h1.entry-title,
.page article.hentry h2.entry-title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
	text-transform: none;
}

/* author-box */

.author-box {
	padding: 15px;
	border: 1px solid #32c4d1;
	margin-bottom: 20px;
}

.author-box .author-img {
	float: left;
}

.author-description-wrapper {
	margin-left: 120px;
}

.author-description-wrapper .author-name {
	clear: none;
}

.author-box .author-social-sites {
	margin: 0;
	list-style: none;
}

.author-box .author-social-sites li {
	float: left;
	margin-right: 15px;
}

.author-social-sites .fa-twitter {
    color: #55acee;
}
.author-social-sites .fa-facebook {
    color: #3b5998;
}
.author-social-sites .fa-google-plus {
    color: #dd4b39;
}
.author-social-sites .fa-flickr {
    color: #006399;
}
.author-social-sites .fa-linkedin {
    color: #007BB6;
}
.author-social-sites .fa-instagram {
    color: #9c7c6e;
}
.author-social-sites .fa-youtube {
    color: #e02a20;
}
.author-social-sites .fa-tumblr {
    color: #45556C;
}

.related-posts-wrapper {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

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

.related-posts-wrapper .related-posts  {
	margin-left: -5%;
}

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

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

.related-posts-wrapper .entry-meta {
	margin: 10px 0;
}

/*--------------------------------------------------------------
Sidebar css
--------------------------------------------------------------*/

.blog-search input[type="text"] {
	float: left;
	width: 76%;
}

.blog-search input[type="submit"] {
	height: 36px;
	padding: 0 16px;
	position: relative;
	text-transform: capitalize;
}

#secondary .widget-title,
#top-footer .widget-title {
	padding-bottom: 10px;
	text-transform: capitalize;
}

#secondary .widget-title:after,
#top-footer .widget-title:after {
	background: #32c4d1 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	top: 8px;
	width: 50px;
}

.widget_search .search-field {
	float: left;
	width: 86%;
}

.widget_search .searchsubmit {
	height: 36px;
	line-height: 36px;
	padding: 0;
	width: 14%;
}

.widget ul {
	list-style: outside none none;
	margin: 0;
}

.widget ul li {
	border-bottom: 1px solid #e1e1e1;
	line-height: 35px;
	padding-left: 25px;
	position: relative;
}

.widget ul li:before {
	position: absolute;
	left: 10px;
	top: 0;
	content: "\f105";
	font-family: FontAwesome;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.widget ul li a {
	color: #333333;
}

.widget ul li a:hover,
.widget ul li:hover:before {
	color: #32c4d1;
}

.widget-tags a {
	border: 1px solid #e1e1e1;
	color: #333333;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 5px 10px;
}

.widget-tags a:hover {
	background: #32c4d1;
	color: #ffffff;
	border: 1px solid #32c4d1;
}

/*--------------------------------------------------------------
404-error css
--------------------------------------------------------------*/

.error-wrap span {
	display: block;
	text-align: center;
}

.num-404 {
	color: #32c4d1;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.error {
	background: #32c4d1 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 20px auto;
	padding: 2px 28px;
	text-transform: uppercase;
	width: 100%;
}

.error-404 .page-header,
.error-404 p {
	text-align: center;
}

.sticky {
}

.error-404 .search-field,
.no-results .search-field {
	margin-right: -4px;
	width: 60%;
}

.error-404 .searchsubmit,
.no-results .searchsubmit {
	height: 36px;
}

.search-results .page-header {
	display: none;
}

/*--------------------------------------------------------------
Social Link css
--------------------------------------------------------------*/

#social li a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
	content: "\f005";
	color: #cccccc;
}

.footer-nav li a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
}

.footer-nav li a[href*="facebook.com"],
.footer-nav li a[href*="instagram.com"],
.footer-nav li a[href*="twitter.com"],
.footer-nav li a[href*="plus.google.com"],
.footer-nav li a[href*="youtube.com"],
.footer-nav li a[href*="pinterest.com"],
.footer-nav li a[href*="linkedin.com"],
.footer-nav li a[href*="vimeo.com"] {
	font: 0/0 a;
	color: transparent;
}

.footer-nav li a[href*="facebook.com"]::before,
.footer-nav li a[href*="instagram.com"]::before,
.footer-nav li a[href*="twitter.com"]::before,
.footer-nav li a[href*="plus.google.com"]::before,
.footer-nav li a[href*="youtube.com"]::before,
.footer-nav li a[href*="pinterest.com"]::before,
.footer-nav li a[href*="linkedin.com"]::before,
.footer-nav li a[href*="vimeo.com"]::before {
	content: '\f09a';
	font-size: 21px;
	line-height: 15px;
	padding: 0;
	color: #ffffff;
}

.footer-nav li a[href*="twitter.com"]::before {
	content: '\f099';
}

.footer-nav li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

.footer-nav li a[href*="youtube.com"]::before {
	content: '\f167';
}

.footer-nav li a[href*="pinterest.com"]::before {
	content: '\f0d2';
}

.footer-nav li a[href*="instagram.com"]::before {
	content: '\f16d';
}

.footer-nav li a[href*="linkedin.com"]::before {
	content: '\f08c';
}

.footer-nav li a[href*="vimeo.com"]::before {
	content: '\f194';
}

/*--------------------------------------------------------------
Testimonial css
--------------------------------------------------------------*/

.testimonial-img-name-wrap {
	display: block;
	text-align: center;
}

.testimonial-img {
	border: 4px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	display: inline-block;
	height: 82px;
	margin-right: 1%;
	overflow: hidden;
	width: 82px;
}

.testimonial-img img {
	width: 100%;
	height: 100%;
}

.testimonial-name {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.testimonial-deg {
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.tesimonial-name-wrap {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.testimonial-content {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	margin: 20px auto;
	max-width: 85%;
	text-align: center;
	position: relative;
}

/*.testimonial-content:before{
	position: absolute;
	content: "\f10d";
	font-family: FontAwesome;
	color: #fff;
	left: -20px;
	top:-10px;
}
*/

.testimonial-content-wrapper .bx-pager-item {
	display: inline-block;
}

.testimonial-content-wrapper .bx-pager {
	text-align: center;
	margin-left: -10px;
}

.testimonial-content-wrapper .bx-pager-item a {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #cccccc;
	border-radius: 100%;
	color: transparent;
	display: block;
	font: 0px/0 a;
	height: 18px;
	margin-left: 10px;
	width: 18px;
}

.testimonial-content-wrapper .bx-pager-item a:hover,
.testimonial-content-wrapper .bx-pager-item a.active {
	background: #32c4d1;
}

/*--------------------------------------------------------------
Pricing Table css
--------------------------------------------------------------*/
.pricing-table-wrapper {
	border: 1px solid #e0e0e0;
	padding: 30px 20px;
	text-align: center;
	background: #ffffff none repeat scroll 0 0;
	position: relative;
	overflow: hidden;
}

.pricing-title {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.pricing-price {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
}

.pricing-currency {
	font-size: 40px;
	text-transform: uppercase;
}

.pricing-date {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
	color: #b2b2b2;
}

.pricing-subtitle {
	color: #b2b2b2;
}

.pricing-date::before {
	content: "/";
	left: 0;
	position: absolute;
	top: 0;
	color: inherit;
}

.widget .pricing-table-wrapper ul li:before {
	display: none;
}

.widget .pricing-table-wrapper ul li {
	color: #656363;
	padding: 0;
}

.pricing-subtitle {
	color: #474747;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 17px 0;
}

.pricing-btn {
	margin-top: 30px;
}

.pricing-btn a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px;
	text-transform: capitalize;
	color: #ffffff;
}

.pricing-as-popular {
	background: #b50101;
}

.pricing-as-popular {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 0;
	position: absolute;
	right: -27px;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 120px;
	z-index: 99;
}

/*--------------------------------------------------------------
Woocommerce css
--------------------------------------------------------------*/

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce .entry-meta-bar,
.woocommerce-page .entry-meta-bar {
	display: none;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	text-decoration: none;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: bold;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #ffffff;
	display: inline-block;
	padding: 19px 20px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #32c4d1;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 0;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #ffffff;
	background: none;
	background-color: #33363b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #32c4d1;
}

.woocommerce .woocommerce-info::before {
	color: #32c4d1;
}

.woocommerce .woocommerce-info {
	border-color: #32c4d1;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-size: 16px
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin: 0 auto 10px;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	padding: 5px 10px;
	font-size: 16px;
	z-index: 100;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	right: auto;
	margin: -3px 0 0 -3px;
	left: 0;
	top: 0;
	border-radius: 0;
	z-index: 100;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	height: 38px;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
	height: 24px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table .cart-item td,
.woocommerce-page table.shop_table .cart-item td {
	padding: 0px 12px;
}

.shop_table .product-thumbnail {
	width: 10%;
}

.shop_table .product-thumbnail img {
	max-width: 90px;
	width: 100%;
}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	padding-left: 3px;
	padding-top: 20px;
	width: 90px;
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	height: 40px;
	line-height: 1.5;
	padding: 8px 20px;
	width: 170px;
}

.woocommerce .cart_totals h2 {
	float: left;
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	padding: 12px 15px;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border-collapse: collapse;
	border-top: 1px solid #eaeaea;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
	padding-top: 20px;
}

.woocommerce-page #content .post,
.woocommerce-page #content .page {
	padding-bottom: 15px;
}

.woocommerce .related ul.products li.first,
.woocommerce-page .related ul.products li.first {
	clear: none;
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
	width: 22.05%;
	margin: 0 3.8% 2.992em 0;
}

.woocommerce .related ul.products li.product:last-child,
.woocommerce-page .related ul.products li.product:last-child {
	margin-right: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	line-height: 1.5em;
	padding: 10px;
}

.woocommerce .woocommerce-message a.button {
	margin-bottom: 10px;
}

.woocommerce-product-search input[type="submit"] {
	margin-top: 10px;
}

.social-icons-lists li {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
Header media css
--------------------------------------------------------------*/
.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: '\f04b';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: '\f04c';
}

/*--------------------------------------------------------------
Responsive css
--------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
	.no-sidebar-full-width .alignwide {
		margin-left: -2px;
		margin-right: -2px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.no-sidebar-full-width #primary .entry-content > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}

	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}

	.scroll-down {
		bottom: 20px;
	}

	.caption-title {
		font-size: 40px;
		line-height: 40px;
		width: 64%;
		font-weight: 700;
	}

	.caption-sub {
		font-size: 22px;
		line-height: 38px;
		margin: 30px auto;
		width: 1068px;
	}

	.slider-readmore {
		font-size: 18px;
		line-height: 13px;
		padding: 13px 18px;
	}

	.search-box .search-field {
		width: 93%;
	}

	.search-box .searchsubmit {
		width: 7%;
	}
}

@media (min-width: 769px) {
	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
		display: block !important;
	}
}

/* Large desktop */

@media (max-width: 1200px) {

	.no-sidebar-full-width #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}

	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}

	.tg-container {
		width: 99%;
		padding: 0 1%;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	.caption-title {
		font-size: 32px;
		line-height: 30px;
		width: 70%;
		font-weight: 700;
	}

	.caption-sub {
		width: 100%;
		margin: 20px auto;
		font-size: 22px;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.scroll-down {
		bottom: 30px;
		font-size: 18px;
	}

	.scroll-down i {
		font-size: 30px;
	}

	.portfolio-images-wrapper {
		width: 50%;
	}

	.team-desc-wrapper {
		height: 100%;
		padding: 20px;
	}

	.entry-thumbnail {
		width: 100%;
	}

	.video-caption {
		width: 99%;
	}

	#tubular-video iframe {
		max-width: none;
	}

	.section-wrapper.service-style-2 .tg-column-3 {
		width: 45%;
	}

	.section-wrapper.service-style-2 .tg-column-wrapper .clearfix {
		display: none;
	}

	.service-style-2 .service_image_class .image-wrap {
		width: 35%;
	}

	.service-style-2 .service_icon_class .service-desc-wrap {
		width: 65%;
	}

	.service-style-2 .service-desc-wrap {
		width: 60%;
	}
}

@media (min-width: 980px) and (max-width: 1080px) {
	.stick #header-text {
		margin-left: 0;
	}

	.counter-block-wrapper {
		height: 200px;
		padding: 45px 0;
		width: 200px;
	}
}



/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px) {
	#site-navigation .menu li {
		margin-left: 20px;
	}

	.caption-sub {
		font-size: 16px;
		line-height: 26px;
		margin: 15px auto;
	}

	.caption-title {
		font-size: 22px;
		line-height: 10px;
	}

	.caption-title span {
		padding: 20px 25px;
	}

	.slider-readmore {
		font-size: 14px;
		line-height: 8px;
		padding: 10px;
	}

	.scroll-down {
		bottom: 30px;
		font-size: 15px;
		line-height: 10px;
	}

	.logged-in .header-wrapper.stick,
	.home.logged-in .header-wrapper {
		top: 46px;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-btn {
		float: none;
		margin: -20px auto 0;
		width: 32%;
	}

	.section-wrapper.cta-text-section-wrapper {
		padding: 40px 0 75px;
	}

	.team-desc-wrapper {
		height: 100%;
		padding: 10px;
	}

	.search-box .search-field {
		width: 82%;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 250px;
		font-weight: 700;
		line-height: 250px;
	}

	.counter-block-wrapper {
		height: 150px;
		padding: 4px 0;
		width: 150px;
	}

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

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	.no-sidebar-full-width #primary .entry-content > .alignwide,
	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}

	.menu-search-wrapper {
		float: none;
	}

	.stick #header-text {
		margin-left: 30px;
	}

	.logged-in.customize-support .header-wrapper.stick,
	.home.logged-in.customize-support .header-wrapper {
		top: 46px;
	}

	#site-navigation .menu,
	#site-navigation ul {
		float: left;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		width: 95%;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li {
		margin-left: 20px;
		float: none;
	}

	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
		background: #333333 none repeat scroll 0 0;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header-wrapper .tg-container {
		padding: 0;
		width: 100%;
	}

	.home-search {
		padding-right: 1%;
	}

	.menu-toggle {
		display: block;
		height: 30px;
		margin-top: 19px;
		width: 30px;
		cursor: pointer;
		color: #ffffff;
		font-size: 22px;
	}

	.menu-toggle::before {
		content: "\f0c9";
		font-family: fontawesome;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		float: none;
		line-height: 40px;
		margin-left: 20px;
		width: 100%;
	}

	.sub-toggle {
		background: #32c4d1 none repeat scroll 0 0;
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 24px;
		line-height: 21px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 9px;
		width: 24px;
	}

	.sub-menu li .sub-toggle {
		right: 35px;
	}

	#site-navigation ul.sub-menu {
		float: none;
		min-width: auto;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	.home #site-navigation ul.sub-menu {
		background: #333333;
	}

	#site-navigation .sub-menu li a {
		text-align: left;
	}

	.stick #site-navigation .menu li ul.sub-menu li,
	#site-navigation .sub-menu li:first-child,
	#site-navigation .sub-menu li,
	.header-wrapper.stick #site-navigation .sub-menu li {
		border: none;
	}

	.caption-title {
		font-size: 24px;
		width: 62%;
	}

	.caption-title span {
		padding: 10px;
	}

	.caption-sub {
		font-size: 17px;
		line-height: 24px;
		margin: 20px auto;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -30%);
		-moz-transform: translate(-50%, -30%);
		-ms-transform: translate(-50%, -30%);
		-o-transform: translate(-50%, -30%);
	}

	.slider-readmore {
		font-size: 14px;
		padding: 10px 12px;
	}

	.about-content-wrapper.tg-column-wrapper {
		margin-left: 0;
		text-align: center;
	}

	.about-image.tg-column-2 {
		display: inline-block;
		margin: 0 auto 40px;
		width: 80%;
		float: none;
	}

	.about-content.tg-column-2 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-btn {
		float: none;
		margin: 0 auto;
		transform: none;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 50%;
	}

	.blog-content-wrapper .tg-column-wrapper,
	.team-content-wrapper .tg-column-wrapper {
		margin-left: 0;
	}

	.section-wrapper.service-style-2 .tg-column-3 {
		clear: both;
		display: table;
		margin: 0 0 20px;
		width: 100%;
	}

	.service-style-2 .service_icon_class .image-wrap {
		float: left;
		width: 100px;
	}

	.service-style-2 .service_icon_class .service-desc-wrap {
		width: 83%;
	}

	.service-content-wrapper .tg-column-2,
	.service-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-4,
	.blog-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-2,
	.team-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-4,
	.pricing-content-wrapper .tg-column-1,
	.pricing-content-wrapper .tg-column-2,
	.pricing-content-wrapper .tg-column-3,
	.pricing-content-wrapper .tg-column-4 {
		display: block;
		float: none;
		margin: 0 auto 20px;
		width: 70%;
	}

	.tg-column-4 {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 60px;
		padding: 0 30px;
		width: 82%;
	}

	.search-box .searchsubmit {
		font-size: 27px;
		height: 60px;
		line-height: 40px;
		width: 60px;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 200px;
		font-weight: 700;
		line-height: 210px;
	}

	.widget_fun_facts .section-wrapper {
		padding: 90px 0 70px;
	}

	.counter-block-wrapper {
		margin: 0 auto 20px;
		display: block;
	}

	.footer-with-widget .tg-column-3 {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	.footer-with-widget .tg-column-wrapper {
		margin-left: 0;
	}

	#primary {
		width: 100%;
	}

	#secondary {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.tg-column-wrapper {
		margin-left: 0;
	}

	.tg-column-2 {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.cta-text-style-2 .cta-text-btn {
		width: 31%;
	}

	.service-content-wrapper img,
	.team-block img,
	.blog-img img {
		width: 100%;
	}

	.header-wrapper #site-description,
	.header-wrapper #site-title {
		border-left: medium none;
		display: block;
		margin-left: 0;
		padding-left: 0;
	}

	#masthead .show-both .logo {
		display: none;
	}

	.video-caption-title {
		font-size: 50px;
	}

	.caption-sub.video-caption-sub {
		font-size: 20px;
	}

	.related-posts-wrapper .related-posts {
		margin-left: 0;
	}

	.related-posts-wrapper .tg-column-3 {
		display: block;
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
	.no-sidebar .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.caption-sub {
		display: none;
	}

	.caption-title {
		font-size: 16px;
		width: 80%;
	}

	.caption-title span::after,
	.caption-title span::before {
		left: -30px;
		width: 30px;
	}

	.caption-title span::before {
		right: -30px;
		left: auto;
	}

	.caption-title span {
		padding: 5px;
	}

	.slider-readmore {
		font-size: 14px;
		margin-top: 10px;
		padding: 5px;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -10%);
		-moz-transform: translate(-50%, -10%);
		-ms-transform: translate(-50%, -10%);
		-o-transform: translate(-50%, -10%);
		transform: translate(-50%, -10%);
	}

	.main-title {
		font-size: 20px;
	}

	.main-title:before,
	.main-title:after {
		left: -80px;
		width: 60px;
	}

	.service-style-2 .service_image_class,
	.service-style-2 .service-desc-wrap {
		float: none;
		width: 100%;
	}

	.main-title:after {
		left: auto;
		right: -80px;
	}

	.sub-title {
		font-size: 16px;
		line-height: 20px;
	}

	.cta-text-title h2 {
		font-size: 20px;
	}

	.cta-text-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.cta-text-btn {
		float: none;
		font-size: 16px;
		margin: 0 auto;
		padding: 10px 0;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 100%;
	}

	.blog-content-wrapper .tg-column-3 {
		box-shadow: 0 0 4px #cccccc;
		display: block;
		margin: 0 auto 20px;
		width: 59%;
	}

	.team-content-wrapper .tg-column-3 {
		display: block;
		margin: 0 auto 30px;
		width: 60%;
	}

	.widget_contact_block .tg-column-2 {
		display: block;
		float: none;
		margin-bottom: 40px;
		margin-left: 0;
		width: 100%;
	}

	.widget_contact_block .tg-column-wrapper {
		margin-left: 0;
	}

	.section-wrapper {
		padding: 50px 0;
	}

	.home #main {
		margin-top: 0;
	}

	#top-footer .tg-column-wrapper {
		margin-left: 0;
	}

	#top-footer .tg-column-3 {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.footer-with-widget .copyright span.copyright-text {
		float: none;
		display: block;
		text-align: center;
	}

	.footer-nav {
		display: block;
		float: none;
		margin: 0;
		text-align: center;
	}

	.footer-nav li {
		display: inline-block;
		float: none;
	}

	#bottom-footer {
		padding: 20px 0 10px;
	}

	#masthead .header-wrapper .logo img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	.search-icon i,
	.search-icon {
		display: block;
		line-height: 60px;
	}

	.menu-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.home .header-wrapper.transparent,
	.home .header-wrapper.transparent.non-stick {
		padding: 5px 0;
	}

	.slider-wrapper .bx-controls {
		display: none;
	}

	.search-box .close {
		font-size: 70px;
		top: 0;
	}

	.cta-text-style-2 .cta-text-btn {
		width: 50%;
	}

	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-3,
	.pricing-content-wrapper .tg-column-1,
	.pricing-content-wrapper .tg-column-2,
	.pricing-content-wrapper .tg-column-3,
	.pricing-content-wrapper .tg-column-4 {
		width: 90%;
	}

	.video-caption-title {
		font-size: 30px;
	}

	.author-box .author-img {
		float: none;
	}

	.author-box .author-img img {
		float: none;
		margin-bottom: 15px;
	}

	.author-description-wrapper {
		margin-left: 0;
	}

	.author-description-wrapper .author-name {
		clear: both;
	}
	.no-sidebar-full-width .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Landscape phones and down */

@media (max-width: 480px) {
	.main-title::before,
	.main-title::after {
		left: -30px;
		width: 20px;
	}

	.main-title::after {
		left: auto;
		right: -30px;
	}

	.sub-title {
		font-size: 14px;
		line-height: 20px;
	}

	.section-title-wrapper {
		margin-bottom: 50px;
	}

	.service-content-wrapper .tg-column-2,
	.service-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-4,
	.blog-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-2,
	.team-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-4,
	.pricing-content-wrapper .tg-column-1,
	.pricing-content-wrapper .tg-column-2,
	.pricing-content-wrapper .tg-column-3,
	.pricing-content-wrapper .tg-column-4,
	.team-img-wrapper img,
	.blog-content-wrapper img {
		width: 100%;
	}

	.cta-text-btn {
		width: 50%;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		margin-left: 15px;
		width: 96%;
	}

	.caption-title span::after,
	.caption-title span::before,
	.caption-title::before,
	.caption-title::after {
		display: none;
	}

	.caption-title {
		border: medium none;
		font-size: 14px;
		line-height: 8px;
		width: 100%;
	}

	.blog-hover-link a {
		height: 60px;
		line-height: 60px;
		margin-left: 14px;
		width: 60px;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 40px;
		padding: 0 20px;
		width: 75%;
	}

	.search-box .searchsubmit {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		width: 40px;
	}

	.num-404 {
		font-size: 130px;
		line-height: 130px;
	}

	#colophon.footer-layout-two .footer-nav li a::before {
		color: #ffffff;
		font-size: 35px;
		padding: 30px 5px 0;
	}

	.cta-text-style-2 .cta-text-btn {
		width: 70%;
	}

	.video-caption-title {
		font-size: 20px;
	}

	.video-caption-btn a {
		padding: 4px 12px;
	}
}

#GoogleMaps {
	height: 100px;
}


/*--------------------------------------------------------------
Gutenberg Blocks Layout.
--------------------------------------------------------------*/
.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: flex;
}
