/*
 Theme Name:   Lendview
 Theme URI:    lendview.server.com/twenty-twenty-one-child/
 Description:  lendview
 Author:       lendview’S
 Author URI:   lendview.server.com
 Template:     twentytwentyone
 Version:      11.0.13
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twenty-onechild
*/

/* TOC 

 * NORMALIZE
 * FORMS
 * GRID
 * TABLE
 * BUTTONS
 * IMAGE SHAPES
 * CARET
 * BADGE
 * ALERT
 * FONT FACE (If Used)
 * ICONS - Sprite  
 * HTML
 * BODY
 * HEADER
 * NAVIGATION
 * MAIN
 * FOOTER
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/

/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

html,
button,
input,
select,
textarea {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	margin: 0;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.42857143;
}

a:focus {
	outline: thin dotted;
}

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

a:focus,
a:active {
	background: none;
}

a[href^="fax:"],
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

a[href^="mailto:"] {
	color: inherit;
	text-decoration: none;
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small {
	font-size: 65%;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small {
	font-size: 75%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 35px;
	margin-bottom: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 1em 0;
}

code,
kbd,
pre,
samp {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}

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

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #C9CCBE;
	margin: 1em 0;
	padding: 0;
}

nav ul,
nav ol {
	margin: 0;
	padding: 0;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

label {
	cursor: pointer;
	font-weight: 400;
}

/* FORMS
------------------------------------------------------- */
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.form-row .col-6>div {
	margin-top: 36px;
}

.input-text,
.form-control {
	display: block;
	width: 100%;
	min-height: 67px !important;
	height: 67px !important;
	padding: 12px 20px !important;
	font-size: 16px !important;
	line-height: 1.42857143;
	color: #000000 !important;
	border-radius: 0 !important;
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 400;
	font-style: normal !important;
	background-color: #fff !important;
	border: 0;
	border: 1px solid #C9CCBE !important;
	transition: all .2s ease;
}

.yith-ywar-edit-forms .form-content .form-element label textarea {
	display: block;
	width: 100%;
	padding: 12px 20px !important;
	font-size: 16px !important;
	line-height: 1.42857143;
	color: #000000 !important;
	border-radius: 0 !important;
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal;
	background-color: #fff !important;
	border: 0;
	border: 1px solid #C9CCBE !important;
	transition: all .2s ease;
}

/* Removes awkward default styles on some inputs for iOS */
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

textarea.form-control {
	min-height: 218px;
	resize: vertical;
}

.form-control:focus {
	background-color: #C9CCBE;
	outline: 0;
	box-shadow: 0 none;
}

.wpcf7-checkbox label {
	display: flex;
	font-weight: 300;
	align-items: center;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #231F20;
	border: 0;
	border-bottom: 1px solid #C9CCBE;
}

label {
	color: #231F20;
	font-size: 15px !important;
	font-family: "proxima-nova", sans-serif !important;
	font-optical-sizing: auto;

	font-style: normal;
	display: inline-flex;
	max-width: 100%;
	font-weight: 400;
	margin-bottom: 5px;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 7px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type="checkbox"]::after {
		content: "";
		opacity: 0;
		display: block;
		left: 3px;
		top: 0px;
		position: absolute;
		width: 6px;
		height: 10px;
		border: 2px solid #231F20;
		border-top: 0;
		border-left: 0;
		transform: rotate(42deg);
	}

	input[type="checkbox"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 16px;
		height: 16px;
		border: 2px solid #231F20;
	}

	input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 20px;
		height: 20px;
		border: 2px solid #231F20;
	}
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type="radio"]::after {
		content: "";
		opacity: 0;
		display: block;
		left: 1px;
		top: 1px;
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

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

small {
	font-size: 85%;
}

mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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

/* GRID
--------------------------------------------------------------------------*/
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1745px;
	/*Change with Design */
	width: 100%;
}

.container-fluid {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.333333%;
}

.pull-2 {
	right: 16.666667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.333333%;
}

.pull-5 {
	right: 41.666667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.333333%;
}

.pull-8 {
	right: 66.666667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.333333%;
}

.pull-11 {
	right: 91.666667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.333333%;
}

.push-2 {
	left: 16.666667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.333333%;
}

.push-5 {
	left: 41.666667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.333333%;
}

.push-8 {
	left: 66.666667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.333333%;
}

.push-11 {
	left: 91.666667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

/* TABLE
--------------------------------------------------------------------------*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table thead th,
.table tbody th,
.table tfoot th,
.table thead td,
.table tbody td,
.table tfoot td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #C9CCBE;
	text-align: left;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #C9CCBE;
}

/* BUTTONS
--------------------------------------------------------------------------*/
.btn,
.button,
.search-submit,
.wc-block-components-button {
	min-width: 200px;
	display: inline-flex !important;
	margin-bottom: 0;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-style: normal;
	cursor: pointer;
	padding: 17px 25px !important;
	font-size: 15px !important;
	line-height: 1 !important;
	user-select: none;
	color: #231F20;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 30px !important;
	-webkit-border-radius: 0px;
	background-color: #0e1d61;
	border: 0px !important;
	text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active:focus,
.button:hover,
.button:focus,
.button:active:focus {
	background-color: #686868;
}

.btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.btn-default {
	color: #353535 !important;
	background-color: #fff !important;
	border-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #fff !important;
	border-color: #2D2A26 !important;
	background-color: #2D2A26 !important;
}

.button,
.btn-primary,
.search-submit,
.wc-block-components-button {
	color: #fff !important;
	background-color: #0e1d61 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.search-submit:hover,
.search-submit:focus,
.search-submit:active {
	color: #fff;
	background-color: rgba(14, 29, 97, 0.85) !important;
}

.btn-secondary {
	color: #2D2A26;
	border-color: #B6E5FA;
	background-color: #B6E5FA;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #B6E5FA;
}

.btn-primary[disabled] {
	color: #fff;
	background-color: #F1F1F1;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn i {
	margin-left: 30px;
}

.btn-transparent {
	color: #041a71;
	background-color: transparent;
}

.btn-transparent:hover {
	background-color: transparent;
}

.btn-call {
	display: flex;
	align-items: center;
	color: #001F61;
	text-decoration: underline !important;
}

.btn-call span {
	height: 20px;
	width: 20px;
	margin-right: 12px;
}

.btn-call span img {
	width: 100%;
}

.btn-call:hover {
	text-decoration: none !important;
}

/* IMAGE SHAPES
--------------------------------------------------------------------------*/
.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #C9CCBE;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #C9CCBE;
}

/* CARET
--------------------------------------------------------------------------*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

/* BADGE
--------------------------------------------------------------------------*/
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

/* ALERT
--------------------------------------------------------------------------*/
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

/* FONT FACE (If Used)
--------------------------------------------------------------------------*/


/* ICONS - Sprite
--------------------------------------------------------------------------*/
@font-face {
	font-family: 'Fontello';
	src: url('css/webfonts/fontello.eot?20904835');
	src: url('css/webfonts/fontello.eot?20904835#iefix') format('embedded-opentype'),
		url('css/webfonts/fontello.woff2?20904835') format('woff2'),
		url('css/webfonts/fontello.woff?20904835') format('woff'),
		url('css/webfonts/fontello.ttf?20904835') format('truetype'),
		url('css/webfonts/fontello.svg?20904835#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.w-100 {
	max-width: 100%;
	width: 100%;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Fontello';
		src: url('css/webfonts/fontello.svg?20904835#fontello') format('svg');
	}
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-cart:before {
	content: '\e800';
}

/* '' */
.icon-search:before {
	content: '\e801';
}

/* '' */
.icon-download:before {
	content: '\e802';
}

/* '' */
.icon-arrow-left:before {
	content: '\e803';
}

/* '' */
.icon-bin:before {
	content: '\e804';
}

/* '' */
.icon-local-pickup:before {
	content: '\e805';
}

/* '' */
.icon-need-help:before {
	content: '\e806';
}

/* '' */
.icon-pay-later:before {
	content: '\e807';
}

/* '' */
.icon-cancel:before {
	content: '\e808';
}

/* '' */
.icon-arrow-right:before {
	content: '\e809';
}

/* '' */
.icon-whishlist:before {
	content: '\e80a';
}

/* '' */
.icon-4-square:before {
	content: '\e80b';
}

/* '' */
.icon-3-square:before {
	content: '\e80c';
}

/* '' */
.icon-filter:before {
	content: '\e80d';
}

/* '' */
.icon-minus:before {
	content: '\e80e';
}

/* '' */
.icon-plus:before {
	content: '\e80f';
}

/* '' */
.icon-secure:before {
	content: '\e810';
}

/* '' */
.icon-arrow-down:before {
	content: '\e811';
}

/* '' */
.icon-close:before {
	content: '\e812';
}

/* '' */
.icon-sm-close:before {
	content: '\e813';
}

/* '' */
.icon-facebook:before {
	content: '\e814';
}

/* '' */
.icon-whatsapp:before {
	content: '\e815';
}

/* '' */
.icon-twitter:before {
	content: '\e816';
}

/* '' */
.icon-mail:before {
	content: '\e817';
}

/* '' */
.icon-arrow-right-1:before {
	content: '\e818';
}

/* '' */
.icon-arrow-left-1:before {
	content: '\e819';
}

/* '' */
.icon-location:before {
	content: '\e81a';
}

/* '' */
.icon-box:before {
	content: '\e81b';
}

/* '' */
.icon-return:before {
	content: '\e81c';
}

/* '' */
.icon-chat:before {
	content: '\e81e';
}

/* '' */
.icon-warranty:before {
	content: '\e81f';
}

/* '' */
.icon-instagram:before {
	content: '\f16d';
}

/* '' */


/* HTML
--------------------------------------------------------------------------*/
html {
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* BODY
--------------------------------------------------------------------------*/
body {
	color: #231F20 !important;
	font-size: 15px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;

	background: #fff;
	overflow-x: hidden;
}

.image-box a,
.image-box img {
	width: 100%;
	height: auto;
	display: block;
}

.list {
	padding: 0;
	list-style: none;
}

.list li {
	color: #2E2925;
	padding-left: 30px;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

.list li:before {
	color: #2E2925;
	content: '\e810';
	font-family: 'Fontello';
	position: absolute;
	left: 0;
	top: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: inherit;
	opacity: 1;
}

.site-main {
	padding: 0 !important;
}

.site-main>* {
	margin: 0 !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 16px;
	font-weight: 500;
	display: block;
	background: transparent;
	padding: 5px 15px;
	border-radius: 10px;
	margin-top: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	font-size: 30px;
	color: #fff;
	background: #46b450;
	text-align: center;
	font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
	font-size: 30px;
	color: #dc3232;
	background: transparent;
	text-align: center;
	font-weight: 500;
}

.subscribe-form .wpcf7 form.sent .wpcf7-response-output,
.subscribe-form .wpcf7 form.invalid .wpcf7-response-output,
.subscribe-form .wpcf7 form.unaccepted .wpcf7-response-output,
.subscribe-form .wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 22px;
}

/* HEADER
--------------------------------------------------------------------------*/
.site-header .btn {
	font-weight: 700;
}

.site-header {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	max-width: 100%;
	z-index: 99999;
	width: 100%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 40px;
	padding-right: 40px;
	background: #F4FBFC;
	transition: 0.5s ease-out;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.site-header:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 500px;
	height: 100%;
	z-index: 1;
	display: none;
	background-color: #e0f4f7;
}

.site-header .container {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	z-index: 9999;
}

.logo-wrapper {
	position: relative;
	z-index: 99999;
}

.site-logo {
	position: relative;
	z-index: 99;
	margin: 0;
	width: 450px !important;
	max-width: 450px;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.site-header {
  transition: all 0.3s ease;
}
.site-header .site-logo {
  transition: all 0.3s ease;
}

.site-header.header-scrolled .site-logo {
  width: 360px !important;
  max-width: 360px !important;
}
.site-logo a,
.site-logo img {
	width: 100%;
	display: block;
}

.site-logo .custom-logo-link {
	display: block;
}

.site-logo img {
	height: auto;
	max-width: 100% !important;
	width: 100% !important;
	transition: all 0.5s ease-in;
}

.logo a {
	display: block;
}

.site-branding {
	display: none;
}

.logo span,
.logo .site-description {
	display: none;
}

.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links a {
	color: #2D2A26;
	display: flex;
	font-size: 18px;
	line-height: 1;
	padding: 5px;
	align-items: center;
	transition: transform .5s;
	/* Animation */
	justify-content: center;
	text-decoration: none;
	position: relative;
}

.social-links a:last-child {
	font-size: 19px;
	margin-left: -1px;
}

@media(max-width: 950px) {

	.top-navigation,
	.top-header .social-links {
		display: none;
	}

	.top-header .welcome-note {
		margin: 0 auto;
	}

	.site-logo {
		width: 90px;
	}
}

/* NAVIGATION
--------------------------------------------------------------------------*/
.nav-wrap {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #C9CCBE;
	transition: all 0.5s ease-in;
}

.nav-wrap .container {
	position: static;
}

.main-navigation,
.main-navigation-wrapper {
	margin-left: auto;
	margin-bottom: 0;
}

.main-navigation>ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	display: flex;
}

.main-navigation>ul>li {
	display: flex;
	align-items: center;
	position: relative;
}

.main-navigation li {
	position: relative;
	font-size: 15px;
	line-height: 1;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}

.main-navigation>li>a {
	display: block;
	padding: 50px 28px 50px 28px;
	height: 100%;
}

.main-navigation .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	background-color: #fff;
	padding: 22px 28px;
}

.main-navigation .sub-menu-toggle {
	display: none;
}

.main-navigation a {
	color: #231F20;
	text-decoration: none;
	transition: ease-in 0.5s;
	position: relative;
}

.main-navigation>ul>li>a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	height: 3px;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(0, 1);
	transform-origin: right center;
	background: #2a2a2a !important;
	z-index: 9999;
}

.main-navigation>ul>li>a:hover:after,
.main-navigation>ul>li>a:focus:after,
.main-navigation>ul>li>a:active:after {
	transform: scale(1, 1);
	transform-origin: left center;
	text-decoration: underline;
}

.main-navigation li:hover>a,
.main-navigation li.current-menu-parent>a,
.main-navigation li.current_page_item a,
.main-navigation .sub-menu li.current_page_item a {
	color: #231F20;
}

.main-navigation p,
.main-navigation address {
	margin: 0;
	color: #B6E5FA;
	font-size: 18px;
	line-height: 1.1;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 6px;
}

.main-navigation p a {
	color: #B6E5FA;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.main-navigation .contact-social-info {
	padding-top: 40px;
}

.main-navigation .shop-by-color-menu .sub-menu-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.main-navigation .shop-by-color-menu .container>.sub-menu,
.main-navigation .shop-by-color-menu .sub-menu-with-images .sub-menu {
	display: flex;
}

.main-navigation .shop-by-color-menu .side-sub-menu {
	padding: 65px 45px 65px 0;
	border-right: 1px solid #fff;
}

.main-navigation .shop-by-color-menu .sub-menu-with-images {
	width: 85%;
	padding: 65px 0 65px 70px;
}

.main-navigation .shop-by-color-menu .sub-menu-with-images li {
	width: 25%;
}

.main-navigation .shop-by-color-menu .sub-menu-with-images li img {
	width: 70px;
	display: block;
	margin: 0 auto 40px;
}

@media (min-width:1750px) {
	.form-control {
		font-size: 18px;
		padding-left: 35px;
	}
}

@media(min-width: 1261px) {
	.hamburger-close {
		display: none;
	}
}

@media(max-width: 1260px) {
	.main-navigation>ul>li>a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.main-navigation-wrapper {
		display: none;
	}
}

@media (min-width:1025px) {

	.main-navigation-wrapper,
	.main-navigation {
		display: flex !important;
	}

	.site-header .container {
		position: static;
	}

	.main-navigation .sub-menu-wrapper {
		width: 100%;
		display: block;
		padding: 65px 57px;
		background-color: #F4F5F2;
		position: absolute;
		left: 50%;
		top: 100%;
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		-ms-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
		-webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	}

	.main-navigation>ul>li {
		position: static;
	}

	.main-navigation>ul>li:hover .sub-menu-wrapper {
		transform: translate(-50%);
		opacity: 1;
		visibility: visible;
		display: block !important;
	}

	.main-navigation .sub-menu-wrapper .container {
		max-width: 1060px;
		align-items: flex-start;
		flex-direction: column;
	}

	.main-navigation .menu-title {
		color: #80876D;
		padding: 10px 0;
		font-size: 13px;
		display: block;
		margin-bottom: 10px;
	}

	.main-navigation .sub-menu li {
		margin-left: 0;
		margin-right: 0;
		border-bottom: 1px solid #77d6ee;
	}

	.main-navigation .sub-menu li:last-child {
		border-bottom: 0;
	}

	.main-navigation .sub-menu li>a {
		display: inline-block;
		font-size: 14px;
		padding: 18px 0;
	}

	.main-navigation .sub-menu>li a:hover {
		color: #231F20;
		text-decoration: underline;
	}

	.site-header .contact-info {
		margin-left: auto;
	}

	.hamburger {
		display: none !important;
	}

	.hamburger-close {
		display: none !important;
	}
}

@media (max-width:1160px) {
	.logo {
		margin-right: 4%;
	}
}

@media (min-width: 1025px) {

	.contact-social-info,
	.mobile-nav-header,
	#menu-mobile-bottom-menu {
		display: none;
	}
}

@media (max-width: 1025px) {
	#site-header .container {
		position: static;
	}

	.hamburger {
		color: #c10230;
		background-color: transparent !important
	}

	#site-header .container-fluid {
		position: relative;
		z-index: 99;
	}

	#site-header .search-form,
	#site-header .call-us {
		display: none;
	}

	.logo-wrapper {
		border: 0px;
	}

	/*.taiowc-content .taiowc-total {
    display: none;
  }*/
	.logo {
		max-width: 150px;
	}

	.logo a {
		padding: 22px 0;
	}

	.main-navigation>ul {
		padding-top: 32px;
		overflow-y: scroll;
	}

	#main-navigation {
		border-bottom: 1px solid #C9CCBE;
	}

	.mobile-nav-header {
		padding: 0 85px 24px 0px;
		border-bottom: 1px solid #C9CCBE;
		position: relative;
	}

	.mobile-nav-header .menu-title {
		margin: 0;
		display: block;
		color: #231F20;
		font-size: 20px;
		text-transform: uppercase;
		font-family: "proxima-nova", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: left;
		padding-top: 30px;
		padding-bottom: 6px;

	}

	.hamburger-close {
		display: block;
		width: 40px;
		height: 40px;
		color: #231F20;
		padding-top: 30px;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		position: absolute;
		left: 30px;
		top: calc(100% + 20px);
		z-index: 99999999;
		padding: 0;
		background-color: transparent !important
	}

	.hamburger-close span {
		width: 100%;
		height: 2px;
		display: block;
		background-color: #000;
	}

	.hamburger-close span:first-child {
		transform: rotate(45deg);
	}

	.hamburger-close span:last-child {
		transform: rotate(-45deg);
	}

	.back-to-menu {
		display: none;
		cursor: pointer;
	}

	.main-navigation {
		width: 100%;
		max-width: 100%;
		background: #F9FDFD;
		transition: all .5s ease;
		position: absolute;
		left: 0;
		top: 0px;
		z-index: 999999;
		top: 100%;
		height: 100vh;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
		padding-top: 60px;
	}

	.main-navigation li {
		margin-left: 0;
		margin-right: 0;
	}

	.main-navigation>li {
		margin: 0;
		margin-bottom: 0;
		position: static;
	}

	.main-navigation>li>a:before {
		content: '\E818';
		font-size: 16px;
		font-family: "Fontello";
		position: absolute;
		right: 10px;
		top: calc(50% - 4px);
	}

	.main-navigation>li>a {
		font-size: 15px;
		padding: 30px 25px 30px 0px;
		position: relative;
		border-bottom: 1px solid rgba(67, 199, 231, 0.5);
	}

	.main-navigation>li>a::after {
		display: none;
	}

	.main-navigation>li>a:focus {
		background: none !important;
		border: 0px;
	}

	.main-navigation .shop-by-color-menu .sub-menu-with-images {
		display: none !important;
	}

	.main-navigation #menu-mobile-bottom-menu>li {
		margin-bottom: 10px;
	}

	.main-navigation>#menu-mobile-bottom-menu>li>a:before {
		display: none;
	}

	.main-navigation #menu-mobile-bottom-menu>li>a {
		font-size: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.main-navigation .sub-menu {
		z-index: 9;
		width: 100%;
		height: 100%;
		position: absolute;
		display: none;
		top: 100px;
		left: 0;
	}

	.main-navigation .sub-menu {}

	.main-navigation .sub-menu {
		width: 100%;
		height: 100%;
		padding-top: 16px;
		background: #F9FDFD;
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
		padding-top: 100px;
	}

	.main-navigation .sub-menu a {
		color: #231F20;
		display: block;
		font-size: 15px;
		padding: 30px 5px 30px 5px;
		border-bottom: 1px solid #43C7E7;
	}

	.menu-visible .main-navigation,
	.menu-visible .main-navigation li.selected .sub-menu {
		width: 100%;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation>ul>li {
		width: 100%;
		display: block;
	}
}

@media (max-width: 500px) {
	.main-navigation {
		padding-left: 20px;
	}

	.burger-menu {
		width: 69px;
	}
}

.desktop-block {
	display: block;
}

.mobile-block {
	display: none !important;
}

.site-header .contact-info {
	display: flex;
	padding-left: 0;
	margin-left: 20px;
	list-style: none;
}


.back-to-menu {
	display: none;
	cursor: pointer;
	width: 80px;
	height: 100%;
	color: #231F20;
	padding-top: 30px;
	text-align: right;
	position: absolute;
	right: 30px;
	top: calc(100% + 20px);
	z-index: 99999999;
}

.back-to-menu:after {
	content: '\E818';
	font-size: 16px;
	font-family: "Fontello";
	position: absolute;
	right: 10px;
	transform: rotate(180deg);
}

.close-menu {
	width: 80px;
	height: 100%;
	color: #231F20;
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

/* BANNER
--------------------------------------------------------------------------*/
.slider-wrapper {
	position: relative;
}

.slider .mobile-banner {
	display: none !important;
}

.slider .container {
	padding-left: 95px;
}

.slider .slider-content {
	width: 100%;
	padding-bottom: 0px;
	position: relative;
}

.slider .slick-slide img {
	width: 100%;
	border-radius: 50px;
}

.slider .slider-content .btn {
	margin-right: 0;
	min-width: 240px;
	padding: 17px;
}

.slider .slider-text {
	position: absolute;
	left: 46%;
	top: 15%;
	z-index: 9;
	width: 50%;
	max-width: 900px;
}

.slider h1 {
	font-size: 54px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin: 0;
}

.home .slider h1,
.home .slider h2 {
	font-weight: 900;
}

.slider h2 {
	font-size: 30px;
	font-optical-sizing: auto;

	font-style: normal;
	line-height: 1;
	margin-top: 0;
}

.slider p {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
}

.slider .btn-primary {
	margin-right: 15px;
}

.slider .btn {
	margin-top: 25px;
}

.slider-wrapper .slick-dots {
	width: 100%;
	display: flex;
	bottom: 30px;
	justify-content: center;
}

.slider-wrapper .slick-dots li {
	margin: 9px 3px 9px 4px;
}

.slider-wrapper .slick-arrow {
	padding: 5px;
	display: block;
	height: 70px;
	width: 70px;
	border-radius: 50px;
	background-color: #e8f7f9 !important;
	top: calc(50% - 30px);
	0
}

.slider-wrapper .slick-prev {
	left: 100px;
}

.slider-wrapper .slick-next {
	right: 100px;
}

/*.slider-wrapper .slick-prev:before {
  content: '\E803';
}
.slider-wrapper  [dir='rtl'] .slick-prev:before {
  content: '\E803';
}
.slider-wrapper .slick-next:before {
  content: '\E809';.slick-next:
}
.slider-wrapper [dir='rtl'] .slick-next:before {
  content: '\E809';
}*/
@keyframes jumpInfinite {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

@media(max-width:1440px) {
	.slider .slider-content .btn {
		bottom: 50px;
	}
}

@media(min-width: 730px) {
	.slider .mobile-banner {
		display: none !important;
	}
}

@media(max-width: 730px) {
	.slider .mobile-banner {
		display: block !important;
	}

	.slider .desktop-banner {
		display: none !important;
	}
}

.page-home .main-slider {
	padding: 40px 40px 90px 40px;
	border-radius: 60px;
}

.page-home .main-slider h1,
.page-home .main-slider h2 {
	color: #001A70;
}

.page-home .main-slider .slick-dots {
	bottom: -55px;
}

.page-home .main-slider .slick-dots li {
	height: 18px;
	width: 18px;
}

.page-home .main-slider .slick-dots li button {
	height: 18px;
	width: 18px;
	background-color: #e0f4f7 !important;
}

.page-home .main-slider .slick-dots li.slick-active button {
	background-color: #041a71 !important;
}

/* OUR FEATURES
--------------------------------------------------------------------------*/
.our-features-wrap {
	padding: 50px 0 212px 0;
	color: #80876D;
	font-size: 16px;
	line-height: 1.1 !important;
	font-weight: 400;
	text-align: center;
	background: #e0f4f7 !important;
}

.our-features-wrap .slick-slide>div {
	margin-left: 50px;
}

.our-features-wrap .slick-slide:first-child>div {
	margin-left: 0;
}

.our-features-wrap .container {
	padding-bottom: 58px;
}

.our-features-wrap .image-box {
	width: auto;
	max-width: 120px;
	margin-bottom: 25px;
}

.our-features-wrap h3 {
	margin: 0 0 22px 0;
	font-weight: 900;
	font-size: 30px;
	color: #000;
}

.our-features-wrap p {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: 400;
}

.our-features-wrap .our-feature {
	text-align: left;
}

.our-features-wrap .our-feature span {
	display: block;
}

.our-features-slider {
	display: flex;
}

/* OUR PRODUCT */
.our-products-wrap {
	margin: -260px 60px 60px 60px !important;
	background-color: #f9fdfd;
	padding: 80px;
	border-radius: 80px;
}

.our-products-wrap .container {
	display: flex;
	flex-wrap: wrap;
}

.our-products-wrap .container .financing_products_content {
	width: 30%;
}

.our-products-wrap .container .financing_products_content h2 {
	color: #001A70;
	font-size: 50px;
	margin-bottom: 42px;
	font-weight: 900;
}

.our-products-wrap .container .financing_products_content h2 span {
	display: block;
}

.our-products-wrap .container .financing_products_content p {
	font-size: 15px;
	color: #000000;
	line-height: 1.45;
	margin-bottom: 55px;
}

.our-products-wrap .container .our-product-slider-wrap {
	width: 65%;
	margin-left: 5%;
}


.our-product-slider-wrap {
	overflow-x: auto;
	padding-bottom: 30px;
}

/* GRID LAYOUT */
.our-product-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(100% / 3);
	gap: 16px;
}

/* ITEMS */
.our-product {
	flex-direction: column;
	display: flex;
	padding: 22px 30px;
	color: #fff;
	background-color: #041a71;
}

/* ===== Custom Scrollbar (Webkit) ===== */
.our-product-slider-wrap::-webkit-scrollbar {
	height: 5px !important;
}

.our-product-slider-wrap::-webkit-scrollbar-track {
	background: transparent  !important;
	border-radius: 10px !important;
}

.our-product-slider-wrap::-webkit-scrollbar-thumb {
	background: #0b206d !important;
	border-radius: 10px !important;
}

.our-product-slider-wrap::-webkit-scrollbar-thumb:hover {
	background: #082079;
}

/* ===== Firefox ===== */
.our-product-slider-wrap {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch !important;
	scrollbar-width: thin !important;
	scrollbar-color: #0b206d transparent !important;
}

.our-products-wrap .our-product h3 {
	font-weight: 900;
}

.our-products-wrap .our-product h3,
.our-products-wrap .our-product p,
.our-products-wrap .our-product li {
	color: #fff;
}

.our-products-wrap .our-product ul {
	padding-left: 18px;
}

.our-products-wrap .our-product p,
.our-products-wrap .our-product li {
	font-size: 15px;
}

.our-products-wrap .our-product img {
	max-width: 130px;
}

.our-products-wrap .our-product h3 {
	font-size: 30px;
}

#slick-scrollbar {
	width: 100%;
	margin-top: 15px;
	border: 0;
	background-color: #e5f6f8;
}

.ui-slider {
	height: 6px !important;
	background: #ddd;
	border-radius: 4px;
	position: relative;
}

.ui-slider-handle {
	height: 6px !important;
	background: #0b206d !important;
	border-radius: 4px;
	top: 0 !important;
	position: absolute;
	cursor: pointer;
}


/* OUR GOAL WRAP */
.our-goals-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f4fbfc;
}

.our-goals-wrap h2 {
	font-weight: 900;
	padding-left: 200px;
	padding-right: 25%;
}

.our-goals-wrap .row {
	align-items: center;
}
.our-goals-wrap .col-7 {
padding-right: 6%;
}
.our-goals-wrap .our-goals {
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #B1E3F4;
}

.our-goals-wrap .our-goals:first-child {
	border-top: 0;
	padding-top: 0;
}

.our-goals-wrap .our-goals h3 {
	font-size: 17px;
	width: 200px;
	font-weight: 600;
	text-transform: uppercase;
}

.our-goals-wrap .our-goals .content {
	width: calc(100% - 200px);
	padding-right: 5%;
}

.our-goals-wrap .our-goals .content ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.our-goals-wrap .our-goals .content ul li {
	font-size: 15px;
	padding: 3px 0;
	line-height: 1.6;
	border-bottom: 1px solid #c2e9f6;
}

/*=========================================
                 OUR WORK
===========================================*/
#work-slick-scrollbar {
	width: 400px;
	margin: 0 auto 60px;

}

.our-work-wrap {
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 115px !important;
	border-bottom: 1px solid #b1e3f4;
}

.our-work-slider .image-box img {
	max-width: 100px;
}

.our-work-slider {
	padding-bottom: 50px;
}

.our-work-slider .our-work h3 {
	position: relative;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	color: #000;
    margin-top:25px;
	margin-bottom: 22px
}

.our-work-slider .our-work h3:after {
	position: absolute;
	left: -40px;
	top: 7px;
	content: '';
	height: 35px;
	width: 35px;
	background: url('https://so6.ph5s.com/wp-content/uploads/2025/12/tick.svg');
	background-size: cover;
}

.our-work-slider .our-work h3 span {
	display: block;
}

.our-work-slider .our-work {
	padding-left: 60px;
	padding-right: 40px;
}

.our-work-slider .our-work p {
	font-size: 15px;
	color: #000;
    margin-top: 0;
}

.our-work-wrap .button-wrap {
	text-align: center;
}

.our-work-wrap .button-wrap .btn {
	font-weight: 700;
}

.our-work-slider-wrap {
	overflow-x: auto;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

/* GRID LAYOUT */
.our-work-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(100% / 4);
	gap: 16px;
}

/* ITEMS */
.our-work {
	flex-direction: column;
	display: flex;
	padding: 22px 30px;
}

/* ===== Custom Scrollbar (Webkit) ===== */
.our-work-slider-wrap::-webkit-scrollbar {
	height: 5px !important;
}

.our-work-slider-wrap::-webkit-scrollbar-track {
	background: transparent !important;
	border-radius: 10px !important;
}

.our-work-slider-wrap::-webkit-scrollbar-thumb {
	background: #0b206d !important;
	border-radius: 10px !important;
}

.our-work-slider-wrap::-webkit-scrollbar-thumb:hover {
	background: #082079 !important;
}

/* ===== Firefox ===== */
.our-work-slider-wrap {
	-webkit-overflow-scrolling: touch !important;
	overflow-scrolling: touch !important;
	scrollbar-width: thin !important;
	scrollbar-color: #0b206d transparent !important;
}


/* ===== Custom Scrollbar (Webkit) ===== */
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: transparent !important;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #0b206d;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #082079;
}


/*=========================================
                 Leadership Growth Wrap
===========================================*/
.leadership-growth-wrap {
	position: relative;
	padding-bottom: 200px;
	padding-top: 100px;
}

.leadership-growth-wrap .col-6,
.leadership-growth-wrap .container {
	position: static;
}

.leadership-growth-wrap:after {
	position: absolute;
	left: 30%;
	top: 0;
	content: '';
	height: 750px;
	width: 50%;
	background-color: #f4fbfc;
}

.leadership-growth-wrap .image-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 99;
	height: 750px;
    background-position: top center;
}

.leadership-growth-wrap .image-box h2 {
	display: none;
	color: #041a71;
	font-size: 50px;
	font-weight: 900;
	padding-left: 110px;
	margin-bottom: 50px;
}

.leadership-growth-wrap .image-box>span {
	position: absolute;
	right: 60px;
	top: 530px;
	z-index: 999;
	font-size: 17px;
	line-height: 1;
	color: #fff;
	text-align: right;
}

.leadership-growth-wrap .image-box>span span {
	display: block;
}

.leadership-growth-wrap .right {
	position: relative;
	left: -40px;
	z-index: 999;
	flex: 0 0 45%;
	max-width: 45%;
}

.leadership-growth-wrap .right .content {
	color: #fff;
	background-color: #041a71;
	padding: 50px;
}

.leadership-growth-wrap .right h2 {
	color: #041a71;
	font-size: 50px;
	font-weight: 900;
	padding-left: 110px;
	margin-bottom: 50px;
}

/*=========================================
                 LEADERSHIP
===========================================*/
.leadership-wrap {
	padding-top: 100px;
	padding-bottom: 108px;
	background-color: #f9fdfd;
}

.leadership-wrap h3 {
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: 900;
}
.leadership-wrap .news-slider {
	padding-top: 22px;
}

.leadership-wrap .news-slider .slick-slide>div {
	padding: 0 20px;
}

.leadership-wrap .news-slider .news {
	background-color: #f4fbfc;
    position: relative;
}

.leadership-wrap .news-slider .news .content {
	padding: 15px 15px 45px 15px;
}
.leadership-wrap .news-slider .news .content h3{
font-size: 30px;
}
.leadership-wrap .news-slider .news .content h4 {
font-size: 24px;
}

.leadership-wrap .news-slider .news .content h3,
.leadership-wrap .news-slider .news .content h4 {
	position: relative;
    text-align: left;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 22px;
}
.leadership-wrap .news-slider .news .content h3:after,
.leadership-wrap .news-slider .news .content h4:after {
	position: absolute;
	left: -16px;
	top: 0;
	content: '';
	width: 10px;
	height: 50px;
	background-color: #041a71;
}

.leadership-wrap .news-slider .news .content p {
	font-size: 15px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 35px;
}

.leadership-wrap .news-slider .news .content a {
position: absolute;
bottom: 15px;
left: 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
}

.leadership-wrap .news-slider .news:hover a {
	text-decoration: underline;
}

.leadership-wrap .news-slider .news .content .icon {
	height: 40px;
	width: 40px;
	border-radius: 100px;
	background-color: #e8f7f9;
	display: inline-block;
	margin-right: 10px;
	padding: 2px;
}

.leadership-wrap .news-slider .news .content .icon img {
	width: 100%;
	height: auto;
}

.leadership-wrap .resources-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.leadership-wrap .resources-list li {
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #c3eaf6;
	font-size: 17px;
}

.leadership-wrap .resources-list li a {
	text-decoration: none;
	display: block;
}

.leadership-wrap .resources-list li span.icon {
	display: inline-block;
	height: 40px;
	width: 40px;
	padding: 2px;
}

.leadership-wrap .resources-list li span.icon img {
	width: 100%;
}


/* GRID LAYOUT */
.news-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(100% / 3);
	gap: 16px;
}

.news-slider-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding-bottom: 20px;
}

/* ITEMS */
.news-slider {
	flex-direction: column;
	padding: 22px 30px;
}

/* ===== Custom Scrollbar (Webkit) ===== */
.news-slider-wrap::-webkit-scrollbar {
	height: 5px;
}

.news-slider-wrap::-webkit-scrollbar-track {
	background: transparent !important;
	border-radius: 10px;
}

.news-slider-wrap::-webkit-scrollbar-thumb {
	background: #0b206d !important;
	border-radius: 10px;
}

.news-slider-wrap::-webkit-scrollbar-thumb:hover {
	background: #082079 !important;
}

/* ===== Firefox ===== */
.news-slider-wrap {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #0b206d transparent;
}


/*=====================
FAQ
==========*/
/* FAQ'S SECTION
--------------------------------------------------------------------------*/
.faqs-wrapper {
	background-color: #F4FBFC;
}

.faqs-wrapper .container {
	max-width: 1300px;
	padding-top: 90px;
	padding-bottom: 90px;
}

.faqs-wrapper h2 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 900;
}

.faqs-wrapper .h2+p {
	font-size: 15px;
	padding-left: 40px;
	margin-bottom: 30px;
}

.faqs-wrapper .faqs {
	width: 100%;
}

.faq-item {
	margin-bottom: 20px;
}

.faqs {
	margin-top: 14px;
	padding-top: 40px;
	border-top: 1px solid #C2E9F6;
}

.faqs .answer {
	display: none;
	font-size: 16px;
	padding: 24px 30px 18px 22px;
}

.faqs .answer p,
.faqs .answer li {
	font-size: 16px;
}

.faqs h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	padding: 15px 50px 15px 22px;
	position: relative;
	cursor: pointer;
	border-radius: 20px;
	background-color: #E8F7F9;
}

.faqs h3.active {
	color: #fff;
	background-color: #041A71;
}

.faqs h3:after {

	color: #231F20;
	font-weight: 300;
	font-size: 20px;
	position: absolute;
}

.faqs h3:before,
.faqs h3:after {
	content: "";
	position: absolute;
	background-color: #041A71;
	transition: transform 0.25s ease-out;
}

/* Vertical line */
.faqs h3:before {
	top: 15px;
	right: 35px;
	width: 2px;
	height: 21px;
	margin-left: -2px;
}

/* horizontal line */
.faqs h3:after {
	top: 50%;
	right: 25px;
	width: 21px;
	height: 2px;
	margin-top: -2px;
}

.faqs h3.active:after,
.faqs h3.active:before {
	background-color: #fff;
}

@media(max-width: 650px) {
	.faqs-wrapper .container {
		padding-top: 50px;
	}
}

/*=========================================
                 home-gallery
===========================================*/
.home-gallery .slick-slide>div {
	padding: 0 20px;
}

/*----------PRIVACY POLICY--------*/
.page-privacy-policy .entry-header {
	padding-top: 100px;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-privacy-policy .entry-header .entry-title {
	color: #001A70;
	font-size: 54px;
    text-align: left;
	font-weight: 900;
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
}

/*=========================================
                 CONTACT
===========================================*/
.contact-wrapper {
	padding-top: 100px;
	padding-bottom: 140px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media(max-width: 700px) {
	.contact-wrapper {
		background-image: none !important;
	}
}

@media(min-width: 700px) {
	.contact-wrapper>div.section-bg {
		background-image: none !important;
	}
}

.contact-wrapper .col-6 {
	margin-top: -170px;
	padding: 100px 120px;
	background-color: #F4FBFC;
	border-radius: 80px;
}

.contact-wrapper h3 {
	font-size: 30px;
	font-weight: 900;
}

.contact-wrapper .col-6 p {
	margin-bottom: 20px;
	font-size: 15px;
}

.contact-wrapper .col-6 ul {
	margin: 0;
	padding: 0;
}

.contact-wrapper .col-6 ul li {
	margin-bottom: 0;
	font-size: 15px;
	list-style: none;
}

.contact-wrapper .form-wrapper .row {
	display: flex;
	gap: 25px;
}

.contact-wrapper .form-wrapper .row .form-row {
	width: 47%;
}

.contact-wrapper .form-wrapper .row .form-row p {
	width: 100%
}
.contact-wrapper .form-wrapper .row.full-width .form-row {
	width: 100%;
}

.contact-wrapper .form-row .form-control {
	background-color: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #C2E9F6 !important;
}

.contact-wrapper form .wpcf7-form-control[type="submit"] {
	background-color: #041a71 !important;
	color: #fff;
	border-radius: 50px;
	width: 80%;
	margin: 0 auto;
	border: 0 !important;
	font-size: 16px;
}

.contact-wrapper form .wpcf7-form-control[type="submit"]:hover {
	opacity: 0.8;
}

.contact-wrapper form .wpcf7-form-control.wpcf7-submit[type="submit"] {
	font-size: 16px;
	height: 48px;
	line-height: 1;
}

/*=========================================
                 FOOTER
===========================================*/
.footer-gallery {
	margin: 0;
	padding-top: 75px;
	padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
	text-align: center;
	color: #fff;
	background-color: #041a71;
}

.footer-gallery-wrap {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.footer-gallery-wrap>div {
	max-width: 130px;
}

.footer-gallery-wrap>div img {
	width: 100%;
	height: 100px;
	display: block;
}

.site-footer .foot-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.site-footer .foot-wrap .socials {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 8px;
}

.site-footer .foot-wrap .facebook span {
	display: block;
	height: 40px;
	width: 40px;
	background: url(https://so6.ph5s.com/wp-content/uploads/2025/12/facebook.svg);
	background-size: cover;
}

.site-footer .foot-wrap .instagram span {
	display: block;
	height: 40px;
	width: 40px;
	background: url(https://so6.ph5s.com/wp-content/uploads/2025/12/Insta.svg);
	background-size: cover;
}

.site-footer .foot-wrap .copyright {
	text-align: center;
	font-size: 10px;
	color: #041a71;
}

.gallery-wrapper {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: left;
}

.gallery-wrapper p {
	margin-bottom: 50px;
	font-weight: 700;
}

.gallery-wrapper .btn {
	font-weight: 700;
}

.gallery-wrapper .slick-arrow {
	top: 110px;
	height: 40px;
	width: 40px;
}

.gallery-wrapper .slick-arrow:before {
	font-size: 24px;

}

.gallery-wrapper .slick-next {
	left: calc(50% + 20px);
}
.gallery-wrapper .slick-prev {
	left: auto;
	right: calc(50% + 20px);
}

.gallery-wrapper .slick-prev:before {
	background-image: url('https://so6.ph5s.com/wp-content/uploads/2025/12/brand-logo-arrow-left.svg');
}

.gallery-wrapper .slick-next:before {
	background-image: url('https://so6.ph5s.com/wp-content/uploads/2025/12/brand-logo-arrow-right.svg');
}

@media(max-width: 1600px) {
	.leadership-growth-wrap {
		min-height: 800px;
	}

	.site-logo {
		width: 350px;
		max-width: 350px !important;
		margin-left: 0;
	}

	.site-header:after {
		width: 300px;
	}

	.site-logo .custom-logo {
		
	}

	.our-product-slider {
		grid-auto-columns: calc(100% / 2);
	}

	.leadership-growth-wrap {
		padding-bottom: 100px;
	}
}

@media(max-width: 1366px) {
	.btn-call {
		display: none !important;
	}

	.main-navigation>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.our-products-wrap {
		padding: 20px 15px;
		border-radius: 30px;
	}

	.page-home .main-slider {
		padding: 0 !important;
		border-radius: 0;
	}

	.page-home .main-slider .slider .slick-slide img {
		border-radius: 0;
	}

	.page-home .main-slider .slider .slider-text {
		left: 40%;
		width:calc(100% - 60%);
	}

	.home .slider-wrapper .slick-arrow {
		display: none !important;
	}

	.page-home .slider h1 {
		font-size: 5vw;
	}
	.page-home .slider h1 span{
    display: block;
    }
	.page-home .slider h2 {
		font-size: 3vw;
	}

	.page-home .main-slider .slider .slider-text p {
		display: none;
	}

	.our-goals-wrap .col-7 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.our-goals-wrap .col-5 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.our-goals-wrap .our-goals .content {
		width: 100%;
	}

	.our-goals-wrap {
		padding-bottom: 0;
	}

	.leadership-growth-wrap .right {
		position: static;
	}

	.leadership-growth-wrap::after {
		display: none;
	}

	.leadership-growth-wrap .right h2 {}

	.our-work-slider {
		grid-auto-columns: calc(100% / 3);
	}

	.contact-wrapper .form-wrapper .row .form-row {
		width: 100%
	}
 .news-slider {
		grid-auto-columns: calc(100% / 2);
    }

}

@media(max-width: 1024px) {
	.site-header .btn-primary {
		display: none !important;
	}

	.wp-custom-logo .site-header {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.site-logo {
		margin: 0 auto;
		max-width: 100%;
		width: 100% !important;
	}

	.site-logo .custom-logo {
		max-width: 310px !important;
	}

	.site-header:after {
		max-width: 100%;
		width: 100%;
	}

	.leadership-growth-wrap {
		padding-bottom: 0;
	}

	.leadership-growth-wrap .right .content,
	.our-features-wrap .container,
	.our-work-wrap .container,
	.leadership-growth-wrap .right h2,
	.leadership-growth-wrap .image-box h2,
	.leadership-wrap .col-5,
    .leadership-wrap .col-7{
		padding-left: 30px;
		padding-right: 30px;
	}

	.our-products-wrap .financing_products_content,
	.our-products-wrap .our-product-slider-wrap {
		width: 100% !important;
	}

	.leadership-growth-wrap .col-6 {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.leadership-wrap .news-slider .slick-slide>div {
		padding: 0;
	}

	.leadership-growth-wrap .image-box h2 {
		display: block;
	}

	.leadership-growth-wrap .image-box {
		position: relative;
		padding-left: 0;
		padding-right: 0;
		top: 0;
		width: 100%;
		background-position: center 150px !important;
	}

	.leadership-growth-wrap .right {
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.leadership-growth-wrap .right h2 {
		display: none;
	}

	.our-goals-wrap .col-7 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.leadership-growth-wrap .right h2,
	.leadership-growth-wrap .image-box h2 {
		margin: 0;
		padding: 30px;
		background-color: #F4FBFC;
	}

	.leadership-wrap .col-7,
    .leadership-wrap .col-5{
		max-width: 100%;
		flex: 0 0 100%;
	}

	.our-work-wrap {
		margin-bottom: 0 !important;
	}

	.leadership-wrap {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.leadership-growth-wrap {
		padding-top: 0;
	}

	.our-goals-wrap h2 {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-wrapper {
		text-align: center;
	}

	.gallery-wrapper .col-5 {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.gallery-wrapper .col-7:first-child {
		order: 2;
		max-width: 80% !important;
		flex: 0 0 80% !important;
		margin: 60px auto 100px;
	}

	.gallery-wrapper .col-7:last-child {
		order: 1;
	}

	.gallery-wrapper .slick-arrow {
		top: calc(100% + 60px)
	}

	.gallery-wrapper .slick-prev {
		left: calc(50% - 70px);
	}

	.gallery-wrapper .slick-next {
		right: calc(50% - 70px);
	}

	.our-work-slider {
		grid-auto-columns: calc(100% / 2);
	}

	.contact-wrapper .col-6 {
		padding: 30px;
	}
    .leadership-growth-wrap .image-box {
    height: 760px;
    background-position: center 174px !important;
    }
	.leadership-growth-wrap .image-box > span {
    top: 620px;
    }
   
}

@media(max-width: 700px) {
	.our-product-slider {
		grid-auto-columns: calc(100% / 1);
	}

	.wp-custom-logo .site-header:after {
		background-color: #E0F4F7;
	}

	.hamburger {
		left: 5px;
	}

	.hamburger-close {
		left: 19px;
	}

	.site-logo {
		width: 100% !important;
		max-width: 100% !important;
	}
	.site-header.header-scrolled .site-logo {
		width: 100% !important;
		max-width: 100% !important;
    }
	.site-logo .custom-logo {
		max-width: 200px !important;
	}

	.page-home .main-slider .slider .slider-text {
		top: auto;
		bottom: 100px;
        width: 100%;
		left: 40px;
	}
    .page-home .main-slider .slider .slider-text h1 span{
		display: block;
	}
    
    
	.home .slider h1 {
		font-size: 9vw;
	}

	.home .slider h2 {
		font-size: 6vw;
	}

	.our-products-wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.our-products-wrap .slick-track .slick-slide {
		margin: 0;
	}

	.footer-features .footer-features-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.our-product-slider-wrap {
		margin-left: 0 !important;
	}

	.our-products-wrap .slick-track .slick-slide {
		margin: 0;
	}

	.our-features-wrap .container {
		padding-top: 0;
	}

	.our-features-wrap .slick-slide>div {
		margin-left: 0;
	}

	.our-goals-wrap .our-goals {
		flex-direction: column;
	}

	.our-work-slider .our-work {
		padding-left: 0;
		padding-right: 0;
	}

    .news-slider {
    padding-left: 0;
    padding-right: 0;
      grid-auto-columns: calc(100% / 1);
    }
    .contact-wrapper .form-wrapper .row {
    gap: 0;
    }
	.contact-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		background-size: 100%;
		background-position: center bottom;
	}

	.contact-wrapper>div.section-bg {
		padding-bottom: 197px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	.contact-wrapper .col-6 {
		margin-top: 0;
		padding: 30px;
		border-radius: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contact-wrapper .form-wrapper .row .form-row {
		width: 100%;
	}

	.contact-wrapper .form-wrapper .row .form-row p {
		margin: 0;
	}

	.our-work-slider {
		grid-auto-columns: calc(100% / 1);
	}

	.our-work-slider .our-work h3::after {
		display: none;
	}

	.contact-wrapper .form-wrapper .row {
		margin-left: 0;
		margin-right: 0;
	}

	.contact-wrapper form .wpcf7-form-control {
		width: 100%;
	}

	.leadership-growth-wrap .right h2 {
		display: none;
	}
.leadership-growth-wrap {
background-color: #F4FBFC;
}
	.leadership-growth-wrap .image-box h2 {
		display: block;
	}

	.leadership-wrap .resources-list li {
		padding-left: 0;
		paadding-rright: 0;
	}

	.leadership-growth-wrap .image-box h2 {
    font-size: 8vw;
    }

	.leadership-growth-wrap .image-box span {
		right: auto;
		left: 50px;
		text-align: left;
	}


}

@media(max-width: 480px) {

  	.leadership-growth-wrap .image-box > span {
	    top: 520px;
    	left: 30px;
  	}
 	.leadership-growth-wrap .image-box {
    	height: 600px;
  	}
	.leadership-growth-wrap .image-box h2 {
		font-size: 11vw;
        padding-right: 10px;
	}
}


.site-footer {
	width: 100%;
	max-width: 100%;
	.footer-gallery margin: 0 !important;
	padding: 0 !important;
}

.site-footer .container {
	max-width: 1188px;
	padding-left: 60px;
}

.site-footer .site-logo {
	width: 42px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.site-footer h4 {
	font-size: 15px;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;

	font-style: normal;
	font-weight: 600;
	margin-bottom: 12px;
}

.site-footer .social-links {
	display: flex;
	margin-top: 25px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -13px;
}

.footer-navigation {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

.footer-navigation li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;

	font-style: normal;
}

.footer-navigation li a {
	text-decoration: none;
}

.footer-navigation li a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 3px;
}

@media(min-width: 766px) {
	display: block !important;
}
}

@media(max-width: 765px) {
	.site-footer .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.site-footer .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.site-footer .col-3 {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 25px;
		border-bottom: 1px solid #C9CDBE;
	}

	.site-footer .col-3 h4 {
		padding-right: 20px;
		margin-bottom: 15px;
		position: relative;
		cursor: pointer;
	}

	.site-footer .col-3 h4:after {
		content: '\E80F';
		font-family: 'Fontello';
		font-size: 15px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.site-footer .col-3 ul {
		display: none;
		margin-bottom: 15px;
	}

	.footer-navigation li {
		margin-bottom: 10px;
	}

	.site-footer .col-3:last-child {
		border-bottom: 0;
	}
}

.site-footer .payment-types .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.payment-types {
	margin: 0 !important;
	border-top: 1px solid #C9CDBE;
}

.payment-types img {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
}

.footer-note {
	margin: 0 !important;
	background: #231F20;
	text-align: center;
}

.footer-note p {
	color: #949A7D;
	margin: 0;
}

.site-footer .footer-note .container {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 900px;
}

/* PLUGINS
---------------------------------------------------------------------------*/
/*!
 * Hamburgers
 */
.hamburger {
	padding: 0 5px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	z-index: 999999;
	position: absolute;
	left: 21px;
	height: 40px;
	gap: 10px;
	flex-direction: column;
	width: 40px;
	background-color: transparent !important;
	justify-content: center;
}

/*.hamburger:hover {
  opacity: 0.7; 
}
.hamburger.is-active:hover {
  opacity: 0.7; 
}*/
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #231F20;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 48px;
	height: 2px;
	background-color: #231F20;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -14px;
}

.hamburger-inner::after {
	bottom: -14px;
}

@media(max-width: 700px) {
	.hamburger-box {
		width: 38px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 38px;
	}
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Emphatic
   */
.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
	top: 13px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* SLICK SLIDER
-------------------------*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	width: 100%;
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url('css/images/loading.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent !important;
	z-index: 99;
}

.slick-arrow {
	width: 51px;
	height: 51px;
	color: #2E2925;
	display: flex;
	align-items: center;
	justify-content: center;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.video-prev-btn:before,
.video-next-btn:before,
.slick-pre:before,
.slick-nxt:before,
.slick-prev:before,
.slick-next:before {
	color: #2E2925;

	font-size: 38px;
	line-height: 1;
	opacity: 1;
	transition: transform .4s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-pre:hover:before,
.slick-nxt:hover:before,
.video-prev-btn:before,
.video-next-btn:before,
.slick-prev:hover:before,
.slick-next:hover:before {
	transform: rotate(360deg);
}

.slick-prev {
	left: 0;
}

.slick-next:before,
.slick-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 40px;
	width: 40px;
}

.main-slider .slick-next:before,
.main-slider .slick-prev:before {
	height: 70px;
	width: 70px;
}

.main-slider .slick-prev:before {
	transform: rotate(180deg)
}

.main-slider .slick-prev:hover:before {
	transform: rotate(-180deg)
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-prev:before {
	background-image: url('https://so6.ph5s.com/wp-content/uploads/2025/12/Banner_Arrow.svg');
	background-repeat: no-repeat;
}

[dir='rtl'] .slick-prev:before {
	background-image: url('https://so6.ph5s.com/wp-content/uploads/2025/12/Banner_Arrow.svg');
	background-repeat: no-repeat;
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-next:before {
	background-image: url('https://so6.ph5s.com/wp-content/uploads/2025/12/Banner_Arrow.svg');
	background-repeat: no-repeat;
}

[dir='rtl'] .slick-next:before {}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	padding: 0 !important;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #F4F5F2 !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	outline: none;
	background-color: #2D2A26 !important;
}

/*======================================
  Selectric v1.13.0
========================================*/
.selectric-wrapper {
	width: 100%;
	position: relative;
	cursor: pointer;
	background-color: transparent;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	height: 85px;
	display: -webkit-flex;
	-webkit-align-items: center;
	background-color: #fff;
	border: 2px solid #fff !important;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}

.selectric .label {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 14px;
	font-size: 15px;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;

	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	color: #231F20;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	border: 0px !important;
	background: #fff !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px !important;
	min-width: 38px !important;
	height: 100% !important;
	color: #231F20 !important;
	text-align: center;
}

.selectric .button:after {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	content: '\E811';
	font-size: 10px;
	font-family: 'Fontello';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.selectric-focus .selectric {
	border-color: #2C2A25;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric-items {
	width: 238px !important;
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	font: 0/0 !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: -1;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.selectric-items li {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;

	font-style: normal;
	font-weight: 400;
	color: #2D2A26;
	cursor: pointer;
}

.selectric-items li:hover {
	color: #949A7D;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.align-items-center {
	align-items: center;
}

/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}