/*
Theme Name: Business Kit
Theme URI: https://www.prodesigns.com/wordpress-themes/downloads/business-kit
Author: ProDesigns
Author URI: https://www.prodesigns.com/
Description: Business Kit is multipurpose responsive, customizable and powerful professional WordPress theme. It can be customized easily in few clicks using live customizer. Business Kit comes with a full-width slider, easy option to add logo and favicon, custom widgets, full-width template and more. It is a search engine optimized theme which performs best in google, bing, yahoo or any other search engines. This theme is suitable for all type of business, corporate, portfolio, digital agency, blog or any creative modern looking websites.
Version: 1.1.5
Tested up to: 5.4.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-kit
Tags: custom-background, custom-menu, custom-logo, custom-header, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, education, portfolio

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.

Business Kit 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.

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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	outline: none;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

button,
input,
select,
textarea {
	color: #404040;
	font-size: 15px;
	line-height: 1.5;
}
body {
	color: #6a6a6a;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #313131;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 15px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;
}
body {
	background-color: #fff;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul,
ol {
	margin: 0 0 0.5em 1em;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */

	max-width: 100%;
	/* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
td,
th {
	border: 1px solid #ddd;
	padding: 5px;
}
/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,
.comment-reply-link,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ff214f none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 35px;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #ff214f;
	border-radius: 3px;
	font-weight: 400;
}
button,
.comment-reply-link,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow:
		inset 0 -1px 0 rgba(255, 255, 255, 0.5),
		inset 0 2px 5px rgba(0, 0, 0, 0.15);
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
	padding: 6px 0 6px 9px;
}
select {
	width: 100%;
	padding: 5px;
}
textarea {
	padding: 10px 20px;
	width: 100%;
	resize: none;
}
::-webkit-input-placeholder {
	color: #8a8a8a;
}
:-moz-placeholder {
	/* Firefox 18- */

	color: #8a8a8a;
}
::-moz-placeholder {
	/* Firefox 19+ */

	color: #8a8a8a;
}
:-ms-input-placeholder {
	color: #8a8a8a;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-webkit-input-placeholder {
	color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
	color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
	color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-ms-input-placeholder {
	color: #ff0000;
}
/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
	color: #df0c38;
	text-decoration: inherit;
}
a:visited {
	color: #df0c38;
}
a:hover,
a:focus,
a:active {
	color: #df0c38;
}
a:focus {
	outline: inherit;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

#main-nav {
	display: block;
	float: right;
	transition: all 0.5s ease-in-out 0s;
	width: auto;
}
.enabled-sticky-primary-menu #main-nav.fixed {
	box-shadow: 0 0 3px #aaaaaa;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: none;
	right: 9999px;
	margin: 0;
	min-width: 225px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: opacity 0.4s ease-in-out 0s;
	z-index: -9999;
}
.main-navigation ul ul ul {
	right: 100%;
	top: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	float: left;
}
.main-navigation ul > li:hover > ul {
	opacity: 1;
	right: 0;
	z-index: 9999;
}
.main-navigation ul ul ul ul {
	display: none;
}
.main-navigation ul ul ul li:hover > ul {
	display: block;
}
.main-navigation ul ul li:hover > ul {
	opacity: 1;
	right: 100%;
}
.main-navigation li li {
	float: none;
	display: block;
}
.main-navigation ul li li:first-child > a {
	border-left: none;
}
.main-navigation ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: normal;
	padding: 30px 15px;
	position: relative;
	z-index: 99;
	font-weight: 500;
}
.main-navigation ul ul a {
	border-bottom: 0px;
	border-left: medium none;
	border-right: medium none;
	box-shadow: none;
	font-size: 15px;
	height: auto;
	padding: 9px 15px;
	text-align: left;
	width: 100%;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.home.page .header-collapse ul li a {
	color: #fff;
}
.home.page .header-collapse ul li a:hover {
	color: #ff9900;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
	background: rgba(255, 33, 79, 1);
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 0;
	right: 10px;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	position: absolute;
	top: 50%;
}
.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
	content: "\f105";
	top: 50%;
}
.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
	padding-right: 30px;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
	display: none;
}
#mobile-trigger {
	display: none;
}
#mobile-menu {
	display: none;
}
/*comment and post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
	background: #df0c38;
	float: left;
	padding: 5px 15px;
	width: auto;
	line-height: 1.5;
}
#infinite-handle span {
	font-size: 1.5;
	font-size: 15px;
	color: #fff;
}
#infinite-handle {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover,
#infinite-handle span:hover {
	background: #df0c38;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
}
.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before {
	content: "\f100";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;
	color: #fff;
}
.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
	content: "\f101";
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 5px;
	color: #fff;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: #fff;
}
.nav-links {
	border-top: medium none;
	margin-bottom: 20px;
	padding: 20px 0;
	overflow: hidden;
}
.nav-links .page-numbers {
	border: 1px solid;
	padding: 5px 10px;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
	background: #ff9900 none repeat scroll 0 0;
	border-color: #ff9900;
	color: #ffffff;
}
.nav-links .page-numbers.dots {
	border: none;
}
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	/* It should be ablolute */

	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	/* It should be clip auto */

	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.wp-block-image.is-resized.alignleft {
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.wp-block-image.is-resized.alignright {
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.alignnone {
	clear: both;
	/*display: inline-block;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#home-page-widget-area::after,
#home-page-widget-area::before,
#featured-slider::after,
#featured-slider::before {
	content: "";
	display: table;
}
.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}
/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 30px 0 0;
}
#home-page-widget-area .widget {
	margin: 0;
}
.widget:first-child {
	margin: 0;
}
/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}
#home-page-widget-area .widget-title {
	color: #2d4351;
	display: block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 35px;
	overflow: hidden;
	padding-left: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#home-page-widget-area .widget-title span {
	position: relative;
}
#home-page-widget-area .widget-title span::before {
	background-color: #df0c38;
	content: "";
	height: 1px;
	position: absolute;
	top: 0;
	width: 100px;
	right: 100%;
	margin-right: 30px;
	top: 46%;
}
#home-page-widget-area .widget-title span::after {
	background-color: #df0c38;
	content: "";
	height: 1px;
	position: absolute;
	top: 0;
	width: 100px;
	left: 100%;
	margin-left: 30px;
	top: 46%;
}
/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-meta > span,
.entry-footer > span,
.single-post-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta > span a,
.single-post-meta > span a,
.entry-footer > span a {
	color: #686868;
	font-style: italic;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}
.entry-meta > span::before,
.entry-footer > span::before,
.single-post-meta > span::before,
.entry-header > span::before {
	display: inline-block;
	font-family: FontAwesome;
	height: 15px;
	margin-right: 8px;
	content: "";
	color: #df0c38;
}

.entry-meta .byline .author.vcard {
	margin-left: 0px;
	margin-right: 0px;
}
.entry-footer span {
	margin-right: 15px;
}
span.comments-link::before {
	content: "\f086";
}
.entry-meta .posted-on::before,
.single-post-meta .posted-on::before {
	content: "\f073 ";
}
.entry-footer > .cat-links::before,
.entry-header > .cat-links::before,
.entry-meta > .cat-links::before {
	content: "\f07c";
}
.entry-meta .byline::before,
.single-post-meta .byline::before {
	content: "\f2c0";
	margin-right: 3px;
}
.entry-footer .edit-link::before {
	content: "\f044";
}
.entry-footer .tags-links::before {
	content: "\f02c";
}
/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

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

## Comments

--------------------------------------------------------------*/

.authorbox .author-avatar {
	float: left;
	margin: 5px 15px 10px 0;
}
.authorbox {
	background: #e6ffff;
	border: 1px solid #dddddd;
	margin-top: 20px;
	overflow: hidden;
	padding: 15px;
}
.authorbox.no-author-avatar .author-info {
	margin-left: 0;
}
.authorbox .author-bio-posts-content {
	margin-top: 10px;
}
.authorbox .author-bio-posts-content p {
	margin: 0;
}
.authorbox .author-bio-posts-content ul {
	list-style-position: inside;
	margin: 0;
}
#respond {
	clear: both;
	display: block;
	float: left;
	width: 97%;
}
#commentform label {
	display: inline-block;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-area form#commentform p {
	float: left;
	width: 33.33%;
}
.comments-area form#commentform p.comment-form-cookies-consent,
.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
	width: 100%;
}
.comments-area form#commentform p.comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 8px;
	float: left;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-form {
	margin: 0 -15px;
}
.comments-area form#commentform p.logged-in-as,
.comments-area form#commentform p {
	padding: 0 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url {
	width: 50%;
}
.comments-area form#commentform p.logged-in-as {
	padding: 0 15px;
	width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 33.33%;
	float: left;
}
.comment-list li.comment::after {
	content: inherit;
	display: none;
}
.comment-list li {
	padding-left: 0;
}
.comment {
	background-position: 0 -74px;
	display: block;
	float: left;
	width: 100%;
}

ol.comment-list .comment {
	margin-bottom: 15px;
}

ol.comment-list .comment:first-child {
	margin-bottom: 0px;
}

ol.comment-list {
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	overflow: inherit;
	padding: 0;
	width: 100%;
}
ol.comment-list .children {
	border: medium none;
	float: left;
	margin: 15px 0 15px 15px;
	width: 98%;
}
ol.comment-list li {
	list-style: outside none none;
	margin-bottom: 0px;
}
.comment .comment-body {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	clear: both;
	display: block;
	float: left;
	margin-top: 5px;
	padding: 20px;
	position: relative;
	text-align: left;
	width: 100%;
}
.comment-author.vcard {
	font-size: 20px;
	margin-bottom: 5px;
}
.comment-list .children {
	background-position: left 20px;
	background-repeat: no-repeat;
	border-left: 1px solid rgb(238, 238, 238);
	margin-left: 0;
	padding-left: 40px;
}
.comment-list li.comment > div img.avatar {
	left: 29px;
	position: absolute;
	top: 29px;
}
#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.vcard .avatar {
	float: left;
	margin: 7px 15px 15px 0;
}
.comment-metadata {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 10px;
}
.comment-reply-link {
	color: #ffffff;
	display: inline-block;
	float: none;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 1px 15px 3px;
	border-radius: 2px;
}
a.comment-reply-link:hover {
	color: #fff;
}
.form-allowed-tags code {
	white-space: inherit;
	word-wrap: break-word;
}
.comment-respond label {
	display: block;
	font-weight: normal;
}
.comments-title {
	font-weight: normal;
	margin: 25px 0 0;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#commentform label {
	display: inline-block;
}
/*--------------------------------------------------------------

# Infinite scroll

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

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */

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

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

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

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

## Captions

--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 10px 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------

## Custom Css Starts 

--------------------------------------------------------------*/

#page {
	position: relative;
	margin: 0 auto;
}
.container {
	max-width: 1210px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
section {
	margin: 0px;
	padding: 75px 0;
}
.grey-bg {
	background: #fafafa;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.inner-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.v-center {
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
p,
li {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #6a6a6a;
}

#content {
	padding: 0;
	padding-bottom: 50px;
	clear: both;
}

.page-template-home #content {
	padding-bottom: 0px;
}

.button:visited,
a.btn-white:visited:hover {
	color: #fff;
}
a.btn-white:visited {
	color: #ff214f;
}
a.btn-black,
.home-two a.btn-black,
.home-three a.btn-black {
	background: #2e2e2e;
	border: 1px solid #2e2e2e;
	color: #fff;
}
a.btn-white,
.home-two a.btn-white,
.home-three a.btn-white {
	background: #fff;
	border: 1px solid #fff;
	color: #ff214f;
}
a.btn-black:hover,
a.btn-white:hover {
	background: #ff214f;
	border-color: #ff214f;
}
.button-holder {
	float: left;
	width: 100%;
	text-align: center;
}
/* Social Widgets css starts */

.social-widgets {
	display: inline-block;
}
.social-widgets ul {
	list-style: none;
	margin: 0;
}
.social-widgets > ul li {
	width: auto;
	padding-left: 0;
}
.social-widgets ul li,
.social-widgets ul li a {
	display: inline-block;
}
.social-widgets ul li {
	margin-right: 10px;
	line-height: 1;
}
.social-widgets ul li a {
	font-size: 0;
	line-height: 1;
	height: 40px;
	width: 40px;
	background: transparent;
	text-align: center;
	border: 1px solid #a1a1a1;
	border-radius: 50%;
}
.social-widgets ul li a::before {
	color: #808080;
	content: "\f0c1";
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	line-height: 39px;
}
.social-widgets ul li a[href*="facebook.com"]::before {
	content: "\f09a";
}
.social-widgets ul li a[href*="twitter.com"]::before {
	content: "\f099";
}
.social-widgets ul li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}
.social-widgets ul li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}
.social-widgets ul li a[href*="youtube.com"]::before {
	content: "\f167";
}
.social-widgets ul li a[href*="dribbble.com"]::before {
	content: "\f17d";
}
.social-widgets ul li a[href*="pinterest.com"]::before {
	content: "\f0d2";
}
.social-widgets ul li a[href*="bitbucket.org"]::before {
	content: "\f171";
}
.social-widgets ul li a[href*="github.com"]::before {
	content: "\f113";
}
.social-widgets ul li a[href*="codepen.io"]::before {
	content: "\f1cb";
}
.social-widgets ul li a[href*="flickr.com"]::before {
	content: "\f16e";
}
.social-widgets ul li a[href$="/feed/"]::before {
	content: "\f09e";
}
.social-widgets ul li a[href*="foursquare.com"]::before {
	content: "\f180";
}
.social-widgets ul li a[href*="instagram.com"]::before {
	content: "\f16d";
}
.social-widgets ul li a[href*="tumblr.com"]::before {
	content: "\f173";
}
.social-widgets ul li a[href*="reddit.com"]::before {
	content: "\f1a1";
}
.social-widgets ul li a[href*="vimeo.com"]::before {
	content: "\f194";
}
.social-widgets ul li a[href*="digg.com"]::before {
	content: "\f1a6";
}
.social-widgets ul li a[href*="twitch.tv"]::before {
	content: "\f1e8";
}
.social-widgets ul li a[href*="stumbleupon.com"]::before {
	content: "\f1a4";
}
.social-widgets ul li a[href*="delicious.com"]::before {
	content: "\f1a5";
}
.social-widgets ul li a[href*="mailto:"]::before {
	content: "\f0e0";
}
.social-widgets ul li a[href*="soundcloud.com"]::before {
	content: "\f1be";
}
.social-widgets ul li a[href*="wordpress.org"]::before {
	content: "\f19a";
}
.social-widgets ul li a[href*="wordpress.com"]::before {
	content: "\f19a";
}
.social-widgets ul li a[href*="jsfiddle.net"]::before {
	content: "\f1cc";
}
.social-widgets ul li a[href*="tripadvisor.com"]::before {
	content: "\f262";
}
.social-widgets ul li a[href*="foursquare.com"]::before {
	content: "\f180";
}
.social-widgets ul li a[href*="angel.co"]::before {
	content: "\f209";
}
.social-widgets ul li a[href*="slack.com"]::before {
	content: "\f198";
}
/*social links hover effect */

.social-widgets ul li a:hover:before {
	color: #fff;
}
.social-widgets ul li a:hover {
	border-color: rgba(0, 0, 0, 0);
}
.social-widgets ul li a[href*="facebook.com"]:hover {
	background-color: #3b5998;
}
.social-widgets ul li a[href*="twitter.com"]:hover {
	background-color: #00aced;
}
.social-widgets ul li a[href*="plus.google.com"]:hover {
	background-color: #dd4b39;
}
.social-widgets ul li a[href*="/feed/"]:hover {
	background-color: #dc622c;
}
.social-widgets ul li a[href*="wordpress.org"]:hover,
.social-widgets ul li a[href*="wordpress.com"]:hover {
	background-color: #45bbe6;
}
.social-widgets ul li a[href*="github.com"]:hover {
	background-color: #4183c4;
}
.social-widgets ul li a[href*="linkedin.com"]:hover {
	background-color: #007bb6;
}
.social-widgets ul li a[href*="pinterest.com"]:hover {
	background-color: #cb2027;
}
.social-widgets ul li a[href*="flickr.com"]:hover {
	background-color: #ff0084;
}
.social-widgets ul li a[href*="vimeo.com"]:hover {
	background-color: #aad450;
}
.social-widgets ul li a[href*="youtube.com"]:hover {
	background-color: #bb0000;
}
.social-widgets ul li a[href*="instagram.com"]:hover {
	background-color: #517fa4;
}
.social-widgets ul li a[href*="dribbble.com"]:hover {
	background-color: #ea4c89;
}
.social-widgets ul li a[href*="skype.com"]:hover {
	background-color: #12a5f4;
}
.social-widgets ul li a[href*="digg.com"]:hover {
	background-color: #333;
}
.social-widgets ul li a[href*="codepen.io"]:hover {
	background-color: #000;
}
.social-widgets ul li a[href*="reddit.com"]:hover {
	background-color: #ff4500;
}
.social-widgets ul li a[href*="mailto:"]:hover {
	background-color: #1d62f0;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
	background-color: #f94877;
}
.social-widgets ul li a[href*="stumbleupon.com"]:hover {
	background-color: #eb4924;
}
.social-widgets ul li a[href*="twitch.tv"]:hover {
	background-color: #6441a5;
}
.social-widgets ul li a[href*="tumblr.com"]:hover {
	background-color: #32506d;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
	background-color: #f94877;
}
.social-widgets ul li a[href*="stumbleupon.com"]:hover {
	background-color: #eb4924;
}
.social-widgets ul li a[href*="twitch.tv"]:hover {
	background-color: #6441a5;
}
.social-widgets ul li a[href*="tumblr.com"]:hover {
	background-color: #32506d;
}
.social-widgets ul li a[href*="soundcloud.com"]:hover {
	background-color: #ff5500;
}
.social-widgets ul li a[href*="wordpress.org"]:hover {
	background-color: #45bbe6;
}
.social-widgets ul li a[href*="jsfiddle.net"]:hover {
	background-color: #4679bd;
}
.social-widgets ul li a[href*="tripadvisor.com"]:hover {
	background-color: #86c171;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
	background-color: #2d5be3;
}
.social-widgets ul li a[href*="angel.co"]:hover {
	background-color: #000;
}
.social-widgets ul li a[href*="slack.com"]:hover {
	background-color: #56b68b;
}
/* Social link hover effect */
/* Social Widgets css ends */
/*--------------------------------------------------------------

## Header Css Starts 

--------------------------------------------------------------*/

.site-header,
.top-header,
.top-header .top-header-content,
.site-header .bottom-header {
	float: left;
	width: 100%;
}
.site-header,
.home.banner-inactive .site-header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}

.home.slider-inactive .site-header,
.banner-inactive .site-header {
	position: static;
	left: auto;
	top: auto;
}

.site-header .bottom-header,
.home.banner-inactive .site-header .top-header,
.home.banner-inactive .site-header .bottom-header {
	background: rgba(0, 0, 0, 0.15);
}

.home.slider-inactive .site-header .top-header,
.home.slider-inactive .site-header .bottom-header,
.banner-inactive .site-header .top-header,
.banner-inactive .site-header .bottom-header {
	background: #a8a8a8;
}

.top-header,
.home.banner-inactive .top-header {
	background: rgba(0, 0, 0, 0.15);
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.top-header .top-header-content .top-menu-warp,
.top-header .top-header-content .top-menu-warp ul,
.top-header .top-header-content .top-menu-warp ul li,
.top-header .top-header-content .top-menu-warp ul li a {
	display: inline-block;
}
.top-header .top-header-content .top-menu-warp ul {
	list-style: none;
	margin: 0;
}
.top-header .top-header-content .top-menu-warp ul li a {
	color: #fff;
	padding: 0px 10px;
}
.top-header .top-info-left {
	float: left;
}
.top-header .top-info-right {
	float: right;
}
.top-contact-info {
	display: inline-block;
}
.top-contact-info span {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
}
.top-contact-info span:first-child {
	padding-left: 0px;
}
.top-contact-info span:last-child {
	border-right: 0px;
}
.top-contact-info span i {
	font-size: 15px;
	color: #fff;
	font-family: "FontAwesome";
	float: left;
	margin-right: 15px;
	line-height: 1;
}
.top-header .social-widgets ul li a {
	height: auto;
	width: auto;
	border: 0;
}
.top-header .social-widgets ul li a::before {
	color: #fff;
	font-size: 15px;
	line-height: 1;
}
.top-header .social-widgets ul li a:hover {
	background: transparent;
}
.site-branding {
	float: left;
	margin-top: 8px;
}
.site-title {
	color: #fff;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 600;
}
.site-title a span {
	color: #ff214f;
	font-weight: 600;
}
.site-title a,
.site-description {
	color: #fff;
	line-height: 1;
	margin-bottom: 0px;
}
.main-navigation-wrapper {
	float: right;
}
#main-nav {
	float: left;
}

/*--------------------------------------------------------------

## Featured Slider Starts 

--------------------------------------------------------------*/

#featured-slider,
#main-banner,
.slick-main-slider,
.slick-main-slider .item,
#main-banner .caption h2,
#main-banner .caption h1,
#main-banner .caption p,
#main-banner .button-holder {
	float: left;
	width: 100%;
}
#featured-slider {
	padding: 0px;
}
.slick-main-slider .item {
	min-height: 600px;
	position: relative;
}
.slick-main-slider .item:focus {
	outline: none;
}
.overlay,
.overlay-dark,
.caption-holder {
	position: relative;
}
.overlay:before,
.overlay-dark:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.overlay-dark:before {
	background: rgba(0, 0, 0, 0.7);
}
.caption-holder {
	float: left;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	position: absolute;
	top: 50%;
}
#main-banner .caption {
	float: left;
	width: 50%;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	position: absolute;
	top: 50%;
}
.top-header-active #main-banner .caption {
	margin-top: 50px;
}
#main-banner .caption h2,
#main-banner .caption h1 {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	line-height: 50px;
	text-transform: uppercase;
}
#main-banner .caption p {
	color: #fff;
	margin-bottom: 25px;
}
#main-banner .button-holder {
	text-align: left;
}
#main-banner .button-holder .button {
	margin-right: 10px;
}
/* Slick Slider css */

.slick-dots,
.slick-dots li {
	display: inline-block;
}
.slick-dots {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

.slick-main-slider .slick-dots {
	bottom: 30px;
}

.slick-dots li {
	list-style: none;
}
.slick-dots li button {
	background: rgba(0, 0, 0, 0.45);
	padding: 0;
	font-size: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}
.slick-dots li.slick-active button {
	background: #ff214f;
	box-shadow: none;
}
.slick-prev,
.slick-next {
	padding: 0px;
	font-size: 0px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #ff214f;
	text-align: center;
	background: #ff214f;
	border-radius: 50%;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	position: absolute;
	top: 50%;
	z-index: 9;
	opacity: 0;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
	opacity: 1;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev:before,
.slick-next:before {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	line-height: 36px;
	font-family: "FontAwesome";
}
.slick-prev:before {
	content: "\f104";
}
.slick-next:before {
	content: "\f105";
}
.slick-prev:focus,
.slick-next:focus {
	box-shadow: none;
	outline: none;
	border-color: currentColor;
}
.slick-main-slider .slick-prev,
.slick-main-slider .slick-next {
	border-color: #fff;
	background: transparent;
}
.slick-main-slider .slick-prev:before,
.slick-main-slider .slick-next:before {
	color: #fff;
}
/* Main banner slick css */
/*--------------------------------------------------------------

## About Us & Features Section Styles Starts 

--------------------------------------------------------------*/

.about-us-section,
.about-us-section .about-us-wrapper .description-holder h4,
.about-us-section .about-us-wrapper .description-holder h3,
.about-us-section .about-us-wrapper .description-holder p,
.features-wrapper,
.features-section,
.features-section .features-holder,
.features-item .features-inner,
.features-item .features-text-wrap,
.features-item .features-text-wrap h4,
.features-item .features-text-wrap p {
	float: left;
	width: 100%;
}
.image-holder,
.description-holder {
	width: 50%;
}
.about-us-section .about-us-wrapper {
	display: table;
	width: 100%;
}
.about-us-section .about-us-wrapper .image-holder,
.about-us-section .about-us-wrapper .description-holder {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.about-us-section .about-us-wrapper .image-holder {
	padding-right: 15px;
	line-height: 0;
}
.about-us-section .about-us-wrapper .description-holder {
	padding-left: 15px;
}
.about-us-section .about-us-wrapper .description-holder h4 {
	color: #ff214f;
	font-size: 15px;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}
.about-us-section .about-us-wrapper .description-holder h3 {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 5px;
}
.features-section {
	padding-top: 0px;
}
.features-section .features-holder {
	padding-top: 75px;
	border-top: 1px solid #ddd;
}
.features-item {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	vertical-align: top;
	margin-left: -3px;
	margin-bottom: 30px;
}
.features-item .features-inner {
	position: relative;
}
.features-item .feature-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.features-item .feature-icon span {
	font-size: 40px;
	color: #6a6a6a;
}
.features-item .features-text-wrap {
	padding-left: 70px;
}
.features-item .features-text-wrap h4,
.features-item .features-text-wrap h4 a {
	color: #313131;
	font-size: 18px;
}
.features-item .features-text-wrap h4 {
	margin-bottom: 10px;
}
.features-item .features-text-wrap p {
	margin-bottom: 0px;
}

/*--------------------------------------------------------------

## Advanced Cta Styles Starts 

--------------------------------------------------------------*/

.advanced-cta-section,
.cta-content,
.cta-content p,
.cta-content h3,
.cta-content h2 {
	float: left;
	width: 100%;
}
.advanced-cta-section {
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}
.cta-content {
	width: 70%;
	position: relative;
}
.cta-content h3 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 12px;
	font-family: "Open Sans", sans-serif;
}
.cta-content h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 12px;
}
.cta-content p {
	color: #fff;
}
.cta-content a.button {
	border: 2px solid #fff;
	background: transparent;
}
.cta-content a.button:hover {
	border-color: #ff214f;
	background: #ff214f;
}

/*--------------------------------------------------------------

## Servcies Section Styles Starts 

--------------------------------------------------------------*/

.services-section,
.section-title,
.section-title p,
.section-title h2,
.section-title h3,
.section-title h4,
.services-wrapper,
.service-item .service-inner,
.service-item .service-thumb,
.service-item .service-thumb img,
.service-item .service-text-wrap,
.service-item .service-text-wrap h2,
.service-item .service-text-wrap p {
	float: left;
	width: 100%;
}
.services-section {
	padding-bottom: 45px;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
}
.section-title p,
.section-title h4,
.theme_toolkit_team .section-title h2,
.theme_toolkit_team .section-title h3,
.theme_toolkit_portfolio .section-title h2,
.theme_toolkit_portfolio .section-title h3,
.theme_toolkit_partners .section-title h2,
.theme_toolkit_testimonials .section-title h2,
.theme_toolkit_testimonials .section-title h3 {
	color: #ff214f;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
}
.section-title h2,
.section-title h3,
.theme_toolkit_team .section-title p,
.theme_toolkit_portfolio .section-title p,
.theme_toolkit_partners .section-title p,
.theme_toolkit_testimonials .section-title p {
	color: #313131;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 1.4;
}
.service-item {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: -3px;
}
.service-col-4 .service-item {
	width: 25%;
}
.service-col-3 .service-item {
	width: 33.33%;
}
.service-col-2 .service-item {
	width: 50%;
}
.service-col-1 .service-item {
	width: 100%;
}
.service-item .service-inner {
	position: relative;
	overflow: hidden;
}
.service-item .service-thumb img {
	position: relative;
	top: 0;
}
.service-item:hover .service-thumb img {
	top: -86px;
}
.service-item .service-text-wrap {
	padding: 20px;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: -86px;
}
.service-item:hover .service-text-wrap {
	bottom: 0;
}
.service-item .service-text-wrap h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
.service-item .service-text-wrap h2 a {
	color: #313131;
}
.service-item .service-text-wrap p {
	margin-bottom: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.service-item .service-text-wrap,
.service-item:hover .service-text-wrap,
.service-item:hover .service-thumb img,
.service-item .service-thumb img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Our Team Section Styles Starts 

--------------------------------------------------------------*/

.theme_toolkit_team {
	padding-bottom: 45px;
	background: #fafafa;
}
.tt-team-col-4 .tt-team-item {
	margin-left: -4px;
}
.tt-team-item .tt-team-inner {
	position: relative;
	overflow: hidden;
}
.tt-team-item .tt-team-content-wrap {
	background: #ff214f;
	padding: 15px;
	text-align: center;
	position: absolute;
	bottom: -53px;
}
.tt-team-item:hover .tt-team-content-wrap {
	bottom: 0;
}
.tt-team-item .tt-team-content-wrap h3.tt-team-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
.tt-team-item .tt-team-content-wrap span {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.tt-team-item .tt-team-content-wrap span a {
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tt-team-item .tt-team-content-wrap .tt-team-social {
	padding-top: 15px;
	border-top: 1px solid #fff;
	margin-top: 15px !important;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a {
	height: auto;
	width: auto;
	border: 0;
	background: transparent;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li:last-child {
	margin-right: 0px;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a::before {
	color: #fff;
	font-size: 15px;
	line-height: 1;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a:hover {
	background: transparent;
}
.tt-team-item:hover .tt-team-content-wrap,
.tt-team-item .tt-team-content-wrap {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Portfolio Section Starts 

--------------------------------------------------------------*/

.theme_toolkit_portfolio,
.tt-portfolio-item-main,
.tt-portfolio-item .tt-portfolio-wrapper,
.tt-portfolio-item .tt-portfolio-thumb,
.tt-portfolio-item h3.tt-portfolio-title,
.tt-portfolio-item h3.tt-portfolio-title a,
.tt-portfolio-item .tt-portfolio-thumb img,
.tt-portfolio-item .tt-portfolio-text-wrap,
.tt-portfolio-item .tt-portfolio-text-wrap p,
.filter-list {
	float: left;
	width: 100%;
}
.theme_toolkit_portfolio {
	padding-bottom: 70px;
}
.tt-portfolio-item {
	float: left;
	text-align: center;
	display: none;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.tt-portfolio-item .tt-portfolio-wrapper {
	position: relative;
	overflow: hidden;
}
.tt-portfolio-item .tt-portfolio-thumb img {
	position: relative;
	top: 0;
}
.tt-portfolio-item:hover .tt-portfolio-thumb img {
	top: -62px;
}
.tt-portfolio-item .tt-portfolio-text-wrap h3.tt-portfolio-title,
.tt-portfolio-item .tt-portfolio-text-wrap h3.tt-portfolio-title a {
	color: #313131;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tt-portfolio-item .tt-portfolio-text-wrap {
	padding: 20px;
	background: #fff;
	position: absolute;
	bottom: -62px;
}
.tt-portfolio-item:hover .tt-portfolio-text-wrap {
	bottom: 0;
}
.tt-portfolio-item .tt-portfolio-text-wrap p {
	margin-bottom: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tt-portfolio .filter-list {
	text-align: center;
	list-style: none;
	margin-bottom: 40px;
	margin-left: 0px;
}
.filter-list li {
	display: inline-block;
	padding: 7px 32px;
	border: 1px solid #ddd;
	background: transparent;
	cursor: pointer;
	border-radius: 25px;
	margin: 0px 10px;
}
.filter-list li.active,
.filter-list li:hover {
	background: #ff214f;
	color: #fff;
	border-color: #ff214f;
}
.filter-list li.active,
.filter-list li:hover,
.tt-portfolio-item:hover .tt-portfolio-text-wrap,
.tt-portfolio-item .tt-portfolio-text-wrap,
.tt-portfolio-item:hover .tt-portfolio-thumb img,
.tt-portfolio-item .tt-portfolio-thumb img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Partners Section Styles Starts 

--------------------------------------------------------------*/

.tt-partners-wrap,
.our-partners-section,
.tt-partners,
.tt-partners-main {
	float: left;
	width: 100%;
}
.theme_toolkit_partners {
	background: #fafafa;
}
.tt-partners-main .tt-partners-item {
	float: left;
}
.tt-partners {
	position: relative;
}
.tt-partners-main .slick-dots {
	bottom: -30px;
}
.tt-partners-main .slick-prev,
.tt-partners-main .slick-next {
	height: auto;
	width: auto;
	border: 0;
	background: transparent;
}
.tt-partners-main .slick-prev {
	left: -20px;
}
.tt-partners-main .slick-next {
	right: -30px;
}
.tt-partners-main .slick-prev:focus,
.tt-partners-main .slick-next:focus {
	background: transparent;
	outline: none;
	box-shadow: none;
}
.tt-partners-main .slick-prev:hover,
.tt-partners-main .slick-next:hover {
	background: transparent;
}
.tt-partners-main .slick-prev:before,
.tt-partners-main .slick-next:before {
	font-size: 30px;
	line-height: 1;
	color: #515151;
}
.tt-partners-main .slick-prev:hover:before,
.tt-partners-main .slick-next:hover:before {
	color: #ff214f;
}
/*--------------------------------------------------------------

## Client Testimonials Styles Starts 

--------------------------------------------------------------*/

.theme_toolkit_testimonials,
.tt-testimonials-wrap,
.tt-testimonials,
.tt-testimonial-item-main .tt-testimonial-item,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta .tt-testimonial-title,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta p {
	float: left;
	width: 100%;
}
.tt-testimonials {
	text-align: center;
}
.tt-testimonials .tt-testimonial-item-main {
	display: inline-block;
	width: 70%;
	float: none;
	padding-bottom: 50px;
}
.tt-testimonial-item-main .tt-testimonial-item {
	padding: 50px 5px 5px 5px;
	margin-bottom: 0px;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner {
	background: #fafafa;
	padding: 0px 50px 50px 50px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.slick-slider .slick-slide:focus {
	outline: none;
}
.tt-testimonial-item-main .tt-testimonial-item figure,
.tt-testimonial-item-main .tt-testimonial-item figure img {
	display: inline-block;
	margin: 0;
}
.tt-testimonial-item-main .tt-testimonial-item figure {
	margin-top: -50px;
	margin-bottom: 50px;
}
.tt-testimonial-item-main .tt-testimonial-item figure img {
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.21);
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta .tt-testimonial-title {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #313131;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption {
	position: relative;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
	content: "\f10d";
	color: #ff214f;
	font-family: "FontAwesome";
	font-size: 50px;
	opacity: 0.7;
	position: absolute;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before {
	top: -65px;
	left: 0;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
	content: "\f10e";
	right: 0;
	bottom: -65px;
}
.tt-testimonial-item-main .slick-prev {
	left: -60px;
}
.tt-testimonial-item-main .slick-next {
	right: -60px;
}
/*--------------------------------------------------------------

## Blog Sections Styles Starts 

--------------------------------------------------------------*/

.blog-section,
.blog-wrapper,
.blog-item .blog-inner,
.blog-item .blog-thumb,
.blog-item .blog-thumb img,
.blog-item .blog-text-wrap,
.blog-item .blog-text-wrap h2,
.blog-item .blog-text-wrap p {
	float: left;
	width: 100%;
}
.blog-section {
	padding-bottom: 45px;
}
.blog-item {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: -3px;
}
.blog-item .blog-inner {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.blog-item .blog-inner:hover {
	box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.2);
}
.blog-col-4 .blog-item {
	width: 25%;
}
.blog-col-3 .blog-item {
	width: 33.33%;
}
.blog-col-2 .blog-item {
	width: 50%;
}
.blog-col-1 .blog-item {
	width: 100%;
}
.blog-item .blog-text-wrap {
	padding: 20px;
	background: #fff;
}
.blog-item .blog-text-wrap h2,
.blog-item .blog-text-wrap h2 a {
	color: #313131;
	font-size: 18px;
}
.blog-item .blog-text-wrap h2 {
	margin-bottom: 10px;
}
.blog-item .blog-text-wrap p {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ddd;
}
.byline,
.posted-on {
	display: inline-block;
}
.byline:before,
.posted-on:before {
	color: #6a6a6a;
	margin-right: 10px;
	font-size: 15px;
	font-family: "FontAwesome";
}
.byline:before {
	content: "\f2c0";
}
.posted-on:before {
	content: "\f274";
}
.blog-item .blog-text-wrap .byline {
	float: left;
}
.blog-item .blog-text-wrap .posted-on {
	float: right;
}
.blog-item .blog-inner,
.blog-item .blog-inner:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Inner Page Styles Starts 

--------------------------------------------------------------*/
#primary {
	float: left;
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

.page-template-full-width-page #primary {
	width: 100%;
}

#sidebar-primary {
	float: left;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

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

.global-layout-right-sidebar #sidebar-primary {
	float: right;
}

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

.page-title {
	font-size: 40px;
	color: #434343;
	position: relative;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	font-weight: 400;
	line-height: 1;
	border-bottom: 1px solid #eae9e9;
}

.page-title span {
	color: #ff214f;
	display: inline-block;
}

#featured-banner,
#featured-banner img,
.banner-title {
	float: left;
	width: 100%;
}

#featured-banner {
	padding: 220px 0px 65px 0px;
	position: relative;
}

.banner-inactive #featured-banner {
	padding-top: 65px;
}

.banner-title {
	text-align: center;
	position: relative;
}

.banner-title h2,
.banner-title h1 {
	display: inline-block;
	color: #fff;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
}

/*----------------------
## Blog Page Starts
-----------------------*/
#primary .post,
#primary .page,
.search-results #primary .product,
#primary .post .featured-thumb,
#primary .page .featured-thumb,
#primary .post .content-wrap,
#primary .page .content-wrap {
	display: inline-block;
	width: 100%;
}

#primary .post,
.search-results #primary .product {
	margin-bottom: 30px;
}

.blog #primary .post:last-child,
.single-post #primary .post {
	margin-bottom: 0px;
}

#primary .page .entry-title,
#primary .post .entry-title,
.search-results #primary .product .entry-title {
	margin-top: 0px;
}

#primary .page .entry-title a,
#primary .post .entry-title a,
.search-results #primary .product .entry-title a {
	color: #313131;
}

#primary .page .featured-thumb,
#primary .post .featured-thumb {
	line-height: 0;
}

#primary .post .content-wrap,
#primary .product .content-wrap {
	padding-top: 20px;
}

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

.page .featured-thumb {
	margin-bottom: 20px;
}

.entry-meta > span a,
.single-post-meta > span a,
.entry-footer > span a {
	font-style: normal;
}

.entry-footer > span a {
	color: #848484;
}

#primary .post .content-wrap .entry-footer,
#primary .page .content-wrap .entry-footer,
.search-results #primary .product .content-wrap .entry-footer {
	padding: 10px 0px;
	border-top: 1px solid #eae9e9;
}

.single-post #primary .post .content-wrap .entry-footer {
	border-top: 0px;
}

/*----------------------
## Breadcrumb Starts
-----------------------*/

#breadcrumb {
	float: left;
	width: 100%;
}

#breadcrumb {
	text-align: center;
	background: transparent;
	padding: 10px 30px;
	position: relative;
}

#breadcrumb,
#breadcrumb ul,
#breadcrumb ul li {
	display: inline-block;
}

#breadcrumb ul {
	margin: 0;
	list-style: none;
}
#breadcrumb ul li:last-child {
	margin-right: 0px;
}
#breadcrumb ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
#breadcrumb ul li:after {
	color: #fff;
	content: "\f105";
	font-size: 15px;
	font-family: "FontAwesome";
	margin: 0px 15px;
}

#breadcrumb ul li:last-child:after {
	display: none;
}

#breadcrumb ul li:last-child a,
#breadcrumb ul li:last-child span {
	color: #fff;
	font-weight: 500;
}
/* Pagination starts */

.pagination {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.pagination .nav-links {
	padding: 0px;
	margin-bottom: 0px;
}
.pagination .nav-links .page-numbers {
	display: inline-block;
	background: #ff214f;
	color: #fff;
	padding: 15px;
	line-height: 1;
	border: 1px solid #ff214f;
	margin-right: 4px;
}
.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
	background: transparent;
	color: #ff214f;
	border-color: #ff214f;
}
/* pagination ends */

/*--------------------------------------------------------------

## Sidebar Widgets Starts

--------------------------------------------------------------*/

.sidebar form.search-form,
#footer-widgets form.search-form {
	position: relative;
}
.sidebar form.search-form input[type="search"],
#footer-widgets form.search-form input[type="search"] {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #ddd;
	padding-right: 55px;
}
.sidebar form.search-form button[type="submit"],
#footer-widgets form.search-form button[type="submit"] {
	float: left;
	width: 20%;
	font-size: 15px;
	height: 43px;
	width: 43px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 0px;
	padding: 0;
}
.sidebar form.search-form button[type="submit"] i,
#footer-widgets form.search-form button[type="submit"] i {
	color: #ff214f;
	font-size: 15px;
	line-height: 43px;
	display: inline-block;
	font-family: "FontAwesome";
}
.sidebar .widget {
	margin-bottom: 30px;
	text-align: left;
	padding: 15px;
	border: 1px solid #ddd;
	overflow: auto;
}
.sidebar .widget .widget-title {
	color: #434343;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.sidebar .widget .widget-title {
	margin-bottom: 20px;
}
.sidebar .widget ul {
	margin: 0;
	text-align: left;
	list-style: none;
}
.sidebar .widget ul li,
.sidebar .widget ul li a {
	color: #808080;
	font-size: 15px;
	width: 100%;
}
.sidebar .widget ul li {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 7px;
}

.sidebar .widget ul li a:hover {
	color: #ff214f;
}
.sidebar .widget ul li:last-child {
	margin-bottom: 0px;
}
.sidebar .widget ul li:before {
	content: "\f101";
	font-family: "FontAwesome";
	float: left;
	position: absolute;
	top: 0px;
	left: 0;
}

/* Calender css */

table#wp-calendar caption {
	padding: 5px;
	border: 1px solid #ddd;
	border-bottom: 0px;
}

/* Post Navigation starts */

.post-navigation {
	float: left;
	width: 100%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
	padding: 0px;
	width: 50%;
	background: transparent;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	padding-right: 15px;
	text-align: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	padding-left: 15px;
	text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before,
.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
	color: #434343;
	font-size: 18px;
}
.post-navigation .nav-links .nav-previous:hover a,
.post-navigation .nav-links .nav-next:hover a,
.post-navigation .nav-links .nav-previous:hover:before,
.post-navigation .nav-links .nav-next:hover:after {
	color: #ff214f;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover,
#infinite-handle span:hover {
	background: transparent;
}

/*--------------------------------------------------------------
## Search No-results page Starts
--------------------------------------------------------------*/
.search-no-results section {
	padding: 0px;
}

.search-no-results .no-results.not-found p {
	float: left;
	color: #999;
}

.search-no-results .no-results.not-found form,
.search-no-results .no-results.not-found form.search-form input[type="search"],
.search-no-results .no-results.not-found form.search-form input[type="text"] {
	float: left;
	width: 100%;
}

.search-no-results .no-results.not-found form {
	position: relative;
}

.search-no-results .no-results.not-found form.search-form input[type="search"],
.search-no-results .no-results.not-found form.search-form input[type="text"] {
	padding: 10px;
	box-sizing: border-box;
}

.search-no-results .no-results.not-found form.search-form input[type="submit"],
.search-no-results .no-results.not-found form.search-form button[type="submit"] {
	position: absolute;
	right: 0;
	background-color: #ff214f;
	color: #fff;
	border: 0;
	padding: 0;
	line-height: 1;
	height: 43px;
	width: 43px;
	border-radius: 0px;
}

.search-no-results .no-results.not-found form.search-form input[type="submit"]:hover,
.search-no-results .no-results.not-found form.search-form button[type="submit"]:hover {
	background-color: #ff214f;
	color: #fff;
	border: 0;
}

/*--------------------------------------------------------------
## Error 404 Page Starts
--------------------------------------------------------------*/
.error-404.not-found,
.error-404.not-found form.search-form input[type="search"],
.error-404.not-found form.search-form input[type="text"],
.error-404.not-found .page-header {
	float: left;
	width: 100%;
}

.error-404.not-found {
	padding: 0px;
}

.error-404.not-found form.search-form {
	position: relative;
	display: inline-block;
	width: 60%;
}

.error-404.not-found form.search-form input[type="search"],
.error-404.not-found form.search-form input[type="text"] {
	padding: 10px;
	box-sizing: border-box;
}

.error-404.not-found form.search-form input[type="submit"],
.error-404.not-found form.search-form button[type="submit"] {
	position: absolute;
	right: 0;
	background-color: #ff214f;
	color: #fff;
	border: 0;
	padding: 0;
	line-height: 1;
	height: 43px;
	width: 43px;
	border-radius: 0px;
}

.error-404.not-found form.search-form input[type="submit"]:hover,
.error-404.not-found form.search-form button[type="submit"]:hover {
	background-color: #ff214f;
	color: #fff;
	border: 0;
}

.error404 #primary,
.error-404.not-found .page-header {
	width: 100%;
	text-align: center;
}

.error404 #primary {
	padding-bottom: 50px;
}

.error-404.not-found .page-header .page-title {
	float: none !important;
	display: inline-block !important;
	width: 60% !important;
}

/*--------------------------------------------------------------

## Contact Page Styles Starts 

--------------------------------------------------------------*/
.wpcf7,
.wpcf7 form.wpcf7-form,
.wpcf7 form.wpcf7-form label,
.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
	float: left;
	width: 100%;
}

.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
	margin-bottom: 15px;
	margin-top: 5px;
}

.wpcf7 form.wpcf7-form input[type="submit"] {
	width: auto;
}

/*--------------------------------------------------------------

## Footer Styles Starts 

--------------------------------------------------------------*/

.site-footer,
#footer-widgets,
#footer-widgets .footer-active-4,
#footer-widgets .footer-active-3,
#footer-widgets .footer-active-2,
#footer-widgets .footer-active-1,
.site-info-holder {
	float: left;
	width: 100%;
}
#footer-widgets {
	background: #353535;
	padding: 75px 0px;
	position: relative;
}
#footer-widgets .widget-column {
	padding-left: 15px;
	padding-right: 15px;
}
#footer-widgets .footer-active-4 {
	width: 25%;
}
#footer-widgets .footer-active-3 {
	width: 33.33%;
}
#footer-widgets .footer-active-2 {
	width: 50%;
}
#footer-widgets .footer-active-1 {
	width: 100%;
}
#footer-widgets section {
	padding: 0;
}
#footer-widgets .widget ul,
.site-footer .site-links ul {
	list-style: none;
	margin: 0;
}
#footer-widgets .widget ul li {
	margin-bottom: 7px;
	position: relative;
}
#footer-widgets .widget ul li:before {
	color: #9c9c9c;
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
}
#footer-widgets .widget ul li {
	padding-left: 22px;
}
#footer-widgets .widget ul.contact-info li:before {
	display: none;
}
#footer-widgets .widget ul.contact-info li {
	padding-left: 0px;
}
#footer-widgets p,
#footer-widgets .widget ul li,
#footer-widgets .widget ul li a {
	color: #9c9c9c;
	font-size: 15px;
}
#footer-widgets .widget ul li i {
	font-size: 15px;
	color: #9c9c9c;
	margin-right: 15px;
	font-family: "FontAwesome";
}
#footer-widgets .widget.widget_recent_posts ul li a {
	position: relative;
	padding-left: 30px;
}
#footer-widgets .widget.widget_recent_posts ul li a:before {
	color: #808080;
	content: "\f115";
	font-size: 15px;
	font-family: "FontAwesome";
	left: 0;
	top: 0px;
	position: absolute;
	line-height: 1;
}
#footer-widgets .widget .widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 13px;
}
#footer-widgets p {
	margin-bottom: 15px;
}
#footer-widgets .social-widgets ul li a {
	font-size: 0px;
	height: auto;
	width: auto;
	border: 0;
}
#footer-widgets .widget.social-widgets {
	margin-top: 0px;
}
#footer-widgets .social-widgets ul li a:hover {
	background: transparent;
}
#footer-widgets .social-widgets ul li:before {
	display: none;
}
#footer-widgets .social-widgets ul li {
	padding-left: 0px;
}
#footer-widgets .social-widgets ul li a:before {
	line-height: 1;
	color: #9c9c9c;
	font-size: 15px;
}
#footer-widgets .social-widgets ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
#footer-widgets .widget_newsletter form,
#footer-widgets .widget_newsletter form input {
	float: left;
	width: 100%;
}
#footer-widgets .widget_newsletter form {
	position: relative;
}
#footer-widgets .widget_newsletter form input {
	color: #9c9c9c;
	padding: 11px;
	border: 0;
	line-height: 1;
}
#footer-widgets .widget_newsletter form button[type="submit"] {
	border-radius: 0px;
	position: absolute;
	right: 0px;
	padding: 10px;
}
#footer-widgets .widget_newsletter form button[type="submit"] i {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-family: "FontAwesome";
}
.site-footer {
	background: #1e1e1e;
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-footer .copyright-wrapper {
	text-align: center;
}
.site-footer .copyright {
	display: inline-block;
	margin-right: 5px;
	color: #9c9c9c;
}
.site-footer .site-info,
.site-footer .site-info a {
	color: #9c9c9c;
	display: inline-block;
}

.tagcloud a {
	color: #9c9c9c;
	display: inline-block;
	font-size: 14px !important;
	padding: 5px 10px;
	border: 1px solid #9c9c9c;
	margin: 0px 5px 10px 0px;
}

/*-------------------------------------- 

14.0 Mean Menu  Css Styles

----------------------------------------*/

.mean-container .mean-bar {
	background: transparent;
	box-shadow: none;
	z-index: 999;
}
.mean-container a.meanmenu-reveal span {
	background: #fff;
}
.mean-container .mean-nav ul li a {
	background: #ff214f;
}
.mean-container a.meanmenu-reveal {
	color: #fff;
	top: 0px;
}
.mean-container .mean-nav {
	margin-top: 73px;
}
.mean-container .mean-nav ul li a {
	text-shadow: none;
}
.mean-container .mean-nav ul li a.mean-expand {
	z-index: 999;
}
/* Go to top */

.gotop {
	background-color: #ff214f;
	border-radius: 50%;
	height: 53px;
	width: 53px;
	bottom: 50px;
	color: #fff;
	display: none;
	float: right;
	position: fixed;
	right: 10px;
	text-align: center;
	z-index: 99999;
	transition: all 0.5s ease-in-out 0s;
}
.gotop i {
	font-size: 20px;
	color: #fff;
	line-height: 53px;
}

.description-holder .about-text a.button:after,
.caption a.button:after {
	content: "\f101";
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	font-family: "FontAwesome";
	font-size: 16px;
}
/*--------------------------------------------------------------

## Media Starts Starts 

--------------------------------------------------------------*/

@media screen and (max-width: 1180px) {
	.container {
		max-width: 100%;
	}
	.tt-partners-main .slick-prev {
		left: 0;
	}
	.tt-partners-main .slick-next {
		right: 0;
	}
	.filter-listli {
		margin-bottom: 10px;
	}

	.comments-area form#commentform p.comment-form-cookies-consent input[type="checkbox"] {
		width: auto;
	}

	.comments-area form#commentform p.comment-form-cookies-consent label {
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	#main-banner .caption,
	.cta-content,
	.tt-testimonials .tt-testimonial-item-main {
		width: 80%;
	}
	.about-us-section .about-us-wrapper .description-holder h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	.cta-content h2 {
		font-size: 25px;
		line-height: 1.5;
	}

	#primary {
		width: 60%;
	}

	#sidebar-primary {
		width: 40%;
	}

	.main-navigation ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation ul li a {
		padding-left: 5px;
		padding-right: 5px;
		font-weight: 400;
	}

	.tt-portfolio .filter-list li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 850px) {
	/* Mean MEnu css */

	#main-nav {
		display: none;
	}
	.mean-container .main-navigation ul li.menu-item-has-children > a::after,
	.mean-container .main-navigation ul li.page_item_has_children > a::after {
		display: none;
	}
	.mean-container .mean-nav {
		overflow: hidden;
	}
	.main-navigation ul li ul {
		position: relative;
		top: 0;
		left: 0 !important;
		opacity: 1;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		z-index: 99999999;
		height: 52px;
		width: 52px;
		line-height: 52px;
		color: #fff !important;
		background: transparent;
		box-shadow: none;
		padding: 0 !important;
		border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
	}
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: #ff214f;
	}
	.mean-container .main-navigation ul li.menu-item-has-children > a,
	.mean-container .main-navigation ul li.page_item_has_children > a {
		padding-right: 40px;
	}
	.mean-container .mean-nav ul li li a {
		width: 100%;
		opacity: 1;
	}
	.mean-container .mean-nav ul li li li a {
		width: 100%;
	}
	.mean-container .main-navigation ul li.menu-item-has-children ul.sub-menu li a {
		color: #fff;
	}
	.mean-container .mean-nav ul li a:hover {
		background: #ff214f;
	}
	/* Mean Menu css ends */

	.site-branding {
		position: relative;
		z-index: 99999;
		margin-top: 0px;
	}
	.site-header .bottom-header {
		padding: 10px 0px 17px 0px;
	}
	.counter-item {
		width: 50%;
	}
	.service-col-4 .service-item,
	.tt-team-col-4 .tt-team-item,
	.portfolio-col-4 .tt-portfolio-item,
	.blog-col-4 .blog-item {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#main-banner .caption h2,
	#main-banner .caption h1 {
		font-size: 28px;
		line-height: 1.5;
	}
	.top-contact-info span {
		padding-left: 5px;
		padding-right: 5px;
	}
	.social-widgets ul li {
		margin-right: 5px;
	}
	.about-us-section .about-us-wrapper .image-holder,
	.about-us-section .about-us-wrapper .description-holder,
	#footer-widgets .footer-active-4,
	#footer-widgets .footer-active-3 {
		width: 100%;
		float: left;
		display: block;
	}
	.about-us-section .about-us-wrapper .image-holder {
		padding-right: 0px;
	}
	.about-us-section .about-us-wrapper .description-holder {
		padding-top: 30px;
		padding-left: 0px;
	}

	.image-holder,
	.description-holder,
	.features-item,
	.tt-testimonials .tt-testimonial-item-main {
		width: 100%;
	}
	.tt-testimonial-item-main .slick-next {
		right: 0;
	}
	.tt-testimonial-item-main .slick-prev {
		left: 0;
	}
	.features-item {
		margin-left: 0px;
	}
	.cta-content h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.service-col-3 .service-item,
	.tt-team-col-3 .tt-team-item,
	.blog-col-3 .blog-item {
		width: 50%;
	}
	.service-item:hover .service-thumb {
		margin-top: 0px;
	}
	.service-item .service-text-wrap,
	.tt-team-item .tt-team-content-wrap,
	.tt-portfolio-item .tt-portfolio-text-wrap {
		position: static;
		bottom: auto;
	}
	.tt-portfolio-item:hover .tt-portfolio-thumb img,
	.service-item:hover .service-thumb img {
		top: 0;
	}
	.section-title h2,
	.section-title h3 {
		font-size: 25px;
	}
	#footer-widgets .widget-column {
		margin-bottom: 30px;
	}
	#footer-widgets .widget-column:last-child {
		margin-bottom: 0px;
	}
	.top-header .top-info-left,
	.top-header .top-info-right {
		width: 100%;
		text-align: center;
	}
	#primary,
	#sidebar-primary {
		width: 100%;
	}
}

@media screen and (max-width: 551px) {
	.cta-content,
	.service-col-2 .service-item,
	.service-col-3 .service-item,
	.service-col-4 .service-item,
	.tt-team-col-4 .tt-team-item,
	.tt-team-col-3 .tt-team-item,
	.tt-team-col-2 .tt-team-item,
	.tt-portfolio-col-4 .tt-portfolio-item,
	.tt-portfolio-col-3 .tt-portfolio-item,
	.tt-portfolio-col-2 .tt-portfolio-item,
	.blog-col-4 .blog-item,
	.blog-col-3 .blog-item,
	.blog-col-2 .blog-item,
	#footer-widgets .footer-active-2 {
		width: 100%;
	}
	.blog-item,
	.tt-team-item,
	.service-item {
		margin-left: 0px;
	}
	#main-banner .caption {
		width: 90%;
	}
}
@media screen and (max-width: 479px) {
	.site-title {
		font-size: 26px;
	}
	.mean-container .mean-nav {
		margin-top: 67px;
	}
	#main-banner .caption h2,
	#main-banner .caption h1 {
		font-size: 18px;
	}
	.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner {
		padding: 0px 20px 20px 20px;
	}
	.tt-testimonial-item-main .slick-dots {
		bottom: 15px;
	}
	.top-header .top-info-left,
	.top-header .top-info-right {
		width: 100%;
		text-align: center;
	}
	.top-header .top-info-right {
		margin-top: 10px;
	}
	.top-contact-info span:last-child {
		margin-top: 5px;
	}
	#main-banner .caption {
		margin-top: 50px;
	}
	.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before,
	.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
		font-size: 30px;
	}
	.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
		right: -14px;
		bottom: -45px;
	}
	.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before {
		top: -45px;
		left: -14px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
		padding: 0;
		margin: 10px 0px;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {
	.top-contact-info span:last-child {
		margin-top: 10px;
	}
}

/* ==================================== */

.entry-content .wp-block-gallery {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
blockquote {
	margin: 1.5em;
}
figure {
	margin: 0;
}
.wp-block-image,
.wp-block-embed {
	margin-bottom: 1.5em;
}
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
	list-style: none;
	margin-left: 0;
}
/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
	background-color: #cccccc;
	border: 0;
	height: 1px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
	width: 100%;
	height: 4px;
	background: transparent;
	margin-top: 20px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
	content: "";
	display: block;
	height: 4px;
	width: 40px;
	background: #cccccc;
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
	color: #191e23;
	font-size: 22px;
	padding-left: 12px;
}

.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/*@media only screen and (min-width: 768px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}*/

@media only screen and (min-width: 768px) {
	.entry-content > *.aligncenter,
	.entry-summary > *.aligncenter {
		margin-left: 0;
		margin-right: 0;
	}
}

/* ======== NO SIDE BAR =========== */

.site-content {
	overflow: hidden;
}

/* == Align wide == */
.global-layout-no-sidebar .entry-content > *.alignwide,
.global-layout-no-sidebar .entry-summary > *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media only screen and (min-width: 768px) {
	.global-layout-no-sidebar .entry-content > *.alignwide,
	.global-layout-no-sidebar .entry-summary > *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
/* == */

/* == Align Full == */
@media (min-width: 768px) {
	.global-layout-no-sidebar .entry-content > *.alignfull,
	.global-layout-no-sidebar #primary ul.wp-block-gallery.alignful {
		margin-top: calc(2 * 20px);
		margin-bottom: calc(2 * 20px);
		max-width: 1000%;
	}
	.global-layout-no-sidebar .entry-content > *.alignwide img,
	.global-layout-no-sidebar .entry-content > *.alignfull img {
		display: block;
		margin: 0 auto;
	}
	.global-layout-no-sidebar .entry-content > *.alignfull,
	.global-layout-no-sidebar #primary ul.wp-block-gallery.alignful {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
	}
}
/* == */

/*==01-02-2019==*/
.site-description {
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

.section {
	margin: 30px 0px;
}
.caption {
	font-weight: 600;
	font-size: 15px;
	color: #6a6a6a;
}

.checbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.checbox + .checbox {
	margin-top: 10px;
}
.checbox input {
	display: none;
}
.checbox__icon {
	display: flex;
	border: 2px solid #ddd;
	border-radius: 2px;
	width: 21px;
	height: 21px;
	transition: all 0.4s;
}
.checbox__caption {
	font-weight: 400;
	font-size: 15px;
	line-height: 173%;
	color: #6a6a6a;
}
.checbox:hover .checbox__icon {
	border-color: #ff214f;
	transition: all 0.4s;
}
.checbox input[type="checkbox"]:checked + .checbox__icon,
.checbox input[type="radio"]:checked + .checbox__icon {
	background-color: #ff214f;
	border-color: #ff214f;
	transition: all 0.4s;
}

.price-work__title {
	margin-bottom: 15px;
}
.price-work__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.price-work__coll {
	display: flex;
	align-items: center;
	width: 100%;
	height: 72px;
	background-color: #fafafa;
	gap: 10px;
	padding: 10px 20px;
}
.price-work__icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-work__box {
	position: relative;
	top: -3px;
}
.price-work__number {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 152%;
	text-transform: uppercase;
	color: #ddd;
}
.price-work__caption {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 160%;
	color: #6a6a6a;
}

.filter__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 15px;
}
.filter__mobile {
	display: none;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 166%;
	text-align: center;
	color: #6a6a6a;
	gap: 10px;
}
.filter__mobile-icon {
	width: 16px;
	height: 18px;
}
.filter__mobile-icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.filter__closed {
	display: none;
}

.select {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.select-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 14px;
	position: relative;
	width: 100%;
	z-index: 1;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 24px;
	height: 40px;
	transition: all 0.3s;
}
.select-title__arrow {
	width: 8px;
	height: 4px;
	transition: all 0.3s;
}
.select-title__arrow svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.select-title__value {
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 166%;
	color: #6a6a6a;
	overflow: hidden;
}
.select-options {
	display: none;
	position: absolute;
	top: calc(100% + 7px);
	left: 0px;
	min-width: 100%;
	overflow: hidden;
	border-radius: 2px;
	padding: 19px 15px;
	background: #ffffff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	z-index: 10;
}
.select.active .select-title__arrow {
	transform: rotate(-180deg);
}

.catalog {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.card {
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.card__img {
	width: 100%;
	height: 190px;
}
.card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.card__top {
	font-family: "Raleway", sans-serif;
	padding: 15px;
	text-align: center;
}
.card__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 122%;
	color: #313131 !important;
	margin-bottom: 5px;
}
.card__price {
	font-weight: 700;
	font-size: 20px;
	line-height: 143%;
	color: #ff214f;
}
.card__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 4px 14px;
	width: 100%;
	height: 38px;
}
.card__item-caption {
	font-weight: 400;
	font-size: 14px;
	line-height: 166%;
	color: #6a6a6a;
}
.card__item-value {
	font-weight: 600;
	font-size: 14px;
	line-height: 166%;
	color: #313131;
}
.card__bottom {
	padding: 10px 10px 15px;
}
.card__btn {
	width: 100%;
}
.card__btn + .card__btn {
	margin-top: 5px;
}
.btn_dark {
	background-color: #313131;
	font-size: 14px;
	padding: 12px;
	border: none;
}

.btn_dark a {
	color: inherit;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(26 26 26 / 83%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.modal.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.modal-body {
	width: 360px;
	position: relative;
	padding: 35px 30px;
	z-index: 10;
}
.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.modal-form__body + .modal-form__body {
	margin-top: 35px;
}
.modal-form__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 15px;
}
.modal-form__caption {
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #9c9c9c;
	margin-bottom: 10px;
}
.modal-form__box {
	position: relative;
	margin-bottom: 15px;
}
.modal-form__field {
	width: 100%;
}
textarea.modal-form__field {
	height: 96px;
}
.modal-form__date-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 12px;
	bottom: 10px;
}
.modal__closed {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 35px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.modal__closed:hover {
	transform: rotate(-180deg);
	transition: all 0.3s;
}
.modal__closed span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
}
.modal__closed span:last-child {
	position: absolute;
	transform: rotate(-45deg);
}

body.lock {
	overflow: hidden;
	height: 100vh;
}
@media (max-height: 680px) {
	.modal {
		display: block;
		overflow: auto;
	}
	.modal-body {
		margin: 50px auto;
	}
}
@media (max-width: 1180px) {
	.price-work__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.filter__body {
		grid-template-columns: repeat(3, 1fr);
	}
	.catalog {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 992px) {
	.price-work__wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.filter__body {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 760px) {
	.filter__mobile {
		display: flex;
	}
	.filter-body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #fff;
		padding: 20px;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.filter-body.active {
		transform: translateY(0%);
		opacity: 1;
		visibility: visible;
		transition: all 0.3s;
	}
	.filter__body {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.filter__closed {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.filter__closed span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #1e1e1e;
		transform: rotate(45deg);
	}
	.filter__closed span:last-child {
		position: absolute;
		transform: rotate(-45deg);
	}
}
@media (max-width: 420px) {
	.modal {
		padding: 35px 15px;
	}
	.modal-body {
		max-width: 360px;
		width: 100%;
		padding: 35px 20px;
	}
}
@media (max-width: 424px) {
	.modal {
		padding: 35px 15px;
	}
	.modal-body {
		max-width: 360px;
		width: 100%;
		padding: 35px 20px;
		margin: 0 auto;
	}
}
@media (max-height: 680px) and (max-width: 424px) {
	.modal {
		padding: 35px 15px;
	}
	.modal-body {
		max-width: 360px;
		width: 100%;
		padding: 35px 20px;
		margin: 0 auto;
	}
}

.main-new {
	float: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.main-new__body {
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}
.main-sidebar {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

.main-product {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.main-product__container {
	width: 48%;
}
.main-product-slick__slide {
	border: 1px solid #f2f2f2;
	width: 100%;
	height: 288px;
}
.main-product__bottom {
	position: relative;
	margin-top: 10px;
}
.main-product .arrow {
	position: absolute;
	width: 10px;
	height: 18px;
	top: calc(50% - 9px);
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s;
}
.main-product .arrow_prev {
	left: 10px;
}
.main-product .arrow_next {
	right: 10px;
	transform: rotate(-180deg);
}
.main-product-slick-min__slide {
	border: 1px solid #f2f2f2;
	width: 147px;
	height: 110px;
	margin-right: 5px;
}
.main-product-slick__slide img,
.main-product-slick-min__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-product__info {
	width: 50%;
}
.main-product__title {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 124%;
	color: #313131;
	margin-bottom: 10px;
}
.main-product__price {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 143%;
	color: #ff214f;
	margin-bottom: 8px;
}
.main-product__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 14px 0px;
	width: 100%;
	min-height: 38px;
}
.main-product__item:last-child {
	border-bottom: 1px solid #f2f2f2;
}
.main-product__item-caption {
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	color: #6a6a6a;
}
.main-product__item-value {
	font-weight: 600;
	font-size: 14px;
	line-height: 129%;
	color: #313131;
}

.product-about {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.product-about__coll {
	padding: 18px;
	background-color: #fafafa;
}
.product-about__icon {
	width: 35px;
	height: 35px;
	display: flex;
	margin-bottom: 14px;
}
.product-about__caption {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	color: #313131;
	margin-bottom: 5px;
}
.product-about__desc {
	font-weight: 400;
	font-size: 15px;
	line-height: 133%;
	color: #6a6a6a;
}

.recommendations__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 166%;
	color: #ff214f;
	margin-bottom: 20px;
}
.recommendations__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.sidebar-contacts {
	width: 100%;
	padding: 25px 22px;
	background-color: #fafafa;
	margin-bottom: 25px;
}
.sidebar-contacts__title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 13px;
	line-height: 200%;
	color: #6a6a6a;
	margin-bottom: 15px;
}
.sidebar-contacts__number {
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #313131;
	margin-bottom: 15px;
}
.main-sidebar .modal-body {
	width: 100%;
	padding: 25px 20px;
}
@media (max-width: 1180px) {
	.product-about {
		grid-template-columns: repeat(2, 1fr);
	}
	.recommendations__body {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 1023px) {
	.main-new__body {
		width: 60%;
	}
	.main-sidebar {
		width: 40%;
	}
	.main-product {
		flex-wrap: wrap;
		gap: 24px;
	}
	.main-product__container {
		width: 100%;
	}
	.main-product__info {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.recommendations__body {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 760px) {
	.main-new {
		flex-direction: column-reverse;
	}
	.main-new__body {
		width: 100%;
	}
	.main-sidebar {
		width: 100%;
	}
	.sidebar-contacts__title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.sidebar-contacts__number {
		margin-bottom: 10px;
	}
	.sidebar-contacts {
		width: 100%;
		padding: 20px 15px;
		background-color: #fafafa;
		margin-bottom: 10px;
	}
	.main-sidebar .modal-body {
		padding: 20px 15px;
	}
	.main-product {
		padding-bottom: 0px;
		border-bottom: none;
		position: relative;
	}
	.main-product::before {
		content: "";
		position: absolute;
		width: 100vw;
		height: 1px;
		left: -20px;
		bottom: 0;
		background-color: #ddd;
	}
	.main-product__title,
	.main-product__price {
		text-align: center;
		width: 100%;
	}
	.main-product__title br,
	.product-about__caption br,
	.product-about__desc br {
		display: none;
	}
	.entry-content_mobile {
		display: none;
	}
	.product-about {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-about__coll {
		padding: 15px;
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.product-about__icon {
		align-items: center;
		margin-bottom: 0;
	}
	.recommendations__title {
		margin-bottom: 10px;
	}
}
@media (max-width: 420px) {
}
@media (max-width: 424px) {
}
@media (max-height: 680px) and (max-width: 424px) {
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
	color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
	color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
	color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
	color: #fff;
	background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
	background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
	background-color: var(--adp-background-color-in-range);
	color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
	background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
	background: none;
	border: none;
}
.air-datepicker-cell {
	border-radius: var(--adp-cell-border-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.air-datepicker-cell.-focus- {
	background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
	color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
	color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
	color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
	cursor: default;
	color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
	color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
	color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
	color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
	background: var(--adp-cell-background-color-in-range);
	border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
	background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
	border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
	color: #fff;
	border: none;
	background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
	color: #fff;
	background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
	background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
	transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
	display: none;
}
.air-datepicker-body--day-names {
	display: grid;
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
	color: var(--adp-day-name-color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
	cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
	color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
	display: grid;
}
.air-datepicker-body--cells.-days- {
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--adp-border-color-inner);
	min-height: var(--adp-nav-height);
	padding: var(--adp-padding);
	box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
	display: none;
}
.air-datepicker-nav--title,
.air-datepicker-nav--action {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.air-datepicker-nav--action {
	width: var(--adp-nav-action-size);
	border-radius: var(--adp-border-radius);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.air-datepicker-nav--action:hover {
	background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
	background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
	visibility: hidden;
}
.air-datepicker-nav--action svg {
	width: 32px;
	height: 32px;
}
.air-datepicker-nav--action path {
	fill: none;
	stroke: var(--adp-nav-arrow-color);
	stroke-width: 2px;
}
.air-datepicker-nav--title {
	border-radius: var(--adp-border-radius);
	padding: 0 8px;
}
.air-datepicker-nav--title i {
	font-style: normal;
	color: var(--adp-nav-color-secondary);
	margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
	background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
	background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
	cursor: default;
	background: none;
}
.air-datepicker-buttons {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}
.air-datepicker-button {
	display: inline-flex;
	color: var(--adp-btn-color);
	border-radius: var(--adp-btn-border-radius);
	cursor: pointer;
	height: var(--adp-btn-height);
	border: none;
	background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
	outline: none;
}
.air-datepicker-button:active {
	background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.air-datepicker-time {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 12px;
	align-items: center;
	position: relative;
	padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
	border-top: none;
}
.air-datepicker-time--current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
}
.air-datepicker-time--current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
	content: "";
	background: var(--adp-background-color-hover);
	border-radius: var(--adp-border-radius);
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
	opacity: 1;
}
.air-datepicker-time--current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: var(--adp-time-day-period-color);
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}
.air-datepicker-time--row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100%
		var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
	margin-bottom: 4px;
}
.air-datepicker-time--row input[type="range"] {
	background: none;
	cursor: pointer;
	flex: 1;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-ms-tooltip {
	display: none;
}
.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:focus {
	outline: none;
}
.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-webkit-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-moz-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-ms-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-moz-range-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
	background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
	background: rgba(0, 0, 0, 0);
}
.air-datepicker {
	--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas: "nav" "body" "timepicker" "buttons";
	--adp-transition-duration: 0.3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #f0f0f0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #a2ddf6;
	--adp-color: #4a4a4a;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: var(--adp-accent-color);
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #c5c5c5;
	--adp-border-color: #dbdbdb;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 4px;
	--adp-border-color-inline: #d7d7d7;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: var(--adp-color-secondary);
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-name-color-hover: #8ad5f4;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 2px;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 4px;
	--adp-cell-background-color-hover: var(--adp-background-color-hover);
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #45bced;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;
	--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
	--adp-overlay-background-color: rgba(0, 0, 0, 0.3);
	--adp-overlay-transition-duration: 0.3s;
	--adp-overlay-transition-ease: ease-out;
	--adp-overlay-z-index: 99;
}
.air-datepicker {
	background: var(--adp-background-color);
	border: 1px solid var(--adp-border-color);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: var(--adp-border-radius);
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, max-content);
	grid-template-areas: var(--adp-grid-areas);
	font-family: var(--adp-font-family), sans-serif;
	font-size: var(--adp-font-size);
	color: var(--adp-color);
	width: var(--adp-width);
	position: absolute;
	transition:
		opacity var(--adp-transition-duration) var(--adp-transition-ease),
		transform var(--adp-transition-duration) var(--adp-transition-ease);
	z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
	opacity: 0;
}
.air-datepicker.-from-top- {
	transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
	transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
	transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
	transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
	transform: translate(0, 0);
	opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
	transition: none;
}
.air-datepicker.-inline- {
	border-color: var(--adp-border-color-inline);
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
	display: none;
}
.air-datepicker.-is-mobile- {
	--adp-font-size: var(--adp-mobile-font-size);
	--adp-day-cell-height: var(--adp-mobile-day-cell-height);
	--adp-month-cell-height: var(--adp-mobile-month-cell-height);
	--adp-year-cell-height: var(--adp-mobile-year-cell-height);
	--adp-nav-height: var(--adp-mobile-nav-height);
	--adp-nav-action-size: var(--adp-mobile-nav-height);
	position: fixed;
	width: var(--adp-mobile-width);
	border: none;
}
.air-datepicker.-is-mobile- * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
	display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
	transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
	transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
	transition: none;
}
.air-datepicker-global-container {
	position: absolute;
	left: 0;
	top: 0;
}
.air-datepicker--pointer {
	--pointer-half-size: calc(var(--adp-pointer-size) / 2);
	position: absolute;
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	z-index: -1;
}
.air-datepicker--pointer:after {
	content: "";
	position: absolute;
	background: #fff;
	border-top: 1px solid var(--adp-border-color-inline);
	border-right: 1px solid var(--adp-border-color-inline);
	border-top-right-radius: var(--adp-poiner-border-radius);
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
	top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
	transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
	right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
	transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
	bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
	transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
	left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
	transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
	left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
	right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
	left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
	top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
	bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
	top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
	grid-area: nav;
}
.air-datepicker--content {
	box-sizing: content-box;
	padding: var(--adp-padding);
	grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
	display: none;
}
.air-datepicker--time {
	grid-area: timepicker;
}
.air-datepicker--buttons {
	grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
	padding: var(--adp-padding);
	border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
	position: fixed;
	background: var(--adp-overlay-background-color);
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition:
		opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),
		left 0s,
		height 0s,
		width 0s;
	transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration),
		var(--adp-overlay-transition-duration);
	z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition:
		opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),
		height 0s,
		width 0s;
}

body .air-datepicker-global-container {
	z-index: 100000;
}

@media screen and (max-width: 850px) {
	.mean-container .mean-nav ul {
		position: absolute;
		padding: 15px 20px 25px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		background-color: #313131;
		box-sizing: border-box;
	}
	.mean-container .mean-nav ul li a {
		float: none;
		width: 100%;
		padding: 8px 0px;
		background: transparent;
		border-bottom: none;
		text-decoration: none;
		text-transform: none;
	}
	.mean-container .mean-nav ul li a:hover {
		background: transparent;
	}
}

.sendForm {
	display: none;
	color: red;
	font-weight: bold;
	margin-top: 15px;
}

/************    notice     ************ */
.notice {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999999;
	padding: 27px 0;
	font-size: 22px;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	opacity: 0;
	margin-top: -60px; }

@media (max-width: 760px) {
	.notice {
		padding: 20px 0;
		font-size: 18px; } }
.notice.active {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition: -webkit-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	opacity: 1; }

.notice a {
	color: white; }

.notice_warning {
	background: #181C19;
	color: white; }

.notice_success {
	background-color: #28a745;
	color: white; }

.notice_top {
	top: 0;
	bottom: auto; }

#sidebar-primary .contact-info .fa{
	color:#ff214f;
	width: 20px;
	padding-right: 10px;
}
#sidebar-primary .contact__item + .contact__item{
	margin-top: 10px;
}

.wpcf7,
.wpcf7 form.wpcf7-form,
.wpcf7 form.wpcf7-form label,
.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
	float: none;
}
.modal-form *{
	float: none;
	clear: both;
}

@media (max-width: 760px) {
	.sub-menu{
		position: relative !important;
		padding: 0 !important;
		overflow: hidden;
	}
	.mean-container .mean-nav ul li a {
		min-height: 36px;
	}
}