/*
Theme Name: Total
Theme URI: https://hashthemes.com/wordpress-theme/total/
Author: Hash Themes
Author URI: https://hashthemes.com
Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce and all other major plugins. DEMO: http://demo.hashthemes.com/total/

Version: 1.1.6

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: total

Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, photography, holiday, custom-logo

*/
.call-box span a {
	color: #e80031;
}
.call-box span a {
	font-size: 24px;
	font-weight: 900;
	color: #2f3c71;
}
.number a {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px;
	font-weight: 400;
	float: right;
	letter-spacing: 0px;
}
.content-area main {
	padding:0;
}
.content-area #slider1_container {
	margin-bottom:0;
}
.pform input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	font-variant:600;
	color:#fff!important;
}
.reslide_navigator {
	display:none!important;
}
#slider1_container .reslide_arrow_left, #slider1_container .reslide_arrow_right {
	height: 46px!important;
}
#slider1_container .reslide_arrow_left {
	background-position: 90px 46px!important;
}
#slider1_container .reslide_arrow_right {
	background-position: -43px 0px!important;
}
.treat {
	overflow:hidden;
	background: url("./images/treat.jpg");
	background-size:cover;
}
.act-crowler {
	max-width: 1250px;
	margin: 0 auto;
}
/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
	margin: 0;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 [hidden], template {
 display: none;
}
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 {
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 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-appearance: textfield;
}
 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

--------------------------------------------------------------*/







code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, 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;
}
table {
	margin: 0 0 15px;
	width: 100%;
}
/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/




button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #333;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	outline: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	vertical-align: top;
}
select {
	border: 1px solid #EEE;
	height: 40px;
	padding: 3px 40px 3px 8px;
	background-color: transparent;
	line-height: 100%;
	outline: 0;
	background-image: url("images/arrow.png");
	background-position: right;
center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	outline: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
	padding: 3px 8px;
	height: 40px;
}
textarea {
	padding: 8px;
	width: 100%;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
	color: #FFC107;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:visited {
}
a:hover {
	color: #FFC107;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 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;
}
.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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.ht-clearfix:before, .ht-clearfix:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-footer:before, .site-footer:after, .ht-container:before, .ht-container:after {
	content: "";
	display: table;
}
.ht-clearfix:after, .entry-content:after, .comment-content:after, .site-footer:after, .ht-container:after {
	clear: both;
}
/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 15px;
}
/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}
/* Search widget. */

.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}
.total-hentry {
	margin: 0 0 50px;
}
 .byline, .updated:not(.published) {
 display: none;
}
.page-content, .entry-content, .entry-summary {
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}
#primary {
	width: 70%;
	float: left;
}
#secondary {
	width: 27%;
	float: right;
}
.ht_no_sidebar #primary {
	width: auto;
	float: none;
}
.ht_no_sidebar_condensed #primary {
	width: 76%;
	float: none;
	margin: 0 auto;
}
.ht_left_sidebar #primary {
	float: right;
}
.ht_left_sidebar #secondary {
	float: left;
}
.ht-post-info {
	float: left;
	width: 80px;
	text-align: right;
	font-family: 'Oswald', sans-serif;
}
.single .ht-post-info {
	margin-right: 30px;
	margin-bottom: 20px;
}
.ht-post-info .entry-date {
	display: block;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.ht-post-info .entry-date span {
	display: block;
	text-transform: uppercase;
}
.ht-post-info .entry-date span.ht-day {
	font-size: 60px;
	line-height: 1.3;
	color: #FFC107;
}
.ht-post-info a {
	display: block;
	text-decoration: none;
	line-height: 1.4;
	padding: 20px 0 0;
	text-transform: uppercase;
	border-top: 1px solid #EEE;
	font-size: 12px;
	color: #444;
	font-weight: 300;
}
.ht-post-wrapper {
	padding-left: 105px;
}
.entry-figure {
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 15px;
}
.entry-header .entry-title {
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.entry-figure + .entry-header {
	background: #FFF;
	position: relative;
	margin-top: -65px;
	width: 90%;
	padding: 15px 0 1px;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #333;
}
.entry-categories {
	font-size: 14px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}
.entry-categories .fa {
	color: #FFC107;
	margin-right: 8px;
}
.entry-categories a {
	color: #666;
	text-decoration: none;
}
.entry-readmore {
	margin-top: 20px;
}
.entry-readmore a {
	background: #FFC107;
	padding: 0 20px;
	line-height: 40px;
	color: #FFF;
	border: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
.entry-readmore a:hover {
	background: #333;
	color: #FFF;
}
/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.widget-area .widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.widget-area .widget-title:after {
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}
.widget-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-area ul ul {
	border-top: 1px solid #f9f9f9;
	margin-top: 5px;
}
.widget-area ul ul li {
	padding-left: 10px;
}
.widget-area ul ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget-area li {
	padding: 5px 0;
	border-bottom: 1px solid #f9f9f9;
}
.widget-area a {
	text-decoration: none;
	color: #404040;
}
.widget-area a:hover {
	color: #FFC107
}
.widget-area .widget {
	margin-bottom: 35px;
}
/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.author-email-url {
	margin-left: -2%;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}
.author-email-url input {
	width: 100%;
}
.comment-form .form-submit {
	margin-bottom: 0
}
#comments {
}
h3#reply-title, h3.comments-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
h3#reply-title:after, h3.comments-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #FFC107;
	height: 2px;
}
.logged-in-as, .comment-notes {
	font-size: 0.9em;
}
#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments li.comment {
	margin: 0 0 20px;
}
#comments li.comment .children {
	display: block;
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style: none;
}
article.comment-body {
	background: #fff;
	margin: 0px;
	position: relative;
}
.comment-list a {
	color: #404040;
}
.comment-list a:hover {
	color: #FFC107 !important;
}
.comment-list .comment-respond {
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}
.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}
.comment-list .vcard .fn {
	font-weight: normal;
	font-size: 16px;
}
.comment-list .edit-link {
	position: absolute;
	right: 0;
	top: 0;
}
.comment-list .edit-link a {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}
.comment-list .comment-meta {
	margin-bottom: 15px;
}
.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 14px;
}
.comment-list .comment-metadata a {
	float: left;
}
.comment-list .comment-metadata .reply {
	float: right;
}
#cancel-comment-reply-link {
	float: right;
}
.nav-previous a, .nav-next a {
	background: #FFC107;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}
.nav-next a {
	margin-right: 13px;
}
.nav-next a:after {
	content: "";
	position: absolute;
	border-left: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}
.nav-previous a {
	margin-left: 11px;
}
.nav-previous a:after {
	content: "";
	position: absolute;
	border-right: 11px solid #FFC107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}
.no-comments {
	color: #FFC107;
}
.pagination {
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	margin: 0 2px;
	background: #FFC107;
	color: #FFF;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 2px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
	background: #333;
	color: #FFF;
}
/*--------------------------------------------------------------

# 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 {
	margin-bottom: 15px;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
	margin-bottom: 15px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------

## General

--------------------------------------------------------------*/

.ht-container {
	width: 1170px;
	margin: 0 auto;
}
/*--------------------------------------------------------------

## Header

--------------------------------------------------------------*/

#ht-masthead {
	z-index: 99;
	transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
}
.ht-sticky-header #ht-masthead {
	position: fixed;
	left: 0;
	right: 0;
}
.ht-sticky#ht-masthead {
	height: 74px;
}
.ht-sticky-header #ht-content {
	position: relative;
	z-index: 9;
	padding-top: 94px;
}
#ht-site-branding {
	/*float: left;

	width: 30%;

	padding: 15px 0;

	transition: padding 0.3s ease;

	-moz-transition: padding 0.3s ease;

	-webkit-transition: padding 0.3s ease;*/

	width: 250px;
	float: left;
}
.ht-main-header {
	background: #f9f9f9;
	padding: 45px 0;
	margin-bottom: 25px;
}
.ht-main-title {
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.ht-main-title:last-child {
	margin-bottom: 0;
}
.ht-site-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1;
}
.ht-site-title a {
	text-decoration: none;
	color: #FFC107;
}
.ht-site-description {
	color: #EEE;
	margin: 0;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}
.ht-site-description a {
	color: #333;
}
#total-breadcrumbs, .woocommerce .woocommerce-breadcrumb {
	font-size: 12px;
	margin: 0;
	color: inherit;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a {
	color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover, #total-breadcrumbs a:hover {
	color: #FFC107;
}
.taxonomy-description, .term-description {
	margin-bottom: 15px;
}
.taxonomy-description p:last-child, .term-description p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------

## General

--------------------------------------------------------------*/

.ht-section {
	padding: 60px 0;
	background: #FFF;
}
.ht-section-title-tagline {
	margin-bottom: 60px;
	text-align: center;
}
.ht-section-title {
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 36px;
	width: 60%;
	margin: 0 auto 15px;
}
.ht-section-title:last-child {
	margin-bottom: 0;
}
.ht-section-tagline {
	font-size: 20px;
	width: 70%;
	margin: 0 auto;
}
/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

#ht-site-navigation {
	float: left;
	width:58%;
	padding: 60px 0 0 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}
.ht-sticky #ht-site-navigation {
	padding: 17px 0;
}
.ht-main-navigation .ht-menu {
	float: left;
}
.ht-main-navigation ul {
	background:none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.ht-main-navigation li {
	float: left;
	position: relative;
	margin-left: 10px;
}
.ht-main-navigation li.sfHover {
	background:none!important;
	color:#e80031!important;
}
.ht-main-navigation a {
	text-align:left!important;
	font-weight:500;
	color:#171717;
	display: block;
	text-decoration: none;
	line-height: 36px;
	padding: 0 15px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.ht-main-navigation a:hover {
	background:none!important;
	color:#e80031!important;
}
.ht-main-navigation ul ul a:hover {
	color:#fff!important;
}
.ht-main-navigation li.current_page_item a {
	background:none;
	color:#e80031!important;
}
.ht-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	z-index: 999;
	padding: 8px;
	margin-top: 27px;
	border-top: 2px solid #FFC107;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05)
}
.ht-sticky .ht-main-navigation ul ul {
	margin-top: 17px;
}
.ht-main-navigation .ht-menu > ul > li:last-child > ul {
	left: auto;
	right: 0;
}
.ht-main-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin: 0 0 0 8px;
	border-top: 0;
}
.ht-sticky .ht-main-navigation ul ul ul {
	margin-top: 0
}
.ht-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 10px 15px;
	font-size: 14px;
}
.ht-main-navigation ul ul li {
	float: none;
	margin: 0 0 5px;
}
.ht-main-navigation ul ul li:last-child {
	margin-bottom: 0;
}
.ht-main-navigation ul li:hover > ul {
	display: block;
}
.page-template-home-template .ht-main-navigation .current_page_item > a, .page-template-home-template .ht-main-navigation .current-menu-item > a, .page-template-home-template .ht-main-navigation .current_page_ancestor > a, .home.blog .ht-main-navigation .current_page_item > a, .home.blog .ht-main-navigation .current-menu-item > a, .home.blog .ht-main-navigation .current_page_ancestor > a {
	background: none;
	color: inherit;
}
.ht-main-navigation li:hover > a, .page-template-home-template .ht-main-navigation li:hover > a, .home.blog .ht-main-navigation li:hover > a, .ht-main-navigation .current_page_item > a, .ht-main-navigation .current-menu-item > a, .ht-main-navigation .current_page_ancestor > a, .page-template-home-template .ht-main-navigation .current > a, .home.blog .ht-main-navigation .current > a {
	color: #c0392b;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 15px;
	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%;
}
/*--------------------------------------------------------------

## Home Slider

--------------------------------------------------------------*/

.ht-slide {
	position: relative;
}
.ht-slide img {
	width: 100%;
}
.ht-slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
.ht-slide-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ht-slide-cap-title {
	text-align: center;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 10%;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}
.ht-slide-cap-title span {
	display: inline-block;
	padding: 8px 15px;
	background: #FFC107;
}
.ht-slide-cap-desc {
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	padding: 0 20%;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a {
	height: 70px;
	width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
#ht-home-slider-section .bx-wrapper .bx-prev {
	background: url(images/prev.png) no-repeat center rgba(0, 0, 0, 0.3);
	left: 0;
}
#ht-home-slider-section .bx-wrapper .bx-next {
	background: url(images/next.png) no-repeat center rgba(0, 0, 0, 0.3);
	right: 0;
}
/*--------------------------------------------------------------

## About Section

--------------------------------------------------------------*/

#ht-about-us-section {
	background: #FFF;
}
#ht-about-us-section .ht-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.ht-about-sec {
	width: 54%;
	padding-right: 30px;
}
.ht-about-sec h2 {
	text-align: left;
	width: auto;
}
.ht-progress {
	margin-bottom: 20px;
}
.ht-progress:last-child {
	margin-bottom: 0;
}
.ht-progress h6 {
	font-weight: 300;
	margin-bottom: 5px;
}
.ht-progress-bar-sec {
	margin-top: 30px;
}
.ht-progress-bar {
	height: 8px;
	width: 100%;
	position: relative;
	line-height: 20px;
	font-size: 13px;
	background: #f6f6f6
}
.ht-progress-bar-length {
	background: #FFC107;
	height: 100%;
	text-align: right;
	padding-right: 20px;
}
.ht-progress-bar-length span {
	position: absolute;
	right: 0;
	bottom: 100%;
}
.ht-about-image {
	width: 45%;
	padding-left: 30px;
}
/*--------------------------------------------------------------

## Featured Section

--------------------------------------------------------------*/

#ht-featured-post-section {
	background: #FFC107;
	color: #FFF;
	padding-bottom: 80px;
}
.ht-featured-post-wrap {
	margin-left: -3%;
}
.ht-featured-post {
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	border:2px solid #FFF;
	padding: 30px;
}
.ht-featured-post h5 {
	text-transform: uppercase;
	margin-bottom: 25px;
}
.ht-featured-icon {
	display: inline-block;
	color: #FFF;
	font-size: 46px;
	line-height: 80px;
	width: 180px;
	background: #FFC107;
	-ms-transform: translateY(-35px);
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}
.ht-featured-icon .fa {
	vertical-align: bottom;
}
.ht-featured-link {
	-ms-transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transform: translateY(52px);
}
.ht-featured-link a {
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
	background: #FFF;
	color: #FFC107;
	border-right: 10px solid #FFC107;
	border-left: 10px solid #FFC107;
}
.ht-featured-link a:hover {
	background: #333;
	color: #FFF;
}
/*--------------------------------------------------------------

## Portfolio Section

--------------------------------------------------------------*/

.ht-portfolio-cat-name-list {
	text-align: center;
	margin-bottom: 30px;
	text-align: right;
}
.ht-portfolio-cat-name-list .fa {
	vertical-align: middle;
	color: #FFC107;
}
.ht-portfolio-cat-name {
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #BBB;
	line-height: 1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
 .ht-portfolio-cat-name:nth-child(2) {
 border-left: 0;
 margin-left: 0;
}
.ht-portfolio-cat-name:hover, .ht-portfolio-cat-name.active {
	color: #FFC107;
}
.ht-portfolio-post-wrap {
	margin: 0 -7.5px;
}
.ht-portfolio {
	width: 33.33%;
	float: left;
	padding: 7.5px;
}
.ht-portfolio-outer-wrap {
	position: relative;
}
.ht-portfolio-wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f9f9f9;
}
.ht-portfolio-wrap img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.ht-portfolio-caption {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	padding: 30px;
	opacity: 0;
	background: rgba(255, 193, 7, 0.9);
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	overflow: hidden;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption {
	opacity: 1;
}
.ht-portfolio-caption h5 {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	-ms-transform: translate(300px, 0);
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption h5 {
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.ht-portfolio-caption a {
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #FFC107;
	font-size: 14px;
	background: #FFF;
	margin: 10px 5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.ht-portfolio-caption a.ht-portfolio-image {
	-ms-transform: translate(-300px, 0);
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
	right: 66px;
}
.ht-portfolio-caption a.ht-portfolio-link {
	-ms-transform: translate(-300px, 0);
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link, .ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image {
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/*--------------------------------------------------------------

## Service Section

--------------------------------------------------------------*/

#ht-service-post-section {
	position: relative;
	padding: 40px 0;
	background: #F5F5F5;
}
.ht-service-left-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}
.ht-service-posts {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.ht-service-post-wrap {
	position: relative;
}
.ht-service-post-wrap:after {
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #FFC107;
}
.ht-service-posts .ht-section-title-tagline {
	text-align: left;
	margin-bottom: 21px;
}
.ht-service-posts .ht-section-title {
	width: auto;
}
.ht-service-posts .ht-section-tagline {
	width: auto;
}
.ht-service-post {
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}
.ht-service-post:last-child {
	margin-bottom: 0
}
.ht-service-icon {
	float: left;
	font-size: 18px;
	background: #FFC107;
	width: 50px;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	cursor: pointer;
	border-radius: 50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.ht-active .ht-service-icon {
	box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #FFC107;
}
.ht-service-excerpt {
	padding-left: 65px;
}
.ht-service-text {
	display: none;
}
.ht-service-excerpt h5 {
	margin: 15px 0 6px;
	cursor: pointer;
}
/*--------------------------------------------------------------

## Team Section

--------------------------------------------------------------*/

.ht-team-member-wrap {
	margin-left: -2%;
}
.ht-team-member {
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
}
.ht-team-member img {
	width: 100%;
}
.ht-team-member-image {
	position: relative;
	overflow: hidden;
}
.ht-team-social-id {
	padding: 10px;
}
.ht-team-social-id a {
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 16px;
	line-height: 32px;
	background: #FFC107;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}
.ht-team-social-id a:hover {
	background: #333;
	color: #FFF;
}
.ht-team-member-excerpt {
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	color: #FFF !important;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	opacity: 0;
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.ht-team-member:hover .ht-team-member-excerpt {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ht-team-member-excerpt-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.ht-team-member-excerpt-wrap .ht-team-member-span {
	display: table-cell;
	vertical-align: middle;
}
.ht-title-wrap {
	background: rgba(255, 193, 7, 0.9);
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	opacity: 1;
}
.ht-team-member:hover .ht-title-wrap {
	opacity: 0;
}
.ht-team-member h6 {
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}
.ht-team-member .ht-title-wrap h6 {
	padding: 0;
	margin: 0;
}
.ht-team-member h6 a {
	text-decoration: none;
	color: inherit;
}
.ht-team-member .ht-team-member-excerpt h6:after {
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}
.ht-team-member .ht-team-designation {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.ht-team-detail {
	background: #FFF;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFC107;
	padding: 0 10px;
	text-decoration: none;
	line-height: 30px;
	font-size: 0.9em;
}
.ht-team-detail:hover {
	background: #333;
	color: #FFF;
}
/*--------------------------------------------------------------

## Counter Section

--------------------------------------------------------------*/

#ht-counter-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
	background-attachment: fixed;
	position: relative;
	background-position: 50% 0;
}
#ht-counter-section .ht-section {
	background: none;
}
#ht-counter-section .ht-counter-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}
#ht-counter-section .ht-container {
	position: relative;
}
.ht-team-counter-wrap {
	margin-left: -5%;
}
.ht-counter {
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}
.ht-counter:after {
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}
.ht-counter:before {
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}
.ht-counter-count {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.ht-counter-icon {
	display: inline-block;
	font-size: 36px;
	color: #FFC107;
	position: relative;
	-ms-transform: translate(0, -17px);
	-webkit-transform: translate(0, -17px);
	transform: translate(0, -17px);
	line-height: 36px;
}
.ht-counter-title {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	margin: 0;
}
/*--------------------------------------------------------------

## Logo Section

--------------------------------------------------------------*/

.ht_client_logo_slider img {
	padding: 0 26px;
}
/*--------------------------------------------------------------

## Testimonial Section

--------------------------------------------------------------*/

#ht-testimonial-section {
	padding: 60px 0 80px;
}
.ht-testimonial-wrap .bx-wrapper img {
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #FFC107;
	padding: 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.ht-testimonial-excerpt {
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
}
.ht-testimonial-excerpt .fa-quote-left {
	position: absolute;
	top: 0;
	left: -65px;
	font-size: 60px;
	color: #EEE;
	z-index: -1;
}
.ht-testimonial h6 {
	text-align: center;
	margin: 0;
}
.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	background: #FFC107;
	height: 50px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.ht-testimonial-wrap .bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}
.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a:hover {
	background: #333;
}
/*--------------------------------------------------------------

## Blog Section

--------------------------------------------------------------*/

#ht-blog-section {
	background: #f6f6f6;
	padding-bottom: 30px;
}
.ht-blog-wrap {
	margin-left: -3%;
}
.ht-blog-post {
	float: left;
	margin-left: 3%;
	width: 30.333%;
	background: #FFF;
	margin-bottom: 30px;
	border-bottom: 6px solid #FFC107;
}
 .ht-blog-post:nth-child(3n+1) {
 clear: both;
}
.ht-blog-thumbnail a {
	display: block;
	position: relative;
}
.ht-blog-thumbnail a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.ht-blog-thumbnail:hover a:after {
	width: 100%;
}
.ht-blog-excerpt {
	padding: 20px;
}
.ht-blog-excerpt h5 {
	font-weight: 400;
	margin-bottom: 15px
}
.ht-blog-excerpt h5 a {
	color: #444;
}
.ht-blog-date {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.ht-blog-date .fa {
	margin-right: 10px;
}
.ht-blog-read-more {
	padding: 0 20px 20px;
	text-align: right;
}
.ht-blog-read-more a {
	display: inline-block;
	background: #FFC107;
	color: #FFF;
	padding: 0 15px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
}
.ht-blog-read-more a:hover {
	background: #333;
	color: #FFF;
}
/*--------------------------------------------------------------

## Contact Section

--------------------------------------------------------------*/

#ht-cta-section {
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: 50% 0;
}
#ht-cta-section .ht-section {
	padding: 80px 0;
	background: none;
}
#ht-cta-section .ht-section-title-tagline {
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#ht-cta-section .ht-cta-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
#ht-cta-section .ht-container {
	position: relative;
}
.ht-cta-buttons {
	text-align: center;
}
.ht-cta-buttons a {
	display: inline-block;
	padding: 0 30px;
	line-height: 52px;
	color: #FFF;
	border-radius: 1px;
	margin: 0 4px;
	font-family: 'Oswald', sans-serif;
}
.ht-cta-buttons a.ht-cta-button1 {
	background: #FFC107;
}
.ht-cta-buttons a.ht-cta-button2 {
	background: #333;
}
.ht-cta-buttons a.ht-cta-button1:hover {
	background: #333;
	color: #FFF;
}
.ht-cta-buttons a.ht-cta-button2:hover {
	background: #FFC107;
	color: #FFF;
}
/*--------------------------------------------------------------

## Footer

--------------------------------------------------------------*/

#ht-colophon {
	margin-top: 40px;
	background: url(images/footer-bg.jpg);
	border-top: 4px solid #FFC107;
	font-size: 16px;
}
.page-template-home-template #ht-colophon, .home.blog #ht-colophon {
	margin-top: 0
}
#ht-colophon a {
	color: #BBB;
	text-decoration: none;
}
#ht-colophon .widget-title {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #BBB;
	margin-bottom: 15px;
}
#ht-top-footer {
	color: #BBB;
	padding: 50px 0;
}
.ht-top-footer {
	margin-left: -3%;
}
.ht-footer {
	float: left;
	width: 22%;
	margin-left: 3%;
}
.ht-footer .widget {
	margin-bottom: 30px;
}
.ht-footer .widget:last-child {
	margin-bottom: 0;
}
.ht-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ht-footer ul li {
	padding: 2px 0 2px 0;
}
#ht-bottom-footer {
	background: rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	color: #AAA;
	line-height: 1.2;
	text-align: center;
}
.ht-site-info a {
	border-bottom: 1px dotted #AAA;
}
#ht-back-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #111;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#ht-back-top:hover {
	background: #FFC107;
}
#ht-back-top.ht-hide {
	bottom: -100px;
}
/*--------------------------------------------------------------

## 404 Page

--------------------------------------------------------------*/

.error404 .error-404 {
	display: block;
	text-align: center;
	font-size: 200px;
	color: #f9f9f9;
	line-height: 1.2;
}
.error404 .oops-text {
	text-align: center;
}
.toggle-bar {
	display: none;
}
/*--------------------------------------------------------------

## Odometer CSS

--------------------------------------------------------------*/

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center;
}
/*--------------------------------------------------------------

## WooCommerce CSS

--------------------------------------------------------------*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #dadada;
	border-radius: 2px;
	text-align: center;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	border-color: #FFC107
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.woocommerce ul.products li.product .total-product-title-wrap {
	padding: 20px 10px 0;
}
.woocommerce ul.products li.product a {
	color: inherit;
}
.woocommerce ul.products li.product h3 {
	font-family: 'Pontano Sans', sans-serif;
	margin: 0 0 6px;
	padding: 0;
}
.woocommerce ul.products li.product .price {
	font-weight: 500;
	font-size: 20px;
	color: #FFC107;
	margin: 0;
}
.woocommerce ul.products li.product .price del {
	display: inline;
	color: #999;
	opacity: 1;
}
.woocommerce ul.products li.product .price ins {
	display: inline;
	font-weight: 400;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
	color: #FFF;
	background-color: #FFC107;
	border:1px solid #FFC107;
	height: 40px;
	margin-bottom: -20px;
	line-height: 20px;
	font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #333;
	border:1px solid #333;
	color: #FFF;
}
.woocommerce ul.products li.product .button {
	margin: 0;
	transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	font-size: 16px;
	background-color: #FFF;
	border:1px solid #dadada;
	border-radius: 3px;
}
.woocommerce ul.products li.product:hover .button {
	border-color: #FFC107;
	background-color: #FFC107;
	color: #FFF;
}
.woocommerce ul.products li.product .button.loading {
	opacity: 1;
}
.woocommerce a.added_to_cart {
	padding-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 25px;
	font-size: 13px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border-color: #FFC107;
	background-color: #FFC107;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #333;
	border-color: #333;
	color: #FFF;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	display: block;
	background: #FFC107;
	color: #FFF;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #333;
	color: #FFF;
}
.woocommerce span.onsale {
	min-height: 0;
	min-width: 0;
	padding: 0 15px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 0;
	background-color: #FFC107;
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 -6px;
	top: 0;
	left: 0;
}
.woocommerce span.onsale:after {
	border-color: transparent #e8ae00 #e8ae00 transparent;
	border-width: 3px;
	border-style: solid;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0px;
}
.woocommerce ul.products li.product .onsale {
	margin: 10px -6px 0 0;
}
.woocommerce ul.products li.product .onsale:after {
	border-color: transparent transparent #e8ae00 #e8ae00;
	border-width: 3px;
	border-style: solid;
	right: 0px;
	left: auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #FFC107
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 400;
}
.woocommerce .product_meta {
	font-size: 15px;
}
.woocommerce .product_meta a {
	color: inherit;
}
.woocommerce .product_meta a:hover {
	color: #FFC107;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 2px solid #FFC107;
	padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 0;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: #333;
	border-radius: 0;
	margin: 0 6px 0 0;
	padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #FFC107;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #FFF !important;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews h3 {
	font-size: 22px;
	margin-bottom: 30px;
}
.related.products h2 {
	margin-bottom: 30px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	background: #FFC107;
	padding: 10px 20px;
	color: #FFF;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background: #333;
	color: #FFF;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: #FFC107;
	border-color: #FFC107;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	line-height: 40px;
	font-size: inherit;
	padding: 0;
}
.select2-container .select2-choice {
	border: 1px solid #EEE;
	font-size: 0.9em;
	color: inherit;
	border-radius: 0;
}
.select2-results {
	font-size: 0.9em;
	color: inherit;
}
.select2-drop-active {
	border-color: #EEE;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-color: #EEE;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #FFC107;
	font-size: 0.9em;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	color: #FFC107;
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
	padding: 5px 20px;
	line-height: 1;
	height: auto;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
}
#customer_details {
	margin-bottom: 40px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #EEE;
	border-radius: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-top: 4px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}
.woocommerce a.remove {
	font-family: Arial;
	font-weight: normal;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 8px;
}
.woocommerce .widget_layered_nav ul li {
	padding: 5px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #FFF;
	border: 4px solid #FFC107;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #FFC107
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #EEE;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	height: 20px;
	width: 20px;
	top: -6px;
	margin-left: -10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation-link a {
	background: #FFC107;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 5px;
	display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover {
	background: #333;
}
 @media screen and (max-width: 1200px) {
 .ht-container {
 width: auto;
 padding: 0 0;
}
 .ht-slide-caption {
 width: 80%;
 margin-left: -40%;
}
}
 @media screen and (max-width: 1000px) {
.cform input[type="text"] {
width:100%;
}
 .toggle-bar {
 display: block;
 position: absolute;
 top: 22px;
 right: 20px;
 height: 50px;
 width: 50px;
 background: #FFC107;
 cursor: pointer;
}
 .toggle-bar span {
 position: absolute;
 top: 50%;
 margin-top: -2px;
 height: 4px;
 left: 8px;
 right: 8px;
 background: #2f3c71;
 box-shadow: 0 10px 0 0 #2f3c71, 0 -10px 0 0 #2f3c71;
}
 .ht-sticky-header #ht-masthead {
 position: static;
}
 .ht-sticky#ht-masthead {
 height: 94px;
}
 #ht-site-navigation {
 width: 20%;
}
 #ht-site-branding {
 width: 80%;
 float: left;
}
 .ht-sticky #ht-site-branding {
 padding: 15px 0;
}
 .ht-sticky-header #ht-content {
 padding-top: 0;
}
 .ht-main-navigation .ht-menu {
 display: none;
 position: absolute;
 left: 0;
 right: 0;
 top: 76px;
 background: #FFC107;
 z-index: 999;
}
 .ht-main-navigation li {
 float: none;
 margin-left: 0;
 text-align: center;
}
 .page-template-home-template .ht-main-navigation .current_page_item > a, .page-template-home-template .ht-main-navigation .current-menu-item > a, .page-template-home-template .ht-main-navigation .current_page_ancestor > a, .home.blog .ht-main-navigation .current_page_item > a, .home.blog .ht-main-navigation .current-menu-item > a, .home.blog .ht-main-navigation .current_page_ancestor > a, .ht-main-navigation a {
 color: #FFF;
}
 .ht-main-navigation a:hover {
background:none!important;
color:#fff!important;
}
 .ht-main-navigation ul ul {
 position: static;
 padding: 0;
 margin-top: 0;
}
 .ht-main-navigation ul ul ul {
 margin: 0;
}
 #ht-team-section {
 padding-bottom: 30px;
}
 .ht-team-member {
 width: 48%;
 margin-bottom: 30px;
}
}
 @media screen and (max-width: 989px) {
 .sf-arrows a.sf-with-ul {
background: #e80031!important;
}
 .ht-main-navigation li:hover > a, .page-template-home-template .ht-main-navigation li:hover > a, .home.blog .ht-main-navigation li:hover > a, .ht-main-navigation .current_page_item > a, .ht-main-navigation .current-menu-item > a, .ht-main-navigation .current_page_ancestor > a, .page-template-home-template .ht-main-navigation .current > a, .home.blog .ht-main-navigation .current > a {
 color: #fff!important;
}
}
 @media screen and (max-width: 768px) {
 .owl-pagination {
display:none!important;
}
 .ht-section-title, .ht-section-tagline {
width: auto;
}
 #ht-about-us-section .ht-container {
display: block;
}
 .ht-about-sec {
width: auto;
float: none;
padding: 0;
margin-bottom: 30px;
}
 .ht-about-image {
width: auto;
float: none;
padding: 0;
text-align: center;
}
 .ht-featured-post-wrap {
margin-left: 0;
}
 .ht-featured-post {
float: none;
margin: 0 auto 80px;
width: 75%;
}
 .ht-featured-post:last-child {
margin-bottom: 0;
}
 .ht-portfolio-cat-name-list {
text-align: center;
}
 .ht-service-left-bg {
display: none;
}
 .ht-service-posts {
float: none;
width: auto;
padding: 0;
}
 #ht-service-post-section {
padding: 60px 0;
}
 #ht-counter-section {
background-size: cover;
background-position: center !important;
}
 .ht-counter {
 width: 45%;
 margin-bottom: 60px;
}
 #ht-counter-section {
 padding-bottom: 0;
}
 .ht-blog-wrap {
 margin: 0;
}
 .ht-blog-post {
 width: 75%;
 margin: 0 auto 30px;
 float: none;
}
 .ht-blog-post img {
 width: 100%;
}
 #ht-cta-section {
 background-size: cover;
 background-position: center !important;
}
 .ht-top-footer {
 margin-left: 0;
}
 .ht-footer {
 width: auto;
 margin: 0 0 30px;
 float: none;
}
 .ht-footer:last-child {
 margin-bottom: 0;
}
 .ht-slide-cap-title {
 font-size: 24px;
 font-size: 4vw;
 margin-bottom: 10px;
}
 .ht-slide-cap-desc {
 font-size: 14px;
 font-size: 3vw;
}
 #primary {
width: auto !important;
float: none !important;
margin-bottom: 30px;
}
 #secondary {
width: auto !important;
float: none !important;
margin-bottom: 30px;
}
}
 @media screen and (max-width: 580px) {
 #ht-home-slider-section .bx-wrapper .bx-controls-direction a, .ht-testimonial-wrap .bx-wrapper .bx-controls-direction a {
display: none;
}
 .ht-team-member-wrap {
margin-left: 0;
}
 .ht-team-member {
width: 75%;
float: none;
margin: 0 auto 30px;
}
 .ht-team-counter-wrap {
margin-left: 0;
}
 .ht-counter {
width: 75%;
float: none;
margin: 0 auto 60px;
}
 .ht-portfolio {
width: 50%;
padding: 4px;
}
 .ht-container {
padding:0;
}
 #ht-site-branding {
width:43%;
}
 #ht-site-branding img {
width:140px;
}
 h2.mainhd {
font-size:16px;
font-weight:400;
padding:10px 0;
margin:0;
}
 .baoutright {
margin-top:15px;
}
 #ht-site-navigation {
padding:20px;
}
}
 @media screen and (max-width: 480px) {
<!--
home--> .cform .wpcf7-form-control-wrap {
width:93%;
}
 .cform input[type="text"] {
width: 100%;
}
 .cform input[type="email"] {
width: 100%;
margin-left:0;
margin-right:0;
}
 .six-img {
margin:0 auto;
}
 .logo_showcase .slick-dots {
display:none!important;
}
 .textarea {
width:100%;
}
 .seasons-pane img {
display:inline-block;
margin:0 auto;
float:none;
}
<!--
end home--> .ht-blog-post, .ht-featured-post {
 width: auto;
}
 .ht-team-member-wrap {
 margin-left: 0;
}
 .ht-team-member, .ht-counter {
 width: auto;
 float: none;
}
 .ht-testimonial-excerpt {
 width: auto;
}
 .ht-testimonial-excerpt .fa-quote-left {
 left: 0;
}
 .ht-cta-buttons a {
 display: block;
 margin: 0 0 15px;
}
 .ht-post-info {
 float: none;
 width: auto;
 margin-bottom: 20px;
}
 .ht-post-wrapper {
 padding-left: 0;
}
}
 @media screen and (min-width: 1001px) {
 .ht-main-navigation .ht-menu {
 display: block !important;
}
}
/*=== my css===*/

/*

You can add your own CSS here.

*/

body {
	color:#39393c!important;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight:400;
	line-height:normal;
	outline:0;
	list-style:none;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
.padding-top0 {
	padding-top:0!important;
}
.padding-bottom0 {
	padding-bottom:0!important;
}
.yellow-text {
	font-weight:700;
	color:#ffd700;
}
.gray-text {
	color:#39393c!important;
}
.fleasPara p {
	line-height:26px!important;
	margin-bottom: 5px!important;
}
#content11 h4 {
	color: #2f3c71;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 8px;
	text-transform: capitalize;
}
/*validation css*/
.quotefm .span.wpcf7-not-valid-tip {
	font-size: 12px!important;
	padding-top:2px!important;
}
/*End validation css*/

/*home thumb slider8*/
.categoryshop > section {
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 20px;
}
.categoryshop > section .cont aside p {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
.headings2 .carousel-box p {
	font-size: 13px!important;
	font-weight: 600;
	line-height: 20px;
}
.categoryshop .act-crowler .owl-controls {
	position: relative;
}
/*owl gallery inner page*/
.owl-carousel.forcenter .owl-wrapper-outer {
}
.owl-carousel.forcenter .owl-controls {
	display:none!important;
}
.owl-carousel.threecenter .owl-controls {
	display:none!important;
}
.touchcarousel.dotnone .owl-controls {
	display:none!important;
}
/*end owl gallery inner page*/

#boxscroll h4 {
	font-size: 20px;
	color: #2f3c71!important;
	font-weight: 400;
	margin: 18px 0px 3px 0px;
	text-transform: capitalize;
}
.margin-top15 {
	margin-top:15px;
}
.containerss {
	margin-bottom:35px!important;
	overflow: hidden;
}
/*bradcrumb*/
#total-breadcrumbs, #total-breadcrumbs span.current {
	color:#626262;
}
/*bradcrumb*/

/*slider css*/
#slider1_container .reslide_arrow_left {
	margin-left:59px;
}
#slider1_container .reslide_arrow_right {
	margin-right:59px;
}
.ed-item {
	background:#2f3c71;
	padding:0px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align: center;
	overflow:hidden;
	height:162px;
	width:166px;
	cursor:pointer;
	position:relative;
	position:relative;
	display:table-cell;
	display:block;
	margin:0 auto;
}
.ed-item img {
}
/*end slider css*/

/*testimonial css*/
.sp-testimonial-section .owl-controls .owl-pagination .owl-page.active {
	background:none!important;
}
.cd-testimonials-wrapper {
	margin: 2em auto;
	padding: 0px 30px 40px 30px!important;
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	min-height:135px;
}
.tseti-plg .tf-client-testimonial {
	line-height:26px!important;
	text-align:center;
	color:#1a1a1a!important;
}
.tseti-plg img {
	margin:0 10px;
}
.sp-testimonial-section .owl-controls .owl-buttons div.owl-prev {
	display:none;
}
.sp-testimonial-section .owl-controls .owl-buttons div.owl-next {
	display:none;
}
/*end testimonial css*/

<!--
thumb slider--> .logo_showcase {
	padding:0 60px 20px !important;
}
.slick-list {
	padding:0!important;
}
.logo_showcase .slick-slide {
	padding: 0 15px;
}
.logo_showcase.center .slick-slide {
	position:relative; /*width:210px!important;*/
	transform:none!important;
	opacity:9!important;
	overflow:visible!important;
	maring:0 6px 19px 0;
}
.logo_showcase .slick-slide img {
	width:92%;
	height:auto;
	border:0!important;
	background:#2f3c71;
	padding:0px 0px;
	color: #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align: center;
	overflow:hidden;
	height:162px;
	width:166px;
	cursor:pointer;
	position:relative;
	position:relative;
	display:table-cell;
	display:block;
	margin:18px auto auto auto;
}
.logo_showcase .slick-slide img:hover {
	border:2px solid #fff!important;
	-moz-box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
}
.logo_showcase .slick-slide .logo-title {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	margin-top:18px;
	font-size:13px;
	color:#2f3c71!important;
	text-align:center;
	font-weight:600;
}
li.slick-slide {
	height:224px!important;
	position:relative!important;
}
.logo_showcase .slick-dots li {
	width:16px!important;
	height:16px!important;
}
.logo_showcase .slick-dots li button {
	border:none!important;
	background-color:#f00!important;
	width:16px!important;
	height:16px!important;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
li.slick-active button {
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
/*.logo_showcase .slick-dots li button{ width:14px; height:14px; float:left; margin-right:0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background-color:#f00; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.slick-active{ background-color:#f00; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9;}*/


.actpestcontrol.htm {
}
<!--
end thumb slider--> .clear {
	clear:both;
}
.mobbut {
	display:none;
}
.ftd-banner {
	margin-top: -10px;
	margin-bottom:22px;
}
.ftd-banner img {
	width:100%;
}
p strong {
	font-weight: 600;
}
.ht-main-navigation ul ul a:hover {
	background:#e80031!important;
}
ul.sub-menu {
	border:0!important;
	min-width: 250px!important;
	;
	box-shadow:none!important;
	padding:0!important;
	margin:0!important;
}
ul.sub-menu li {
	background:#2f3c71!important;
	padding:0!important;
	margin-bottom:0!important;
}
ul.sub-menu a {
	color:#fff!important;
	padding: 7px 12px!important;
}
ul.sub-menu a:hover, ul.sub-menu a.active {
	background:#e80031!important;
	color:#fff!important;
}
.pform input {
	font-family: 'Roboto', sans-serif;
	padding: 13px 25px 14px 25px;
	height:45px!important;
	border: none;
	background: #d5d8e3;
	font-size: 16px;
	font-weight: 400;
	color: #000 !important;
	width: 100%;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	overflow: hidden;
}
.cform {
	padding:10px 0px;
	position:relative;
	width:60%;
	margin:0 auto;
	float:right;
}
.cform .wpcf7-form-control-wrap {
	position: relative;
	float: left;
	width: 45%;
	margin: 0 15px 25px 15px;
}
.cform .wpcf7-submit {
	position: relative;
	float: right;
	width: 200px;
	padding:0!important;
	margin: 0 15px 0 15px;
}
.cform .wpcf7-not-valid-tip {
	font-size:14px;
	padding-top: 5px;
	text-align: center;
}
.cform .wpcf7-validation-errors {
	color:#f7e700!important;
	clear:both;
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
.cform input[type=button] {
	font-family: 'Roboto', sans-serif;
	padding:10px 35px;
	border:none;
	border-radius:40px;
	float:right;
	margin-top:5px;
	background:#e80031;
	font-size:18px;
	font-weight:600;
	color:#fff;
	cursor:pointer;
	margin-right:30px;
}
.cform input[type=button]:hover {
	background:#d5d8e3;
	color:#222;
}
.pform input[type="submit"] {
	font-family: 'Roboto', sans-serif;
	width:190px;
	padding:0!important;
	border: none;
	border-radius: 40px;
	float: right;
	margin-top: 5px;
	background: #e80031;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin-right: 30px;
}
body {
	background:#fff;
}
.ht-container {
	width:100%;
}
hr {
	color:#ccc !important;
	font-size:0px;
}
.headingmin.width100 {
	width:100%;
}
.headingmin p strong {
	font-weight:400;
}
.headingmin {
	width:73%;
	float:left;
	display:table;
}
h2.mainhd {
	font-size: 28px;
	font-weight: 700;
	color: #e80031;
	display: block;
	padding:25px 0px;
	margin-bottom: 0;
}
h2.mainhdRed {
	font-size: 40px;
	font-weight: 700;
	padding: 0px 0px;
	color: #2f3c71;
	display: block;
	margin-bottom: 20px;
}
.right-img {
	width:260px;
	height:260px;
	line-height:260px;
	border-radius:50%;
	border:2px solid#373839;
	float:right;
	overflow:hidden;
	display:table-cell;
}
.right-img button {
	border: none;
	width: 104%;
	height: 103%;
	margin: -3px 0px 0px -3px;
	background: #fff;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
}
.right-img img {
	width:100%;
	vertical-align:middle;
}
.address2 {
	position:relative;
	width:100%;
}
.seven2 {
	position:absolute;
	right:0px;
	top:-10px;
}
.seven2 img {
	width:170px;
}
.container {
	clear:both;
	max-width:1250px;
	margin:0 auto;
	padding:0px 15px;
}
.wrapper {
	clear:both;
	max-width:1120px;
	margin:0 auto;
	padding:20px 15px;
}
.logo {
	width:300px;
	float:left;
}
.navbar {
	width:660px;
	float:left;
	margin-top:40px;
}
.call-box {
	float:right;
	width:210px;
	margin-top:40px;
	text-align:right;
}
.call-box img {
	float:left;
	margin-top:-10px;
}
.rslides1_on {
	float:none !important;
}
.call-box span {
	font-size:24px;
	font-weight:900;
	color:#2f3c71;
}
.call-box p {
	font-size:15px;
	font-weight:700;
	color:#e80031;
	text-transform:uppercase;
}
.blue-bg {
	overflow:hidden;
	background:#2f3c71;
	padding:30px 0px;
}
.request {
	float:left;
	max-width:500px;
}
.request h2 {
	font-size:40px;
	color:#fff;
	margin:8px 0px 12px 0px;
	font-weight:700;
}
.request p {
	font-size:30px;
	color:#fff;
	margin:1px 0px;
	font-weight:300;
	line-height:35px;
}
.white-bg {
	background:#fff;
	padding:30px 30px 20px 30px;
	overflow:hidden;
}
.textarea {
	max-width:660px;
	float:left;
}
.textarea p {
	font-size:24px;
	color:#0e0d0d;
	font-weight:300;
	margin-bottom:20px;
}
.aboutsections {
	clear:both;
	overflow:hidden;
	background:#f2f2f2;
	width:100%;
	padding:40px 0px;
}
.guranteed {
	float:right;
	margin-top:10px;
}
.map-box {
	padding:10px 0px 20px 0px;
}
.map-left-box {
	float:left;
	width:630px;
	text-align:right;
	padding-right:30px;
}
.map-right-box {
	float:right;
	max-width:550px;
	text-align:left;
}
 .locations__key-item--gungahlin::before {
background:#ca5718 !important;
}
 .locations__key-item--belconnen::before {
background:#7c97e4 !important;
}
 .locations__key-item--Canbrra::before {
background:#d4fa07 !important;
}
 .locations__key-item--south::before {
background:#07fb2a !important;
}
 .locations__key-item--weston-creek::before {
background:#e84f8f !important;
}
 .locations__key-item--woden::before {
background:#eaa53d !important;
}
 .locations__key-item--tuggeranong1::before {
background:#17d2e5 !important;
}
 .locations__key-item--tuggeranong2::before {
background:#34bd61 !important;
}
 .locations__key-item::before {
height: 0.92308em;
width: 0.92308em;
}
 .locations__key-item::before {
background:#bbb none repeat scroll 0 0;
border-radius:50%;
content:"";
display:inline-block;
height:11px;
margin-right:15px;
vertical-align: middle;
width:11px;
}
.locations__key-item {
	margin-bottom: 1.76923em;
}
.locations__key-item {
	margin-bottom: 1.38462em;
}
.locations__key-item {
	-moz-box-align: center;
	align-items: center;
	color:#2c2c2c;
	display:flex;
	font-size:20px;
	font-weight:300;
	letter-spacing:0.075em;
	margin-bottom:18px;
	width:100%;
	float:left;
}
#owl-example .item img {
	width:100%;
}
/**********************************/



.footer {
	background:#111;
	padding:25px 0px 5px 0px;
}
.footer-left-box {
	width:250px;
	float:left;
}
.footer-left-box h2 {
	font-size:16px;
	color:#b5b5b5;
	margin:0px 0px 20px 0px;
	font-weight:700;
}
.footer-left-box li {
	padding-bottom:5px;
}
.footer-left-box li a {
	font-size:14px;
	color:#b5b5b5;
	display:block;
}
.footer-left-box2 {
	max-width:420px;
	float:left;
}
.footer-left-box2 h2 {
	font-size:16px;
	color:#b5b5b5;
	margin:0px 0px 20px 0px;
	font-weight:700;
}
.footer-left-box2 li {
	padding-bottom:5px;
	width:145px;
	float:left;
	font-size:14px;
	color:#b5b5b5;
}
.footer-left-box2 li a {
	font-size:14px;
	color:#b5b5b5;
	display:block;
}
.footer-left-box li a:hover {
	color:#e80031;
}
.footer-left-box2 li a:hover {
	color:#e80031;
}
.footer-left-box3 {
	max-width:330px;
	float:left;
}
.footer-left-box3 h2 {
	font-size:16px;
	color:#b5b5b5;
	margin:0px 0px 20px 0px;
	font-weight:700;
}
.footer-left-box3 li {
	font-size:14px;
	color:#b5b5b5;
}
.footer-left-box3 li a {
	font-size:14px;
	color:#b5b5b5;
	display:block;
}
.footer-left-box4 {
	float:left;
	margin-left:10%;
}
.footer-left-box4 h2 {
	font-size:16px;
	color:#b5b5b5;
	margin:0px 0px 20px 0px;
	font-weight:700;
}
.footer-left-box4 li i {
	font-size:24px;
	margin-right:12px;
	color:#b5b5b5;
	width:20px;
	float:left;
}
.footer-left-box4 li {
	font-size:14px;
	color:#b5b5b5;
	margin-bottom:20px;
	display:block;
}
.footer-left-box4 li a {
	font-size:14px;
	color:#b5b5b5;
	display:block;
}
.form_popup.dynaformimg img {
	width:100%;
}
.enquiry5 {
	position:fixed;
	right:0px;
	top:50%;
	margin:-70px 0 0 0;
	z-index:999999999;
}
#fvpp-blackout {
	display:none;
	z-index:9999999999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#000;
	opacity: 0.7;
}
#fvpp-close1 {
	position:absolute;
	top:0px;
	right:0px;
	cursor: pointer;
	color:#e80031;
	font-weight:300;
}
div.wpcf7-response-output {
	font-size:13px;
	padding: 8px;
	margin:0 0 2px 0!important;
	clear: both;
}
#fvpp-dialog h2 {
	font-size: 2em;
	margin: 0;
}
#fvpp-dialog p {
	margin: 0;
}
.form_popup.dynaformimg > form label {
	font-size:13px;
	color:#333;
}
.selectBox, .form-control {
	margin:5px 0px;
	height:35px !important;
	border-radius:0px;
	border:1px solid#ccc;
	width:100%;
	display:block;
	padding:0px 10px;
}
.dynaformimg h2 {
	font-size:24px;
	margin-top:5px;
	color:#222;
}
.btn-defaults {
	background:#e80031 !important;
	padding:8px 15px;
	color:#fff;
	float:right;
	border:none;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
	width:100px;
	margin-top:3px;
}
.btn-defaults:hover {
	background:#2f3c71 !important;
	padding:8px 15px;
	color:#fff;
	float:right;
}
.inquiry-form {
	background:#0099cc;
	text-align:center;
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}
#my-welcome-message2 {
	display:none;
	position:fixed;
	width:400px;
	left:50%;
	top:50%;
	margin:-248px 0 0 -200px;
	background:#f9f9f9;
	padding:22px 20px 14px 18px;
	border-radius:3px;
	z-index:999999999999;
}
.pest-services {
	border-bottom:1px solid#ccc;
	padding:13px 0px; /*margin-bottom:33px;*/
}
.pest-services p a {
	font-size:12px;
	color:#393939;
	font-weight:400;
	display:inline-block;
}
.pest-services p span {
	font-size:12px;
	color:#626262;
	margin-right:20px;
	font-weight:400;
	display:inline-block;
}
main {
	padding:25px 0px;
	margin: 0 auto;
	background: #fff;
}
section {
	display:block;
	padding: 20px 0 0;
}
/*main label{display: inline-block; margin: 0 0 -1px; padding:2px 30px 15px 30px; font-weight:500; text-align:center; color:#2f3c71; border:1px solid transparent;}*/







/*main label span{padding:6px 15px; font-weight:500; text-align:center; color:#fff; font-size:14px; text-transform:uppercase; background:#2f3c71; border-radius:20px;}*/



input:checked + label span {
	padding:6px 15px;
	font-weight:500;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:#e80030;
	border-radius:20px;
}
.ratstext {
	background:#e80030;
	border-radius:20px 0px 0px 20px;
	color:#fff;
	font-size:60px;
	text-align:center;
	padding:42px 30px;
	float:left;
	line-height:85px;
}
label:hover {
	color:#e80031;
	cursor:pointer;
}
input:checked + label {
	color:#e80031;
	border-left:1px solid#e80030;
	border-top:2px solid#e80031;
	border-right:1px solid #e80030;
	border-bottom:1px solid #ffffff;
	border-radius:8px 8px 0px 0px;
}
 #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7 {
display: block;
}
.headingmins h2 {
	font-size:32px;
	color:#e80031;
	font-weight:500;
	margin:25px 0px;
}
.headingmin h2 {
	font-size:28px;
	color:#e80031;
	font-weight:500;
	margin:25px 0px;
}
.headingmin h4 {
	font-size:22px;
	color:#cd540d;
	font-weight:500;
	margin:0px 0px 2px 0px;
}
.headingmin h6 {
	font-size:18px;
	color:#222;
	font-weight:400;
	margin:10px 0px 25px 0px;
}
.textarea2 h4 {
	font-size:25px;
	color:#2f3c71;
	font-weight:400;
	margin-bottom:10px;
}
.textarea2 p {
	font-size:16px;
	color:#222;
	line-height:24px;
	font-weight:400;
	margin-bottom:12px;
}
#content11 ul h4 {
	font-size:14px;
	color:#e80030;
	font-weight:600;
	margin:10px 0px 8px 0px;
	text-transform:uppercase;
}
.guranteed2 {
	width:37%;
}
.content22 {
	float:left;
	width:70%;
}
.baoutright {
	width:26%;
	float:right;
	background:#f4f4f4;
	padding:12px;
}
.topname {
	font-size:22px;
	color:#0033FF;
	display:block;
}
.baoutright h2 {
	font-size:22px;
	border-bottom:1px solid#e30936;
	padding-bottom:5px;
	color:#e80030;
	margin-bottom:15px;
}
#boxscroll {
	overflow:auto;
	padding:0px 0px;
	margin-bottom:0px 0px;
	border:0px solid #00F;
}
#content11 > ul {
	padding-left:0px;
}
.rats img {
	width:100%;
	height:100%;
}
#content11 ul li {
	font-size:15px;
	color:#222;
	font-weight:400;
	padding:2px 0px 4px 0px;
	background: url(./images/doot.png) no-repeat 0 10px;
	padding-left:15px;
}
#content22 ul li {
	font-size:15px;
	color:#222;
	font-weight:400;
	padding:4px 0px;
	margin-bottom:3px;
}
.rats {
	float:left;
	margin:0px 0px 20px 20px;
}
.lifecycle {
	width:100%;
	display:block;
}
.lifecycle2 {
	width:100%;
}
.lifecycle ul li {
	font-size:16px;
	color:#2e2e2e;
	font-weight:400;
	padding:0px 0px 20px 0px;
	background: url(images/doot.png) no-repeat 0 8px;
	padding-left:15px;
}
#boxscroll h4 {
	font-size: 20px;
	color: #2f3c71!important;
	font-weight: 400;
	margin: 18px 0px 3px 0px;
	text-transform: capitalize;
}
.lifecycle h4 {
	font-size:14px;
	color:#e80030;
	font-weight:600;
	margin:18px 0px 3px 0px;
	text-transform:uppercase;
}
.rats-img {
	width:225px;
	height:224px;
	border-radius:50%;
	overflow:hidden;
	position:relative;
}
.textt {
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:14px;
	font-weight:300;
	color:#fff;
	background: rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:8px 0px 15px 0px;
	width:100%;
}
.treat {
	margin:0px 0px;
background: url(<?php bloginfo('template_url');
?>/images/treat.jpg);
}
.treat {
	background-size:cover;
}
.textleft-box {
	max-width:850px;
	padding-left:30px;
	text-align:left;
	padding:20px 0px 15px 0px;
}
.six-img {
	float:left;
	width: 42.2%;
	margin-right:10px;
	margin-bottom:15px;
}
.six-img img {
	width:100%;
}
.textleft-box h5 {
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:30px;
	margin-bottom:20px;
	margin-top:25px;
}
.textleft-box h5 span {
	color:#ffd700;
	font-weight:700;
}
.textleft-box p {
	font-size:17px;
	font-weight:300;
	color:#fff;
	line-height:25px;
	margin-bottom:25px;
}
.read-more a {
	background:#e80031;
	border-radius:20px;
	padding:12px 35px;
	border:none;
	float:left;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.read-more a:hover {
	background:#2f3c71;
}
.number {
	font-size:35px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px;
	font-weight:400;
	float:right;
	letter-spacing:0px;
}
.headingmin h3 {
	font-size:20px;
	font-weight:500;
	color:#767676;
	margin:12px 0px;
	display:block;
}
.headingmin p {
	color:#444;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	line-height:26px;
	margin-bottom:20px;
}
main label img {
	display:block;
}
.seasons-pane .explore img {
	display:inline;
	margin-left: 18px;
	margin-top: 10px;
}
.map-left-box img {
	float:right;
}
.address-box {
	float:left;
	width:50%;
	border-right:2px solid#2b3a71;
	padding-right:55px;
}
.address-box2 {
	float:right;
	width:45%;
}
.input-box {
	margin:3px 0px;
}
.input-box label {
	font-size:14px;
	color:#2b3a71 !important;
	font-weight:400;
	margin:7px 0px;
	display:block;
	text-align:left;
}
.input-box input {
	width:100%;
	height: 34px;
	border:1px solid#2b3a71;
	background:#fff;
	margin:6px 0 0 0;
	padding:8px;
	border-radius:1px;
}
.input-box textarea {
	width:100%;
	border:1px solid#2b3a71;
	background:#fff;
	margin:6px 0 0 0;
	padding:8px;
	border-radius:1px;
	height:80px !important;
}
.fmBtn input[type="submit"] {
	background: #e80031;
	height:35px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 0px;
	color: #fff;
	float: right;
	border: none;
}
img.wp-smiley, img.emoji {
	width:13px!important;
	margin:2px 0 0 2px !important;
}
.dynaformimg .input-box label {
	color:#39393c!important;
	cursor:default;
}
.dynaformimg .input-box label:hover {
	color:#39393c!important;
}
.dynaformimg .input-box input {
	border:1px solid #ccc;
}
.dynaformimg .input-box input[type="email"] {
	border:1px solid #ccc;
}
.dynaformimg .input-box textarea {
	border:1px solid #ccc!important;
	width:100%;
	margin-top:5px;
	height:56px !important;
	padding:6px 10px;
	font-size:12px;
	color:#000;
	font-family: 'Roboto', sans-serif;
}
.address-box2 h2 {
	font-size:20px;
	font-weight:500;
	color:#2b3a71;
	margin:0px 0px 15px 0px;
	display:block;
}
.address-box2 h3 {
	font-size:20px;
	font-weight:400;
	color:#e80031;
	margin:0px 0px 15px 0px;
	display:block;
}
.address-box2 span {
	font-size:15px;
	font-weight:400;
	padding:0px 0px;
	color:#333;
	display:block;
	margin-bottom:15px;
	line-height:25px;
}
.address-box2 p {
	font-size:15px;
	font-weight:400;
	padding:0px 0px;
	color:#333;
	display:block;
	line-height:25px;
}
.address-box2 a {
	color:#303e6f;
	font-weight:500;
	font-size:15px;
	margin:5px 0px;
	display:block;
}
.cform strong {
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
}
.cform p {
	margin:0 0 10px 0;
	padding:0;
	line-height:normal;
	font-size:18px;
	display:inline;
}
.cform textarea {
	border:1px solid #7c7c7c;
	font-family:Source Sans Pro;
	padding:15px 10px;
	width:45%;
	float:left;
	background:#fff;
	font-size:18px;
	font-weight:400;
	color:#999;
	margin:0px 15px 25px 15px
}
.btn-defaultsub {
	background:#e80031;
	padding:7px 20px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	margin:8px 0px;
	color:#fff;
	float:right;
	border:none;
}
.map {
	margin:10px 0px 0px 0px;
	width:100%;
}
/**********************************/







#banner {
	position:relative;
	margin:0 auto;
}
#banner img {
	width:100%;
}
.rslides.rslides1 {
	max-width:100% !important;
}
header {
	top:0px;
	width:100%;
	z-index:9999;
	padding:10px 0px;
}
header > h1 a {
	text-align:center;
	display:block;
}
.navbar > nav {
	margin:20px auto 0px auto;
	float:none;
}
.navbar > nav ul li {
	float:left;
	position:relative;
}
.navbar > nav ul li a {
	color:#171717;
	font-weight:500;
	font-size:15px;
	padding:14px 20px;
	display:block;
}
.navbar > nav ul li a:hover {
	color:#e80031;
}
.social li a {
	padding:0 5px 0px 5px !important;
}
.droupdown {
	background:#2f3c71;
	width:250px;
	position:absolute;
	z-index:99999;
	top:100%;
	left:10px;
	display:none;
}
.droupdown li {
	display:block;
	width:100%;
}
.droupdown li a {
	color:#fff !important;
	padding:7px 12px !important;
	font-size:14px !important;
	display:block;
	font-weight:400 !important;
}
.droupdown li a:hover {
	color:#f8f8f8 !important;
	background:#e80031;
}
.droupdown span {
	left:50px;
	position:absolute;
	top:-15px;
}
.navbar > nav ul li:hover ul.droupdown {
	display:block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index:0;
}
.rslides_tabs {
	font-size: 0px;
	list-style: none;
	margin: -40px 0 0 0;
	padding:0 0 0 0;
	text-align: center;
	width: 100%;
	z-index:2;
	position:absolute;
	right:0px;
	background:none;
}
.rslides li span {
	position:absolute;
	left:10px;
	bottom:10px;
	font-size:24px;
	font-weight:400;
	color:#fff;
	width:438px;
	padding:15px;
	line-height:32px;
	text-align:center;
}
.rslides li span p {
	font-size:26px;
	font-weight:400;
	color:#fff;
	margin-top:10px;
	display:block;
	background:none;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs .rslides_here a {
	background: #669900;
	color: #fff;
	font-weight: bold;
	border:0px solid #fff;
}
.rslides_nav {
	position:absolute;
	bottom:0px;
	z-index:99;
	width:100%;
}
.prev {
	position:absolute;
	top:44%;
!important;
	left:5% !important;
	background:url(images/prev.png) no-repeat 0 0;
	width:46px;
	height:46px;
	font-size:0;
}
.next {
	position:absolute;
	top:44% !important;
	right:5% !important;
	background:url(images/next.png) no-repeat 0 0;
	width:46px;
	height:46px;
	font-size:0;
}
.headings2 {
	text-align:center;
	display:block;
}
.headings2 h2 {
	font-size:42px;
	font-weight:700;
	color:#e80031;
	margin:5px 0px;
}
.headings2 p {
	font-size:20px!important;
	color:#767676;
	margin:5px 0px;
	font-weight:300;
	margin-bottom:20px;
}
/*.owl-item{width:177px !important; position:relative;}*/



.carousel-box p {
	margin-top:18px;
	font-size:15px;
	color:#101010;
	text-align:center;
	font-weight:700;
}
.carousel-box2:hover {
	background:#f00;
	color:#f00;
	cursor:pointer;
}
#content11 p {
	color:#333;
}
.act-aboutus {
}
.act-aboutus #content11 h4 {
	font-size:20px;
	padding-bottom:7px;
	padding-top:0;
	margin:0;
}
.act-aboutus #content11 ul {
	margin-bottom:20px;
}
.act-aboutus #content11 p {
	padding-bottom:15px;
}
.seasons-pane {
	width:49%;
	float:left;
	background:#fff;
	position:relative;
	padding-right:25px;
	margin-bottom:50px;
}
.seasons-pane img {
	float:left;
	margin-right:30px;
	display:inline-block;
}
.seasons-pane h2 {
	font-size:28px;
	color:#e80031;
	margin:15px 0px 0px 0px;
	font-weight:700;
}
.seasons-pane h5 {
	font-size:22px;
	color:#767676;
	margin:0px 0px 10px 0px;
	font-weight:400;
}
.seasons-pane p {
	font-size:15px;
	color:#525252;
	margin:0px 0px 15px 0px;
	font-weight:400;
	line-height:25px;
}
.explore {
	position:absolute;
	bottom:-20px;
	left:30%;
	background:#e80031;
	border-radius:50px;
	width:66px;
	height:66px;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:400;
	line-height:66px;
}
.seasons-pane2 {
	width:49%;
	float:right;
	background:#fff;
	position:relative;
	padding-right:25px;
	margin-bottom:50px;
}
.seasons-pane2 img {
	float:left;
	margin-right:30px;
	display:inline-block;
}
.seasons-pane2 .explore img {
	display: inline;
	margin-left: 18px;
	margin-top: 10px;
}
.seasons-pane2 h2 {
	font-size:28px;
	color:#e80031;
	margin:15px 0px 0px 0px;
	font-weight:700;
}
.seasons-pane2 h5 {
	font-size:22px;
	color:#767676;
	margin:0px 0px 10px 0px;
	font-weight:400;
}
.seasons-pane2 p {
	font-size:15px;
	color:#525252;
	margin:0 0px 15px 0px;
	font-weight:400;
	line-height:25px;
}
.seasons-pane2 p span {
	font-size:15px;
	color:#e71616;
}
#demo {
	padding:40px 0px;
}
.aboutsection {
	width:60%;
	margin:0 auto;
	padding:25px 0px 10px 0px;
	text-align:center;
}
.aboutsection h2 {
	font-size:36px;
	font-weight:700;
	padding:0px 0px;
	color:#164d63;
}
.aboutsection p {
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin:0px 0px 25px 0px;
	color:#154a5c;
}
.box {
	background:#2e9499;
	height:260px;
}
.popular {
	padding:20px;
	text-align:center;
	display:block;
}
/*.owl-wrapper{width:1270px; transform: translate3d(-1170px, 0px, 0px) !important;}*/



.testimonials-heading h2 {
	font-size:36px;
	font-weight:700;
	padding:0px 0px;
	color:#154a5c;
	text-align:center;
	display:block;
}
.cd-testimonials p span {
	color:#f7ad13;
	margin:0px 8px;
}
.cd-testimonials p {
	font-size: 16px !important;
	font-weight:400;
	line-height: 26px;
	color: #1a1a1a!important;
	margin-bottom: 1em;
	padding: 0 14px;
}
.cd-testimonials img {
	margin: 0 8px;
}
footer {
	background:#fff;
	padding:50px 50px 20px 50px;
}
footer h2 {
	font-size:40px;
	font-weight:700;
	padding:0px 0px;
	color:#2f3c71;
	display:block;
	margin-bottom:20px;
}
.coppyright {
	clear:both;
	display:block;
	padding:18px 0px;
	border-top:1px solid#5e5e5e;
	margin-top:30px;
}
.coppyright span {
	font-size:12px;
	color:#696969;
	margin:6px 0px;
	font-weight:600;
}
.coppyright span a {
	font-size:12px;
	color:#696969;
	margin:6px 0px;
	float:right;
	font-weight:600;
}
.topimg img {
	width:100%;
	display:block;
}
.banners {
	position:relative;
}
.bc {
	font-size:40px;
	font-weight:400;
	color:#f4bd25;
	text-align:center;
	padding:10px;
	bottom:0px;
	background:#164d63;
	width:100%;
}
.address {
	border-bottom:1px solid#ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.address p {
	font-size:16px;
	line-height:30px;
}
.mobbut {
	display:none;
}
ul.socials {
	display:none;
}
.list li {
	display:block;
	font-size:18px;
	color:#154a5c;
	padding:8px 0px;
	text-align:center;
	font-weight:600;
	list-style-type: square !important;
}
.list li:last-child {
	margin-bottom:20px;
}
#ToggleMenuMobile {
	display:none;
}
/************************************/



.md-trigger > img {
	width:100%;
}
.topname {
	background:#a1cf14 none repeat scroll 0 0;
	padding:20px 25px;
	font-size:25px;
	color:#fff;
	font-weight:600;
	width:100%;
}
.topname span {
	font-size:18px;
	color:#fff;
	font-weight:400;
}
.md-close > img {
	margin-top:4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.md-content .topname button:hover {
	background:none!important;
}
.rats {
	float:right;
	margin:10px 0px 20px 20px;
}
.padding-box {
	padding:12px 25px;
	background:#fff;
}
#content11 ul h4 {
	font-size:20px;
	color:#2f3c71;
	font-weight:400;
	margin:10px 0px 8px 0px;
	text-transform:capitalize;
}
.lifecycle h4 {
	font-size:20px;
	color:#2f3c71;
	font-weight:400;
	margin:18px 0px 3px 0px;
	text-transform:capitalize;
}
#boxscroll {
	max-width:1000px;
	margin-top:60px;
}
.rats-img {
	width:290px;
	height:290px;
	overflow:hidden;
	position:relative;
	border-radius:50%;
	border:2px solid#676769;
}
.textt {
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background:#e80031;
	text-align:center;
	padding:13px 10px 22px 10px;
	width:100%;
}
.read-more2 {
	text-align:left;
	margin:40px 0px;
}
.read-more2 a {
	background:#e80031;
	border-radius:20px;
	padding:12px 35px;
	border:none;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	float:none;
}
.read-more2 a:hover {
	background:#2f3c71;
}
.rats-img:hover > .textt {
	background:#e80031;
	color:#fff;
	cursor:pointer;
}
.rats-img:hover {
	border:2px solid#e80031;
}
.owl-item {
	position:relative;
}
.carousel-box p {
	margin-top:6px;
	font-size:14px;
	color:#2f3c71;
	text-align:center;
	font-weight:700;
	text-transform:capitalize;
}
.carousel-box2:hover {
	background:#f00;
	color:#f00;
	cursor:pointer;
}
/************************************/



.owl-carousel {
	margin:0 auto;
	width:100%;
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow: hidden;
	z-index:10;
}
.owl-stage {
	margin:0 auto;
}
/*.categoryshop .owl-carousel .owl-item{ width:210px!important;}*/

.owl-carousel .owl-item {
	position:relative;
	min-height: 1px;
	float: left;
	width:auto;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-dots {
	display:none
}
.owl-controls {
	position:absolute;
	z-index:0;
	bottom:0;
	right:0;
	width:auto;
	margin-top:35px;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
	width:12px;
	height:20px;
background:;
	cursor:pointer;
	overflow:hidden;
	background:url('images/arrowsN.png') no-repeat;
	text-indent:-999px
}
.owl-controls .owl-next {
	float:right;
	background-position:-12px 0;
	margin-right:0px;
}
.owl-controls .owl-prev {
	float:left;
	background-position:0 0;
	margin-right:15px;
}
.categoryshop {
	background:#f1f1f1;
	padding:22px 0;
	margin:35px 0px 0 0;
	clear:both;
}
.categoryshop > section {
	max-width:1250px;
	margin:0 auto;
	padding-top:20px;
}
.categoryshop > section h3 {
	color:#1f1c20;
	font-size:48px;
	font-weight:400;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	background:url('images/line.png') no-repeat center bottom;
	margin-bottom:45px;
}
.categoryshop > section .cont {
	padding:0;
	position:relative;
	overflow:hidden;
}
.categoryshop > section .cont aside {
	width:204px;
	float:left;
	margin:0 6px 19px 0;
	text-align:center;
	padding-bottom:10px;
	overflow:hidden;
}
.categoryshop > section .cont aside figure {
	width:100%;
	height:195px;
}
.categoryshop > section .cont aside figure img {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.categoryshop > section .cont aside figure:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: contrast(140%);
	-webkit-filter: contrast(140%);
	-moz-filter: contrast(140%);
	-o-filter: contrast(140%);
}
.categoryshop > section .cont aside p {
	color:#2f3c71;
	font-size:13px;
	font-weight:600;
	line-height:20px;
}
.categoryshop > section .cont aside:hover p {
	color:#666;
}
.carousel-box {
	padding-top:20px;
	padding-left:0;
}
.carousel-box > .item {
	padding:0px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align: center;
	overflow:hidden;
	height:162px;
	width:166px;
	cursor:pointer;
	position:relative;
	position:relative;
	display:table-cell;
	display:block;
	margin:0 auto;
}
.carousel-box > .item {/*overflow:hidden !important;*/
}
.carousel-box .item button {
	border: none;
	width: 104%;
	height: 103%;
	margin: -3px 0px 0px -3px;
	background: #fff;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
}
.carousel-box > .item button img {
	width: 100%;
	height: 100%;
}
.carousel-box > .item:hover {
	border:2px solid #fff;
	-moz-box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
}
.act-crowler .carousel-box > .item {
	background:#2f3c71;
}
.carousel-box:hover > .item > .blackbg {
	display:block;
}
.blackbg img {
	width:25px !important;
	height:25px !important;
}
.item > a {
	display:block;
	position:relative;
}
.blackbg a {
	width:100%;
	display:block; /*position:absolute; top:0px; left:0px; background: rgba(232, 0, 49, 0.8) none repeat scroll 0 0; height:100%;*/
	line-height:165px;
}
.blackbg {
	display:none;
}
.downlod {
	width:100%;
	margin:0px auto 40px auto;
}
.st-accordion {
	padding:5px 0px;
	border-bottom:1px solid#ddd;
	width:100%;
	overflow:hidden;
}
.titles {
	width:60%;
	float:left;
	font-size:15px;
	color:#333;
	padding:5px 0px;
}
.st-accordion .dwn-pdf {
	width:200px;
	float:left;
}
.st-accordion .dwn-pdf p {
	width:auto;
	padding-left:0;
}
.st-accordion .dwn-pdf a {
	width:100px;
	font-size:15px;
	color:#2f3c71;
	font-weight:500;
	float:left;
	background: url(images/pdf.jpg) no-repeat left;
	padding:4px 0px 4px 30px;
}
.st-accordion p {
	width:20%;
	font-size:18px;
	color:#2f3c71;
	font-weight:500;
	float:left;
	padding:6px 0px 6px 40px;
}
.padding-box > p {
	font-size:15px;
	color:#333;
	line-height:25px;
}
#owl-example .item {
	padding:0px 0px;
	border:2px solid#e80031;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align: center;
	overflow:hidden;
	height:162px;
	width:166px;
	cursor:pointer;
	position:relative;
	display:table-cell;
	display:block;
	margin:0 auto;
}
#owl-example .item:hover {
	border:2px solid#222;
	overflow:hidden !important;
}
.carousel-box:hover > p {
	color:#e80031;
}
#owl-example .item:hover > .blackbg {
	display:block;
}
#owl-example .item img {
	margin: 0 auto;
	width:auto;
}
.item img {
	width:100%;
	height:100%;
}
.md-trigger img {
	width:100% !important;
}
.md-content:hover {
	background:#fff;
}
.owl-controls {
	position:absolute;
	z-index:12;
	bottom:-6px;
	right:0;
	width:100%;
	margin-top:19%;
	text-align:center;
}
.owl-controls .owl-dots {
	margin-bottom: 0;
	text-align: center;
	padding-top: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.owl-controls .owl-dots .owl-dot, .owl-controls .owl-pagination .owl-dot, .owl-controls .owl-dots .owl-page, .owl-controls .owl-pagination .owl-page {
	padding:5px;
	display: inline-block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.owl-controls .owl-dots .owl-dot span, .owl-controls .owl-pagination .owl-dot span, .owl-controls .owl-dots .owl-page span, .owl-controls .owl-pagination .owl-page span {
	width:14px;
	height:14px;
	float:left;
	margin-right:0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color:#f00;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.owl-controls .owl-dots .owl-dot.active, .owl-controls .owl-pagination .owl-dot.active, .owl-controls .owl-dots .owl-page.active, .owl-controls .owl-pagination .owl-page.active {
	cursor: default;
}
.owl-controls .owl-dots .owl-dot.active span, .owl-controls .owl-pagination .owl-dot.active span, .owl-controls .owl-dots .owl-page.active span, .owl-controls .owl-pagination .owl-page.active span {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=10);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.footer-mobile {
	display:none;
}
.footer {
	display:block;
}







/*.categoryshop > section .cont aside:nth-child(4n+4) {margin-right:0;}*/





@media only screen and (min-width:1160px) and (max-width: 1340px) {
 .owl-carousel .owl-item {
width:209px!important;
}
}
 @media (max-width: 1340px) {
 header > .navbar nav ul li a {
padding:12px 15px;
}
 .bc {
font-size:33px;
padding:10px;
}
 #ToggleMenuMobile {
display:none;
}
}
 @media (max-width: 1280px) {
 header > .navbar nav ul li a {
padding:12px 13px;
}
 header > .navbar nav ul li a {
font-size:15px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .logo {
width:20%;
}
 .map-left-box {
width:60%;
}
 .map-right-box {
width:38%;
}
}
 @media (max-width: 1200px) {
 #ht-site-branding {
width: 160px;
}
 .navbar > nav ul li a {
padding:12px 18px;
}
 .logo img {
width:160px;
}
 header > .navbar nav ul li a {
padding:12px 8px;
}
 .rslides li span {
font-size:30px;
padding:25px;
}
 .flex-direction-nav li:last-child {
right:0px;
}
 .flex-direction-nav li:first-child {
left:0px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .textarea {
width:53%;
}
 .map-left-box {
width:62%;
}
 .map-right-box {
width:35%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .seasons-pane h5 {
font-size:18px;
}
 .seasons-pane2 h5 {
font-size:18px;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:300px;
left:50%;
top:50%;
margin:-225px 0 0 -150px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
}
 @media (max-width: 1199px) {
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:300px;
left:50%;
top:50%;
margin:-225px 0 0 -150px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
}
 @media (max-width: 1169px) {
 .cd-testimonials {
right:0px;
}
 .cd-testimonials {
left:0px;
}
 .cd-testimonials p {
font-size:18px;
line-height:26px;
font-weight:400;
color:#5c5c5c !important;
font-style:normal;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .textarea {
width:53%;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:300px;
left:50%;
top:50%;
margin:-225px 0 0 -150px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
}
 @media (max-width: 1134px) {
 .call-box {
width:none;
}
 .navbar {
width:52%;
}
 .navbar > nav ul li a {
padding:12px 12px;
font-size:14px;
}
 .textarea {
width:53%;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
}
 @media (max-width: 1087px) {
 header > .navbar nav ul li a {
padding:12px 7px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .textarea {
width:53%;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
}
 @media (max-width: 1070px) {
 header > .navbar nav ul li a {
padding:12px 5px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .textarea {
width:53%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
}
 @media (max-width: 1041px) {
 .navbar > nav ul li a {
padding:12px 12px;
font-size:13px;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .textarea {
width:53%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
}
 @media (max-width: 1036px) {
 header > .navbar nav ul li a {
padding:12px 4px;
font-size:13px;
}
 .rslides li span {
font-size:24px;
padding:25px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 .textarea {
width:53%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .cform span {
width: 45%;
float: left;
margin: 0px 15px 25px 15px;
}
.cform input[type="text"] {
margin-left:13px;
margin-right:13px;
}
.cform input[type="email"] {
margin-left:13px;
margin-right:13px;
}
.cform input[type="tel"] {
margin-left:13px;
margin-right:13px;
}
.cform input[type="number"] {
margin-left:13px;
margin-right:13px;
}
.cform input[type=text] {
padding:13px 25px 14px 25px;
border:none;
background:#d5d8e3;
font-size:16px;
font-weight:400;
color:#000 !important;
width:100%;
border-radius:50px;
-moz-border-radius:50px;
-webkit-border-radius:50px;
overflow:hidden;
}
 div.wpcf7-mail-sent-ok {
color:#398f14!important;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
}
 @media (max-width: 1024px) {
 header > .navbar nav ul li a {
padding:12px 9px;
}
 header > .navbar nav ul li a {
font-size:14px;
}
 header > .navbar nav {
width:80%;
}
 .rslides li span {
font-size:23px;
padding:20px;
}
 .bc {
font-size:30px;
padding:8px;
}
 #ToggleMenuMobile {
display:none;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
 .md-modal {
left:50%;
position:fixed;
top:50%;
transform:translateX(-50%) translateY(-50%);
width:100%;
z-index:9999999;
}
 #boxscroll {
margin-top:50px;
}
 .cform input[type="text"] {
width:43%;
}
 .seasons-pane h2 {
font-size:20px;
}
 .seasons-pane2 h2 {
font-size:20px;
}
 .seasons-pane h5 {
font-size:18px;
margin-bottom:4px;
}
 .seasons-pane2 h5 {
font-size:18px;
margin-bottom:4px;
}
 .seasons-pane p {
line-height:22px;
font-size:14px;
}
 .seasons-pane2 p {
line-height:22px;
font-size:14px;
}
 .explore {
left:36%;
}
 .seasons-pane2 .explore img {
display: inline;
 margin-left: 18px;
 margin-top: 10px;
}
 .textarea {
width:53%;
}
 .textarea p {
font-size:22px;
margin-bottom:20px;
}
 .white-bg {
padding:10px 0px;
}
 .seven2 img {
width:160px;
}
 .map-left-box {
width:58%;
}
 .map-right-box {
width:40%;
}
 #form1 > span {
position:absolute;
width:60% !important;
left:8% !important;
}
 .address-box > span {
position:static;
width:100% !important;
left:65px !important;
font-size:14px;
margin:-20px 0px 0px 0px !important;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:300px;
left:50%;
top:50%;
margin:-225px 0 0 -150px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
 .right-img {
width:220px;
height:220px;
line-height:220px;
}
}
 @media (max-width: 1007px) {
 .navbar > nav ul li a {
padding:12px 9px;
font-size:14px;
}
 #form1 > span {
position:absolute;
width:60% !important;
left:8% !important;
}
}
 @media (max-width: 1041px) {
 #ht-site-branding {
width: 158px;
}
.seasons-pane2 p {
line-height: 22px;
}
 .navbar > nav ul li a {
padding:12px 11px;
font-size:13px;
}
}
 @media (max-width: 992px) {
 .headingmin {
width:71% !important;
}
}
 @media (max-width: 990px) {


/*menu*/
.toggle-bar, .ht-main-navigation {
background:none!important;
}
.ht-main-navigation li {
background:#2f3c71!important;
}
.toggle-bar span {
background:#2f3c71!important;
0 10px 0 0 #2f3c71, 0 -10px 0 0 #2f3c71!important;
}
.ht-main-navigation li:hover {
background:#2f3c71!important;
}
.ht-main-navigation ul ul.sub-menu {
background:#e80031!important;
}
.ht-main-navigation ul ul.sub-menu li {
background:none!important;
}
.ht-main-navigation ul ul.sub-menu li:hover {
background:#2f3c71;
}
/*end menu*/
.social {
display:none!important;
}
 .call-box {
 border-top: 1px solid #ccc!important;
 clear: both!important;
 display: block;
 margin-top: 5px;
 padding: 2px 0;
 width: 100%!important;
}
 .ht-main-navigation li.current_page_item a {
color:#fff!important;
}
#ht-site-branding {
width:30%;
}
.cform input[type="text"] {
width:100%;
}
 .headingmin {
width:68% !important;
}
 .address-box > span {
position:static;
width:100% !important;
left:65px !important;
font-size:14px;
margin:-20px 0px 0px 0px !important;
}
 #form1 > span {
position:absolute;
width:60% !important;
left:8% !important;
}
 .seasons-pane {
padding:20px;
height:550px;
margin-bottom:10px;
}
 .seasons-pane2 {
padding:20px;
height:550px;
margin-bottom:10px;
}
 .seasons-pane span img {
float:none;
}
 .seasons-pane2 span img {
float:none;
}
 .textarea p {
font-size:18px;
margin-bottom:10px;
}
 ul.socials {
display:none;
}
 .socials li {
float:left;
position:relative;
}
 .socials li a {
color:#164d63;
font-weight:400;
font-size:16px;
padding:0px 18px 10px 18px;
text-transform:uppercase;
display:block;
}
 .socials li a {
padding:0px 3px;
}
 header > .navbar nav ul {
text-align:center;
}
 header > .navbar nav ul li {
display:inline-block;
float:none;
}
 header > .navbar nav ul li a {
font-size:15px;
}
 header > .navbar nav {
width:none;
}
 .bc {
font-size:30px;
padding:7px;
}
 .logo img {
width:130px;
}
 .call-box img {
display:none;
}
 section {
border:none;
}
 main label {
padding:5px 15px;
}
 .footer-left-box {
width:20%;
}
 .footer-left-box2 {
width:25%;
}
 .footer-left-box3 {
width:25%;
}
 .footer-left-box4 {
width:25%;
margin-left:0px;
}
 .md-modal {
left:50%;
position:fixed;
top:50%;
transform:translateX(-50%) translateY(-50%);
width:100%;
z-index:9999999;
}
 .request {
width:50%;
}
 .cform {
width:50%;
}
 .cform input[type="text"] {
width:40%;
margin-bottom:10px;
}
 .white-bg {
padding:10px;
}
 .textarea {
width:60%;
}
 .guranteed {
width:40%;
}
 .guranteed img {
width:100%;
}
 .map-left-box {
width:54%;
}
 .map-left-box img {
width:90%;
}
 .map-right-box {
width:42%;
}
 .headings2 {
width:100% !important;
}
 .headings2 h2 {
font-size:30px;
}
 .headings2 p {
font-size:16px !important;
}
 .locations__key-item {
font-size:16px;
letter-spacing:0px;
}
 .explore {
display:none;
}
 .number {
font-size:28px;
}
 .call-box {
width:20%;
margin-top:30px;
}
 .call-box p {
font-size:15px;
}
 .call-box span {
font-size:20px;
}
 .navbar {
display:block;
width:60%;
margin-top:20px;
}
 .seven2 img {
width:130px;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:300px;
left:50%;
top:50%;
margin:-225px 0 0 -150px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
 .headingmin h2 {
font-size:28px;
}
 .right-img {
width:200px;
height:200px;
line-height:200px;
}
}
 @media (max-width: 899px) {
 #form1 > span {
position:absolute;
width:65% !important;
left:9% !important;
}
}
 @media (max-width: 885px) {
 #form1 > span {
position:absolute;
width:65% !important;
left:8% !important;
}
 .navbar {
display:block;
width:61%;
margin-top:20px;
}
 .call-box {
width:18%;
margin-top:30px;
}
 .call-box p {
font-size:14px;
}
 .call-box span {
font-size:18px;
}
 .navbar {
background:none;
}
 header > .navbar nav {
display:none;
}
 .cform input[type=text] {
width:40%;
}
 .cform textarea {
width:40%;
}
 header h1 a {
display:block;
width:100%;
text-align:center;
}
 header > .navbar nav ul li {
display:block;
text-align:left;
padding:6px 0px;
background:#f1f1f1;
}
 header > .navbar nav {
width:100%;
margin-top:0px;
}
 ul.socials {
display:none;
}
 .socials li {
float:left;
position:relative;
}
 .socials li a {
color:#164d63;
font-weight:400;
font-size:16px;
padding:0px 18px 10px 18px;
text-transform:uppercase;
display:block;
}
 .socials li a {
padding:0px 3px;
}
 ul.socials {
display:none;
text-align: center;
}
 header h1 a img {
width:260px;
float:left;
margin-left:10px;
}
 header {
padding:15px 0px;
}
 .bc {
font-size:26px;
padding:7px;
}
 .aboutsection {
padding:20px 0px;
}
 .headingmin {
width:64% !important;
}
 .right-img {
width:200px;
height:200px;
line-height:200px;
}
}
 @media (max-width: 834px) {
 .navbar {
display:block;
width:65%;
}
 .navbar > nav {
margin-top:20px;
}
 .call-box {
width:15%;
margin-top:30px;
}
 .call-box p {
font-size:14px;
}
 .call-box span {
font-size:16px;
}
 .navbar > nav ul li a {
padding:12px 10px;
}
 .headingmin {
width:64% !important;
}
 .right-img {
width:200px;
height:200px;
line-height:200px;
}
}
 @media (max-width: 768px) {
 .aboutsection {
width:80%;
padding:20px 0px;
}
 #ToggleMenuMobile {
display:none;
}
 .navbar {
display:block;
width:65%;
}
 nav {
display:block !important;
}
 .navbar > nav {
margin-top:20px;
}
 .call-box {
width:15%;
margin-top:30px;
}
 .call-box p {
font-size:14px;
}
 .call-box span {
font-size:16px;
}
 ul.social {
display:block;
}
 .navbar > nav ul li a {
padding:12px 8px;
}
 .cform input[type="button"] {
padding:8px 12px;
font-size:12px;
}
 .textarea p {
font-size:22px;
margin-bottom:20px;
}
 .white-bg {
padding:0px 20px;
}
 .map-left-box {
width:60%;
}
 .map-left-box img {
width:70%;
}
 .map-right-box {
width:40%;
}
 .headings2 {
width:100% !important;
}
 .headings2 h2 {
font-size:26px;
}
 .headings2 p {
font-size:14px !important;
margin-bottom:6px;
}
 .locations__key-item {
font-size:16px;
letter-spacing:0px;
}
 .cform input[type=text] {
width:40%;
}
 .headingmin h2 {
margin:5px 0px;
}
 .right-img {
width:200px;
height:200px;
line-height:200px;
}
 .owl-carousel .owl-wrapper-outer.autoHeight {
min-height: 314px;
}
.tseti-plg .tf-client-testimonial {
font-size:14px;
line-height: 22px !important;
}
}
 @media (max-width: 768px) {

/*Gallery Home page*/
.logo_showcase {
padding:0 7px 2px 7px !important;
}
li.slick-slide {
height: 152px !important;
}
.logo_showcase .slick-slide {
padding: 0 8px!important;
}
.logo_showcase .slick-slide img {
width:100%!important;
height:auto!important;
}
.logo_showcase .slick-slide img:hover {
border:none!important;
box-shadow:none!important;
}
.logo_showcase .slick-slide .logo-title {
font-size: 12px!important;
height: 36px!important;
bottom:2px!important;
}
 .categoryshop .act-crowler ..owl-controls {
position: relative;
}

/*li.slick-slide{ height:150px!important;}
.logo_showcase.center .slick-slide{ width:90px!important; margin: 0 8px !important; padding: 0 !important;}
.logo_showcase .slick-slide img{width: 100% !important; margin: 0 !important;}
.logo_showcase{ padding:0 0px 20px 0px !important;}
.logo_showcase .slick-slide{ padding:0 8px !important;}*/
/*End Gallery Home page*/

/*Gallery inner page*/
.owl-carousel.forcenter .carousel-box {
margin-left:0!important;
}
.owl-carousel.antOnly .owl-item {
}
.owl-carousel.antOnly .owl-item .carousel-box {
padding-right:1px!important;
}
 .owl-carousel.forcenter .owl-wrapper-outer {
width: 100%;
}
.owl-carousel.threecenter .owl-wrapper-outer {
}
 .categoryshop > section .cont aside {
}
 .antOnly .owl-controls {
bottom: -8px !important;
}
 .owl-carousel.forcenter .owl-controls {
display:block!important;
bottom: -7px !important;
}
 .touchcarousel.dotnone .owl-controls {
display:block!important;
}
 .quotefm .fmBtn {
padding:0!important;
}
.quotefm .fmBtn input[type="submit"] {
float:right!important;
}

/*End Gallery inner page*/

/*home*/
.request {
width: 35%!important;
}
.cform {
width: 63%;
}
.cform .wpcf7-form-control-wrap {
width:42%!important;
}
.cform input[type="text"] {
width:100%!important;
padding:13px 28px !important;
margin-bottom: 0!important;
margin-left: 0;
margin-right: 0;
}
.cform input[type="email"] {
width:100%!important;
margin-bottom: 0!important;
margin-left: 0!important;
margin-right: 0!important;
}
.cform span {
width:100%;
margin-left:0;
margin-right:0;
}
span.wpcf7-not-valid-tip {
margin-bottom: 5px!important;
}
 .seasons-pane img {
overflow:hidden;
margin-bottom:5px;
}
.seasons-pane h2 {
clear:both;
}
 .owl-carousel .owl-wrapper-outer.autoHeight {
min-height: 147px;
}
/*end home*/

/*testmonials*/
.cd-testimonials-wrapper {
margin:0px;
padding:8px 40px 15px 40px!important;
}
/*end testmonials*/

/*About Us*/
.act-aboutus h2.mainhd {
padding: 4px 0px;
}
/*End About Us*/

/*Contact Us*/
.fmBtn input[type="submit"] {
float:right!important;
}
.address-box2 {
clear:both!important;
}
.address-box .fmBtn {
padding: 0 15px!important;
}
/*End Contact Us*/

.textarea2 h4 {
font-size:20px;
}
 .headingmin h2 {
font-size:16px !important;
}
 .headingmin span {
font-size:14px !important;
}
 .cform input[type=text] {
width:44%;
}
 .six-img {
margin: 0 auto;
}
.seasons-pane img {
float: none!important;
margin-right: 0!important;
}
.seasons-pane2 img {
float: none!important;
margin-right: 0!important;
}
 .address-box > span {
position:static;
width:100% !important;
left:35px !important;
font-size:14px;
margin:-20px 0px 0px 0px !important;
}
 #form1 > span {
float: none !important;
font-size: 15px;
margin-left: 12px !important;
position: static !important;
width: 100% !important;
}
 #span_msg > span {
display:block;
margin:-15px 0px 0px 0px;
text-align:center;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:280px;
left:50%;
top:50%;
margin:-225px 0 0 -140px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
 #ToggleMenuMobile {
display:block;
margin-bottom:0px;
}
 .seasons-pane {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
height:520px;
}
 .seasons-pane span img {
display:inline-block;
margin:0 auto;
}
 .seasons-pane2 {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
height:520px;
}
 .seasons-pane2 span img {
display:inline-block;
margin:0 auto;
}
 .aboutsections {
padding:10px 0px !important;
}
 #content11 ul h4 {
font-size:18px;
}
 #content11 p {
font-size:13px;
line-height:22px;
}
 #content22 p {
font-size:13px;
line-height:22px;
}
 .call-box img {
display:none;
}
 .call-box p {
display:inline-block;
margin-top:5px;
margin-right:10px;
}
 .call-box {
display:block;
width:100%;
margin-top:5px;
border-top:1px solid#ccc;
padding:2px 0px;
}
 ul.socials {
display:none;
}
 .socials li {
float:left;
position:relative;
}
 .socials li a {
color:#164d63;
font-weight:400;
font-size:16px;
padding:0px 18px 10px 18px;
text-transform:uppercase;
display:block;
}
 .socials li a {
padding:0px 3px;
}
 ul.socials {
display:none;
text-align: center;
}
 header h1 a img {
width:230px;
float:left;
margin-left:10px;
}
 header {
padding-top:16px;
padding-bottom:0px;
}
 .flex-direction-nav li:last-child {
right:0px;
}
 .flex-direction-nav li:first-child {
left:0px;
}
 .aboutsection {
width:90%;
}
 .rslides li span {
display:none;
}
 .aboutsection {
padding:15px 0px;
}
 .prev {
position:absolute;
top:30% !important;
left:15px !important;
background:url(images/prev2.png) no-repeat 0 0;
width:30px !important;;
height:30px;
font-size:0;
}
 .next {
position:absolute;
top:30% !important;
right:15px !important;
background:url(images/next2.png) no-repeat 0 0;
width:30px !important;;
height:30px;
font-size:0;
}
 .bc {
font-size:22px;
padding:4px;
}
 footer {
padding:20px;
}
 .cd-testimonials-wrapper {
padding:20px 40px;
}
 .cd-testimonials p {
line-height:20px;
}



/***************/







section {
border-top:none;
padding:2px 0px;
}
 .logo img {
width:100px;
}
 .navbar {
display:none;
}
 .pest-services p span {
font-size:10px;
}
 .pest-services p a {
font-size:10px;
}
 .headingmins h2 {
margin:10px 0px;
font-size:20px;
}
 .headingmin p {
font-size:13px;
line-height:22px;
margin-bottom:10px;
}
 #content11 ul li {
font-size:14px;
}
 input:checked + label {
border:none;
padding:15px 0px;
border:2px solid#ccc;
border-radius:50%;
overflow:hidden;
width:140px;
height:140px;
line-height:26px;
margin:0px 1px;
}
 .address-box2 {
}
.input-box label {
cursor: default!important;
}
 main label img {
margin:0 auto;
}
 .explore {
display:none;
}
 input:checked + label span {
padding:6px 4px;
font-size:12px;
background:none;
color:#111;
}



/*main label span{padding:6px 4px;  font-size:12px; background:none; color:#111;}*/



main label img {
display:block;
width:100px;
}
 .rats {
float:none;
margin:10px 0px;
}
 .rats-img {
padding-top:0px;
margin-bottom:20px;
}
 .footer-left-box2 li {
float:none;
}
 .footer-left-box h2 {
margin:12px 0px 5px 0px;
}
 .footer-left-box2 h2 {
margin:12px 0px 5px 0px;
}
 .footer-left-box3 h2 {
margin:12px 0px 5px 0px;
}
 .footer-left-box4 h2 {
margin:12px 0px 5px 0px;
}
 .footer-left-box4 {
margin-left:0px;
}
 #content11 ul li {
background:none;
padding-left:0px;
}
 main {
padding:0px;
}
 .mobbut {
cursor:pointer;
position:absolute;
top:33px;
right:16px;
display:block;
}
 .request h2 {
font-size:28px;
margin:6px 0px;
}
 .request p {
font-size:18px;
line-height:24px;
}
 .white-bg {
padding:15px;
}
 .textarea p {
font-size:15px;
margin-bottom:10px;
}
 .guranteed img {
width:100%;
}
 .headings2 h2 {
font-size:25px;
}
 .seasons-pane h2 {
font-size:19px;
margin:5px 0px;
}
 .seasons-pane h5 {
font-size:16px;
}
 .seasons-pane2 h2 {
font-size:19px;
margin:5px 0px;
}
 .seasons-pane2 h5 {
font-size:16px;
}
 .six-img {
float:none;
text-align:center;
}
 .textleft-box {
text-align:center;
display:block;
margin:0px 0px;
}
 .read-more a {
display:inline-block;
text-align:center;
margin:0 auto 10px auto;
float:none;
}
 .map-left-box {
display: block;
text-align: center;
width: 100%;
float:none;
}
 .map-left-box img {
float:none;
}
 .textleft-box p {
margin-bottom:10px;
}
 .number {
float:none;
}
 .headings2 {
width:100% !important;
}
 .locations__key-item {
font-size:17px;
margin-bottom:10px;
width:100%;
}
 .headings2 > p {
font-size:15px !important;
}
 .headings2 h2 {
font-size:18px;
}
 .locations__key-item.locations__key-item--tuggeranong2 {
width:100% !important;
}
 .six-img > img {
width:100px;
}
 .textleft-box h5 {
color: #fff;
font-size: 20px;
font-weight: 400;
line-height: 25px;
margin-bottom: 5px;
margin-top: 5px;
}
 #rats0 {
display:block!important;
}
 #content11 {
width:100%;
}
 .md-content > div ul {
padding-left:0px;
padding-bottom:0px;
}
 .md-modal {
width:90%;
}
 #owl-example .item {
width:100px !important;
height:100px !important;
display:inline;
}
 .carousel-box > .item {
width:110px !important;
}
 .carousel-box {
max-width:100% !important;
float:none !important;
}
 .carousel-box p {
font-size:14px;
}
 #owl-example .item img {
width:100%;
}
 .blackbg img {
width:20px !important;
}
 #owl-example .blackbg {
width:100px !important;
height:100px !important;
line-height:100px !important;
}
 .md-modal {
left:50%;
position:fixed;
top:50%;
transform:translateX(-50%) translateY(-50%);
width:100%;
z-index:9999999;
}
 .map-right-box {
float:none;
width:100%;
}
 .seasons-pane span img {
display:block;
float:none;
}
 .seasons-pane2 span img {
display:block;
float:none;
}
 .footer-left-box h2 {
font-size:14px;
}
 .footer-left-box li a {
font-size:12px;
}
 .footer-left-box h2 {
font-size:14px;
}
 .footer-left-box li a {
font-size:12px;
}
 .footer-left-box2 h2 {
font-size:14px;
}
 .footer-left-box2 li a {
font-size:12px;
}
 .footer-left-box3 h2 {
font-size:14px;
}
 .footer-left-box3 li a {
font-size:12px;
}
 .footer-left-box4 h2 {
font-size:14px;
}
 .footer-left-box4 li a {
font-size:12px;
}
 #owl-example .item {
height: 90px !important;
width: 90px !important;
}
 #boxscroll {
margin-top:0px;
}
 .textt {
font-size:13px;
padding:10px 10px 20px 10px;
}
 .rats-img {
width:200px;
height:200px;
margin:0px;
}
 .md-content button {
position:absolute;
top:2px;
right:10px;
}
 .topname {
font-size:18px;
padding:15px;
}
 .topname span {
font-size:15px;
display:block;
}
 .carousel-box > .item {
width:160px !important;
height: 160px!important;
text-align:center;
}
 #owl-example .item {
width:90px !important;
height:90px !important;
}
 .rats-img {
width:200px;
height:200px;
margin:0px;
}
 .categoryshop > section .cont aside {
width:100%;
text-align:center;
display:block;
float:none;
}
 .titles {
width:100%;
font-size:15px;
}
 .st-accordion span a {
width:50%;
font-size:15px;
}



/*.categoryshop > section .cont{height:135px;}*/



.categoryshop > section {
padding-top:0px;
}
 .categoryshop {
margin-bottom:0px;
}
 .headingmin {
width:100% !important;
float:none;
}
 .right-img {
margin-top:6px;
text-align:center;
display:block;
margin:0 auto;
text-align:left !important;
}
 .footer-mobile {
display:block !important;
background: #111;
padding: 25px 0 5px;
}
 .footer {
display:none;
}
 .footer-left-box {
width:48%
}
 .footer-left-box2 {
width:49%;
margin-top:10px;
}
 .footer-left-box3 {
width:49%;
}
 .footer-left-box4 {
width:49%;
margin-top:10px;
}
 .baoutright {
width:100%;
}
 .textleft-box h5 {
font-size:14px;
}
 .textleft-box p {
font-size:13px;
}
 .number {
font-size:18px;
}
 .cd-testimonials p {
font-size:13px;
}
 .map-box {
padding:10px 0px;
}
 .map-left-box {
width:58%;
float:left;
}
 .map-left-box img {
width:100%;
}
 .map-right-box {
width:40%;
float:left;
}
 .locations__key-item {
margin-bottom:20px;
}
 .address-box2 h3 {
font-size:16px;
margin-bottom:5px;
}
 .address-box2 span {
font-size:14px;
}
 .seven2 img {
width:110px;
}
.headingmin h4 {
font-size:16px;
}
.headingmin h6 {
font-size:15px;
}
 .right-img {
float:none !important;
margin:10px auto 10px auto !important;
width:200px;
height:200px;
line-height:200px;
}
#ht-site-branding img {
width: 100px!important;
}
#slider1_container .reslide_arrow_left, #slider1_container .reslide_arrow_right {
display:none!important;
}
 .pform {
padding:0 13px;
}
.pform input {
height:auto!important;
}
.cform input[type="text"] {
width:88%;
padding: 8px 10px;
font-size:15px;
padding:8px 10px!important;
}
.cform input[type="email"] {
width:88%;
padding: 8px 10px;
font-size:15px;
padding:8px 10px!important;
}
.pform input[type="submit"] {
font-size: 13px!important;
margin-right:0!important;
padding: 8px 12px!important;
width:auto!important;
height:auto!important;
}
 .act-aboutus .baoutright {
margin-top:15px!important;
}
h2.mainhd {
font-size: 16px !important;
font-weight:500!important;
padding-top:0!important;
margin: 5px 0;
}
}
 @media (max-width: 640px) {
 .request {
width: 100%!important;
}
.cform {
width: 100%!important;
}
 .map-left-box {
width:52%;
}
 .map-left-box img {
width:100%;
}
 .map-right-box {
width:46%;
}
 .carousel-box > .item {
width:130px !important;
height:130px !important;
text-align:center;
}



/*.categoryshop > section .cont{height:173px;}*/



.address-box {
width:100%;
float:none;
border:none;
padding:0px;
}
 .address-box2 {
width:100%;
float:none;
}
 .btn-defaultsub {
float:none;
display:block;
}
 .address-box2 h3 {
font-size:16px;
margin-bottom:6px;
}
 .containerss {
margin-bottom:0px !important;
}
 .seasons-pane {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
height:550px;
}
 .seasons-pane span img {
display:inline-block;
margin:0 auto;
}
 .seasons-pane2 {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
height:550px;
}
 .seasons-pane2 span img {
display:inline-block;
margin:0 auto;
}
 .seasons-pane p {
font-size:13px;
}
 .seasons-pane2 p {
font-size:13px;
}
 .coppyright {
text-align:center;
}
 .coppyright span a {
float:none;
}
 .locations__key-item {
margin-bottom:6px;
}
 #my-welcome-message2 {
display:none;
position:fixed;
max-width:280px;
left:50%;
top:50%;
margin:-225px 0 0 -140px;
background:#f9f9f9;
padding:13px;
border-radius:3px;
z-index:999999999999;
}
}
 @media (max-width: 616px) {
 .cform input[type=text] {
width:43%;
}
 .cform textarea {
width:43%;
}
}
 @media (max-width: 556px) {
 .testimonials-heading h2 {
font-size:18px;
}
}
 @media (max-width: 545px) {
.cform textarea {
width:94%;
}
}
 @media (max-width: 506px) {
 .owl-carousel.forcenter .owl-controls {
display:block;
!important;
}
 .cform .wpcf7-form-control-wrap {
margin: 0 3px 15px!important;
}
 .cform .wpcf7-form-control-wrap {
width: 100%!important;
}
 .owl-controls {
bottom: -13px !important;
}
 .aboutsection h2 {
font-size:25px;
}
 .aboutsection p {
font-size:15px;
}
 .testimonials-heading h2 {
font-size:18px;
margin-bottom:5px;
}
 .seasons-pane {
width:100%;
float:none;
height:auto;
}
 .seasons-pane2 {
width:100%;
float:none;
height:auto;
}
 #owl-example .item {
width:90px !important;
height:90px !important;
}
 .rats-img {
width:200px;
height:200px;
margin:0px;
}
 .categoryshop > section .cont aside {
width:100%;
text-align:center;
display:block;
float:none;
}
 .carousel-box > .item {
width:100px !important;
height:100px !important;
text-align:center;
}
 .categoryshop > section .cont aside p {
font-size:11px;
line-height:14px;
}
 .carousel-box {
float:none !important;
margin-left:0px !important;
}
 .seasons-pane {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
}
 .seasons-pane span img {
display:inline-block;
margin:0 auto;
}
 .seasons-pane2 {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
}
 .seasons-pane2 span img {
display:inline-block;
margin:0 auto;
}
 .seven2 {
position:absolute;
top:0px;
}
 .map-left-box {
width:100%;
}
 .map-left-box img {
width:70%;
}
 .map-right-box {
width:100%;
}
 .aboutsections {
padding: 20px 0 !important;
}
 .six-img {
margin: 0 auto!important;
}
 .seasons-pane img {
margin-right:0;
}
.cform .wpcf7-form-control-wrap {
width: 94%;
}
 .request {
float: none;
width:100%;
}
.seasons-pane img, .seasons-pane2 img {
float: none!important;
margin-right: 0!important;
}
}
 @media (max-width: 360px) {

/* Home css */	
.tseti-plg .owl-pagination {
display: block!important;
}
.tseti-plg .owl-controls {
bottom: -24px !important;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
min-height:310px;
}
/* End Home css */	

.call-box p {
float:left;
margin-top:0px;
}
.call-box {
padding:5px 0px;
}
.map-left-box {
width:100%;
float:none;
}
.map-left-box img {
width:100%;
}
.map-right-box {
width:100%;
float:none;
}
.carousel-box > .item:hover {
box-shadow:none;
}
.six-img {
margin:0 auto;
}
.seasons-pane2 img {
margin-right:0;
margin-bottom:5px;
width:100%;
}
.seasons-pane img {
margin-right:0;
margin-bottom:5px;
width:100%;
}
 .textleft-box {
padding: 10px 0 15px!important;
}
.request {
float: none;
width:100%;
}
 .aboutsections {
padding: 9px 0 20px !important;
}
 .textarea {
width: 100%!important;
}
.guranteed {
width: 100%!important;
}
.seasons-pane2 .explore {
display: none!important;
left: 0!important;
width:32px;
height:32px;
bottom:1px;
}
.seasons-pane2 .explore img {
width:57%;
margin-top:-46px;
margin-left:2px;
}
 .seasons-pane .explore {
display: none;
!important;
left: 0!important;
width:32px;
height:32px;
bottom:1px;
}
.seasons-pane .explore img {
width:57%;
margin-top:-46px;
margin-left:2px;
}
 .owl-controls {
bottom: -8px!important;
}

/*owl gallery inner page*/
.carousel-box {
padding-left: 0;
}
 .owl-carousel.forcenter .carousel-box {
padding: 0;
}
.owl-carousel.forcenter .clickable {
}
.owl-carousel.threecenter .carousel-box {
}
.owl-carousel.threecenter .clickable {
}
.touchcarousel .clickable {
display:none!important;
}
/*end owl gallery inner page*/


}
 @media (max-width: 320px) {
.categoryshop > section .cont aside {
width:90%;
}
 .carousel-box > .item:hover {
box-shadow:none;
}
 .seven2 {
position:static;
}
 .carousel-box > .item {
width:90px !important;
height:90px !important;
text-align:center;
}
 #owl-example .item {
width:90px !important;
height:90px !important;
}
 .rats-img {
width:200px;
height:200px;
margin:0px;
}
 .categoryshop > section .cont aside {
text-align:center;
display:block;
float:none;
}
 .categoryshop > section .cont aside p {
font-size:11px;
line-height:14px;
}
 .address-box {
width:100%;
float:none;
border:none;
padding:0px;
}
 .address-box2 {
width:100%;
float:none;
clear: both;
}
 .btn-defaultsub {
float:none;
display:block;
}
 .address-box2 h3 {
font-size:18px;
margin-bottom:6px;
}
 .seasons-pane {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px;
}
 .seasons-pane span img {
display:inline-block;
margin:0 auto;
}
 .seasons-pane2 {
text-align:center;
display:block;
margin-right:0px;
padding:20px 20px 10px 20px;
}
 .seasons-pane2 span img {
display:inline-block;
margin:0 auto;
}
 .call-box p {
float:left;
margin-top:0px;
}
 .call-box {
padding:5px 0px;
}
 .locations__key-item {
width:100%;
}
 .map-left-box {
width:100%;
float:none;
}
 .map-left-box img {
width:100%;
}
 .map-right-box {
width:100%;
float:none;
}
 .coppyright {
text-align:center;
}
 .coppyright span a {
float:none;
}
}
/*=== end my css===*/
h3.reslideh3 {
	background:transparent !important;
}
h3.reslideh3 span.gg {
	text-align:left;
}
#slider1_container .reslide_arrow_right {
	width:43px !important;
}
span.gg strong {
    font-weight: 900;
}