/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

html {
	font-size: 16px;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: 100%;
	overflow: hidden;
	overflow-y: auto;
}

html ul,
body ul {
	margin-left: 0;
	padding-left: 0;
}

html ul li,
body ul li {
	list-style-type: none;
}

html a,
body a {
	text-decoration: none;
	outline: none;
}

html img,
html button,
html input,
html textarea,
html select,
body img,
body button,
body input,
body textarea,
body select {
	outline: none;
}

html img:focus,
html img:active,
html img:hover,
html button:focus,
html button:active,
html button:hover,
html input:focus,
html input:active,
html input:hover,
html textarea:focus,
html textarea:active,
html textarea:hover,
html select:focus,
html select:active,
html select:hover,
body img:focus,
body img:active,
body img:hover,
body button:focus,
body button:active,
body button:hover,
body input:focus,
body input:active,
body input:hover,
body textarea:focus,
body textarea:active,
body textarea:hover,
body select:focus,
body select:active,
body select:hover {
	outline: none;
}

body {
	scrollbar-width: thin;
	scrollbar-color: #9abf1a #dae2bf;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background: #dae2bf;
}

body::-webkit-scrollbar-thumb {
	background-color: #9abf1a;
	border-radius: 4px;
	border: 2px solid #dae2bf;
}

.icon-font {
	font-family: "Font Awesome 5 Free";
}

.font-light {
	font-weight: 300;
}

.font-regular,
p,
.paragraph,
.form-group label,
.custom-control .custom-control-label {
	font-weight: 400;
}

.font-medium,
p b,
.paragraph b,
.btn,
.upload-btn,
.tab-area.tabs-with-line .nav-tabs .nav-item,
.tab-area.tabs-with-border .nav-tabs .nav-item,
.tab-area.tabs-boxed .nav-tabs .nav-item,
.accordion .accordion-container .accordion-header [data-toggle="collapse"] {
	font-weight: 500;
}

.font-semibold,
.page-title,
.contact-info .contact-info-title,
#footer-main .footer-title {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bg-primary {
	background-color: #73910d !important;
}

.bg-secondary {
	background-color: #000000 !important;
}

.bg-light {
	background-color: #F3F4F9;
}

.bg-primary-light {
	background-color: #dae2bf;
}

.bg-secondary-light {
	background-color: #f2f1ef;
}

.text-primary,
.pagination .page-item:hover .page-link,
.pagination .page-item:focus .page-link,
.categories .categories-item:hover,
.contact-info .contact-info-title {
	color: #9abf1a !important;
}

.text-secondary {
	color: #141414 !important;
}

.text-color {
	color: #3E3E3E !important;
}

.text-grey {
	color: #7b7b7b !important;
}

.box-shadow {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}

body.header-fixed-space {
	padding-top: 94px;
}

body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {

	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
	color: #555;
}

a {
	color: #72c02c;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #72c02c;
	text-decoration: underline;
}

.table-responsive .table {
	min-width: 600px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb .breadcrumb-item {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	color: #3E3E3E;
	margin-right: .5rem;
	font-weight: 600;
}

.breadcrumb .breadcrumb-item a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.breadcrumb .breadcrumb-item.active {
	color: #727272;
}

.breadcrumb .breadcrumb-item:last-child {
	margin-right: 0;
}

/*  Typography styles */
html {
	font-size: 16px;
}

p,
li,
b,
table,
a,
.paragraph {
	font-family: "Space Grotesk", sans-serif;
}

button,
input[type="submit"],
input[type="reset"],
.btn {
	font-family: "Space Grotesk", sans-serif;
}

label {
	font-size: 15px;
}

small {
	font-size: 80%;
}

p,
.paragraph {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	color: #3E3E3E;
}

p.small,
.paragraph.small {
	font-size: 13px;
}

p.lead,
.paragraph.lead {
	font-size: 18px;
	line-height: 28px;
}

p.lead.small,
.paragraph.lead.small {
	font-size: 16px;
	line-height: 26px;
}

p.x-lead,
.paragraph.x-lead {
	font-size: 20px;
	line-height: 39px;
}

@media (max-width: 640px) {

	p,
	.paragraph {
		font-size: 13px;
	}

	p.lead,
	.paragraph.lead {
		font-size: 15px;
	}
}

a {
	text-decoration: none;
	outline: none;
	color: #3E3E3E;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #9abf1a;
}

h1,
.heading-1 {
	color: #141414;
	font-weight: 300;
	font-size: 45px;
	line-height: 55px;
}

h2,
.heading-2,
.section-title {
	color: #141414;
	font-weight: 300;
	font-size: 35px;
	line-height: 45px;
}

h3,
.heading-3 {
	color: #141414;
	font-weight: 300;
	font-size: 28px;
	line-height: 38px;
}

h4,
.heading-4 {
	color: #141414;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
}

h5,
.heading-5 {
	color: #141414;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

h6,
.heading-6 {
	color: #141414;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
}

.ul-list,
.ol-list {
	padding-left: 20px;
}

.ul-list li,
.ol-list li {
	list-style-position: outside;
	margin-bottom: 15px;
	font-size: 14px;
	color: #3E3E3E;
}

.ul-list li:last-child,
.ol-list li:last-child {
	margin-bottom: 0;
}

.ul-list li {
	list-style-type: disc;
}

.ol-list {
	padding-left: 15px;
}

.ol-list li {
	list-style-type: decimal;
	padding-left: 6px;
}

u {
	border-bottom: 2px solid #9abf1a;
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

code {
	color: #9abf1a;
}

mark {
	display: inline-block;
	padding: 5px 8px;
	background-color: #9abf1a;
	color: #fff;
}

/*  Button styles */
.btn {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	font-size: 15px;
	padding: 10px 20px;
	line-height: 22px;
	max-width: 100%;
	text-align: center;
	border: 1px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.btn:disabled,
.btn.disabled,
.btn[disabled] {
	cursor: no-drop;
}

.btn.btn-primary {
	border-color: #9abf1a;
	background-color: #9abf1a;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-within,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(:disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	border-color: #73910d;
	background-color: #73910d;
	color: #fff;
}

.btn.btn-primary:disabled,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
	border-color: #dae2bf;
	background-color: #dae2bf;
	color: #73910d;
}

.btn.btn-secondary {
	border-color: #141414;
	background-color: #141414;
	color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:focus-within,
.btn.btn-secondary:active,
.btn.btn-secondary:not(:disabled):not(:disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
	border-color: #000000;
	background-color: #000000;
	color: #fff;
}

.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled,
.btn.btn-secondary[disabled] {
	border-color: #f2f1ef;
	background-color: #f2f1ef;
	color: #141414;
}

.btn.btn-success {
	border-color: #16a5db;
	background-color: #16a5db;
	color: #fff;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:focus-within,
.btn.btn-success:active,
.btn.btn-success:not(:disabled):not(:disabled).active,
.btn.btn-success:not(:disabled):not(.disabled):active {
	border-color: #1c87c1;
	background-color: #1c87c1;
	color: #fff;
}

.btn.btn-success:disabled,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
	border-color: #C5EFFF;
	background-color: #C5EFFF;
	color: #1c87c1;
}

.btn.btn-info {
	border-color: #02B1CD;
	background-color: #02B1CD;
	color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:focus-within,
.btn.btn-info:active,
.btn.btn-info:not(:disabled):not(:disabled).active,
.btn.btn-info:not(:disabled):not(.disabled):active {
	border-color: #00A5C1;
	background-color: #00A5C1;
	color: #fff;
}

.btn.btn-info:disabled,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
	border-color: #AAE5EE;
	background-color: #AAE5EE;
	color: #00A5C1;
}

.btn.btn-warning {
	border-color: #FFB452;
	background-color: #FFB452;
	color: #000;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:focus-within,
.btn.btn-warning:active,
.btn.btn-warning:not(:disabled):not(:disabled).active,
.btn.btn-warning:not(:disabled):not(.disabled):active {
	border-color: #F9A537;
	background-color: #F9A537;
	color: #000;
}

.btn.btn-warning:disabled,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
	border-color: #FFD9A8;
	background-color: #FFD9A8;
	color: #F9A537;
}

.btn.btn-danger {
	border-color: #EF5853;
	background-color: #EF5853;
	color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:focus-within,
.btn.btn-danger:active,
.btn.btn-danger:not(:disabled):not(:disabled).active,
.btn.btn-danger:not(:disabled):not(.disabled):active {
	border-color: #DB453F;
	background-color: #DB453F;
	color: #fff;
}

.btn.btn-danger:disabled,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
	border-color: #F3C1BF;
	background-color: #F3C1BF;
	color: #DB453F;
}

.btn.btn-light {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #5D6874;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:focus-within,
.btn.btn-light:active,
.btn.btn-light:not(:disabled):not(:disabled).active,
.btn.btn-light:not(:disabled):not(.disabled):active {
	border-color: #5D6874;
	background-color: #5D6874;
	color: #fff;
}

.btn.btn-light:disabled,
.btn.btn-light.disabled,
.btn.btn-light[disabled] {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
	color: #748290;
}

.btn.btn-dark {
	border-color: #5D6874;
	background-color: #5D6874;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:focus-within,
.btn.btn-dark:active,
.btn.btn-dark:not(:disabled):not(.disabled).active,
.btn.btn-dark:not(:disabled):not(.disabled):active {
	background-color: #3D4D67;
	border-color: #3D4D67;
	color: #fff;
}

.btn.btn-dark:disabled,
.btn.btn-dark.disabled,
.btn.btn-dark[disabled] {
	border-color: #b6c2d4;
	background-color: #b6c2d4;
	color: #3D4D67;
}

.btn.btn-outline-primary {
	border-color: #73910d;
	background-color: transparent;
	color: #73910d;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:focus-within,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:not(:disabled):not(:disabled).active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
	border-color: #9abf1a;
	background-color: #9abf1a;
	color: #fff;
}

.btn.btn-outline-primary:disabled,
.btn.btn-outline-primary.disabled,
.btn.btn-outline-primary[disabled] {
	border-color: #dae2bf;
	background-color: #dae2bf;
	color: #73910d;
}

.btn.btn-outline-secondary {
	border-color: #141414;
	background-color: transparent;
	color: #141414;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:focus-within,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:not(:disabled):not(:disabled).active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
	border-color: #141414;
	background-color: #141414;
	color: #fff;
}

.btn.btn-outline-secondary:disabled,
.btn.btn-outline-secondary.disabled,
.btn.btn-outline-secondary[disabled] {
	border-color: #f2f1ef;
	background-color: #f2f1ef;
	color: #141414;
}

.btn.btn-outline-success {
	border-color: #16a5db;
	background-color: transparent;
	color: #16a5db;
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:focus-within,
.btn.btn-outline-success:active,
.btn.btn-outline-success:not(:disabled):not(:disabled).active,
.btn.btn-outline-success:not(:disabled):not(.disabled):active {
	border-color: #16a5db;
	background-color: #16a5db;
	color: #fff;
}

.btn.btn-outline-success:disabled,
.btn.btn-outline-success.disabled,
.btn.btn-outline-success[disabled] {
	border-color: #C5EFFF;
	background-color: #C5EFFF;
	color: #1c87c1;
}

.btn.btn-outline-info {
	border-color: #02B1CD;
	background-color: transparent;
	color: #02B1CD;
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:focus-within,
.btn.btn-outline-info:active,
.btn.btn-outline-info:not(:disabled):not(:disabled).active,
.btn.btn-outline-info:not(:disabled):not(.disabled):active {
	border-color: #02B1CD;
	background-color: #02B1CD;
	color: #fff;
}

.btn.btn-outline-info:disabled,
.btn.btn-outline-info.disabled,
.btn.btn-outline-info[disabled] {
	border-color: #AAE5EE;
	background-color: #AAE5EE;
	color: #00A5C1;
}

.btn.btn-outline-warning {
	border-color: #FFB452;
	background-color: transparent;
	color: #FFB452;
}

.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:focus-within,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning:not(:disabled):not(:disabled).active,
.btn.btn-outline-warning:not(:disabled):not(.disabled):active {
	border-color: #FFB452;
	background-color: #FFB452;
	color: #000;
}

.btn.btn-outline-warning:disabled,
.btn.btn-outline-warning.disabled,
.btn.btn-outline-warning[disabled] {
	border-color: #FFD9A8;
	background-color: #FFD9A8;
	color: #F9A537;
}

.btn.btn-outline-danger {
	border-color: #EF5853;
	background-color: transparent;
	color: #EF5853;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:focus-within,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger:not(:disabled):not(:disabled).active,
.btn.btn-outline-danger:not(:disabled):not(.disabled):active {
	border-color: #EF5853;
	background-color: #EF5853;
	color: #fff;
}

.btn.btn-outline-danger:disabled,
.btn.btn-outline-danger.disabled,
.btn.btn-outline-danger[disabled] {
	border-color: #F3C1BF;
	background-color: #F3C1BF;
	color: #DB453F;
}

.btn.btn-outline-light {
	border-color: #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:focus-within,
.btn.btn-outline-light:active,
.btn.btn-outline-light:not(:disabled):not(:disabled).active,
.btn.btn-outline-light:not(:disabled):not(.disabled):active {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #5D6874;
}

.btn.btn-outline-light:disabled,
.btn.btn-outline-light.disabled,
.btn.btn-outline-light[disabled] {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
	color: #748290;
}

.btn.btn-outline-dark {
	border-color: #3D4D67;
	background-color: transparent;
	color: #3D4D67;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:focus-within,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn.btn-outline-dark:not(:disabled):not(.disabled):active {
	background-color: #3D4D67;
	border-color: #3D4D67;
	color: #fff;
}

.btn.btn-outline-dark:disabled,
.btn.btn-outline-dark.disabled,
.btn.btn-outline-dark[disabled] {
	border-color: #b6c2d4;
	background-color: #b6c2d4;
	color: #3D4D67;
}

.btn:not(.icon-only) i {
	position: relative;
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: 20px;
	height: 11px;
	line-height: 10px;
}

.btn.button-link,
.btn.btn-link {
	position: relative;
	border: 0;
	background-color: transparent;
	color: #141414;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 26px;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: underline;
}

.btn.button-link:hover,
.btn.button-link:focus,
.btn.button-link:focus-within,
.btn.button-link:active,
.btn.button-link:not(:disabled):not(.disabled).active,
.btn.button-link:not(:disabled):not(.disabled):active,
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:focus-within,
.btn.btn-link:active,
.btn.btn-link:not(:disabled):not(.disabled).active,
.btn.btn-link:not(:disabled):not(.disabled):active {
	color: #000000;
}

.btn.button-link:disabled,
.btn.button-link.disabled,
.btn.button-link[disabled],
.btn.btn-link:disabled,
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
	color: #f2f1ef;
}

.btn.button-lg,
.btn.btn-lg {
	padding: 15px 35px;
}

.btn.button-lg:not(.icon-only) i,
.btn.button-lg:not(.icon-only) svg,
.btn.btn-lg:not(.icon-only) i,
.btn.btn-lg:not(.icon-only) svg {
	font-size: 18px;
}

.btn.button-sm,
.btn.btn-sm {
	font-size: 14px;
	padding: 5px 15px;
}

.btn.button-sm:not(.icon-only) i,
.btn.button-sm:not(.icon-only) svg,
.btn.btn-sm:not(.icon-only) i,
.btn.btn-sm:not(.icon-only) svg {
	font-size: 14px;
}

.btn.button-block {
	display: block;
	width: 100%;
}

.btn.icon-only {
	line-height: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.btn.btn-min-width {
	min-width: 120px;
}

.btn:hover,
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}

.btn.btn-rounded {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	padding: 0;
	line-height: 45px;
}

@media (max-width: 560px) {
	.btn {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

.btn-group {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.btn-group>.btn {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-group>.btn:first-child {
	border-bottom-left-radius: 100px;
	border-top-left-radius: 100px;
}

.btn-group>.btn:last-child {
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
}

.link {
	color: #9abf1a;
}

.link:hover,
.link:focus {
	color: #73910d;
	text-decoration: none;
}

.link.btn-link-dark {
	background-color: #444444;
	color: #fff;
}

.link.btn-link-dark:hover,
.link.btn-link-dark:focus {
	background-color: #eee;
	color: #2f2f2f;
}

/*  Badge styles */
.badge {
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 22px;
	border: 0;
	background-color: transparent;
	color: #727272;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.badge.badge-primary {
	background-color: #9abf1a;
	color: #fff;
}

.badge.badge-secondary {
	background-color: #141414;
	color: #fff;
}

.badge.badge-success {
	background-color: #16a5db;
	color: #fff;
}

.badge.badge-info {
	background-color: #02B1CD;
	color: #fff;
}

.badge.badge-warning {
	background-color: #FFB452;
	color: #000;
}

.badge.badge-danger {
	background-color: #EF5853;
	color: #fff;
}

.badge.badge-light {
	background-color: #FFFFFF;
	color: #5D6874;
}

.badge.badge-dark {
	background-color: #3D4D67;
	color: #fff;
}

.badge.badge-sm {
	font-size: 11px;
}

.badge.badge-lg {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

/*  Form styles */
.form-group label {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
}

.custom-control-label a {
	text-decoration: underline;
}

.custom-control-label a:hover,
.custom-control-label a:focus,
.custom-control-label a:focus-within,
.custom-control-label a:active {
	color: #9abf1a;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: #acd51d;
	background-color: #acd51d;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #9abf1a;
	background-color: #9abf1a;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	border: 1px solid #efefef;
	background-color: #fff;
	min-height: 44px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	color: #3E3E3E;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 15px;
	font-weight: 400;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666 !important;
	font-size: 15px;
	font-weight: 500;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666 !important;
	font-size: 15px;
	font-weight: 500;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666 !important;
	font-size: 15px;
	font-weight: 500;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666 !important;
	font-size: 15px;
	font-weight: 500;
}

.form-control:hover,
.form-control:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
textarea:hover,
textarea:focus {
	box-shadow: 0 0 0 0.2rem rgba(154, 191, 26, 0.5);
}

select.form-control {
	position: relative;
	display: block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0 16px;
	padding-right: 35px;
	appearance: none;
	-webkit-appearance: none;
	background: #F3F4F9 url(../img/icons/select-drop-dark.png) right 15px center no-repeat;
	cursor: pointer;
	width: 100%;
}

textarea.form-control {
	padding-top: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.custom-control .custom-control-label {
	cursor: pointer;
	font-size: 16px;
	line-height: 25px;
	color: #3E3E3E;
}

.custom-control--lg .custom-control-label::after,
.custom-control--lg .custom-control-label::before {
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
}

.upload-btn {
	position: relative;
	display: inline-block;
	max-width: 200px;
	min-height: 40px;
	border-color: #5D6874;
	background-color: #5D6874;
	color: #fff;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 20px;
	max-width: 100%;
	text-align: center;
	cursor: pointer;
}

.upload-btn input[type="file"] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.upload-btn:hover,
.upload-btn:focus {
	background-color: #3D4D67;
	border-color: #3D4D67;
	color: #fff;
}

.upload-btn:disabled,
.upload-btn.disabled,
.upload-btn[disabled] {
	border-color: #b6c2d4;
	background-color: #b6c2d4;
	color: #3D4D67;
}

.input-group {
	flex-wrap: nowrap;
}

.input-group .form-control {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.input-group .btn {
	-webkit-border-radius: 0 5px 5px 0px;
	border-radius: 0 5px 5px 0px;
}

/*  Custom Modal styles  */
.modal-content {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-content .modal-header {
	position: relative;
	background-color: #fff;
	text-align: center;
	border-bottom: 0;
}

.modal-content .modal-header .modal-title {
	font-size: 20px;
	color: #fff;
	display: inline-block;
}

.modal-content .modal-header .close {
	position: absolute;
	display: inline-block;
	font-size: 0;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	opacity: 1 !important;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-size: 19px 19px;
	background-image: url("../img/close-btn.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
}

.modal-content .modal-header .close:hover,
.modal-content .modal-header .close:focus {
	background-image: url("../img/close-btn-active.png");
}

.modal-content .modal-body {
	padding: 25px;
}

.modal-content .modal-body img {
	width: 100%;
}

.modal-content .modal-body .form-control-lg {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 70px;
}

.modal-content .modal-body .btn-with-icon-image img {
	max-width: 22px;
	display: inline-block;
	margin-right: 15px;
}

.modal-content .modal-body .accept-btn {
	display: inline-block;
}

.modal-content .modal-footer {
	padding: 0 25px 25px 25px;
	border: 0;
	flex-wrap: nowrap;
}

.modal-content .modal-footer button,
.modal-content .modal-footer a {
	margin: 0;
}

@media (max-width: 1200px) {
	#quickView .modal-dialog {
		max-width: 100%;
	}
}

.zoom-img-wrapper {
	display: block;
	position: relative;
	width: 100%;
	zoom: 100%;
}


/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
	display: none;
}


.ps-logo  {
	display: block;
	max-width:230px;
  }
  
.ps-logo img{
	display: block;
	width: auto;
	max-height: 50px;
	object-fit: contain;
	max-width: 100%;
  }
  

@media (min-width: 576px) {

	.container,
	.container-sm,
	.swiper-slide-label {
		max-width: 750px;
		min-width: 1px;
		width: 100%;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm,
	.swiper-slide-label {
		max-width: 900px;
		min-width: 1px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.swiper-slide-label {
		max-width: 1765px;
		min-width: 1px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.swiper-slide-label {
		max-width: 1765px;
		min-width: 1px;
	}
}