/*
Theme Name: Visualizer
Theme URI: https://www.piccoreo.com/
Designer: Toon Whanphadett
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: Designed for Visualizer Studio only
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visualizer
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {position: relative;}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  color: #222;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  overflow-y: auto!important;
  height: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ul {list-style-type: square;}
ul li {margin-bottom: 16px;}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
	font-size: 3.75rem;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 90px 0;
	margin: 0;
	text-shadow: 3px 3px 7px #000;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: .74rem 1rem;
  z-index: 99;
  background: #110F10;
}
#tpbglogo {
	height: ;
	z-index: 50;
	width: 50%;
	height: 315px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(images/bg-logo.png) no-repeat right top;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  z-index: 9999;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.MainPGimage {
	position: relative;
	margin-bottom: 60px;
}
.MainPGimage img {
	width: 100%;
	height: auto;
}
.mpgMask {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 767px;
	height: 100px;
}
.page-titlebx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	padding-top: 4.5%;
	text-align: center;
	z-index: 7;
	text-shadow: 0 0 5px #000;
}
.page-titlebx h1.entry-title {
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	font-family: "Arial", sans-serif;
	font-weight: bold;
}
h2.entry-title {
	border-bottom: 0; 
	margin-top: 0;
	position: absolute;
	top: 9.5%;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
	text-shadow: 0 0 5px #000;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #666;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #eee;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fdb414;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
  z-index: 9999;
}
.navbar-brand img {max-height: 44px;}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.navbar-light .navbar-toggler {color: #fff!important;}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.dropdown-menu {
	background-color: #333;
	color: #eee;
}
.dropdown-item {color: #eee;}
.dropdown-item:focus, .dropdown-item:hover {
	color: #FDB415;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #666;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
	background: #3E383A;
	color: #ccc;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #fff;
	border-color: #FDB415;
	background: #FDB415 none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}
.single .MainPGimage {
	max-height: 300px;
	overflow: hidden;
}
.entry-meta, .entry-footer {text-align: center;display: none;}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
  padding-bottom: 40px;
  color: #333;
}
body:not(.theme-preset-active) footer#colophon {}
.navbar-dark .site-info {
  color: #333;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
  color: #333;
}
.copyright a:hover, footer#colophon a:hover {color: #fcb415;}
#bttmlogot {margin-bottom: 10px;}
#colophon .widget {margin: 0;}
#ftrcmpny {margin-bottom: 0;}


/* added by Toon */
.setclear {clear: both; float: none;}
.setclearline {clear: both; float: none; height: 1px; overflow: hidden;}
.br-1024, .br-ipxl, .br-768, .br-736, .br-667, .br-568, .br-414, .br-375, .br-360, .br-320 {display: none;}
.view-pc, .view-mb {display: none;}

#bttm-nav {text-align: center;}
#bttm-nav ul li {display: inline-block;}
#bttm-nav ul li a.nav-link {display: inline-block;}
#bttm-nav .nav {display: inline; text-transform: uppercase;}
.site-info {text-align: center;}
.pagewrapp {z-index: 99; min-height: 270px;}
#bttmcut {display: block; width: 100%; height: 150px; position: absolute; right: 0; bottom:0; background: transparent url(images/bg-main-bttm.png) repeat-x right bottom;}

.br-1024, .br-ipxl, .br-768, .br-736, .br-667, .br-568, .br-414, .br-375, .br-360, .br-320 {display: none;}
.navbar-light .navbar-toggler-icon {
	color: #fff;
	background-image:url(images/mb-nav-ico.png);
}
.navbar-light svg, .navbar-light .navbar-toggler-icon svg {fill: #fff;}
/* home page */
#page {overflow: hidden;}
#homewrapper {width: 100%; position: relative;}
#hmsplashtext {
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-size: 3.875rem;
	font-weight: 300;
	margin: 24% 0 20%;
	display: none;
}
.homecont {
	min-height: 700px;
	overflow: hidden;
}
#hmtxtbox {
	z-index: 5;
}
#hmvdoseamless {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 5;
}
#hmvidbox video {
	width: 100%;
	height: auto;
}

/* contact page */
.form-control {
	border-radius: 0;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
}
.btn-primary {
	min-width: 170px;
	background-color: #ccc;
	border-color: #ccc;
	color: #222;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary:hover {
	background-color: #FDB415;
	border-color: #FDB415;
	color: #333;
}

/* FAQs page */
.card {
	background: #333;
}
.card-header h3 {
	margin-top: 0;
	color: #eee;
	cursor: pointer;
}

/* Careers page */
.box-no-content {
	width: 60%;
	margin: 0 auto 50px;
	padding: 40px 20px 20px;
	background: #333;
	box-shadow: 0 0 5px #999;
}
.geticon {font-size: 5rem; margin-bottom: 16px; line-height: 1;}

/* Clients page */
#ourclients ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#ourclients ul li {
	display: inline-block;
	width: 17.4%;
	margin: 0 1% 16px;
	box-shadow: 0 0 5px #999;
}
.clientbox {
	padding: 10px;
	min-height: 60px;
	position: relative;
	background-size: cover;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cbframe {
	padding: 10px;
	border: 1px solid #ccc;
}
.clientbox img {
	width: 100%;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.fader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}
.clientbox:hover .fader {opacity: 0.6;}

/* Services page */
#services ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1;
}
#services ul li {
	display: inline-block;
	width: 30%;
	margin: 0 1% 16px;
	position: relative;
	padding: 10px;
	background: #111;
	vertical-align: top;
}
#services ul li h3 {
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin: 0;
	line-height: 1.2;
}
#services li .svframe {
	border: 1px solid #fff;
	padding: 40px 10px;
	margin: 0;
}
#services li#svs01 .svframe {
	padding: 20px 10px;
}
#services li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	text-decoration: none;
}
#services li#svs01 {background: #111 url('images/bg-services/01.jpg') no-repeat center center;}
#services li#svs02 {background: #111 url('images/bg-services/02.jpg') no-repeat center center;}
#services li#svs03 {background: #111 url('images/bg-services/03.jpg') no-repeat center center;}
#services li#svs04 {background: #111 url('images/bg-services/04.jpg') no-repeat center center;}
#services li#svs05 {background: #111 url('images/bg-services/05.jpg') no-repeat center center;}
#services li#svs06 {background: #111 url('images/bg-services/06.jpg') no-repeat center center;}

/* Our Works */
.pgafu-post-grid-content {
	box-shadow: 0 0 5px #999;
}
.pgafu-filter li a {
	background: #eee;
	border: 1px solid #eee;
	color: #222;
}
.pgafu-filter li a:hover {
	background: #fdb414;
	border-color: #fdb414;
}
.pgafu-post-grid-main {text-align: center;}
.pgafu-filtr-container .pgafu-post-grid-main {text-align: left;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content {background: #333;}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content:hover {background: rgb(252,180,21);}
h2.pgafu-post-title {
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pgafu-post-grid-main h2.pgafu-post-title a {color: #fff;}
.pgafu-post-grid-main .pgafu-post-grid-content:hover h2.pgafu-post-title a, .pgafu-post-grid-main .pgafu-post-grid-content:hover h2 {color: #000;}
.pgafu-post-date, .pgafu-post-short-content {display: none!important;}
.pgafu-post-grid-main.pgafu-design-1 .readmorebtn {
	display: none;
	color: #FDB415;
	border-bottom: 1px solid #FDB415;
}
.pgafu-post-grid-main.pgafu-design-1 .readmorebtn:hover, .pgafu-post-grid-main.pgafu-design-1 .readmorebtn:focus, .pgafu-post-grid-main.pgafu-design-1 .readmorebtn:active {
	background: #FDB415;
	color: #fff;
}
.ngg-gallery-thumbnail {
	background-color: #111!important;
	border: 1px solid #111!important;
}
.ngg-gallery-thumbnail-box {position: relative;}
.post-navigation {display: none;}
.pgafu-post-categories a, .pgafu-post-categories a:nth-child(4n+1), .pgafu-post-categories a:nth-child(4n+2) {background: #222;}
.ngg-galleryoverview {text-align: center!important; margin-top: 0!important;}
.ngg-gallery-thumbnail-box, .pgafu-column, .pgafu-columns {float: none!important; display: inline-block!important;}
.sl-overlay {background: #000!important;}
.sl-caption {display: none!important;}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter {color: #fff!important;}
.sl-wrapper .sl-navigation button {
	padding: 5px 10px 10px;
	background: #666;
	display: block;
	height: 64px!important;
	width: 64px!important;
	text-align: center;
	border-radius: 32px;
	color: #fff;
	line-height: 1!important;
}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg {background: none!important;}
.pgafu-post-image-bg a {display: block; height: 100%;}
.pgafu-post-image-bg a:hover img {
	filter: sepia(100%);
    -webkit-filter: sepia(1);
    -ms-filter: sepia(100%);  
	transition-timing-function: ease-in;
	transition: 0.5s;
}

/* Privacy */
#privacypolicy dt {font-size: 1.2rem;}
#privacypolicy dd {margin-bottom: 40px;}
#hmvidbox-port {display: none;}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	body {padding-bottom: 150px;}
}
@media only screen and (max-width: 1024px) {
	html {
		font-size: 90%;
	}
	body {padding-bottom: 90px;}
	#content.site-content {padding-bottom: 30px;}
	#tpbglogo {height: 115px;}
	.homecont {min-height: 800px;}
	#hmvdoseamless {display: none;}
	#bttmcut {
		height: 90px;
		background: transparent url(images/bg-main-bttm.png) repeat-x -900px bottom;
	}
	footer#colophon {padding-bottom: 0;}
	.home .entry-content {display: none;}
	.pagewrapp {min-height: 400px;}
	.page-titlebx {padding-top: 4%;}
}
@media only screen and (width: 1024px) {
	h2.entry-title {top: 9%;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html {font-size: 80%;}
	h2.entry-title {top: 80px;}
	#contactus {min-height: 552px;}
	#refunds {min-height: 532px;}
	#ourclients {min-height: 552px;}
	#aboutus {min-height: 490px;}
	.pgafu-post-grid-main {min-height: 490px;}
	#hmvidbox {display: none;}
	#hmvidbox-port {display: block; position: relative;}
	#hmvidbox-port video {width: 100%; height: auto;}
	#homewrapper {height: 740px;}
	body {background-image: none;}
	#bttmcut {/*display: none;*/}
	.mob-menu-logo-holder {background: #000;}
	.homecont {min-height: 440px;}
	.home #content.site-content {padding-bottom: 0px;}
	#footrMB {display: block;}
	.MainPGimage {margin-top: 50px;}
	footer#colophon {padding-top: 30px;}
	.clientbox img {width: 100%; height: auto;}
	.cbframe {height: auto;}
	.sl-wrapper .sl-close {top:90px!important;}
	#tpbglogo {display: none;}
	.view-mb {display: block;}
	.mb-title {font-size: 2rem; text-align: center;}
	.mobmenur-container i {color: #fff!important;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* responsive */
@media screen and (max-width: 1199px) {
	#services li .svframe {min-height: 100px;}
	#services li#svs01 .svframe {padding: 40px 10px;}
	#services ul li h3 {font-size: 1.5rem;}
	.page-titlebx h1.entry-title {font-size: 3rem;}
	.mob-menu-logo-holder {background: rgba(0,0,0,1);}
	.MainPGimage {margin-bottom: 30px; margin-top: 50px;}
	.page-titlebx {padding-top: 4.8%;}
}
@media screen and (max-width: 1023px) {
	.pagewrapp {min-height: 600px;}
}
@media screen (max-width: 991px) {
	#services li#svs02 .svframe {padding: 52px 10px;}
	h2.entry-title {top:8%;}
}
@media screen and (max-width: 991px) {
	h2.entry-title {font-size: 1.8rem; top: 10%;}
}
@media screen and (max-width: 875px) {
	.page-titlebx h1.entry-title {font-size: 250%;}
	h2.entry-title {font-size: 1.4rem;}
}
@media screen and (max-width: 768px) {
	h2.entry-title {top:6%; margin-bottom: 0;}
	#services li#svs02 .svframe {padding: 50px 10px;}
}
@media screen and (min-width: 768px) {
	.col-form-label {text-align: right;}
	#main-nav {padding-top: 10px;}
	.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content {min-height: ;}
	.pgafu-post-grid-main {margin: 0;}
	.entry-content {margin: 0;}
	.mobmenur-container i {color: #fff!important;}
}
@media only screen (min-width: 768px) and (max-width: 1024px) {
	h1.entry-title, h2.entry-title {top:8.5%;}
	.clientbox img {width: 100%; height: auto;}
	#services li#svs03 .svframe {padding: 50px 10px;}
}
@media only screen (min-width: 820px) and (max-width: 900px) {
	h2.entry-title {top: 6%;}
}
@media only screen (min-width: 768px) and (max-width: 819px) {
	h2.entry-title {top: 5.5%;}
}
@media screen and (max-width: 767px) {
	.br-667 {display: block;}
	#masthead .navbar-nav > li > a {padding-bottom: 0.938rem; padding-top: 0.938rem;}
	.single .MainPGimage {/*height: 200px;*/}
	.single .MainPGimage img {width: 100%; height: auto;}
	.MainPGimage {/*height: 150px;*/ overflow: hidden; margin-bottom: 0;}
	.MainPGimage img {width: 100%; height: auto;}
	#tpbglogo {height: 50px;}
	.mpgMask {height: 60px; width: 100%;}
	.navbar-light .navbar-brand {margin: 0; text-align: center;}
	.navbar-light .navbar-brand a {width: 100%;}
	.mob-menu-logo-holder {margin-bottom: 10px; background: rgba(0,0,0,1);}
	#services ul li {width: 100%; display: list-item;}
	#services li#svs01 .svframe {padding: 40px 10px;}
	.ngg-galleryoverview {text-align: center;}
	.ngg-gallery-thumbnail-box {clear: both!important; float: none!important;}
	.ngg-gallery-thumbnail img {display: inline-block; margin: 0 auto!important;}
	.homecont {min-height: 100px;}
	#hmsplashtext {line-height: 1.2; font-size: 4.2rem; font-weight: bold; opacity: 0.7; text-transform: uppercase;}
	.homecont section#primary {position: absolute;}
	#services li#svs02 .svframe {padding: 40px 10px;}
	h2.entry-title {top: 7.5%; position: static; margin-top: 20px; text-shadow: none; color: #333; font-size: 2rem;}
}
@media screen and (min-width: 641px) {
	.page-titlebx {display: block;}
	.view-mb {display: none;}
	.entry-content {min-height: 800px;}
}
@media screen and (max-width: 640px) {
	.page-titlebx {display: none;}
	.view-mb {
		display: block; 
		text-align: center;
	}
	#homewrapper {height: 600px;}
	.homecont, .entry-content {min-height: 800px;}
	.MainPGimage img {width: 100%; height: auto;}
	.MainPGimage {height: 90px;}
	#ourclients ul li {width: 44%; display: inline-block;}
	.pgafu-filter {padding-left: 0!important;}
	.pgafu-filter li a {font-size: 12px;}
	.pgafu-post-grid-main {margin: 0;}
	.single .MainPGimage {height: 62px;}
	.single .MainPGimage img {width: 100%; height: auto;}
	.ngg-galleryoverview {margin-top: 0;}
	dl, ol, ul {padding-left: 20px;}
	#ourclients ul li {margin: 0 1% 10px;}
	h2.entry-title {top: 7.5%;}
}
@media screen and (max-width: 480px) {
	.br-480 {display: block;}
	#hmsplashtext {font-size: 4rem;}
	#hmvidbox-port2 {display: block; position: relative;}
	#hmvidbox-port2 video {width: 100%; height: auto;}
	#homewrapper {height: 550px;}
}
@media screen and (max-width: 414px) {
	body {padding-bottom: 40px;}
	h2.entry-title {
		position: static;
		color: #333;
		text-shadow: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#bttmcut {
		height: 40px;
		background: transparent url(images/bg-main-bttm.png) repeat-x -1100px bottom;
	}
	#aboutus {min-height: 340px;}
	.single .MainPGimage {height: 90px;}
	.sl-wrapper .sl-navigation button {top:70%!important;}
	.ngg-galleryoverview {margin-bottom: 0!important;}
	#content.site-content {padding-bottom: 0;}
	.post.hentry {margin-bottom: 0;}
}
@media screen and (max-width: 375px) {
	.mob-menu-logo-holder {background: rgba(0,0,0,1);}
	#homewrapper {height: 500px;}
	.MainPGimage {height: 70px;}
	.page-id-10 .MainPGimage {height: 75px;}
	.page-id-23 footer#colophon, .page-id-29 footer#colophon, .page-id-27 footer#colophon, .page-id-201 footer#colophon {padding-top: 0;}
	.page-content, .entry-content, .entry-summary {margin: 0;}
	#aboutus {min-height: 320px;}
	#ourclients {padding-top: 10px;}
}
@media screen and (max-width: 320px) {
	.br-320 {display: block;}
	#homewrapper {height: 430px;}
	#hmsplashtext {font-size: 3.2rem;}
	.mob-standard-logo {height: 25px!important;}
	.single .MainPGimage {height: 60px;}
	h2.entry-title {font-size: 1.5rem;}
	.sl-wrapper .sl-navigation button {top:80%!important;}
	#ourclients ul li {display: list-item; width: 100%;}
}