/* ============================
Theme Name: Fast Fix
Version: 5.2
Description: Fast Fix
Author: Edwin
First Update: 01/12/2022
Last Update: 17/02/2023
License: GNU General Public License v2 or later
============================*/

/* ============================
# FONTS
============================*/
@import url("https://use.typekit.net/myi2fnl.css");
@font-face {
	font-family: 'Trebuchet MS';
	src:url('../fonts/Trebuchet-BoldItalic.woff2') format('woff2'),
		url('../fonts/Trebuchet-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src:url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),
		url('../fonts/TrebuchetMS-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src:url('../fonts/TrebuchetMS-Italic.woff2') format('woff2'),
		url('../fonts/TrebuchetMS-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src:url('../fonts/TrebuchetMS.woff2') format('woff2'),
		url('../fonts/TrebuchetMS.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ============================
# VARIABLES
============================*/
:root {
	--body-font: 'Trebuchet MS', sans-serif;
	--heading-font: "sofia-pro";
	--button-font:"sofia-pro";
	--color: #343944;
	--primary-color:#3961A5;
	--secondary-color:#EA670C;
	--button-color:#EA670C;
	--button-color-hover: #ED8432;
	--banner-color:#ECB228;
	--bg-brand-light: #EEEEEE;
	--brand-border-radius: 8px;
	--ff-icon-location: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-map-pin'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
	--ff-icon-tool: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-tool'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'%3E%3C/path%3E%3C/svg%3E");
	--ff-icon-users: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-users'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
	--ff-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961a5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-clock'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
	--ff-icon-chat-filled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23EA670C' stroke='%23EA670C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-message-square'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
}

/* ============================
# RESET STYLES
============================*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--color);
}
button,
a { display: inline-block; }
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
button,
button:hover,
button:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: var(--heading-font);
	font-weight: 700; 
	letter-spacing: -0.5px;
}
p,
ul li,
ol li { 
	font-size: 16px;
	font-weight: 400; 
	line-height: 1.6;
}
img { max-width: 100%; }

@media (min-width: 992px) {
	body { font-size: 18px; }
	p,
	ul li,
	ol li { font-size: 17px; }
}
@media (min-width: 1200px) {
	p,
	ul li,
	ol li { font-size: 18px; }
}
@media (min-width: 1400px) {
	p,
	ul li,
	ol li { font-size: 19px; }
}


/* ============================
# BOOTSTRAP / USER RESET
============================*/
button:focus,
.btn:focus { box-shadow: none; }
.form-control { height: auto; }
.form-control:focus { box-shadow: none; }
.form-check-input:focus { box-shadow: none; }


/* ============================
# UTILITIES
============================*/
.text-primary { color: var(--primary-color)!important; }
.text-secondary { color: var(--secondary-color)!important; }
.bg-light { background-color: var(--bg-brand-light)!important; }
.bg-primary { background-color: var(--primary-color)!important; }

/* =====[BUTTON]===== */
.btn {
	font-family: var(--button-font);
	font-size: 18px;
	font-weight: 700;
	border-width: 3px;
	border-radius: var(--brand-border-radius);
	padding: 8px 22px 11px 22px;
}
.btn.btn-brand-primary {
	color: #FFFFFF;
	background-color: var(--button-color);
	border-color: var(--button-color);
}
.btn.btn-brand-primary:hover,
.btn.btn-brand-primary:active,
.btn.btn-brand-primary.active,
.btn.btn-brand-primary:focus-visible {
	color: #FFFFFF;
	background-color: var(--button-color-hover);
	border-color: var(--button-color-hover);
}
.btn.btn-brand-outline-primary {
	color: var(--button-color);
	background-color: transparent;
	border-color: var(--button-color);
}
.btn.btn-brand-outline-primary:hover,
.btn.btn-brand-outline-primary:active,
.btn.btn-brand-outline-primary.active,
.btn.btn-brand-outline-primary:focus-visible {
	color: #FFFFFF;
	background-color: var(--button-color-hover);
	border-color: var(--button-color-hover);
}
.btn.btn-outline-primary {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color);
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:focus-visible {
	color: #FFFFFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn.btn-brand-link {
	color: var(--button-color);
	padding: 0;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	position: relative;
	border: 0;
	height: auto;
}
.btn.btn-brand-link:hover,
.btn.btn-brand-link:active {
	color: var(--button-color-hover);
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
}

@media (max-width: 991px) {
	.btn {
		font-size: 16px;
		padding: 6px 22px 10px 22px;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: 16px;
		border-width: 2px;
		padding: 6px 18px 10px 18px;
	}
	.btn.btn-brand-link { text-decoration-thickness: 2px; }
}

/* =====[FORM CONTROL]===== */
.form-group { 
	margin-bottom: 16px; 
	position: relative;
}
.form-group .form-label {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.form-group .form-control,
.form-group .form-select {
	font-size: 16px;
	border: 2px solid #FFFFFF;
	padding: 12px 18px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	border-radius: var(--brand-border-radius);
}
.form-group select.form-select { padding-right: 36px; }
.form-group .form-control:focus,
.form-group .form-select:focus {
	border-color: var(--button-color);
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {  color: #8E8E8E; }
.form-control::-moz-placeholder { color: #8E8E8E; }
.form-control:-ms-input-placeholder { color: #8E8E8E; }
.form-control:-moz-placeholder { color: #8E8E8E; }

@media (max-width: 991px) {
	.form-group .form-control, 
	.form-group .form-select { padding: 9px 18px; }
}
@media (max-width: 767px) {
	.form-group .form-control,
	.form-group .form-select { padding: 8px 16px; }
	.form-group .form-label { font-size: 15px; }
}

/* =====[TITLE LG]===== */
.title-lg {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

@media (max-width: 1399px) {
	.title-lg { font-size: 38px; }
}
@media (max-width: 1199px) {
	.title-lg {
		font-size: 36px;
		line-height: 1.1;
		margin-bottom: 26px;
	}
}
@media (max-width: 991px) {
	.title-lg { font-size: 30px; }
}
@media (max-width: 767px) {
	.title-lg { 
		font-size: 26px; 
		margin-bottom: 22px;
	}
}

/* =====[CONTAINER]===== */
.container {
	padding-left: 20px;
	padding-right: 20px;
}

/* =====[STAR RATING]===== */
.star-rating {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.star-rating-full {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23EA670C'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
}
.star-rating-half {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23EA670C'%3E%3Cg%3E%3Crect fill='none' height='24' width='24' x='0'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M22,9.24l-7.19-0.62L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27L18.18,21l-1.63-7.03L22,9.24z M12,15.4V6.1 l1.71,4.04l4.38,0.38l-3.32,2.88l1,4.28L12,15.4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/* ============================
# HEADER
============================*/
/* =====[HIRING HEADER]===== */
.hiring-header {
	background: var(--bg-brand-light);
	text-align: center;
	padding: 10px 0;
}
.hiring-header .btn-hiring-link {
	font-size: 15px;
	color: #5D5D5D;
	display: inline-flex;
	align-items: center;
}
.hiring-header .btn-hiring-link svg {
	color: var(--primary-color);
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	display: inline-block;
	margin-left: 6px;
}
.hiring-header .btn-hiring-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.hiring-header .btn-hiring-link:hover svg { color: var(--button-color); }

@media (max-width: 1199px) {
	.hiring-header { padding: 6px 0; }
	.hiring-header .btn-hiring-link { font-size: 14px; }
}
@media (max-width: 991px) {
	.hiring-header .btn-hiring-link { line-height: 1.3; }
	.hiring-header .btn-hiring-link svg {
		color: var(--primary-color);
		width: 22px;
		height: 22px;
		flex: 0 0 auto;
		display: inline-block;
		margin-left: 6px;
	}
}
@media (max-width: 767px) {
	.hiring-header { 
		text-align: left; 
		display: none;
	}
}

/* =====[NAV HEADER]===== */
.nav-header { background-color: var(--primary-color); }
.nav-header > .container {
	display: flex;
	align-items: center;
}
.brand { flex: 0 0 auto; }
.brand a { display: block; }
.brand a img {
	display: block;
	width: 100%;
	max-width: 164px;
}

/* =====[MENUBAR]===== */
.menubar {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.menu > .menu-item {
	position: relative;
	margin-right: 24px;
}
.menu > .menu-item > a {
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 26px 10px;
	display: block;
	position: relative;
}
.menu > .menu-item.menu-item-has-children a { padding-right: 26px; }
.menu > .menu-item.menu-item-has-children a:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: cover;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 34px;
}
.menu > .menu-item:hover > a,
.menu > .menu-item.menu-item-has-children.active > a { color: var(--secondary-color); }
.menu .menu-item .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 17px #00000029;
	border-radius: 0px 0px 8px 8px;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100px;
	width: 260px;
	z-index: 100;
	display: none;
}
.menu .menu-item.menu-item-has-children:hover .sub-menu { display: block; }
/* .menu .menu-item.menu-item-has-children.active .sub-menu { display: block; } */
.menu .menu-item .sub-menu .menu-item { border-bottom: 1px solid #E5E5E5; }
.menu .menu-item .sub-menu .menu-item:last-child { border-bottom: 0; }
.menu .menu-item .sub-menu .menu-item a {
	font-size: 18px;
	color: var(--color);
	display: block;
	padding: 10px 20px;
}
.menu .menu-item .sub-menu .menu-item:hover a { color: var(--secondary-color); }
.btn-brand-outline-primary.btn-menu-toggle {
	margin-left: auto;
	padding: 4px 12px 4px 12px;
	line-height: 1;
	display: none;
}

/* =====[OFFCANVAS SM MENUBAR]===== */
.offcanvas-sm-menubar .offcanvas-header { background-color: var(--primary-color); }
.offcanvas-sm-menubar .offcanvas-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.offcanvas-sm-menubar .offcanvas-header img {
	display: block;
	width: 100%;
	max-width: 120px;
}
.offcanvas-sm-menubar .offcanvas-header .btn-close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	background-size: 30px;
}
.offcanvas-sm-menubar .offcanvas-body { background: var(--primary-color); }
.offcanvas-sm-menubar .offcanvas-body .menubar { display: flex; }

@media (max-width: 1199px) {
	.menubar .btn-brand-primary {
		font-size: 16px;
		padding: 4px 18px 6px 18px;
	}
	.brand a img { max-width: 124px; }
	.menu > .menu-item > a {
		font-size: 16px;
		padding: 22px 10px;
	}
	.menu > .menu-item.menu-item-has-children a::after { top: 28px; }
	.menu .menu-item .sub-menu .menu-item a {
		font-size: 16px;
		padding: 8px 20px;
	}
}
@media (max-width: 991px) {
	.brand { padding: 10px 0; }
	.nav-header > .container { flex-wrap: wrap; }
	.menubar {
		flex-grow: 1;
		width: 100%;
		flex-direction: column;
		display: none;
	}
	.menu {
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
	}
	.menu > .menu-item {
		margin-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menu > .menu-item > a { padding: 12px 0; }
	.menu > .menu-item.menu-item-has-children a::after { top: 16px; }
	.menu .menu-item .sub-menu {
		box-shadow: none;
		border-radius: 0;
		position: relative;
		top: 0;
		width: 100%;
		display: none;
	}
	.menu .menu-item.menu-item-has-children:hover .sub-menu { display: none; }
	.menu .menu-item.menu-item-has-children.active .sub-menu { display: block; }
	.menubar .btn-brand-primary {
		width: 100%;
		margin-top: 12px;
	}
	.btn-brand-outline-primary.btn-menu-toggle { display: inline-block; }
}
@media (max-width: 767px) {
	.offcanvas.offcanvas-sm-menubar { width: 100%; }
}

/* =====[USER HEADER MAIN]===== */
.user-header-body {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.button-group-user-header {
	margin-left: auto;
	margin-right: 30px;
}
.button-group-user-header .btn.btn-brand-primary { margin-right: 10px; }
.button-group-user-header .btn.btn-outline-light { border-color: transparent; }
.dropdown-user-header .dropdown-toggle {
	font-size: 19px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 10px 0;
	border: 0;
}
.dropdown-user-header .dropdown-toggle:active { color: #FFFFFF; }
.dropdown-user-header .dropdown-toggle .icon {
	width: 60px;
	height: 60px;
	flex: 0 0 auto;
	background: #1E3C3C;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.dropdown-user-header .dropdown-toggle .icon img {
	width: 30px;
	height: 32px;
	display: inline-block;
}
.dropdown-user-header .dropdown-toggle .txt { padding-left: 15px; }
.dropdown-user-header .dropdown-toggle::after { margin-left: 12px; }
.dropdown-user-header .dropdown-menu {
	background: #FFFFFF;
	border-color: #FFFFFF;
	box-shadow: 0px 3px 17px #00000029;
	min-width: 100px;
	width: 245px;
	z-index: 100;
}
.dropdown-user-header .dropdown-menu-md,
.dropdown-user-header .dropdown-menu-lg {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-user-header .dropdown-menu-md { display: none; }
.dropdown-user-header .dropdown-menu-md li,
.dropdown-user-header .dropdown-menu-lg li { border-bottom: 1px solid #E5E5E5; }
.dropdown-user-header .dropdown-menu-lg li:last-child { border-bottom: 0; }
.dropdown-user-header .dropdown-menu-md li a,
.dropdown-user-header .dropdown-menu-lg li a {
	font-size: 18px;
	color: var(--color);
	padding: 10px 18px;
	display: flex;
	align-items: center;
	width: 100%;
}
.dropdown-user-header .dropdown-menu-md li a svg,
.dropdown-user-header .dropdown-menu-lg li a svg {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.dropdown-user-header .dropdown-menu-md li:hover a,
.dropdown-user-header .dropdown-menu-lg li:hover a { color: var(--button-color); }

@media (max-width: 1199px) {
	.button-group-user-header { margin-right: 10px; }
	.button-group-user-header .btn {
		font-size: 16px;
		padding: 4px 18px 6px 18px;
		margin-right: 10px;
	}
	.dropdown-user-header .dropdown-toggle { font-size: 17px; }
	.dropdown-user-header .dropdown-toggle .icon {
		width: 50px;
		height: 50px;
	}
	.dropdown-user-header .dropdown-toggle .icon img {
		width: 24px;
		height: 25px;
	}
	.dropdown-user-header .dropdown-menu-md li a, 
	.dropdown-user-header .dropdown-menu-lg li a {
		font-size: 16px;
		padding: 8px 14px;
	}
	.dropdown-user-header .dropdown-menu-md li a svg, 
	.dropdown-user-header .dropdown-menu-lg li a svg {
		width: 18px;
		height: 18px;
		margin-right: 12px;
	}
}
@media (max-width: 991px) {
	.button-group-user-header { display: none; }
	.dropdown-user-header { margin-left: auto; }
	.dropdown-user-header .dropdown-menu-md { display: block; }
}
@media (max-width: 767px) {
	.dropdown-user-header .dropdown-toggle { padding: 9px 0; }
	.dropdown-user-header .dropdown-toggle .icon {
		width: 46px;
		height: 46px;
	}
	.dropdown-user-header .dropdown-toggle .icon img {
		width: 20px;
		height: 22px;
	}
	.dropdown-user-header .dropdown-toggle .txt { display: none; }
}


/* ============================
# HOME PAGE
============================*/
/* =====[SECTION PAGE HERO]===== */
.section-page-hero {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 60px 0;
	position: relative;
}
.section-page-hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 80%);
}
.section-page-hero > .container { 
	position: relative;
	z-index: 100; 
}
.page-hero-title {
	font-size: 68px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.page-hero-title-md {
	font-size: 20px;
	margin-bottom: 8px;
}
.page-hero-txt {
	font-size: 20px;
	margin-bottom: 60px;
}
.section-page-hero.section-page-hero-home,
.section-page-hero.section-page-hero-ho-how-it-works,
.section-page-hero.section-page-hero-trade-member,
.section-page-hero.section-page-hero-trade-member-works {
	display: flex;
	align-items: center;
	background-position: right center;
}
.section-page-hero.section-page-hero-home {
	height: 700px;
	background-image: url('../img/page-hero-home.png');
}
.section-page-hero.section-page-hero-ho-how-it-works {
	height: 595px;
	background-image: url('../img/page-hero-ho-how-it-works.jpg');
}
.section-page-hero.section-page-hero-trade-member {
	min-height: 720px;
	background-image: url('../img/page-hero-trade-member.png');
}
.section-page-hero.section-page-hero-trade-member .page-hero-txt strong { font-style: italic; }
.section-page-hero.section-page-hero-trade-member .page-hero-txt { margin-bottom: 22px; }
.section-page-hero.section-page-hero-trade-member .page-hero-button { margin-top: 30px; }
.section-page-hero.section-page-hero-trade-member-works {
	min-height: 490px;
	background-image: url('../img/page-hero-tm-how-it-works.png');
	background-position: center right;
}
.section-page-hero.section-page-hero-trade-member-works .page-hero-title span { color: var(--button-color); }
.section-page-hero.section-page-hero-trade-member-works .page-hero-txt { margin-bottom: 40px; }

@media (max-width: 1399px) {
	.page-hero-title { font-size: 58px; }
	.section-page-hero.section-page-hero-home { height: 580px; }
	.section-page-hero.section-page-hero-ho-how-it-works { height: 500px; }
	.section-page-hero.section-page-hero-trade-member { min-height: 540px; }
}
@media (max-width: 1199px) {
	.page-hero-title {
		font-size: 48px;
		margin-bottom: 25px;
	}
	.page-hero-title-md { font-size: 19px; }
	.page-hero-txt { 
		font-size: 19px;
		margin-bottom: 30px; 
	}
	.section-page-hero.section-page-hero-home { height: 480px; }
	.section-page-hero.section-page-hero-ho-how-it-works { height: 480px; }
	.section-page-hero.section-page-hero-trade-member { min-height: auto; }
	.section-page-hero.section-page-hero-trade-member-works { min-height: 420px; }
}
@media (max-width: 991px) {
	.page-hero-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.page-hero-title-md {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.page-hero-txt { font-size: 18px; }
	.section-page-hero.section-page-hero-home { height: 400px; }
	.section-page-hero.section-page-hero-ho-how-it-works { height: 420px; }
	.section-page-hero.section-page-hero-trade-member-works { min-height: auto; }
}
@media (max-width: 767px) {
	.section-page-hero { background-size: cover; }
	.section-page-hero:before { background: rgba(255, 255, 255, 0.7); }
	.page-hero-title {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.page-hero-title-md { font-size: 14px; }
	.page-hero-txt { line-height: 1.45; }
	.section-page-hero.section-page-hero-home {
		height: 340px;
		text-align: center;
	}
	.section-page-hero.section-page-hero-ho-how-it-works {
		height: 360px;
		text-align: center;
	}
	.section-page-hero.section-page-hero-trade-member-works .page-hero-txt { margin-bottom: 30px; }
}

/* =====[SECTION HIRE TRADE STEPS]===== */
.section-hire-trade-steps { padding: 80px 0 90px 0; }
.section-hire-trade-steps .title-panel { margin-bottom: 70px; }
.section-hire-trade-steps .title-panel .title-lg { margin-bottom: 15px; }
.section-hire-trade-steps .button-panel { margin-top: 15px; }
.row-hire-tradesperson-steps {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.row-hire-tradesperson-steps li {
	position: relative;
	z-index: 100;
}
.row-hire-tradesperson-steps li:nth-child(odd):after, 
.row-hire-tradesperson-steps li:nth-child(even):after {
    content: '';
    position: absolute;
    right: -220px;
    width: 430px;
    height: 90px;
    border: dashed 2px #93A1C4;
    border-color: #93A1C4 transparent transparent transparent;
    border-radius: 50%/46px 50px 0 0;
    z-index: -1;
}
.row-hire-tradesperson-steps li:nth-child(odd):after { top: 0; }
.row-hire-tradesperson-steps li:nth-child(even):after {
	top: -25px;
	transform: rotate(180deg);
}
.row-hire-tradesperson-steps li:last-child:after { display: none; }
.card-hire-tp-steps {
	border: 0;
	border-radius: 0;
	margin-bottom: 40px;
	background: transparent;
}
.card-hire-tp-steps .card-body { padding: 0 20px; }
.card-hire-tp-steps .card-no {
	font-family: var(--heading-font);
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 70px;
	margin-bottom: 18px;
}
.card-hire-tp-steps .card-title {
	font-size: 28px;
	margin-bottom: 20px;
}
.card-hire-tp-steps p { margin-bottom: 0; }

@media (max-width: 1399px) {
	.section-hire-trade-steps { padding: 70px 0 80px 0; }
	.section-hire-trade-steps .title-panel { margin-bottom: 50px; }
	.row-hire-tradesperson-steps li:nth-child(odd):after { top: 10px; }
	.row-hire-tradesperson-steps li:nth-child(even):after { top: -30px; }
	.card-hire-tp-steps .card-body { padding: 0; }
	.card-hire-tp-steps .card-title { font-size: 26px; }
}
@media (max-width: 1199px) {
	.section-hire-trade-steps { padding: 60px 0 70px 0; }
	.row-hire-tradesperson-steps li:nth-child(odd)::after, 
	.row-hire-tradesperson-steps li:nth-child(even)::after {
		right: -180px;
		width: 380px;
	}
	.row-hire-tradesperson-steps li:nth-child(odd)::after { top: 10px; }
	.row-hire-tradesperson-steps li:nth-child(even)::after { top: -30px; }
	.card-hire-tp-steps .card-no {
		font-size: 30px;
		width: 70px;
		height: 70px;
		line-height: 66px;
	}
	.card-hire-tp-steps .card-title {
		font-size: 24px;
		margin-bottom: 14px;
	}
}
@media (max-width: 991px) {
	.section-hire-trade-steps { padding: 50px 0 60px 0; }
	.section-hire-trade-steps .title-panel { margin-bottom: 30px; }
	.row-hire-tradesperson-steps li:nth-child(2n+1)::after, 
	.row-hire-tradesperson-steps li:nth-child(2n)::after { display: none; }
	.card-hire-tp-steps { margin-bottom: 30px; }
	.card-hire-tp-steps .card-no { margin-bottom: 16px; }
	.card-hire-tp-steps .card-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
}
@media (max-width: 767px) {
	.section-hire-trade-steps { padding: 45px 0 55px 0; }
	.section-hire-trade-steps .title-panel .title-lg { margin-bottom: 10px; }
	.section-hire-trade-steps .button-panel { margin-top: 5px; }
	.card-hire-tp-steps .card-no {
		font-size: 26px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 12px;
	}
}

/* =====[SECTION TOP TRADERS]===== */
.section-top-traders {
	padding: 0 0 90px 0;
	overflow: hidden;
}
.section-top-traders .title-panel { margin-bottom: 55px; }
.section-top-traders .button-panel { margin-top: 40px; }
.top-traders-card {
	--bs-card-border-radius: 8px;
	border: 0;
}
.top-traders-card .card-media img {
	display: block;
	width: 100%;
}
.top-traders-card .card-body { padding: 20px 25px 20px 25px; }
.top-traders-card .card-body p { font-size: 16px; }
.top-traders-card .card-title {
	font-size: 26px;
	margin-bottom: 18px;
	line-height: 1.3;
	height: 70px;
	overflow: hidden;
}
.top-traders-card .card-title a { color: var(--primary-color); }
.top-traders-card .card-title:hover a { color: var(--secondary-color); }
.top-traders-card .card-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.top-traders-card .card-list li {
	font-size: 16px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 8px;
	line-height: 1.3;
}
.top-traders-card .card-list li svg {
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	color: #93A1C4;
}
.top-traders-card .card-list li svg.feather-message-square {
	color: var(--secondary-color);
	fill: var(--secondary-color);
}
.top-traders-carousel .owl-dots {
	display: none;
	line-height: 0;
	text-align: center;
	margin-top: 25px;
}
.top-traders-carousel .owl-dots button.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-color);
	margin: 0 4px;
}
.top-traders-carousel .owl-dots button.owl-dot.active { background: var(--secondary-color); }
.top-traders-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-traders-carousel .owl-nav button.owl-prev,
.top-traders-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	border-radius: 50%;
}
.top-traders-carousel .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	margin-left: -100px;
}
.top-traders-carousel .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
	margin-right: -100px;
}
.top-traders-carousel .owl-nav button.owl-prev:hover,
.top-traders-carousel .owl-nav button.owl-next:hover { opacity: 0.9; }

@media (max-width: 1599px) {
	.top-traders-carousel .owl-nav button.owl-prev { margin-left: -60px; }
	.top-traders-carousel .owl-nav button.owl-next { margin-right: -60px; }
}
@media (max-width: 1399px) {
	.section-top-traders { padding: 0 0 80px 0; }
	.top-traders-card .card-title {
		font-size: 24px;
		height: 65px;
	}
}
@media (max-width: 1199px) {
	.top-traders-card .card-title {
		font-size: 22px;
		margin-bottom: 15px;
		height: 60px;
	}
	.top-traders-carousel .owl-nav button.owl-prev, 
	.top-traders-carousel .owl-nav button.owl-next {
		width: 38px;
		height: 38px;
		background-size: 30px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	}
	.top-traders-carousel .owl-nav button.owl-prev { margin-left: -18px; }
	.top-traders-carousel .owl-nav button.owl-next { margin-right: -18px; }
}
@media (max-width: 991px) {
	.section-top-traders .title-panel { margin-bottom: 45px; }
	.section-top-traders .button-panel { margin-top: 30px; }
	.section-top-traders { padding: 0 0 60px 0; }
}
@media (max-width: 767px) {
	.section-top-traders { padding: 0px 0 50px 0; }
	.section-top-traders .title-panel { margin-bottom: 35px; }
	.section-top-traders .button-panel { margin-top: 20px; }
	.top-traders-card .card-title {
		font-size: 20px;
		margin-bottom: 12px;
		height: auto;
	}
	.top-traders-card .card-body { padding: 16px 20px 16px 20px; }
	.top-traders-card .card-body p { line-height: 1.5; }
	.top-traders-card .card-list li {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.top-traders-card .card-list li svg { top: 2px; }
	.top-traders-carousel .owl-nav { display: none; }
	.top-traders-carousel .owl-dots { display: block; }
}

/* =====[SECTION REVIEW]===== */
.section-review { padding: 80px 0 90px 0; }
.section-review .title-lg { margin-bottom: 35px; }
.review-card {
	border: 0;
	border-radius: var(--brand-border-radius);
}
.review-card .card-body { padding: 40px 35px 20px 35px; }
.review-card .card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.review-card .card-rating {
	display: flex;
	padding-right: 10px;
}
.review-card .card-rating .star-rating { margin-right: 3px; }
.review-card .card-time {
	font-size: 14px;
	color: #666666;
}
.review-card .card-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.review-card p {
	font-size: 18px;
	margin-bottom: 16px;
}
.review-carousel .owl-dots {
	display: none;
	line-height: 0;
	text-align: center;
	margin-top: 25px;
}
.review-carousel .owl-dots button.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-color);
	margin: 0 4px;
}
.review-carousel .owl-dots button.owl-dot.active { background: var(--secondary-color); }
.review-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-carousel .owl-nav button.owl-prev,
.review-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: 24px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	border-radius: 50%;
}
.review-carousel .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 8 8 12 12 16'%3E%3C/polyline%3E%3Cline x1='16' y1='12' x2='8' y2='12'%3E%3C/line%3E%3C/svg%3E");
	margin-left: -50px;
}
.review-carousel .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 16 16 12 12 8'%3E%3C/polyline%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
	margin-right: -50px;
}
.review-carousel .owl-nav button.owl-prev:hover,
.review-carousel .owl-nav button.owl-next:hover { opacity: 0.9; }

@media (max-width: 1399px) {
	.section-review { padding: 70px 0 80px 0; }
	.review-carousel .owl-nav button.owl-prev { margin-left: -40px; }
	.review-carousel .owl-nav button.owl-next { margin-right: -40px; }
}
@media (max-width: 1199px) {
	.section-review { padding: 50px 0 60px 0; }
	.review-card p { font-size: 17px; }
	.review-carousel .owl-nav button.owl-prev, .review-carousel .owl-nav button.owl-next { background-color: #FFFFFF; }
	.review-carousel .owl-nav button.owl-prev { margin-left: -14px; }
	.review-carousel .owl-nav button.owl-next { margin-right: -14px; }
}
@media (max-width: 991px) {
	.review-card p { font-size: 16px; }
}
@media (max-width: 767px) {
	.section-review { padding: 45px 0 50px 0; }
	.section-review .title-lg { margin-bottom: 25px; }
	.review-card .card-body { padding: 30px 25px 10px 25px; }
	.review-carousel .owl-dots { display: block; }
	.review-carousel .owl-nav { display: none; }
}

/* =====[SECTION NEWS MIN]===== */
.section-news-min { 
	border-top: 4px solid #E5E5E5;
	padding: 80px 0 90px 0; 
}
.section-news-min .title-lg { margin-bottom: 50px; }
.section-news-min .button-panel { margin-top: 35px; }
.news-carousel .owl-dots {
	display: none;
	line-height: 0;
	text-align: center;
	margin-top: 25px;
}
.news-carousel .owl-dots button.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-color);
	margin: 0 4px;
}
.news-carousel .owl-dots button.owl-dot.active { background: var(--secondary-color); }
.news-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 0;
	top: calc(50% - 26px);
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-carousel .owl-nav button.owl-prev,
.news-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: 24px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	border-radius: 50%;
}
.news-carousel .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 8 8 12 12 16'%3E%3C/polyline%3E%3Cline x1='16' y1='12' x2='8' y2='12'%3E%3C/line%3E%3C/svg%3E");
	margin-left: -50px;
}
.news-carousel .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 16 16 12 12 8'%3E%3C/polyline%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
	margin-right: -50px;
}
.news-carousel .owl-nav button.owl-prev:hover,
.news-carousel .owl-nav button.owl-next:hover { opacity: 0.9; }
.article-news-min {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
}
.article-news-min .article-link { display: block; }
.article-news-min .article-media img { border-radius: var(--brand-border-radius); }
.article-news-min .article-body { padding: 20px 40px 30px 40px; }
.article-news-min .article-meta { margin-bottom: 5px; }
.article-news-min .article-meta .date {
	font-size: 14px;
	color: #666666;
}
.article-news-min .article-title {
	font-size: 20px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 0;
	line-height: 1.4;
}
.article-news-min:hover .article-title { text-decoration: underline; }

@media (max-width: 1399px) {
	.section-news-min { padding: 70px 0 80px 0; }
	.news-carousel .owl-nav button.owl-prev { margin-left: -40px; }
	.news-carousel .owl-nav button.owl-next { margin-right: -40px; }
}
@media (max-width: 1199px) {
	.section-news-min { padding: 50px 0 60px 0; }
	.section-news-min .title-lg { margin-bottom: 35px; }
	.news-carousel .owl-nav button.owl-prev, 
	.news-carousel .owl-nav button.owl-next { background-color: #FFFFFF; }
	.news-carousel .owl-nav button.owl-prev { margin-left: -14px; }
	.news-carousel .owl-nav button.owl-next { margin-right: -14px; }
}
@media (max-width: 991px) {
	.article-news-min .article-body { padding: 20px 25px 25px 25px; }
	.article-news-min .article-title { font-size: 18px; }
}
@media (max-width: 767px) {
	.section-news-min { padding: 45px 0 50px 0; }
	.section-news-min .title-lg { margin-bottom: 30px; }
	.section-news-min .button-panel { margin-top: 20px; }
	.news-carousel .owl-dots { display: block; }
	.news-carousel .owl-nav { display: none; }
	.article-news-min .article-title { font-size: 17px; }
}

/* =====[SECTION LOCAL]===== */
.section-local { padding: 80px 0 90px 0; }
.section-local .title-panel { margin-bottom: 45px; }
.section-local .list-local {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-local .list-local li { margin-bottom: 8px; }
.section-local .list-local li a { color: var(--color); }
.section-local .list-local li:hover a {
	color: var(--primary-color);
	text-decoration: underline;
}
.section-local .button-panel { margin-top: 25px; }

@media (max-width: 1399px) {
	.section-local { padding: 60px 0 70px 0; }
}
@media (max-width: 1199px) {
	.section-local { padding: 50px 0 60px 0; }
}
@media (max-width: 991px) {
	.section-local .title-panel { margin-bottom: 32px; }
}
@media (max-width: 767px) {
	.section-local { padding: 45px 0 50px 0; }
	.section-local .title-panel { margin-bottom: 28px; }
	.section-local .button-panel { margin-top: 20px; }
}

/* =====[SECTION BANNER HOME]===== */
.section-banner-home {
	background-color: var(--banner-color);
	padding: 48px 0;
}
.section-banner-home .col-title { text-align: center; }
.section-banner-home .col-btn { text-align: center; }
.section-banner-home .title {
	font-size: 26px;
	color: #000000;
	margin-bottom: 0;
}
.section-banner-home .btn-light { color: var(--button-color); }

@media (max-width: 1199px) {
	.section-banner-home { padding: 40px 0; }
}
@media (max-width: 991px) {
	.section-banner-home { padding: 30px 0; }
	.section-banner-home .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.section-banner-home .title { font-size: 20px; }
}

/* =====[SECTION GRID]===== */
.section-grid { padding: 90px 0; }
.section-grid .panel-media { position: relative; }
.section-grid .panel-content { padding-left: 50px; }
.section-grid .flex-row-reverse .panel-content { padding: 0 50px 0 0; }
.section-grid .panel-content p { margin-bottom: 18px; }
.section-grid .panel-content .btn { margin-top: 10px; }
.section-grid .title-lg { margin-bottom: 18px; }

@media (max-width: 1399px) {
	.section-grid { padding: 70px 0; }
	.section-grid .panel-content { padding-left: 30px; }
	.section-grid .flex-row-reverse .panel-content { padding: 0 30px 0 0; }
}
@media (max-width: 1199px) {
	.section-grid { padding: 60px 0; }
	.section-grid .panel-content { padding-left: 0; }
	.section-grid .flex-row-reverse .panel-content { padding: 0; }
}
@media (max-width: 991px) {
	.section-grid .panel-media { margin-bottom: 30px; }
}
@media (max-width: 767px) {
	.section-grid { padding: 50px 0; }
	.section-grid .panel-media { margin-bottom: 20px; }
	.section-grid .title-lg { margin-bottom: 14px; }
}


/* ============================
# FOOTER
============================*/
.site-footer { position: relative; }

/* =====[FOOTER TRADE LINKS]===== */
.footer-trade-links {
	color: #FFFFFF;
	background-color: var(--primary-color);
	padding: 55px 0 130px 0;
}
.footer-trade-links .title { margin-bottom: 32px; }
.footer-trade-links .trade-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-trade-links .trade-list li { margin-bottom: 8px; }
.footer-trade-links .trade-list li a { color: #FFFFFF; }
.footer-trade-links .trade-list li:hover a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-trade-links .button-panel { margin-top: 10px; }

@media (max-width: 991px) {
	.footer-trade-links { padding: 45px 0 120px 0; }
	.footer-trade-links .title { margin-bottom: 24px; }
}
@media (max-width: 767px) {
	.footer-trade-links { padding: 40px 0 50px 0; }
	.footer-trade-links .trade-list li { margin-bottom: 10px; }
	.footer-trade-links .button-panel { text-align: center; }
}

/* =====[FOOTER SUBSCRIBTION]===== */
.footer-subscribtion { position: relative; }
.footer-subscribtion > .container {
	position: absolute;
	left: 0;
	right: 0;
	top: -73px;
}
.subscribtion-panel {
	background: var(--banner-color);
	padding: 42px 45px;
}
.subscribtion-panel .title {
	font-size: 22px;
	color: #000000;
	margin-bottom: 6px;
}
.subscribtion-panel p { color: #000000; }
.form-group-subscribtion {
	position: relative;
	padding-right: 145px;
}
.form-group-subscribtion .form-control-subscribtion {
	font-size: 19px;
	border: 3px solid #FFFFFF;
	height: 56px;
	border-radius: var(--brand-border-radius);
	width: 100%;
	display: block;
	padding: 8px 20px;
	text-align: left;
	transition: all .30s ease-in-out;
}
.form-group-subscribtion .form-control-subscribtion:focus {
	border-color: var(--button-color);
	outline: none;
}
.form-group-subscribtion .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
}

@media (max-width: 1199px) {
	.subscribtion-panel { padding: 40px 30px; }
	.subscribtion-panel .title { margin-bottom: 4px; }
	.form-group-subscribtion .form-control-subscribtion { font-size: 18px; }
}
@media (max-width: 991px) {
	.subscribtion-panel {
		text-align: center;
		padding: 30px 30px;
	}
	.form-group-subscribtion { margin-top: 20px; }
	.form-group-subscribtion .form-control-subscribtion {
		font-size: 17px;
		height: 48px;
	}
	.form-group-subscribtion .btn {
		height: 48px;
		padding: 6px 22px 11px 22px;
	}
}
@media (max-width: 767px) {
	.footer-subscribtion {
		position: relative;
		background-color: var(--banner-color);
	}
	.footer-subscribtion > .container {
		position: relative;
		top: 0;
	}
	.subscribtion-panel { padding: 30px 0; }
	.subscribtion-panel .title {
		font-size: 18px;
		line-height: 1.1;
	}
	.subscribtion-panel p { font-size: 15px; }
	.form-group-subscribtion { padding-right: 0; }
	.form-group-subscribtion .form-control-subscribtion {
		font-size: 16px;
		height: 46px;
		text-align: center;
	}
	.form-group-subscribtion .btn {
		position: relative;
		height: 46px;
		padding: 6px 22px 8px 22px;
		width: 100%;
		margin-top: 10px;
	}
}

/* =====[FOOTER MAIN]===== */
.footer-main {
	color: #FFFFFF;
	background-color: #000000;
	padding: 150px 0 60px 0;
}
.footer-main a { color: #FFFFFF; }
.footer-main a:hover { color: var(--button-color-hover); }
.footer-brand-panel .brand { margin-bottom: 22px; }
.footer-brand-panel .brand img {
	width: 100%;
	max-width: 160px;
	display: block;
}
.footer-brand-panel .copy-note {
	font-size: 16px;
	margin-bottom: 4px;
}
.footer-brand-panel .copy-link { margin-bottom: 14px; }
.footer-brand-panel .copy-link a {
	font-size: 16px;
	text-decoration: underline;
	display: inline-block;
	margin: 3px 0;
}
.footer-brand-panel .copy-link a + a { margin-left: 20px; }
.footer-brand-panel .footer-social a {
	display: inline-block;
	margin-right: 14px;
}
.footer-brand-panel .footer-social a svg {
	width: 24px;
	height: 24px;
}
.footer-menu-title {
	font-size: 22px;
	margin-bottom: 36px;
}
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li { margin-bottom: 10px; }
.footer-menu li a:hover { text-decoration: underline; }

@media (max-width: 1399px) {
	.footer-main { padding: 140px 0 50px 0; }
}
@media (max-width: 1199px) {
	.footer-main { padding: 120px 0 50px 0; }
	.footer-brand-panel {
		text-align: center;
		margin-bottom: 40px;
		padding-bottom: 34px;
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	.footer-brand-panel .brand { margin-bottom: 18px; }
	.footer-brand-panel .brand img {
		max-width: 130px;
		margin: 0 auto;
	}
	.footer-menu-title { margin-bottom: 30px; }
}
@media (max-width: 991px) {
	.footer-main { padding: 130px 0 40px 0; }
	.footer-brand-panel {
		margin-bottom: 32px;
		padding-bottom: 30px;
	}
	.footer-menu-title {
		font-size: 20px;
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.footer-main { padding: 35px 0 10px 0; }
	.footer-menu-panel {
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-menu-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.footer-menu li { margin-bottom: 8px; }
}


/* ============================
# INNER ELEMENTS
============================*/

/* =====[BREADCRUMB]===== */
.breadcrumb {
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
	padding: 30px 0 30px 0;
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
	font-size: 17px;
	color: var(--color);
}
.breadcrumb .breadcrumb-item a { color: var(--color); }
.breadcrumb .breadcrumb-item a:hover {
	color: var(--button-color);
	text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: 10px; }
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
	position: relative;
	top: 4px;
}

@media (max-width: 767px) {
	.breadcrumb { padding: 26px 0 26px 0; }
	.breadcrumb .breadcrumb-item {
		font-size: 16px;
		line-height: 1.3;
	}
	.breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: 6px; }
	.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
		padding-right: 6px;
		top: 1px;
	}
}

/* =====[NAV]===== */
.nav-pills-brand-frame {
	overflow-x: auto;
	padding-bottom: 15px;
}
.nav-pills-brand {
	border-bottom: 1px solid #D6D6D6;
	flex-wrap: nowrap;
}
.nav-pills-brand .nav-link {
	font-family: var(--heading-font);
	font-size: 22px;
	font-weight: 700;
	color: var(--primary-color);
	padding: 5px 0 5px 0;
	border-bottom: 6px solid transparent;
	border-radius: 0;
	white-space: nowrap;
}
.nav-pills-brand .nav-item + .nav-item { margin-left: 60px; }
.nav-pills-brand .nav-link.active, 
.nav-pills-brand .show > .nav-link {
	color: var(--button-color);
	background-color: transparent;
	border-bottom-color: var(--button-color);
}

@media (max-width: 1399px) {
	.nav-pills-brand .nav-item + .nav-item { margin-left: 50px; }
	.nav-pills-brand .nav-link { font-size: 20px; }
}
@media (max-width: 1199px) {
	.nav-pills-brand .nav-item + .nav-item { margin-left: 40px; }
}
@media (max-width: 991px) {
	.nav-pills-brand .nav-link {
		font-size: 18px;
		border-bottom: 4px solid transparent;
	}
}
@media (max-width: 767px) {
	.nav-pills-brand .nav-item + .nav-item { margin-left: 30px; }
}

/* =====[ACCORDION]===== */
.accordion-brand { --bs-accordion-border-color: #ADADAD; }
.accordion-brand .accordion-item { background-color: transparent; }
.accordion-brand .accordion-button {
	font-family: var(--body-font);
	font-weight: 700;
	font-size: 22px;
	color: var(--color);
	line-height: 1.4;
	padding: 22px 20px 22px 45px;
	background-color: transparent;
}
.accordion-button:focus { box-shadow: none; }
.accordion-brand .accordion-button:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ED8432' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
	position: absolute;
	top: 28px;
	left: 0;
}
.accordion-brand .accordion-button.collapsed:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ED8432' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.accordion-brand .accordion-body {
	background-color: #FFFFFF;
	padding: 22px 20px 22px 45px;
}

@media (max-width: 1399px) {
	.accordion-brand .accordion-button {
		font-family: var(--body-font);
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.accordion-brand .accordion-button {
		font-size: 18px;
		padding: 18px 20px 18px 40px;
	}
	.accordion-brand .accordion-button::after { top: 22px; }
	.accordion-brand .accordion-body { padding: 22px 20px 22px 40px; }
}
@media (max-width: 767px) {
	.accordion-brand .accordion-button {
		font-size: 17px;
		padding: 16px 20px 16px 35px;
	}
	.accordion-brand .accordion-button::after { top: 18px; }
	.accordion-brand .accordion-body { padding: 16px 20px 16px 35px; }
}

/* =====[PANEL MEDIA]===== */
.panel-media img {
	width: 100%;
	display: block;
}

/* =====[PANEL CONTENT P]===== */
.panel-content.panel-content-p p {
	margin-bottom: 25px;
	line-height: 1.6;
}
.panel-content.panel-content-p p:last-child { margin-bottom: 0; }

@media (max-width: 1399px) {
	.panel-content.panel-content-p p { margin-bottom: 22px; }
}
@media (max-width: 1199px) {
	.panel-content.panel-content-p p { margin-bottom: 20px; }
}
@media (max-width: 991px) {
	.panel-content.panel-content-p p { margin-bottom: 18px; }
}
@media (max-width: 767px) {
	.panel-content.panel-content-p p { margin-bottom: 16px; }
}

/* =====[PAGINATION]===== */
.pagination-brand { margin: 20px 0 0 0; }
.pagination-brand .page-item + .page-item { margin-left: 10px; }
.pagination-brand .page-item .page-link {
	font-size: 20px;
	font-weight: 700;
	color: var(--color);
	background: transparent;
	border-width: 2px;
	border-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: var(--brand-border-radius);
	line-height: 35px;
	padding: 0;
	text-align: center;
}
.pagination-brand .page-item:hover .page-link { border-color: var(--button-color); }
.pagination-brand .page-item.active .page-link {
	color: #FFFFFF;
	border-color: var(--button-color);
	background: var(--button-color);
}

@media (max-width: 1199px) {
	.pagination-brand .page-item .page-link {
		font-size: 18px;
		width: 36px;
		height: 36px;
		line-height: 32px;
	}
}
@media (max-width: 991px) {
	.pagination-brand .page-item .page-link {
		font-size: 16px;
		width: 32px;
		height: 32px;
		line-height: 28px;
	}
}

/* =====[PAGE BANNER]===== */
.page-banner {
	min-height: 340px;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0;
	position: relative;
}
.page-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,1) 40%,rgba(255,255,255,0) 80%);
}
.page-banner > .container {
	position: relative;
	z-index: 100;
}
.page-banner .page-banner-title {
	font-size: 70px;
	color: var(--color);
	margin-bottom: 0;
}
.page-banner .page-banner-title-md {
	font-size: 22px;
	margin-bottom: 0;
}
.page-banner-about,
.page-banner-blog-single {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}
.page-banner-about { background-image: url('../img/page-banner-about.jpg'); }
.page-banner-blog-single { background-image: url('../img/page-banner-blog-single.png'); }

@media (max-width: 1599px) {
	.page-banner { min-height: 300px; }
	.page-banner .page-banner-title { font-size: 66px; }
}
@media (max-width: 1399px) {
	.page-banner { min-height: 220px; }
	.page-banner .page-banner-title { font-size: 58px; }
	.page-banner .page-banner-title-md { font-size: 20px; }
}
@media (max-width: 1199px) {
	.page-banner { min-height: 180px; }
	.page-banner .page-banner-title { font-size: 46px; }
	.page-banner .page-banner-title-md { font-size: 18px; }
}
@media (max-width: 991px) {
	.page-banner { min-height: 160px; }
	.page-banner .page-banner-title { font-size: 42px; }
}
@media (max-width: 767px) {
	.page-banner { min-height: 120px; }
	.page-banner::before { background: rgba(255, 255, 255, 0.6); }
	.page-banner .page-banner-title { font-size: 36px; }
	.page-banner .page-banner-title-md { font-size: 16px; }
}


/* ============================
# ABOUT
============================*/
/* =====[SECTION ABOUT BANNER]===== */
.section-about-banner {
	background-color: var(--banner-color);
	padding: 70px 0 70px 0;
}
.section-about-banner .title-lg,
.section-about-banner p {
	color: #000000;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.section-about-banner { padding: 60px 0 60px 0; }
}
@media (max-width: 991px) {
	.section-about-banner {
		padding: 50px 0 50px 0;
		text-align: center;
	}
	.section-about-banner .title-lg { margin-bottom: 30px; }
}
@media (max-width: 767px) {
	.section-about-banner .title-lg { margin-bottom: 28px; }
}

/* =====[SECTION HISTORY]===== */
.section-history {
	padding: 120px 0 120px 0;
	position: relative;
	background: #FFFFFF url('../img/history.png') no-repeat center right/auto 100%;
}
.section-history::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 80%);
	z-index: 10;
}
.section-history > .container {
	position: relative;
	z-index: 100;
}

@media (max-width: 1399px) {
	.section-history { padding: 90px 0 90px 0; }
}
@media (max-width: 1199px) {
	.section-history { padding: 75px 0 80px 0; }
}
@media (max-width: 991px) {
	.section-history { padding: 55px 0 60px 0; }
}
@media (max-width: 767px) {
	.section-history { padding: 45px 0 55px 0; }
	.section-history::before { background: linear-gradient(to right,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); }
}

/* =====[SECTION STANDARDS]===== */
.section-standards .panel-media { padding-top: 40px; }
.section-standards .panel-media img { margin-bottom: -60px; }

@media (max-width: 1199px) {
	.section-standards .panel-media { padding-top: 80px; }
	.section-standards .panel-media img { margin-bottom: -40px; }
}
@media (max-width: 991px) {
	.section-standards { padding: 40px 0 50px 0; }
	.section-standards .panel-media { padding-top: 0; }
	.section-standards .panel-media img { margin-bottom: -20px; }
	.section-standards .panel-content { text-align: center; }
}
@media (max-width: 767px) {
	.section-standards { padding: 40px 0 35px 0; }
	.section-standards .panel-media img { margin-bottom: 0; }
}


/* ============================
# BLOG (GRID)
============================*/
.section-article-grid { padding: 80px 0 40px 0; }
.article-grid { margin-bottom: 60px; }
.article-grid .article-media {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: var(--brand-border-radius);
}
.article-grid .article-media a { display: block; }
.article-grid .article-media img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: var(--brand-border-radius);
	transition: all .30s ease-in-out;
}
.article-grid .article-media:hover img { transform: scale(1.1); }
.article-grid .article-title {
	font-size: 22px;
	margin-bottom: 12px;
}
.article-grid .article-title a { color: var(--primary-color); }
.article-grid .article-title:hover a {
	color: var(--secondary-color);
	text-decoration: underline;
}
.article-grid .article-meta {
	font-size: 15px;
	color: var(--primary-color);
}
.article-grid.article-grid-xl .article-media img,
.article-grid.article-grid-lg .article-media img { height: 435px; }

@media (min-width: 1200px) {
	.row-article-grid {
		margin-left: -18px;
		margin-right: -18px;
	}
	.row-article-grid [class*="col-"] {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (min-width: 1400px) {
	.row-article-grid {
		margin-left: -22px;
		margin-right: -22px;
	}
	.row-article-grid [class*="col-"] {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (max-width: 1399px) {
	.article-grid { margin-bottom: 45px; }
	.article-grid.article-grid-xl .article-media img,
	.article-grid.article-grid-lg .article-media img { height: 375px; }
}
@media (max-width: 1199px) {
	.section-article-grid { padding: 70px 0 30px 0; }
	.article-grid .article-title { font-size: 20px; }
	.article-grid.article-grid-xl .article-media img, 
	.article-grid.article-grid-lg .article-media img { height: 315px; }
}
@media (max-width: 991px) {
	.section-article-grid { padding: 60px 0 20px 0; }
	.article-grid .article-meta { font-size: 14px; }
	.article-grid.article-grid-xl .article-media img, 
	.article-grid.article-grid-lg .article-media img { height: 280px; }
}
@media (max-width: 767px) {
	.article-grid { margin-bottom: 35px; }
	.article-grid .article-title { font-size: 19px; }
	.article-grid.article-grid-xl .article-media img, 
	.article-grid.article-grid-lg .article-media img { height: auto; }
}


/* ============================
# BLOG SINGLE
============================*/
.section-article-single { padding: 10px 0 80px 0; }
.article-single { position: relative; }
.article-single .article-title {
	font-size: 26px;
	color: var(--primary-color);
	margin-bottom: 6px;
}
.article-single .article-meta { margin-bottom: 25px; }
.article-single .article-date {
	font-size: 15px;
	color: var(--primary-color);
}
.article-single .article-media { margin-bottom: 30px; }
.article-single .article-media img {
	border-radius: var(--brand-border-radius);
	width: 100%;
	display: block;
}
.article-single .article-body h4 { margin: 10px 0 15px 0; }
.article-single .article-body p { margin: 10px 0 25px 0; }
.widget-related-article {
	background: #FFFFFF;
	padding: 20px 15px 25px 15px;
	border-radius: var(--brand-border-radius);
	margin-bottom: 25px;
}
.widget-related-article .widget-title {
	font-size: 26px;
	color: var(--primary-color);
	margin-bottom: 15px;
}
.widget-related-article-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-related-article-list li {
	margin-top: 12px;
	padding-top: 12px;
}
.widget-related-article-list li + li { border-top: 1px solid #E5E5E5; }
.widget-related-article-list a {
	color: var(--color);
	display: flex;
	align-items: center;
}
.widget-related-article-list a:hover { color: var(--secondary-color); }
.widget-related-article-list .article-media {
	width: 95px;
	flex: 0 0 auto;
}
.widget-related-article-list .article-media img {
	display: block;
	width: 100%;
	border-radius: var(--brand-border-radius);
}
.widget-related-article-list .article-body { padding-left: 15px; }
.widget-related-article-list .article-title {
	font-size: 18px;
	margin-bottom: 4px;
	max-height: 65px;
	overflow: hidden;
}
.widget-related-article-list .article-date {
	font-size: 15px;
	color: var(--primary-color);
}
.widget-sign-up {
	background: var(--banner-color);
	border-radius: var(--brand-border-radius);
	text-align: center;
	padding: 50px 45px 50px 45px;
}
.widget-sign-up .widget-title {
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.widget-sign-up .btn-light { color: var(--button-color); }
.widget-sign-up .btn-light:hover {
	background-color: #FFFFFF;
	color: var(--button-color);
	border-color: var(--button-color);
}

@media (min-width: 1200px) {
	.row-article-gap {
		margin-left: -18px;
		margin-right: -18px;
	}
	.row-article-gap [class*="col-"] {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (min-width: 1400px) {
	.row-article-gap {
		margin-left: -22px;
		margin-right: -22px;
	}
	.row-article-gap [class*="col-"] {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (max-width: 1199px) {
	.section-article-single { padding: 10px 0 55px 0; }
	.article-single .article-title { font-size: 24px; }
	.article-single .article-meta { margin-bottom: 20px; }
	.article-single .article-body p { margin: 5px 0 20px 0; }
	.widget-related-article .widget-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.widget-related-article-list .article-media { width: 90px; }
	.widget-related-article-list .article-title {
		font-size: 16px;
		max-height: 62px;
	}
	.widget-related-article-list .article-date { font-size: 14px; }
	.widget-sign-up { padding: 40px 30px 40px 30px; }
}
@media (max-width: 991px) {
	.article-single { margin-bottom: 40px; }
}
@media (max-width: 767px) {
	.article-single .article-title { font-size: 22px; }
	.article-single .article-media { margin-bottom: 25px; }
	.widget-related-article .widget-title { font-size: 20px; }
	.widget-sign-up { padding: 35px 25px 35px 25px; }
	.widget-sign-up .widget-title { font-size: 22px; }
}


/* ============================
# FAQ
============================*/
.section-faq-main { padding: 35px 0 80px 0; }
.section-faq-main .title-lg { margin-bottom: 50px; }
.section-faq-main .accordion-brand { padding-top: 25px; }

@media (max-width: 1399px) {
	.section-faq-main { padding: 15px 0 70px 0; }
	.section-faq-main .title-lg { margin-bottom: 40px; }
	.section-faq-main .accordion-brand { padding-top: 20px; }
}
@media (max-width: 1199px) {
	.section-faq-main { padding: 15px 0 50px 0; }
	.section-faq-main .title-lg { margin-bottom: 30px; }
	.section-faq-main .accordion-brand { padding-top: 0; }
}
@media (max-width: 991px) {
	.section-faq-main { padding: 5px 0 50px 0; }
}
@media (max-width: 767px) {
	.section-faq-main { padding: 5px 0 40px 0; }
}


/* ============================
# POST A JOB
============================*/
.section-post-job-main { padding: 40px 0 100px 0; }
.section-post-job-main .title-panel { margin-bottom: 80px; }
.form-post-job { display: block; }
.form-post-job .form-group { margin-bottom: 20px; }
.form-post-job .title {
	font-size: 22px;
	margin: 30px 0 20px 0;
}
.form-post-job .form-group-search .form-control { padding-right: 40px; }
.form-post-job .form-group-search svg {
	color: var(--primary-color);
	position: absolute;
	bottom: 14px;
	right: 20px;
}
.form-post-job .form-group-button {
	text-align: right;
	margin-top: 35px;
}

@media (max-width: 1399px) {
	.section-post-job-main { padding: 30px 0 90px 0; }
	.section-post-job-main .title-panel { margin-bottom: 60px; }
}
@media (max-width: 1199px) {
	.section-post-job-main { padding: 20px 0 80px 0; }
	.section-post-job-main .title-panel { margin-bottom: 50px; }
}
@media (max-width: 991px) {
	.section-post-job-main { padding: 20px 0 70px 0; }
	.form-post-job .title {
		font-size: 20px;
		margin: 25px 0 15px 0;
	}
}
@media (max-width: 767px) {
	.section-post-job-main { padding: 10px 0 60px 0; }
	.section-post-job-main .title-panel { margin-bottom: 40px; }
	.form-post-job .form-group { margin-bottom: 18px; }
	.form-post-job .title {
		font-size: 18px;
		margin: 25px 0 10px 0;
	}
	.form-post-job .form-group-button { margin-top: 30px; }
	.form-post-job .form-group-search svg {
		bottom: 12px;
		right: 15px;
		width: 18px;
		height: 18px;
	}
}


/* ============================
# HOW IT WORKS (HOMEOWNERS)
============================*/
/* =====[SECTION HO STEPS]===== */
.section-ho-steps { padding: 80px 0 45px 0; }
.row-ho-steps {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.row-ho-steps li {
	position: relative;
	z-index: 10;
}
.row-ho-steps li:nth-child(odd):after, 
.row-ho-steps li:nth-child(even):after {
    content: '';
    position: absolute;
    right: -55px;
    width: 434px;
    height: 76px;
    border: dashed 2px #93A1C4;
    border-color: #93A1C4 transparent transparent transparent;
    border-radius: 50%/73px 70px 0 0;
    z-index: -1;
}
.row-ho-steps li:nth-child(odd):after { top: -10px; }
.row-ho-steps li:nth-child(even):after {
	top: 0px;
	transform: rotate(180deg);
}
.row-ho-steps li:last-child:after { display: none; }
.ho-steps-panel { margin-bottom: 40px; }
.ho-steps-panel .panel-no {
	font-family: var(--heading-font);
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	background: var(--banner-color);
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 70px;
	margin-bottom: 18px;
	text-align: center;
}
.ho-steps-panel .panel-title {
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 20px;
}
.ho-steps-panel p { 
	margin-bottom: 0; 
	padding-right: 25px;
}

@media (max-width: 1399px) {
	.section-ho-steps { padding: 70px 0 35px 0; }
	.row-ho-steps li:nth-child(2n+1)::after { top: 0; }
	.row-ho-steps li:nth-child(2n)::after { top: -5px; }
	.ho-steps-panel .panel-title { font-size: 26px; }
	.ho-steps-panel p {  padding-right: 0; }
}
@media (max-width: 1199px) {
	.section-ho-steps { padding: 60px 0 25px 0; }
	.row-ho-steps li:nth-child(2n+1)::after, 
	.row-ho-steps li:nth-child(2n)::after { width: 350px; }
	.row-ho-steps li:nth-child(2n+1)::after { top: -8px; }
	.ho-steps-panel .panel-no {
		font-size: 30px;
		width: 70px;
		height: 70px;
		line-height: 66px;
	}
	.ho-steps-panel .panel-title {
		font-size: 24px;
		margin-bottom: 14px;
	}
}
@media (max-width: 991px) {
	.section-ho-steps { padding: 50px 0 25px 0; }
	.row-ho-steps li:nth-child(2n+1)::after, 
	.row-ho-steps li:nth-child(2n)::after { display: none; }
	.ho-steps-panel { 
		margin-bottom: 30px; 
		text-align: center;
	}
	.ho-steps-panel .panel-no { margin-bottom: 16px; }
	.ho-steps-panel .panel-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
}
@media (max-width: 767px) {
	.ho-steps-panel .panel-no {
		font-size: 26px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 12px;
	}
}

/* =====[SECTION FULL GRID]===== */
.section-full-grid { background: #FFFFFF; }
.section-full-grid .col-content {
	min-height: 520px;
	display: flex;
	align-items: center;
}
.section-full-grid .panel-media { height: 100%; }
.section-full-grid .panel-media img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.section-full-grid .panel-content {
	padding: 110px 20px 110px 110px;
	width: 100%;
	max-width: 820px;
}
.section-full-grid .flex-row-reverse .panel-content {
	margin-left: auto;
	padding-left: 20px;
	padding-right: 110px;
}

@media (max-width: 1399px) {
	.section-full-grid .col-content { min-height: 420px; }
	.section-full-grid .panel-content {
		max-width: 570px;
		padding: 90px 20px 90px 60px;
	}
	.section-full-grid .flex-row-reverse .panel-content {
		padding-left: 20px;
		padding-right: 90px;
	}
}
@media (max-width: 1199px) {
	.section-full-grid .col-content { min-height: 320px; }
	.section-full-grid .panel-content {
		max-width: 480px;
		padding: 90px 20px 80px 30px;
	}
	.section-full-grid .flex-row-reverse .panel-content {
		padding-left: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 991px) {
	.section-full-grid .col-content { min-height: auto; }
	.section-full-grid .panel-content {
		max-width: 720px;
		padding: 60px 20px 50px 20px;
		margin: 0 auto;
	}
	.section-full-grid .flex-row-reverse .panel-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.section-full-grid .panel-content { 
		max-width: 540px; 
		padding-top: 45px;
	}
}
@media (max-width: 575px) {
	.section-full-grid .panel-content { max-width: 100%; }
}

/* =====[SECTION FULL GRID HO PJ]===== */
.section-full-grid-ho-pj .panel-content hr {
	border-top: 0;
	margin: 80px 0 80px 0;
}
.section-full-grid-ho-pj .panel-content .btn-link {
	color: var(--button-color);
	text-decoration: underline;
}
.section-full-grid-ho-pj .button-panel { margin-top: 45px; }

@media (max-width: 1399px) {
	.section-full-grid-ho-pj .panel-content hr { margin: 40px 0 40px 0; }
}
@media (max-width: 1199px) {
	.section-full-grid-ho-pj .panel-content hr { margin: 30px 0 30px 0; }
}
@media (max-width: 991px) {
	.section-full-grid-ho-pj .panel-content hr { margin: 20px 0 20px 0; }
}
@media (max-width: 767px) {
	.section-full-grid-ho-pj .button-panel { margin-top: 40px; }
	.section-full-grid-ho-pj .panel-content hr { margin: 15px 0 15px 0; }
}


/* ============================
# FIND A TRADER
============================*/
/* =====[HERO FIND TRADER]===== */
.hero-find-trader {
	padding: 80px 0 80px 0;
	background-color: var(--banner-color);
}
.hero-find-trader .hero-title,
.hero-find-trader .hero-txt { color: #000000; }
.hero-find-trader .hero-title {
	font-size: 70px;
	margin-bottom: 10px;
}
.hero-find-trader .hero-txt { font-size: 20px; }
.find-trader-select-box-outer {
	position: relative;
	padding-right: 140px;
	margin-top: 30px;
}
.find-trader-select-box-outer .btn-brand-primary {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 1399px) {
	.hero-find-trader .hero-title { font-size: 64px; }
}
@media (max-width: 1199px) {
	.hero-find-trader { padding: 65px 0 70px 0; }
	.hero-find-trader .hero-title { font-size: 54px; }
	.hero-find-trader .hero-txt { font-size: 19px; }
}
@media (max-width: 991px) {
	.hero-find-trader { padding: 55px 0 60px 0; }
	.hero-find-trader .hero-title { font-size: 42px; }
	.hero-find-trader .hero-txt { font-size: 18px; }
}
@media (max-width: 767px) {
	.hero-find-trader { padding: 50px 0 55px 0; }
	.hero-find-trader .hero-title { font-size: 34px; }
	.hero-find-trader .hero-txt {
		font-size: 17px;
		line-height: 1.45;
	}
	.find-trader-select-box-outer { padding-right: 0; }
	.find-trader-select-box-outer .btn-brand-primary {
		position: relative;
		width: 100%;
		margin-top: 10px;
	}
}

/* =====[CUSTOM SELECT BOX]===== */
.find-trader-select-box { position: relative; }
.find-trader-select-box select { display: none; }
.select-selected {
	background-color: #FFFFFF;
	border-radius: var(--brand-border-radius);
	padding: 11px 30px 12px 16px;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 24px;
	right: 15px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #343944 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #343944 transparent;
	top: 16px;
}
.select-items div,
.select-selected {
	color: var(--color);
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}
.select-items div { padding: 8px 16px; }
.select-items {
	position: absolute;
	background-color: #FFFFFF;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	border-radius:8px;
	height: 360px;
	overflow-y: auto;
	z-index: 99;
}
.select-hide { display: none; }
.select-items div:hover, 
.same-as-selected { background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 991px) {
	.select-items div, 
	.select-selected { font-size: 16px; }
	.select-selected { padding: 10px 30px 10px 16px; }
	.select-selected::after { top: 20px; }
}

/* =====[SECTION TRADER WORKS]===== */
.section-trader-works { padding: 70px 0 80px 0; }
.section-trader-works .panel-media img { border-radius: var(--brand-border-radius); }
.trader-work-steps {
	list-style: none;
	margin: 0;
	padding: 0 60px 0 0;
}
.trader-work-steps li {
	padding-left: 110px;
	position: relative;
	margin-bottom: 35px;
}
.trader-work-steps .list-no {
	font-family: var(--heading-font);
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
	background: var(--banner-color);
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	line-height: 75px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.trader-work-steps .list-title {
	font-size: 22px;
	margin-bottom: 16px;
}
.trader-work-steps p { margin-bottom: 0; }

@media (min-width: 1400px) {
	.section-trader-works .title-lg { margin-bottom: 45px; }
}
@media (max-width: 1399px) {
	.section-trader-works { padding: 60px 0 60px 0; }
	.trader-work-steps { padding: 0 30px 0 0; }
	.trader-work-steps li { padding-left: 100px; }
	.trader-work-steps .list-no {
		font-size: 32px;
		width: 70px;
		height: 70px;
		line-height: 65px;
	}
}
@media (max-width: 1199px) {
	.section-trader-works { padding: 50px 0 40px 0; }
	.trader-work-steps { padding: 0; }
	.trader-work-steps li {
		padding-left: 80px;
		margin-bottom: 25px;
	}
	.trader-work-steps .list-no {
		font-size: 26px;
		width: 60px;
		height: 60px;
		line-height: 55px;
	}
	.trader-work-steps .list-title { margin-bottom: 14px; }
}
@media (max-width: 991px) {
	.section-trader-works { padding: 50px 0 30px 0; }
	.trader-work-steps { margin-top: 40px; }
}
@media (max-width: 767px) {
	.section-trader-works { padding: 40px 0 25px 0; }
	.section-trader-works .title-lg { margin-bottom: 30px; }
	.trader-work-steps { margin-top: 35px; }
	.trader-work-steps li { padding-left: 70px; }
	.trader-work-steps .list-no {
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 45px;
	}
}

/* =====[FILTERS]===== */
.filter-panel-group {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.filter-panel-group .filter-panel,
.filter-panel-group .sort-panel {
	display: flex;
	align-items: center;
}
.filter-panel-group .sort-panel { margin-left: auto; }
.filter-panel-group .filter-title {
	font-size: 17px;
	padding-right: 14px;
	white-space: nowrap;
}
.filter-panel-group .filter-form-group-panel {
	background-color: #FFFFFF;
	padding: 6px 0 6px 14px;
	display: flex;
	align-items: center;
	border-radius: var(--brand-border-radius);
}
.filter-panel-group .filter-form-group {
	display: flex;
	align-items: center;
}
.filter-panel-group .filter-form-group + .filter-form-group {
	padding-left: 14px;
	margin-left: 8px;
	border-left: 1px solid #D5D5D5;
}
.filter-panel-group .filter-form-group label {
	font-size: 14px;
	white-space: nowrap;
	padding-right: 8px;
}
.filter-panel-group .filter-form-group .form-select {
	font-size: 14px;
	width: 100%;
	min-width: 160px;
	border-color: transparent;
}
.filter-panel-group .filter-form-group .form-select:focus {
	border-color: transparent;
	box-shadow: none;
}
.filter-panel-group-md {
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: var(--brand-border-radius);
	padding: 8px 14px;
	margin-bottom: 30px;
	display: none;
}
.filter-panel-group-md .title {
	font-size: 18px;
	margin-bottom: 0;
}
.filter-panel-group-md .btn {
	border-width: 2px;
	padding: 7px 10px 8px 10px;
	height: auto;
	line-height: 1;
}
.filter-panel-group-md .btn svg {
	width: 18px;
	height: 18px;
}
.offcanvas-filters .offcanvas-header {
	color: #FFFFFF;
	background: var(--primary-color);
	padding: 14px 20px;
}
.offcanvas-filters .offcanvas-header .btn-close {
	color: #FFFFFF;
	opacity: 1;
	background-image: none;
	width: auto;
	height: auto;
	line-height: 1;
	margin-right: -10px;
}
.offcanvas-filters .offcanvas-body {
	padding: 20px 20px;
	background: var(--bg-brand-light);
}
.offcanvas-filters .offcanvas-body .form-group { margin-bottom: 25px; }

@media (max-width: 1199px) {
	.filter-panel-group { margin-bottom: 30px; }
}
@media (max-width: 991px) {
	.filter-panel-group { display: none; }
	.filter-panel-group-md { display: flex; }
}

/* =====[SECTION TRADER CARD LIST]===== */
.section-trader-card-list { padding: 40px 0 70px 0; }
.service-detail-min-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-detail-min-list li {
	font-size: 16px;
	background-color: transparent;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: top 3px left;
	padding-left: 24px;
	margin-bottom: 6px;
	line-height: 1.3;
}
.service-detail-min-list li:last-child { margin-bottom: 0; }
.service-detail-min-list li.sdml-location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-map-pin'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.service-detail-min-list li.sdml-date {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-clock'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}
.service-detail-min-list li.sdml-comment {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23EA670C' stroke='%23EA670C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-message-square'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
	color: #009500;
}
.card-trader-horizontal {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	border-radius: var(--brand-border-radius);
	margin-bottom: 30px;
}
.card-trader-horizontal .card-media {
	width: 310px;
	flex: 0 0 auto;
}
.card-trader-horizontal .card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--brand-border-radius) 0px 0px var(--brand-border-radius);
}
.card-trader-horizontal .card-body {
	padding: 20px 30px 30px 30px;
	position: relative;
}
.card-trader-horizontal .card-title {
	font-size: 26px;
	color: var(--primary-color);
	line-height: 1.4;
	margin-bottom: 12px;
	padding-right: 80px;
}
.card-trader-horizontal .card-note {
	font-size: 15px;
	margin-bottom: 12px;
	position: relative;
}
.card-trader-horizontal .card-note .read-more-link { color: var(--button-color); }
.card-trader-horizontal .card-note .read-more-link:hover {
	color: var(--button-color);
	text-decoration: underline;
}
.card-trader-horizontal .btn-brand-primary {
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-other-trades {
	background: #FFFFFF;
	padding: 15px 22px 20px 22px;
	border-radius: var(--brand-border-radius);
}
.widget-other-trades .widget-title {
	font-size: 24px;
	margin-bottom: 15px;
}
.widget-other-trades .widget-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-other-trades .widget-list li:not(:last-child) { margin-bottom: 10px; }
.widget-other-trades .widget-list li a { color: var(--primary-color); }
.widget-other-trades .widget-list li a:hover {
	color: var(--button-color);
	text-decoration: underline;
}

@media (min-width: 1400px) {
	.row-trader-card-list {
		margin-left: -22px;
		margin-right: -22px;
	}
	.row-trader-card-list [class*="col-"] {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (max-width: 1399px) {
	.section-trader-card-list { padding: 0 0 70px 0; }
	.card-trader-horizontal .card-title { font-size: 24px; }
	.widget-other-trades .widget-list li { font-size: 17px; }
	.widget-other-trades .widget-list li:not(:last-child) { margin-bottom: 8px; }
}
@media (max-width: 1199px) {
	.section-trader-card-list .title-lg { text-align: center; }
	.card-trader-horizontal .btn-brand-primary {
		padding-top: 4px;
		padding-bottom: 6px;
	}
	.widget-other-trades .widget-list li { display: inline-block; }
	.widget-other-trades .widget-list li + li { padding-left: 4px; }
	.widget-other-trades .widget-list li + li::before {
		content: '|';
		float: left;
		padding-right: 6px;
	}
}
@media (max-width: 991px) {
	.card-trader-horizontal .card-media { width: 280px; }
	.card-trader-horizontal .card-body { padding: 20px 25px 25px 25px; }
	.card-trader-horizontal .card-title {
		font-size: 20px;
		padding-right: 0;
	}
	.card-trader-horizontal .card-note {
		height: 70px;
		overflow: hidden;
	}
	.card-trader-horizontal .card-note .read-more-link {
		color: var(--button-color);
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 2px 4px;
		background: #FFFFFF;
		z-index: 10;
	}
	.card-trader-horizontal .btn-brand-primary {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.widget-other-trades .widget-list li { font-size: 16px; }
}
@media (max-width: 767px) {
	.section-trader-card-list { padding: 0 0 50px 0; }
	.card-trader-horizontal { flex-direction: column; }
	.card-trader-horizontal .card-media { width: 100%; }
	.card-trader-horizontal .card-media img { border-radius: var(--brand-border-radius) var(--brand-border-radius) 0px 0px; }
	.card-trader-horizontal .card-body { padding: 20px 20px 25px 20px; }
	.widget-other-trades {
		padding: 15px 20px 20px 20px;
		margin-top: 35px;
	}
	.widget-other-trades .widget-title {
		font-size: 20px;
		margin-bottom: 14px;
	}
}


/* ============================
# THANK YOU - POSTING JOB
============================*/
/* =====[SECTION HERO]===== */
.section-thank-hero {
	background: #FFFFFF url('../img/page-hero-thank-you.png') no-repeat center/cover;
	text-align: center;
	padding: 80px 0 90px 0;
}

@media (max-width: 1199px) {
	.section-thank-hero { padding: 60px 0 80px 0; }
}
@media (max-width: 767px) {
	.section-thank-hero { padding: 50px 0 60px 0; }
}

/* =====[SECTION THANK YOU STEPS]===== */
.section-thank-you-steps  { padding: 75px 0 45px 0; }
.section-thank-you-steps  .title-lg {
	color: var(--primary-color);
	margin-bottom: 60px;
}
.thank-you-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.thank-you-list li {
	margin-bottom: 25px;
	width: 20%;
	position: relative;
}
.thank-you-list li:nth-child(odd):after,
.thank-you-list li:nth-child(even):after {
	content: '';
	position: absolute;
	right: -75px;
	width: 300px; 
	height: 100px; 
	border: dashed 2px #93A1C4;
	border-color: #93A1C4 transparent transparent transparent;
	border-radius: 50%/70px 70px 0 0;
}
.thank-you-list li:nth-child(odd):after { top: 5px; }
.thank-you-list li:nth-child(even):after {
	top: -25px;
	transform: rotate(180deg);
}
.thank-you-list li:last-child:after { display: none; }
.thank-you-list .panel .rounded-circle {
	font-family: var(--heading-font);
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	background: var(--primary-color);
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 70px;
	margin-bottom: 24px;
	position: relative;
	z-index: 10;
}
.thank-you-list .panel p { line-height: 1.45; }

@media (max-width: 1399px) {
	.section-thank-you-steps { padding: 65px 0 35px 0; }
	.thank-you-list li:nth-child(odd):after { top: 10px; }
	.thank-you-list li:nth-child(even):after { top: -40px; }
}
@media (max-width: 1199px) {
	.section-thank-you-steps .title-lg { margin-bottom: 50px; }
	.thank-you-list li { width: 33.3333%; }
	.thank-you-list li:after { display: none; }
	.thank-you-list .panel .rounded-circle {
		font-size: 30px;
		width: 70px;
		height: 70px;
		line-height: 66px;
	}
}
@media (max-width: 991px) {
	.section-thank-you-steps { padding: 55px 0 25px 0; }
	.section-thank-you-steps .title-lg { text-align: center; }
	.thank-you-list li {
		width: 50%;
		text-align: center;
	}
	.thank-you-list .panel .rounded-circle {
		margin-bottom: 20px;
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 767px) {
	.section-thank-you-steps { padding: 50px 0 25px 0; }
	.section-thank-you-steps .title-lg { margin-bottom: 45px; }
	.thank-you-list li {
		margin-bottom: 15px;
		width: 100%;
	}
	.thank-you-list .panel { padding: 0 30px; }
	.thank-you-list .panel .rounded-circle {
		font-size: 26px;
		width: 60px;
		height: 60px;
		line-height: 54px;
		margin-bottom: 12px;
	}
}

/* =====[SECTION THANK YOU GRID]===== */
.section-thank-you-grid { padding: 80px 0 80px 0; }
.section-thank-you-grid .title-lg { color: var(--primary-color); }
.section-thank-you-grid .button-group { margin-top: 40px; }

@media (min-width: 992px) {
	.row-thank-you-grid {
		margin-left: -50px;
		margin-right: -50px;
	}
	.row-thank-you-grid [class*="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}
	.row-thank-you-grid [class*="col-"] + [class*="col-"] { border-left: 1px solid #D6D6D6; }
}
@media (max-width: 1199px) {
	.section-thank-you-grid { padding: 70px 0 70px 0; }
}
@media (max-width: 991px) {
	.section-thank-you-grid { padding: 60px 0 60px 0; }
}
@media (max-width: 767px) {
	.section-thank-you-grid { padding: 50px 0 20px 0; }
	.section-thank-you-grid .panel-grid { margin-bottom: 40px; }
	.section-thank-you-grid .button-group { margin-top: 25px; }
}


/* ============================
# VIEW JOB (CUSTOMER ACCOUNT)
============================*/
.section-ca { padding: 50px 0 60px 0; }
.nav-pills-brand-ca-jobs { position: relative; }
.ca-nav-pill-options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 15px;
}
.ca-nav-pill-options li {
	line-height: 1;
	white-space: nowrap;
}
.ca-nav-pill-options li + li {
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	margin-left: 15px;
	padding-left: 15px;
}
.ca-nav-pill-options li .btn-brand-link { line-height: 1; }
.ca-nav-pill-options li .btn-brand-outline-primary {
	border-width: 2px;
	line-height: 1;
	padding: 6px 12px 8px 12px;
}
.ca-nav-pill-options li .btn-brand-outline-primary svg {
	width: 20px;
	height: 20px;
}
.ca-page-title { margin-bottom: 40px; }
.ca-page-title .title { font-size: 32px; }
.ca-page-title .ca-page-meta {
	font-size: 15px;
	color: var(--primary-color);
}
.ca-page-title.ca-page-title-has-link {
	position: relative;
	padding-right: 100px;
}
.ca-page-title.ca-page-title-has-link .btn {
	font-size: 16px;
	border-width: 2px;
	padding: 6px 10px 4px 10px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 10;
}
.ca-page-title.ca-page-title-has-link .btn svg {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-bottom: 2px;
}
.ca-widget-msg {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	margin-bottom: 40px;
}
.ca-widget-msg .widget-body { padding: 20px 20px 20px 20px; }
.ca-widget-msg .widget-body p {
	font-size: 17px;
	margin-bottom: 0;
}
.ca-widget-msg .widget-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.ca-widget-msg .widget-footer {
	padding: 8px 20px 15px 20px;
	border-top: 1px solid var(--bg-brand-light);
}
.ca-widget-msg .widget-footer .btn-brand-link {
	font-size: 16px;
	text-decoration-thickness: 2px;
}
.ca-widget-msg .widget-footer .btn-brand-link svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.ca-widget-min-list {
	border-radius: var(--brand-border-radius);
	overflow: hidden;
	margin-bottom: 40px;
}
.ca-widget-min-list .widget-title {
	font-size: 24px;
	margin-bottom: 18px;
}
.pj-aside-min-panel {
	position: relative;
	background: #FFFFFF;
	border-left: 5px solid transparent;
}
.pj-aside-min-panel:not(:last-child) { border-bottom: 1px solid #D6D6D6; }
.pj-aside-min-panel a {
	color: var(--color);
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
	padding: 18px 18px;
}
.pj-aside-min-panel .panel-media {
	width: 80px;
	height: 80px;
	flex: 0 0 auto;
}
.pj-aside-min-panel .panel-content {
	padding-left: 12px;
	overflow: hidden;
	flex-grow: 1;
}
.pj-aside-min-panel .panel-content .title {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pj-aside-min-panel .panel-content .meta {
	font-size: 17px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
	overflow: hidden;
}
.pj-aside-min-panel:hover,
.pj-aside-min-panel.active {
	border-left-color: var(--button-color);
	background: rgba(234, 103, 12, 0.11);
}
.ca-jobs-panels {
	background: #FFFFFF;
	padding: 30px 30px;
	border-radius: var(--brand-border-radius);
}
.ca-jobs-panels .ca-jobs-panel { position: relative; }
.ca-jobs-panels .ca-jobs-panel:not(:last-child) { margin-bottom: 40px; }
.ca-jobs-panels .ca-jobs-panel .panel-title {
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 15px;
}
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list,
.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li,
.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li {
	font-size: 17px;
	display: flex;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: top 7px left;
}
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li { padding-left: 25px; }
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li .col-strong,
.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li .col-strong {
	font-weight: 700;
	color: var(--primary-color);
	padding-right: 20px;
	width: 25%;
}
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li .col-normal,
.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li .col-normal { width: 75%; }
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li.list-location { background-image: var(--ff-icon-location); }
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li.list-trade { background-image: var(--ff-icon-tool); }
.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li.list-time { background-image: var(--ff-icon-time); }
.ca-jobs-panels .btn-link-ca-add-photos {
	position: absolute;
	top: 0;
	right: 0;
}
.ca-job-media-carousel .media { border-radius: var(--brand-border-radius); }
.ca-job-media-carousel .media img { border-radius: var(--brand-border-radius); }
.ca-job-media-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ca-job-media-carousel .owl-nav button.owl-prev,
.ca-job-media-carousel .owl-nav button.owl-next {
	color: #FFFFFF;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	background: #93A1C4;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.ca-job-media-carousel .owl-nav button.owl-prev { margin-left: -23px; }
.ca-job-media-carousel .owl-nav button.owl-next { margin-right: -23px; }
.ca-job-media-carousel .owl-nav button.owl-prev svg,
.ca-job-media-carousel .owl-nav button.owl-next svg {
	width: 20px;
	height: 20px;
}
.ca-job-media-carousel .owl-nav button.owl-prev:hover,
.ca-job-media-carousel .owl-nav button.owl-next:hover {
	color: #FFFFFF;
	background: var(--primary-color);
}
.ca-job-media-carousel .owl-dots {
	line-height: 0;
	margin-top: 20px;
	text-align: center;
	display: none;
}
.ca-job-media-carousel .owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	border: 3px solid var(--primary-color);
	background: transparent;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
}
.ca-job-media-carousel .owl-dots button.owl-dot.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.ca-jobs-panel .form-group .form-control {
	background-color: #F7F9FC;
	border-color: #F7F9FC;
	box-shadow: none;
}
.ca-jobs-panel .form-group .form-control:focus, 
.ca-jobs-panel .form-group .form-select:focus {
	border-color: var(--button-color);
	box-shadow: none;
}
.ca-jobs-panel .form-group-button { margin-top: 15px; }
.ca-jobs-panel .form-group-button .btn {
	width: 100%;
	max-width: 230px;
}
.ca-end-job-list-options { margin-top: 30px; }
.ca-end-job-list-options .title {
	font-size: 19px;
	margin-bottom: 26px;
}
.ca-end-job-list-options .form-check {
	font-size: 19px;
	margin-bottom: 12px;
}
.ca-end-job-list-options .form-check .form-check-input {
	border-color: #8E8E8E;
	border-width: 2px;
}
.ca-end-job-list-options .form-check .form-check-input:checked {
	background-color: var(--button-color);
	border-color: var(--button-color);
}
.ca-end-job-list-options .form-group-button-alt { margin-top: 30px; }
.ca-end-job-list-options .form-group-button-alt .btn {
	margin-right: 10px;
	width: 140px;
}

@media (min-width: 1200px) {
	.section-ca .row-ca-grid {
		margin-left: -18px;
		margin-right: -18px;
	}
	.section-ca .row-ca-grid .col-main,
	.section-ca .row-ca-grid .col-aside {
		padding-left: 18px;
		padding-right: 18px;
	}
	.ca-page-title.ca-page-title-has-link .btn {
		font-size: 18px;
		border-width: 0;
		padding: 0;
		top: 12px;
	}
	.ca-page-title.ca-page-title-has-link .btn svg {
		width: 20px;
		height: 20px;
		margin-bottom: 2px;
	}
	.ca-page-title.ca-page-title-has-link .btn:hover, 
	.ca-page-title.ca-page-title-has-link .btn:active, 
	.ca-page-title.ca-page-title-has-link .btn.active, 
	.ca-page-title.ca-page-title-has-link .btn:focus-visible {
		color: var(--primary-color);
		background-color: transparent;
		border-color: transparent;
	}
}
@media (min-width: 1400px) {
	.section-ca .row-ca-grid {
		margin-left: -28px;
		margin-right: -28px;
	}
	.section-ca .row-ca-grid .col-main,
	.section-ca .row-ca-grid .col-aside {
		padding-left: 28px;
		padding-right: 28px;
	}
}
@media (max-width: 1399px) {
	.ca-end-job-list-options .title {
		font-size: 18px;
		margin-bottom: 22px;
	}
	.ca-end-job-list-options .form-check { font-size: 18px; }
}
@media (max-width: 1199px) {
	.ca-page-title .title { font-size: 28px; }
	.ca-widget-msg { margin-bottom: 30px; }
	.ca-widget-msg .widget-title { font-size: 22px; }
	.ca-widget-min-list { margin-bottom: 30px; }
	.ca-widget-min-list .widget-title { font-size: 22px; }
	.ca-jobs-panels .ca-jobs-panel .panel-title { font-size: 20px; }
	.ca-end-job-list-options .title {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.ca-end-job-list-options .form-check { font-size: 17px; }
}
@media (max-width: 991px) {
	.section-ca { padding: 45px 0 40px 0; }
	.ca-nav-pill-options { top: 12px; }
	.ca-widget-msg .widget-body p { font-size: 16px; }
	.ca-jobs-panels { margin-bottom: 30px; }
	.ca-page-title .title { font-size: 26px; }
	.ca-page-title.ca-page-title-has-link { padding-right: 60px; }
	.ca-page-title.ca-page-title-has-link .btn .txt {
		margin-bottom: 0;
		display: none;
	}
	.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li, 
	.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li { font-size: 16px; }
	.ca-end-job-list-options .title { margin-bottom: 18px; }
	.ca-end-job-list-options .form-check { font-size: 16px; }
}
@media (max-width: 767px) {
	.section-ca { padding: 45px 0 25px 0; }
	.ca-page-title { margin-bottom: 25px; }
	.ca-page-title .title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.ca-page-title .ca-page-meta { font-size: 14px; }
	.ca-nav-pill-options { top: 0px; }
	.ca-nav-pill-options li + li {
		border-left: none;
		margin-left: 6px;
		padding-left: 0;
	}
	.ca-widget-msg .widget-title { font-size: 20px; }
	.ca-widget-min-list .widget-title { font-size: 20px; }
	.pj-aside-min-panel a { padding: 15px 15px; }
	.pj-aside-min-panel .panel-content .title { font-size: 16px; }
	.pj-aside-min-panel .panel-content .meta { font-size: 14px; }
	.ca-jobs-panels { padding: 30px 20px; }
	.ca-jobs-panels .ca-jobs-panel:not(:last-child) { margin-bottom: 30px; }
	.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li, 
	.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li { flex-wrap: wrap; }
	.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li .col-strong, 
	.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li .col-strong {
		padding-right: 0;
		width: 100%;
	}
	.ca-jobs-panels .ca-jobs-panel .ca-job-detail-list li .col-normal, 
	.ca-jobs-panels .ca-jobs-panel .ca-job-contact-list li .col-normal { width: 100%; }
	.ca-job-media-carousel .owl-nav { display: none; }
	.ca-job-media-carousel .owl-dots { display: block; }
	.ca-jobs-panel .form-group-button { margin-top: 10px; }
	.ca-jobs-panel .form-group-button .btn { max-width: 100%; }
	.ca-end-job-list-options { margin-top: 25px; }
	.ca-end-job-list-options .form-check { margin-bottom: 6px; }
	.ca-end-job-list-options .form-group-button-alt { 
		margin-top: 15px; 
		display: flex;
		justify-content: space-between;
	}
	.ca-end-job-list-options .form-group-button-alt .btn {
		width: 48%;
		margin: 10px 0 0 0;
	}
}


/* ============================
# VIEW JOB (MY POSTED JOB)
============================*/
.section-ca-pj { padding: 10px 0 50px 0; }
.section-ca-pj .title-lg { margin-bottom: 40px; }
.pj-card {
	padding: 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 26px #00000029;
	border-radius: var(--brand-border-radius);
	display: flex;
	margin-bottom: 40px;
}
.pj-card .card-media {
	width: 330px;
	flex: 0 0 auto;
	border-radius: var(--brand-border-radius);
}
.pj-card .card-media img {
	border-radius: var(--brand-border-radius);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pj-card .card-body { padding-left: 30px; }
.pj-card .card-body p { margin: 10px 0 10px 0; }
.pj-card .card-title {
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 6px;
}
.pj-card .card-meta {
	font-size: 15px;
	color: var(--primary-color);
}
.pj-card .card-list {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.pj-card .card-list li {
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: top 4px left;
	background-size: 16px;
	padding-left: 30px;
	display: inline-block;
}
.pj-card .card-list li + li { margin-left: 10px; }
.pj-card .card-list li:last-child { color: var(--primary-color); }
.pj-card .card-list li.gear { background-image: var(--ff-icon-tool); }
.pj-card .card-list li.users { background-image: var(--ff-icon-users); }
.pj-card .btn { width: 200px; }
.pj-card .btn.btn-disable {
	background: transparent;
	border-color: transparent;
	color: var(--button-color);
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

@media (max-width: 1199px) {
	.pj-card .btn { padding: 6px 22px 9px 22px; }
}
@media (max-width: 991px) {
	.section-ca-pj { padding: 10px 0 30px 0; }
	.pj-card {
		flex-direction: column;
		flex-wrap: wrap;
		height: calc(100% - 40px);
	}
	.pj-card .card-media {
		width: 100%;
		margin-bottom: 20px;
	}
	.pj-card .card-media img { height: auto; }
	.pj-card .card-body {
		padding-left: 0;
		width: 100%;
	}
	.pj-card .card-title { font-size: 20px; }
	.pj-card .card-list li { padding-left: 24px; }
	.pj-card .btn,
	.pj-card .btn.btn-disable { width: 100%; }
}
@media (max-width: 767px) {
	.section-ca-pj { padding: 0 0 30px 0; }
	.section-ca-pj .title-lg { margin-bottom: 30px; }
	.pj-card {
		height: auto;
		margin-bottom: 30px;
	}
	.pj-card .card-title { font-size: 19px; }
	.pj-card .card-meta { font-size: 14px; }
}


/* ============================
# CA POSTED JOB INNER
============================*/
.section-ca-pj-inner { padding: 10px 0 30px 0; }
.section-ca-pj-inner .ca-jobs-panel-pj-inner { margin-bottom: 35px; }
.section-ca-pj-inner .pj-inner-title-alt { 
	font-size: 28px;
	margin-bottom: 30px; 
}
.ca-min-hero-card .card-media { border-radius: var(--brand-border-radius); }
.ca-min-hero-card .card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--brand-border-radius);
}
.ca-min-hero-card .card-content p { margin-bottom: 16px; }
.ca-min-hero-card .card-title-box {
	position: relative;
	margin-bottom: 6px;
}
.ca-min-hero-card .card-title-box .btn-brand-link {
	position: absolute;
	top: 6px;
	right: 0;
}
.ca-min-hero-card .card-title {
	font-size: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	max-width: calc(100% - 160px);
	padding-bottom: 4px;
}
.ca-min-hero-card .card-meta {
	font-size: 15px;
	color: var(--primary-color);
	margin-bottom: 14px;
}
.ca-min-hero-card .card-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ca-min-hero-card .card-list li {
	font-size: 16px;
	background-size: 16px;
	background-position: top 5px left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline-block;
	margin-right: 10px;
}
.ca-min-hero-card .card-list li.gear { background-image: var(--ff-icon-tool); }
.ca-min-hero-card .card-list li.location { background-image: var(--ff-icon-location); }
.ca-min-hero-card .card-button { display: none; }
.row-ca-hr hr { margin: 40px 0 40px 0; }
.ca-jobs-callback-panel { margin-bottom: 30px; }
.ca-jobs-callback-panel .ca-jobs-panel .panel-title { color: var(--color); }
.ca-jobs-callback-panel .panel-list {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
.ca-jobs-callback-panel .panel-list li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top 6px left;
}
.ca-jobs-callback-panel .panel-list li + li { margin-top: 8px; }
.ca-jobs-callback-panel .panel-list li.location { background-image: var(--ff-icon-location); }
.ca-jobs-callback-panel .panel-list li.time { background-image: var(--ff-icon-time); }
.ca-jobs-callback-panel .panel-list li.feedback {
	background-image: var(--ff-icon-chat-filled);
	color: var(--bs-success);
}
.ca-jobs-callback-panel .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.ca-feedback-panel {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: var(--brand-border-radius);
	padding: 20px 20px;
	margin-bottom: 20px;
}
.ca-feedback-panel .panel-header { padding-bottom: 10px; }
.ca-feedback-panel .panel-title {
	font-size: 20px;
	margin-bottom: 4px;
}
.ca-feedback-panel .panel-title-sub {
	font-size: 16px;
	color: #93A1C4;
}
.ca-feedback-panel .panel-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}
.ca-feedback-panel .panel-footer span { padding-right: 18px; }
.ca-feedback-panel .panel-footer .author { font-weight: 700; }
.ca-feedback-panel .panel-footer .date { color: var(--primary-color); }
.ca-feedback-panel .panel-footer .status {
	display: inline-flex;
	align-items: center;
	color: var(--button-color);
}
.ca-feedback-panel .panel-footer .status svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

@media (min-width: 992px) {
	.ca-min-hero-card .card-content { padding-left: 10px; }
}
@media (min-width: 1200px) {
	.ca-min-hero-card .card-content { padding-left: 20px; }
}
@media (max-width: 1399px) {
	.ca-min-hero-card .card-title { font-size: 28px; }
}
@media (max-width: 1199px) {
	.section-ca-pj-inner .pj-inner-title-alt {
		font-size: 26px;
		margin-bottom: 28px;
	}
	.ca-min-hero-card .card-title { font-size: 26px; }
	.ca-jobs-callback-panel .btn {
		position: relative;
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	.section-ca-pj-inner .ca-jobs-panel-pj-inner { margin-bottom: 25px; }
	.section-ca-pj-inner .pj-inner-title-alt {
		font-size: 25px;
		text-align: center;
	}
	.ca-min-hero-card .card-media { margin-bottom: 30px; }
	.ca-min-hero-card .card-content { text-align: center; }
	.ca-min-hero-card .card-title {
		font-size: 22px;
		white-space: normal;
		max-width: 100%;
		padding-bottom: 0;
	}
	.ca-min-hero-card .card-title-box .btn-brand-link { display: none; }
	.ca-min-hero-card .card-button {
		display: block;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.section-ca-pj-inner .pj-inner-title-alt {
		font-size: 22px;
		margin-bottom: 26px;
	}
	.ca-min-hero-card .card-media { margin-bottom: 20px; }
	.ca-min-hero-card .card-title { font-size: 20px; }
	.ca-min-hero-card .card-meta { font-size: 14px; }
	.ca-min-hero-card .card-button .btn { width: 100%; }
	.row-ca-hr hr { margin: 30px 0 30px 0; }
	.ca-feedback-panel .panel-title { font-size: 19px; }
	.ca-feedback-panel .panel-title-sub { font-size: 15px; }
	.ca-feedback-panel .panel-footer { font-size: 14px; }
	.ca-feedback-panel .panel-footer span {
		padding-right: 10px;
		padding-top: 4px;
	}
	.ca-feedback-panel .panel-footer .status svg {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
}


/* ============================
# CA (CONTACT-PASSWORD-NOTIFICATION)
============================*/
.section-ca-settings { padding: 15px 0 60px 0; }
.nav-ca-settings-box {
	padding-bottom: 10px;
	margin-bottom: 35px;
	overflow-y: auto;
}
.nav-ca-settings {
	border-bottom: 1px solid #D6D6D6;
	flex-wrap: nowrap;
}
.nav-ca-settings li + li {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #D6D6D6;
}
.nav-ca-settings li a {
	color: #000000;
	display: flex;
	align-items: center;
	padding: 8px 0 12px 0;
	white-space: nowrap;
}
.nav-ca-settings li a svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin-right: 10px;
}
.nav-ca-settings li:hover a,
.nav-ca-settings li.active a { color: var(--button-color); }
.ca-setting-panel { margin-bottom: 30px; }
.ca-setting-panel .panel-title {
	font-size: 32px;
	margin-bottom: 30px;
}
.ca-setting-panel .form-group { margin-bottom: 35px; }
.ca-setting-panel-password-reset .form-group-button { padding-top: 10px; }
.ca-setting-panel-min:not(:last-child) { margin-bottom: 50px; }
.ca-setting-panel-min .panel-min-title {
	font-size: 24px;
	margin-bottom: 18px;
}
.ca-setting-panel-min .ca-setting-panel-body {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	padding: 25px 240px 25px 20px;
	position: relative;
}
.ca-setting-panel-min .ca-setting-panel-body .sub-p {
	font-size: 18px;
	line-height: 1.4;
}
.ca-setting-panel-min .ca-setting-panel-body .btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.ca-setting-panel-min .ca-setting-panel-body .form-check { padding-left: 2em; }
.ca-setting-panel-min .ca-setting-panel-body .form-check .form-check-input {
	border: 2px solid #ADADAD;
	margin-left: -2em;
}
.ca-setting-panel-min .ca-setting-panel-body .form-check .form-check-input:checked {
	background-color: var(--button-color);
	border-color: var(--button-color);
}

@media (max-width: 1399px) {
	.nav-ca-settings-box { margin-bottom: 30px; }
	.ca-setting-panel { margin-bottom: 20px; }
	.ca-setting-panel .panel-title { font-size: 30px; }
	.ca-setting-panel .form-group { margin-bottom: 30px; }
}
@media (max-width: 1199px) {
	.ca-setting-panel .panel-title { font-size: 28px; }
	.ca-setting-panel-min .panel-min-title { font-size: 22px; }
	.ca-setting-panel-min .ca-setting-panel-body .sub-p { font-size: 16px; }
}
@media (max-width: 991px) {
	.section-ca-settings { padding: 10px 0 40px 0; }
	.ca-setting-panel .panel-title {
		font-size: 26px;
		margin-bottom: 26px;
	}
	.ca-setting-panel .form-group { margin-bottom: 20px; }
	.ca-setting-panel .form-group-button { padding-top: 10px; }
}
@media (max-width: 767px) {
	.nav-ca-settings-box { margin-bottom: 20px; }
	.ca-setting-panel .panel-title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.ca-setting-panel-min:not(:last-child) { margin-bottom: 30px; }
	.ca-setting-panel-min .panel-min-title { font-size: 20px; }
	.ca-setting-panel-min .ca-setting-panel-body { padding: 25px 20px 25px 20px; }
	.ca-setting-panel-min .ca-setting-panel-body .btn {
		position: relative;
		top: 0;
		right: 0;
		transform: translateY(0);
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}


/* ============================
# USER PHOTO UPLOADER
============================*/
.user-photo-preview-min {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.user-photo-preview-min li {
	display: inline-block;
	margin: 0 8px 8px 0;
	width: 130px;
}
.user-photo-preview-min .user-photo-preview-box {
	display: inline-block;
	position: relative;
}
.user-photo-preview-min .user-photo-preview-box img {
	border-radius: var(--brand-border-radius);
	width: 130px;
	height: 115px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
}
.user-photo-preview-min .user-photo-preview-box .btn-remove {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 14px;
	height: 14px;
	border: 0;
	padding: 0;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.btn-photo-add {
	font-family: var(--heading-font);
	font-size: 15px;
	font-weight: 700;
	color: var(--button-color);
	background: #E3E3E3;
	border-radius: var(--brand-border-radius);
	height: 115px;
	width: 130px;
	white-space: nowrap;
}
.btn-photo-add:hover {
	background: var(--button-color);
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.user-photo-preview-min li { width: 100px; }
	.user-photo-preview-min .user-photo-preview-box img {
		width: 100px;
		height: 90px;
	}
	.btn-photo-add {
		height: 90px;
		width: 100px;
		white-space: normal;
	}
}

/* ============================
# MODAL
============================*/
/* =====[MODAL NEW TP]===== */
.modal-new-tp .modal-body {
	padding: 30px 30px 0 30px;
	position: relative;
}
.modal-new-tp .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal-new-tp .modal-hero {
	margin-bottom: 30px;
	padding-right: 40px;
}
.modal-new-tp .modal-title {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 10px;
}
.modal-new-tp .modal-note {
	font-size: 16px;
	color: var(--primary-color);
}
.modal-new-tp .modal-form-group { margin-bottom: 35px; }
.modal-new-tp .modal-form-group .form-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.modal-new-tp .modal-form-group .form-control {
	box-shadow: none;
	background-color: #F7F9FC;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233961A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 24px;
	padding-right: 50px;
}
.modal-new-tp .card-trader-horizontal .card-body {
	border-width: 1px;
	border-style: solid;
	border-color: #B1B1B1;
	border-left-width: 0;
	border-radius: 0px var(--brand-border-radius) var(--brand-border-radius) 0px;
}

@media (max-width: 991px) {
	.modal-new-tp .modal-hero {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.modal-new-tp .modal-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.modal-new-tp .modal-form-group .form-title {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.modal-new-tp .modal-form-group .form-control { background-size: 20px; }
	.modal-new-tp .card-trader-horizontal { flex-direction: column; }
	.modal-new-tp .card-trader-horizontal .card-media { width: 100%; }
	.modal-new-tp .card-trader-horizontal .card-media img {
		height: auto;
		border-radius: var(--brand-border-radius) var(--brand-border-radius) 0px 0px;
	}
	.modal-new-tp .card-trader-horizontal .card-body {
		border-left-width: 1px;
		border-top-width: 0;
		border-radius: 0px 0px var(--brand-border-radius) var(--brand-border-radius);
	}
}
@media (max-width: 767px) {
	.modal-new-tp .modal-body { padding: 20px 20px 0 20px; }
}

/* =====[MODAL DELETE JOB]===== */
.modal-delete-job .modal-header {
	padding-left: 20px;
	padding-right: 20px;
}
.modal-delete-job .modal-title { font-size: 22px; }
.modal-delete-job .modal-body { padding: 20px 20px; }
.modal-delete-job .modal-spec-txt { margin-bottom: 24px; }
.modal-delete-job .title {
	font-size: 19px;
	margin-bottom: 20px;
}
.modal-delete-job .form-check { margin-bottom: 8px; }
.modal-delete-job .form-check .form-check-input:checked {
	background-color: var(--button-color);
	border-color: var(--button-color);
}

@media (min-width: 992px) {
	.modal-delete-job .modal-spec-txt { line-height: 1.4; }
}
@media (max-width: 991px) {
	.modal-delete-job .title {
		font-size: 17px;
		margin-bottom: 18px;
	}
}
@media (max-width: 767px) {
	.modal-delete-job .modal-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.modal-delete-job .modal-title { font-size: 20px; }
	.modal-delete-job .modal-spec-txt { margin-bottom: 18px; }
}

/* =====[MODAL CA FEEDBACK]===== */
.modal-ca-feedback .modal-content { background: var(--bg-brand-light); }
.modal-ca-feedback .modal-title { font-size: 22px; }
.modal-ca-feedback .modal-header {
	padding-left: 30px;
	padding-right: 30px;
}
.modal-ca-feedback .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}
.star-rating-frame {
	background: #FFFFFF;
	padding: 8px 18px 6px 10px;
	border-radius: var(--brand-border-radius);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.star-cb-group {
	font-size: 0;
	unicode-bidi: bidi-override;
	direction: rtl;
}
.star-cb-group * { font-size: 2rem; }
.star-cb-group > input { display: none; }
.star-cb-group > input + label {
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1;
}
.star-cb-group > input + label:before {
	content: "☆";
	display: inline-block;
	text-indent: -9999px;
	color: #888;
}
.star-cb-group > input:checked ~ label:before, 
.star-cb-group > input + label:hover ~ label:before, 
.star-cb-group > input + label:hover:before {
	content: "★";
	color: var(--button-color);
	text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before { width: .5em; }
.star-cb-group:hover > input + label:before {
	content: "☆";
	color: #888;
	text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, 
.star-cb-group:hover > input + label:hover:before {
	content: "★";
	color: var(--button-color);
	text-shadow: 0 0 1px #333;
}

@media (min-width: 768px) {
	.modal-ca-feedback .modal-dialog { max-width: 660px; }
}
@media (max-width: 767px) {
	.modal-ca-feedback .modal-header { padding: 10px 20px; }
	.modal-ca-feedback .modal-title { font-size: 20px; }
	.modal-ca-feedback .modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* ============================
# TRADE MEMBER
============================*/
/* =====[SECTION TM IP]===== */
.section-tm-ip { padding: 90px 0 80px 0; }
.section-tm-ip p strong { font-style: italic; }

@media (max-width: 1399px) {
	.section-tm-ip { padding: 75px 0 70px 0; }
}
@media (max-width: 1199px) {
	.section-tm-ip { padding: 75px 0 70px 0; }
}
@media (max-width: 991px) {
	.section-tm-ip { padding: 60px 0 35px 0; }
}
@media (max-width: 767px) {
	.section-tm-ip { padding: 50px 0 25px 0; }
}

/* =====[SECTION TM STEPS]===== */
.section-tm-steps { padding: 20px 0 90px 0; }
.section-tm-steps .title-lg { margin-bottom: 60px; }
.tm-lead-list {
	background: #FFFFFF;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tm-lead-list li {
	padding: 15px 15px;
	position: relative;
}
.tm-lead-list li + li { border-top: 1px solid #E5E5E5; }
.tm-lead-list .title-main {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tm-lead-list .title-lead {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary-color);
	position: absolute;
	top: 15px;
	right: 15px;
	padding-left: 30px;
	white-space: nowrap;
	background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 20%);
}

@media (max-width: 1399px) {
	.section-tm-steps { padding: 0 0 80px 0; }
}
@media (max-width: 1199px) {
	.section-tm-steps { padding: 0 0 70px 0; }
	.section-tm-steps .title-lg { margin-bottom: 50px; }
	.tm-lead-list .title-main { font-size: 18px; }
	.tm-lead-list .title-lead { font-size: 17px; }
}
@media (max-width: 991px) {
	.section-tm-steps .title-lg { margin-bottom: 40px; }
	.tm-lead-list { margin-top: 10px; }
}
@media (max-width: 767px) {
	.section-tm-steps { padding: 0 0 60px 0; }
}


/* ============================
# TRADE MEMBER - HOW IT WORKS
============================*/

/* =====[SECTION TM STEPS ALT]===== */
.section-tm-steps-alt  { padding: 100px 0 70px 0; }
.section-tm-steps-alt  .panel-hero { margin-bottom: 70px; }

@media (max-width: 1399px) {
	.section-tm-steps-alt { padding: 80px 0 60px 0; }
	.section-tm-steps-alt .panel-hero { margin-bottom: 60px; }
}
@media (max-width: 1199px) {
	.section-tm-steps-alt { padding: 80px 0 30px 0; }
	.section-tm-steps-alt .panel-hero { margin-bottom: 50px; }
}
@media (max-width: 991px) {
	.section-tm-steps-alt { padding: 60px 0 30px 0; }
	.section-tm-steps-alt .panel-hero { text-align: center; }
}
@media (max-width: 767px) {
	.section-tm-steps-alt { padding: 50px 0 20px 0; }
}

/* =====[SECTION BANNER TM]===== */
.section-banner-tm {
	background-color: var(--banner-color);
	padding: 40px 0 50px 0;
}
.section-banner-tm .title-lg {
	color: #000000;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.section-banner-tm {
		padding: 35px 0 40px 0;
		text-align: center;
	}
	.section-banner-tm .title-lg {
		margin-bottom: 25px;
		line-height: 1.25;
	}
}

/* =====[SECTION TM FAQ]===== */
.section-tm-faq > .container {
	padding-top: 90px;
	padding-bottom: 90px;
	background: transparent url('../img/trade-member-faq.png') no-repeat bottom right/contain;
}

@media (max-width: 1399px) {
	.section-tm-faq > .container {
		padding-top: 80px;
		padding-bottom: 70px;
	}
}
@media (max-width: 1199px) {
	.section-tm-faq > .container {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.section-tm-faq > .container {
		padding-top: 60px;
		padding-bottom: 40px;
		background-image: none;
	}
	.section-tm-faq .title-lg { text-align: center; }
}
@media (max-width: 767px) {
	.section-tm-faq > .container { padding-top: 45px; }
}

/* =====[SECTION FULL GRID TM]===== */
.section-full-grid-tm .btn { margin-top: 30px; }

@media (max-width: 1199px) {
	.section-full-grid-tm .btn { margin-top: 15px; }
}
@media (max-width: 767px) {
	.section-full-grid-tm .btn { margin-top: 10px; }
}


/* ============================
# TRADE USER REGISTER (1/2/3/4/5/6/7/9/10)
============================*/
/* =====[SITE HEADER REGISTER]===== */
.site-header-register {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--primary-color);
	height: 80px;
}
.site-header-register .brand img {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.site-header-register { height: 70px; }
}
@media (max-width: 991px) {
	.site-header-register { height: 60px; }
}

/* =====[SITE FOOTER REGISTER]===== */
.site-footer-register {
	font-size: 16px;
	color: #FFFFFF;
	background: #1E3C3C;
	padding: 12px 0 10px 0;
	height: 50px;
}
.site-footer-register a {
	color: #FFFFFF;
	text-decoration: underline;
}
.site-footer-register .copy-links { text-align: right; }
.site-footer-register .copy-links a { display: inline-block; }
.site-footer-register .copy-links a + a { margin-left: 10px; }
.site-footer-register .copy-links a:hover { color: var(--button-color-hover); }

@media (max-width: 767px) {
	.site-footer-register {
		text-align: center;
		padding: 12px 0 12px 0;
		height: auto;
		min-height: 80px;
	}
	.site-footer-register .copy-note { margin-bottom: 6px; }
	.site-footer-register .copy-links { text-align: center; }
}

/* =====[SITE TU REGISTER]===== */
.section-tu-register {
	min-height: calc(100vh - 130px);
	padding: 60px 0 60px 0;
}
.tu-regsiter-hero {
	width: 100%;
	max-width: 680px;
	text-align: center;
	margin: 0 auto 40px auto;
}
.tu-register-form-groups {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
}
.tu-register-form-groups .form-group { margin-bottom: 25px; }
.tu-register-form-groups .form-group-spec-note { font-size: 16px; }
.form-group-check-box { margin: 5px 0 25px 0; }
.form-group-check-box .form-check {
	font-size: 16px;
	padding-left: 2em;
}
.form-group-check-box .form-check + .form-check { margin-top: 14px; }
.form-group-check-box .form-check .form-check-input {
	margin-left: -2em;
	border: 2px solid #ADADAD;
}
.form-group-check-box .form-check .form-check-input {
	width: 1.2em;
	height: 1.2em;
}
.form-group-check-box .form-check .form-check-input:checked {
	background-color: var(--button-color);
	border-color: var(--button-color);
}
.tu-register-form-groups .form-group-buttons .btn { margin-top: 10px; }
.btn-group-tu-trade-options {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.btn-group-tu-trade-options > .btn-group:not(:first-child), 
.btn-group-tu-trade-options > .btn:not(:first-child) { margin-top: 8px; }
.btn-group-tu-trade-options > .btn-group:not(:last-child) > .btn, 
.btn-group-tu-trade-options > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: var(--brand-border-radius);
	border-bottom-left-radius: var(--brand-border-radius);
}
.btn-group-tu-trade-options > .btn-group:not(:first-child) > .btn, 
.btn-group-tu-trade-options > .btn ~ .btn {
	border-top-left-radius: var(--brand-border-radius);
	border-top-right-radius: var(--brand-border-radius);
}
.btn-group-tu-trade-options .btn {
	color: var(--color);
	border-width: 2px;
	border-color: #C9C9C9;
	background-color: #FFFFFF;
}
.btn-group-tu-trade-options .btn-check:checked + .btn, 
.btn-group-tu-trade-options .btn.active, 
.btn-group-tu-trade-options .btn.show, 
.btn-group-tu-trade-options .btn:first-child:active, 
.btn-group-tu-trade-options :not(.btn-check) + .btn:active {
	color: #FFFFFF;
	background-color: var(--color);
	border-color: var(--color);
}
.panel-step-verify-id {
	border-radius: var(--brand-border-radius);
	background: #FFFFFF;
	height: 160px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.panel-step-verify-id .panel-content {
	width: 100%;
	max-width: 255px;
	margin: 0 auto;
	text-align: center;
}
.panel-register-step-final { margin-bottom: 30px; }
.panel-register-step-final .title {
	font-size: 22px;
	color: var(--primary-color);
}
.section-tu-register.section-tu-register-step-2 .form-group-buttons,
.section-tu-register.section-tu-register-step-3 .form-group-buttons,
.section-tu-register.section-tu-register-step-4 .form-group-buttons,
.section-tu-register.section-tu-register-step-5 .form-group-buttons,
.section-tu-register.section-tu-register-step-6 .form-group-buttons,
.section-tu-register.section-tu-register-step-7 .form-group-buttons  {
	margin-top: 15px;
}
.section-tu-register.section-tu-register-step-6 .form-group-check-box { margin-top: 45px; }
.section-tu-register.section-tu-register-step-9 .form-group-buttons { margin-top: 30px; }

@media (min-width: 992px) {
	.section-tu-register.section-tu-register-step-6 .tu-register-form-groups { max-width: 800px; }
}
@media (max-width: 991px) {
	.tu-regsiter-hero { max-width: 530px; }
	.panel-register-step-final { text-align: center; }
	.panel-register-step-final .title {
		font-size: 20px;
		margin-bottom: 12px;
	}
}
@media (max-width: 767px) {
	.section-tu-register { padding: 45px 0 40px 0; }
	.section-tu-register .title-lg { margin-bottom: 18px; }
	.tu-regsiter-hero { margin: 0 auto 35px auto; }
	.tu-register-form-groups .form-group-buttons > .row { flex-direction: column-reverse; }
	.form-group-check-box .form-check + .form-check { margin-top: 12px; }
	.panel-register-step-final .title { font-size: 18px; }
	.section-tu-register.section-tu-register-step-6 .form-group-check-box { margin-top: 30px; }
}


/* ============================
# LOGIN
============================*/
.section-login { padding: 10px 0 120px 0; }
.section-login .title-lg { margin-bottom: 100px; }
.login-panel {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.login-tab-panel {
	padding: 30px 0;
	position: relative;
}
.login-tab-panel .form-group-link { position: relative; }
.login-tab-panel .form-group-link .btn-brand-link {
	position: absolute;
	top: -58px;
	right: 20px;
}
.login-tab-panel .form-group-button { margin-top: 30px; }

@media (max-width: 1399px) {
	.section-login { padding: 10px 0 80px 0; }
	.section-login .title-lg { margin-bottom: 75px; }
}
@media (max-width: 1199px) {
	.section-login { padding: 0 0 70px 0; }
	.section-login .title-lg { margin-bottom: 55px; }
}
@media (max-width: 991px) {
	.login-tab-panel .form-group-link .btn-brand-link { top: -52px; }
}
@media (max-width: 767px) {
	.section-login { padding: 0 0 40px 0; }
	.section-login .title-lg { margin-bottom: 38px; }
	.login-tab-panel .form-group-link { text-align: right; }
	.login-tab-panel .form-group-link .btn-brand-link {
		position: relative;
		top: 0;
		right: 0;
	}
	.login-tab-panel .form-group-button { margin-top: 25px; }
}


/* ============================
# TRADE USER SETTINGS
============================*/
/* =====[SECTION TRADE USER SETTINGS | MY ACCOUNT]===== */
.section-tu-settings { padding: 0 0 80px 0;}
.section-tu-settings .trade-user-profile-title {
	font-size: 32px;
	margin-bottom: 15px;
}
.trade-user-profile-panel { margin-bottom: 14px; }
.trade-user-profile-panel .button-panel { text-align: right; }
.trade-user-profile-card {
	background: #FFFFFF;
	margin: 0 0 40px 0;
	padding: 24px 0;
	align-items: center;
	border-radius: var(--brand-border-radius);
}
.trade-user-profile-card .card-media-inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--brand-border-radius);
}
.trade-user-profile-card .card-media-inner a { display: block; }
.trade-user-profile-card .card-media-inner img {
	width: 100%;
	display: block;
	border-radius: var(--brand-border-radius);
}
.trade-user-profile-card .card-media-inner .overlay {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.trade-user-profile-card .title {
	font-size: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.trade-user-profile-card .card-list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.trade-user-profile-card .card-list li {
	background-repeat: no-repeat;
	background-position: top 8px left;
	background-size: 16px;
	padding-left: 28px;
}
.trade-user-profile-card .card-list li:not(:last-child) { margin-bottom: 4px; }
.trade-user-profile-card .card-list li.location { background-image: var(--ff-icon-location); }
.trade-user-profile-card .card-list li.location a {
	font-size: 15px;
	color: var(--button-color);
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}
.trade-user-profile-card .card-list li.time { background-image: var(--ff-icon-time); }
.trade-user-profile-card .card-list li.comment {
	color: var(--bs-success);
	background-image: var(--ff-icon-chat-filled);
}
.trade-user-profile-details-card {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
}
.trade-user-profile-details-card .nav-pills-brand { padding: 15px 30px 0 30px; }
.trade-user-profile-details-card .card-body { padding: 30px 30px; }
.trade-user-profile-details-card .card-body .card-body-box { position: relative; }
.trade-user-profile-details-card .card-body .card-body-box:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D6D6D6;
}
.trade-user-profile-details-card .card-body .card-body-box .cbb-head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.trade-user-profile-details-card .card-body .card-body-box .title {
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 0;
}
.trade-user-profile-details-card .card-body .card-body-box .btn {
	font-size: 16px;
	padding: 5px 22px 8px 22px;
}
.trade-user-profile-details-card .card-body .card-body-box strong { color: var(--button-color); }
.trade-user-profile-details-card .card-body .card-body-box strong a {
	color: var(--button-color);
	text-decoration: underline;
}
.tu-feedback-box {
	border: 2px solid #DDDDDD;
	border-radius: var(--brand-border-radius);
	padding: 40px 30px;
}
.tu-feedback-box:not(:last-child) { margin-bottom: 25px; }
.tu-feedback-box .panel-header { margin-bottom: 10px; }
.tu-feedback-box .title {
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
	padding-right: 15px;
}
.tu-feedback-box .sub-title {
	font-size: 16px;
	color: #93A1C4;
	display: inline-block;
}
.tu-feedback-box .panel-meta {
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.tu-feedback-box .panel-meta span { margin-right: 12px; }
.tu-feedback-box .panel-meta .author { font-weight: 700; }
.tu-feedback-box .panel-meta .divider,
.tu-feedback-box .panel-meta .date { color: var(--primary-color); }
.tu-feedback-box .panel-meta .feedback-status {
	color: var(--button-color);
	display: inline-flex;
	align-items: center;
}
.tu-feedback-box .panel-meta .feedback-status svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin-right: 6px;
}

@media (max-width: 1399px) {
	.section-tu-settings .trade-user-profile-title { font-size: 30px; }
	.trade-user-profile-card .title { font-size: 32px; }
}
@media (max-width: 1199px) {
	.section-tu-settings .trade-user-profile-title { font-size: 28px; }
	.trade-user-profile-card { padding: 14px 0; }
	.trade-user-profile-card .title {
		font-size: 28px;
		margin-bottom: 14px;
	}
}
@media (max-width: 991px) {
	.section-tu-settings { padding: 0 0 60px 0; }
	.section-tu-settings .trade-user-profile-title { font-size: 26px; }
	.trade-user-profile-card .title {
		font-size: 25px;
		margin-bottom: 12px;
	}
	.trade-user-profile-details-card .nav-pills-brand { padding: 15px 20px 0 20px; }
	.trade-user-profile-details-card .card-body { padding: 30px 20px; }
	.trade-user-profile-details-card .card-body .card-body-box:not(:last-child) { padding-bottom: 10px; }
	.trade-user-profile-details-card .card-body .card-body-box .cbb-head { margin-bottom: 16px; }
	.trade-user-profile-details-card .card-body .card-body-box .title { font-size: 20px; }
	.trade-user-profile-details-card .card-body .card-body-box .btn {
		font-size: 15px;
		padding: 3px 15px 5px 15px;
	}
	.tu-feedback-box { padding: 25px 20px; }
	.tu-feedback-box .title { font-size: 17px; }
	.tu-feedback-box .sub-title { font-size: 14px; }
	.tu-feedback-box .panel-meta { font-size: 16px; }
	.tu-feedback-box .panel-meta .feedback-status svg {
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 767px) {
	.section-tu-settings { padding: 0 0 50px 0; }
	.section-tu-settings .trade-user-profile-title { font-size: 22px; }
	.trade-user-profile-panel { margin-bottom: 34px; }
	.trade-user-profile-panel .button-panel { text-align: left; }
	.trade-user-profile-card .card-media { margin-bottom: 18px; }
	.trade-user-profile-card .card-media-inner .overlay {
		font-size: 14px;
		padding: 8px 10px;
	}
	.trade-user-profile-card .title {
		font-size: 20px;
		white-space: normal;
	}
	.trade-user-profile-card .card-list { padding: 0 0 10px 0; }
	.trade-user-profile-card .card-list li.location a { font-size: 13px; }
	.trade-user-profile-details-card .card-body { padding: 25px 15px 15px 15px; }
	.trade-user-profile-details-card .card-body .card-body-box:not(:last-child) { margin-bottom: 25px; }
	.trade-user-profile-details-card .card-body .card-body-box .title { font-size: 18px; }
	.tu-feedback-box p { font-size: 15px; }
	.tu-feedback-box .panel-meta { font-size: 15px; }
}

/* =====[SECTION TRADE USER SETTINGS | WORK AREA]===== */
.work-area-code { color: var(--primary-color); }
.work-area-code .btn { margin-top: 20px; }
.work-area-map-panel { padding-left: 80px; }
.work-area-map {
	height: 380px;
	overflow: hidden;
	border-radius: var(--brand-border-radius);
}
.work-area-map iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.work-area-map-points {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.work-area-map-points li {
	display: inline-block;
	position: relative;
	margin: 4px 20px 4px 0;
	padding-left: 24px;
}
.work-area-map-points li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
}
.work-area-map-points li:nth-child(1) { color: #ED8432; }
.work-area-map-points li:nth-child(2) { color: #E56D3E; }
.work-area-map-points li:nth-child(3) { color: #3961A5; }
.work-area-map-points li:nth-child(1):before { background: #ED8432; }
.work-area-map-points li:nth-child(2):before { background: #E56D3E; }
.work-area-map-points li:nth-child(3):before { background: #3961A5; }

@media (min-width: 992px) {
	.work-area-panel-content {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.work-area-code {
		margin-top: auto;
		padding-bottom: 10px;
	}
}
@media (max-width: 1199px) {
	.work-area-map-panel { padding-left: 20px; }
}
@media (max-width: 991px) {
	.work-area-map-panel { padding-left: 0; }
	.work-area-panel-content { margin-bottom: 34px; }
	.work-area-map-points li::before {
		top: 8px;
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 767px) {
	.work-area-map-points li { margin: 2px 20px 2px 0; }
	.work-area-map-points li::before { top: 9px; }
}

/* =====[SECTION TRADE USER SETTINGS | INVOICE]===== */
.table-invoice { background: #FFFFFF; }
.table-invoice > :not(caption) > * > * { padding: .8rem 1rem; }
.table-invoice thead th {
	font-family: var(--heading-font);
	font-size: 16px;
	color: #000000;
}
.table-invoice tbody td { font-size: 16px; }
.table-invoice thead th.itbl-th-invoice,
.table-invoice tbody td.itbl-td-invoice { min-width: 190px; }
.table-invoice thead th.itbl-th-date,
.table-invoice tbody td.itbl-td-date { min-width: 130px; }
.table-invoice thead th.itbl-th-desc,
.table-invoice tbody td.itbl-td-desc { min-width: 280px; }
.table-invoice thead th.itbl-th-status,
.table-invoice tbody td.itbl-td-status { min-width: 160px; }
.itbl-invoice-code {
	font-family: var(--heading-font);
	color: var(--primary-color);
	white-space: nowrap;
}
.itbl-price {
	color: var(--button-color);
	white-space: nowrap;
	float: right;
}
.itbl-date { white-space: nowrap; }
.btn-itbl {
	color: var(--primary-color);
	padding: 0;
	border: 0;
	line-height: 1;
}
.btn-itbl svg {
	width: 20px;
	height: 20px;
}
.modal-table-invoice .modal-title { font-size: 20px; }
.table-frame-invoice-modal {
	background: #F5F5F5;
	padding: 0 15px;
}
.table-invoice-modal {
	font-size: 16px;
	margin-bottom: 0;
	
}
.table-frame-hero-bottom { padding: 30px 0 20px 0; }
.table-frame-hero-bottom .table-frame-hero-bottom-inner { font-size: 16px; }
.table-frame-hero-bottom .table-frame-hero-bottom-inner hr { margin: 0.5rem 0; }
.table-frame-hero-bottom .table-frame-hero-bottom-inner {
	width: 100%;
	max-width: 460px;
	margin-left: auto;
}
.table-frame-hero-bottom .table-frame-hero-bottom-inner .row [class*="col-"] { margin: 2px 0; }

@media (min-width: 992px) {
	.section-tu-settings.section-tu-settings-invoices .trade-user-profile-title { margin-bottom: 25px; }
	.table-invoice-modal th.tbl-th-product,
	.table-invoice-modal td.tbl-td-product {
		width: 100%;
		min-width: 220px;
		max-width: 220px;
	}
	.table-invoice-modal th.tbl-th-cost,
	.table-invoice-modal td.tbl-td-cost {
		min-width: 160px;
		max-width: 160px;
	}
	.table-invoice-modal th.tbl-th-qty,
	.table-invoice-modal td.tbl-td-qty {
		min-width: 100px;
		max-width: 100px;
	}
	.table-invoice-modal th.tbl-th-total,
	.table-invoice-modal td.tbl-td-total {
		min-width: 180px;
		max-width: 180px;
	}
}
@media (max-width: 991px) {
	.table-invoice-modal thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.table-invoice-modal tr { display: block; }
	.table-invoice-modal td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
	}
	.table-invoice-modal td::before {
		content: attr(data-label);
		font-size: 14px;
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.table-invoice-modal td:last-child { border-bottom: 0; }
}

/* =====[SECTION TRADE USER SETTINGS | PAYMENT DETAILS]===== */
.section-tu-settings.section-tu-settings-payment .trade-user-profile-title { margin-bottom: 30px; }
.tu-pay-panel { margin-bottom: 40px; }
.tu-pay-panel .panel-title {
	font-size: 22px;
	margin-bottom: 14px;
}
.tu-pay-panel .panel-body {
	background: #FFFFFF;
	padding: 20px 20px;
	border-radius: var(--brand-border-radius);
	min-height: 140px;
}
.tu-pay-panel .panel-body h6 {
	font-size: 18px;
	color: var(--primary-color);
}
.tu-pay-panel .panel-body p { font-size: 17px; }
.tu-pay-panel .panel-body .btn-brand-link svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

@media (max-width: 1199px) {
	.tu-pay-panel .panel-title { font-size: 20px; }
}
@media (max-width: 991px) {
	.tu-pay-panel .panel-title { font-size: 18px; }
	.tu-pay-panel .panel-body h6 { font-size: 17px; }
	.tu-pay-panel .panel-body p { font-size: 16px; }
}
@media (max-width: 767px) {
	.tu-pay-panel { margin-bottom: 30px; }
	.tu-pay-panel .panel-body { min-height: auto; }
}

/* =====[SECTION TRADE USER SETTINGS | CREDIT BALANCE]===== */
.card-credit-balance {
	border: 0;
	border-radius: var(--brand-border-radius);
	margin: 15px 0 60px 0;
}
.card-credit-balance .card-title {
	font-size: 24px;
	margin-bottom: 0;
	padding-right: 30px;
}
.card-credit-balance .card-no {
	font-size: 64px;
	font-weight: 700;
	color: var(--primary-color);
}
.col-cb-alt-min-header .btn-link {
	color: var(--primary-color);
	white-space: nowrap;
}
.col-cb-alt-min-header .btn-link:hover { color: var(--secondary-color); }
.cb-point-header {
	padding: 0 24px;
	margin-top: 40px;
}
.cb-point-header .cb-point-title,
.cb-point-header .cb-vat-title {
	font-size: 16px;
	margin-bottom: 0;
}
.cb-point-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cb-point-list li {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	margin-top: 15px;
	padding: 16px 24px;
}
.cb-point-list .cb-point-count {
	font-size: 42px;
	color: var(--primary-color);
}
.cb-point-list .cb-vat-count { font-size: 24px; }
.table-ch { background: #FFFFFF; }
.table-ch > :not(caption) > * > * { padding: .8rem 1rem; }
.table-ch thead th {
	font-family: var(--heading-font);
	font-size: 16px;
	color: #000000;
	white-space: nowrap;
}
.table-ch tbody td { font-size: 16px; }
.table-ch .title-in {
	width: 100%;
	max-width: 640px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-ch .date-in { white-space: nowrap; }
.table-ch .balance-in { white-space: nowrap; }

@media (min-width: 1200px) {
	.cb-point-header .row,
	.cb-point-list .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	.cb-point-header .row [class*="col-"],
	.cb-point-list .row [class*="col-"] {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1399px) {
	.card-credit-balance { margin: 15px 0 45px 0; }
	.card-credit-balance .card-no { font-size: 60px; }
	.cb-point-list .cb-point-count { font-size: 38px; }
	.cb-point-list .cb-vat-count { font-size: 22px; }
}
@media (max-width: 1199px) {
	.card-credit-balance .card-title {
		font-size: 22px;
		padding-right: 26px;
	}
	.card-credit-balance .card-no { font-size: 52px; }
	.cb-point-list .cb-point-count { font-size: 34px; }
	.cb-point-list .cb-vat-count { font-size: 20px; }
}
@media (max-width: 991px) {
	.card-credit-balance .card-title {
		font-size: 20px;
		padding-right: 18px;
	}
	.card-credit-balance .card-no { font-size: 46px; }
	.cb-point-header { margin-top: 28px; }
	.cb-point-list .cb-point-count { font-size: 30px; }
	.cb-point-list .cb-vat-count { font-size: 18px; }
	.table-ch .title-in { max-width: 420px; }
}
@media (max-width: 767px) {
	.card-credit-balance { margin: 0 0 35px 0; }
	.card-credit-balance .card-body { flex-direction: column; }
	.card-credit-balance .card-title {
		font-size: 18px;
		padding-right: 0;
	}
	.card-credit-balance .card-no { font-size: 34px; }
	.cb-point-header { padding: 0 20px; }
	.cb-point-list li { padding: 12px 20px 16px 20px; }
	.cb-point-list .cb-point-count { font-size: 26px; }
	.cb-point-list .cb-vat-count { font-size: 17px; }
	.cb-point-list .btn-brand-primary { margin-top: 10px; }
}

/* =====[SECTION TRADE USER SETTINGS | VERIFICATION]===== */
.veri-panel {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	padding: 15px 45px 15px 20px;
	margin-bottom: 16px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.veri-panel .veri-panel-status {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
	margin-left: auto;
	padding-right: 20px;
	text-align: right;
}
.veri-panel .veri-panel-status .veri-status-msg {
	font-size: 16px;
	font-style: italic;
	line-height: 1.2;
	padding-right: 10px;
}
.veri-panel .veri-panel-status.veri-panel-success-status .veri-status-msg { color: #2BB736; }
.veri-panel .veri-panel-status.veri-panel-danger-status .veri-status-msg { color: #FF0000; }
.veri-panel .veri-panel-status.veri-panel-running-status .veri-status-msg { color:#EA670C; }
.veri-panel .veri-panel-status .veri-status-label {
	display: inline-block;
	padding-left: 26px;
	position: relative;
}
.veri-panel .veri-panel-status .veri-status-label:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: transparent;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
}
.veri-panel .veri-panel-status.veri-panel-success-status .veri-status-label:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_1161' data-name='Group 1161' transform='translate(-1368 -493)'%3E%3Ccircle id='Ellipse_3529' data-name='Ellipse 3529' cx='11' cy='11' r='11' transform='translate(1368 493)' fill='%232bb736'/%3E%3Cpath id='Path_8689' data-name='Path 8689' d='M7884.777-7911l4.152,4.152,7.3-7.3' transform='translate(-6511 8414)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.veri-panel .veri-panel-status.veri-panel-danger-status .veri-status-label:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_1159' data-name='Group 1159' transform='translate(-1363 -596)'%3E%3Ccircle id='Ellipse_3532' data-name='Ellipse 3532' cx='11' cy='11' r='11' transform='translate(1363 596)' fill='red'/%3E%3Cpath id='Path_8690' data-name='Path 8690' d='M7888.929-7906.848l7.3-7.3' transform='translate(-6518.58 8517.499)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_8691' data-name='Path 8691' d='M7896.23-7906.848l-7.3-7.3' transform='translate(-6518.58 8517.499)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.veri-panel .veri-panel-status.veri-panel-running-status .veri-status-label:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_355' data-name='Rectangle 355' width='10' height='10.714' fill='%23ea670c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1160' data-name='Group 1160' transform='translate(-1368 -681)'%3E%3Ccircle id='Ellipse_3533' data-name='Ellipse 3533' cx='11' cy='11' r='11' transform='translate(1368 681)' fill='%23ddd'/%3E%3Cg id='Group_1156' data-name='Group 1156' transform='translate(1374 686.643)'%3E%3Cg id='Group_1155' data-name='Group 1155' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_8692' data-name='Path 8692' d='M8.925,10H9.6a.359.359,0,1,1,0,.714H.4a.359.359,0,1,1,0-.714h.678c.03-.226.052-.444.087-.659A4.05,4.05,0,0,1,2.5,6.9c.294-.262.606-.5.908-.757.08-.067.158-.136.231-.21a.709.709,0,0,0,0-1.144,4.663,4.663,0,0,0-.368-.325,9.058,9.058,0,0,1-1.17-1.048A4.113,4.113,0,0,1,1.14,1.26C1.114,1.084,1.1.907,1.077.716c-.233,0-.466,0-.7,0A.358.358,0,0,1,.322,0,1.079,1.079,0,0,1,.434,0h9.14A.709.709,0,0,1,9.718.01a.356.356,0,0,1-.065.7c-.2,0-.4,0-.6,0H8.927c-.026.211-.045.414-.076.615a4.2,4.2,0,0,1-1.566,2.68q-.422.347-.843.7a1.46,1.46,0,0,0-.157.158.668.668,0,0,0,.005.988,4.185,4.185,0,0,0,.436.4A9.19,9.19,0,0,1,7.9,7.3a4.117,4.117,0,0,1,.966,2.157c.026.176.041.353.063.544' transform='translate(-0.001 -0.001)' fill='%23ea670c'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.veri-panel .btn-remove {
	border: 0;
	color: #5D5D5D;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 17px;
	right: 20px;
}
.veri-panel .btn-remove svg {
	width: 18px;
	height: 18px;
}
.veri-panel .btn-remove:hover { color: var(--button-color-hover); }
.veri-panel.veri-panel-add-items { padding-right: 20px; }
.veri-panel.veri-panel-add-items .veri-panel-title {
	display: flex;
	align-items: center;
}
.veri-panel.veri-panel-add-items .veri-panel-title:after {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background-size: 18px;
	background-repeat: no-repeat;
	margin-left: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-paperclip'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%3E%3C/path%3E%3C/svg%3E");
}
.veri-panel.veri-panel-add-items .btn-brand-primary {
	font-size: 16px;
	padding: 5px 16px 6px 16px;
	margin-left: auto;
}

@media (max-width: 991px) {
	.veri-panel .veri-panel-status { padding-right: 10px; }
	.veri-panel .veri-panel-status .veri-status-msg { font-size: 13px; }
	.veri-panel .veri-panel-status .veri-status-label { padding-left: 24px; }
	.veri-panel .veri-panel-status .veri-status-label::before {
		width: 14px;
		height: 14px;
		top: 5px;
		background-size: 16px;
	}
}
@media (max-width: 767px) {
	.veri-panel { padding: 15px 20px 15px 20px; }
	.veri-panel .veri-panel-title {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.veri-panel .veri-panel-status {
		padding-right: 0;
		width: 100%;
		margin-top: 5px;
	}
	.veri-panel .btn-remove { top: 12px; }
}

/* =====[SECTION TRADE USER SETTINGS | VERIFICATION STEP 2]===== */
.section-tu-settings-verification-2 { padding-top: 60px; }
.tu-veri-2-panel { max-width: 530px; }
.tu-veri-2-panel .panel-media { margin-bottom: 30px; }
.tu-veri-2-panel .panel-media img { border-radius: var(--brand-border-radius); }
.tu-veri-2-panel .panel-footer { margin-top: 30px; }

@media (max-width: 991px) {
	.section-tu-settings-verification-2 { padding-top: 50px; }
}
@media (max-width: 767px) {
	.section-tu-settings-verification-2 { padding-top: 40px; }
	.tu-veri-2-panel .panel-media { margin-bottom: 25px; }
	.tu-veri-2-panel .panel-footer { margin-top: 10px; }
	.tu-veri-2-panel .panel-footer .btn { margin-top: 10px; }
}


/* ============================
# LEADS | SINGLES
============================*/
/* =====[SECTION LEADS MAIN SINGLE]===== */
.section-lead-main-single {
	padding: 0 0 80px 0;
	border-bottom: 1px solid #D5D5D5;
}
.lead-single-main { padding-right: 40px; }
.lead-single-main-title { margin-bottom: 14px; }
.lead-single-main-meta {
	font-size: 17px;
	color: #909090;
	margin-bottom: 30px;
}
.lead-single-pic-gallery { margin-bottom: 35px; }
.lead-single-xl-carousel { margin-bottom: 15px; }
.lead-single-xl-carousel .media,
.lead-single-sm-carousel .media {
	border-radius: var(--brand-border-radius);
	overflow: hidden;
}
.lead-single-xl-carousel .media img,
.lead-single-sm-carousel .media img { border-radius: var(--brand-border-radius); }
.lead-single-xl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}
.lead-single-xl-carousel .owl-nav button.owl-prev,
.lead-single-xl-carousel .owl-nav button.owl-next {
	color: #FFFFFF;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	background: #93A1C4;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.lead-single-xl-carousel .owl-nav button.owl-prev svg,
.lead-single-xl-carousel .owl-nav button.owl-next svg {
	width: 20px;
	height: 20px;
}
.lead-single-xl-carousel .owl-nav button.owl-prev:hover,
.lead-single-xl-carousel .owl-nav button.owl-next:hover {
	color: #FFFFFF;
	background: var(--primary-color);
}
.lead-single-xl-carousel .owl-dots {
	line-height: 0;
	margin-top: 20px;
	text-align: center;
	display: none;
}
.lead-single-xl-carousel .owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	border: 3px solid var(--primary-color);
	background: transparent;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
}
.lead-single-xl-carousel .owl-dots button.owl-dot.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.lead-single-main-content { margin-bottom: 24px; }
.lead-single-main-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-single-main-details li {
	display: flex;
	padding-left: 30px;
	margin-bottom: 6px;
}
.lead-single-main-details li.location { background: transparent var(--ff-icon-location) no-repeat top 8px left/16px; }
.lead-single-main-details li.tool { background: transparent var(--ff-icon-tool) no-repeat top 8px left/16px; }
.lead-single-main-details li .bold {
	font-weight: 700;
	color: var(--primary-color);
	padding-right: 10px;
	width: 140px;
}
.lead-single-info-box {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	padding: 30px 30px;
}
.lead-single-info-box .title {
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 16px;
}
.lead-single-info-box .panel-blur { margin-bottom: 20px; }
.lead-single-info-box .info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-single-info-box .info-list li { margin-bottom: 12px; }
.lead-single-info-box .info-list li .bold {
	font-weight: 700;
	color: var(--primary-color);
}
.lead-single-info-box .button-group {
	display: flex;
	flex-direction: column;
}
.lead-single-info-box .button-group .btn { margin-top: 10px; }

@media (max-width: 1399px) {
	.section-lead-main-single { padding: 0 0 65px 0; }
	.lead-single-main { padding-right: 20px; }
}
@media (max-width: 1199px) {
	.lead-single-info-box { padding: 20px 20px; }
	.lead-single-info-box .title { font-size: 20px; }
}
@media (max-width: 991px) {
	.lead-single-main { padding: 0 0 30px 0; }
	.lead-single-main-meta { font-size: 15px; }
	.lead-single-main-details li.location,
	.lead-single-main-details li.tool { background-position: top 6px left; }
	.lead-single-info-box .info-list li { margin-bottom: 8px; }
}
@media (max-width: 767px) {
	.section-lead-main-single { padding: 0 0 55px 0; }
	.lead-single-main-title { margin-bottom: 10px; }
	.lead-single-main-meta {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.lead-single-main-content { margin-bottom: 16px; }
	.lead-single-xl-carousel .owl-nav { display: none; }
	.lead-single-xl-carousel .owl-dots { display: block; }
	.lead-single-main-details li .bold { width: 100px; }
}

/* =====[SECTION RELATED LEADS]===== */
.section-related-leads { padding: 80px 0 100px 0; }
.related-leads-carousel { margin: 50px 0 0 0; }
.related-leads-carousel .lead-card {
	margin-bottom: 0;
	height: auto;
}
.related-leads-carousel .owl-dots {
	display: none;
	line-height: 0;
	text-align: center;
	margin-top: 25px;
}
.related-leads-carousel .owl-dots button.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-color);
	margin: 0 4px;
}
.related-leads-carousel .owl-dots button.owl-dot.active { background: var(--secondary-color); }
.related-leads-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.related-leads-carousel .owl-nav button.owl-prev,
.related-leads-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	border-radius: 50%;
}
.related-leads-carousel .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	margin-left: -100px;
}
.related-leads-carousel .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
	margin-right: -100px;
}
.related-leads-carousel .owl-nav button.owl-prev:hover,
.related-leads-carousel .owl-nav button.owl-next:hover { opacity: 0.9; }

@media (max-width: 1599px) {
	.related-leads-carousel .owl-nav button.owl-prev { margin-left: -60px; }
	.related-leads-carousel .owl-nav button.owl-next { margin-right: -60px; }
}
@media (max-width: 1399px) {
	.section-related-leads { padding: 60px 0 90px 0; }
}
@media (max-width: 1199px) {
	.section-related-leads { padding: 50px 0 80px 0; }
	.related-leads-carousel .owl-nav button.owl-prev, 
	.related-leads-carousel .owl-nav button.owl-next {
		width: 38px;
		height: 38px;
		background-size: 30px;
		background-color: #FFFFFF;
		opacity: 1;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	}
	.related-leads-carousel .owl-nav button.owl-prev { margin-left: -18px; }
	.related-leads-carousel .owl-nav button.owl-next { margin-right: -18px; }
}
@media (max-width: 991px) {
	.section-related-leads { padding: 40px 0 60px 0; }
	.related-leads-carousel { margin: 40px 0 30px 0; }
}
@media (max-width: 767px) {
	.section-related-leads { padding: 40px 0 50px 0; }
	.related-leads-carousel { margin: 35px 0 30px 0; }
	.related-leads-carousel .owl-nav { display: none; }
	.related-leads-carousel .owl-dots { display: block; }
}


/* ============================
# LEADS
============================*/
.section-leads { padding-bottom: 80px; }
.section-leads .nav-pills-brand-frame { margin-bottom: 20px; }

@media (max-width: 767px) {
	.section-leads { padding-bottom: 60px; }
}

/* =====[SECTION LEADS | LEADS]===== */
.section-leads-leads { padding: 0 0 60px 0; }
.section-leads-leads .pagination-brand {
	justify-content: center;
	margin-top: 30px;
}
.lead-card {
	border: 0;
	margin-bottom: 40px;
	height: calc(100% - 40px);
}
.lead-card .card-media,
.lead-card .card-media img {
	display: block;
	width: 100%;
}
.lead-card .card-body {
	padding: 20px 20px 25px 20px;
	display: flex;
	flex-direction: column;
}
.lead-card .card-body p {
	font-size: 15px;
	margin-bottom: 25px;
}
.lead-card .card-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.lead-card .card-title a { color: var(--color); }
.lead-card .card-title a:hover {
	color: var(--button-color);
	text-decoration: underline;
}
.lead-card .card-meta {
	font-size: 15px;
	color: #BCBCBC;
	margin-bottom: 10px;
}
.lead-card .card-buttons {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}
.lead-card .card-buttons .btn {
	padding-left: 10px;
	padding-right: 10px;
	width: calc(50% - 5px);
}

@media (min-width: 1200px) {
	.row-lead-card-grid {
		margin-left: -18px;
		margin-right: -18px;
	}
	.row-lead-card-grid [class*="col-"] {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (max-width: 1199px) {
	.section-leads-leads { padding: 0 0 50px 0; }
	.section-leads-leads .pagination-brand { margin-top: 10px; }
}
@media (max-width: 767px) {
	.section-leads-leads { padding: 0 0 40px 0; }
	.lead-card {
		margin-bottom: 30px;
		height: auto;
	}
	.lead-card .card-title { font-size: 18px; }
	.lead-card .card-meta { font-size: 14px; }
}

/* =====[SECTION LEADS | INTERESTED]===== */
.lead-msg-panels {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
}
.lead-msg-panel-filter {
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	padding: 8px 0;
}
.lead-msg-panel-filter > * {
	padding-left: 10px;
	padding-right: 10px;
}
.lead-msg-panel-filter .lmpf-result { color: #B2B2B2; }
.lead-msg-panel-filter .lmpf-status { display: inline-flex; }
.lead-msg-panel-filter .lmpf-status .count {
	color: #FFFFFF;
	width: 20px;
	height: 18px;
	background: var(--button-color);
	border-radius: 4px;
	text-align: center;
	margin-right: 6px;
}
.lead-msg-panel-filter .impf-filter { color: var(--primary-color); }
.lead-msg-panel {
	padding: 15px 15px;
	border-left: 5px solid transparent;
	border-top: 1px solid var(--bg-brand-light);
}
.lead-msg-panel.active {
	border-left-color: var(--button-color);
	background-color: rgba(234, 103, 12, 0.10);
} 
.lead-msg-panel a {
	color: var(--color);
	display: block;
}
.lead-msg-panel .title {
	font-size: 15px;
	color: var(--primary-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 7px;
	padding-bottom: 2px;
}
.lead-msg-panel .lead-msg-panel-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-msg-panel .lead-msg-panel-meta li {
	font-size: 15px;
	background-size: 16px;
	background-position: top 3px left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.lead-msg-panel .lead-msg-panel-meta li + li { margin-top: 4px; }
.lead-msg-panel .lead-msg-panel-meta li.tool { background-image: var(--ff-icon-tool); }
.lead-msg-panel .lead-msg-panel-meta li.location { background-image: var(--ff-icon-location); }
.lead-msg-panel .lead-msg-panel-meta li.date { background-image: var(--ff-icon-time); }
.lead-msg-panel .lead-msg-panel-meta li.date .text-success { color: #159119!important; }
.lead-msg-panel .lead-msg-panel-meta li.date .text-warning { color: var(--button-color)!important; }
.lead-msg-content-dialog {
	height: 100%;
	padding-left: 16px;
}
.lead-msg-content-body {
	background: #FFFFFF;
	border-radius: var(--brand-border-radius);
	padding: 0 30px;
	height: 100%;
}
.lead-msg-content-hero {
	padding: 20px 0 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}
.lead-msg-content-hero .btn-close { 
	background-color: rgba(0,0,0,0.2);
	background-size: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
}
.lead-msg-content-hero .hero-title {
	font-size: 26px;
	margin-bottom: 26px;
}
.lead-msg-content-hero .hero-location {
	padding-left: 25px;
	background: transparent var(--ff-icon-location) no-repeat top 5px left/18px;
	margin-bottom: 6px;
}
.lead-msg-content-hero .hero-location small {
	font-size: 15px;
	color: #93A1C4;
}
.lead-msg-content-hero .hero-status { font-weight: 700; }
.lead-msg-content-hero .hero-status .text-warning { color: var(--button-color)!important; }
.lead-msg-content-hero .button-group { text-align: right; }
.lead-msg-content-hero .button-group .btn + .btn { margin-left: 10px; }
.lead-msg-content-panel {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E8E8E8;
}
.lead-msg-content-panel.lmcp-two-block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
}
.lead-msg-content-panel .panel-title {
	font-size: 22px;
	color: var(--primary-color);
	margin-bottom: 16px;
}
.lead-msg-content-panel .panel-title:not(:first-child) { margin-top: 18px; }
.lead-msg-content-panel .panel-normal-blur { margin-bottom: 5px; }
.lead-msg-content-panel .panel-normal-blur img { display: block; }
.lead-msg-content-panel .panel-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-msg-content-panel .panel-detail-list li {
	display: flex;
	margin-bottom: 2px;
}
.lead-msg-content-panel .panel-detail-list li .bold {
	font-weight: 700;
	color: var(--primary-color);
	width: 120px;
	flex: 0 0 auto;
	padding-right: 10px;
	white-space: nowrap;
}
.lead-msg-content-panel .panel-spec-list {
	list-style: none;
	padding: 0;
}
.lead-msg-content-panel .panel-spec-list li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 4px;
}
.lead-msg-content-panel .panel-spec-list li:before {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 10px;
	background: var(--primary-color);
	position: absolute;
	top: 12px;
	left: 0;
}
.lead-msg-content-panel-footer { padding-bottom: 30px; }
.lead-msg-content-panel-footer .panel-meta-date {
	font-size: 15px;
	color: #93A1C4;
}
.lead-msg-price-min { position: relative; }
.lead-msg-price-min .title {
	font-size: 19px;
	margin-bottom: 4px;
}
.lead-msg-price-min .price {
	font-family: var(--heading-font);
	font-weight: 700;
	margin-bottom: 4px;
}
.lead-msg-price-min .price-note {
	font-size: 15px;
	color: #93A1C4;
}
.lead-msg-price-min .price-note strong { font-weight: 700; }
.lead-msg-content-feedback .ca-feedback-panel { margin: 30px 0 0 0; }
.lead-msg-content-feedback .ca-feedback-panel .panel-title { color: var(--primary-color); }


@media (min-width: 768px) {
	.lead-msg-price-min .price {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 1199px) {
	.lead-msg-content-dialog { padding-left: 0; }
	.lead-msg-content-hero .hero-title {
		font-size: 22px;
		margin-bottom: 22px;
	}
	.lead-msg-content-hero .button-group {
		text-align: left;
		margin-top: 20px;
	}
	.lead-msg-content-panel .panel-title { font-size: 20px; }
}
@media (max-width: 991px) {
	.lead-msg-content-dialog { display: none; }
	.lead-msg-content-dialog.open {
		position: fixed;
		padding: 20px 20px;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		overflow-y: scroll;
		display: block;
		z-index: 1000;
	}
	.lead-msg-content-dialog.open .lead-msg-content-hero .btn-close { display: inline-block; }
	.lead-msg-content-content {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
	}
	.lead-msg-content-hero .hero-title {
		font-size: 20px;
		margin-bottom: 18px;
		padding-right: 40px;
	}
	.lead-msg-content-hero .hero-location small { font-size: 13px; }
	.lead-msg-content-panel {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.lead-msg-content-panel .panel-spec-list li { padding-left: 20px; }
	.lead-msg-content-panel .panel-spec-list li::before {
		width: 7px;
		height: 7px;
		top: 11px;
	}
	.lead-msg-content-panel-footer .panel-meta-date { font-size: 13px; }
}
@media (max-width: 767px) {
	.lead-msg-content-dialog { padding: 15px 15px; }
	.lead-msg-content-content { max-width: 500px; }
	.lead-msg-content-body { padding: 0 15px; }
	.lead-msg-content-hero { margin-bottom: 20px; }
	.lead-msg-content-hero .hero-title {
		font-size: 19px;
		margin-bottom: 16px;
	}
	.lead-msg-content-hero .hero-location { background-position: top 3px left; }
	.lead-msg-content-hero .button-group .btn + .btn { margin-left: 5px; }
	.lead-msg-content-panel.lmcp-two-block {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.lead-msg-content-panel .panel-title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.lead-msg-content-panel .panel-detail-list li { flex-wrap: wrap; }
	.lead-msg-content-panel .panel-detail-list li .bold { width: 100%; }
	.lead-msg-price-min .title {
		font-size: 17px;
		margin-bottom: 2px;
	}
	.lead-msg-price-min .price-note { font-size: 14px; }
	.lead-msg-content-feedback .ca-feedback-panel { margin: 20px 0 0 0; }
}
@media (max-width: 575px) {
	.lead-msg-content-content { max-width: 100%; }
}

/* =====[SECTION LEADS | PURCHASED LEADS]===== */
.lead-purchase-carousel { margin-bottom: 20px; }
.lead-purchase-carousel .media { border-radius: var(--brand-border-radius); }
.lead-purchase-carousel .media img { border-radius: var(--brand-border-radius); }
.lead-purchase-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lead-purchase-carousel .owl-nav button.owl-prev,
.lead-purchase-carousel .owl-nav button.owl-next {
	color: #FFFFFF;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	background: #93A1C4;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.lead-purchase-carousel .owl-nav button.owl-prev { margin-left: -23px; }
.lead-purchase-carousel .owl-nav button.owl-next { margin-right: -23px; }
.lead-purchase-carousel .owl-nav button.owl-prev svg,
.lead-purchase-carousel .owl-nav button.owl-next svg {
	width: 20px;
	height: 20px;
}
.lead-purchase-carousel .owl-nav button.owl-prev:hover,
.lead-purchase-carousel .owl-nav button.owl-next:hover {
	color: #FFFFFF;
	background: var(--primary-color);
}
.lead-purchase-carousel .owl-dots {
	line-height: 0;
	margin-top: 20px;
	text-align: center;
	display: none;
}
.lead-purchase-carousel .owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	border: 3px solid var(--primary-color);
	background: transparent;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
}
.lead-purchase-carousel .owl-dots button.owl-dot.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

@media (max-width: 767px) {
	.lead-purchase-carousel .owl-nav { display: none; }
	.lead-purchase-carousel .owl-dots { display: block; }
}