/*
Theme Name: Cambay
Theme URI: https://vedathemes.com/blog/vedaitems/cambay/
Author: Vedathemes
Author URI: https://www.vedathemes.com
Description: Cambay is designed for fashion and life-style blog with elegant visual look and feel. This is a modern & minimalist theme with color scheme customizer options and home page widget areas. This theme is also compatible with WooCommerce and Gutenberg.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cambay
Tags: grid-layout, custom-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, block-styles

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.

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

*/
/**
* #.# Normalize CSS
*
* Modified from normalize.css v8.0.0 | MIT License | https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
	line-height: 1.75;

	-webkit-text-size-adjust: 100%;
}

html,
input[type='search'] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	min-width: 0;
}

abbr[title] {
	        text-decoration: underline;
	        text-decoration: underline dotted;

	border-bottom: none;

	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;

	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;

	position: relative;

	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "Roboto";
	font-size: 100%;
	line-height: normal;

	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;

	border-style: none;
}

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

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

legend {
	display: table;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 100%;
	padding: 0;

	white-space: normal;

	color: inherit;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

[type='search'] {
	outline-offset: -2px;

	-webkit-appearance: none;
}

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

::-webkit-file-upload-button {
	font: inherit;

	-webkit-appearance: button;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

/**
* #.# WordPress Core
*
* Styles for WordPress core and screen reader classes.
*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;

	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);

	width: 1px;
	height: 1px;
}

.screen-reader-text:focus {
	font-size: 0.7559rem;
	font-weight: 700;
	line-height: 2.31512;

	z-index: 100000;
	/* Above WP toolbar. */
	top: 5px;
	left: 5px;

	display: block;
	clip: auto !important;

	width: auto;
	height: auto;
	padding: 15px 23px 14px;

	text-decoration: none;

	color: #21759b;
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

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

/* Alignment */
.alignleft {
	float: left;

	margin: 0.4375rem 1.75rem 0.875rem 0;
}

.alignright {
	float: right;

	margin: 0.4375rem 0 0.875rem 1.75rem;
}

.aligncenter {
	display: block;
	clear: both;

	margin: 0 auto 1.75rem;
}
.Listed {
    background: 0 0;
    border: 1px solid #fff!important;
    color: #fff;
    padding: 5px 30px!important;
    margin: 0 0 0 10px;
    transition: all .6s ease;
    cursor: pointer;
}
.alignnone {
	float: none;

	margin: 0 auto 1.75rem;
}

p .alignnone {
	margin: 0;
}

/* Gallery */
.entry-content .gallery {
	width: 100%;
	margin-bottom: 1.75rem;
}

.gallery:after {
	display: table;
	clear: both;

	content: '';
}

.gallery-item {
	position: relative;

	display: block;
	float: left;

	width: 50%;
	margin: 0 0 6px;
	padding: 0 3px;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	display: block;

	max-width: 100%;

	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
	width: 100%;
}

.gallery-item .gallery-icon {
	position: relative;
}

.gallery-item .gallery-icon a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.gallery-item .gallery-icon a img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-item .gallery-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-item .gallery-icon:after {
	display: block;

	width: 100%;
	padding-top: 75%;

	content: '';
}

.gallery-item .portrait.gallery-icon:after {
	padding-top: 133%;
}

.gallery-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: auto;

	max-height: 50%;
	margin: 0 3px;
	padding: 0.875em;

	-webkit-transition: opacity 0.25s ease;
	        transition: opacity 0.25s ease;
	text-align: center;

	background: -webkit-gradient(linear, left top, right top, from(rgba(70, 70, 70, 0.6)), color-stop(85%, rgba(70, 70, 70, 0.4)));
	background: linear-gradient(to right, rgba(70, 70, 70, 0.6), rgba(70, 70, 70, 0.4) 85%);
}

.gallery-caption.wp-caption-text {
	color: #fff;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.entry-content .gallery img {
	display: block;

	margin: 0;
}

/* Image */
img {
	max-width: 100%;
	height: auto;

	vertical-align: middle;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

a:hover > img,
a:focus > img {
	opacity: 0.8;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.75rem;
}

.wp-caption img[class*='wp-image-'] {
	display: block;

	margin: 0;
}

.wp-caption-text {
	font-size: 0.7559rem;
	line-height: 2.31512;

	padding-top: 0.875em;

	color: #606060;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin-bottom: 1.75em;

	vertical-align: middle;
}

p > embed,
figure embed,
p > iframe,
figure
iframe,
p > object,
figure
object,
p > video,
figure
video {
	margin-bottom: 0;
}

/* WordPress media elements */
.page-content .wp-audio-shortcode,
.entry-content .wp-audio-shortcode,
.comment-content .wp-audio-shortcode {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.page-content .wp-video,
.entry-content .wp-video,
.comment-content .wp-video {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.page-content .wp-playlist.wp-audio-playlist,
.entry-content .wp-playlist.wp-audio-playlist,
.comment-content .wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
	padding-bottom: 0;
}

.page-content .wp-playlist .wp-playlist-tracks,
.entry-content .wp-playlist .wp-playlist-tracks,
.comment-content .wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.page-content .wp-playlist-item .wp-playlist-caption,
.entry-content .wp-playlist-item .wp-playlist-caption,
.comment-content .wp-playlist-item .wp-playlist-caption {
	padding: 0.7em 0;

	border-bottom: 0;
}

.page-content .wp-playlist-item .wp-playlist-item-length,
.entry-content .wp-playlist-item .wp-playlist-item-length,
.comment-content .wp-playlist-item .wp-playlist-item-length {
	top: 0.7em;
}

.page-content .wp-playlist-caption:focus,
.entry-content .wp-playlist-caption:focus,
.comment-content .wp-playlist-caption:focus {
	outline: 0;
}

/* Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;

	border: none;
}

/* Meta Js */
.page-content .mejs-container,
.entry-content .mejs-container,
.comment-content .mejs-container {
	margin-bottom: 1.75rem;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/**
* #.# Elements
*
* Styles for Core HTML elements.
*/
html {
	font-size: calc( 16px + 3 * ((100vw - 320px) / 1360));
}

.ios-device * {
	cursor: pointer;
}

body {
	
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.75;

	margin: 0;

	word-wrap: break-word;

	opacity: 0;
	color: #464646;
	background-color: #fcfcfc;

	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-animation: fadein 0.5s ease-in-out;
	        animation: fadein 0.5s ease-in-out;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto,-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-weight: 700;

	margin: 0 0 1.75rem;

	letter-spacing: normal;

	color: #222;
}

h1 {
	font-size: 1.75rem;
	line-height: 1.15;
}

h2 {
	font-size: 1.75rem;
	line-height: 1.15;
}

h3 {
	font-size: 1.323rem;
	line-height: 1.32275;
}

h4 {
	font-size: 1.128em;
	line-height: 1.55142;
}

h5 {
	font-size: 1rem;
	line-height: 1.75;
}

h6 {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

/* Links */
a {
	text-decoration: none;

	color: #e91e63;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline-offset: -0.05em;
}

/* Lists */
ol,
ul {
	margin: 0 0 1.75rem;
	padding: 0 0 0 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	font-size: 0.8865rem;
	line-height: 1.97406;

	margin: 0.875rem 0;
	padding: 0 0 0 1.75em;
}

ol li,
ul li {
	margin-bottom: 0.4375rem;
}

/* Misc */
address,
p {
	margin: 0 0 1.75rem;
}

hr {
	overflow: visible;

	height: 1px;
	margin-bottom: 1.75rem;

	border: 0;
	background-color: #e6e6e6;
}

abbr,
dfn[title],
acronym {
	cursor: help;

	border-bottom: 1px dotted #e6e6e6;
}

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

mark,
ins {
	color: #464646;
	background: #fafafa;
}

dl,
dd {
	margin: 0 0 1.75rem;
}

dt {
	font-weight: 700;
}

figure {
	margin: 0;
}

/* Code */
code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Roboto', 'Lucida Console', monospace;
	font-size: 0.8865rem;
	line-height: 1.97406;
}

pre {
	overflow: auto;

	max-width: 100%;
	margin: 0 0 1.75rem;
	padding: 1.75em;

	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;

	background-color: #f2f2f2;
}

code {
	padding: 0.125em 0.25em;

	background-color: #f2f2f2;
}

/* Blockquote */
blockquote {
	font-size: 1.323rem;
	line-height: 1.32275;

	position: relative;

	margin-top: 0;
	margin-bottom: 1.75rem;
	margin-left: 0;
	padding-left: 2.5em;

	color: #757575;
}

blockquote > p {
	margin-bottom: 0.875rem;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;

	display: block;

	margin-top: 0.4375rem;

	color: #757575;
}

blockquote:before {
	font-family: 'georgia';
	font-size: 50px;
	line-height: 1;

	position: absolute;
	top: 0;
	left: 0;

	width: 30px;

	content: '\201C';

	color: #464646;
}

.wp-block-pullquote {
	padding: 0;

	border-top-width: 0;
	border-bottom-width: 0;
}

.wp-block-pullquote blockquote,
blockquote.wp-block-pullquote {
	margin-right: 0;
	margin-bottom: 0;
	padding: 3em 0;

	text-align: center;

	color: #757575;
	border-top: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
}

.wp-block-pullquote blockquote > p,
blockquote.wp-block-pullquote > p {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.wp-block-pullquote blockquote cite,
blockquote.wp-block-pullquote cite {
	font-size: 0.7559rem;
	font-style: normal;
	line-height: 2.31512;

	display: block;

	margin-top: 0.4375rem;

	color: #757575;
}

.wp-block-pullquote blockquote:before,
blockquote.wp-block-pullquote:before {
	content: none;
}

/* Table */
table {
	width: 100%;
	margin-bottom: 1.75rem;

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

table td,
table th {
    text-align: left;
    border: 0.1rem solid #e6e6e6;
    padding: 5px 10px!important;
}

table td:first-child,
table th:first-child {
	padding-left: 0;
}

table td:last-child,
table th:last-child {
	padding-right: 0;
}

p:empty {
	line-height: 0;

	margin: 0;
	padding: 0;
}

p > br:only-child {
	display: none;
}

/**
* #.# Forms
*
* Styles for HTML form elements.
*/
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
select,
textarea:focus {
	-webkit-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}


a.cta.button {
	background-color: #00804d;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='week'],
input[type='month'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
	font-family: inherit;
	font-size: 0.7862rem;

	width: 100%;
	padding: 0.875em;

	color: #464646;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
	transition: all .2s linear;
	font-size: 14px;
}
.bg-dark {
    background-color: #1c2023!important;
    transition: all .2s linear;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    background-color: #283036!important;
}
.Listed:hover {
    background: #fff;
    color: #000!important;
    padding: 5px 30px;
    margin: 0 0 0 10px;
    transition: all .6s ease;
}
.bg-dark1 {
    background-color: #1c2023!important;
    transition: all .2s linear;
}
input[type='date']:focus,
input[type='time']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='month']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 0 1px #e91e63;
	        box-shadow: inset 0 0 1px #e91e63;
}

select {
	background: #fff url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAyAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAIBgYGBgYIBgYIDAgHCAwOCggICg4QDQ0ODQ0QEQwODQ0ODBEPEhMUExIPGBgaGhgYIyIiIiMnJycnJycnJycnAQkICAkKCQsJCQsOCw0LDhEODg4OERMNDQ4NDRMYEQ8PDw8RGBYXFBQUFxYaGhgYGhohISAhIScnJycnJycnJyf/wAARCAASAB4DASIAAhEBAxEB/8QAbwAAAgIDAAAAAAAAAAAAAAAAAAYBBQMEBwEBAQEAAAAAAAAAAAAAAAAAAQACEAABAgQDBwMFAAAAAAAAAAABAgQAEQMFIUESMVGhMhMzBrFiNJEiIxQ1EQADAQEBAAAAAAAAAAAAAAAAATEhcUH/2gAMAwEAAhEDEQA/AH1y7vfiN7qOXlWo+t71ZUpajzDIJGxC0DCQkCOD2zeNn7am7aVBUo1RNKh6HcRmIh6xbXFqtm7pipRqCRB2g5EHIiOf67p4HcVIkXVscTKATpCyBgZyOmonPeOGr0zODnfb60sTTr1/vrLmG7cGSlqHokZmEtrX8n/VfeWrcqpghHToFM6dRIqoEhTPLTSmeIx247Y2LJZXnk7036+klsT+KliAsA4ISMqaeP1h/wCmjR0tI6ctOiQ06ZSlLdFM9ZXXETFH5f8Awq3xuZHzO3zDZ7t0EECqFxlw2+NR5ORPZ7ewdv27oywQQCf/2Q==') right no-repeat;
	background-position: right 15px top 17px;
	background-size: 12px;

	-webkit-appearance: none;
	   -moz-appearance: none;
}

label {
	font-weight: 700;

	display: block;

	margin-bottom: 0.4375em;

	color: #464646;
}

a.button:disabled,
a.button.disabled,
a.button:disabled[disabled],
button.disabled,
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
	opacity: 0.7;
}

a.button:disabled:hover,
a.button.disabled:hover,
a.button:disabled[disabled]:hover,
button.disabled:hover,
button[disabled]:hover,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:hover {
	cursor: not-allowed;
}

.search-form {
	position: relative;
}

.search-form label {
	margin-bottom: 0;
}

.search-field {
	padding-right: 50px;
}

button.search-submit {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;

	overflow: hidden;

	color: #464646;
	border-width: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

button.search-submit:hover,
button.search-submit:focus {
	background-color: transparent;
}

.shadow-1 {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2 {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.no-scroll {
	position: fixed;

	overflow: scroll;

	width: 100%;
}

.italic {
	font-style: italic;
}

h3.related-posts-title {
	margin-bottom: 1.75rem;
	padding-bottom: 0.875rem;

	border-bottom: 1px solid #e6e6e6;
}

.wrapper {
	position: relative;

	display: block;

	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.flex-wrapper {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	margin: 0 auto;
	padding: 0 20px;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-wrapper .flex-wrapper {
	padding: 0;
}

[class*='fw-tab-'],
[class*='fw-lap-'],
[class*='fw-tabr-'] {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.site-header {
	position: relative;
	margin-bottom: 0.875rem;
	background: #fff;
	height: 84px;
}

.site-header a {
	text-decoration: none;
}

.has-header-image .site-header,
.has-header-image
.site-header a {
	color: #fff;
}

.has-header-image .site-header .header-widgets {
	color: #464646;
}

.has-header-image .site-header .header-widgets a:not(.button) {
	color: #e91e63;
}
.header-widgets{
	display:none;
}
.header-items {
	z-index: 99;
	top: 0;
	left: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	width: 100%;

	/* border-bottom: 1px solid #e6e6e6; */
	background-color: transparent;

	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.has-header-image .header-items {
	position: absolute;

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-text {
	position: relative;
	z-index: 2;

	max-width: 800px;
	margin: 0 auto;
	padding: 7.875em 0 4.375em;

	text-align: center;
}

.header-text .site-description,
.header-text .entry-header-title {
	font-size: 1.75rem;
	line-height: 1.15;

	margin: 0;

	text-shadow: 0 1px 0 #222;
}

.has-header-image .header-text .site-description,
.has-header-image
.header-text .entry-header-title {
	color: #fff;
}

.header-text .single-excerpt {
	font-size: 1.15rem;
	line-height: 1.52174;
}

.header-image {
	position: absolute;
	top: 0;
	left: 0;

	overflow: hidden;

	width: 100%;
	height: 100%;
}

.header-image:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;

	content: '';

	background-color: rgba(70, 70, 70, 0.6);
}

.header-image img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.site-branding {
	position: relative;
	left: -1px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	margin-right: auto;
	text-align : center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom-logo-link{
width:100%;
}

.custom-logo-link img {
	width: auto;
	height: 32px;
	margin-right: 0.7rem;
	padding: 5px 0;
}

.title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-title {
	font-family: Roboto,-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1.323rem;
	font-weight: 700;
	line-height: 1.32275;
	line-height: 1;

	margin-bottom: 0;
}

.site-title a {
	display: inline-block;

	color: #464646;
}

.has-header-image .site-title a {
	color: #fff;
}

.site-title a:focus,
.site-title a:hover {
	text-decoration: none;

	opacity: 0.7;
}

.header-widgets {
	position: relative;

	margin-right: -12px;
}

.header-widget-area,
.header-search-wrapper {
	position: fixed;
	z-index: 199;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	visibility: hidden;
	overflow: hidden;
	overflow-y: scroll;

	width: 100%;
	height: 100%;
	padding: 3.5rem 5%;

	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	pointer-events: none;

	opacity: 0;
	background-color: #fff;
}

.admin-bar .header-widget-area,
.admin-bar
.header-search-wrapper {
	margin-top: 46px;
}

.header-widget-area.toggled-on,
.header-search-wrapper.toggled-on {
	visibility: visible;

	-webkit-transform: none;
	        transform: none;
	pointer-events: auto;

	opacity: 1;
}

.header-widget-area .header-widget-wrapper {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 0 3.5rem;
}

.header-widget-area a:not(.button):hover,
.header-widget-area a:not(.button):focus {
	text-decoration: underline;
}

.header-search-wrapper {
	z-index: 399;

	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	        transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
}

.header-search-wrapper .header-search-container {
	max-width: 720px;
	margin: 0 auto;
	padding: 3.5rem 0;
}

.header-search-wrapper .header-search-container input[type='search'] {
	border-width: 0 0 1px 0;
	border-color: #464646;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.menu-toggle,
.action-toggle,
.search-toggle {
	font-size: 20px;

	position: relative;
	z-index: 299;

	width: 40px;
	height: 40px;
	padding: 0;

	color: currentColor;
	outline-offset: -0.05em;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.toggled-btn,
.action-toggle:hover,
.action-toggle:focus,
.action-toggle.toggled-btn,
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.toggled-btn {
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.menu-toggle:focus,
.action-toggle:focus,
.search-toggle:focus {
	outline-color: #757575;
}

.search-toggle {
	z-index: 99;

	vertical-align: top;
}

.search-toggle .icon-close {
	font-size: 25px;

	display: none;

	margin: 5px auto 0;
}

.search-toggle.toggled-btn {
	z-index: 499;
}

.search-toggle.toggled-btn .icon-close {
	display: block;
}

.search-toggle.toggled-btn .icon-search {
	display: none;
}

.has-header-image .search-toggle {
	color: #fff;
}

.has-header-image .search-toggle.toggled-btn {
	color: currentColor;
}

.menu-toggle:before,
.menu-toggle:after,
.action-toggle:before,
.action-toggle:after {
	display: block;

	content: '';
}

.menu-toggle:before,
.menu-toggle .bar,
.menu-toggle:after,
.action-toggle:before,
.action-toggle .bar,
.action-toggle:after {
	position: absolute;
	right: 10px;

	width: 20px;
	height: 2px;

	-webkit-transition: 0.25s ease-in-out;
	        transition: 0.25s ease-in-out;

	background-color: #464646;
}

.has-header-image .menu-toggle:before,
.has-header-image
.menu-toggle .bar,
.has-header-image .menu-toggle:after,
.has-header-image
.action-toggle:before,
.has-header-image
.action-toggle .bar,
.has-header-image
.action-toggle:after {
	background-color: #fff;
}

.menu-toggle:before,
.action-toggle:before {
	top: 14px;

	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
}

.menu-toggle .bar,
.action-toggle .bar {
	top: 20px;

	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}

.menu-toggle:after,
.action-toggle:after {
	top: 26px;

	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}

.menu-toggle.toggled-btn:before,
.action-toggle.toggled-btn:before {
	right: 7px;

	-webkit-transform: rotate(45deg) scaleX(1.05);
	        transform: rotate(45deg) scaleX(1.05);
}

.menu-toggle.toggled-btn:after,
.action-toggle.toggled-btn:after {
	top: 28px;
	right: 7px;

	-webkit-transform: rotate(-45deg) scaleX(1.05);
	        transform: rotate(-45deg) scaleX(1.05);
}

.menu-toggle.toggled-btn .bar,
.action-toggle.toggled-btn .bar {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);

	opacity: 0;
}

.action-toggle {
	vertical-align: top;
}

.action-toggle:before {
	width: 16px;
}

.action-toggle:after {
	width: 12px;
}

.action-toggle:hover:before,
.action-toggle:hover:after,
.action-toggle:focus:before,
.action-toggle:focus:after,
.action-toggle.toggled-btn:before,
.action-toggle.toggled-btn:after {
	width: 20px;
}

.action-toggle.toggled-btn:before,
.action-toggle.toggled-btn .bar,
.action-toggle.toggled-btn:after {
	background-color: #464646;
}

.menu-toggle {
	z-index: 1;
	margin-right: 10px;
	margin-left: -8px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: contents;
}

.social-navigation {
	position: relative;

	display: inline-block;

	color: currentColor;
}

.social-navigation ul.nav-menu--social {
	margin: 0 -0.875rem;
	padding-right: 0;
	padding-left: 0;

	list-style: none;
}

.social-navigation ul.nav-menu--social li {
	display: inline-block;

	margin-top: 0;
	padding: 0.2625em 0;

	border-top-width: 0;
}

.social-navigation ul.nav-menu--social a {
	line-height: 1;

	display: block;

	padding: 0.6125em 0.875em;

	text-decoration: none;

	color: #464646;
	background-color: transparent;
}

.social-navigation ul.nav-menu--social a .icon {
	width: 16px;
	height: 16px;
	margin-right: 0;
}

.social-navigation ul.nav-menu--social a:hover,
.social-navigation ul.nav-menu--social a:focus {
	color: #e91e63;
}

.site-navigation {
	position: absolute;

	width: 100%;
	padding: 0 20px;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
}

.site-navigation ul {
	margin: 0;
	padding-left: 0;

	list-style: none;
}

.site-navigation ul li {
	margin-bottom: 0;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navigation ul li:last-of-type {
	border-bottom-width: 0;
}

.site-navigation ul a {
	font-size: 0.7559rem;
	line-height: 2.31512;

	display: inline-block;

	padding: 0.875em 1.1375em 0.875em 0;

	letter-spacing: 0.125em;

	background-color: transparent;
}

.site-navigation ul a,
.has-header-image .site-navigation ul a {
	color: #464646;
}

.site-navigation ul ul {
	padding: 0;
}

.site-navigation ul ul li {
	display: block;

	padding: 0;
}

.site-navigation ul ul ul {
	position: static;

	margin-top: 0;
}

.site-navigation ul ul ul a {
	padding-left: 10%;
}

.site-navigation ul ul ul ul a {
	padding-left: 15%;
}

.site-navigation ul ul ul ul ul a {
	padding-left: 20%;
}

.site-navigation ul ul ul ul ul ul a {
	padding-left: 25%;
}

.site-navigation ul ul a {
	margin-right: 0;
	padding-left: 5%;

	-webkit-transition: none;
	        transition: none;
	letter-spacing: 0.05em;
}

.site-navigation ul ul a:hover,
.site-navigation ul ul a:focus {
	color: #e91e63;
}

.site-navigation ul .toggled-on > ul {
	-webkit-transform: none;
	        transform: none;
}

.site-navigation ul .toggled-on > ul > li {
	-webkit-transition: opacity 0s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s;
	        transition: opacity 0s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s;

	opacity: 1;
}

.sub-menu-toggle {
	font-size: 18px;

	position: relative;

	width: 40px;
	height: 40px;
	padding: 0;

	color: #464646;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background-color: transparent;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.sub-menu-toggle .icon-angle-up {
	display: none;
}

.sub-menu-toggle.toggled-btn .icon-angle-up {
	display: block;
}

.sub-menu-toggle.toggled-btn .icon-angle-down {
	display: none;
}

.sub-menu-toggle .icon {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.sub-menu-toggle .icon.icon-angle-up {
	-webkit-transform: translateX(-50%, -100%);
	        transform: translateX(-50%, -100%);
}

/**
* #.# Site Content Area
*
* Styles for site content structural components.
*/
.index-view .site-content,
.home .site-content {
	margin-top: 3.5rem;
}

.site-content + .home-content-area-below {
	margin-top: -1.75rem;
}

.singular-view:not(.woocommerce-page) .site-main {
	margin: 0 auto;
}

body:not(.error404) .page-header {
	margin-bottom: 3.5rem;
}

body:not(.error404) .page-header p:last-child {
	margin-bottom: 0;
}

body:not(.error404) .page-header h1.page-header-title {
	margin-bottom: 0;
}

body:not(.error404) .page-header-description {
	margin-left: 5px;
}

.page-header:not(.screen-reader-text) {
	width: 100%;
}

.blog-title {
	font-size: 1.323rem;
	line-height: 1.32275;

	margin-bottom: 1.75rem;
	padding-bottom: 0.875rem;

	color: #222;
	border-bottom: 1px solid #e6e6e6;
}

.blog-title .bt-2 {
	margin-left: 6px;

	color: #757575;
}

.entry {
	margin-bottom: 3.5rem;
}

.entry-index-wrapper {
	position: relative;

	height: 100%;

	border: 1px solid #e6e6e6;
	border-top-width: 0;
	background-color: #fff;
}

.sticky .entry-index-wrapper {
	position: relative;
}

.sticky .entry-index-wrapper:before,
.sticky .entry-index-wrapper:after {
	position: absolute;
	z-index: -1;
	top: 80%;
	bottom: 15px;
	left: 10px;

	width: 50%;
	max-width: 200px;

	content: '';
	-webkit-transform: rotate(-3deg);
	        transform: rotate(-3deg);

	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	        box-shadow: 0 15px 10px #777;
}

.sticky .entry-index-wrapper:after {
	right: 10px;
	left: auto;

	-webkit-transform: rotate(3deg);
	        transform: rotate(3deg);
}

.index-view .entry-main-content {
	overflow: hidden;

	padding: 1.3125em 1.3125em 2.625em;
}

.entry-header {
	position: relative;
}

.entry-header-title-area {
	margin-bottom: 1.75rem;
}

.attachment .entry-header-title-area {
	text-align: center;
}

.entry-header-title-area .entry-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.index-view .entry-header-title {
	font-size: 1.15rem;
	line-height: 1.52174;

	margin-bottom: 0.4375rem;
}

.index-view .entry-header-title a {
	color: currentColor;
}

.index-view .entry-header-title a:hover,
.index-view .entry-header-title a:focus {
	color: #757575;
}

.singular-view .entry-header-title {
	font-size: 1.75rem;
	line-height: 1.15;
	line-height: 1.1;

	margin-top: 0.4375rem;
	margin-bottom: 0.4375rem;
}

.singular-view .entry-thumbnail {
	text-align: center;
}

.singular-view .entry-thumbnail img {
	width: 100%;
}

.entry-featured-content {
	position: relative;

	width: calc(100% + 2px);
	margin-left: -1px;

	background: linear-gradient(45deg, #808080 0%, #b3b3b3 25%, #e6e6e6 100%);
}

.entry-featured-content:after {
	position: relative;

	display: block;

	width: 100%;
	padding-top: 66.66%;

	content: '';
}

.entry-featured-content .entry-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
	overflow: hidden;
}

.entry-featured-content .entry-thumbnail img {
	width: 100%;
	height: 100%;

	-webkit-transition: -webkit-transform 0.3s ease-in;
	        transition: -webkit-transform 0.3s ease-in;
	        transition:         transform 0.3s ease-in;
	        transition:         transform 0.3s ease-in, -webkit-transform 0.3s ease-in;

	-o-object-fit: cover;
	   object-fit: cover;
}

.entry-featured-content .entry-thumbnail:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
	display: block;

	width: 100%;

	content: '';

	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), color-stop(5%, transparent), color-stop(95%, transparent), to(rgba(0, 0, 0, 0.05)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, transparent 5%, transparent 95%, rgba(0, 0, 0, 0.05) 100%);
}

.entry-featured-content a.post-permalink {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	-webkit-transition: all 0.25s ease-in;
	        transition: all 0.25s ease-in;
}

.entry-featured-content a.post-permalink:focus {
	outline-style: solid;
	outline-offset: 1px;
}

.entry-featured-content .icon-sticky {
	font-size: 25px;

	position: absolute;
	z-index: 9;
	top: 20px;
	left: 20px;

	color: #fff;
}

.entry-attachment {
	margin-bottom: 20px;

	text-align: center;
}

.entry-attachment img {
	margin-bottom: 0.875rem;
}

.entry-meta {
	font-size: 0.8865rem;
	line-height: 1.97406;

	letter-spacing: 0.1em;

	color: #757575;
}

.entry-meta .modified-entry-date {
	display: none;
}

.entry-meta .meta-author {
	text-transform: capitalize;
}

.index-view .entry-meta {
	font-size: 0.7559rem;
	line-height: 2.31512;

	position: absolute;
	bottom: 1.3125em;
}

.index-view .entry-excerpt {
	font-size: 0.7559rem;
	line-height: 2.31512;
}

.index-view .entry-excerpt p {
	margin-bottom: 0.875rem;
	color: #8a8a8a;
line-height: 25px;
}

.singular-view .entry-content {
	margin-bottom: 1.75rem;
}

.singular-view .entry-content:last-child {
	margin-bottom: 3.5rem;
}

.singular-view .entry-content > *:last-child {
	margin-bottom: 0;
}

.singular-view:not(.woocommerce-page) .entry-content a {
	-webkit-transition: 0.15s ease-in;
	        transition: 0.15s ease-in;
}

.singular-view:not(.woocommerce-page) .entry-content a:hover,
.singular-view:not(.woocommerce-page) .entry-content a:focus {
	text-decoration: none;

	color: #00804d;
}

.singular-view:not(.woocommerce-page) .entry-content a.wp-block-button__link:hover,
.singular-view:not(.woocommerce-page) .entry-content a.wp-block-button__link:focus,
.singular-view:not(.woocommerce-page) .entry-content a.wp-block-button__link:not(.has-text-color):hover,
.singular-view:not(.woocommerce-page) .entry-content a.wp-block-button__link:not(.has-text-color):focus {
	text-decoration: none;

	color: #fff;
	background-color: #464646;
}

.entry-content .video-container {
	position: relative;
}

.entry-content .video-container:after {
	display: block;

	width: auto;
	padding-top: 56.25%;

	content: '';
}

.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed,
.entry-content .video-container video {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	margin: 0;
}

.entry-content:after {
	display: table;
	clear: both;

	content: '';
}

.entry-footer {
	font-size: 0.7559rem;
	line-height: 2.31512;

	clear: both;

	margin: 0 auto 3.5rem;

	color: #464646;
}

.entry-footer .meta-categories,
.entry-footer .meta-tags {
	display: block;
}

.entry-footer .meta-title {
	display: inline-block;

	margin-right: 10px;
}

.attachment .entry-footer {
	text-align: center;
}

.sticky {
	position: relative;
}

.error404 .error-404,
.error404 .no-results,
.search-no-results .error-404,
.search-no-results .no-results {
	max-width: 600px;
	margin: 0 auto;
	padding: 4.375rem 0 8.75rem;

	text-align: center;
}

.error404 .error-404 .search-form,
.error404 .no-results .search-form,
.search-no-results .error-404 .search-form,
.search-no-results .no-results .search-form {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.error404 .content-area,
.search-no-results .content-area {
	width: 100%;
}

.error404:not(.error404) .page-header,
.search-no-results:not(.error404) .page-header {
	margin-bottom: 0;
}

.error404 .page-content h2,
.search-no-results .page-content h2 {
	font-size: 1rem;
	line-height: 1.75;
}

.page-entry-header {
	margin-bottom: 1.75rem;
}

.page-entry-header-items {
	margin: 0 auto 1.75rem;
}

.page-entry-header-items .meta-categories {
	font-size: 0.8865rem;
	line-height: 1.97406;

	letter-spacing: 0.125em;
}

.page-entry-header-items .single-excerpt {
	margin-top: 0.875rem;

	color: #757575;
}

.page-entry-header .entry-thumbnail img {
	width: 100%;
	max-width: 52.152rem;
	height: auto;
	margin: 0 auto;
}

.entry-author {
	padding-top: 3.5rem;

	border-top: 1px solid #e6e6e6;
}

.entry-author p {
	margin-bottom: 0;
}

.entry-author-avatar {
	float: left;
}

.entry-author-avatar > img {
	width: 60px;
	height: auto;
	margin-right: 0.875rem;
}

.entry-author-avatar-description {
	overflow: hidden;
}

.entry-author-title {
	font-size: 1.323rem;
	line-height: 1.32275;

	margin-bottom: 0;
	margin-bottom: 0.875rem;
}

.entry-author-name {
	text-transform: capitalize;
}

.pagination {
	margin-bottom: 3.5rem!important;
	padding: 0 20px!important;
    display: block!important;
	text-align: center!important;
}

.pagination a {
	text-decoration: none;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination .nav-links .next {
	margin-left: auto;
}
#footer ul.quick-links li a, #footer ul.social li a {
    color: #fff;
    font-size: 14px;
}
#footer {
    background: #2e3d5e!important;
}
.wrn-btn {
    font-size: 16px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
    height: calc(3rem + 2px)!important;
    border-radius: 0!important;
    padding: 0 4rem!important;
    background: 0 0!important;
    border: 1px solid #fff!important;
    color: #fff!important;
    cursor: pointer!important;
    transition: all .6s ease!important;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #1c2023;
}
.fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #1c2023;
}
.fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #1c2023;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.wrn-btn:hover {
    font-size: 16px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
    height: calc(3rem + 2px)!important;
    border-radius: 0!important;
    padding: 0 4rem!important;
    background: #fff!important;
    border: 1px solid #fff!important;
    color: #283036!important;
    transition: all .6s ease!important;
    cursor: pointer!important;
}
#footer ul.quick-links li a i {
    margin-right: 5px;
}
#footer a {
    color: #fff;
    text-decoration: none!important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}
#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
.pagination .page-numbers {
	font-size: 1em;

	display: none;

	color: #757575;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	display: inline-block;
}

.rtl .pagination .page-numbers.prev,
.rtl .pagination .page-numbers.next {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.image-navigation,
.comment-navigation,
.post-navigation {
	margin: 0 auto 3.5rem;
}

.image-navigation a,
.comment-navigation a,
.post-navigation a {
	text-decoration: none;
}

.image-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.image-navigation .nav-next .meta-nav {
	text-align: right;
}

.image-navigation .nav-next,
.image-navigation .nav-previous {
	max-width: 50%;
}

.comment-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-direction: row;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comment-navigation .nav-links a,
.post-navigation .nav-links a {
	display: inline-block;
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	margin-top: 0;
	margin-left: auto;
}

.comment-navigation .nav-next .meta-nav,
.post-navigation .nav-next .meta-nav {
	text-align: right;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	max-width: 50%;
}

.post-navigation {
	width: 100%;
}

.page-links {
	clear: both;

	padding-top: 1.75em;
}

.comments-area {
	font-size: 0.8865rem;
	line-height: 1.97406;

	width: 100%;
}

.page .comments-area {
	max-width: none;
}

.comments-area p.no-comments {
	margin-bottom: 3.5rem;
}

.js .comments-area {
	display: none;
}

.comments-title {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.comments-list {
	margin: 0;
	padding-left: 0;

	list-style: none;
}

.comments-list .children {
	margin: 0 0 1.75rem;
	padding-left: 1.75em;

	list-style: none;
}

.comments-list .children .children {
	font-size: 0.8865rem;
	line-height: 1.97406;

	margin: 0.4375rem 0;
}

.comment-body {
	position: relative;

	margin-bottom: 3.5rem;
	padding-left: 3.5rem;
}

.pingback .comment-body {
	padding-left: 0;
}

.comment-body .reply {
	font-size: 0.7559rem;
	line-height: 2.31512;

	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 0.875rem;
}

.comment-metadata {
	font-size: 0.7559rem;
	line-height: 2.31512;
}

.comment-metadata a {
	color: #757575;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #e91e63;
}

.comment-author a {
	color: currentColor;
}

.comment-author a:hover,
.comment-author a:focus {
	color: #e91e63;
}

.comment-author > img {
	position: absolute;
	left: 0;

	padding: 3px;

	border: 1px solid #e6e6e6;
	border-radius: 50%;
}

.bypostauthor .comment-author b.fn {
	padding: 2px 8px;

	color: #fff;
	border-radius: 10px;
	background-color: #757575;
}

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

.comment-content {
	font-size: 0.8865rem;
	line-height: 1.97406;

	margin-bottom: 0.875rem;
}

.comment-content p,
.comment-content h1:first-child,
.comment-content h2:first-child {
	margin-bottom: 0.525rem;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-respond {
	margin-bottom: 3.5rem;
	padding: 20px;

	border: 1px solid #e6e6e6;
	background-color: #fafafa;
}

.comment-respond p {
	margin-bottom: 0.875rem;
}

.comment-respond p.form-submit {
	margin-top: 1.75rem;
	margin-bottom: 0;
}

.comment-respond .comment-reply-title {
	font-size: 1.323rem;
	line-height: 1.32275;

	margin-bottom: 0.875rem;
}

.comment-form-cookies-consent input {
	float: left;

	height: 28px;
	margin: 0 0.4375rem 0.4375rem 0;
}

.comment-form-cookies-consent label {
	font-weight: 400;
}

.comments-toggle {
	font-size: 1rem;
	font-weight: 700;

	width: 100%;
	margin-bottom: 3.5rem;

	letter-spacing: 0;
	text-transform: capitalize;

	color: #464646;
}

.comments-toggle,
.comments-toggle:hover,
.comments-toggle:focus {
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
}

.comments-toggle:hover,
.comments-toggle:focus,
.comments-toggle.toggled {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.comments-toggle .icon-angle-up {
	display: none;
}

.comments-toggle.toggled-btn .icon-angle-up {
	display: inline-block;
}

.comments-toggle.toggled-btn .icon-angle-down {
	display: none;
}

.footer-widget-area {
	padding-top: 3.5rem;
}

.footer-items {
	font-size: 0.7559rem;
	line-height: 2.31512;

	padding-top: 1.75rem;
	padding-bottom: 1.75rem;

	text-align: center;
	letter-spacing: 1px;
}

.widgetlayer + .footer-items {
	border-top: 1px solid #e6e6e6;
}

.scrl-to-top {
	font-size: 1rem;

	position: fixed;
	right: 20px;
	bottom: 100px;

	visibility: hidden;

	padding: 0.875em;

	-webkit-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;

	opacity: 0;
	border-radius: 50%;
}

.scrl-to-top.makeitvisible {
	z-index: 499;

	visibility: visible;

	opacity: 1;
}

.site-footer {
	border-top: 1px solid #e6e6e6;
	height: 89px;
}

/**
* #.# Font Icons
*
* Styling for SVG font icons and fallback style if browser does not support SVG.
*/
.icon {
	position: relative;
	top: -0.0625em;

	display: inline-block;

	width: 1em;
	height: 1em;

	vertical-align: middle;

	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.icon-sticky {
	-webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.8));
	        filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.8));
}

.widget {
	margin-bottom: 3.5rem;
}

.sidebar-widget-area .widget,
.header-widget-area .widget,
.footer-widget-area .widget {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.widget ul {
	font-size: 0.8865rem;
    line-height: 21px;
    list-style: none;
}

.header-widget-area .widget li,
.sidebar-widget-area .widget li,
.footer-widget-area .widget li {
	margin-top: 0.6125rem;
	padding-top: 0.6125rem;

	border-top: 1px dotted #e6e6e6;
}

.header-widget-area .widget li:first-child,
.sidebar-widget-area .widget li:first-child,
.footer-widget-area .widget li:first-child {
	margin-top: 0;
	padding-top: 0;

	border-top: none;
}

.widget li li {
	margin-left: 0.875rem;
}

.header-widget-area .widget li li:first-child,
.sidebar-widget-area .widget li li:first-child,
.footer-widget-area .widget li li:first-child {
	margin-top: 0.6125rem;
	padding-top: 0.6125rem;

	border-top: 1px dotted #e6e6e6;
}

.widget p:last-child,
.widget img:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 1.3125rem;
}

.sidebar-widget-area .widget-title,
.header-widget-area .widget-title,
.footer-widget-area .widget-title {
	font-size: 1rem;
	line-height: 1.75;

	margin-bottom: 1.3125rem;
}

.widget a.button {
	margin: 0 0.4375rem 0.21875rem 0;
}

.widget a.button:last-of-type {
	margin-right: 0;
}

.widget a.button.fwidth {
	width: 100%;
	margin: 1.3125rem 0 0;

	text-align: center;
}

.dp-grid {
	margin-bottom: -1.75rem;
}

.dp-grid.bl-related-posts {
	margin-bottom: 0;
}

.dp-entry .dp-featured-content a.post-permalink,
.entry-featured-content a.post-permalink {
	-webkit-transition: all 0.25s ease-in;
	        transition: all 0.25s ease-in;
}

.dp-entry .dp-featured-content a.post-permalink:focus,
.entry-featured-content a.post-permalink:focus {
	outline-style: solid;
	outline-offset: 1px;
}

.dp-featured-content {
	position: relative;

	background: linear-gradient(45deg, #808080 0%, #b3b3b3 25%, #e6e6e6 100%);
}

.dp-featured-content:after {
	position: relative;

	display: block;

	width: 100%;

	content: '';
}

.dp-featured-content .dp-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
	overflow: hidden;
}

.dp-featured-content .dp-thumbnail img {
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.dp-featured-content .dp-thumbnail:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
	display: block;

	width: 100%;

	content: '';

	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), color-stop(5%, transparent), color-stop(95%, transparent), to(rgba(0, 0, 0, 0.05)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, transparent 5%, transparent 95%, rgba(0, 0, 0, 0.05) 100%);
}

.dp-featured-content a.post-permalink {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;
}

.dp-grid .dp-featured-content {
	width: calc(100% + 2px);
	margin-left: -1px;
}

.dp-grid .dp-featured-content:after {
	padding-top: 66.66%;
}

h2.dp-title {
	font-size: 1rem;
	line-height: 1.75;

	margin-bottom: 0;
}

h2.dp-title a {
	color: currentColor;
}

h2.dp-title a:focus,
h2.dp-title a:hover {
	color: #757575;
}

.dp-meta {
	font-size: 0.7559rem;
	line-height: 2.31512;

	letter-spacing: 0.125em;

	color: #757575;
}

.dp-date,
.dp-author {
	font-size: 0.7559rem;
	line-height: 2.31512;
}

.dp-grid .dp-entry .sub-entry {
	padding: 1.3125rem;
}

.dp-grid .dp-entry .sub-entry .sub-entry {
	padding: 0;
}

.dp-grid .dp-date,
.dp-grid .dp-author,
.dp-grid .dp-meta {
	display: inline;
}

.dp-grid .dp-date {
	margin-left: 5px;
}

.dp-grid .dp-author {
	margin-right: 5px;
}

.grid-view2 .entry-index-wrapper {
	position: relative;
}

.grid-view2 .entry-index-wrapper .sub-entry {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: -1px;

	color: #fff;
}

.grid-view2 .entry-index-wrapper .sub-entry h2.dp-title {
	color: #fff;
}

.grid-view2 .dp-featured-content:after {
	padding-top: 100%;
}

.grid-view2 .dp-featured-content:before {
	position: absolute;
	z-index: 3;
	top: 0;

	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;

	content: '';
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	pointer-events: none;

	border: 1px solid #fff;
}

.grid-view2 .dp-categories a {
	color: #fff;
}

.grid-view2 h2.dp-title a:hover,
.grid-view2 h2.dp-title a:focus {
	color: #fff;
}

.grid-view2.dp-grid a.post-permalink {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.63)), color-stop(75%, transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, transparent 75%);
}

.dp-categories {
	font-size: 0.7559rem;
	line-height: 2.31512;

	display: block;

	margin-bottom: 0;

	letter-spacing: 0.125em;
}

.dp-term-links {
	font-size: 1rem;
	line-height: 1.75;

	float: right;
}

.slider1 .sub-entry {
	position: absolute;
	bottom: 0;

	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.875rem;

	text-align: center;

	color: #fff;
}

.slider1 .sub-entry h2.dp-title {
	font-size: 1.323rem;
	line-height: 1.32275;

	margin: 0.4375rem 0 1.3125rem;

	color: #fff;
	text-shadow: 0 1px 0 #222;
}

.slider1 .dp-featured-content::after {
	padding-top: 100%;
}

.slider1 .dp-featured-content .dp-thumbnail:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.63)), color-stop(75%, transparent));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, transparent 75%);
}

.slider1 .dp-featured-content .dp-thumbnail:before {
	position: absolute;
	top: 0;

	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;

	content: '';
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	pointer-events: none;

	border: 1px solid #fff;
}

.slider1 .dp-slide-navigate {
	position: absolute;
	z-index: 11;
	top: 50%;

	width: 100%;
	padding: 0 10px;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.slider1 .dp-next-slide {
	float: right;

	margin-left: 10px;
}

.slider1 .dp-next-slide,
.slider1 .dp-prev-slide {
	width: 40px;
	height: 40px;
	padding: 0;

	color: #464646;
	background-color: #fff;
}

.slider1 .dp-categories {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.slider1 .dp-categories a {
	color: #fff;
}

.slider1 .dp-title-link:hover,
.slider1 .dp-title-link:focus {
	color: #fff;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .dp-entry {
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	        transition: opacity 1s ease, -webkit-transform 1s ease;
	        transition: opacity 1s ease, transform 1s ease;
	        transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.js .slider-wrapper .dp-entry {
	position: absolute;
	z-index: -1;
	top: 0;

	width: 100%;

	opacity: 0;
}

.js .slider-wrapper .dp-entry:not(.firstslide):first-of-type {
	position: relative;
	z-index: auto;

	opacity: 1;
}

.js .slider-wrapper .dp-entry > .sub-entry {
	-webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
	        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
	        transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
	        transition: opacity 1s ease 0.5s, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);

	opacity: 0;
}

.js .slider-wrapper .dp-entry.makeitvisible {
	position: relative;
	z-index: auto;

	opacity: 1;
}

.js .slider-wrapper .dp-entry.makeitvisible > .sub-entry {
	-webkit-transform: none;
	        transform: none;

	opacity: 1;
}

.widgetlayer {
	overflow-x: hidden;

	margin: 0 auto;
	padding-top: 1.75rem;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.widgetlayer .widget-title {
	font-size: 1.323rem;
	line-height: 1.32275;

	margin-bottom: 1.75rem;
	padding-bottom: 0.875rem;

	border-bottom: 1px solid #e6e6e6;
}

.widgetlayer.footer-widget-area .widget-title {
	font-size: 1rem;
	line-height: 1.75;

	margin-bottom: 1.3125rem;
}

.widgetlayer .display_posts .widget-title,
.widgetlayer.footer-widget-area .display_posts .widget-title {
	font-size: 1.323rem;
	line-height: 1.32275;
}

.widgetlayer .widget_text .widget-title,
.widgetlayer.footer-widget-area .widget_text .widget-title {
	margin-bottom: 1.75rem;
	padding-bottom: 0;

	border-bottom-width: 0;
}

.index-view .widgetlayer + .site-content,
.home .widgetlayer + .site-content {
	margin-top: 0;
}

.has-ww-line,
.has-fb-line {
	position: relative;
}

.mc4wp-form {
	padding: 45px 45px 50px;

	background: rgba(0, 0, 0, 0.04);
}

.mc4wp-form-fields p {
	margin-bottom: 20px;
}

.mc4wp-form-fields input {
	text-align: center;
}

.mc4wp-form-fields input[type='submit'] {
	line-height: initial;

	width: 100%;
}

.mc4wp-form-fields input[name='AGREE_TO_TERMS'] {
	position: relative;
	top: -2px;

	margin-right: 5px;
}

.mc4wp-form-fields label {
	font-weight: normal;
}

.index-view.post-type-archive-tribe_events .entry:not(.product) {
	max-width: none;

	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.index-view.post-type-archive-tribe_events .entry:not(.product) .entry-index-wrapper {
	padding: 1.75em;
}

.tribe-events-tooltip {
	padding: 20px;
}

.single-tribe_events .tribe-events-schedule h2 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.75;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule h3 {
	font-size: 0.8865rem;
	font-weight: normal;
	line-height: 1.97406;

	display: block;

	margin: 0;
}

.single-tribe_events h1.tribe-events-single-event-title {
	font-size: 1.75rem;
	line-height: 1.15;

	margin-bottom: 0.875rem;
}

.single-tribe_events #tribe-events-header {
	margin: 1.3125rem 0;
}

.single-tribe_events .tribe-events-venue-map {
	margin: 20px 4% 20px 0;
}

#tribe-events-content {
	margin-bottom: 0;
}

.entry-event {
	font-size: 0.8865rem;
	line-height: 1.97406;
}

.entry-event .event-schedule {
	font-style: normal;

	margin-bottom: 0.875rem;
}

.entry-event .event-venue {
	font-weight: 700;
}

.entry-event .events-address {
	font-style: normal;

	margin-bottom: 0;
}

#tribe-events .tribe-events-content p {
	margin-bottom: 1.75rem;
}

.has-featured-img {
	position: relative;
}

.has-featured-img .custom-widget-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;

	overflow: hidden;
}

.has-featured-img .custom-widget-thumbnail .thumb-wrapper,
.has-featured-img .custom-widget-thumbnail .thumb-wrapper img {
	width: 100%;
	height: 100%;
}

.has-featured-img .custom-widget-thumbnail .thumb-wrapper img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.has-featured-img .custom-widget-content {
	position: relative;

	padding: 1.75rem;
}

.has-featured-img .custom-widget-content .custom-content-wrapper {
	padding: 1.75rem;

	background-color: rgba(255, 255, 255, 0.9);
}

.has-featured-img .custom-widget-content .custom-content-wrapper .mc4wp-form {
	padding: 0;

	background-color: transparent;
}

.has-featured-img .custom-widget-content .custom-content-wrapper h3.widget-title {
	font-size: 1.75rem;
	line-height: 1.15;

	padding-bottom: 0;

	letter-spacing: 1px;
	text-transform: uppercase;

	border-bottom-width: 0;
}

@media only screen and (min-width: 640px) {
	.gallery-item {
		width: 33.3333%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.3333%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		width: 33.3333%;
	}
	.custom-logo-link img {
		height: 56px;
	}
	.header-widgets {
		margin-left: initial;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.social-navigation {
		display: block;
		margin-left: auto;
	}
	.social-navigation ul.nav-menu--social li:last-child a {
		margin-right: 0;
	}
	.index-view .site-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1.75rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.index-view .entry:not(.product),
	.search .entry {
		margin: 0 20px 1.75rem 0;
		-ms-flex-preferred-size: calc( 50% - 10px);
		flex-basis: calc( 50% - 10px);
	}
	.index-view .entry:not(.product):nth-of-type(2n),
	.search .entry:nth-of-type(2n) {
		margin-right: 0;
	}
	.grid-view3 .entry-index-wrapper {
		background-color: transparent;
	}
	.grid-view3 .entry-index-wrapper > .sub-entry {
		position: relative;
		top: -0.875rem;
		width: 94%;
		margin: 0 auto;
		padding: 0.875rem;
		background-color: #fcfcfc;
	}
	.grid-view3 .entry-index-wrapper > .sub-entry .sub-entry {
		padding: 0.875rem;
		text-align: center;
		background-color: transparent;
	}
	.slider1 .dp-featured-content::after {
		padding-top: 56.25%;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.6666%;
	}
	.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.1111%;
	}
	.wrapper {
		padding-right: 1.75rem;
		padding-left: 1.75rem;
	}
	.flex-wrapper {
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}
	.flex-wrapper .flex-wrapper {
		width: calc(100% + 1.75rem);
		margin-right: -0.875rem;
		margin-left: -0.875rem;
		-ms-flex-preferred-size: calc( 100% + 1.75rem);
		flex-basis: calc( 100% + 1.75rem);
	}
	.fw-tab-1 {
		max-width: 8.3333%;
		-ms-flex-preferred-size: 8.3333%;
		flex-basis: 8.3333%;
	}
	.fw-tab-2 {
		max-width: 16.6666%;
		-ms-flex-preferred-size: 16.6666%;
		flex-basis: 16.6666%;
	}
	.fw-tab-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.fw-tab-4 {
		max-width: 33.3333%;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
	}
	.fw-tab-5 {
		max-width: 41.6666%;
		-ms-flex-preferred-size: 41.6666%;
		flex-basis: 41.6666%;
	}
	.fw-tab-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.fw-tab-7 {
		max-width: 58.3333%;
		-ms-flex-preferred-size: 58.3333%;
		flex-basis: 58.3333%;
	}
	.fw-tab-8 {
		max-width: 66.6666%;
		-ms-flex-preferred-size: 66.6666%;
		flex-basis: 66.6666%;
	}
	.fw-tab-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.fw-tab-10 {
		max-width: 83.3333%;
		-ms-flex-preferred-size: 83.3333%;
		flex-basis: 83.3333%;
	}
	.fw-tab-11 {
		max-width: 91.6666%;
		-ms-flex-preferred-size: 91.6666%;
		flex-basis: 91.6666%;
	}
	.fw-tab-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	[class*='fw-tab-'],
	[class*='fw-tabr-'],
	[class*='fw-lap-'] {
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}
	.site-header + .widgetlayer {
		padding-top: 0;
	}
	.admin-bar .header-widget-area,
	.admin-bar
	.header-search-wrapper {
		margin-top: 32px;
	}
	.header-widget-area .widget {
		padding: 3.5rem;
		border: 5px solid #f2f2f2;
	}
	.site-navigation {
		padding: 0 1.75rem;
	}
	.singular-view:not(.woocommerce-page) .site-main {
		padding-right: 0;
		padding-left: 0;
	}
	body:not(.error404) .page-header {
		padding: 0 0.875rem;
	}
	.index-view .entry:not(.product),
	.search .entry {
		margin: 0 0 1.75rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.entry-author {
		font-size: 0.8865rem;
		line-height: 1.97406;
		margin-bottom: 20px;
	}
	.entry-author-avatar > img {
		width: 120px;
		margin-right: 1.75rem;
	}
	.pagination {
		padding-right: 3.5rem!important;
		padding-left: 3.5rem!important;
	}
	.pagination .nav-links {
		display: block!important;
	}
	.pagination .page-numbers {
		line-height: 36px;
		display: inline-block;
		width: 36px;
	}
	.pagination .page-numbers.current,
	.pagination .page-numbers.dots {
		color: rgba(117, 117, 117, 0.5);
	}
	.pagination .page-numbers.prev .post-pagi,
	.pagination .page-numbers.next .post-pagi {
		display: none;
	}
	.comment-respond {
		padding: 3.5rem;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 50%;
	}
	.footer-widget-area {
		padding-bottom: 3.5rem;
	}
	.footer-widget-area .widget {
		margin-bottom: 0;
	}
	.widget a.button {
		margin-bottom: 0;
	}
	.grid-view2 .entry-index-wrapper .sub-entry {
		min-height: 43.75%;
	}
	.slider1 .sub-entry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		flex-direction: column;
		width: 100%;
		padding: 1.75rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider1 .sub-entry h2.dp-title {
		font-size: 2.013rem;
		line-height: 1.3;
	}
	.widgetlayer {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}
	.widgetlayer .brick {
		margin: 0;
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}
	.has-ww-line:after,
	.has-fb-line:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 100vw;
		height: 1px;
		content: '';
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #e6e6e6;
	}
	.has-ww-line:after {
		width: calc( 100% - 1.75rem);
	}
	.has-featured-img .custom-widget-thumbnail {
		top: 0.875rem;
		right: 0.875rem;
		bottom: 0.875rem;
		left: 0.875rem;
	}
	.has-featured-img.widescreen.featured-img-left .custom-widget-content .custom-content-wrapper {
		margin: 0 0 auto;
	}
	.has-featured-img.widescreen.featured-img-right .custom-widget-content .custom-content-wrapper {
		margin: 0 0 auto auto;
	}
	.has-featured-img.widescreen .custom-widget-content:after {
		display: block;
		clear: both;
		content: '';
	}
	.has-featured-img.widescreen .custom-widget-content .custom-content-wrapper {
		width: 50%;
		margin: 0 auto;
		padding: 3.5em 1.75rem;
		text-align: center;
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	}
	.has-featured-img.widescreen .custom-widget-content .custom-content-wrapper form {
		max-width: 85%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px) {
	.screen-reader-text:focus {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.gallery-caption {
		opacity: 0;
	}
	.gallery-columns-5 .gallery-caption,
	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	.wp-caption-text {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	h1 {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	blockquote cite {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.wp-block-pullquote blockquote cite,
	blockquote.wp-block-pullquote cite {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	select {
		background-position: right 15px top 19px;
	}
	.fw-tabr-1 {
		max-width: 8.3333%;
		-ms-flex-preferred-size: 8.3333%;
		flex-basis: 8.3333%;
	}
	.fw-tabr-2 {
		max-width: 16.6666%;
		-ms-flex-preferred-size: 16.6666%;
		flex-basis: 16.6666%;
	}
	.fw-tabr-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.fw-tabr-4 {
		max-width: 33.3333%;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
	}
	.fw-tabr-5 {
		max-width: 41.6666%;
		-ms-flex-preferred-size: 41.6666%;
		flex-basis: 41.6666%;
	}
	.fw-tabr-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.fw-tabr-7 {
		max-width: 58.3333%;
		-ms-flex-preferred-size: 58.3333%;
		flex-basis: 58.3333%;
	}
	.fw-tabr-8 {
		max-width: 66.6666%;
		-ms-flex-preferred-size: 66.6666%;
		flex-basis: 66.6666%;
	}
	.fw-tabr-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.fw-tabr-10 {
		max-width: 83.3333%;
		-ms-flex-preferred-size: 83.3333%;
		flex-basis: 83.3333%;
	}
	.fw-tabr-11 {
		max-width: 91.6666%;
		-ms-flex-preferred-size: 91.6666%;
		flex-basis: 91.6666%;
	}
	.fw-tabr-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.singular-view:not(.home) .site-header {
		margin-bottom: 3.5rem;
	}
	.header-items {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-text .site-description,
	.header-text .entry-header-title {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	.header-text {
		padding: 11.375em 0 10.5em;
	}
	.site-branding {
		margin-right: 0;
	}
	.site-title {
		font-size: 1.75rem;
		line-height: 1.15;
	}
	.header-widget-area .header-widget-wrapper {
		padding: 3.5rem 0;
	}
	.header-search-wrapper .header-search-container {
		padding: 7rem 0;
	}
	.search-toggle {
		margin-top: 2px;
	}
	.menu-toggle,
	.action-toggle {
		margin-top: 2px;
	}
	.menu-toggle {
		display: none;
	}
	.site-navigation {
		position: relative;
		display: block !important;
		width: auto;
		margin-left: auto;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.site-navigation .menu-container {
		padding: 0;
	}
	.site-navigation ul li {
		position: relative;
		display: inline-block;
		border-bottom-width: 0;
	}
	.site-navigation ul li:hover > a {
		background-color: rgba(70, 70, 70, 0.1);
	}
	.has-header-image .site-navigation ul li:hover > a {
		background-color: rgba(255, 255, 255, 0.15);
	}
	.site-navigation ul a {
		font-size: 14px;
		line-height: 2.0564;
	}
	.header-widgets{
		display:none;
	}
	.site-navigation ul a {
		display: block;
		padding: 0.4375em 1.1375em;
		-webkit-transition: background-color ease-in-out 0.45s;
		transition: background-color ease-in-out 0.45s;
		border-bottom-width: 0;
	}
	.has-header-image .site-navigation ul a {
		color: #fff;
	}
	.site-navigation ul ul {
		position: absolute;
		z-index: 199;
		top: calc( 100% + 3px);
		display: block !important;
		margin-left: 0;
		-webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
		transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-bottom-width: 0;
		background-color: #fff;
		will-change: transform;
	}
	.site-navigation ul ul li {
		-webkit-transition: opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
		transition: opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
		opacity: 0;
	}
	.site-navigation ul ul li:hover > a,
	.has-header-image .site-navigation ul ul li:hover > a {
		color: #e91e63;
		background-color: #fafafa;
	}
	.site-navigation ul ul ul {
		position: absolute;
		top: -1px;
		right: 199px;
		padding-left: 0;
	}
	.site-navigation ul ul ul a {
		padding: 0.6125em 1.3125em;
	}
	.site-navigation ul ul ul ul a {
		padding: 0.6125em 1.3125em;
	}
	.site-navigation ul ul ul ul ul a {
		padding: 0.6125em 1.3125em;
	}
	.site-navigation ul ul ul ul ul ul a {
		padding: 0.6125em 1.3125em;
	}
	.site-navigation ul ul a {
		font-weight: normal;
		width: 200px;
		padding: 0.6125em 1.3125em;
		border-bottom: 1px solid #f2f2f2;
	}
	.site-navigation ul ul a,
	.has-header-image .site-navigation ul ul a {
		color: #222;
	}
	.site-navigation ul ul a:hover,
	.site-navigation ul ul a:focus {
		background-color: #fafafa;
	}
	.site-navigation ul ul a:after {
		content: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.site-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-area {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.sidebar-widget-area {
		width: calc( 300px + 3.5rem);
		margin-left: 1.75rem;
		padding: 0;
	}
	.sidebar-left .sidebar-widget-area {
		margin-right: 3.5rem;
		margin-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.sidebar-widget-area .widget {
		margin-bottom: 3.5rem;
		padding: 1.75rem;
		border: 1px solid #e6e6e6;
	}
	.sidebar-widget-area .widget:last-child {
		margin-bottom: 3.5rem;
	}
	.singular-view .entry-header-title {
		font-size: 2.315rem;
		line-height: 1.51188;
	}
	.singular-view .entry-header-title {
		font-weight: 800;
		line-height: 1.2;
		margin-top: 0;
	}
	.index-view .entry-excerpt {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.entry-footer {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.comment-body .reply {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.comment-metadata {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.footer-items {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.footer-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.scrl-to-top {
		right: 40px;
	}
	.nav-menu .sub-menu .icon {
		position: absolute;
		top: 50%;
		right: 1em;
		left: auto;
		margin-top: -7px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dp-grid.bl-related-posts {
		margin-bottom: 1.75rem;
	}
	.dp-meta {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.dp-date,
	.dp-author {
		font-size: 0.851rem;
		line-height: 2.0564;
	}
	.grid-view3 .entry-index-wrapper > .sub-entry .sub-entry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		min-height: 115px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.grid-view3 .entry-index-wrapper h2.dp-title {
		font-size: 1.323rem;
		line-height: 1.32275;
	}
	.slider1 .dp-featured-content::after {
		padding-top: 520px;
	}
	.js .widgetlayer .brick,
	.js .widgetlayer .brick .dp-grid > .dp-entry {
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		transition: opacity 1s ease, -webkit-transform 1s ease;
		transition: opacity 1s ease, transform 1s ease;
		transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
		opacity: 0;
	}
	.js .widgetlayer .brick.posts-grid {
		opacity: 1;
	}
	.js .widgetlayer .brick.display_posts,
	.js .widgetlayer .brick.woo_products {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
	}
	.js .widgetlayer .brick.fadeInUp,
	.js .widgetlayer .brick.fadeInUp .dp-grid > .dp-entry {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
	.single-tribe_events .tribe-events-schedule {
		margin: 0 0 1.3125rem;
		padding: 0 0 0.4375em;
		border-bottom: 1px solid #e6e6e6;
	}
	.grid-view2 .dp-event .entry-index-wrapper .dp-featured-content {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.grid-view2 .dp-event .entry-index-wrapper .sub-entry {
		text-align: left;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.has-featured-img.widescreen .custom-widget-content {
		padding: 1.75rem;
	}
	.footer-widget-area .has-featured-img.widescreen .custom-widget-content {
		padding: 0.875rem;
	}
	.has-featured-img.widescreen .custom-widget-content .custom-content-wrapper {
		width: 35%;
	}
}

@media only screen and (min-width: 1200px) {
	.wrapper {
		padding-right: calc( 50vw - 580px);
		padding-left: calc( 50vw - 580px);
	}
	.flex-wrapper {
		padding-right: calc( 50vw - 580px - 0.875rem);
		padding-left: calc( 50vw - 580px - 0.875rem);
	}
	.post-navigation {
		margin-left: 0;
	}
	.comments-list .children {
		padding-left: 3.5em;
	}
}

@media only screen and (min-width: 1366px) {
	.fw-lap-1 {
		max-width: 8.3333%;
		-ms-flex-preferred-size: 8.3333%;
		flex-basis: 8.3333%;
	}
	.fw-lap-2 {
		max-width: 16.6666%;
		-ms-flex-preferred-size: 16.6666%;
		flex-basis: 16.6666%;
	}
	.fw-lap-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.fw-lap-4 {
		max-width: 33.3333%;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
	}
	.fw-lap-5 {
		max-width: 41.6666%;
		-ms-flex-preferred-size: 41.6666%;
		flex-basis: 41.6666%;
	}
	.fw-lap-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.fw-lap-7 {
		max-width: 58.3333%;
		-ms-flex-preferred-size: 58.3333%;
		flex-basis: 58.3333%;
	}
	.fw-lap-8 {
		max-width: 66.6666%;
		-ms-flex-preferred-size: 66.6666%;
		flex-basis: 66.6666%;
	}
	.fw-lap-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	.fw-lap-10 {
		max-width: 83.3333%;
		-ms-flex-preferred-size: 83.3333%;
		flex-basis: 83.3333%;
	}
	.fw-lap-11 {
		max-width: 91.6666%;
		-ms-flex-preferred-size: 91.6666%;
		flex-basis: 91.6666%;
	}
	.fw-lap-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.scrl-to-top {
		right: 60px;
	}
}

@media only screen and (min-width: 1400px) {
	.slider1 .sub-entry {
		padding: 1.75rem 3.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.no-scroll .admin-bar #wpadminbar {
		position: fixed;
	}
	.site-header {
		height: 70px;
		height: 70px;
    padding: 8px 10px;
	}
	.header-items{
		padding: 0 6px;
	}
	.custom-logo-link img {
		width: auto;
		height: 55px;
		margin-right: 0.7rem;
		padding: 5px 0;
	}
}

@media only screen and (max-width: 1023px) {
	.site-navigation {
		position: absolute;
		z-index: 199;
		top: 100%;
		left: 0;
		-webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
		transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		background-color: #fff;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
		box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
		will-change: transform;
	}
	.site-navigation .menu-container {
		-webkit-transition: opacity 0.05s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s;
		transition: opacity 0.05s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s;
		opacity: 0;
	}
	.site-navigation.toggled-on {
		-webkit-transform: none;
		transform: none;
	}
	.site-navigation.toggled-on .menu-container {
		-webkit-transition: opacity 0s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s;
		transition: opacity 0s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s;
		opacity: 1;
	}
	.site-navigation ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.site-navigation ul li a .icon {
		display: none;
	}
	.site-navigation ul li li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.site-navigation ul ul {
		display: none;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media print {
	body {
		font-family: Roboto, sans-serif !important;/* Brute force since user agents all print differently. */
		font-size: 11.25pt;
		background: none !important;
	}
	.header-items,
	.navigation,
	.site-navigation,
	.social-navigation,
	.sidebar-widget-area,
	.footer-widget-area,
	.page-links,
	.entry-footer,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select {
		display: none;
	}
	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area {
		background: none !important;/* Make sure color schemes dont't affect to print */
	}
	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important;/* Make sure color schemes don't affect to print */
	}
	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important;/* Make sure color schemes don't affect to print */
	}
}
/* /////////////////////////// */
/* Sagar */

@import url(bootstrap.min.css);
@import url(animate.css);
@import url(classy-nav.css);
@import url(font-awesome.min.css);
@import url(fonts.css);
* {
	margin: 0;
	padding: 0
}

body {
	font-family: Roboto, Helvetica, Arial, "sans serif"!important;
	font-size: 16px;
	position: relative;
	z-index: auto;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, Helvetica, Arial, "sans serif"!important;
	line-height: normal;
	font-weight: 400
}

a,
a:active,
a:focus,
a:hover {
	color: #306db3;
	text-decoration: none;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	outline: 0
}



img {
	max-width: 100%;
	height: auto
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10.5px
}

ul li {
	margin: 0;
	padding: 0
}

input {
	font-size: 18.8px;
	color: rgba(100, 100, 100, .64)
}

input::-webkit-input-placeholder {
	color: #343434
}

input::-moz-placeholder {
	color: #343434
}

input:-ms-input-placeholder {
	color: #343434
}

input:-moz-placeholder {
	color: #343434
}
p{
text-align: justify;
}

@media only screen and (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	left: 0;
	background-color: #f6f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.loader,
.loader:after,
.loader:before {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.3s infinite ease-in-out;
	animation: load7 1.3s infinite ease-in-out
}

.loader {
	color: #0089ce;
	font-size: 6px;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.loader:after,
.loader:before {
	content: '';
	position: absolute;
	top: 0
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.loader:after {
	left: 3.5em
}

@-webkit-keyframes load7 {
	0%,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}
	40% {
		box-shadow: 0 2.5em 0 0
	}
}

@keyframes load7 {
	0%,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}
	40% {
		box-shadow: 0 2.5em 0 0
	}
}

#scrollUp {
	position: fixed;
	right: 40px;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	bottom: 40px;
	background-color: #0089ce;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15);
	z-index: 15962536
}

#scrollUp:focus,
#scrollUp:hover {
	background-color: #000;
	color: #fff
}

.btn:focus {
	box-shadow: none
}

.enggpro-btn {
	font-family: "Playfair Display", serif;
	position: relative;
	z-index: 1;
	min-width: 150px;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 0 35px;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	color: #252525;
	border: 1px solid #252525;
	border-radius: 60px;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

.enggpro:focus,
.enggpro:hover {
	border-color: #0089ce;
	font-weight: 400;
	font-size: 14px;
	background-color: #0089ce;
	color: #fff;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15)
}

.enggpro.active {
	border-color: #0089ce;
	background-color: #0089ce;
	color: #fff
}

.enggpro.active:focus,
.enggpro.active:hover {
	border-color: #252525;
	background-color: #252525;
	color: #fff
}

.header-area {
	position: relative;
	z-index: 10;
	width: 100%;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.header-area.sliver {
	background: #f1f1f1
}

.header-area .cart-icon a:focus,
.header-area .cart-icon a:hover {
	color: #0089ce
}

.classy-nav-container {
	background-color: transparent;
	padding: 0
}

.classy-nav-container .classy-navbar {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	height: 85px;
	padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.classy-nav-container .classy-navbar {
		height: 70px
	}
}

@media only screen and (max-width:767px) {
	.classy-nav-container .classy-navbar {
		height: 70px
	}
}

@media only screen and (max-width:767px) {
	.classy-nav-container .classy-navbar .nav-brand {
		max-width: 90px;
		margin-right: 15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.classy-nav-container .classy-navbar .classynav ul {
		margin: 0 0!important
	}
}

.classy-nav-container .classy-navbar .classynav ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #181c30
}

.classy-nav-container .classy-navbar .classynav ul li.active a {
	color: #0089ce
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px;
		padding: 0 8px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
		font-size: 14px
	}
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
	color: #0089ce
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
	font-size: 14px;
	text-transform: capitalize;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	color: #252525
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
	color: #0089ce
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.classynav ul li.active a::before {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.classynav ul li.active a::before {
		display: none
	}
}

.classynav ul li.has-down.active>a::after,
.classynav ul li.has-down>a::after,
.classynav ul li.megamenu-item>a::after {
	color: #252525
}

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
	width: 210px;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, .15);
	border-radius: 6px
}

.breakpoint-off .classynav ul li .megamenu {
	width: 100%
}

#nav {
	margin: 0
}

.nav-action a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 2px solid transparent;
	border-radius: 2px
}

.nav-action a.login-btn {
	border-color: #0c6f3b;
	color: #0c6f3b!important
}

.nav-action a.login-btn:hover {
	background: #0c6f3b;
	color: #fff!important
}

.nav-action a.signup-btn {
	border-color: #0089ce;
	background: #0089ce;
	color: #fff!important;
	-webkit-transition: all .3s ease-in-out
}

.nav-action a.signup-btn:hover {
	background: 0 0;
	color: #0089ce!important
}

.nav-action a.premium-btn {
	border-color: #65a73c;
	color: #63a53d!important;
	font-size: 14px
}

.nav-action a.premium-btn:hover {
	background: #0c6f3b;
	color: #fff!important
}

a.premium-btn {
	border: 1px solid #0c6f3b;
	color: #0c6f3b!important;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 2px;
	padding: 4px 15px
}

a.premium-btn:hover {
	background: #0c6f3b;
	color: #fff!important
}

.home-search-wrap {
	background: url(../img/home/hom-banner-img.jpg);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 0
}

.homeprod img {
	height: 223px;
	width: 100%
}

.homeprod {
	border-radius: 2px
}

.homeprod:hover {
	box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .2)!important
}

.homeprod h6 {
	font-size: 15px;
	padding: 17px 12px 17px 17px;
	height: 80px;
	text-align: center
}

.home-search-wrap .home_content .home_title h1 {
	font-size: 35px;
	color: #4b4b4b;
	margin: 0 0 3.3vw
}

@media only screen and (max-width:767px) {
	.home-search-wrap .home_content .home_title h1 {
		font-size: 26.8px
	}
}

.home-search-wrap .home_content .search_form_container {
	padding: 0 0 4.4vw;
	width: 100%;
	margin: 0 auto;
	width: 100%
}

.home-search-wrap .home_content .search_form_containercat {
	width: 100%;
	margin: 0 auto;
	width: 66%
}

.home-search-wrap .home_content form.search_form {
	width: 100%;
	float: left;
	padding: 0 0 4.4vw
}

.home-search-wrap .home_content .select-wrap {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #dadada;
	color: #646464;
	border-radius: 7px;
	background: 0 0
}

.imgicon {
	width: 50px
}

@media only screen and (min-width:569px) {
	.home-search-wrap .home_content .select-wrap {
		max-width: 100%
	}
}

.home-search-wrap .home_content .select-wrap span.icon {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)
}

.home-search-wrap .home_content .select-wrap select {
	height: 51px;
	background-color: #0089ce transparent;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-size: 18.8px;
	color: #646464;
	border: none;
	box-shadow: none;
	padding: 0 32px 0 25px
}

.home-search-wrap .home_content .input-wrap {
	margin: 15px 0 0;
	width: 100%
}

@media only screen and (min-width:569px) {
	.home-search-wrap .home_content .input-wrap {
		padding: 0;
		margin: 0 0
	}
}

.home-search-wrap .home_content .input-wrap input {
	background: #fff;
	border: 1px solid #dadada;
	box-shadow: none;
	height: 51px;
	width: 100%;
	padding: 0 50px 0 21px;
	margin: 20px 0
}

.home-search-wrap .home_content .input-wrap .search_button {
	background: 0 0;
	box-shadow: none;
	border: none;
	position: absolute;
	top: 65%;
	right: 73%
}

.home-search-wrap .home_content .input-wrap span {
	font-size: 16.8px;
	color: #fff transparent;
	float: right;
	margin: 13px 0 0
}

.home-search-wrap .home_content .signup-free {
	float: left;
	width: 100%
}

.home-search-wrap .home_content .signup-free a {
	font-size: 23.8px;
	color: #fff
}

.home-search-wrap .home_content .signup-free a i {
	margin: 0 0 0 12px
}

.product-category {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4vw 0 4.5vw
}

.prodtable td {
	padding: .75rem 6px!important;
	font-size: 14px
}

.product-category .section_title {
	margin: 0 0 58px
}

.product-category .section_title h2 {
	font-size: 34.8px;
	color: #22242e;
	text-transform: capitalize;
	line-height: normal;
	margin: 0 0 6px
}

@media only screen and (max-width:767px) {
	.product-category .section_title h2 {
		font-size: 26.8px
	}
}

.product-category .section_title p {
	font-size: 18.8px;
	color: #22242e;
	margin: 0 0;
	opacity: 1.8
}

.product-category .category {
	margin: 0 0 33px
}

.product-category .icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 58px
}

.product-category .caption {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #2b3239;
	margin: 15px 0 0
}

.product-category a.all-categories {
	font-size: 17.8px;
	text-transform: capitalize;
	color: #2b3239;
	margin: 33px 0 0;
	display: inline-block
}

.product-category a.all-categories i {
	margin: 0 0 0 5px
}

.prodfrmdropdown {
	display: none
}

@media only screen and (min-width:992px) {
	.product-category .category {
		max-width: 20%
	}
}

.home-content-wrap {
	padding: 0 0 3.3vw
}

.home-content-wrap .content-info h4 {
	color: #737373;
	font-size: 21px;
	opacity: .46;
	margin: 0 0 28px
}

.home-content-wrap .content-info h2 {
	font-size: 30px;
	color: #141621;
	text-transform: uppercase;
	margin: 0 0 15px
}

@media only screen and (max-width:767px) {
	.home-content-wrap .content-info h2 {
		font-size: 22px
	}
}

.home-content-wrap .content-info p {
	font-size: 15px;
	color: grey;
	line-height: 1.5;
	margin: 0 0 10px
}

.home-content-wrap .content-info a.read-more {
	font-size: 17.8px;
	color: #4f934c;
	display: inline-block;
	margin: 13px 0 0
}

.home-content-wrap .content-info a.read-more i {
	margin: 0 0 0 5px
}

.home-content-wrap .map-content {
	margin: 20px 0 0
}

.home-content-wrap .map-content .map-block {
	margin: 0 0 32px
}

.home-content-wrap .company-info .icon {
	width: 73px;
	height: 73px;
	margin: 0 auto 10px;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #141621;
	color: #fff!important;
	font-size: 28.8px
}

.home-content-wrap .company-info.companies .icon {
	background: #262b46
}

.home-content-wrap .company-info.products .icon {
	background: #264758
}

.home-content-wrap .company-info.jobs .icon {
	background: #29838b
}

.home-content-wrap .company-info.tenders .icon {
	background: #428956
}

.home-content-wrap .company-info .caption {
	display: block;
	width: 100%;
	font-size: 14.8px;
	color: #434343
}

@media only screen and (min-width:1200px) {
	.home-content-wrap .company-info {
		max-width: 20%
	}
}

@media only screen and (min-width:576px) and (max-width:991px) {
	.home-content-wrap .company-info {
		max-width: 20%
	}
}

@media only screen and (max-width:575px) {
	.home-content-wrap .company-info {
		margin: 30px 0 0
	}
}

.premium-solution {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.5vw 0 2.2vw
}

.premium-solutioncat {
	background-image: url(../img/premim-solutions.jpg);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.5vw 0 2.2vw
}

.premium-solution .section_title h2 {
	font-size: 30px;
	color: #20222d;
	text-transform: uppercase;
	margin: 0 0 48px
}

.premium-solution .premium-solution-wrap {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto
}

.premium-solution .premium-solution-info {
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0 0 70px
}

.premium-solution .premium-solution-info:before {
	content: '';
	display: block;
	padding-top: 100%
}

.premium-solution .premium-solution-cnt {
	position: absolute;
	width: 100%;
	height: 220px;
	top: 0;
	overflow: hidden;
	border-radius: 2px
}

.premium-solution .premium-solution-cnt:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0089ce transparent;
	position: absolute;
	z-index: 1;
	opacity: .69;
	-webkit-transition: all .3s ease-in-out
}

.premium-solution .premium-solution-cnt:hover:before {
	background: 0 0;
	border: 5px solid #449e54;
	-webkit-transform: scale(1.01)
}

.premium-solution .premium-solution-cnt .bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.premium-solution .premium-solution-cnt h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 0;
	color: #fff;
	padding: 0 1.7vw 2.4vw;
	font-size: 25px;
	line-height: normal;
	font-weight: 700;
	z-index: 2
}

@media only screen and (max-width:767px) {
	.premium-solution .premium-solution-cnt h3 {
		font-size: 28px
	}
}

.Partners {
	padding: 4.5vw 0 0
}

.Partners .section_title h2 {
	font-size: 30px;
	color: #20222d;
	text-transform: uppercase;
	margin: 0 0 48px
}

@media only screen and (max-width:767px) {
	.Partners .section_title h2 {
		font-size: 22px
	}
}

.Partners .partners-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 0 2.5vw
}

.Partners .partners-item {
	margin: 0 0 3.4vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.Partners .partners-item img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .3s ease-in-out
}

.Partners .partners-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01)
}

.how-it-work {
	background-color: #f9f9f9;
	padding: 3.8vw 0 4.7vw
}

.how-it-work .section_title h2 {
	font-size: 30px;
	color: #20222d;
	text-transform: uppercase;
	margin: 0 0 48px
}

@media only screen and (max-width:767px) {
	.how-it-work .section_title h2 {
		font-size: 22px
	}
}

.how-it-work .work_box_title {
	margin: 19px 0;
	color: #000;
	font-size: 24px
}

.how-it-work .work_box_text {
	font-size: 14px;
	color: #696969
}

.section_title p {
	color: #696969
}

.footer_bar .copy-right {
	font-size: 14px;
	color: #fff;
	float: left;
	margin-top: 30px
}

@media only screen and (max-width:767px) {
	.footer_bar .copy-right {
		text-align: center;
		width: 100%
	}
}

.footer_bar .copy-right p {
	margin: 0 0;
	width: 100%
}

.footer_bar .footer-nav {
	float: left;
	margin-top: 30px
}

@media only screen and (max-width:991px) {
	.footer_bar .footer-nav {
		float: right
	}
}

@media only screen and (max-width:767px) {
	.footer_bar .footer-nav {
		margin: 26px 0 0;
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.footer_bar .footer-nav ul {
		text-align: center
	}
}

.footer_bar .footer-nav ul li {
	display: inline-block;
	margin: 0 0 0 28px
}

@media only screen and (max-width:767px) {
	.footer_bar .footer-nav ul li:first-child {
		margin: 0 0
	}
}

.footer_bar .footer-nav ul li a {
	font-size: 14px;
	color: #fff
}

.footer_bar .footer-nav ul li a:focus,
.footer_bar .footer-nav ul li a:hover {
	color: #0089ce
}

.footer_bar .footer-social {
	float: right;
	margin: 30px 0
}

@media only screen and (max-width:991px) {
	.footer_bar .footer-social {
		width: 100%;
		text-align: center
	}
}

.footer_bar .footer-social a {
	margin: 0 0 0 35px
}

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

.action-modal .modal-footer button.btn {
	width: 125px;
	height: 46px;
	font-size: 18.8px;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	border-color: #0089ce;
	background: #0089ce;
	color: #fff
}

.action-modal .modal-footer button.btn-close {
	background: 0 0;
	color: #dc3545;
	border-color: #dc3545
}

.mt-100 {
	margin-top: 100px
}

.text-gray {
	color: #4b4b4b;
	display: inline-block;
	font-size: 14.8px
}

.btn_blue {
	background: #0089ce;
	border: 1px solid #0089ce;
	padding: 10px 0;
	font-size: 21.8px
}

@media only screen and (max-width:479px) {
	.main-img {
		margin-top: 1em!important
	}
	.person {
		display: none
	}
	.mt-100 {
		margin-top: 40px
	}
	.home-search-wrap .home_content .input-wrap .search_button {
		background: 0 0;
		box-shadow: none;
		border: none;
		position: absolute;
		top: 78%;
		right: 65%
	}
	.home-search-wrap .home_content .input-wrap span {
		font-size: 16.8px;
		color: #fff transparent;
		float: right;
		margin: 20px 0 0
	}
	.product-category .section_title {
		margin: 40px 0 58px
	}
	.product-category {
		padding: 4vw 0 12.5vw
	}
	.login-page .reg_title h1 {
		font-size: 22.2px;
		color: #4b4b4b;
		margin: 30px 0 1.2vw;
		text-align: center
	}
}

@media only screen and (min-width:480px) and (max-width:991px) {
	.person {
		display: none
	}
	.mt-100 {
		margin-top: 40px
	}
	.home-search-wrap .home_content .input-wrap .search_button {
		background: 0 0;
		box-shadow: none;
		border: none;
		position: absolute;
		top: 78%;
		right: 65%
	}
}

@media only screen and (max-width:600px) {
	.person {
		display: none
	}
	.mt-100 {
		margin-top: 40px
	}
	.home-search-wrap .home_content .input-wrap .search_button {
		background: 0 0;
		box-shadow: none;
		border: none;
		position: absolute;
		top: 76%;
		right: 65%
	}
	.home_content .input-wrap span {
		margin: 15px 0 0
	}
	.login-page .reg_title h1 {
		font-size: 20.2px;
		color: #4b4b4b;
		margin: 30px 0 .2vw;
		text-align: center
	}
}

@media only screen and (max-width:460px) {
	.person {
		display: none
	}
	.datacenter {
		text-align: center
	}
	.img1_div1 {
		margin-left: 116px
	}
	#companylist input {
		margin: -9px!important
	}
	#companylist .dropdown {
		margin: -9px!important;
		width: 343px!important
	}
	.mt-100 {
		margin-top: 40px
	}
	input::placeholder {
		font-size: 4vw
	}
	.home-search-wrap .home_content .input-wrap .search_button {
		background: 0 0;
		box-shadow: none;
		border: none;
		position: absolute;
		top: 74%;
		right: 65%
	}
}

.person {
	margin-top: 20px
}

.login-page {
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	padding: 80px 0;
	color: #444;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	background-color: #fff
}

.mt50 {
	margin-top: 50px
}

.login-page h2,
.text-h1 {
	font-size: 34.8px;
	color: #4b4b4b
}

.login-page h3,
.text-h3 {
	font-size: 19.8px;
	margin-bottom: .5em;
	margin-top: .3em;
	color: #2d2d2d
}

.text-set {
	display: block;
	height: calc(3.2rem + 2px);
	font-size: 1rem;
	line-height: 1.5;
	color: #ababab;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-bottom-color: #ced4da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding-left: 19px;
	margin: 0 auto;
	border-radius: none;
	border-bottom: #cecece 1px solid
}

.form-control::placeholder {
	color: #343434;
	opacity: 1
}

.form-horizontal ::placeholder {
	color: #a6a6a6;
	opacity: 1
}

.pass_show {
	position: relative
}

.pass_show .ptxt {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	color: #0089ce;
	margin-top: -10px;
	cursor: pointer;
	transition: .3s ease all
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #0089ce;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.pass_show .ptxt:hover {
	color: #646464;
	font-size: 15.6px
}

.btnblue {
	padding: 9px 26px;
	background: #0089ce;
	color: #fff;
	border-radius: 4px;
	border: #0089ce 2px solid;
	font-size: 19.8px;
	margin-top: 0!important
}

.text-forget a {
	color: #0089ce;
	font-size: 17.8px
}

.text-new {
	color: #676767;
	font-size: 15.8px
}

.reg_title h1 {
	font-size: 35px;
	color: #4b4b4b;
	margin: 0 0 1.2vw
}

.communication {
	font-size: 15.8px;
	font-weight: 400;
	color: #646464;
	margin: 20px auto
}

.communication a {
	color: #0089ce;
	font-size: 15.8px
}

.mt70 {
	margin-top: 70px
}

.error {
	color: red
}

.checkbox {
	padding-left: 20px
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	-o-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555
}

.checkbox input[type=checkbox] {
	opacity: 0
}

.checkbox input[type=checkbox]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after {
	font-family: FontAwesome;
	content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label {
	opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before {
	background-color: #eee;
	cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%
}

.checkbox.checkbox-inline {
	margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked+label::before {
	background-color: #428bca;
	border-color: #428bca
}

.checkbox-primary input[type=checkbox]:checked+label::after {
	color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked+label::after {
	color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked+label::after {
	color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked+label::after {
	color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked+label::after {
	color: #fff
}

.btn-block {
	width: 100%!important;
	float: left;
	margin-left: 0
}

.btn-back {
	padding: 9px 26px;
	color: #000;
	border-radius: 4px;
	font-size: 19.8px;
	border: 1px solid #0089ce
}

.width-100 {
	width: 100%!important
}

.background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.form-btn,
.form-btn-cancel,
.form-btn-error {
	background: 0 0;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 7px 0;
	margin-top: 2.25rem;
	position: relative;
	z-index: 0;
	transition: transform .28s ease;
	will-change: transform
}

.pb-40 {
	padding-bottom: 40px!important
}

.form-btn-cancel::after,
.form-btn-cancel::before,
.form-btn-error::after,
.form-btn-error::before,
.form-btn::after,
.form-btn::before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}

.form-btn-cancel::before,
.form-btn-error::before,
.form-btn::before {
	background: #337ab7;
	z-index: -2;
	border-radius: 5px
}

.form-btn-cancel::after,
.form-btn-error::after,
.form-btn::after {
	background: #000;
	z-index: -1;
	opacity: 0;
	transition: opacity .28s ease;
	will-change: opacity
}

.form-btn-cancel:focus,
.form-btn-error:focus,
.form-btn:focus {
	outline: 0
}

.form-btn-cancel:focus::after,
.form-btn-cancel:hover::after,
.form-btn-error:focus::after,
.form-btn-error:hover::after,
.form-btn:focus::after,
.form-btn:hover::after {
	opacity: .3
}

.form-btn-cancel:active,
.form-btn-error:active,
.form-btn:active {
	transform: translateY(1px)
}

.form-btn-error::before {
	background: #d9534f
}

.form-btn-cancel {
	transition: color .28s ease, transform .28s ease;
	color: #b52b27;
	border-color: currentColor;
	will-change: color, transform
}

.form-btn-cancel.-nooutline {
	border-color: transparent
}

.form-btn-cancel::before {
	background: #b52b27;
	opacity: 0;
	transition: opacity .28s ease;
	will-change: opacity
}

.form-btn-cancel::after {
	display: none
}

.form-btn-cancel:focus,
.form-btn-cancel:hover {
	color: #fff
}

.form-btn-cancel:focus::before,
.form-btn-cancel:hover::before {
	opacity: 1
}

.form-btn-block {
	display: block;
	width: 100%;
	padding: 5px
}

.form-checkbox,
.form-radio {
	position: relative;
	margin-top: 2.25rem;
	text-align: left
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
	display: inline-block;
	margin-right: 1rem
}

.form-checkbox-legend,
.form-radio-legend {
	margin: 0 0 .125rem 0;
	font-weight: 500;
	font-size: 1rem;
	color: #333
}

.form-checkbox-label,
.form-radio-label {
	position: relative;
	cursor: pointer;
	padding-left: 1.5rem;
	text-align: left;
	color: #333;
	display: block;
	margin-bottom: .5rem
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
	color: #337ab7
}

.form-checkbox-label span,
.form-radio-label span {
	display: block
}

.form-checkbox-label input,
.form-radio-label input {
	width: auto;
	opacity: .0001;
	position: absolute;
	left: .25rem;
	top: .25rem;
	margin: 0;
	padding: 0
}

.form-checkbox-button {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	color: #999;
	left: 0;
	top: .25rem;
	width: 1rem;
	height: 1rem;
	z-index: 0;
	border: .125rem solid currentColor;
	border-radius: .0625rem;
	transition: color .28s ease;
	will-change: color
}

.form-checkbox-button::after,
.form-checkbox-button::before {
	position: absolute;
	height: 0;
	width: .2rem;
	background-color: #337ab7;
	display: block;
	transform-origin: left top;
	border-radius: .25rem;
	content: "";
	transition: opacity .28s ease, height 0s linear .28s;
	opacity: 0;
	will-change: opacity, height
}

.form-checkbox-button::before {
	top: .65rem;
	left: .38rem;
	transform: rotate(-135deg);
	box-shadow: 0 0 0 .0625rem #fff
}

.form-checkbox-button::after {
	top: .3rem;
	left: 0;
	transform: rotate(-45deg)
}

.form-checkbox-field:checked~.form-checkbox-button {
	color: #337ab7
}

.form-checkbox-field:checked~.form-checkbox-button::after,
.form-checkbox-field:checked~.form-checkbox-button::before {
	opacity: 1;
	transition: height .28s ease
}

.form-checkbox-field:checked~.form-checkbox-button::after {
	height: .5rem
}

.form-checkbox-field:checked~.form-checkbox-button::before {
	height: 1.2rem;
	transition-delay: .28s
}

.form-radio-button {
	position: absolute;
	left: 0;
	cursor: pointer;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #999
}

.form-radio-button::after,
.form-radio-button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: .25rem;
	width: 1rem;
	height: 1rem;
	transition: transform .28s ease, color .28s ease;
	border-radius: 50%;
	border: .125rem solid currentColor;
	will-change: transform, color
}

.form-radio-button::after {
	transform: scale(0);
	background-color: #337ab7;
	border-color: #337ab7
}

.form-radio-field:checked~.form-radio-button::after {
	transform: scale(.5)
}

.form-radio-field:checked~.form-radio-button::before {
	color: #337ab7
}

.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
	color: #d9534f
}

.form-card {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all .56s cubic-bezier(.25, .8, .25, 1);
	max-width: 500px;
	padding: 0;
	margin: 50px auto
}

.form-card:focus,
.form-card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.form-card:focus-within {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.form-actions {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px 0 30px
}

.form-actions .form-btn-cancel {
	-ms-flex-order: -1;
	order: -1
}

.form-actions::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #999;
	opacity: .3
}

.form-actions>* {
	-ms-flex: 1;
	flex: 1;
	margin-top: 0
}

.form-method {
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.form-method .form-btn-cancel {
	-ms-flex-order: -1;
	order: -1
}

.form-method::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #999;
	opacity: .3
}

.form-method>* {
	-ms-flex: 1;
	flex: 1;
	margin-top: 0
}

.form-fieldset {
	padding: 0 30px 0;
	border: 0
}

.form-pading {
	padding: 0 30px;
	border: 0
}

.form-pt {
	padding: 0 30px 0 30px
}

.form-fieldset+.form-fieldset {
	margin-top: 15px
}

.form-legend {
	padding: 1em 0 0;
	margin: 0 0 -.5em;
	font-size: 1.5rem;
	text-align: center
}

.form-join {
	margin: 0 0 -.5em;
	font-size: 1.5rem
}

.form-legend+p {
	margin-top: 1rem
}

.form-element {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem
}

.form-element-hint {
	font-weight: 400;
	font-size: .6875rem;
	color: #a6a6a6;
	display: block
}

.form-element-bar {
	position: relative;
	height: 1px;
	display: block
}

.form-element-bar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #337ab7;
	height: 2px;
	display: block;
	transform: rotateY(90deg);
	transition: transform .28s ease;
	will-change: transform
}

.form-element-label {
	position: absolute;
	top: .75rem;
	line-height: 1.5rem;
	pointer-events: none;
	padding-left: .125rem;
	z-index: 1;
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	color: #a6a6a6;
	transform: translateY(-50%);
	transform-origin: left center;
	transition: transform .28s ease, color .28s linear, opacity .28s linear;
	will-change: transform, color, opacity
}

.form-element-field {
	outline: 0;
	height: 1.5rem;
	display: block;
	background: 0 0;
	padding: .125rem .125rem .0625rem;
	font-size: 1rem;
	border: 0 solid transparent;
	line-height: 1.5;
	width: 100%;
	color: #333;
	box-shadow: none;
	opacity: .001;
	transition: opacity .28s ease;
	will-change: opacity
}

.form-element-field:-ms-input-placeholder {
	color: #a6a6a6;
	transform: scale(.9);
	transform-origin: left top
}

.form-element-field::placeholder {
	color: #a6a6a6;
	transform: scale(.9);
	transform-origin: left top
}

.form-element-field:focus~.form-element-bar::after {
	transform: rotateY(0)
}

.form-element-field:focus~.form-element-label {
	color: #337ab7
}

.form-element-field.-hasvalue,
.form-element-field:focus {
	opacity: 1
}

.form-element-field.-hasvalue~.form-element-label,
.form-element-field:focus~.form-element-label {
	transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
	cursor: pointer;
	pointer-events: auto
}

.form-has-error .form-element-hint,
.form-has-error .form-element-label.form-element-label {
	color: #d9534f
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
	background: #d9534f
}

.form-is-success .form-element-hint,
.form-is-success .form-element-label.form-element-label {
	color: #259337
}

.form-is-success .form-element-bar::after {
	background: #259337
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
	opacity: 1
}

input.form-element-field:not(:placeholder-shown)~.form-element-label,
textarea.form-element-field:not(:placeholder-shown)~.form-element-label {
	transform: translateY(-100%) translateY(-.5em) translateY(-2px) scale(.9);
	cursor: pointer;
	pointer-events: auto
}

textarea.form-element-field {
	height: auto;
	min-height: 3rem
}

select.form-element-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.form-select-placeholder {
	color: #a6a6a6;
	display: none
}

.form-select .form-element-bar::before {
	content: "";
	position: absolute;
	height: .5em;
	width: .5em;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	display: block;
	right: .5em;
	bottom: 0;
	transition: transform .28s ease;
	transform: translateY(-100%) rotateX(0) rotate(45deg);
	will-change: transform
}

.form-select select:focus~.form-element-bar::before {
	transform: translateY(-50%) rotateX(180deg) rotate(45deg)
}

.form-element-field[type=number] {
	-moz-appearance: textfield
}

.form-element-field[type=number]::-webkit-inner-spin-button,
.form-element-field[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.pt-40 {
	padding-top: 40px!important
}

.ml-30 {
	margin-left: 30px
}

.main-personal {
	background: #fff;
	color: #f0f0f0;
	border-top: 6px solid #7bb64b;
	border-radius: 2px;
	border: #ddd 1px solid
}

.personal-title {
	margin: 0;
	padding: 0
}

.info-title {
	color: #7d7d7d;
	font-size: 17.8px;
	padding: 20px 0
}

.li-border {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 25px
}

.last-border {
	border-bottom: none
}

.arrow-right {
	float: right
}

.arrow-right:hover {
	color: #6bab40;
	cursor: pointer
}

.text-personal {
	background: #fff;
	border-radius: 2px;
	border: #ddd 1px solid;
	color: #f0f0f0;
	margin-bottom: 40px;
	padding-bottom: 40px
}

.personal-profile {
	font-size: 27.8px;
	color: #14161c;
	margin: 0
}

.form-text {
	color: #7d7d7d;
	font-size: 16px;
	margin-top: 10px;
	padding: 4px 0
}

.text-box {
	padding: 0 35px
}

.main_cb input {
	display: none
}

.main_cb label {
	padding-left: 2rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 1.2em
}

.main_cb span:after,
.main_cb span:before,
.span_pseudo {
	content: "";
	display: inline-block;
	background: #fff;
	width: 0;
	height: .2rem;
	position: absolute;
	transform-origin: 0 0
}

.mt-60 {
	margin-top: 60px
}

.main_cb {
	position: relative;
	height: 2.5rem;
	display: flex;
	align-items: center
}

.main_cb input {
	display: none
}

.main_cb input:checked~span {
	background: #7bb64a;
	border-color: #7bb64a transparent
}

.main_cb input:checked~span:before {
	width: 1rem;
	height: .15rem;
	transition: width .1s;
	transition-delay: .3s
}

.main_cb input:checked~span:after {
	width: .4rem;
	height: .15rem;
	transition: width .1s;
	transition-delay: .2s
}

.main_cb input:disabled~span {
	background: #656565;
	border-color: #656565;
	font-size: 16px
}

.main_cb input:disabled~label {
	color: #656565
}

.main_cb input:disabled~label:hover {
	cursor: default
}

.main_cb label {
	padding-left: 2rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 17.8px;
	color: #7bb64a
}

.main_cb span:before {
	transform: rotate(-55deg);
	top: 1rem;
	left: .37rem
}

.main_cb span:after {
	transform: rotate(35deg);
	bottom: .35rem;
	left: .2rem
}

.text-blue {
	color: #008cd7!important;
	display: block;
	margin: 0
}

.form-checkbox,
.form-radio {
	position: relative;
	margin-top: 2.25rem;
	text-align: left
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
	display: inline-block;
	margin-right: 1rem
}

.form-checkbox-legend,
.form-radio-legend {
	margin: 0 0 .125rem 0;
	font-weight: 500;
	font-size: 1rem;
	color: #333
}

.form-checkbox-label,
.form-radio-label {
	position: relative;
	cursor: pointer;
	padding-left: 1.5rem;
	text-align: left;
	color: #333;
	display: block;
	margin-bottom: .5rem
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
	color: #337ab7
}

.form-checkbox-label span,
.form-radio-label span {
	display: block
}

.form-checkbox-label input,
.form-radio-label input {
	width: auto;
	opacity: .0001;
	position: absolute;
	left: .25rem;
	top: .25rem;
	margin: 0;
	padding: 0
}

.form-checkbox-button {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	color: #999;
	left: 0;
	top: .25rem;
	width: 1rem;
	height: 1rem;
	z-index: 0;
	border: .125rem solid currentColor;
	border-radius: .0625rem;
	transition: color .28s ease;
	will-change: color
}

.form-checkbox-button::after,
.form-checkbox-button::before {
	position: absolute;
	height: 0;
	width: .2rem;
	background-color: #337ab7;
	display: block;
	transform-origin: left top;
	border-radius: .25rem;
	content: "";
	transition: opacity .28s ease, height 0s linear .28s;
	opacity: 0;
	will-change: opacity, height
}

.form-checkbox-button::before {
	top: .65rem;
	left: .38rem;
	transform: rotate(-135deg);
	box-shadow: 0 0 0 .0625rem #fff
}

.form-checkbox-button::after {
	top: .3rem;
	left: 0;
	transform: rotate(-45deg)
}

.form-checkbox-field:checked~.form-checkbox-button {
	color: #337ab7
}

.form-checkbox-field:checked~.form-checkbox-button::after,
.form-checkbox-field:checked~.form-checkbox-button::before {
	opacity: 1;
	transition: height .28s ease
}

.form-checkbox-field:checked~.form-checkbox-button::after {
	height: .5rem
}

.form-checkbox-field:checked~.form-checkbox-button::before {
	height: 1.2rem;
	transition-delay: .28s
}

.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
	color: #d9534f
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
	display: inline-block;
	margin-right: 1rem
}

.text-gray {
	color: #7d7d7d;
	font-size: 14.8px;
	margin-right: 10px
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: auto
}

.btn-browse {
	background: #d9d9d9;
	padding: 10px 20px;
	color: #656666;
	border-radius: 4px;
	font-size: 19.8px
}

.main-area {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 10px 10px;
	text-transform: capitalize;
	margin-top: 20px;
	background-color: transparent;
	color: #fff
}

#message {
	padding: 20px 20px;
	color: #7d7d7d;
	opacity: 1
}

.main-section {
	position: relative;
	margin-top: -220px
}

.p-0 {
	padding: 0
}

.mt-45 {
	margin-top: 45px
}

.mt-35 {
	margin-top: 35px
}

.mm-2 {
	margin-top: 2.25rem
}

#frame0,
#frame1 {
	background-color: #f7f7f7;
	margin: 30px auto auto;
	padding: 10px;
	width: 750px;
	border: 1px solid #eee
}

#fade {
	background: none repeat scroll 0 0 #d3dce3;
	display: none;
	height: 100%;
	left: 0;
	opacity: .4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99
}

#centerBox {
	background-color: #fff;
	border: 5px solid #fff;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	display: none;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	width: 710px;
	z-index: 100
}

.box1 {
	background: none repeat scroll 0 0 #f3f7fd;
	border: 1px solid #d3e1f9;
	font-size: 12px;
	margin-top: 5px;
	padding: 4px
}

.button1 {
	background-color: #fff;
	background-image: -moz-linear-gradient(center bottom, #ededed 30%, #fff 83%);
	border-color: #999;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 25px;
	line-height: 24px;
	margin-right: 2px;
	min-width: 40px;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.button1:hover {
	text-decoration: underline
}

.a:active,
.button1:active {
	position: relative;
	top: 1px
}

#imgContainer {
	width: 100%;
	text-align: center;
	position: relative
}

#imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	position: relative;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}

#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%
}

#imgChange {
	background: url(../img/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	color: #fff;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%
}

#imgChange input[type=file] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0
}

.progressBar {
	background: none repeat scroll 0 0 #e0e0e0;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	display: none
}

.progressBar .bar {
	background-color: #ff6c67;
	width: 0%;
	height: 14px
}

.progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%
}

#ui-id-1 {
	width: 34.7rem!important;
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	line-height: 30px
}

#ui-id-1 li {
	padding-left: 15px
}

.ui-corner-all {
	padding: 0!important
}

#ui-id-1 li:hover {
	width: 100%;
	padding-left: 15px;
	background: #f5f5f5
}

.ui-menu-item {
	cursor: pointer
}

.submit {
	padding: 3px 15px;
	font-size: 14.8px
}

.main-section {
	position: relative;
	margin-top: -220px
}

.bg-white {
	background: #fff;
	width: 100%
}

.image-section {
	padding: 0
}

.image-section img {
	width: 100%;
	position: relative
}

.main-profile {
	border: none
}

.profile-left {
	padding: 26px 10px
}

.text-black {
	margin: 0;
	color: #14161c
}

.news-content h2 {
	font-size: 31.8px
}

.btn-outline-rounded {
	padding: 8px 45px;
	margin: 7px 0;
	border-radius: 25px;
	text-align: center
}

.mt-2 {
	margin-top: 2px
}

.btn.blue {
	background-color: #00acd7 transparent;
	border: 1px solid #ddd;
	color: #7c7c7c;
	font-size: 14px
}

.btn.blue:hover {
	background-color: #269bd5 transparent;
	border: 1px solid #269bd5;
	color: #0089ce;
	font-size: 14px
}

.ban-buttons a.active,
.ban-buttons a:hover {
	opacity: .8;
	background: #03ab6a
}

a.btn.active {
	background: #03ab6a;
	color: #fff;
	border: #10adfb
}

.profile-buy {
	margin: 0;
	padding: 0
}

.news-footer {
	background: #f6f6f6;
	padding: 17px 17px;
	margin-top: 30px;
	position: fixed;
	height: 100px;
	bottom: 0;
	width: 100%;
	color: #f0f0f0
}

.standard-btn {
	color: #707070;
	border: solid 1px #cbcbcb;
	font-size: 16.8;
	position: relative;
	z-index: 1;
	padding: 11px 30px;
	margin-left: 7px;
	cursor: pointer;
	text-transform: uppercase;
	background: #fff;
	border-radius: 5px
}

.standard-btn:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	content: ""
}

.text-no {
	color: #0089ce;
	font-size: 19.8px;
	margin-right: 3px
}

.text-product {
	color: #14161c;
	font-size: 16.8px
}

.profile-page {
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 20px;
	margin-bottom: 20px;
	color: #f0f0f0
}

.profile-page h2 {
	color: #14161c
}

.profile-page p {
	font-size: 13px;
	color: #838383;
	text-align: justify;
	margin-top: 20px;
	line-height: 20px
}

.title_border {
	border-bottom: 1px solid #d2d2d2;
	transition: all .3s;
	padding: 10px 10px 10px 10px;
	display: flow-root
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem
}

.title-bar {
	color: #5c5c5c;
	font-size: 17px
}

.ml-1,
.mx-1 {
	margin-left: .1rem!important
}

.text_name {
	font-size: 16.8px;
	color: #0089ce;
	text-transform: capitalize;
	vertical-align: bottom;
	margin-top: 5px
}

.user-avatar-sm {
	border: 1px solid #e1e1e1 transparent;
	background-color: #fff;
	margin-right: 7px
}

.main-border {
	border-bottom: 1px solid #000
}

.text_dec {
	font-size: 14.8px;
	color: #737373;
	display: block
}

.text-person {
	color: #838383;
	font-size: 15.8px;
	padding: 20px 20px
}

.text-animation {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #0089ce;
	overflow: hidden
}

.text-animation .main-text {
	width: 100%;
	color: #f0f0f0
}

.text-animation span {
	display: inline-block;
	transition: .5s
}

.text-animation span:nth-child(odd):before {
	content: attr(data-text);
	position: absolute;
	transform: translateY(100%)
}

.text-animation span:nth-child(odd) {
	transform: translateY(-100%)
}

.text-animation:hover span:nth-child(odd) {
	transform: translateY(0);
	color: #14161c
}

.text-animation span:nth-child(even):before {
	content: attr(data-text);
	position: absolute;
	transform: translateY(-100%)
}

.text-animation span:nth-child(even) {
	transform: translateY(100%)
}

.text-animation:hover span:nth-child(even) {
	transform: translateY(0);
	color: #14161c
}

.btn-white {
	padding: 12px 0;
	color: #fff;
	border: 1px solid #ffff;
	font-size: 19.8px
}

.btn:hover {
	text-decoration: none
}

.up-sec {
	position: relative;
	top: -14.1rem;
	left: 1%
}

.img-right {
	margin: 0 14px
}

.main_border {
	border-bottom: 1px solid #d2d2d2;
	transition: all .3s;
	margin-bottom: 0;
	padding: 0 0 10px 0
}

.f-14 {
	font-size: 14px
}

.search-sec {
	position: relative;
	top: -102px;
	height: 0;
	margin-left: 13%;
	padding: 0
}

.search-slt {
	display: block;
	width: 92%;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: none;
	height: calc(4rem + 2px)!important;
	border-radius: 2px;
	border: 1px solid #dadada
}



.apply-search {
	font-family: Roboto;
	padding: 9px 33px 30px 33px;
	font-size: 16.8px;
	font-weight: 400;
	text-transform: capitalize;
	height: calc(3rem + 2px)!important;
	border-radius: 2px;
	background: #0c6f3b;
	color: #fff;
	border: none
}

.product-section {
	padding: 0;
	margin: 0
}

.product-section img {
	width: 100%;
	position: relative
}

.main-product {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 2px
}

.text-gate {
	font-size: 34.8px;
	padding: 0 0
}

.product-no {
	color: #626262;
	font-size: 16.8px
}

.product-item {
	margin: 33px 0;
	padding: 0
}

.text-popularity {
	font-size: 16.8px;
	color: #717171
}

.text-green {
	color: #0c6f3b;
	font-size: 20px;
	margin-right: 10px
}

.main-set {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-radius: 2px;
	margin-bottom: 40px;
	overflow: hidden
}

.product-set {
	margin: 30px
}

.product-blue h2 {
	color: #0089ce;
	font-size: 22.8px;
	margin: 20px 0 0 0
}

.text-by {
	color: #909090;
	font-size: 14.8px;
	margin: 0;
	padding: 0
}

.text-infastructure {
	color: #0c6f3b;
	font-size: 15px
}

.text-test {
	margin: 0;
	padding: 0
}

.text-piece {
	color: #878787;
	font-size: 12.8px;
	margin-top: 9px
}

.text-percentage {
	color: #878787;
	font-size: 13.8px
}

.product-stock {
	background: #fbfbfb;
	padding: 15px 0 20px 0;
	border-radius: 5px
}

.text-stock {
	color: #0c6f3b;
	font-size: 35.8px;
	font-weight: bolder
}

.product-dec {
	color: #747474;
	font-size: 12.8px;
	font-weight: 400;
	font-weight: 700
}

.btn-blue {
	margin: 0 auto;
	display: block;
	padding: 8px 36px
}

.mt-40 {
	margin-top: 10px
}

.text-filter {
	margin: 30px 0;
	color: #626262;
	font-size: 16.8px
}

.slider-no {
	margin-left: 20px
}

.product-range {
	margin: 0 0
}

.text-price {
	display: block;
	margin-top: 46px
}

#ranged {
	margin-top: 20px
}

.fscaret .fss-left {
	left: 20px;
	margin-left: -15px;
	z-index: 0;
	border-radius: 25px;
	width: 18%
}

.form-group {
	margin-bottom: 1rem
}

.mainDescription {
	font-size: 16.8px;
	color: #838383;
	margin: 0
}

.form-control-2 {
	display: block;
	width: 100%;
	height: calc(.25rem + 2px);
	padding: 1.45rem .75rem;
	padding-left: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #ababab;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding-left: 19px;
	margin: 20px auto
}

.product-cb input:checked~span {
	background: #0089ce;
	border-color: #626262 transparent
}

.product-cb label {
	padding-left: 2rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 17.8px;
	color: #626262
}

.btn-loadmore {
	margin-bottom: 20px
}

.load-btn {
	border: 1px solid #0c6f3b;
	font-size: 11.8px;
	color: #0c6f3b;
	padding: 9px 32px;
	background: #fff
}

.load-btn:hover {
	border: 1px solid #0c6f3b;
	font-weight: Bold;
	color: #0c6f3b!important
}

.mainstock {
	font-size: 16.8px;
	color: #626262
}

.dropbtn {
	background-color: #0089ce;
	color: #fff;
	padding: 7px 15px 7px 15px;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	z-index: 1
}

.dropdown:hover .dropdown-content {
	display: block
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
	z-index: 1;
	padding: .36rem 0;
	border-radius: 2px;
	width: 200px
}

.dropdown li {
	padding: .375rem .75rem;
	font-size: 15px
}

.dropdown-content a {
	color: #000;
	padding: 6px 6px;
	text-decoration: none;
	display: block;
	border-left: 2px solid #1074a7;
	font-size: 14px
}

.dropdown-content a:hover {
	background: #0c6f3b;
	color: #fff!important
}

#product {
	border-radius: 2px;
	font-size: 14px
}

#servicetitle {
	border-radius: 2px;
	color: #000
}

#type1 {
	border-radius: 2px
}

.btn-submit {
	border-radius: 2px
}

.focus {
	opacity: 1
}

.productbox {
	box-shadow: 0 4px 7px #f0f0f0;
	padding: 10px;
	margin-top: 9px;
	margin-right: 0;
	height: 315px;
	margin-bottom: 15px
}

.productbox .views {
	color: #fff;
	background: #0c6f3b;
	padding: 5px 8px 3px 7px;
	color: #fff;
	border-radius: 22px
}

.productbox:hover {
	box-shadow: inset 0 0 11px 1px #d3d3d3
}

.productbox p {
	color: #000;
	padding: 2px;
	margin-top: 22px;
	height: 44px
}

.productbox img {
	width: 158px;
	height: 136px
}

.productbox img:hover {
	opacity: .9
}

#tagslist ul {
	background: #fff
}

#tagslist ul li {
	margin: 0;
	padding: 6px;
	box-shadow: 0 0 1px #ababab
}

.product-set {
	margin: 20px 0 0 0
}

#ui-id-2 {
	width: 24.2rem!important;
	padding: 0 0;
	border-radius: 2px;
	margin-top: 8px
}

.product-no {
	color: #626262;
	font-size: 19.8px;
	float: right;
	margin-left: 3px;
	margin-top: 5px
}

.mt-30 {
	margin-top: 30px
}

#slider-3 {
	margin-left: 33px
}

#price {
	margin-left: 0;
	margin-top: 5px;
	font-size: 12.8px!important
}

.geekmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #d3d3d3
}

.main input:checked~.geekmark {
	background-color: green
}

.geekmark:after {
	content: "";
	position: absolute;
	display: none
}

.main input:checked~.geekmark:after {
	display: block
}

.main .geekmark:after {
	left: 8px;
	bottom: 5px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.spaceing {
	margin-bottom: 9px
}

.btnedit {
	background-color: #0c6f3b!important;
	border-color: #0c6f3b!important
}

.rounded {
	background: #fff url(../img/arrow-down-blue.png) no-repeat right;
	-webkit-appearance: none;
	background-position-x: 360px;
	height: 50px
}

.mandatory {
	margin-left: 0;
	color: red
}

.card-img-overlay {
	background-color: rgba(0, 0, 0, .6)
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.card-title {
	margin-bottom: .75rem;
	font-size: 1.25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0!important;
	padding-top: 1.25rem!important;
	padding-bottom: 1.25rem!important
}

.page_tagline,
.post_detail,
.post_header .post_detail,
.recent_post_detail {
	width: 100%;
	padding: 0;
	float: left;
	margin: 5px 0 0 0;
	font-size: 12px
}

.icon {
	color: grey!important
}

.dropbtn {
	background-color: #0089ce;
	color: #fff;
	padding: 7px 15px 7px 15px;
	border: none
}

.dropdown {
	position: relative;
	display: inline-block
}

.dropdown:hover .dropdown-content {
	display: block
}

.dropdown:hover .dropbtn {
	background-color: #0c6f3b
}

.newsticker_label {
	width: 10%;
	margin-right: 20px;
	height: 36px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	background: #97b0bd!important;
	float: left;
	margin: 6px 10px 7px 0
}

.product-category .section_title {
	margin: 0 0 58px
}

.product-category .icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: -webkit-fill-available;
	height: 58px
}

.product-category a.all-categories i {
	margin: 0 0 0 5px
}

@media only screen and (min-width:992px) {
	.product-category .category {
		max-width: 20%
	}
}

.person-main {
	width: 100%;
	height: 200px
}

.bg-white {
	background: #fff;
	box-shadow: 1px 3px;
	color: #f0f0f0;
	width: 100%
}

.image-section {
	padding: 0
}

.image-section img {
	width: 100%;
	position: relative
}

.main-profile {
	border: none
}

.profile-left {
	padding: 10px 10px
}

.text-black {
	margin: 0;
	color: #14161c
}

.news-content h2 {
	font-size: 36.8px
}

.mt-2 {
	margin-top: 2px
}

.btn.blue {
	background-color: #00acd7 transparent;
	border: 1px solid #ddd;
	color: #7c7c7c;
	font-size: 14px
}

.btn.blue:hover {
	background-color: #269bd5 transparent;
	border: 1px solid #269bd5;
	color: #0089ce;
	font-size: 14px
}

.ban-buttons a.active,
.ban-buttons a:hover {
	opacity: .8;
	background: #03ab6a
}

a.btn.active {
	background: #03ab6a;
	color: #fff;
	border: #10adfb
}

.profile-buy {
	margin: 0;
	padding: 0
}

.news-footer {
	background: #f6f6f6;
	padding: 17px 17px;
	margin-top: 30px;
	margin-bottom: 23px;
	border-radius: 2px;
	border: #ddd 1px solid;
	color: #f0f0f0
}

.standard-btn {
	color: #707070;
	border: solid 1px #cbcbcb;
	font-size: 16.8;
	position: relative;
	z-index: 1;
	padding: 11px 30px;
	margin-left: 7px;
	cursor: pointer;
	text-transform: uppercase;
	background: #fff;
	border-radius: 5px
}

.standard-btn:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	content: ""
}

.text-product {
	color: #14161c;
	font-size: 15.8px
}

.main-white {
	background: #fff;
	border-radius: 2px;
	border: #ddd 1px solid;
	color: #f0f0f0
}

.up-sec {
	position: relative;
	top: -2rem
}

.img-right {
	margin: 0 10px 10px 14px
}

.main_border {
	border-bottom: 1px solid #d2d2d2;
	transition: all .3s
}

@media only screen and (max-width:360px) {
	.main-img {
		position: relative;
		margin-top: 0
	}
	.text-animation {
		top: 91%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250px;
		height: 60px;
		padding: 10px 1rem;
		line-height: 60px;
		text-align: center;
		font-size: 20px;
		text-decoration: none;
		color: #0089ce;
		overflow: hidden
	}
	.list-inline {
		padding-left: 0;
		list-style: none;
		text-align: -webkit-center
	}
}

.noproducts {
	text-align: center;
	padding-top: 50px;
	background: #f8f8f8;
	padding-bottom: 50px
}

.clickhere:hover {
	color: #000
}

.btn-success {
	background: #0c6f3b
}

.btn-success:hover {
	background: #0c6f3b;
	color: #fff!important;
	border: 1px solid #0c6f3b
}

.social_profile ul li a {
	text-align: center;
	border: 0;
	text-transform: uppercase;
	transition: all .3s ease 0s;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	display: block;
	width: 32px;
	float: left;
	padding: 4px 6px 1px 6px;
	border-radius: 50%;
	border: 2px solid #0c6f3b transparent;
	-transition: all .5s;
	margin-left: 9px;
	background: #d3d3d3
}

.social_profile ul li a:hover {
	background: #178831;
	color: #fff!important
}

.social_profile ul li a i:hover {
	background: #178831;
	color: #fff!important
}

.social_profile ul li {
	margin-right: 0
}

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

.social a {
	color: #000!important
}

.social_profile ul li a i:hover {
	background: #178831;
	color: #fff!important
}

.dropdown-menu>li>a {
	font-size: 14px;
	padding: 5px
}

.dropdown-menu>li>a:hover {
	background: #ddd
}

.float-left h3 {
	font-size: 30px
}

.text-gate {
	width: 100%
}

#example th td {
	padding: 10px
}

#example {
	border-top: 2px solid #0c6f3b;
	border-bottom: 2px solid #0c6f3b
}

#example tr {
	border-bottom: 1px solid #ababab
}

#example tr td a:hover {
	color: #252525
}

#example th {
	border-bottom: 2px solid #0c6f3b
}

.dropdown-menu .text {
	color: #000
}

.dropdown-menu li:hover {
	color: #fff
}

.caret {
	display: none
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 389px
}

.icon-main {
	color: #000;
	font-size: 15px
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin-top: 20px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #d3d3d3
}

.inquiry-btn {
	padding: 7px 11px 28px 11px;
	font-size: 15.8px;
	font-weight: 400;
	text-transform: capitalize;
	height: calc(3rem + 2px)!important;
	border-radius: 4px;
	background: #0c6f3b;
	color: #fff
}

.nopadleft {
	padding-left: 0!important
}

.inquiry-btn:hover {
	background: #1aaf73;
	color: #fff!important
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #000!important;
	background-color: #fff!important;
	border-color: transparent!important
}

.selectbox {
	border: 1px solid #d6d6d6;
	width: 208px!important
}

.selectlabel {
	color: #000;
	font-size: 15px;
	float: left;
	padding: 0 0 0
}

.margin {
	margin-left: 14px
}

.dropdown-menu li a:hover {
	color: #fff!important
}

.selectlabel {
	display: none
}

.modal-content {
	margin-top: 14%!important
}

#myModalHorizontal .box {
	height: calc(3rem + 2px)!important;
	font-size: 13px!important
}

#myModalHorizontal label {
	text-align: left
}

.modelsubmit {
	background: #0c6f3b;
	color: #fff
}

.modal-header {
	padding: 17px!important
}

.btnclose {
	padding: 3px 28px 2px 24px!important;
	font-size: 14px!important
}

.pl-50 {
	padding-left: 150px
}

#myModalHorizontal .remark {
	font-size: 1.3em!important
}

.text-muted {
	padding-top: 1.375rem .75rem!important
}

.locations {
	border: 1px solid #d3d3d3!important
}

div.pac-container {
	z-index: 99999999999!important
}

.btn_inquiry {
	font-size: 14px;
	border: 1px solid #0c6f3b;
	color: #0c6f3b!important;
	background: 0 0
}

.btn_inquiry:hover {
	background: #0c6f3b;
	color: #fff!important
}

.btn_inquiry:active {
	color: #fff!important
}

.btn_inquiry:focus {
	color: #0c6f3b!important
}

.btn_inquiry11 {
	font-size: 14px;
	border: 1px solid #0c6f3b;
	color: #0c6f3b!important
}

.btn_inquiry11:hover {
	background: #0c6f3b;
	color: #fff!important;
	border: 1px solid transparent
}

.btn_inquiry11:active {
	color: #fff!important
}

.btn_inquiry11:focus {
	color: #0c6f3b!important
}

.company-main {
	max-height: 175px;
	width: 100%;
	margin-left: 15px
}

.pad-15 {
	padding: 15px
}

.compaddres {
	text-align: left
}

.btm-inquiry {
	width: 12rem;
	padding: 12px;
	font-size: 16px;
	text-align: left
}

.ml-110 {
	margin-left: 110px
}

.title-inquiry {
	border-bottom: 1px solid #d2d2d2;
	transition: all .3s;
	padding: 10px 30px;
	display: flow-root;
	margin-left: 7px
}

.main-detail {
	position: relative
}

.image-detail {
	height: 109px;
	padding: 0
}

.detail-main {
	height: 260px;
	width: 100%;
	padding: 24px 7px
}

.mrem-7 {
	margin-left: 60px
}

.detail_border {
	margin-bottom: 0
}

.detail_border {
	margin-bottom: 0;
	padding: 10px 0 20px 0
}

.detail-gray {
	color: #cfcfcf;
	font-size: 15px!important;
	margin-left: 0
}

.detaii-shedow {
	box-shadow: 1px 1px 1px 1px;
	background: #f6f6f6
}

.mt-22 {
	margin-top: 22px
}

.details-bar {
	margin-left: 10px
}

.company-details {
	display: block;
	font-size: 20px
}

.mb-0 {
	padding-bottom: 0;
	display: inline-block;
	margin-top: 7px
}

.all-white {
	background: #ffff
}

.gray-border {
	color: #f0f0f0;
	box-sizing: border-box;
	box-shadow: 1px 2px
}

.img-border {
	border: 1px solid #c7c7c7;
	margin: 20px 10px
}

.mt-20 {
	margin-top: 20px
}

.main-left {
	width: 100%;
	height: 253px
}

.text-mind {
	margin-top: 30px
}

.text-gray {
	color: #cfcfcf;
	font-size: 15px;
	margin-left: 0
}

.space {
	margin-left: 20px
}

.card_box {
	box-shadow: 1px 1px 1px 1px;
	padding: 0;
	background: #fff;
	margin-bottom: 20px;
	color: #f0f0f0
}

.card-img {
	margin: 30px 12px;
	border: 1px solid #c7c7c7
}

.main-card {
	width: 75%
}

.card-title {
	color: #14161c;
	font-size: 16px;
	margin-left: 0
}

.f-left {
	float: left
}

.text-name {
	color: #8b8b8b;
	font-size: 14px
}

.text-section {
	line-height: 27px;
	margin-left: 10px
}

.text-follow {
	margin-top: 0;
	font-size: 19.8px;
	vertical-align: middle
}

.detail-border-blue {
	color: #fff;
	border: 1px solid #008cd7;
	background: #008cd7
}

.btn-main {
	padding: 10px 65px
}

.left-img {
	margin-right: 10px
}

.mail-hover {
	columns: #008cd7
}

.text-company {
	color: #999;
	font-size: 20.8px;
	margin-top: 10px;
	display: block
}

.text-pdf {
	margin: 40px 0;
	float: left
}

.browse-right {
	float: right;
	color: #0089ce;
	font-size: 14px
}

.browse-right a {
	color: #0089ce
}

.text-offset {
	color: #008cd7;
	font-size: 17.8px
}

.text-stock {
	color: #7f7f7f;
	font-size: 16.8px
}

.border-btm {
	border: 1px solid #000
}

.title_product {
	border-bottom: 1px solid #f0f0f0;
	transition: all .3s;
	padding: 0 0 10px 0;
	display: flow-root
}

.product-img {
	margin-top: 20px
}

.detail-product-text {
	position: absolute;
	top: 91%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 60px;
	padding: 10px 1rem;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #0089ce;
	overflow: hidden
}

.edit-btn {
	padding: 12px 0;
	color: #fff transparent;
	border: 1px solid #eee;
	font-size: 19.8px
}

.edit-btn:hover {
	color: #212529;
	text-decoration: none
}

.up-edit {
	position: relative;
	top: -18em;
	left: 1%
}

.profile-btn {
	color: #fff
}

.profile-btn:hover {
	color: #fff!important
}

.detail-text-no {
	color: #0089ce;
	font-size: 19.8px;
	margin-left: 304px
}

.detail-edit {
	position: relative;
	top: -27.5em;
	left: 1%
}

.detail-text {
	color: #0089ce
}

.detail-blue {
	color: grey;
	display: inline-block;
	font-size: 14px;
	font-weight: 400
}

.datail-person {
	color: #838383;
	font-size: 13px;
	padding: 10px 0 0 24px
}

.datail-person span {
	font-size: 10px;
}

.detail_dec {
	font-size: 13px;
	color: #737373;
	display: block
}

.detail_name {
	font-size: 14px;
	color: #0089ce;
	text-transform: capitalize;
	vertical-align: bottom;
	margin-top: 7px;
	padding: 5px
}

.details_border {
	border-bottom: 1px solid #efefef;
	transition: all .3s;
	margin-bottom: 0;
	padding: 10px 0 10px 0!important;
	display: flow-root
}

.news-submit {
	background: #f6f6f6;
	padding: 17px 17px;
	width: auto;
	margin-bottom: 23px;
	box-shadow: 1px 1px 1px 1px;
	color: #f0f0f0
}

.border-comapny {
	padding: 5px
}

.submit:hover {
	color: #000!important
}

.prd-gate {
	color: #000
}

.detail_main-section {
	position: relative;
	margin-top: -249px
}

mt-22 {
	margin-top: 12px
}

.bg-white {
	background: #fff;
	box-shadow: 1px 1px;
	color: #f0f0f0;
	width: 100%;
	padding: 0 5px
}

.main-padding {
	margin: 0;
	padding: 0
}

.main-item {
	margin-left: 5px
}

.main-gray {
	font-size: 16px
}

.defaultpic {
	font-size: 27px;
	width: 80px;
	text-align: center;
	padding: 20px 0 20px 1px;
	border-radius: 50%;
	background: #eee;
	color: #ddd!important
}

.productblankimg {
	font-size: 57px;
	width: 160px;
	height: 158px;
	margin-right: 16px;
	text-align: center;
	padding: 38px 0 2px 1px;
	border-radius: 50%;
	background: #0c6f3b;
	color: #fff!important
}

.productblankimg1 {
	width: 165px;
	height: 163px;
	margin-right: 16px;
	border-radius: 50%
}

.defaultpic1 {
	width: 80px;
	border-radius: 50%
}

.serviceimg {
	width: 80px;
	height: 77px;
	border-radius: 50%
}

.servicetitleimg {
	height: 48px;
	width: 50px
}

.proddetail {
	width: 195px
}

.view-detail {
	width: 110px
}

.maindefaultpic {
	height: 150px;
	margin-bottom: 20px;
	font-size: 84px;
	width: 150px;
	text-align: center;
	padding: 10px;
	background: #eee;
	color: #ddd!important;
	display: inline-block
}

.mydefaultpic {
	height: 104px;
	margin: auto;
	font-size: 30px;
	width: 54%;
	text-align: center;
	padding: 11px 0 0 2px;
	background: #0c6f3b
}

.mydefaultpic p {
	color: #fff!important;
	padding: 0
}

.homedefaultpic {
	height: 140px;
	margin: auto;
	font-size: 46px;
	width: 54%;
	text-align: center;
	padding: 38px 0 0 2px;
	background: #0c6f3b;
	color: #fff!important
}

.company-productimg {
	margin-left: 43px;
	font-size: 33px;
	width: 86px;
	text-align: center;
	padding: 19px 0 1px 0;
	background: #0c6f3b;
	color: #fff!important
}

.maindefaultpicimg {
	width: 75%;
	height: 75%;
	border: #eee 4px solid;
}

.cdetail-edit {
	position: relative;
	top: -20.4em;
	left: 1%
}

.img1_round {
	height: 75px;
	border-radius: 35px
}

.bs-caret {
	display: none
}

.btn:hover {
	color: #fff;
	text-decoration: none
}

.profile-up {
	position: relative;
	top: -17rem
}

.main_border {
	margin-top: 0
}

.img-fluid {
	margin-left: .2rem!important
}

.interestdata label {
	padding-right: 25px
}

.botbor {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 30px
}

.main-personal ul li a {
	display: inline-block;
	width: 100%
}

.profilepic {
	border-radius: 50%;
	height: 200px;
	width: 75%
}

.btn-bs-file {
	border: 0
}

.filter-option-inner-inner {
	padding: 5px;
	font-size: 14px
}

.btn-primary {
	background-color: #0089ce;
	border-color: #0089ce
}

.btn-primary:hover {
	border-color: #1074a7;
	background: 0 0;
	color: #0089ce!important
}

.rev_border {
	border: #1074a7 2px solid;
	background: 0 0;
	color: #fff
}

.top-bar {
	background: #f6f6f6;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 20px;
	box-shadow: 0 .1rem .12rem rgba(240, 240, 240, .075)!important
}

.top-bar .contact-info {
	margin-right: 20px
}

.mail-big {
	font-size: 22px
}

.text-profile {
	margin-right: 17px
}

.submit-btn {
	background: #0089ce;
	padding: 13px 28px;
	font-size: 14px;
	color: #fff!important;
	margin-left: 10px;
	border-radius: 2px;
	border: transparent
}

.submit-btn:hover {
	color: #fff
}

.footer-area {
	margin-top: 0;
	position: inherit;
	left: 0;
	bottom: 0;
	width: 100%
}

.footer_bar {
	background: #171b2d;
	padding: 0 0;
	height: auto;
	bottom: 0;
	width: 100%;
	display: inline-block;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#frmpadding {
	padding: 0 15px
}

.prd-bg {
	background: #fff;
	position: absolute;
	top: 40%;
	width: 854px
}

.comp-main {
	padding: 11px 59px;
	font-size: 16px;
	color: #008cd7;
	border: 1px solid #008cd7;
	border-radius: 2px;
	background: 0 0!important;
	cursor: pointer
}

.follow-width {
	width: 50%
}

.profile-text {
	color: #14161c;
	font-size: 22px
}

.comp-follow {
	margin-top: 0;
	padding: 14px;
	background: #f0f0f0
}

.vertical {
	vertical-align: bottom
}

.company-text {
	color: #999;
	font-size: 16px;
	margin-top: 8px;
	padding: 0;
	display: block
}

.width-prodct {
	width: 108px;
	height: 108px;
	border-radius: 2px
}

.img-center {
	width: 200px;
	padding-top: 10px;
	display: block;
	margin: 30px auto
}

.text-rs {
	color: #7f7f7f;
	font-size: 13px;
	margin: 0 0!important
}

.title_product {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0
}

.main-white {
	background: #fff;
	border-radius: 2px;
	color: #f0f0f0
}

.profile-page {
	margin: 0;
	padding: 20px
}

.text-black {
	font-size: 22px
}

.text-offset {
	font-size: 16px
}

.right-white {
	background: #fff;
	box-shadow: 0 0 4px 2px #f0f0f0
}

.edit-btn {
	padding: 12px 0;
	border: 1px solid #eee;
	font-size: 19px;
	margin-bottom: 30px
}

.text-black {
	font-size: 33px
}

.title_product {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	display: flex
}

.browse-bottom a {
	color: #0089ce;
	font-size: 20px
}

.mobile {
	display: none
}

.mt-10 {
	margin-top: 10px
}

.compborder {
	border: none
}

.sectionbdr {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0
}

.imgrightpad {
	padding-right: 0!important;
	padding: 23px 0 17px 23px
}

.res-textno {
	margin-right: 3rem!important
}

.folview {
	margin-bottom: 0
}

.text-secondary {
	margin-right: -2.5rem!important
}

.pro-image {
	max-width: 50%;
	border-radius: 50%;
	height: 7.7rem
}

.chatoption .fa {
	font-size: 20px;
	margin-right: 10px;
	color: #7bb35c
}

.chatoption {
	color: #000;
	padding: 13px 0;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0
}

.text-message {
	color: #000;
	margin: 0
}

.mt-15 {
	margin-top: 15px
}

.btn-search {
	position: absolute;
	top: 4px;
	right: 27px;
	background: 0 0;
	border: none
}

.clearfix {
	clear: both
}

.chat-person h5 {
	margin: 15px 0 1px 7rem;
	font-weight: 700;
	color: #000;
	font-size: 20px
}

.chat-person p {
	margin-left: 7rem;
	margin-bottom: 0!important;
	font-size: 14px;
	color: #999!important
}

.chattext {
	font-size: 14px
}

.chatboxborder {
	border-bottom: 1px solid!important;
	margin: 0 27px
}

.chatdata h4 {
	color: #000;
	margin: 0;
	font-size: 27px
}

.image-pro {
	width: 83px;
	height: 83px;
	float: left;
	border-radius: 2px
}

.btn-search .fa {
	font-size: 20px;
	color: #7bb35c;
	cursor: grab;
	margin-top: 3px
}

.profile-name {
	text-align: center;
	font-size: 20px;
	font-weight: 700
}

.chatuser_area {
	font-size: 15px;
	color: #999
}

.chat_backgraoun_img {
	width: 100%;
	height: auto
}

.chat_col_3 {
	margin: 5px
}

.chat_img_round {
	padding: 5px;
	margin: 5px auto;
	display: block
}

.chat_button:hover {
	color: #fff;
	background-color: #0089ce;
	border: 1px solid #0089ce;
	padding: 6px 25px 6px 25px;
	margin: auto;
	border-radius: 4px
}

.chating {
	margin-top: 15px
}

.loadmore {
	color: #7bb35c;
	margin: 30px;
	font-size: 14px
}

.loadmore:hover {
	color: #7bb35c
}

.chat_button {
	color: #0089ce;
	border: 1px solid #0089ce;
	background: #fff;
	padding: 6px 25px 6px 25px;
	margin: auto;
	border-radius: 4px
}

.chat-shadows {
	position: relative;
	padding: 10px;
	background: #fff;
	border-radius: 2px;
	border: #ddd 1px solid
}

.computer {
	display: block
}

.text_img {
	background: #7bb35c;
	border: 1px solid #7bb35c;
	padding: 0 23px 25px 23px;
	font-size: 46px;
	font-weight: inherit;
	color: #fff;
	text-align: center
}

.bg-white {
	background: #fff;
	box-shadow: 1px 1px;
	color: #f0f0f0;
	width: 100%;
	padding: 8px 5px;
	border-radius: 2px;
	margin-bottom: 5%;
	border: #ddd 1px solid
}

.border-b-icon {
	border-bottom: 1px solid #f5f1f1
}

.res-pencil {
	position: absolute;
	float: right;
	top: 12px;
	right: 14 px;
	background: 0 0;
	border: none;
	font-size: 18px
}

.publishtime {
	color: #6c757d!important
}

.messagechat {
	border: 1px solid #f7eded;
	background-color: #fff;
	border-radius: 2px;
	padding: 10px;
	margin: 10px 15px;
	color: #000
}

.rem-6 {
	margin-right: 6rem
}

.darker {
	border-color: #f7eded;
	background-color: #e6fdc7;
	margin-left: 6rem
}

.darker p {
	color: #000
}

.messagechat::after {
	content: "";
	clear: both;
	display: table
}

.messagechat img {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	border-radius: 50%
}

.messagechat img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0
}

.time-right {
	float: right;
	color: #aaa
}

.time-left {
	float: left;
	color: #999
}

.card-img-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	right: 15px;
	bottom: 0;
	left: 6px;
	padding: 1.25rem;
	height: 354px;
	border-radius: 2px
}

.background_img {
	height: 354px;
	width: 100%
}

.news_border {
	border-radius: 2px
}

.descalignment {
	padding-left: 0;
	margin-top: -17px;
	display: flex
}

.services_border {
	border-radius: 2px;
	opacity: .3;
	background: rgba(0, 0, 0, .6)
}

.services_border:hover {
	border-radius: 2px;
	opacity: 1.8;
	cursor: pointer
}

.module img {
	width: 100%;
	height: 150px;
	border-radius: 4px
}

.module {
	background-color: #ff1493;
	height: 150px;
	width: 100%;
	position: relative
}

.module::before {
	position: absolute;
	content: "";
	border-radius: 2px;
	top: -66px;
	bottom: 0;
	right: 0;
	left: 0;
	transition: background .5s ease;
	z-index: 1;
	background-color: rgba(0, 0, 0, .7);
	height: 150px
}

.module:hover::before {
	background-color: rgba(0, 0, 0, 0)
}

.btn_bg:hover {
	color: #fff!important;
	text-decoration: none!important
}

.services_border1 {
	border-radius: 2px solid
}

.button_bor {
	border-radius: 50px
}

.servicecomp {
	color: #11b3e5!important;
	font-size: 14px
}

.servicefont {
	font-size: 18px!important
}

.servicecat {
	color: #a9a9a9;
	margin-bottom: 9px
}

.samplefile {
	color: #0089ce
}

.samplefile:hover {
	color: #0089ce
}

.active1 {
	background: #0089ce;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.active1 a {
	color: #fff!important
}

.pagination a {
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #ddd
}

.pagination a.active {
	background-color: #0089ce;
	color: #fff;
	border: 1px solid #0089ce
}

.pagination a:hover:not(.active) {
	background-color: #0089ce;
	color: #fff
}

.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.vpass-banner {
	background: url(../img/header.png) no-repeat 0 0;
	background-size: 100%;
	background-position: center;
	background-size: cover;
	height: 539px;
	position: relative
}

.text-block a {
	color: #fff;
	text-decoration: underline
}

.text-block a:hover {
	color: #0089ce
}

.section_title1 {
	font-size: 30px
}

.section_title2 {
	font-size: 30px;
	color: #0c6f3b;
	text-align: center!important;
	display: inline-block
}

.certiprocess p {
	font-size: 16px;
	color: #727272;
	text-align: justify!important;
	font-weight: 100!important
}

.buttons_section2 {
	border: 2px solid #0089ce;
	color: #0089ce;
	font-size: 15px;
	padding: 10px 40px;
	margin: 2rem 0 2.8rem 0
}

.buttons_section2:hover {
	border: 2px solid #0089ce;
	font-size: 15px;
	padding: 10px 40px;
	margin: 2rem 0 2.8rem 0;
	background-color: #0089ce
}

.img-fluid1 {
	width: 100%;
	height: auto
}

.certiimg {
	max-width: 100%!important;
	margin-top: -5px;
	margin-left: 6.2rem!important
}

.card_background {
	background-color: #121523!important
}

.card_body1 {
	background-color: #121523!important;
	color: #646c89;
	text-align: center;
	border: 2px solid!important;
	font-size: 16px;
	border-radius: 2px
}

.card_body1:hover {
	background-color: #121523!important;
	color: #646c89;
	text-align: center;
	border: 2px solid #fff!important;
	font-size: 16px;
	border-radius: 2px
}

.footer_title {
	color: #0c6f3b!important
}

.vpass_imgtext h1 {
	margin-top: -372px;
	color: #fff;
	margin-left: 5%
}

.vpass_imgtext p {
	margin-top: -2px;
	color: #fff;
	margin-left: 5%;
	font-size: 18px
}

.buttons_section1 {
	border: 2px solid #0089ce;
	color: #fff;
	border: 2px solid #fff;
	font-size: 15px;
	padding: 10px 40px;
	margin: 2rem 0 4rem 0;
	margin-left: 5%
}

.buttons_section1:hover {
	border: 2px solid #0089ce;
	font-size: 15px;
	padding: 10px 40px;
	margin: 2rem 0 4rem 0;
	background-color: #0089ce;
	margin-left: 5%
}

.vpass p {
	font-size: 14px
}

.vpass h {
	font-size: 18px
}

.vpass h2 {
	margin-bottom: 3rem;
	margin-top: 3rem
}

.font-normal {
	font-weight: 400!important
}

.editpen {
	font-size: 17px!important;
	color: #000
}

.main-layout {
	background: url(../img/forbuyers-img.jpg) no-repeat 0 0;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-size: cover;
	height: 539px;
	position: relative
}

.banner {
	background: url(../img/for-seller.jpg) no-repeat 0 0;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-size: cover;
	height: 539px;
	position: relative;
	border-bottom: 5px solid #115d7a
}

.sell-img {
	width: 71%
}

.main-width {
	width: 100%
}

.banner-text {
	padding: 0;
	margin: 0;
	font-size: 30px;
	margin-top: 10px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #00acd7;
	text-align-last: right;
	margin-right: 1em
}

.text-block {
	margin-top: 22px;
	font-size: 16px;
	display: inline-block;
	padding: 0 5px 0 1em
}

.banner-slogan {
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
	padding: 2.5em 0 0 .3em;
	font-weight: 700
}

.howit-subtext {
	margin-left: 17%;
	margin-right: 17%
}

.banner-for {
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
	padding: 3.2em 0 0 1.2em
}

.text-seller {
	margin-top: 22px;
	font-size: 25px;
	display: block;
	padding: 0 0 0 2em
}

.info-seller {
	padding: 0 0 0 4em;
	width: 100%
}

.banner-seller {
	padding: 0 0;
	position: absolute;
	top: 0;
	width: 100%
}

.text-green1 {
	color: #115d7a;
	font-size: 30px;
	margin-top: 40px;
	font-weight: 600
}

.seller-area p {
	color: grey;
	font-size: 16px
}

.seller-area .p2 {
	color: #115d7a;
	font-weight: 700
}

.sellersolution-content>h3 {
	color: #000;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600
}

.ban-buttons {
	margin-top: 38px;
	padding: 0 0 0 .6em
}

.text-banner {
	color: #fff;
	padding: 0;
	font-size: 4em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0
}

.ban-buttons a {
	border-radius: 2px;
	background: #fff transparent;
	padding: 10px 45px;
	font-size: 13px;
	color: #ff4c4c transparent;
	display: inline-block;
	border: #fff;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	text-transform: capitalize
}

.btn.buyers {
	background-color: #00acd7 transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: 600
}

.btn.buyers:hover {
	background: #0086ce;
	border: 2px solid #0086ce;
	color: #fff!important
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
	margin-left: 10px;
	margin-bottom: 0;
	text-align: center;
	border-radius: 25px
}

#list-messages-list {
	border-radius: 25px
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0089ce;
	border-radius: 25px
}

.list-group-item-action:active {
	color: #797979
}

#list-tab {
	margin: 10px 0 20px 0;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	color: #7a7a7a
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border-radius: 25px;
	border: none
}

#list-tab p {
	margin-bottom: 26px
}

#nav-tabContent p {
	margin-bottom: 0
}

.text-green {
	color: #0c6f3b;
	font-size: 30px;
	margin-top: 40px;
	font-weight: 600
}

.text-access {
	color: #797979;
	font-size: 20px
}

.text-free {
	color: #8d8d8d;
	font-size: 20px;
	margin-top: 40px
}

.center-img {
	margin-top: 40px;
	left: 0;
	bottom: 20%;
	position: absolute
}

.main-round {
	background: 0 0;
	border: none
}

.powerbuyer {
	background-color: #121523;
	margin-top: 40px;
	padding-bottom: 40px
}

.area-padding {
	margin-bottom: 0
}

.section-headline {
	margin-top: 50px
}

.section-headline>h3 {
	font-size: 30px;
	color: #d6d6ed;
	font-weight: lighter;
	letter-spacing: .2vw
}

.single-solution {
	margin-bottom: 15px
}

.single-solution {
	border: 2px solid #555e83;
	color: #efefef;
	border-radius: 2px;
	transition: all .5s;
	height: 30em
}

.single_about {
	margin: 40px 0
}

.single-solution:hover {
	border: 2px solid #fff
}

.sloution-top {
	display: contents;
	margin-top: 50px
}

.solution-content {
	margin: 21px 0
}

.solution-content>h3 {
	color: #fff;
	line-height: 30px;
	font-size: 20px
}

.text-assets {
	font-size: 14px;
	color: #fff;
	margin: -8px 29px
}

.res-img {
	width: 100%
}

.col-eq {
	margin-top: 2em
}

.btn.round-border {
	background-color: #00acd7 transparent;
	border: 2px solid #0089ce;
	border-radius: 2px;
	color: #0089ce;
	font-size: 15px;
	font-weight: 600
}

.compproducts {
	padding: 20px 20px 0 20px
}

.btn.round-border:hover {
	background-color: #0089ce;
	border: 2px solid #0089ce;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 600
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	background: #0089ce;
	color: #fff;
	border-radius: 25px
}

.btn {
	border-radius: 2px
}

.select2-selection {
	border-radius: 2px!important
}

.aline-center {
	text-align: -webkit-center
}

.services-cover-banner {
	background: url(../img/cover-banner.jpg);
	background-size: cover;
	height: 519px
}

.services-cover-banner h1 {
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.pr-10 {
	padding-top: 10rem
}

.main-form {
	display: block;
	height: calc(2.8rem + 2px)
}

.about-us {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.text-build {
	font-size: 25px;
	color: #fff;
	text-align: center
}

.overflow {
	overflow: hidden
}

.main-solution {
	background: #fff;
	padding: 0 0 0
}

.main-solution .section_title h2 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px
}

.main-solution .main-solution-wrap {
	width: 100%;
	margin: 0 auto
}

.main-solution .main-solution-info {
	position: relative;
	width: 100%;
	height: 220px;
	margin: 0 0 30px
}

.main-solution .main-solution-info:before {
	content: '';
	display: block;
	padding-top: 100%
}

.main-solution .main-solution-cnt {
	position: absolute;
	width: 100%;
	height: 220px;
	top: 0;
	overflow: hidden;
	border-radius: 2px
}

.premium:after {
	content: '';
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(12, 111, 59, .4);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s
}

.premium:hover:after {
	opacity: 1
}

.main-solution .main-solution-cnt:hover:before {
	background: 0 0;
	border: 7px solid #449e54;
	-webkit-transform: scale(1.01)
}

.main-solution .main-solution-cnt .bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.main-solution .main-solution-cnt .bg-image:hover {
	-webkit-filter: blur(1px);
	margin-bottom: 50px
}

.main-solution .main-solution-cnt h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 0;
	color: #fff;
	padding: 0 1.7vw 1.4vw 1.7vw;
	font-size: 28px;
	font-weight: 700;
	z-index: 5
}

.ser-details {
	margin-bottom: 40px;
	margin-top: 10%
}

.sec-main {
	background: #f3f3f3;
	width: 100%
}

.details {
	color: #484848
}

.services-seller {
	padding: 13px 0 0 12px;
	width: 100%
}

.text-found {
	color: #a4a4a4
}

.deatils_button {
	color: #aaa;
	background-color: transparent;
	border: 2px solid #ccc;
	padding: 7px 25px 6px 25px;
	margin: 30px 0;
	border-radius: 2px;
	align-items: center;
	transition: all .5s
}

a.deatils_button:hover {
	background: #0c6f3b;
	color: #fff!important;
	border-color: #0c6f3b;
	-webkit-transform: scale(1.01)
}

.text-filter {
	padding: .2em 0 0 2em;
	color: #d3d3d3
}

.text-categories {
	color: #525252
}

.angle-size {
	color: #000;
	margin-right: 9px
}

.text-service {
	color: #525252;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 400
}

.ft-14 {
	font-size: 14px
}

.border-main {
	border: 1px solid #e7e7e7;
	border-radius: 4px
}

.chat-person.person-details h5 {
	margin: 1px 0 1px 6rem;
	color: #0089ce;
	font-size: 20;
	font-weight: 400
}

.chat-person.person-details p {
	margin-left: 6rem;
	margin-bottom: 0!important;
	font-size: 12px;
	padding: 2px 0
}

.text-engineer {
	border-radius: 4px;
	align-items: center
}

.bg-main:hover {
	transition: all .5s
}

.bg-main:hover {
	background: #f3f3f3
}

.text-sub {
	color: #000;
	font-size: 20px
}

.text-lorem {
	font-size: 14px;
	color: #a4a4a4
}

.text-lorem li {
	list-style: disc
}

.pl-15 {
	padding-left: 15px;
	border-radius: 0
}

.text-service {
	color: #525252;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 400
}

.text-keyword {
	padding: .2em 0 0 0;
	color: #d3d3d3;
	font-size: 20px
}

.text-management {
	padding: 0;
	color: #d3d3d3;
	font-size: 20px
}

.ser-text {
	color: #525252;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 400;
	display: flex
}

.col-eq {
	display: flex
}

.text-sub:after {
	position: absolute;
	border-bottom: 5px solid #72af4d;
	display: block;
	margin: 6px 0;
	width: 62px;
	content: "";
	border-radius: 2px
}

.seller-bg {
	background: #fff;
	padding: 10px 30px;
	box-shadow: 0 2px 4px #000
}

.tech-profile {
	color: #1c1c1c;
	font-size: 25px;
	font-weight: 700;
	padding: 36px 0;
	display: inline-block
}

.text-technologie {
	display: inline-block;
	color: #453f40;
	font-size: 11px
}

.employee-count {
	color: #868686;
	font-weight: 300
}

.edit-button {
	border: 1px solid #82b385;
	padding: 7px 20px;
	border-radius: 2px;
	color: #4b914f;
	font-size: 14px
}

.edit-button:hover {
	color: #fff;
	background: #4b914f
}

.add-product {
	color: #1c1c1c;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 20px 0;
	margin-bottom: 15px;
	margin-top: 15px
}

.product {
	color: #868686;
	font-weight: 400;
	padding: 15px 20px;
	margin: 0
}

.text-add {
	padding: 0 15px;
	border-left: 5px solid #63a53d;
	font-size: 25px;
	color: #1c1c1c;
	font-weight: 700
}

.important-add a {
	color: #0089ce;
	padding: 15px 20px
}

.dashboard-seller {
	padding: 12px 0 0 7px;
	width: 100%;
	color: #343434;
	font-size: 30px;
	font-weight: 700
}

.border-black {
	border: 2px solid #585858
}

.addservbox {
	margin-top: 63px
}

#hero-charts {
	background: #f1f1f1
}

#hero-charts .card {
	padding: 20px 26px;
	border: 1px solid #d8d8d8;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	margin-top: 1px;
	border-radius: 2px
}

#hero-charts .card:hover {
	-webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
	-moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
	box-shadow: 5px 7px 9px -4px #9e9e9e
}

#hero-charts .card .card-block {
	padding-left: 60px;
	position: relative
}

#hero-charts .card .card-block a {
	color: #007b5e!important;
	font-weight: 700;
	text-decoration: none
}

#hero-charts .card .card-block a i {
	display: none
}

#hero-charts .card:hover .card-block a i {
	display: inline-block;
	font-weight: 700
}

#hero-charts .card .card-block:before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 39px;
	color: #472876;
	left: 1%;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out
}

#hero-charts .card:hover .card-block:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease
}

.panel-chartie {
	border: 1px solid #e0e6ef
}

.panel-heading {
	font-size: 33px;
	color: #0c6f3b;
	font-weight: 600;
	margin: 3px 0
}

.total-lead {
	font-size: 14px;
	color: #787878
}

.leads-table .inquirybtn11 {
	color: #0c6f3b
}

.leads-table .inquirybtn11:hover {
	text-decoration: underline!important;
	color: #0089ce!important
}

.center-img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease
}

.seller_button {
	color: #3f3f3f;
	background-color: transparent;
	border: 2px solid #585858;
	padding: 7px 25px 6px 25px;
	margin: 30px 0;
	border-radius: 4px;
	align-items: center;
	transition: all .5s
}

.seller_button:hover {
	background: #0c6f3b;
	color: #fff!important;
	border-color: #0c6f3b
}

div.bhoechie-tab-container {
	z-index: 10;
	background-color: #fff;
	padding: 0!important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: .97
}

div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0
}

div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0
}

div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0
}

div.bhoechie-tab-menu div.list-group>a .fa,
div.bhoechie-tab-menu div.list-group>a .glyphicon {
	color: #5a55a3
}

div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0
}

div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .fa,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon {
	background-color: #5a55a3;
	background-image: #5a55a3;
	color: #fff
}

div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #5a55a3
}

div.bhoechie-tab-content {
	background-color: #fff;
	padding-left: 20px;
	padding-top: 10px
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none
}

.silver {
	background: #f1f1f1
}

.chart-auto {
	width: auto;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
	border-left: 6px solid #0c6f3b;
	border-radius: 2px
}

.charttab,
.charttab1,
.charttab2 {
	border: 1px solid #f1f1f1;
	padding: 15px 0;
	margin: 5px 0;
	color: #a8a8a8;
	font-size: 20px
}

.tab .btn:hover {
	color: #7c7c7c
}

.chartactive {
	background: #f1f1f1;
	padding: 15px 0;
	border: 1px solid #f1f1f1
}

.recent-lead {
	width: auto;
	background: #fff;
	margin: 0 auto;
	border-left: 6px solid #0c6f3b;
	border-radius: 2px
}

.recent {
	color: #343434;
	font-size: 20px;
	font-weight: 700
}

.text-browse a {
	color: #0089ce;
	font-size: 16px
}

.leads-table tr th {
	border-bottom: 1px solid #000;
	border-top: 0;
	color: #343434;
	padding: 12px 0;
	font-size: 16px
}

.leads-table tr td {
	padding: 12px 0;
	vertical-align: middle;
	font-size: 15px
}

.details-blue {
	color: #0089ce;
	text-decoration: underline
}

.canvasjs-chart-canvas {
	width: 100%!important
}

.dark-panel {
	background: #2c2c2c;
	margin: 1rem 1rem;
	padding: 5px 0;
	width: 100%;
	border-radius: 2px
}

.text-list {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	font-weight: 700;
	vertical-align: baseline
}

.text-search {
	font-size: 14px;
	height: 38px
}

.text-dark {
	color: #343434
}

.project-update h1 {
	color: #1c1c1c;
	font-size: 25px;
	font-weight: 700
}

.projecttable tr {
	font-size: 13px
}

.project-text {
	background: #0c6f3b;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	padding: 27px;
	border-radius: 30px;
	position: absolute;
	top: 10em;
	width: 87%;
	left: 72%;
	-webkit-box-shadow: 0 7px 33px -13px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 7px 33px -13px rgba(0, 0, 0, .75);
	box-shadow: 0 7px 33px -13px rgba(0, 0, 0, .75)
}

.project-main {
	margin: 0;
	padding: 0
}

.row-dropdown {
	padding: 0 5px;
	margin-bottom: 10px
}

.project-seller {
	padding: 14px 20px;
	width: 100%
}

.project-seller h1 {
	margin: 0
}

.dark-panel {
	background: #2c2c2c;
	padding: 5px 0;
	width: 100%;
	margin-top: 10px
}

.project-lead {
	width: auto;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 2px
}

.mapdata {
	width: 100%
}

.text-export a {
	color: #63a53d;
	font-size: 12px
}

.textgreen {
	color: #63a53d;
	font-size: 14px
}

.btn-export {
	padding: 5px 23px;
	color: #0c6f3b;
	font-size: 12px;
	border: 1px solid #0c6f3b;
	border-radius: 2px
}

.btn-export:hover {
	background: #0c6f3b!important;
	color: #fff
}

.btn.btn-load {
	background-color: #00acd7 transparent;
	color: #63a53d;
	font-size: 14px;
	margin-bottom: 40px;
	border: none;
	font-weight: 700;
	transition: all .5s
}

.btn.btn-load:hover {
	background-color: #fff;
	color: #343434
}

.width {
	max-width: 614px!important
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: 400;
	font-size: 14px;
	padding-left: 10px!important;
	font-family: Roboto
}

.ui-menu-item-wrapper {
	font-size: 16px;
	padding: 2px;
	border: none;
	padding-left: 11px;
	border-bottom: #ddd 1px solid
}

#ui-id-1 {
	width: 100%;
	background: #fff;
	border-radius: 0!important;
	margin-top: 0!important;
	line-height: 30px;
	top: 35px;
	left: 15.516px;
	display: none
}

#ui-id-1 li {
	padding-left: 0!important
}

.catebanner {
	background: url(../img/home/home-bg.jpg);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4vw 0 9vw
}

.home-search-wrap .home_content .home_titlecat h1 {
	font-size: 35px;
	color: #fff;
	margin: 0 0 0
}

.count-number {
	color: #fff;
	font-size: 45px
}

.count-text {
	font-size: 18px;
	color: #fff
}

.text-world {
	font-size: 26px;
	font-weight: 700;
	color: #22242e
}

.for-text {
	color: #22242e;
	font-size: 26px;
	font-weight: 700
}

a.main-btn {
	border: 1px solid #0089ce;
	color: #0089ce!important;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 2px;
	background: 0 0;
	font-size: 14px;
	padding: 5px 0
}

a.main-btn:hover {
	border: 1px solid #0089ce;
	color: #fff!important;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 2px;
	background: #0089ce
}

.how-it-work .section_titlecat h2 {
	font-size: 30px;
	color: #20222d;
	text-transform: uppercase;
	margin: 0 0 0
}

.text-unique {
	font-size: 20px;
	color: #fff
}

.project-home {
	background: url(../img/project-img.jpeg) no-repeat 0 0;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-size: cover;
	height: 500px;
	position: relative;
	width: 100%
}

.project-slogan {
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
	padding: 3.2em 0 0 .2em;
	font-weight: 700
}

.text-project {
	margin-top: 19px;
	font-size: 16px;
	display: inline-block;
	padding: 0 5px 0 .5em
}

.text-work {
	text-decoration: underline;
	color: #fff;
	font-size: 16px
}

.slider-info h1 {
	font-size: 30px;
	text-transform: initial;
	font-weight: 700
}

.slider-info span {
	color: #fff;
	text-transform: initial;
	font-size: 18px;
	padding: .01em;
	margin: .3em 5px .5em
}

.project-buttons {
	padding: 0
}

.btn.project-account {
	background-color: #00acd7 transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	border-radius: 30px;
	width: 100%
}

.btn.project-account:hover {
	background: #fff;
	color: #0c6f3b!important
}

.work-section h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700
}

.project {
	font-size: 16px;
	color: grey;
	font-weight: 300
}

.text-tool {
	font-size: 16px;
	color: #4b4b4b;
	font-weight: 700
}

.project-map {
	position: relative
}

.text-team {
	margin: 0;
	padding: 0
}

.text-team li {
	font-size: 16px;
	display: flex;
	padding-top: 7px;
	color: grey
}

.dot-blue {
	color: #0089ce;
	margin-right: 17px;
	font-size: 10px!important
}

.mt-90 {
	margin-top: 90px
}

.benefit-section h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700
}

.text-facility {
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.project-dec {
	color: #4b4b4b;
	font-size: 15px
}

.text-trial {
	color: #000;
	font-size: 30px;
	font-weight: 700
}

.btn.project-create {
	background-color: #00acd7 transparent;
	border: 1px solid #0089ce;
	color: #0089ce;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px
}

.btn.project-create:hover {
	background: #0086ce;
	color: #fff!important
}

.dropbtn1 {
	background-color: transparent;
	color: #0089ce;
	border: none;
	cursor: pointer
}

.messagedata {
	height: 400px;
	overflow: scroll
}

.single-job-post {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	position: relative
}

.fix {
	overflow: hidden
}

.pl-30 {
	padding-left: 30px
}

.mt-29 {
	margin-top: 29px
}

.pl-100 {
	padding-left: 100px
}

.address span {
	color: #6d6d6d;
	line-height: 24px
}

.mtb-30 {
	margin: 30px 0
}

.block {
	display: block
}

.mtb-17 {
	margin: 17px 0
}

.f-22 {
	font-size: 22px!important
}

.f-18 {
	font-size: 18px!important
}

.pt-39 {
	padding-top: 39px
}

.pl-20 {
	padding-left: 20px
}

.pl-100 {
	padding-left: 100px
}

.keyword a.button {
	font-size: 14px;
	background-color: #0089ce;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: montserratregular;
	line-height: 28px;
	overflow: hidden;
	padding: 0 23px;
	position: relative
}

.single-job-post {
	border-left: 3px solid transparent;
	border-top: 1px solid #e2e0e0;
	position: relative
}

.single-job-post:hover {
	border-left: 3px solid #0089ce
}

.jobbanner {
	background: url(../img/3.jpg);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4vw 0 9vw
}

.job-bg {
	background: rgb(0, 137, 206, .5);
	padding: 40px 0;
	position: relative;
	top: 7.5rem
}

.width-25 {
	width: 25%
}

.large-button {
	background: #0089ce;
	padding: 10px 50px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 50px
}

.work-sectionsub h2 {
	color: #000;
	font-size: 22px
}

.work-sectionsub ul li {
	font-weight: 400
}

.work-sectionsub ul {
	display: flow-root
}

.surplus-bg {
	background: #f2f2f2;
	height: 90px
}

.yes-icons {
	color: #00a05a;
	font-size: 26px!important
}

.no-icons {
	color: #7f7f7f;
	font-size: 26px!important
}

.loadpage {
	border-radius: 35px;
	border: 1px solid #d3d3d3;
	color: grey!important
}

.loadpage:hover {
	border-radius: 35px;
	color: #fff
}

.surplus-img {
	margin-top: -84px;
	background: 0 0;
	margin-bottom: 15px
}

.surplus-bg .address {
	height: 50px
}

.descdata {
	text-align: justify
}

.modal-dialog {
	box-shadow: rgba(0, 0, 0, .15) 0 2px 10px!important
}

.border-bottom {
	border-bottom: #eee 1px solid
}

.surplus-count {
	font-size: 18px!important
}

.surplus-address {
	height: 60px
}

.keyword p {
	overflow-wrap: break-word
}

.app-main__inner {
	flex: 1
}

.card {
	border-width: 0;
	transition: all .2s
}

.card-header {
	display: flex;
	align-items: center;
	border-bottom-width: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: .625rem;
	height: 3.5rem
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	background: #0089ce;
	color: #fff;
	font-size: 22px
}

.card-header.card-header-tab .card-header-title {
	display: flex;
	align-items: center;
	white-space: nowrap
}

.card-header .header-icon {
	font-size: 1.65rem;
	margin-right: .625rem
}

.btn-actions-pane-right {
	margin-left: auto;
	white-space: nowrap
}

.actions-icon-btn .btn-icon-only {
	padding-left: 0;
	padding-right: 0;
	color: #495057
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.scroll-area-lg {
	height: 400px
}

.perfect-scrollbar {
	position: relative;
	display: block;
	overflow: scroll;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow-x: visible
}

.perfect-scrollbar>.ps {
	position: static;
	display: block;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.chat-box-wrapper {
	display: flex;
	clear: both;
	padding: .75rem
}

.avatar-icon-wrapper {
	display: inline-block;
	margin-right: .1rem;
	position: relative
}

.avatar-icon-wrapper .badge-dot.badge-dot-lg.badge-bottom {
	top: auto;
	right: 0;
	bottom: 0
}

.avatar-icon-wrapper .badge-dot.badge-dot-lg {
	width: 14px;
	height: 14px;
	border: #fff solid 2px;
	top: 0;
	right: 0
}

.avatar-icon.rounded {
	border-radius: .39rem!important
}

.avatar-icon {
	border: #fff solid 3px;
	overflow: hidden
}

.avatar-icon {
	display: block;
	width: 44px;
	height: 44px;
	transition: all .2s;
	opacity: 1;
	border-radius: 50px
}

.avatar-icon img {
	width: 100%;
	height: 100%
}

.chat-box-wrapper .chat-box {
	box-shadow: 0 0 0 transparent;
	position: relative;
	opacity: 1;
	background: #e0f3ff;
	border: 0;
	padding: .75rem 1.5rem;
	border-radius: 30px;
	border-top-left-radius: .25rem;
	flex: 1;
	display: flex;
	max-width: 50%;
	min-width: 100%;
	text-align: left;
	color: #000
}

.float-right {
	float: right!important
}

.chat-box-wrapper.chat-box-wrapper-right {
	float: right
}

.chat-box-wrapper {
	display: flex;
	clear: both;
	padding: .75rem
}

.chat-box-wrapper.chat-box-wrapper-right .chat-box {
	border-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: .25rem;
	margin-left: auto
}

.chat-box-wrapper .chat-box+small {
	text-align: left;
	padding: .5rem 0 0;
	margin-left: 1.5rem;
	display: block
}

.opacity-6 {
	color: #000
}

.sendbtn {
	position: absolute;
	right: 21px;
	bottom: 12px;
	padding: 2px 10px;
	background: rgb(0, 137, 206, .5)
}

.blog-banner img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 30rem;
	width: 100%;
	margin-left: 0!important;
	padding: 0
}

.banner-info {
	padding: 0 5rem
}

.blog-slogan {
	color: #fff;
	text-transform: inherit;
	text-transform: initial
}

.text-blog {
	font-size: 18px;
	display: inline-block
}

.search-box {
	border: 1px solid #e3e3e3;
	position: relative;
	border-radius: 30px;
	padding: 10px 22px;
	color: #555;
	font-size: 17px;
	padding: 20px;
	border: #fff 4px solid;
	background: #eee
}

.row-eq {
	display: flex
}

.col-eq {
	flex: 1
}

.feature-grids {
	border-radius: 30px;
	background: #ffff;
	box-shadow: 0 0 9px rgba(0, 0, 0, .1);
	width: 100%
}

.grid-set {
	width: auto;
	padding: 7px 15px;
	padding-top: 5px;
	height: auto
}

.search-box {
	border: 1px solid #e3e3e3;
	position: relative;
	border-radius: 30px;
	padding: 10px 22px;
	color: #555;
	font-size: 17px
}

.search-icon {
	position: absolute;
	top: 1.2em;
	right: 2em;
	color: #555
}

#persons .persons {
	position: relative;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 3px 9px 3px rgba(0, 0, 0, .2);
	border-radius: 10px;
	margin: 4px;
	margin-bottom: 10px;
	height: 27rem
}

.persons img {
	border-radius: 2px
}

.box-main {
	height: 100%
}

#persons .persons .details {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(20, 97, 149, .8) 40%);
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
	text-align: center;
	padding-top: 10px;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	width: 100%
}

#persons .persons .details:hover {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(20, 97, 149, .8) 40%)
}

#persons .persons .details h3 {
	color: #fff;
	font-size: 22px;
	height: 12em;
	border-radius: 5px;
	padding-top: 110px!important
}

#persons .persons .details p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px
}

#persons .persons .details a {
	color: #fff;
	padding: 10px 22px;
	display: inline-block
}

#persons .persons:hover .details {
	bottom: 0
}

#persons-details {
	padding: 60px 0
}

#persons-details .details p {
	color: #112363;
	font-size: 15px;
	margin-bottom: 10px
}

.blog-date {
	font-size: 17px;
	color: #878787;
	padding: 0 22px
}

.btn.login {
	padding: 8px 45px;
	background-color: #00acd7 transparent;
	border: 1px solid #b1b1b1;
	color: #b1b1b1;
	font-size: 16px;
	border-radius: 30px;
	text-decoration: none;
	margin-bottom: 40px;
	transition: all .5s
}

.btn.login:hover {
	background-color: #25658c;
	color: #fff
}

.blog-detail-title {
	position: absolute;
	top: 25rem;
	z-index: 1
}

.blog-detail {
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-size: cover;
	height: 606px;
	position: relative
}

.blog-detail img {
	height: 38rem
}

.about-blog {
	top: 41.33em;
	z-index: 10;
	left: 30%;
	position: absolute
}

.feature-blog {
	border-radius: 30px;
	background: #ffff;
	box-shadow: 0 0 9px rgba(0, 0, 0, .1);
	width: 100%
}

.grid-blog {
	width: auto;
	padding: 8px 15px;
	padding-top: 5px;
	height: auto
}

.btn.btn-default.main-search {
	margin-right: 0;
	padding: 0;
	display: block;
	position: relative;
	top: -44px;
	right: 40px
}

.btn-common {
	background-color: #4267b2;
	text-transform: capitalize;
	border-radius: 30px;
	color: #fff
}

.btn-common:hover {
	color: #fff;
	background: #4e75c6
}

.btn-border {
	color: #fff;
	background-color: #0077b5;
	border-radius: 30px;
	text-transform: capitalize
}

.btn-border:hover {
	color: #fff;
	background-color: #0781c0
}

.btn-twitter {
	color: #fff;
	background-color: #32ccfe;
	border-radius: 30px;
	text-transform: capitalize
}

.btn-twitter:hover {
	color: #fff;
	background-color: #34c4f4
}

.blog-main {
	background: #f3f3f3;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	border-radius: 2px
}

.blog-main p {
	color: #555;
	font-size: 25px
}

.blog-text {
	font-size: 20px;
	color: #555
}

.persons h2 {
	color: #000;
	font-size: 35px
}

.popupbox-align {
	padding-left: 13px;
	margin-top: -22px;
	display: flex
}

a.morelink {
	text-decoration: none;
	outline: 0;
	color: #0089ce
}

.morecontent span {
	display: none
}

.update-bg {
	background: #fff
}

.text-all a {
	color: #0089ce;
	font-size: 14px;
	text-decoration: underline
}

.update-lead {
	width: 48.6%;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 3px 9px 3px rgba(0, 0, 0, .1)
}

.recent-update {
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 700
}

.silver {
	background: #f1f1f1
}

.blog-overlay::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.minh {
	min-height: 9rem
}

.block {
	text-align: center;
	vertical-align: middle
}

.circle {
	background: #eee;
	border-radius: 100px;
	color: #fff;
	height: 100px;
	font-weight: 700;
	width: 100px;
	display: table;
	margin: 20px auto
}

.circle p {
	vertical-align: middle;
	display: table-cell;
	font-size: 50px;
	color: #ddd;
	padding-top: 12px
}

.job-banner {
	background: url(../img/jobs.png) no-repeat 0 0;
	background-size: 100%;
	background-position: center;
	background-size: cover;
	height: 539px;
	position: relative
}

.jobsearch {
	background-color: #0089ce;
	color: #fff;
	padding: 7px 15px 7px 15px;
	border: none
}

.jobsearch:hover {
	background-color: #fff;
	color: #0089ce;
	padding: 7px 15px 7px 15px;
	border: none
}

.jobbtn {
	background-color: #0089ce;
	color: #fff;
	padding: 7px 30px 7px 30px;
	border: none;
	cursor: pointer;
	border-radius: 25px
}

.search {
	padding: 8rem 0
}

.job-description p {
	font-size: 14px
}

.joblogo img {
	border: 1px solid #ced4da;
	padding: 10px;
	border-radius: 2px
}

.job {
	padding: 25px 30px;
	border: 1px solid #ced4da;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 0 0 3px #f5f5f5
}


/* //////////////////////////COnsultance//////////// */
.consult-text{
    color:#0089ce;
    font-weight: bold;
}
.consultimg img{
    position: absolute;
    top: 6rem;
    right: 6rem;
}
.proimg{
    border: 4px solid #f4f4f4;
    border-radius: 50%;
    height: 172px;
    width: 172px;
}
.load-more button{
    border: 1px solid #d9d6d6;
    color: #abaead;
    padding: 10px 60px;
    border-radius: 30px;
}
.load-more button:hover{
    border: 1px solid #0089ce;
    color: #fff;
    padding: 10px 60px;
    border-radius: 30px;
    background: #0089ce;
}
/* /////////////////Contact Page////////////////// */

.foundation{
	position: relative;
    top: -4rem;
}
.form-input{
	width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    height: 49px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2.0714285714rem;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 29px;
    line-height: 2.0714285714rem;
}
.form-textarea{
	width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}
.sendmsg{
	background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    z-index: 9;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    top: -7rem;
}
.text{
	border-bottom: 2px solid #f3f0f0;
    padding: 0px 10px;
    margin-top: 20px;
}



.top {
	margin-top: 7%;
	background-color: #f7f8fc!important;
	position: relative;
    background-color: #fff;
}
.top:before{
    position: absolute;
    content: '';
    pointer-events: none;
    left: -25%;
    width: 150%;
    height: 55%;
    background: inherit;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    /* z-index: 1; */
}
.top:before {
    top: 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.msgbox{
	height: 45rem;
}
.Company-Logo img{
	border-radius: 50%;
    padding: 0 35px;
    margin: 30px 0px;
    max-height: 150px;
}
.company_list{
	border-radius: 50%;
    padding: 30px 0;
    margin: 30px 0px;
    height: 150px;
    background: #fff;
    font-size: 50px;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.widget_meta,.widget_archive,.widget_recent_comments,#comments{
display : none;
}
img{
width :100%;
}
/* /////////////////////////////////////////////// */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* padding: 20px 0; */
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.start-header.scroll-on {
	padding: 10px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.start-header.scroll-on .navbar-brand img {
	height: 24px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.navigation-wrap {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.bg-primarybtn {
	background: #1261b2;
	color: #fff;
	padding: 5px 30px;
	border: 1px solid #1261b2;
	transition: all .6s ease;
	cursor: pointer
}

.bg-primarybtn:hover {
	background: #fff;
	color: #1261b2;
	padding: 5px 30px;
	border: 1px solid #fff;
	transition: all .6s ease;
	cursor: pointer
}

.bg-listedbtn {
	background: 0 0;
	color: #1d8deb!important;
	padding: 5px 30px;
	border: 1px solid #1d8deb;
	transition: all .6s ease;
	cursor: pointer
}

.bg-listedbtn:hover {
	background: #1d8deb;
	color: #fff!important;
	padding: 5px 30px;
	border: 1px solid #1d8deb;
	transition: all .6s ease;
	cursor: pointer
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 28px;
	width: auto;
	display: block;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: 0
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
	transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
	border-color: transparent
}

.nav-link {
	color: #fff!important;
	font-weight: 500;
	transition: all .2s linear;
	font-size: 14px;
}

.nav-item:hover .nav-link {
	color: #fff!important
}

.nav-item.active .nav-link {
	color: #fff!important
}

.active .nav-link:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fff;
	opacity: 0;
	transition: all .2s linear
}

.nav-link {
	position: relative;
	padding: 5px 0!important;
	display: inline-block
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fff;
	opacity: 0;
	transition: all .2s linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all .2s linear
}
@media (min-width: 768px){
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.pagination .nav-links{
	    display: inline-flex!important;
}
.nav-links .current{
	background: #2e3d5e;
    color: #fff!important;
	padding: 8px 16px;
}