/*
Theme Name: grit
Version: 1.0.0
License: GNU General Public License v2 or later

style.css
*/

@import url('./customized-variables.css');

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding: 80px;
	font-size: 16px;
	display: flex;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	color: #404040;
	height: 100%;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 25px 0 25px;
}

h1 {
	font-weight: 900;
	font-size: 48px;
}

h2 {
	font-weight: 700;
	font-size: 32px;
}

h3 {
	font-weight: 600;
	font-size: 24px;
}

h4 {
	font-weight: 500;
	font-size: 20px;
}

h5 {
	font-weight: 500;
	font-size: 18px;
}

h6 {
	font-weight: 600;
	font-size: 13px;
}

/* ====== Header ======  */

/* Base Header Styles */
#header,
#header * {
	transition: var(--transition-standard);
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: var(--size-screen);
	height: var(--size-32);
	z-index: var(--z-30);
	padding: var(--spacing-0) 10%;
}

#header.is-scrolled {
	height: var(--size-20);
	background-color: var(--neutral-900);
}

/* Common Styles for Desktop and Mobile Headers */
#header .desktop-header,
#header .mobile-header,
#header .desktop-header>nav,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block form label[for="mobile-remember-me"],
#header .desktop-header>nav .header-controls-container .login-container .login-block form label[for="desktop-remember-me"],
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block form button,
#header .desktop-header>nav .header-controls-container .login-container .login-block form button,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block .create-account-btn-container a,
#header .desktop-header>nav .header-controls-container .login-container .login-block .create-account-btn-container a,
#header .desktop-header>nav .header-controls-container .languages-container .language-block a,
#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a,
#header .mobile-header .menu-burger-content {
	display: flex;
	align-items: center;
}

#header .mobile-header,
#header .mobile-header #menu-burger-checkbox,
#header .desktop-header>nav .header-controls-container #desktop-header-languages-container-checkbox,
#header .mobile-header>nav .header-controls-container #mobile-header-languages-container-checkbox,
#header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox,
#header .mobile-header>nav .header-controls-container #mobile-header-login-container-checkbox,
#header .desktop-header>nav .header-controls-container .login-container .logged-block,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .logged-block {
	display: none;
}

#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block form input,
#header .desktop-header>nav .header-controls-container .login-container .login-block form input,
#header .desktop-header>nav .header-controls-container .languages-container .language-block a,
#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block,
#header .mobile-header .menu-burger-content {
	width: min(var(--size-full), var(--container-xs));
	flex-direction: column;
}

#header .desktop-header,
#header .mobile-header {
	justify-content: space-between;
	width: var(--size-full);
	height: var(--size-full);
}

#header .desktop-header img,
#header .mobile-header img {
	height: var(--size-10);
	width: 97.53px;
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header img {
	filter: invert(0.9);
}

#header .desktop-header nav {
	gap: var(--gap-6);
}

#header .desktop-header nav .vertical-divider {
	height: var(--size-8);
	width: 2px;
	background-color: var(--neutral-100);
	border-radius: var(--rounded-full);
}

#header .desktop-header nav .menu-links {
	display: flex;
	gap: var(--gap-8);
}

/* Navigation Links */
#header .desktop-header>nav a,
#header .mobile-header .menu-burger-content a {
	color: var(--neutral-100);
	font-size: var(--text-base);
	font-weight: var(--font-semibold);
	text-decoration: none;
	text-underline-offset: 5px;
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header>nav a {
	color: var(--neutral-900);
}

/* Header Controls Container */
#header .desktop-header>nav .header-controls-container,
#header .mobile-header .menu-burger-content .header-controls-container {
	display: flex;
	gap: var(--gap-4);
}

/* Login, Logged Blocks */
#header .login-container {
	position: relative;
	display: flex;
	align-items: center;
}
.al0 #header .login-container svg,
body:not(.al0) #header .login-container .signin-btn {
	display: none;
}

#header .desktop-header .login-container .signin-btn {
	padding: var(--spacing-2);
	font-size: var(--text-base);
}

#header .mobile-header .login-container .signin-btn {
	background-color: var(--neutral-700);
	border-radius: var(--rounded-md);
	padding: var(--spacing-2);
}

#header .login-container .logged-block {
	width: var(--size-80);
	height: var(--size-32);
	background-color: var(--neutral-700);
	border-radius: var(--rounded-md);
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, 100%);
	bottom: -4px;
	padding: var(--spacing-5);
}

#header .login-container .logged-block .logout-btn {
	height: var(--size-10);
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--size-full);
	color: var(--neutral-700);
	background-color: var(--neutral-100);
	border-radius: var(--rounded-md);
	margin-top: auto;
}

/* Languages Container */
#header .desktop-header>nav .header-controls-container .languages-container {
	position: relative;
}

#header .desktop-header>nav .header-controls-container .languages-container .displayed-lang {
	position: absolute;
	right: 2px;
	top: 2px;
	transform: translateX(100%);
	font-size: 0.6rem;
	color: var(--yellow-200);
	font-weight: var(--font-bold);
	letter-spacing: var(--tracking-tighter);
	text-transform: uppercase;
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header>nav .header-controls-container .languages-container .displayed-lang {
	color: var(--neutral-900);
}

#header .desktop-header>nav .header-controls-container .login-container svg:not(#login-google-btn svg),
#header .desktop-header>nav .header-controls-container .languages-container svg {
	width: var(--size-8);
	height: var(--size-8);
	padding: var(--spacing-1_5);
	fill: var(--neutral-100);
	cursor: pointer;
	transform: translateY(2px);
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header>nav .header-controls-container .login-container svg:not(#login-google-btn svg) {
	fill: var(--neutral-900);
}

#header .mobile-header .menu-burger-content .header-controls-container .login-container svg:not(#login-google-btn svg),
#header .mobile-header .menu-burger-content .header-controls-container .languages-container svg {
	width: var(--size-10);
	height: var(--size-10);
	padding: var(--spacing-2);
	background-color: var(--neutral-700);
	border-radius: var(--rounded-md);
	fill: var(--neutral-100);
	cursor: pointer;
	transform: translateY(2px);
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header>nav .header-controls-container .languages-container svg {
	fill: var(--neutral-900);
}

#header .login-btns {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Logged commom user */
.al1 #header .desktop-header>nav .header-controls-container .login-container svg,
.al1 #header .mobile-header .menu-burger-content .header-controls-container .login-container svg {
	fill: var(--yellow-300);
}

.al1 #header .desktop-header>nav .header-controls-container .login-container svg:hover,
.al1 #header .mobile-header .menu-burger-content .header-controls-container .login-container svg:hover {
	fill: var(--yellow-500);
}


/* Logged webmaster user */
.al2 #header .desktop-header>nav .header-controls-container .login-container svg,
.al2 #header .mobile-header .menu-burger-content .header-controls-container .login-container svg {
	fill: var(--orange-400);
}

.al2 #header .desktop-header>nav .header-controls-container .login-container svg:hover,
.al2 #header .mobile-header .menu-burger-content .header-controls-container .login-container svg:hover {
	fill: var(--orange-600);
}

/* Not logged user hover */
body.al0 #header .desktop-header>nav .header-controls-container .login-container svg:hover,
body.al0 #header .desktop-header>nav .header-controls-container .languages-container svg:hover,
body.al0 #header .mobile-header .menu-burger-content .header-controls-container .login-container svg:hover,
body.al0 #header .mobile-header .menu-burger-content .header-controls-container .languages-container svg:hover {
	fill: var(--neutral-300);
}

body:has(.auth-container) #header:not(.is-scrolled) .desktop-header .header-controls-container .languages-container .language-trigger:hover {
	fill: var(--neutral-700);
}

#header .desktop-header>nav .header-controls-container .languages-container .language-block,
#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block {
	background-color: var(--neutral-700);
	position: absolute;
	border-radius: var(--rounded-md);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: var(--size-40);
	padding: var(--spacing-0);
	transform: translate(calc(-50% + 18px), 12px);
	gap: 0;
}


#header .desktop-header>nav .header-controls-container #desktop-header-languages-container-checkbox:checked~.languages-container .language-block,
#header .mobile-header .menu-burger-content .header-controls-container #mobile-header-languages-container-checkbox:checked~.languages-container .language-block,
#header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .login-block,
#header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .login-block,
.al1 #header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .logged-block,
.al1 #header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .logged-block,
.al2 #header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .logged-block,
.al2 #header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .logged-block {
	display: flex;
	overflow: hidden;
}

.al1 #header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .login-block,
.al1 #header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .login-block,
.al2 #header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .login-block,
.al2 #header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .login-block {
	display: none;
}

#header .desktop-header>nav .header-controls-container .languages-container .language-block a,
#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a {
	cursor: pointer;
	justify-content: center;
	padding: var(--spacing-2_5) var(--spacing-0);
	width: var(--size-full);
	color: var(--white);
}


#header .desktop-header>nav .header-controls-container .languages-container .language-block a:hover,
#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a:hover,
.lang-pt #header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a[lang="pt"],
.lang-en #header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a[lang="en"],
.lang-cn #header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a[lang="cn"],
.lang-fr #header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a[lang="fr"],
.lang-es #header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block a[lang="es"],
.lang-pt #header .desktop-header>nav .header-controls-container .languages-container .language-block a[lang="pt"],
.lang-en #header .desktop-header>nav .header-controls-container .languages-container .language-block a[lang="en"],
.lang-es #header .desktop-header>nav .header-controls-container .languages-container .language-block a[lang="es"],
.lang-fr #header .desktop-header>nav .header-controls-container .languages-container .language-block a[lang="fr"],
.lang-cn #header .desktop-header>nav .header-controls-container .languages-container .language-block a[lang="cn"] {
	background-color: var(--neutral-900);
}

#header .desktop-header>nav .header-controls-container .login-container .login-block .separator,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block .separator,
#header .desktop-header>nav .header-controls-container .login-container .login-block .create-account-btn-container .separator,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block .create-account-btn-container .separator {
	color: var(--neutral-100);
	font-size: var(--text-sm);
}

#header .desktop-header>nav .header-controls-container .login-container .login-block .create-account-btn-container .separator,
#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block .create-account-btn-container .separator {
	text-transform: uppercase;
}

@media screen and ((min-width: 1025px) and (max-width: 1280px)) {

	#header .desktop-header>nav .header-controls-container .languages-container .language-block,
	#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block {
		transform: translate(-62px, 12px);
	}
}

@media screen and (max-width: 640px) {
	#header .desktop-header {
		display: none;
	}

	#header .mobile-header {
		display: flex;
	}
}

@media screen and ((max-width: 640px) and (max-height: 800px)) {
	#header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .login-block {
		top: 25%;
	}

	#header .desktop-header>nav .header-controls-container .languages-container .language-block,
	#header .mobile-header .menu-burger-content .header-controls-container .languages-container .language-block {
		transform: translate(-100%, -22.5%);
		left: 50%;
		top: 50%;
	}
}

/* Mobile Header */
#header .mobile-header .menu-burger-container {
	width: var(--size-12);
	height: var(--size-12);
	position: relative;
	cursor: pointer;
	z-index: var(--z-10);
}

#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container {
	transform: translateX(32px);
}

#header .mobile-header .menu-burger-container:hover {
	filter: var(--brightness-90);
}

/* Menu Burger Trigger */
#header .mobile-header .menu-burger-container .menu-burger-trigger {
	width: var(--size-8);
	height: var(--size-1);
	background-color: var(--neutral-100);
	border-radius: var(--rounded-full);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body:has(.auth-container) #header:not(.is-scrolled) .mobile-header #menu-burger-checkbox:not(:checked)~.menu-burger-container .menu-burger-trigger {
	background-color: var(--neutral-900);
}

#header .mobile-header .menu-burger-container .menu-burger-trigger::before,
#header .mobile-header .menu-burger-container .menu-burger-trigger::after {
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	background-color: inherit;
	border-radius: inherit;
	transition: var(--transition-standard);
}

#header .mobile-header .menu-burger-container .menu-burger-trigger::before {
	transform: translateY(-10px);
}

#header .mobile-header .menu-burger-container .menu-burger-trigger::after {
	transform: translateY(10px);
}

#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container .menu-burger-trigger {
	transform: translate(-50%, -50%) rotate(45deg);
}

#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container .menu-burger-trigger::before {
	transform: rotate(0deg);
}

#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container .menu-burger-trigger::after {
	transform: rotate(-90deg);
}

/* Menu Burger Content */
#header .mobile-header .menu-burger-content {
	height: var(--container-xs);
	background-color: var(--neutral-900);
	position: fixed;
	top: 0;
	right: 0;
	transform: translate(100%, -100%);
	justify-content: center;
	gap: var(--gap-5);
}

#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container~.menu-burger-content {
	transform: translate(0%, 0%);
}

#header .mobile-header .menu-burger-content a {
	font-size: var(--text-xl);
}

@media screen and (max-width: 480px) {
	#header .mobile-header .menu-burger-content {
		left: 50%;
		transform: translate(-50%, -100%);
	}

	#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container {
		transform: translateX(20px);
	}

	#header .mobile-header #menu-burger-checkbox:checked~.menu-burger-container~.menu-burger-content {
		transform: translate(-50%, 0%);
	}

	#header .desktop-header>nav .header-controls-container .login-container .login-block,
	#header .mobile-header .menu-burger-content .header-controls-container .login-container .login-block {
		left: 50%;
		top: 0;
		transform: translate(-50%, -100%);

	}

	#header .desktop-header>nav .header-controls-container .login-container .logged-block,
	#header .mobile-header .menu-burger-content .header-controls-container .login-container .logged-block {
		transform: translate(-50%, -100%);
		left: 50%;
		top: 0;
	}

	#header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .logged-block,
	#header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .logged-block {
		transform: translate(-50%, 12px);
		top: unset;
	}

	#header .desktop-header>nav .header-controls-container #desktop-header-login-container-checkbox:checked~.login-container .login-block,
	#header .mobile-header .menu-burger-content .header-controls-container #mobile-header-login-container-checkbox:checked~.login-container .login-block {
		transform: translate(-50%, 12px);
	}
}

/* ======[END] Header [END]======  */

.display-header {
	font-size: 62px;
	font-weight: 900;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .5px;
	position: relative;
}

.navbar-menu a {
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.5s;
	text-decoration: none;
}

.navbar-menu a:focus {
	color: #FFF;
}

a:hover,
a:focus {
	color: #615F5F;
	opacity: 0.8;
	text-decoration: unset;
	transition: all 0.5s;
}

ul {
	margin: 0;
	padding: 0;
}

.p2 {

	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .5px;
}

.p2 i {
	font-size: 18px;
	font-weight: 600;
}

.single p {

	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #3a405b;
	letter-spacing: 0.5px;
	margin: 10px 0 30px;
}

dt {
	margin-bottom: 5px;
}

dd,
td {
	margin: 0 0 20px;
	line-height: 22px;
	color: #73757d;
}

address {
	color: #555555;
	font-size: 16px;
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

code {
	color: #e67e22;
	background-color: #fff1e7;
}

pre {
	padding: 25px;
	color: #999;
	border: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #1f1f1f;
}

.separator {
	width: 280px;
	display: flex;
	align-items: center;
	text-align: center;
	cursor: default;
}

.separator::before,
.separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #c1c1c1;
}

.separator::before {
	margin: 0px 10px 0px 20px;
}

.separator::after {
	margin: 0px 20px 0px 10px;
}

/* ------------------------------------------*/

#top-menu .container {
	display: flex;
	justify-content: space-between;
}

#top-menu {
	padding: 40px 20px;
	transition: all 0.6s;
}

#top-menu nav.bottom-nav {
	display: none;
}

#top-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#top-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	padding: 0;
	font-weight: 900;
}

#top-menu a.navbar-brand img,
#top-menu a.navbar-brand span {
	display: inline-block;
}

a.navbar-brand {
	display: flex;
	align-items: center;
}

a.navbar-brand span {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 600ms;
	position: relative;
	left: -50px;
}

a.navbar-brand:hover span {
	opacity: 1;
	visibility: visible;
	transition: all 600ms;
	left: 0;
}

#top-menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

#top-menu.navbar-default .navbar-nav>li>a:hover {
	color: #615f5f;
	transition: all 0.5s;
}

#top-menu.navbar-default .navbar-nav {
	text-align: center;
}

#top-menu.navbar-default .navbar-nav li {
	float: none;
	display: inline-block;
}

.on {
	background-color: #222328 !important;
	padding: 15px 10% !important;
}


.navbar-collapse.collapse.in {
	width: 100%;
	height: 100vh !important;
	max-height: none !important;


	left: 0;
	right: 0;

	margin: 0;
	position: relative;

}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #FCAC45 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #3a6ee8;
	border-color: #3a6ee8;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.nav-view {
	transition: .5s ease-in-out;
	width: 80% !important;
	display: inline-block;
}

#nav-top {
	transition: .5s ease-in-out;
	display: inline-block;
	height: 50px;
}

#nav-top li:last-of-type a {
	padding: 15px 0px 15px 15px
}

/* Icon 1 */

#nav-icon {
	width: 26px;
	height: 18px;
	position: relative;
	float: right;
	margin-left: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 8px;
}

#nav-icon span:nth-child(3) {
	top: 16px;
}

#nav-icon.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* 2.3 Buttons */

.button {
	width: 280px;
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	font-size: 16px;
	font-weight: bold;
	color: #353535;
	transition: all 0.2s;
}

.button:hover {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
	text-decoration: none;
}

/*google button*/

span.abcRioButtonContents {
	font-size: 16px !important;
	font-weight: bold;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	padding: 12px 50px;
	font-size: 10px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.30;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-outline-primary {
	color: #404040;
	border: 2px #404040 solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-secondary {
	color: #3a8cf7;
	border: 2px #3a8cf7 solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-success {
	color: #43d29e;
	border: 2px #43d29e solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-info {
	color: #32cdda;
	border: 2px #32cdda solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-warning {
	color: #dd4132;
	border: 2px #dd4132 solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-danger {
	color: #f89338;
	border: 2px #f89338 solid;
	border-radius: 30px;
	background-color: transparent;
	opacity: 1;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #404040;
	background-color: transparent;
	border: 2px #404040 solid;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #3a8cf7;
	border: 2px #3a8cf7 solid;
	background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #43d29e;
	background-color: transparent;
	border: 2px #43d29e solid;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #32cdda;
	background-color: transparent;
	border: 2px #32cdda solid;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #dd4132;
	background-color: transparent;
	border: 2px #dd4132 solid;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: transparent;
	color: #f89338;
	border: 2px #f89338 solid;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 16px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	font-size: 10px;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	font-size: 9px;
}

.btn-half-block {
	display: inline-block;
	width: 50%;
}

.btn-half-block+.btn-half-block {
	margin-top: 5px;
}

.btn-secondry {
	border-radius: 30px;
}


/*search input*/

#search {
	float: right;
}

#search input[type="text"]::placeholder {
	color: #fff;
}

#search input[type="text"] {
	background: url(img/search-white.png) no-repeat 0px 3px;
	border: 0 none;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #fff;
	width: 0px;
	padding: 8px 10px 8px 30px;
	border-bottom: 0px #fff solid;
	border-radius: 0px;
	margin-right: -15px;
	margin-left: 15px;
	margin-top: 5px;
	transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
	width: 200px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
	outline: 0px !important;
}

/* 2.4 Alerts */

.alert {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 1;
	filter: alpha(opacity=20);
}

.alert-success {
	background-color: #4be1ab;
	border-color: #4be1ab;
	color: #fff;
}

.alert-success hr {
	border-top-color: #4be1ab;
	;
}

.alert-success .alert-link {
	color: #fff;
}

.alert-info {
	background-color: #1393fd;
	border-color: #1393fd;
	color: #fff;
}

.alert-info hr {
	border-top-color: #1393fd;
}

.alert-info .alert-link {
	color: #fff;
}

.alert-warning {
	background-color: #ffa335;
	border-color: #ffa335;
	color: #fff;
}

.alert-warning hr {
	border-top-color: #ffa335;
}

.alert-warning .alert-link {
	color: #fff;
}

.alert-danger {
	background-color: #ed202e;
	border-color: #ed202e;
	color: #fff;
}

.alert-danger hr {
	border-top-color: #ed202e;
}

.alert-danger .alert-link {
	color: #fff;
}

.label {
	display: inline;
	padding: .6em .9em .6em;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
	margin-right: 2px;
	vertical-align: baseline;
	border-radius: .25em;
}

.label.disabled,
.label[disabled],
fieldset[disabled] .label {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*	2.5 Badges */

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 4px 9px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

.badge-default {
	background-color: #777777;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
	background-color: #5e5e5e;
}

.badge-primary {
	background-color: #337ab7;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	background-color: #286090;
}

.badge-success {
	background-color: #4be1ab;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	background-color: #24d595;
}

.badge-info {
	background-color: #1393fd;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	background-color: #0279db;
}

.badge-warning {
	background-color: #ffa335;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	background-color: #ff8c02;
}

.badge-danger {
	background-color: #ed202e;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	background-color: #ca101d;
}

.badge.disabled,
.badge[disabled],
fieldset[disabled] .badge {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*	2.6 Breadcrumbs	*/

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	color: #b5bfd0;
	font-size: 14px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li>a {
	color: #b5bfd0;
	font-size: 14px;
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 10px;
	color: #b5bfd0;
}

.breadcrumb>.active {
	color: #3a405b;
	font-weight: 600;
}

/* 2.8 Collapse */

.well {
	min-height: 20px;
	padding: 19px;
	margin-top: 26px;
	color: #3a405b;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	background-color: #f0f2f7;
	border: 1px solid #f0f2f7;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* 	2.9 Dropdown */

button.dropdown-toggle .glyphicon {
	right: -29px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 9px 25px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #404040;
	font-size: 14px;
	white-space: nowrap;
}

button+.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid #cccccc;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*----------------
3.0 Base Elements
------------------*/










/* All base elements go here */

/*--------------------
3.1 Forms
--------------------*/
.form-group {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-2);
}

.form-group label {
	transform: translateY(26px);
	margin-left: var(--spacing-3);
	transition: transform 250ms ease-in-out;
	font-size: var(--text-sm);
	z-index: var(--z-10);
}

.form-group label>small {
	color: var(--red-500);
}

.form-group:focus-within label,
.form-group.has-value label {
	transform: translate(-31px, 12px) scale(0.8);
}

.form-group:has(.invalid-field.show) input {
	border-bottom-color: var(--red-500);
}

input,
textarea {
	border: var(--border-0);
	border-bottom: 1px solid var(--neutral-300);
	padding: var(--spacing-2) var(--spacing-3);
	font-size: var(--text-base);
}

input:focus,
textarea:focus {
	border-bottom-color: var(--blue-400);
}

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 {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
	text-decoration: none;
}

select {
	border: 1px solid #ccc;
}


textarea {
	width: 100%;
	background: #f0f2f7;
}

.form-control {
	height: inherit;
	box-shadow: none;
	color: #000;
}

input[type="checkbox"] {
	position: relative;
	width: var(--size-3);
	height: var(--size-3);
	appearance: none;
	border: 1px solid var(--black);
	padding: 0;
	border-radius: var(--rounded-sm);
}

input[type="checkbox"]:checked {
	background-color: var(--blue-400);
	border-color: var(--blue-400);
}

input[type="checkbox"]::after {
	content: 'L';
	color: var(--white);
	position: absolute;
	opacity: 0;
	transform: rotateY(180deg) rotate(-45deg) translate(0%, 0%);
	font-size: 0.65rem;
	top: -19%;
	left: 31%;
}

input[type="checkbox"]:checked:after {
	opacity: 1;
}

/* Signup Form */
#contacts-form2 {
	display: flex;
	flex-direction: column;
	gap: var(--gap-3);
}

#contacts-form2 .form-group label {
	min-width: var(--size-40);
	display: inline-block;
}

.input-group {
	margin-bottom: 15px;
}

/*RADIO AND CHECK BOX*/

.checkbox {
	margin-top: 0
}

form .radio label,
form .checkbox label {
	color: #a6a6a6;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.input-group-addon {
	padding: 0px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #a1aaba;
	text-align: center;
	background-color: #f0f2f7;
	border: 1px solid #e3e8f0;
	border-radius: 4px;
}

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
	background-color: #f4f5f9;
	border-color: #e6e9f0;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
	color: #bec3d4;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
	background-color: #ed202e;
	border-color: #e6e9f0;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
	background-color: #1393fd;
	border-color: #e6e9f0;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
	background-color: #ffa335;
	border-color: #e6e9f0;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
	background-color: #4be1ab;
	border-color: #e6e9f0;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
	color: #fff;
}

/*Radio*/



input[type="radio"] {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e5e8ef;
	cursor: pointer;
	display: inline-block;
	height: 17px;
	margin-right: 3px;
	position: relative;
	width: 17px;
	-webkit-appearance: none;
	appearance: none;
}

input[type="radio"]+label {
	font-weight: 400;
}

input[type="radio"]:after {
	opacity: 0;
}

input[type="radio"]:checked::after {
	background-color: #444;
	border-radius: 25px;
	background-color: #4be1ab;
	content: '';
	display: block;
	height: 9px;
	left: 3px;
	position: relative;
	top: 3px;
	width: 9px;
	opacity: 1;
}

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #e5e8ef;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
	background-color: #c0c7da;
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: #e4e7ef;
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: #c0c7da;
}

.radio-danger input[type="radio"]+label::after {
	background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #e4e7ef;
}

.radio-danger input[type="radio"]:checked+label::after {
	background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
	background-color: #3a8cf7;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #e4e7ef;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #3a8cf7;
}

.radio-warning input[type="radio"]+label::after {
	background-color: #51dde9;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #e4e7ef;
}

.radio-warning input[type="radio"]:checked+label::after {
	background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
	background-color: #4be1ab;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #e4e7ef;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #4be1ab;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
	color: #fff;
}

/* Validation Status */



.has-feedback label {
	color: #a1aaba !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-size: 13px;
}

.has-feedback input[type="text"] {
	border-width: 2px;
	border-radius: 4px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #4be1ab;
}

.has-success .form-control {
	border-color: #4be1ab;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #4be1ab;
}

.has-success .input-group-addon {
	color: #454648;
	border-color: #4be1ab;
	background-color: #FFF;
}

.has-success .form-control-feedback {
	color: #4be1ab;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #f89338;
}

.has-warning .form-control {
	border-color: #f89338;
}

.has-warning .form-control:focus {
	border-color: #f89338;
}

.has-warning .input-group-addon {
	color: #454648;
	border-color: #f89338;
	background-color: #fff;
}

.has-warning .form-control-feedback {
	color: #f89338;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #ed202e;
}

.has-error .form-control {
	border-color: #ed202e;
	;
}

.has-error .form-control:focus {
	border-color: #ed202e;
}

.has-error .input-group-addon {
	color: #454648;
	border-color: #ed202e;
	background-color: #fff;
}

.has-error .form-control-feedback {
	color: #ed202e;
}

.more-less {
	float: right;
	color: #fff;
}

/*3.3 Modal Popup */


.modal-title {
	text-align: center;
	font-size: 32px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}

.modal-footer {
	border: none;
	padding: 15px 30px 40px;
	text-align: center;
}

.modal-header {
	border: none;
	padding: 40px 30px 15px;
}

.modal-body {
	padding: 30px;
}

.modal-body p {
	font-size: 17px;
	color: #343e5c;
	letter-spacing: 0.8px;
	text-align: center;

	line-height: 1.7;
}

.close:hover {
	color: #CCC;
	background-color: transparent;
}

/* 3.5 Popover / Display Massage */

.message-display {
	display: none;
	/*flex*/
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.message-container {
	min-width: 320px;
	min-height: 140px;
	background-color: rgb(245 245 245);
	color: white;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.message-header {
	display: flex;
	justify-content: space-between;
}

.message-container h4 {
	font-weight: bold;
	margin: 0;
}
.message-container p {
	margin: 0;
	text-align: center;
}
.message-container p > div{
	font-size:80%;
}


.close-message {
	height: 32px;
	width: 32px;
	cursor: pointer;
	transition: all 0.3s;
	position: absolute;
	padding-left: 3px;
	right: 1px;
	top: 0px;
}

.close-message:hover {
	opacity: 0.6;
}

.close-icon {
	width: fit-content;
	height: fit-content;
	background-color: #000;
	border-radius: 4px;
}

.close-icon:before {
	width: fit-content;
	height: fit-content;
	background-color: transparent;
	border-radius: 20px;
	float: right;
	content: "x";
	padding: 2px 8px;
	display: flex;
	color: var(--neutral-700);
}

.close-product-images .close-icon {
	background-color: #333;
}

.close-product-images .close-icon:before {
	background-color: #333;
}

.popover-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222327;
	text-align: center;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #b5bfd0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
}

.popover {
	border: 1px solid rgba(228, 231, 239, 0.11);
	border: 1px solid rgba(228, 231, 239, 0.11);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* 3.6 Progress bar */

.progress {
	border-radius: 0px;
}

.progress-bar {
	box-shadow: none;
}

/* 3.7 Tabs */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #3a405b;
	background-color: #f0f2f7;
	border: 1px solid #f0f2f7;
	font-size: 11px;
	text-transform: uppercase;
}

.nav-tabs li:before {
	visibility: hidden;
}

.nav-tabs>li>a {
	color: #3a405b;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-right: 0;
	border: 1px #f0f2f7 solid;
}

.nav-tabs>li:last-child a {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.nav-tabs>li:not(:first-child):not(:last-child) a {
	border-radius: 0;
}

.tab-content .tab-pane {
	padding: 15px;
	background: #f0f2f7;
}

.page .page-block .nav-tabs>li,
.single .nav-tabs>li {
	margin: 0;
}

/*----------------------
3.8 Tables, Others
----------------------- */

table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-top: 1px solid #ececec
}

tr th:first-child,
tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #ececec
}

tr th:first-child,
tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px
}

th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-color: #ececec
}

td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-size: 13px;
	padding: 10px
}

table tr:nth-child(odd) {
	background-color: #f7f7f7;
}


/*----------------
4.0 Accessibility
------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*-----------
4.1 Alignments
------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----------
4.2 Clearings
-----------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------
4.3 Widgets
---------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget p {
	text-align: center;
	color: #73757d;
	font-size: 14px;
	font-weight: 600;
}

.widget-title {
	font-size: 14px;
	font-weight: 500;
	color: #404040;
	background: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	margin: 30px 0 20px;
	text-align: center;
	text-transform: uppercase;
	border: 0px #00d3f3 dashed;
	border-radius: 0px;
	padding: 8px;
}

.widget-title:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #404040;
	position: relative;
	top: -5px;
	margin: 0 5px;
}

.widget-title:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #404040;
	position: relative;
	top: -5px;
	margin: 0 5px;
}

.me {
	border-bottom-color: #d35400;
}

.n-lt-s input[type='email'] {
	width: 100%;
	border: none;
	box-shadow: none;
	background: #ededed;
	border-radius: 0px;
}

.n-lt-s button {
	width: 100%;
	background: #d35400;
	color: #fff;
	border: none;
}

.n-lt-s label {
	font-size: 12px;
	font-weight: 300;
	color: #7f8c8d;
	text-transform: uppercase;
}

.tagcloud a {
	border: 0px #fe5339 solid;
	border-radius: 0;
	background: #f7f7f7;
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	margin-left: 4px;
	border-radius: 0;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 11px !important;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

.tagcloud a:hover {
	transition: all 300ms ease-in-out;
	background: #fe5339;
	color: #fff;
}

aside .widget_search {
	margin-bottom: 18px;
	margin-top: 27px;
}

aside .widget_search .input-group {
	margin-bottom: 0;
	margin-top: 25px;
}

aside .widget_search button {
	background: #fe5339;
	color: #fff;
	opacity: 1;
}

aside .widget_search button:hover {
	opacity: 0.7;
	transition: all 600ms ease-in-out;
	border: 1px #fe5339 solid;
}

.thumb {
	display: block;
	width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

.widget_recent_comments ul li {
	padding: 26px 0;
	font-family: 'Montserrat', sans-serif;
	color: #73757d;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	letter-spacing: 0.8px;
	border-bottom: 2px #f3f3f3 solid;
	margin-bottom: 1px;
	list-style: none;
}

.widget_recent_comments ul li:last-child {
	border-bottom: 0px #f3f3f3 solid;
}

.widget_recent_comments ul li a {
	color: #43484d;
}

.widget_recent_comments ul li a:hover {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_recent_comments ul li span {
	font-weight: 600;
	font-size: 12px;
}

.widget_recent_comments ul li .comment-author-link a {
	color: #73757d;
}

.widget_recent_comments ul li:before {
	font-family: 'FontAwesome';
	content: "\f0e5";
	display: inline-block;
	color: #43484d;
	position: absolute;
	left: 45px;
	font-size: 18px;
}

.widget_recent_entries li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.widget_recent_entries li img:hover {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.widget_recent_entries li a {
	margin-left: 0px;
	float: left;
}

.widget_recent_entries li {
	border-bottom: 1px #f4f4f4 solid;
	padding: 15px 0;
}

.widget_recent_entries ul li .media-body p {
	color: #193f5d;
	font-size: 14px;
}

.widget_recent_entries .media {
	margin-top: 0;
}

.widget_recent_entries ul li .media-body p a {
	color: #6f6f6f;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin-left: 12px;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	margin-top: 0px;
	line-height: 1.8;
}

.widget_recent_entries ul li .media-body p a:hover {
	color: #fe5339;
	text-decoration: none;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_recent_entries ul li .media-body p {
	text-align: left;
	margin: 0;
}

.widget_recent_entries ul li .media-body p a span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	color: #acadb1;
	text-decoration: underline;
}

.widget_archive ul {
	margin-left: 0;
	padding-left: 0;
}

.widget_archive ul li {
	padding: 8px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.8px;
	color: #969dad;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	border: none;
	border-bottom: 0px #dcdde1 solid;
	margin-bottom: 1px;
	text-transform: uppercase;
	list-style: none;
}

.widget_archive ul li a {
	color: #000;
}

.widget_archive li a:hover {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

aside section {
	margin-bottom: 60px !important;
}

aside section:first-child {
	margin-top: 0px;
}

aside {
	padding-left: 40px !important;
}

aside ul li {
	padding: 8px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.8px;
	color: #969dad;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	border: none;
	border-bottom: 0px #dcdde1 solid;
	margin-bottom: 1px;
	text-transform: none;
	list-style: none;
}

aside ul li a {
	color: #000;
}

aside li a:hover {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_categories ul {
	background: none;
	padding: 0px;
}

.widget_categories ul li {
	padding: 16px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.8px;
	color: #6f6f6f;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	border: none;
	border-bottom: 1px #e2ddc7 solid;
	margin-bottom: 1px;
	text-transform: uppercase;
	list-style: none;
}

.widget_categories ul li a {
	color: #6f6f6f;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	text-transform: uppercase;
}

.widget_categories ul li a span {
	float: right;
}

.widget_categories li a:hover {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_tag_cloud .tagcloud a {
	margin-top: 5px;
}

.widget_meta ul {
	list-style: none;
}

.widget_meta li {
	padding: 8px 0;
}

.widget_meta li a {
	color: #193f5d;
	font-size: 14px;
	list-style: none;
	font-weight: 600;
}

.widget_meta li a:hover {
	color: #fc8f2f;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_meta li:hover:before {
	color: #ec6262;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_meta li:before {
	content: "-";
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #bbbbbb;
}

.widget_social ul {
	margin-left: 0;
	padding-left: 0;
}

.widget_social li i {
	/*background: #666;*/
	text-align: center;
	padding: 0px;
	font-size: 20px;
	/*border-radius: 50%;*/
	color: #000;
}

.widget_social li i:hover {
	color: #fff;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	opacity: 0.8;

}

.widget_social li {
	border: none;
	color: #fff;
	border-radius: 8px;
	margin: 6px;
	background-color: transparent;
	display: inline-block;
}

.widget_search .input-group-btn button {
	padding: 12px 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.widget_social li a {
	display: inline-block;
}

.widget_social {
	height: auto;

	display: block;
}

.widget_social .fa {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	width: 46px;
	color: #fff;
}

.widget_social .fa-facebook {
	background: #3fccfd;
}

.widget_social .fa-twitter {
	background: #3b5998;
}

.widget_social .fa-google-plus {
	background: #df4b38;
}

.widget_social .fa-rss {
	background: #fba529;
}

.widget_social .fa-pinterest {
	background: #3fccfd;
}

.widget_social .fa-dribbble {
	background: #ea4c89;
}

.widget_social .fa-behance {
	background: #006ffb;
}

.widget_social .fa-instagram {
	background: #893a8b;
}

.widget_social .fa-youtube-play {
	background: #c71d20;
}

.widget_social .fa-youtube {
	background: #c71d20;
}

.widget_tag_cloud .tagcloud a {
	margin-top: 5px;
}

.widget_meta ul {
	list-style: none;
	padding-left: 0;
}

.widget_meta li {
	padding: 8px 0;
}

.widget_meta li a {
	color: #193f5d;
	font-size: 14px;
	list-style: none;
	font-weight: 600;
}

.widget_meta li a:hover {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_meta li:hover:before {
	color: #ff4a5d;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}

.widget_meta li:before {
	content: "-";
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #bbbbbb;
}

.usrdt p {
	margin: 0;
}

.usrdt .blg-dtl {
	display: block;
	margin-top: -30px;
	margin-bottom: 15px;
	text-align: center;
}

.usrdt .blg-dtl img {
	width: 180px;
	height: 180px;
	border: 10px #fff solid;
	margin-left: 145px;
}

.usrdt .blg-dtl .lg-nm {
	color: #000;
	font-size: 12px;
	font-weight: 300;
}

.usrdt .blg-dtl .blg-desig {
	color: #acacac;
	font-size: 12px;
	font-weight: 300;
}

.usrdt .blg-cnt {
	color: #acacac;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}

.usrdt .blg-an {
	display: block;
	padding: 15px;
	text-align: center;
	background: #3a3d48;
	color: #fff;
	margin-top: 40px;
}

.usrdt .blg-an:hover {
	background: #6ad8d5;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
}

.usrdt .sc li a {
	font-size: 12px;
	color: #fff;
}

.usrdt .sc li a .fa-facebook {
	background: #2685dd;
	padding: 4px 6px;
	border-radius: 10px;
}

.usrdt .sc li a .fa-twitter {
	background: #06c0fd;
	padding: 4px 5px;
	border-radius: 10px;
}

.usrdt .sc li a .fa-instagram {
	background: #9c7e5f;
	padding: 4px 6px;
	border-radius: 10px;
}

/*----------
4.4 Comments
------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments span {
	margin: 0;
}

#comments p {
	padding: 0;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 1.7;

	color: #6f6f6f;
	margin-left: 0 !important;
}

#comments form label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#comments .comments-title {
	font-size: 20px;
	margin-left: 0;
	padding-left: 0;
}

#comments .comments-title:before {
	content: "\f086";
	color: #e4e7ef;
	display: inline-block;
	margin-right: 15px;
	font-family: 'FontAwesome';
}

#comments a {
	color: #404040;
}

#comments {
	margin-top: 30px;
	border-top: 0px #999999 solid;
	padding-top: 25px;
	margin-bottom: 50px;
}

#comments .comment-reply-title {
	font-size: 22px;
	margin-top: 30px;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin-left: 0 !important;
}

#comments ol li {
	border-left: 0px #ccc solid;
	padding: 0;
	word-wrap: break-word;
}

#comments .comment-author {
	display: inline-block;
	font-size: 12px;
}

#comments .comment-author b {
	margin-left: 116px;
	font-size: 12px;
	color: #404040;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

#comments .comment-author b a {
	color: #404040;
	text-transform: uppercase;
}

#comments ol li .comment-metadata {
	display: block;

}

#comments ol li .comment-metadata a {
	color: #73757d;
	margin-left: 116px;
	font-size: 16px;
	font-style: italic;
	color: #999999;


}

#comments .comment-content {
	position: relative;
	margin-left: 120px;
	/*top: -80px;
    left: 120px;*/
}

#comments ol li ol {
	border-top: 0px #e1e1e1 solid;
	margin-bottom: 30px;
}

#comments ol li ol li {
	border-bottom: 0px #e1e1e1 solid;
	word-wrap: break-word;
	padding-left: 50px;
}

#comments .comment-body {
	padding: 50px 20px;
	text-align: left;
	margin-top: 0;
	background: #fafafa;
	border-bottom: 3px #f2f2f2 solid;
}

#comments .comment-author .avatar {
	width: 100px;
	height: 100px;
	max-height: inherit;
	min-height: inherit;
	display: inline-block;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
	position: absolute;
}

#comments .reply {
	float: right;
}

#comments .reply a {
	color: #73757d;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
}

#comments .reply a:before {
	content: "\f075";
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
	color: #73757d;
}

#respond h3 {
	padding-left: 0;
}

#respond textarea {
	width: 100%;
	border: 1px #e1e1e1 solid;
	border-radius: 0;
}

#respond input {
	border: 1px #e1e1e1 solid;
	width: 100%;
	display: block;
	border-radius: 0;
}

#respond input[type=submit] {
	background: #ff5959;
	color: #fff;
	border: none;
	float: left;
	font-family: 'Montserrat', sans-serif;
	padding: 18px;
}

#respond input[type=submit]:hover {
	background: #fe7575;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#respond p.comment-form-comment {
	display: block;
	width: 100%;
}

#respond p {
	display: inline-block;
	width: 49%;
	margin: 15px 2px;
}

#respond p.comment-form-url {
	width: 100%;
}

#respond p label .required {
	display: inline-block;
}

/*----------------
4.5 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;
}

/*-----
4.6 Media
-------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*----------------
5.0 Homepage Sections
-----------------*/



#home-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 0px 0;
	height: 100vh;
	width: 100%;
}

.bg-image-on:before {
	background-color: #000;
	opacity: 0.4;
}

#home-banner .content {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#home-banner h1 {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	line-height: 1.2;
	margin: 8px auto;
}

#home-banner h1 span {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0;
}

#home-banner h1 span:after {
	display: block;
	content: '';
	bottom: -2px;
	left: 0px;
	margin-top: 3px;
	height: 2px;
	width: 0%;
	background-color: #fff;
}

#home-banner h1 span.liner:after {
	width: 100%;
	transition: all ease-in-out 2s;
}

#home-banner span {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.8px;
	font-style: italic;
	display: inline-block;
}


.no-padding {
	padding-left: 0;
	padding-right: 0;
}

#about-us-block {
	padding: 100px 0;
}

.section-title a {
	/*position:relative; margin-top:-64px; margin-right:8px;*/
	float: right;
	padding: 12px 50px;
	font-size: 11px;
	line-height: 1.42857143;
	border-radius: 0px;
	user-select: none;
	background-color: transparent;
	border: 2px #d9d9d9 solid;
	color: #404040;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-top: -43px;
	text-align: right;
}

.section-title a:hover {
	background-color: #ff4a5b;
	border: 2px #ff4a5b solid;
	color: #fff;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	text-decoration: none;
}

#about-us-block .section-title h2 {
	margin-bottom: 30px;
}

#about-us-block .section-title p {
	color: #6f6f6f;
	font-size: 120%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
}

#features-block .row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}


#our-work-block {
	padding: 80px 0 160px;
}

#our-work-block h2 {
	font-size: 32px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#our-work-block h2:after {
	border: 1px #CCC solid;
	width: 64px;
	height: 64px;
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: -12px;
	left: 45%;
	transform: rotate(136deg);
	z-index: -1;
}

#our-work-block .section-title,
#process-block .section-title {
	margin-bottom: 120px;
}

#our-work-block .section-title p {
	color: #6f6f6f;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;

	margin-top: 50px;
}

#our-work-block .works ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#our-work-block .works ul li {
	float: left;
	min-height: 100%;
	width: 31%;
	margin: 10px;
	list-style: none;
}

#our-work-block .works figure {
	position: relative;
	overflow: hidden;
}

#our-work-block .works figure img {
	width: 100%;
	height: 100%;
	max-height: 312px;
	min-height: 312px;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.page #our-work-block .works figure img,
.single #our-work-block .works figure img {
	border-radius: 0;
	margin-top: auto;
}

#our-work-block .works figure:hover img,
#our-work-block .works figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#our-work-block .works figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 89%;
	height: 89%;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 20px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#our-work-block .works figcaption a {
	color: #fff
}

#our-work-block .works figcaption a:hover,
#our-work-block .works figcaption a:focus {
	color: #73d0da
}

#our-work-block .works figure:hover figcaption,
#our-work-block .works figure:focus figcaption {
	opacity: 1
}

.visible {
	opacity: 1
}

#our-work-block .works figure.cs-hover figcaption {
	opacity: 1
}

#our-work-block .works figcaption i {
	font-size: 35px
}

#our-work-block .works figcaption h6 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #4c4c4c;
}

#our-work-block .works figcaption hr {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #000;
	margin-top: 8px;
	margin-bottom: 8px;
}

#our-work-block .works figcaption .caption-content a {
	color: #6f6f6f;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;

}

#our-work-block .works figcaption .caption-content a:hover {
	text-decoration: none;
	color: #ff4a5d;
	transition: all 300ms ease-in-out;
}

#our-work-block .works figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -100px;
	text-align: center;
	width: 200px;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#our-work-block .works figure:hover figcaption .caption-content,
#our-work-block .works figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

#our-work-block .works figure figcaption .work-more li {
	display: inline-block;
	list-style: none;
	min-width: inherit;
	width: auto;
	float: none;
	min-height: inherit;
	margin: 10px 5px;
}

#our-work-block .works figure figcaption .work-more li a {
	background: #ff4a5d;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	padding: 6px 10px;
	transition: all 300ms ease-in-out;
}

#our-work-block .works figure figcaption .work-more li a i {
	font-size: 12px;
	color: #fff;
}

#our-work-block .works figure figcaption .work-more li a:hover {
	padding: 10px 13px;
	transition: all 300ms ease-in-out;
}

#process-block {
	padding: 80px 0 160px;
	background: #f6f6f6;
}

#process-block .nav-tabs {
	text-align: center;
	border-bottom: 0px #bcc6d0 solid;
}

#process-block .nav-tabs:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #bcc6d0;
	position: relative;
	top: 58px;
}

#process-block .nav-tabs>li {
	float: none;
	display: inline-block;
}

#process-block .nav-tabs>li a {
	border-bottom: 0px #bcc6d0 solid;
	border: none;
	padding: 10px 35px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#process-block .nav-tabs>li.active>a,
#process-block .nav-tabs>li.active>a:hover,
#process-block .nav-tabs>li.active>a:focus {
	border-bottom: 0px #bcc6d0 solid;
	background-color: transparent;
}

#process-block .nav-tabs>li.active i {
	color: #ff5959;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#process-block .nav-tabs>li.active i:after {
	background: #ff5959;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#process-block .nav>li>a:hover,
#process-block .nav>li>a:focus {
	background-color: transparent;
	color: #ff5959;
}

#process-block .nav>li>a:hover i {
	color: #ff5959;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#process-block .nav>li>a:hover i:after {
	background: #ff5959;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#process-block .nav-tabs>li a i {
	color: #bcc6d0;
	font-weight: 400;
	font-size: 24px;
	display: block;
}

#process-block .nav-tabs>li a i:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: relative;
	background: #bcc6d0;
	top: 30px;
	right: 14px;
}

#process-block .nav-tabs>li a h5 {
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-top: 50px;
}

#process-block .tab-content .tab-pane {
	background: none;
	margin-top: 120px;
}

#process-block .process-img img {
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	max-width: 360px;
	margin: 0 auto;
	min-height: 400px;
}

#process-block .process-content {
	padding: 5em 3em;
}

#process-block .process-content h6 {
	font-size: 42px;
	color: #3c434d;
	font-weight: 600;
}

#process-block .process-content p {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 400;

	margin-top: 50px;
	margin-bottom: 35px;
}

#process-block .process-content a {
	color: #e95151;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 500;
}

#process-block .process-content a:hover {
	color: #404040;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#company-counter {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}

#company-counter:after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

#company-counter .row {
	position: relative;
	z-index: 9;
}

.c-block .counter {
	padding: 15px 42x 15px 42px;
	margin: 0 auto;
	font-size: 62px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	display: block;
	margin: 35px 0;
}

.c-block p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 10px;
	margin: 0 0;
	letter-spacing: 1px;
	display: inline-block;
}

.c-block i {
	color: #fff;
	font-size: 36px;
	font-weight: 100;
}

#testimonials-block {
	color: #000;
	background: #fff;
	padding: 80px 0;
}

#testimonial {
	padding: 30px 0;
}

#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}

#testimonial .item img {
	width: 184px;
	height: 184px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
}

#testimonial .item h5 {
	color: #6f6f6f;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
}

#testimonial .item p strong {
	font-size: 18px;
	color: #404040;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: block;
}

#testimonial .item p {
	font-weight: 400;
	margin: 10px 0;
	color: #6f6f6f;
	font-style: italic;

	font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
	border: 2px #ddd solid;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	border: 2px #ff5959 solid;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
	border: 2px #ff5959 solid;
	background: #fff;
}

#latest-news-block {
	padding: 130px 0 160px;
	background: #f6f6f6;
}

#latest-news-block h2 {
	font-size: 32px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#latest-news-block h2:after {
	border: 1px #CCC solid;
	width: 64px;
	height: 64px;
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: -12px;
	left: 45%;
	transform: rotate(136deg);
	z-index: -1;
}

#latest-news-block .section-title {
	margin-bottom: 150px;
	display: block;
}

#latest-news-block .section-title p {
	color: #6f6f6f;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;

	margin-top: 50px;
}

#latest-news-block article img {
	min-height: 163px;
	max-height: 163px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

#latest-news-block article {
	text-align: center;
}

#latest-news-block .entry-header {
	padding: 0px 0 20px;
}

#latest-news-block a h6 {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #404040;
	font-weight: 600;
	line-height: 1.5;
	font-style: normal;
	margin-bottom: 6px;
}

#latest-news-block .entry-header a {

	color: #6f6f6f;
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
}

#latest-news-block article:hover .entry-header {
	background: #fff;
	-webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

/* page*/

.page #page-body p {
	color: #43484d;

	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.page h1 {
	margin-bottom: 48px;
	font-size: 42px;
	font-weight: 700;
	color: #404040;
	line-height: 1.4;
}

.page h3 {
	font-weight: 500;
	margin-bottom: 45px;
}

.page h5 {
	font-weight: 700;
	font-size: 18px;
}





#page-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	height: 560px;
	position: relative;
	text-align: center;
}

#page-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

#page-banner .content {
	position: relative;
}

#page-banner h1 {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	line-height: 1.2;
	max-width: 650px;
	margin: 0 auto;
}

#page-banner h1 span {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0;
}

#page-banner h1 span:after {
	display: block;
	content: '';
	bottom: -2px;
	left: 0px;
	margin-top: 3px;
	height: 2px;
	width: 0%;
	background-color: #fff;
}

#page-banner h1 span.liner:after {
	width: 100%;
	transition: all ease-in-out 2s;
}

#page-banner span {
	font-size: 14px;
	color: #fff;
	font-style: italic;
}

#page-banner h5 {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.8px;
}

#page-banner .breadcrumb,
#single-banner .breadcrumb {
	background: none;
	color: #ccc;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 0;
}

#page-banner .breadcrumb>li>a,
#single-banner .breadcrumb>li>a {
	color: #fff;
	font-size: 14px;
}

#page-banner .breadcrumb>.active,
#single-banner .breadcrumb>.active {
	color: #fff;
}

#page-banner header {
	padding: 0;
}

#page-banner header .date-article {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

#page-banner header .author.vcard a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: #fff;
	font-weight: 600;
}

#page-banner header.entry-header {
	color: #fff;
	font-family: 'Droid Serif', serif;
	text-transform: none;
	font-weight: 400;
	margin-top: 15px;
	font-style: italic;
}

/*single page*/
.single .entry-header {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	/*padding: 80px 0;*/
	height: 100vh;
	text-align: center;
	position: relative;
}

.single .entry-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

.single .entry-header .content {
	/*margin-top: 20em;*/
	position: relative;
}

.single .entry-header h1 {
	color: #fff;
	font-weight: 500;
	max-width: 600px;
	margin: 0 auto;
}

.single article {
	padding: 80px 0 0px;
}

.single aside,
.page #page-body aside {
	padding: 80px 0;
}

.single .entry-header hr {
	width: 10%;
	height: 1px;
	background: #fff;
	margin: 40px auto;
}

.single .entry-header span {
	margin-left: 15px;
}

.single .entry-header .byline {
	color: #fff;
	font-size: 14px;
}

.single .entry-header h5 {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.8px;
}

.single .entry-header .breadcrumb {
	background: none;
	color: #ccc;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 0;
}

.single .entry-header .breadcrumb>li>a {
	color: #fff;
	font-size: 14px;
}

.single .entry-header .breadcrumb>.active {
	color: #fff;
}

#single-banner header {
	padding: 0;
}

.single .entry-header .date-article {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

.single .entry-header .author.vcard a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: #fff;
	font-weight: 600;
}

.single .single-post p {
	/* padding-left: 60px; */
	color: #555555;
	line-height: 28px;
}

.single .single-post p span {
	/*display: block;*/
	margin: 60px 0;
}

.single .single-post footer.entry-meta-bar,
.page .page-block footer.entry-meta-bar {
	margin-top: 30px;
	margin-left: 5%;
}

.single .single-post footer.entry-meta-bar .fa,
.page .page-block footer.entry-meta-bar .fa {
	position: relative;
	left: -27px;
	z-index: 10;
	top: 26px;
	color: #e4e7ef;
	font-size: 18px;
	margin-top: 4px;
	margin-right: 30px;
}

.single .single-post footer.entry-meta-bar a,
.page .page-block footer.entry-meta-bar a {
	border: 0px #f7f7f7 solid;
	border-radius: 0;
	background: #f7f7f7;
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	margin-left: 4px;
	display: inline-block;
	padding: 5px 8px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

.single .single-post footer.entry-meta-bar a:hover,
.page .page-block footer.entry-meta-bar a:hover {
	transition: all 300ms ease-in-out;
	border: 0px #ff5959 solid;
	background: #ff5959;
	text-decoration: none;
	color: #fff;
}

blockquote {
	border-left: 3px #ff5959 solid;
	padding: 0px;
	margin: 30px;
	margin-left: 40px;
	padding-left: 36px;
	float: left;
}


.page blockquote {
	margin-left: 8.333%;
}

blockquote p {
	font-size: 18px !important;
	color: #a1aaba !important;
	font-style: italic;
	padding-left: 0 !important;
	margin: 0px !important;
	line-height: 1.7 !important;
}

.page figure,
.single .single-post article figure {
	width: 100%;
	min-width: 100%;
}

.page figure img,
.single .single-post article figure img {
	object-fit: cover;
	border-radius: 5px;
	margin-top: 20px;
	width: 100%;
}

.page figure .wp-caption-text,
.single .single-post article figure .wp-caption-text {
	font-size: 12px;

	font-style: italic;
	text-align: right;
	color: #73757d;
	margin-top: 10px;
	margin-bottom: 30px;
}

.page figure img,
.single .single-post article figure {
	width: 100%;
	min-width: 100%;
}

.page .post p img,
.single .post p img {
	margin: 30px auto;
}

.author-box {
	display: block;
	float: left;
	padding: 28px;
	border: 2px #f0f2f7 solid;
	border-radius: 8px;
	margin: 60px 0;
}

.author-box .avatar {
	margin: 0rem 2.1rem 4.1rem 0rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.author-box img.avatar {
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: 0 40px 0 10px;
}

.author-box .author-description {
	color: #73757d;
	font-size: 14px;
	line-height: 1.8;
	min-height: 75px;
	min-width: 260px;
}

.author-box .author-box-title {
	color: #fe5339;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;

}

.author-box .author-box-title a {
	background: #ff5959;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	margin-left: 20px;
}

.also-like-block h1,
.also-like-block h2,
.also-like-block h3,
.also-like-block h4,
.also-like-block h5,
.also-like-block h6 {
	padding-left: 0px !important;
}

.also-like-block h4 {
	color: #fe5339;
	text-transform: none;
	margin-top: 80px;
}

.single .also-like-block .entry-header,
.page article .entry-header {
	height: auto !important;
}

.single .also-like-block .entry-header:before,
.page article .entry-header:before {
	display: none;
}

.single .also-like-block article,
.page article,
.category article,
.search article {
	padding: 0 10px;
	text-align: center;
	margin-top: 35px;
}

.single .also-like-block article img,
.page article img,
.category article img,
.search article img {
	min-height: 163px;
	max-height: 163px;
	width: 100%;
	object-fit: cover;
}

.single .also-like-block article a h6,
.page article a h6,
.category article a h6,
.search article a h6 {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #404040;
	font-weight: 600;
	line-height: 1.5;
	font-style: normal;
	margin-bottom: 6px;
}

.single .also-like-block article .entry-header a,
.page article .entry-header a,
.category article .entry-header a,
.search article .entry-header a {

	color: #6f6f6f;
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
}

.single .also-like-block article:hover .entry-header,
.page article:hover .entry-header,
.category article:hover .entry-header,
.search article:hover .entry-header {
	background: #fff;
	-webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
}

.single .also-like-block article .entry-header,
.page article .entry-header,
.category article .entry-header,
.search article .entry-header {
	padding: 0px 0 20px;
}

#page-body {
	padding: 80px 0 100px;
}

#page-body .page-body-a {
	padding: 12px 50px;
	font-size: 11px;
	line-height: 1.42857143;
	border-radius: 0px;
	user-select: none;
	background-color: transparent;
	border: 2px #d9d9d9 solid;
	color: #404040;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
	text-align: right;
}

#page-body .page-body-a:hover {
	background-color: #ff4a5b;
	border: 2px #ff4a5b solid;
	color: #fff;
	text-decoration: none;
}

ul.nav.nav-tabs {
	margin-bottom: 0 !important;
}

.single .single-post ul,
.single .single-post ol,
.page .page-block ul,
.page .page-block ol {
	/* margin-left: 50px; */
	margin-bottom: 48px;
}

.page .page-block ul {
	margin-left: 3%;
}

.single .single-post ul li,
.page .page-block ul li {
	list-style: none;
	color: #43484d;
	font-size: 18px;
	margin: 10px 0;

}

.single .single-post ul li:before,
.page .page-block ul li:before {
	font-family: 'FontAwesome';
	font-size: 10px;
	content: "\f00c";
	color: #fff;
	margin-right: 10px;
	display: inline-block;
	background: #ff5959;
	padding: 1px 3px;
	border-radius: 100%;
}

.page #page-body ol {
	margin-left: 10%;
}

.single .single-post ol li,
.page .page-block ol li {
	color: #43484d;
	font-size: 17px;
	margin: 10px 0;
}

.posts-navigation {
	display: block;
	padding: 80px 0 40px;
}

.posts-navigation ul {
	text-align: center;
	margin-left: 0 !important;
	padding-left: 0;
	float: none !important;
}

#our-work-block .posts-navigation ul li {
	float: none;
}

.posts-navigation ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 10px;
	width: auto !important;
	font-family: 'Montserrat', sans-serif;
	margin: 25px auto !important;
}

.posts-navigation ul li:before {
	display: none !important;
}

.posts-navigation ul li a {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #3a405b;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 18px;
	border-radius: 0px;
	border: 1px #f0f2f7 solid;
	margin: 0 auto !important;
}

.posts-navigation ul li a:hover {
	border-color: #fe5339;
	background: #fe5339;
	color: #fff;
}

@-webkit-keyframes fdeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fdeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@media (min-width:768px) {

	.fdeInUp {
		-webkit-animation-name: fdeInUp;
		animation-name: fdeInUp;
		-webkit-animation-duration: 1s;
		animation-duration: 1s
	}
}

.tag-head {
	margin: 0 auto;
	padding-left: 0;
}

.tag-head li {
	list-style: none;
	display: inline-block;
}

.tag-head li a {
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	background: #fe5339;
	padding: 4px;
}

.tag-head li a {
	background: #fe5339;
	display: inline-block;
	margin-left: 10px;
	margin-top: 15px;
	position: relative;
	padding: 4px 6px;
	border-radius: 4px;
}

.tag-head li a:before {
	border-bottom: 10px solid #fe5339;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	right: -14px;
	position: absolute;
	top: 6px;
	transform: rotate(90deg);
	width: 0;
}

.page-share-block {
	margin: 60px 0;
	padding: 80px 0;
	border-top: 1px #eee solid;
	text-align: center;
}

.page-share-block h4 {
	text-transform: uppercase;
}

.page-share {
	margin: 40px auto;
}

.page-share li:before {
	display: none !important;
}

.page-share li {
	display: inline-block;
	margin-bottom: 20px;
	list-style: none;
}

.page-share li a {
	font-size: 24px;
	color: #fff;
	margin: 10px;
}

.page-share li a:hover .fa {
	background: #333;
	color: #fff;
}

.page-share li a .fa {
	padding: 10px 40px;
	border-radius: 8px;
}

.page-share li .fa.fa-facebook {
	background: #3b5998;
}

.page-share li .fa.fa-dribbble {
	background: #ea4c89;
}

.page-share li .fa.fa-twitter {
	background: #3fccfd;
}

.page-share li .fa.fa-google-plus {
	background: #df4b38;
}

.page-share li .fa.fa-pinterest {
	background: #bd081c;
}

.page-share li .fa.fa-linkedin {
	background: #34465d;
}

/*Woocommerce product page*/


#woocommerce-page {
	padding: 80px 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 0.9% 2em 0.9%;
	padding: 0;
	position: relative;
	width: 23%;
	text-align: center;
}

.woocommerce-products-header {
	padding: 10px 0;
}

.woocommerce-products-header__title {
	margin: 10px 0;
}

.woocommerce-breadcrumb {
	font-size: 12px;
	font-weight: 500;
	color: #e7e7e7 !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.woocommerce-breadcrumb a {
	color: #b7b5b5;
	margin-right: 15px;
}

.woocommerce .star-rating {
	display: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	content: ' ';
	display: table;
	box-sizing: inherit;
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
	content: ' ';
	display: table;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	clear: both;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	left: 0;
	right: auto;
	margin: 1em 0em 0 0;
}

.woocommerce span.onsale {
	min-width: 4em;
	min-height: inherit;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	text-align: center;
	padding: 0 10px;
	line-height: 2;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 0;
	background-color: #ff5959;
	color: #fff;
	font-size: .857em;
	-webkit-font-smoothing: antialiased;
	z-index: 9;
	font-weight: 500;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.woocommerce img.size-shop_catalog,
.woocommerce-page img.size-shop_catalog {
	height: auto;
	max-width: 100%;
	min-height: 344px;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	color: #404040;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
	text-decoration: none;
}

.woocommerce ul.products li.product .price {
	color: #333;
	font-weight: 500;
	font-size: 17px;
	text-align: right;
	float: right;
	margin-bottom: .5em;
}

.woocommerce ul.products li.product .star-rating {
	font-size: .857em;
	text-align: center;
	display: inline-block;
	float: none;
	margin: 10px auto;
	top: 30%;
	left: -23%;
	color: #ffc051;
	opacity: 1;
}

.post-type-archive-product.woocommerce ul.products li.product .star-rating {
	font-size: .857em;
	text-align: center;
	float: none;
	margin: 10px auto;
	top: 30%;
	left: -23%;
	color: #ffc051;
	opacity: 1;
}

.woocommerce ul.products li.product:hover .star-rating {
	opacity: 1;
}

.post-type-archive-product.woocommerce ul.products li.product:hover .star-rating {
	opacity: 1;
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 90%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 1.13em 1em;
	font-weight: 500;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: #404040;
	background: #404040;
	border: 0;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button.alt {
	padding-left: 50px;
}

.woocommerce ul.products li.product .button:after {
	content: "\f217";
	background: #404040;
	color: #fff;
	font-family: 'FontAwesome';
	padding: 12px 15px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px #fff solid;
}

.woocommerce .cart button.alt:after {
	content: "\f217";
	background: #404040;
	color: #fff;
	font-family: 'FontAwesome';
	padding: 10px 15px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px #fff solid;
	border-bottom: 1px #404040 solid;
}

.woocommerce ul.products li.product .button {
	margin-top: 2em;
}

.woocommerce-result-count {
	font-size: 14px;
	font-weight: 600;
	color: #43484d;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce select.orderby {
	border-color: #e3e8f0;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #43484d;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce .cart-collaterals::after,
.woocommerce .col2-set::after,
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails::after,
.woocommerce ul.products,
.woocommerce ul.products li.first,
.woocommerce ul.products::after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .col2-set::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page ul.products,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products::after {
	clear: both;
}

.woocommerce-review-link {
	color: #3b3e8a;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.woocommerce-product-details__short-description p {
	color: #43484d;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.8px;
	display: block;
	border-bottom: 1px #ececec solid;
	padding-bottom: 30px;
	margin-bottom: 16px;
}

.product_title.entry-title {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 600;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-summary {
	margin-top: 0px;
}

.price del .woocommerce-Price-amount {
	color: #a1aaba;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-right: 15px;
	text-decoration: none;
}

.price ins .woocommerce-Price-amount {
	color: #ff5959;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #fff;
	font-size: 1.25em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #404040;
	color: #fff;
	padding: 1em 2em;
	-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #ff4a5b;
}

.product_meta .posted_in {
	color: #a1aaba;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.woocommerce button.button.alt {
	padding-left: 50px;
}

.product_meta .posted_in a {
	color: #3b3e8a;
	font-size: 12px;
	text-transform: none;
}

.up-sells.upsells.products h2,
.related.products h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 80px 0;
}

.woocommerce-tabs {
	text-align: center;
}

.tabs.wc-tabs {
	text-align: center;
	display: inline-block;
	border: 1px #e3e8f0 solid;
	border-radius: 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 0px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	padding: 8px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	border: 0px solid #d3ced2;
	border-right: 0;
	margin: 1px;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #222328;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-weight: 500;
	padding: 10px 15px;
	min-width: 1em;
	color: #404040;
	display: block;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.woocommerce .add_to_cart_button {
	display: block !important;
}

post-type-archive-product.woocommerce ul.products li.product:hover .add_to_cart_button {
	opacity: 1;
}

.woocommerce ul.products li.product:hover .add_to_cart_button {
	opacity: 1;
}

/*--------------------
6.1 Gallery & captions
----------------------*/

#gallery-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin: 30px;
}

.gallery-container {
	width: 100%;
	max-width: 1000px;
	text-align: center;
}

.gallery img,
.images-viewer img,
.product-images-viewer img {
	width: 100%;
}

.gallery {
	display: grid;
	max-width: 1000px;
	height: 600px;
	grid-gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(6, 1fr);
}

.img-grid {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.img-grid:hover {
	transform: scale(1.02);
}

.gallery-description {
	max-width: 1000px;
	text-align: left;
}

/* Grid Template - 5+ Images */

.img-grid-5-plus.img-1 {
	grid-column: 1 / 4;
	grid-row: 1 / 5;
}

.img-grid-5-plus.img-2 {
	grid-column: 4 / 7;
	grid-row: 1 / 5;
}

.img-grid-5-plus.img-3 {
	grid-column: 1 / 3;
	grid-row: 5 / 7;
}

.img-grid-5-plus.img-4 {
	grid-column: 3 / 5;
	grid-row: 5 / 7;
}

.img-grid-5-plus.img-5 {
	grid-column: 5 / 7;
	grid-row: 5 / 7;
	background-color: rgba(0, 0, 0, 0.5);
	background-blend-mode: darken;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 45px;
	font-weight: bold;
}

/* Grid Template - 5 Images */

.img-grid-5.img-1 {
	grid-column: 1 / 4;
	grid-row: 1 / 5;
}

.img-grid-5.img-2 {
	grid-column: 4 / 7;
	grid-row: 1 / 5;
}

.img-grid-5.img-3 {
	grid-column: 1 / 3;
	grid-row: 5 / 7;
}

.img-grid-5.img-4 {
	grid-column: 3 / 5;
	grid-row: 5 / 7;
}

.img-grid-5.img-5 {
	grid-column: 5 / 7;
	grid-row: 5 / 7;
}

/* Grid Template - 4 Images */

.img-grid-4.img-1 {
	grid-column: 1 / 4;
	grid-row: 1 / 4;
}

.img-grid-4.img-2 {
	grid-column: 4 / 7;
	grid-row: 1 / 4
}

.img-grid-4.img-3 {
	grid-column: 1 / 4;
	grid-row: 4 / 7;
}

.img-grid-4.img-4 {
	grid-column: 4 / 7;
	grid-row: 4 / 7;
}

/* Grid Template - 3 Images */

.img-grid-3.img-1 {
	grid-column: 2 / 6;
	grid-row: 1 / 5;
}

.img-grid-3.img-2 {
	grid-column: 2 / 4;
	grid-row: 5 / 7;
}

.img-grid-3.img-3 {
	grid-column: 4 / 6;
	grid-row: 5 / 7;
}

/* Grid Template - 2 Images */

.img-grid-2.img-1 {
	grid-column: 1 / 4;
	grid-row: 2 / 5;
}

.img-grid-2.img-2 {
	grid-column: 4 / 7;
	grid-row: 2 / 5;
}

/* Grid Template - 1 Image */

.img-grid-1.img-1 {
	grid-column: 1 / 7;
	grid-row: 1 / 6;
}

/* Images Viewer */

.images-viewer,
.product-images-viewer {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	flex-flow: column;
	align-items: center;
	padding: 52px 25% 52px 25%;
	z-index: 1000;
	height: 100%;
	width: 100vw;
}

.product-images-viewer {
	background-color: #fff;
}

.gallery-img-wrapper,
.product-img-wrapper {
	position: relative;
	margin: 20px 0px;
	width: 100%;
}

.gallery-img,
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-container {
	position: fixed;
	top: 30px;
	right: 30px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.close-container:hover {
	opacity: 0.6;
}

.close-gallery {
	position: fixed;
	top: 30px;
	right: 30px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.close-gallery:hover {
	opacity: 0.6;
}


@media only screen and (max-width: 640px) {

	.gallery {
		height: 500px;
	}

}


@media only screen and (max-width: 768px) {

	#gallery-block {
		margin: 30px 0px;
	}

	.gallery {
		height: 400px;
	}

	.images-viewer {
		padding: 52px 15% 52px 15%;
	}

	.close-gallery {
		top: 15px;
		right: 15px;
	}

}

@media only screen and (max-width: 600px) {

	#home-banner h1 {
		font-size: 32px;
	}

	.gallery {
		height: 250px;
	}

}

@media only screen and (max-width: 400px) {

	.gallery {
		height: 200px;
	}

}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------
6.2 Store Page
----------------------*/

#store {
	display: flex;
	background-color: #f2f2f2;
	padding: 50px;
}

#store .store-sidebar {
	min-width: 240px;
	height: 700px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
	padding: 15px;
	margin-right: 15px;
}

#store .store-sidebar #btn_search {
	width: 178px;
}

#store .categories-container ul li {
	cursor: pointer;
}

#store .sidebar-filter-button {
	display: none;
}

#store .items-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}

.store-item {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	max-width: 300px;
	min-width: 280px;
	margin: 15px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
	cursor: pointer;
	transition: all 0.3s;
}

.store-item:hover {
	box-shadow: 5px 14px 11px 0 rgb(0 0 0 / 20%);
}

.store-item .item-text {
	display: flex;
	flex-flow: column;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.store-item .item-text p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.store-item .item-text h3,
.store-item .item-text h4 {
	margin: 10px 0px;
}

.store-item .item-button {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #333;
	cursor: pointer;
	transition: all 0.5s;
}

.store-item .item-button:hover {
	background-color: #232323;
}

.store-item .store-item-img {
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
}

.store-sidebar-content .sidebar-close {
	display: none;
	width: 100%;
	justify-content: flex-end;
}

.store-sidebar-content .close-icon,
.store-sidebar-content .close-icon:before {
	background-color: #333;
}

.store-sidebar-content i.fa-search {
	font-size: 18px;
	margin-right: 5px;
}

.sidebar-close {
	height: 32px;
	width: 32px;
	cursor: pointer;
	transition: all 0.3s;
}

/*--------------------
6.3 Products Details
----------------------*/

#product-detail-block {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 50px;
}

.product-detail-wrapper {
	width: 100%;
}

.product-detail-container {
	display: flex;
}

.product-detail-img {
	width: 55%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.product-detail-img-wrapper {
	max-width: 400px;
}

.product-image {
	width: 100%;
	margin: 0 auto;
}

.product-slider-wrapper {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.product-slider-wrapper img {
	width: unset;
}


.product-slider {
	display: flex;
	overflow-x: hidden;
	height: 70px;
}

.product-slider img {
	margin: 5px;
	border: 1px #000 solid;
	cursor: pointer;
	transition: all 0.5s;
}

.product-slider img:hover {
	opacity: 0.7;
}

.product-slider-img:first-child {
	margin-left: 0px;
}

.slider-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 15px;
	min-height: 50px;
	cursor: pointer;
	transition: .3s;
}

.slider-arrow:hover {
	opacity: .5;
}

.product-detail {
	width: 45%;
	padding: 20px 40px;
	border: 1px #cdcdcd solid;
}

.product-detail h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.product-detail h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.product-detail h4 {
	font-size: 11px;
	color: #333;
	font-weight: 600;
	margin: 5px 0px;
}

.product-price-container {
	display: flex;
	justify-content: space-between;
}

.collapsed-items-container {
	margin: 20px 0px;
}

.collapse-item {
	border-bottom: 1px #cdcdcd solid;
	padding: 15px 0px;
}

.collapse-item-title {
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
	cursor: pointer;
}

.collapse-item-title:hover {
	opacity: 0.6;
}

.collapse-item-title h2 {
	font-size: 14px;
	margin: 0;
}

.collapsed-content {
	display: none;
	margin-top: 10px;
}

.collapsed-content-open {
	display: block;
}

.product-options {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.select-dropdown-trigger {
	position: relative;
	display: flex;
	padding: 10px;
	align-items: center;
	border: 1px #cdcdcd solid;
	cursor: pointer;
	transition: all 0.2s linear;
}

.select-dropdown-trigger:hover {
	border: 1px #888888 solid
}

.select-dropdown-trigger span {
	margin-right: 20px;
}

.select-dropdown-options {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	display: none;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border: 1px #cdcdcd solid;
	background-color: #fff;
}

.dropdown-option {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.dropdown-option:hover {
	background-color: #e3e3e3;
}

.dropdown-option.selected {
	background-color: #e3e3e3;
}

.select-dropdown-options-open {
	display: flex;
}

.select-dropdown-options span {
	margin: 0px;
}

.arrow {
	position: relative;
	height: 8px;
	width: 12px;
}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0.15rem;
	height: 100%;
	transition: all 0.5s;
}

.arrow::before {
	left: 2.5px;
	transform: rotate(135deg);
	background-color: #333;
}

.arrow::after {
	left: 7px;
	transform: rotate(-135deg);
	background-color: #333;
}

.buy-item-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.5s;
	cursor: pointer;
}

.buy-item-button:hover {
	background-color: #fff;
	color: #333;
}

/*--------------------
7.0 Footer
----------------------*/

.google-map {
	flex: 1;
}

#contact-form {
	width: 50%;
	margin: 0px 20px;
}

.map-container-wrapper {
	width: 50%;
}

.map-container {
	width: 50%;
	height: 455px;
	margin: 0px 20px;
}

.contact-form {
	flex: 1;
	max-width: 50%;
}

.contact-form textarea {
	max-width: 100%;
}

.antispam {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 15px;
	border: #2d2d2d;
	border-radius: 5px;
}

.welcome-page-container #contact-form .antispam label {
	margin: 0px;
	color: #333;
}

#home-banner .antispam span {
	color: #333;
}

.grecaptcha-badge {
	visibility: hidden;
}

.recaptcha-submit-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkbox-submit {
	display: flex;
	justify-content: center;
	align-items: left;
	flex-flow: column;
	margin-right: 10px;
}

.submit-contacts-form {
	margin: var(--spacing-0);
	width: 274px;
}


#bottom-footer,
.bottom-footer {
	padding: 60px 36px;
	background: #222328;
	display: flex;
}

#bottom-footer p.copyright {
	color: #73757d;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
}

#bottom-footer .container .row,
.bottom-footer .container .row {
	margin-left: 0;
	margin-right: 0;
}

#bottom-footer p.powered-by,
#bottom-footer p.powered-by a {
	color: #73757d;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	text-align: center;
}

#bottom-footer p.powered-by a:hover {
	color: #ff4a5b;
}

#bottom-footer p.powered-by .fa {
	color: #ff4a5b;
}

#bottom-footer .social-link {
	text-align: center;
}

#bottom-footer .social-link li {
	display: inline-block;
	list-style: none;
	padding: 10px 15px;
}

#bottom-footer .social-link li {
	color: #999;
	font-size: 20px;
	cursor: pointer;
}

#bottom-footer .social-link li:hover {
	color: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

nav.bottom-nav {
	position: relative;
}

nav.bottom-nav ul {
	text-align: center;
}

nav.bottom-nav ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px;
}

nav.bottom-nav ul li a {
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.fullscreen-display-message {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	padding: 52px;
	z-index: 1000;
}

.fullscreen-display-container {
	display: flex;
	flex-flow: column;
	max-width: 1000px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	text-align: left;
}

#top-menu .social-link {
	text-align: center;
	display: none;
}

#top-menu .social-link li {
	display: inline-block;
	list-style: none;
	padding: 10px 15px;
}

#top-menu .social-link li a {
	color: #999;
	font-size: 20px;
}

#top-menu .social-link li a:hover {
	color: #ff5959;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

/*---------------------------------
 Support Page (.support-container)
-----------------------------------*/
.liner0 {
	background-color: #4bb6f5;
	color: #fff;
	margin-right: 2px;
	font-size: 9pt;
	font-weight: 400;
	justify-content: center;
	align-items: center;
}

.support-plans {
	margin-top: 30px;
	line-height: 1.3;
	margin-right: 0;
	padding-right: 0;
}

.support-plans .plans-class span.title {
	text-align: left;
}

.support-plans .plans-class span.title,
.support-plans .plans-class span.title0 {
	width: 36%;
}

.support-plans .plans-class span {
	display: block;
	float: left;
	height: 40px;
	text-align: center;
	overflow: hidden;
}

.support-plans .plans-class span {
	width: 17%;
}

.support-plans .liner0 {
	border-radius: 4px;
	background-color: #4bb6f5;
	color: #fff;
}

#home-banner span.liner0 {
	display: flex;
	border-radius: 4px;
}

.liner0 {
	margin-left: 5px;
	margin-right: 5px;
}

.liner {
	border-bottom: 1px solid #fff;
	margin: 0 5px;
}

.liner .fa-check {
	font-size: 18px;
}

.plans-class span {
	align-items: center;
	justify-content: center;
}

.plans-class span.title {
	align-items: unset;
	justify-content: unset;
}

.support-services .help-desk-class {
	float: left;
	width: 20%;
	font-size: 13px;
}

.support-services .help-desk-class span {
	display: block;
	height: 30px;
	text-align: center;
}

.support-services span {
	justify-content: center;
	align-items: center;
}

.support-links {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	margin-bottom: 5px;
}

.support-links a {
	color: #333;
	font-size: 14px;
}

.support-links span {
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

/* Accordion Section */
.accordion {
	width: 100%;
	max-width: 830px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
}

.accordion>h2 {
	text-transform: uppercase;
	font-size: 2.5rem;
	margin: 30px 0 0 !important;
}

.accordion>h2,
.accordion>p {
	color: #FFF;
}

.accordion>p {
	margin: 5px 0 50px;
	font-size: 1.1rem;
}

.accordion>div {
	width: 100%;
	margin: 10px 0;
}

.accordion>div:first-child {
	margin-top: 0;
}

.accordion>div:last-child {
	margin-bottom: 0;
}

.accordion h4 {
	margin: 0;
	padding: 15px 20px;
	background-color: rgb(249 250 251);
	font-weight: normal;
	color: #404040;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	transition: border-radius 0ms ease-in-out;
}

#home-banner .accordion h4>span {
	color: #404040;
	font-style: normal;
	font-size: 1rem;
}

.accordion h4:not(.active):hover {
	filter: brightness(0.97);
}

.accordion h4.active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	filter: brightness(0.95);
}


.accordion h4>svg {
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.accordion h4.active>svg {
	transform: rotate(180deg);
}

.accordion>div p {
	max-height: 0;
	overflow: hidden;
	padding: 0 35px;
	background-color: #FFF;
	color: #404040;
	font-size: 0.875rem;
	color: #404040;
	display: flex;
	border-top: 1px solid transparent;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: max-height 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-top 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	text-align: justify;
}

.accordion h4.active+p {
	max-height: 1000px;
	padding: 15px 35px;
	border-top: 1px solid rgb(228, 228, 231);
}

@media screen and (max-width: 640px) {
	.support-container {
		padding: 0;
	}

	.support-container .google-search {
		flex-direction: column;
		background-color: transparent;
		height: auto;
		gap: 16px;
	}

	.google-search #mySearchInput {
		padding: 30px 20px;
	}

	.support-container .google-search button {
		height: 40px;
		width: 100%;
		padding: 41.2px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		text-transform: uppercase;
	}

	.support-container .google-search button:hover {
		background-color: #FFF;
		color: #404040;
		filter: brightness(0.9);
	}

	.support-container .help-card {
		height: auto;
	}
}

/*-----------------------------------
Solution Page (#page-top) 
 ------------------------------------*/
.solution-details section {
	padding: 60px;
	display: flex;
	flex-direction: column;
}

#page-top .text-image-block {
	max-width: 1536px;
}

.solutions-block {
	display: flex;
	gap: 60px;
}


.solutions-block .text-image-text {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.solutions-block .the-product-media {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#page-top .text-image-block p,
#page-top .text-image-block h3 {
	margin: 0;
}

.solutions-block .text-image-text .get-a-quote-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.solutions-block .text-image-text p {
	font-size: 1.3rem;
}

.solutions-block .text-image-text>div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.solutions-block .text-image-text>div>div:first-child {
	margin-top: 70px;
}

.solutions-block .text-image-text>div p {
	font-size: 1rem;
}

.solutions-block .posts-container {
	margin-bottom: 20px;
}

.solutions-block .text-image-text>div video {
	width: 100%;
	border-radius: 16px;
}

#page-top .product-comparison li {
	margin: 0;
}

#page-top li.feature-group {
	font-size: 1.3rem;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.solutions-block .text-image-text {
		align-items: center;
	}

	.solutions-block .text-image-text h3,
	.solutions-block .text-image-text h5,
	.solutions-block .text-image-text p,
	.solutions-block .text-image-text nav,
	.solutions-block .text-image-text .product-comparison li {
		text-align: center;
	}

	.solution-details section {
		padding: 60px 30px;
	}
}

/*--------------------------------------------------------------------
Cookie Message (.cookie-message-overlay, .cookie-message-container)
---------------------------------------------------------------------*/
.cookie-message-overlay * {
	box-sizing: border-box;
}

.cookie-message-overlay {
	bottom: 24px;
	left: 50%;
	position: fixed;
	justify-content: center;
	align-items: center;
	display: none;
	transform: translateX(-50%);
	z-index: var(--z-20);
}

.cookie-message-overlay.show-options-container {
	transform: translate(-50%, -50%);
	bottom: unset;
	top: 50%;
}

.cookie-message-overlay.visible {
	display: flex;
}

.cookie-message-container {
	background-color: #FFF;
	box-shadow: 0 0 5px 0px var(--neutral-200);
	width: min(640px, 100vw);
	height: 72px;
	position: relative;
	overflow: hidden;
}

.cookie-message-overlay.show-options-container .cookie-message-container {
	height: min(100dvh, 617px);
}

.cookie-message-container .message-container,
.cookie-message-container .options-container {
	display: flex;
	flex-direction: column;
	padding: 35px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: unset;
	min-width: unset;
	min-height: unset;
	max-height: unset;
	position: absolute;
	gap: 20px;
	background-color: unset;
	transition: all 300ms ease-out;
}

.cookie-message-container .message-container {
	flex-direction: row;
	justify-content: space-between;
	gap: var(--gap-0);
	padding: var(--spacing-6);
}

.cookie-message-overlay.show-options-container .message-container {
	display: none;
}

.cookie-message-container .message-container img {
	width: 60px;
	height: 60px;
}

.cookie-message-container .message-container h3 {
	font-size: var(--text-base);
	font-weight: var(--font-normal);
	margin: var(--spacing-0);
}

.cookie-message-container .message-container h3 strong {
	color: var(--blue-400);
}

.cookie-message-container .message-container p {
	font-size: 1rem;
	text-align: center;
	width: 100%;
	max-width: 440px;
	margin-bottom: 15px;
}

.cookie-message-container .message-container p>a {
	color: #404040;
	font-weight: 500;
}

.cookie-message-container .message-container>div {
	display: flex;
	gap: 20px;
	width: fit-content;
}

.cookie-message-container .accept-cookies-btn,
.cookie-message-container .configure-cookies-btn {
	background-color: transparent;
	border: none;
	font-size: 1rem;
}

.cookie-message-container .configure-cookies-btn {
	font-size: 0.95rem;
}

.cookie-message-container .accept-cookies-btn {
	background-color: var(--black);
	color: #FFF;
	font-weight: var(--font-medium);
	filter: brightness(0.95);
	font-size: var(--text-base);
	border-radius: var(--rounded-sm);
	height: var(--size-10);
	width: fit-content;
	padding: var(--spacing-0) var(--spacing-4);
}

.cookie-message-container .accept-cookies-btn:hover {
	background-color: var(--neutral-700);
}

.cookie-message-container .configure-cookies-btn {
	font-weight: var(--font-normal);
	color: var(--neutral-400);
}

.cookie-message-container .configure-cookies-btn:hover {
	text-decoration: underline;
}

/* Cookie settings (.options-container) */
.cookie-message-container .options-container {
	position: absolute;
	justify-content: flex-start;
	overflow-y: auto;
	display: none;
	bottom: unset;
}

.cookie-message-overlay.show-options-container .options-container {
	display: flex;
}

.options-container .cookie-panel {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.options-container .cookie-control {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-top: 1px solid rgb(228 228 231);
	border-bottom: 1px solid rgb(228 228 231);
	padding: 20px 0;
}

.options-container .cookie-panel h3 {
	margin: 0;
	font-size: 1.35rem;
}

.options-container .cookie-panel p {
	font-size: 0.9rem;
	margin: 0;
}

.options-container .cookie-category {
	display: flex;
	justify-content: space-between;
}

.cookie-category .cookie-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.cookie-category .cookie-info h5 {
	margin: 0;
	font-size: 1.05rem;
}

.cookie-category .cookie-info p {
	font-size: 0.8rem;
	width: 330px;
	margin: 0;
}

.cookie-category .cookie-switch {
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	display: flex;
	flex-direction: column;
}

.cookie-category .cookie-switch.cookie-required {
	width: 55px;
	min-width: 55px;
	height: 27.5px;
	background-color: #E3E3E6;
	align-items: center;
	justify-content: center;
}

.cookie-category .cookie-switch.cookie-required {
	cursor: not-allowed;
}

.cookie-category .cookie-switch.cookie-required svg {
	color: #404040;
	width: 16px;
	height: 16px;
}

.cookie-category .cookie-switch input {
	display: none;
}

.cookie-category .cookie-switch label {
	cursor: pointer;
	position: relative;
	width: 55px;
	height: 27.5px;
	margin: 0;
	background-color: #E3E3E6;
	border-radius: 20px;
	transition: all 100ms ease-out;
}

.cookie-category .cookie-switch label::after {
	content: '';
	position: absolute;
	background-color: #FFF;
	border-radius: 100%;
	width: 22.5px;
	height: 22.5px;
	top: 50%;
	transform: translate(3.25px, -50%);
	left: 0;
	transition: all 150ms ease-out;
}

.cookie-category .cookie-switch input:checked+label {
	background-color: #404040;
}

.cookie-category .cookie-switch input:checked+label::after {
	transform: translate(29px, -50%);
}

.options-container>button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: none;
	background-color: #404040;
	color: #FFF;
	font-weight: 500;
	filter: brightness(0.95);
	transition: all 300ms ease-out;
	padding: 12px 0;
}

.options-container>button:hover {
	filter: brightness(1.1);
}

/* ====== Modal (.modal-container) ======  */
.modal-container {
	position: fixed;
	left: 0;
	top: 0;
	z-index: var(--z-30);
}

.modal-container .modal-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100vw;
	height: 100vh;
}

.modal-container .modal-overlay .modal-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap-5);
	padding: var(--spacing-4);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, 480px);
	background-color: #F7F7F7;
}

.modal-container .modal-overlay .modal-header {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.modal-container .modal-overlay .modal-header .modal-close {
	cursor: pointer;
}

.modal-container .modal-overlay .modal-content {
	display: flex;
	flex-direction: column;
}

@media screen and (min-height: 768px) {
	.cookie-message-container {
		height: 72px;
	}

	.cookie-message-overlay.show-options-container .cookie-message-container {
		height: min(100dvh, 617px);
	}
}

@media screen and (max-width: 640px) {
	.cookie-message-container {
		height: 88px;
	}

	.cookie-message-container .message-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: var(--gap-3);
	}

	.cookie-message-container .accept-cookies-btn {
		height: var(--size-7);
	}
}

/*--------------------
Responsive queries
----------------------*/
@media (max-width: 1000px) {
	.solutions-block {
		flex-direction: column;
	}
}

@media (max-width: 1279px) {

	#store .items-container {
		grid-template-columns: 1fr 1fr;
		width: unset;
	}

}

@media (max-width: 1068px) {

	#store {
		flex-flow: column;
		align-items: center;
		padding: 20px;
	}

	#store .store-sidebar {
		min-width: unset;
		height: unset;
		background-color: unset;
		box-shadow: unset;
		margin: 0px;
		position: relative;
	}

	#store .store-sidebar h3 {
		margin: 0;
	}

	#store .sidebar-filter-button {
		width: 200px;
		border-radius: 100px;
		background-color: #fff;
		box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
		text-align: center;
		padding: 10px 15px;
		margin: 0;
		cursor: pointer;
		transition: all 0.5s;
	}

	#store .sidebar-filter-button:hover {
		opacity: 0.8;
	}

	#store .store-sidebar-content {
		width: 100%;
		min-height: 500px;
		position: fixed;
		top: 180px;
		left: -100%;
		padding: 15px;
		background-color: #fff;
		border-radius: 0px 20px 20px 0px;
		z-index: 1000;
		transition: all 0.5s;
	}

	#store .sidebar-filter-button {
		display: block;
	}

	.store-sidebar-content .sidebar-close {
		display: flex;
	}

	#store .sidebar-open {
		box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
	}

	.store-brand {
		display: none;
	}

	.product-detail-wrapper {
		width: unset;
	}

	.product-detail-container {
		flex-flow: column;
		max-width: 450px;
	}

	.product-detail-img {
		width: 100%;
		height: unset;
		margin-bottom: 50px;
	}

	.product-image {
		width: 100%;
		height: 100%;
	}


	.product-detail {
		width: 100%;
	}

	.contacts-container {
		flex-flow: column;
	}

	#contact-form {
		width: 80%;
		margin: unset;
	}

	.map-container {
		width: 80%;
		margin: unset;
	}

	.contacts-container .google-map {
		margin-right: 0;
		margin-bottom: 32px;
		max-width: 100%;
		width: 100%
	}

	.contact-form {
		max-width: 100%;
		width: 80%
	}
}


@media (max-width: 767px) {

	#store .items-container {
		display: grid;
		grid-template-columns: 1fr;
	}

	#product-detail-block {
		padding: 20px;
	}

	#contact-form {
		width: 100%;
	}

	#bottom-footer {
		padding: 0;
	}

	#nav-top {
		display: none
	}

	.checkbox-submit {
		margin-bottom: 24px;
	}

	.recaptcha-submit-container {
		flex-flow: column;
	}

	.ad-block {
		margin: 0 auto;
	}

	.c-block {
		margin-bottom: 100px;
	}

	.row {
		padding: 15px;
	}

	.bottom-footer .container {
		padding: 0;
	}

	.bottom-footer .container .row {
		padding: 0;
	}

	.container>.navbar-collapse {
		padding: 0;
		border: none;
	}

	#search {
		display: inline-block;
		/* float: none !important; */
		margin-left: -15px;
	}

	.single .single-post ul,
	.single .single-post ol,
	.page .page-block ul,
	.page .page-block ol {
		padding-left: 0;
	}

	.single .single-post ol,
	.page .page-block ol {
		padding-left: 15px;
	}

	blockquote {
		margin-left: 0;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48% !important;
	}

	#our-work-block .works ul li {
		width: 47%;
		min-height: 100%;
		float: left;
		margin: 10px;
	}

	.section-title a {
		display: block;
		float: none;
		text-align: center;
		margin-top: 50px;
	}


	#bottom-footer .social-link {
		margin: 0 auto;
	}

	#respond p {
		width: 100% !important;
	}

	#comments .comment-content {
		margin-left: 0px;
	}

	#comments .comment-author {
		display: block;
		text-align: center;
	}

	#comments .comment-author .avatar {
		position: static;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	#comments p {
		text-align: center;
	}

	#comments .comment-author b {
		display: inline-block;
		margin-left: 0;
	}

	#comments ol li .comment-metadata {
		text-align: center;
	}

	#comments ol li .comment-metadata a {
		margin-left: 0;
	}

	/*.author-box img.avatar {
		display: block;
		float: none;
		margin: 30px auto;
	}*/
	.author-box .author-box-title {
		display: block;
	}

	#ticket-block a.btn {
		display: block;
		margin: 15px;
	}
}



@media (max-width: 767px) {

	#top-menu nav.bottom-nav {
		border-top: 1px #999 solid;
		padding: 25px 0 15px;
		margin: 15px 0;
		display: block;
	}

	#top-menu .social-link {
		display: block;
		text-align: center;
		padding-left: 0;
	}

	#top-menu.navbar-default .navbar-nav li {
		display: block;
	}

	#top-menu.navbar-default .navbar-collapse {
		background-color: rgba(43, 43, 43, 1);
		flex-flow: column;
		justify-content: center;

	}

	#top-menu.navbar-default .navbar-collapse #nav-top li a {
		font-size: 24px;
		padding: 20px
	}

	#top-menu.navbar-default.on .navbar-collapse {
		background-color: transparent;
	}

	#top-menu.navbar-default.on {
		background-color: rgba(0, 0, 0, 0.79);

	}

	.nav-view {
		width: 100%;
	}

	#top-menu {
		padding: 40px 0;
	}

	#top-menu .container {
		padding-left: 0;
		padding-right: 0;
	}

	#top-menu .container .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

	#top-menu.navbar-default .navbar-collapse {
		max-height: none !important;
	}

	#top-menu.navbar-default.in {
		height: 100vh;
	}

	#search {
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		display: block;
		top: 0;
		left: 15px;
		right: 0;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48% !important;
	}

	#nav-top {

		display: block;
		overflow: visible;
		height: auto;
		float: none;
		margin-top: 30px;
		width: 100%;
	}


	#nav-top li {
		display: block;
	}

	#nav-top li a {
		display: block;
	}


	#nav-icon {
		display: none;
	}

	#nav-icon li {
		display: block;
	}

	#our-work-block .works ul li {
		width: 100%;
		min-height: 100%;
		float: none;
		margin: 10px 0;
	}

	.section-title a {
		display: block;
		float: none;
		text-align: center;
		margin-top: 50px;
	}

	#process-block .nav-tabs:before {
		display: none;
	}

	#process-block .nav-tabs>li a i:after {
		display: none;
	}

	#process-block .nav-tabs>li a h5 {
		margin-top: 15px;
	}

	#process-block .nav-tabs>li {
		display: block;
	}

	#process-block .nav-tabs>li:hover {
		background: #ff5959;
	}

	#process-block .nav-tabs>li.active {
		background: #ff5959;
	}

	#process-block .nav-tabs>li:hover a h5,
	#process-block .nav-tabs>li:hover a i {
		color: #fff;
	}

	#process-block .nav-tabs>li.active a h5,
	#process-block .nav-tabs>li.active a i {
		color: #fff;
	}

	.bottom-nav ul {
		padding-left: 0;
		display: block;
	}

	#comments ol li ol li {
		padding-left: 0;
	}

	#comments .comment-content {
		margin-left: 0px;
	}

	#comments .comment-author .avatar {
		position: relative;
	}

	#comments .comment-author b {
		display: block;
	}

	.author-box img.avatar {
		display: block;
		float: left;
		padding-right: 20px;
		margin: 30px auto;
	}

	.author-box .author-box-title {
		display: block;
	}

	#ticket-block a.btn {
		display: block;
		margin: 15px;
	}

	.page-block h1,
	.page-block h2,
	.page-block h3,
	.page-block h4,
	.page-block h5,
	.page-block h6,
	.page-block p {
		margin-left: auto;
	}
}

/*edited file*/
time.updated {
	display: none;
}

.in-place-edit,
.in-place-image {
	display: none;
}

.edit-button {
	display: none;
	/* flex */
}

.config-button {
	display: none;
}

/*////////////////////// tuesday, May the 11th 2021 */

/*#about-us-block*/
h2 {
	font-size: 32px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.footer-contacts h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}

.footer-contacts {
	width: 100%;
}

.contacts-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
	width: 100%
}

.footer-contacts .map-container {
	margin-top: 35px;
}

.footer-contacts .section-title p {
	color: #fff;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;

	margin-bottom: 30px;
}

/* Sidebar Open */

#store .sidebar-open {
	left: 0px;
}

/* ------------------------------------------------------------------------------------------
Predetermined Proposal (page-bills.html, page-life.html, page-pos.html,
page-bpos.html, page-business.html, page-elots.html, page-etech.html)
--------------------------------------------------------------------------------------------- */
/* Set the colors of all words */
.predetermined-proposal-container * {
	color: var(--white);
}

/* Test Demo Button and Proposal Button */
#home-banner.predetermined-proposal-container .proposal-btn,
#home-banner.predetermined-proposal-container .test-demo-btn {
	display: flex;
	flex-direction: column;
	border-radius: var(--rounded-full);
	background-color: var(--neutral-700);
	transition: var(--transition-standard);
	opacity: 1;
	padding: 15px 25px;
	margin-top: 30px;
	border: 0;
}

#home-banner.predetermined-proposal-container .proposal-btn span,
#home-banner.predetermined-proposal-container .test-demo-btn span {
	font-weight: var(--font-semibold);
	font-size: var(--text-2xl);
}

#home-banner.predetermined-proposal-container .proposal-btn small {
	font-size: var(--text-xs);
}

#home-banner.predetermined-proposal-container .proposal-btn span,
#home-banner.predetermined-proposal-container .test-demo-btn span,
#home-banner.predetermined-proposal-container .proposal-btn small {
	font-style: normal;
	text-align: center;
}

#home-banner.predetermined-proposal-container .proposal-btn:hover,
#home-banner.predetermined-proposal-container .test-demo-btn:hover {
	background-color: var(--neutral-100);
	opacity: 1;
}

#home-banner.predetermined-proposal-container .proposal-btn:hover span,
#home-banner.predetermined-proposal-container .test-demo-btn:hover span,
#home-banner.predetermined-proposal-container .proposal-btn:hover small {
	color: var(--neutral-700);
}

/* Test Demo Modal */
.solution-details .test-demo-modal-overlay:not(.is-showed),
.predetermined-proposal-container .test-demo-modal-overlay:not(.is-showed) {
	display: none;
}

.solution-details .test-demo-modal-overlay,
.predetermined-proposal-container .test-demo-modal-overlay {
	position: fixed;
	inset: 0;
	background-color: var(--neutral-700-opacity-50);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

.solution-details .test-demo-modal-overlay .test-demo-modal-container,
.predetermined-proposal-container .test-demo-modal-overlay .test-demo-modal-container {
	width: 700px;
	height: 580px;
	background-color: var(--neutral-100);
	border-radius: var(--rounded);
	box-shadow: 0 0 3px 0 var(--white);
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	overflow-y: auto;
}

.solution-details .test-demo-modal-container .modal-close-btn,
.predetermined-proposal-container .test-demo-modal-container .modal-close-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: 0;
	padding: 0;
}

.solution-details .test-demo-modal-container .modal-close-btn svg,
.predetermined-proposal-container .test-demo-modal-container .modal-close-btn svg {
	width: 32px;
	height: 32px;
	stroke: var(--neutral-700);
	transition: var(--transition-standard);

}

.solution-details .test-demo-modal-container .modal-close-btn:hover svg,
.predetermined-proposal-container .test-demo-modal-container .modal-close-btn:hover svg {
	stroke: rgb(127 29 29);
}

.solution-details .test-demo-modal-container h2,
.predetermined-proposal-container .test-demo-modal-container h2 {
	font-size: var(--text-3xl);
	font-weight: var(--font-bold);
	color: var(--neutral-700);
	margin: 0;
	text-align: start;
}

.solution-details .test-demo-modal-container p,
.predetermined-proposal-container .test-demo-modal-container p {
	font-size: var(--text-base);
	color: var(--neutral-700);
	letter-spacing: var(--tracking-normal);
	line-height: var(--leading-loose);
	text-align: justify;
}

.solution-details .test-demo-modal-container a,
.predetermined-proposal-container .test-demo-modal-container a {
	background-color: var(--neutral-700);
	border-radius: var(--rounded-sm);
	color: var(--white);
	font-weight: var(--font-semibold);
	padding: 12px;
	filter: brightness(0.95);
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: var(--text-lg);
	margin-top: 12px;
	width: 370px;
}

.solution-details .test-demo-modal-container a:hover {
	color: var(--white);
}

.solution-details .test-demo-modal-container .credentials-container,
.predetermined-proposal-container .test-demo-modal-container .credentials-container {
	display: flex;
	flex-direction: column;
	margin-top: var(--spacing-1);
}

.al0 .solution-details .test-demo-modal-container .credentials-container,
.al0 .predetermined-proposal-container .test-demo-modal-container .credentials-container {
	display: none;
}

.solution-details .test-demo-modal-container .credentials-container p,
.predetermined-proposal-container .test-demo-modal-container .credentials-container p,
.solution-details .test-demo-modal-container .credentials-container p>strong,
.predetermined-proposal-container .test-demo-modal-container .credentials-container p>strong {
	font-style: normal;
	font-size: var(--text-base);
	color: var(--neutral-700);
	line-height: var(--leading-relaxed);
}

.solution-details .test-demo-modal-container .warning-message-container,
.predetermined-proposal-container .test-demo-modal-container .warning-message-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	border: 1px solid var(--orange-400);
	border-radius: var(--rounded-md);
}

.solution-details .test-demo-modal-container .warning-message-icon,
.predetermined-proposal-container .test-demo-modal-container .warning-message-icon {
	background-color: var(--orange-400);
	height: 100%;
	width: 100px;
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solution-details .test-demo-modal-container .warning-message-icon svg,
.predetermined-proposal-container .test-demo-modal-container .warning-message-icon svg {
	width: 32px;
	height: 32px;
}

.solution-details .test-demo-modal-container .warning-message-content,
.predetermined-proposal-container .test-demo-modal-container .warning-message-content {
	background-color: var(--orange-50);
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: var(--rounded-md);
	justify-content: center;
	padding: 8px 20px;
	gap: 4px;
}

.solution-details .test-demo-modal-container .warning-message-content h4,
.predetermined-proposal-container .test-demo-modal-container .warning-message-content h4 {
	color: var(--neutral-700);
	font-size: var(--text-base);
	font-weight: var(--font-semibold);
	margin: 0;
	text-align: start;
}

.solution-details .test-demo-modal-container .warning-message-content p,
.predetermined-proposal-container .test-demo-modal-container .warning-message-content p {
	font-size: var(--text-sm);
	margin: 0;
	line-height: var(--leading-normal);
	letter-spacing: var(--tracking-normal);
	text-align: start;
}

@media screen and (max-width: 480px) {

	.solution-details .test-demo-modal-overlay .test-demo-modal-container,
	.predetermined-proposal-container .test-demo-modal-overlay .test-demo-modal-container {
		padding: 35px 16px;
	}

	.solution-details .test-demo-modal-container h2,
	.predetermined-proposal-container .test-demo-modal-container h2 {
		text-align: center;
	}

	.solution-details .test-demo-modal-container p,
	.predetermined-proposal-container .test-demo-modal-container p {
		text-align: center;
	}

	.solution-details .test-demo-modal-container a,
	.predetermined-proposal-container .test-demo-modal-container a {
		width: 100%
	}

	/* Cookies Consent */
	.options-container .cookie-panel h3 {
		text-align: center;
	}

	.options-container .cookie-panel p {
		text-align: center;
	}

	.options-container .cookie-control {
		gap: var(--gap-8);
		flex: 1;
	}

	.cookie-category .cookie-info p {
		display: none;
	}
}

@media screen and (max-height: 609px) {

	.solution-details .test-demo-modal-overlay .test-demo-modal-container,
	.predetermined-proposal-container .test-demo-modal-overlay .test-demo-modal-container {
		height: 100%;
	}
}

/* Pulse Animation */
@keyframes pulse-in {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes pulse-out {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

.pulse-in-animation {
	animation: pulse-in 300ms ease-out;
}

.pulse-out-animation {
	animation: pulse-out 300ms ease-out;
}

/* hide unselected languages */
.lang-es .is-pt,
.lang-es .is-cn,
.lang-es .is-en,
.lang-es .is-fr,
.lang-fr .is-pt,
.lang-fr .is-cn,
.lang-fr .is-es,
.lang-fr .is-en,
.lang-en .is-pt,
.lang-en .is-cn,
.lang-en .is-es,
.lang-en .is-fr,
.lang-pt .is-en,
.lang-pt .is-cn,
.lang-pt .is-es,
.lang-pt .is-fr,
.lang-cn .is-en,
.lang-cn .is-es,
.lang-cn .is-fr,
.lang-cn .is-pt {
	display: none;
}

/***********/

.config-container {
	display: flex;
}

.config-container h2 {
	margin: 0px;
}

.api-config,
.general-config {
	display: flex;
	flex-flow: column;
	width: 50%;
	margin: 0px 20px;
}

.config-item {
	margin: 20px 10px;
	word-break: break-all;
}

.config-item h4 {
	margin: 20px 0px;
}

.config-item input {
	width: 90%;
}

a.tweet-button {
	height: 28px;
	padding: 5px;
	background-color: #1d9bf0;
	border-radius: 4px;
	margin: 0px 5px 20px 5px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: unset;
}

a.tweet-button i {
	margin-right: 5px;
}

@media (max-width: 900px) {

	.config-container {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.api-config,
	.general-config {
		width: unset;
	}

}

@media print {

	.on {
		background-color: transparent !important;
	}

	a[href]::after {
		content: none !important;
	}

	.navbar-menu {
		display: none;
	}

	.login-form-container {
		display: none;
	}

	#home-banner {
		background-position: center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;

	}

	.bg-image-on:before {
		background-color: #000 !important;
		opacity: 0.4 !important;
	}

	#home-banner span,
	#home-banner h1,
	.logo-top h2 {
		color: #fff !important;
	}

	.wow {
		visibility: visible !important;
		animation-name: unset;
	}

	.img-grid {
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

	.img-grid-5-plus.img-5 {
		background-color: rgba(0, 0, 0, 0.5) !important;
		background-blend-mode: darken !important;
		color: #fff !important;
	}

	.img-grid-5-plus.img-5 i:before {
		color: #fff !important;
	}

	.bottom-footer {
		background-color: #222328 !important;
	}

	.footer-contacts h2 {
		color: #fff !important;
	}

	.footer-contacts .section-title p {
		color: #fff !important;
	}

	form label {
		color: #a1aaba !important;
	}

	.btn-primary {
		color: #fff !important;
		background-color: #3a8cf7 !important;
	}

	#bottom-footer {
		background-color: #222328 !important;
	}

	#bottom-footer p.copyright {
		color: #73757d !important;
	}

	nav.bottom-nav ul li a {
		color: #fff !important;
	}

	#bottom-footer .social-link li i:before {
		color: #999 !important;
	}

	a {
		color: #fff !important;
	}

	#bottom-footer .row {
		color: #fff !important;
	}
}

.spt-f .is-spt-p,
.spt-b .is-spt-p,
.spt-f .is-spt-b {
	display: none
}

#contact .nicEdit-main {
	color: #fff
}

.fullscreen-display-container .nicEdit-main {
	min-width: 600px
}

/* Modal Overlay (.modal-overlay) */
.modal-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.modal-overlay .modal-container {
	width: 700px;
	background-color: var(--neutral-100);
	border-radius: var(--rounded);
	box-shadow: 0 0 3px 0 var(--white);
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	overflow-y: auto;
	margin: 0 8px;
}

.modal-overlay .modal-container .modal-title {
	font-size: var(--text-xl);
	font-weight: var(--font-bold);
}

.modal-overlay .modal-container .modal-close-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.modal-overlay .modal-container .modal-close-btn .modal-close-icon {
	width: var(--size-7);
	height: var(--size-7);
	stroke: var(--neutral-700);
}

.modal-overlay .modal-container .modal-close-btn:hover .modal-close-icon {
	stroke: rgb(127 29 29);
}

@media screen and (max-width: 480px) {
	.modal-overlay .modal-container {
		align-items: center;
	}

	.modal-overlay .modal-container .modal-message {
		text-align: center;
	}
}