/*!
Theme Name: HasTech
Theme URI: http://underscores.me/
Author: hastech
Author URI: http://hasthemes.com
Description: This Themse is Default theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hastech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HasTech is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	transition: 0.4s;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	transition: 0.4s;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Roboto Slab';
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post{
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a,a:hover{
	text-decoration: none;
}

/* Theme Style */
.page_content{
	display: block !important;
}
.site-branding {
  padding: 25px 0 12px;
}
.main-menu-area {
  display: inline-block;
}
.main-menu-area nav ul li,.header-right ul li{
	display: inline-block;
	position: relative;
}
.main-menu-area nav ul li:first-child {
  margin-left: 0;
}
.main-menu-area nav ul li{
	margin-left: 45px;
}
.main-menu-area nav ul > li:hover > a,.header-right ul > li:hover > a{
	color: #1f51d3;
}
.main-menu-area nav ul li a{
	text-decoration: none;
	color: #323232;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 75px;
	text-transform: uppercase;
}

.main-menu-area ul.sub-menu {
  background: #ddd none repeat scroll 0 0;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 110%;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 250px;
}
.main-menu-area ul > li:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 550;
}
.main-menu-area ul.sub-menu li {
  border-bottom: 1px solid #8c8989;
  border-top: 1px solid #fff;
  margin: 0;
  display: block;
}

.main-menu-area .sub-menu > li > a {
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}

.main-menu-area nav ul li:first-child {
  margin-left: 0;
}
.main-menu-area ul.sub-menu li:last-child {
  border-bottom: 0 solid #8c8989;
}

.header-right {
  line-height: 75px;
  margin-left: 45px;
  display: inline-block;
}
.header-right ul li a {
  color: #323232;
  display: block;
}
.header-right ul li{
	margin-left: 15px;
}
.header-right ul li:first-child{
	margin-left: 0;
}
.header-right ul li.mobile-menu-li,.header-right{
	display: none;
}

.offcanvas-mobile-menu {
  height: 100vh;
  max-width: 100%;
  padding-left: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s ease 0s;
  width: 400px;
  z-index: 9999;
}
.offcanvas-mobile-menu.active {
  transform: translateX(0px);
}

.admin-bar .offcanvas-mobile-menu{
	top: 33px;
}
.offcanvas-menu-close {
  background: #343538 none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 9;
  text-decoration: none;
  transition: 0.4s;
}
.offcanvas-menu-close:hover{
	color: red;
	text-decoration: none;
}
.offcanvas-wrapper {
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  height: 100%;
  overflow: auto;
}
.offcanvas-inner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 35px 0;
}
.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  left: 0;
  margin-left: 60px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  z-index: 9;
}
.offcanvas-mobile-search-area input {
  background: #e6e6e6 none repeat scroll 0 0;
  border: medium none;
  color: #222;
  display: block;
  font-size: 16px;
  padding: 8px 25px;
  width: 100%;
}
.offcanvas-mobile-search-area button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #aaa;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.offcanvas-navigation ul {
  text-align: left;
}

.offcanvas-navigation ul li.menu-item-has-children {
  display: block;
  position: relative;
}
.offcanvas-navigation > ul > li > a {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  padding: 10px 0;
}
.offcanvas-navigation ul li.menu-item-has-children a {
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  cursor: pointer;
  height: 50px;
  left: 95%;
  line-height: 50px;
  position: absolute;
  right: auto;
  text-align: center;
  top: -5px;
  width: 30px;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  border-bottom: 1px solid;
  display: block;
  margin-top: 25px;
  position: relative;
  transition: all 250ms ease-out 0s;
  width: 10px;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i::before {
  border-bottom: 1px solid;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}
.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0deg);
}

.offcanvas-navigation ul.sub-menu > li > a {
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}

.header-search-section {
  background-color: #ffffff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.admin-bar .header-search-section{
	top: 30px;
}

.search-form input[type="search"] {
  border-radius: 0;
  padding: 5px 7px;
  width: 100%;
}
.search-form label {
  float: left;
  margin: 0;
  width: calc(100% - 60px);
}
.search-form input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  float: left;
  padding: 12px 10px;
  transition: 0.4s;
  cursor: pointer;
}
.search-form input[type="submit"]:hover,.comment-form .form-submit input[type="submit"]:hover{
	background: #1f51d3;
}

.comment-form .form-submit input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
}

.htpage-padding{
	padding: 50px 0;
}
.httitle-padding{
	padding: 0 10px;
}
.htcopy-text {
  line-height: 1;
  text-align: right;
  width: 100%;
}
.blog_content_area{
	display: block;
}

.widget-area .widget{
	border: 1px solid #e1e1e1;
	padding: 20px;
	overflow: hidden;
}
.widget-title {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.widget ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.widget ul li::before {
  color: #363636;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.widget ul li a{
	color: #363636;
}
.cat-links {
  margin-right: 20px;
}
.entry-title {
  margin: 10px 0;
}
.entry-title a,.entry-meta a{
	color: #363636;
}
.blog_content_area .post{
	margin-top: 3rem;
}
.blog_content_area .post:first-child{
margin-top:0;
}
.blog_content_area .entry-content{
	margin: 1em 0 0;
}
.read_more_btn {
  display: block;
  margin-top: 1.2em;
}

/* Item Style */
.taxonomy_title_area {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.taxonomy_title_area .elementor-row{
	display: block;
}
.taxonomy_title_area .page-title {
  font-size: 22px;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.taxonomy_title_area .archive-description p{
	margin: 0;
}
.ht_item_space {
  padding: 0 10px;
}
.item_padding_right {
  padding-right: 20px;
}
.item_padding_left {
  padding-left: 20px;
}
.single_item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0 0 47px;
  padding: 0 0 32px;
  color: #363636;
  float: left;
}
.single_item a {
  color: #363636;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.single_item .item_image{
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.item_image .we-product-thumb{
	float: left;
	margin-right: 20px;
	display: block;
}
.item_content{
	width: 100%;
	float: left;
}
.item_image .we-product-thumb + .item_content {
  width: calc(100% - 100px);
}
.single_item .item_meta_info {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.single_item .item_meta_info ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.single_item .item_meta_info ul li {
  display: inline-block;
  margin-right: 15px;
}
.single_item .item_meta_info ul li:first-child {
  margin-top: 9px;
}
.single_item .item_meta_info ul.no-vendor li:first-child {
  margin-top: 0;
}
.single_item .item_meta_info ul li a{
	font-weight: normal;
}
.single_item .item_meta_info ul li i{
	margin-right: 10px;
}
.single_item .item_meta_info ul li img{
	width: 15px;
	height: 15px;
	margin-right:5px; 
}
.single_item .item_meta_info ul li.ht-right a {
  border: 1px solid #ccc;
  padding: 0 20px;
  display: block;
  height: 40px;
  line-height: 40px;
}
.single_item .item_meta_info ul li.ht-right a:hover,.single_item .item_meta_info ul li.ht-right a.item_cart:hover{
	background: #79b530;
	border-color: #79b530;
	color: #fff;
}
.single_item .item_meta_info ul li.ht-right a.item_cart {
  border-color: #79b530;
  color: #79b530;
  padding: 0 12px;
}
.single_item .item_meta_info ul li.ht-right a.item_cart i{
	font-size: 16px;
}
.single_item .item_meta_info ul li.ht-right i{
	margin: 0;
}
.item_price {
  margin: 10px 0;
}
.item_category{
	display: block;
}
.item_category a{
	font-weight: normal;
}
.ht-right{
	float: right;
}
.ht-content-right {
  justify-content: flex-end;
}
.single_item .item_meta_info ul li.mar-0{
	margin-right: 0;
}
.no-vendor .ht-right {
  float: none;
}

/* Item hover tooltip
 *================================================== */
#we-product-tooltip {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 500px;
	background: #282828; 
	padding: 14px;
	z-index: 999;
	display: none;
}

#we-product-tooltip.no-img .we-product-meta {
	margin-top: 0px;
}

#we-product-tooltip .we-product-image {
	width: 472px;
	height: 240px; 
	overflow: hidden;
}

#we-product-tooltip img {
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	width: 100%;
}

#we-product-tooltip.no-img .we-product-image {
	display: none;
}

#we-product-tooltip .we-product-meta {
	color: #fff;
	display: table;
	width: 100%;
	font-family: 'Roboto Slab';
	margin: 20px 0px 0px 0px;
}

#we-product-tooltip .we-product-meta .we-product-left-coll,
#we-product-tooltip .we-product-meta .we-product-right-coll {
	display: table-cell;
	vertical-align: top;
}

#we-product-tooltip .we-product-meta .we-product-right-coll {
	text-align: right;
}

#we-product-tooltip .we-product-meta .we-product-right-coll {
	width: 70px; 
	padding: 0px 0px 0px 5px;
}

#we-product-tooltip .we-product-meta h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

#we-product-tooltip .we-product-meta .we-product-author {
	font-size: 12px;
	color: #898989;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 100%;
}

#we-product-tooltip .we-product-meta .we-product-rating {
	margin: 5px 0px 0px 0px;
	display: block;
	position: relative;
}

#we-product-tooltip .we-product-meta .we-product-price {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.we-product-rating {
	margin: 10px 0px 0px 0px;
	display: block;
	width: 100%;
	position: relative;
}

.we-product-rating .we-product-rating-bk,
.we-product-rating .we-product-rating-marked {
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.we-product-rating span {
	display: inline-block;
	margin-right: 1.5px;
	overflow: hidden;
}

.we-product-rating .we-product-rating-marked {
	z-index: 1;
	position: absolute;
}

.we-product-rating .we-product-rating-marked .show-none {
	display: none;
}

.we-product-rating .we-product-rating-marked .show-full .fa {
	width: 100%;
}

.we-product-rating .we-product-rating-marked .show-half .fa {
	display: block;
	overflow: hidden;
	position: relative;
	top: -3px;
	width: 50%;
}
.we-product-rating .we-product-rating-marked .fa {
	color: #ffc64a;
}

/*Pricing Table Style*/
.hastech-pricing-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}

.hastech-pricing-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hastech-pricing-panel .pricing_old {
  margin-right: 15px;
}
.hastech-pricing-panel .hastech-pricing-heading .price h4 span.pricing_new,.hastech-pricing-panel .hastech-pricing-heading .price h4 span.pricing_old{
  padding-left: 16px;
  position: relative;
}

.hastech-features li i{
  margin-right: 8px;
}
.hastech-pricing-heighlight{
    padding: 70px 0;
    box-shadow: 0 0 30px rgba(82, 182, 188, 0.25);
    position: relative;
    z-index: 2;
}

.hastech-pricing-style-5 {
    background: #f6f6f6;
    padding: 40px 0;
    text-align: left;
    padding-bottom: 50px;
    margin-left: 30px;
}

.hastech-pricing-style-5 .hastech-pricing-heading {
    padding-left: 46px;
    margin-bottom: 8px;
}

.hastech-pricing-style-5 .hastech-pricing-heading .price h4 {
    color: #0056ff;
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0;
}

.hastech-pricing-style-5 .hastech-pricing-heading .title h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 3px;
}

.hastech-pricing-style-5 .hastech-pricing-body {
    background: #e3ecff;
    margin-right: 30px;
    margin-left: -30px;
    border-radius: 6px;
    padding: 40px 56px 60px;
    position: relative;
}

.hastech-pricing-style-5 .hastech-pricing-body ul {
    margin-bottom: -37px;
}

.hastech-pricing-style-5 .hastech-pricing-body ul li {
    color: #181818;
    font-size: 14px;
    padding: 10px 0;
}

.hastech-pricing-body ul li.off {
    text-decoration: line-through;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn {
    bottom: -72px;
    background: transparent;
    display: inline-block;
    left: 50%;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateX(-50%);
    position: relative;
    border: 1px solid transparent;
    padding: 4px;
    transition: 0.5;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn span {
    padding: 0 30px;
    background: #0056ff;
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn:hover {
    border: 1px solid #0056ff;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn.active {
    border: 1px solid #0056ff;
}

.hastech-pricing-style-5 .hastech-pricing-body a.price_btn.active:hover {
    border: 1px solid transparent;
}
.hastech-pricing-style-5 .hastech-pricing-heading .price h4 span.pricing_new, .hastech-pricing-style-5 .hastech-pricing-heading .price h4 span.pricing_old{
  padding: 0;
}
.hastech-pricing-style-5 sub {
  font-size: 40px;
  position: static;
}

.hastech-pricing-ribon{
  position: relative;
}

.hastech-pricing-ribon::before {
    content: url(../images/pricing-ribon.png);
    left: 30px;
    position: absolute;
    top: -15px;
}

/* Footer Style*/
.footer-widget{
	display: block;
}
.footer-widgets-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 100px 0 60px;
}
.footer-copyright-area {
  padding: 20px 0;
}
.footer-widget .footer-title {
  margin-bottom: 26px;
  font-size: 16px;
  text-transform: uppercase;
}
.textwidget > p {
  font-size: 14px;
  line-height: 26px;
}
.footer-widget ul li a {
  color: #404040;
  display: block;
  padding: 5px 0;
}
.footer-widget ul li a:hover{
	color: #1f51d3;
}
.footer-widget .mc4wp-form .d-desc {
  font-size: 14px;
  margin: 0 0 20px;
}
.footer-widget form.mc4wp-form {
  margin-bottom: 15px;
  position: relative;
}
.footer-widget form.mc4wp-form input{
	background-color: #ffffff;
	border: medium none;
	color: #a0a0a0;
	font-size: 13px;
	height: 40px;
	line-height: 24px;
	padding: 8px 45px 8px 15px;
	width: 100%;
}
.footer-widget form.mc4wp-form button {
  background-color: #1f51d3;
  border: medium none;
  color: #ffffff;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
}

/**
* Pagination
*/
.post-pagination .nav-links > ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: -7px;
    margin-right: -7px;
}
.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-pagination .nav-links > ul > li > a,
.post-pagination .nav-links > ul > li > span,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
    color: #79b530;
    border-color: #79b530;
}

/* Buy Now button */
.ht_buynow_button a {
  background: #61ce70 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 24px;
}

.button button,.btn {
  background: #1f51d3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}
.button button:hover,.btn:hover{
	color: #fff;
	background: #79b530;
}
a.btn:focus, a.btn:active,a.btn:visited{
	color: #fff;
}

/* Blog style */
.single-blog-area{
	border:1px solid #eee;
}
.post-pagination {
  padding-left: 15px;
}
article.single-blog-area{
	margin: 0;
}
.blog-grid-item {
  margin-bottom: 30px;
}
.blog-content-area{
	padding: 0 20px 20px;
}
.single-blog-area .post-thumbnail {
  display: block;
}
.single-blog-area .entry-title {
  font-size: 1.231em;
}
.blog-meta-info{
	color: #777;
	font-size: 0.923em;
	list-style: outside none none;
	margin: 0 0 10px;
}
.blog-meta-info li{
	display: inline-block;
	margin: 0 10px 5px 0;
}
.blog-meta-info li a{
	color: #777;
}
.blog-meta-info li i{
	margin-right: 8px;
}
.blog-meta-info li a:hover{
	color: #1f51d3;
}
.single-blog-area .entry-content {
  color: #777;
  font-size: 15px;
}
a.read_more_btn{
  background: #000 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.923em;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
  padding: 0.538em 1.077em;
  transition: all 0.15s ease 0s;
  margin-top: 20px;
}
a.read_more_btn:hover{
	background: #1f51d3;
}

.single_blog_page .entry-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.ht_buttons_area{}
.ht_buttons_area ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ht_buttons_area ul li {
  display: inline-block;
  margin-right: 10px;
}
.ht_buttons_area ul li a {
  background: #4054b2 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 8px 15px;
}
.ht_buttons_area ul li a:hover{
	background: #000 none repeat scroll 0 0;
}

/* Page Title */
.page-title-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 30px 0;
}
.page-title-content-area {
  display: flex;
  justify-content: space-between;
}
span.htpage-title {
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 600;
}
.breadcrumb-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.breadcrumb-content ul li {
  color: #5b5858;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb-content ul li:last-child{
	margin-right: 0;
}
.breadcrumb-content ul li::before {
  background-color: #5b5858;
  content: "";
  height: 1px;
  position: absolute;
  right: -21px;
  top: 12px;
  transform: rotate(115deg);
  width: 18px;
  z-index: 99;
}
.breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-content ul li a{
  color: #5b5858;
  text-decoration: none;
}
.breadcrumb-content ul li a:hover{
	color: #1f51d3;
}


/* 404 Page */
.page-not-found-wrap .container .pnf-inner-wrap{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.page-not-found-wrap .blog_content_area {
  display: flex;
}
.pnf-inner-wrap {
  margin-top: 100px;
}
.pnf-inner {
  text-align: center;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
  background: #1f51d3 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	.header-right ul li.mobile-menu-li,.header-right{
		display: inline-block;
	}
	.main-menu-area,.header-right ul li a.search-toggle{
		display: none;
	}

	.elementor-section.elementor-section-boxed > .elementor-container {
	  padding: 0 15px;
	}
	.htcopy-text {
	  margin-top: 15px;
	  text-align: left;
	}
	aside.widget-area {
	  margin-top: 45px;
	}

}

/* small mobile :320px. */
@media (max-width: 767px) {

	.header-right ul li.mobile-menu-li,.header-right{
		display: inline-block;
	}
	.main-menu-area,.header-right ul li a.search-toggle{
		display: none;
	}

	.elementor-section.elementor-section-boxed > .elementor-container {
	  padding: 0 15px;
	}

	.hastech-pricing-style-5 .hastech-pricing-body {
	  margin-left: -20px;
	  margin-right: 20px;
	  padding: 40px 30px 60px;
	}
	.hastech-pricing-style-5 {
	  margin-left: 15px;
	}
	.hastech-pricing-style-5 .hastech-pricing-heading {
	  padding-left: 23px;
	}
	.hastech-pricing-style-5 .hastech-pricing-heading .price h4 {
	  margin: 0 0 20px;
	}
	.htcopy-text {
	  margin-top: 15px;
	  text-align: left;
	}
	aside.widget-area {
	  margin-top: 45px;
	}
	.page-title-content-area {
	  display: block;
	}

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}