body {
	font-family: "courier-prime",sans-serif;;
	font-weight: 400;
	line-height: 1.65;
	color: #2d2f38;
}

a {
	color: #cd5b2c;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #86b78b;
	text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	line-height: 1.3;
}

.text-xs {
	font-size: 12px !important;
}

.text-sm {
	font-size: 14px !important;
}

.text-md {
	font-size: 16px !important;
}

.text-lg {
	font-size: 18px !important;
}

.text-xl {
	font-size: 21px !important;
}

/* Color Systems */
.bg-black {
	background-color: #000 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-primary {
	background-color: #cd5b2c !important;
}

a.bg-primary:hover, a.bg-primary:focus {
	background-color: #167bfc !important;
}

.bg-accent {
	background-color: #F52E91 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
	background-color: #f41684 !important;
}

.bg-secondary {
	background-color: #6D728B !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
	background-color: #62667d !important;
}

.bg-success {
	background-color: #06CC89 !important;
}

a.bg-success:hover, a.bg-success:focus {
	background-color: #05b378 !important;
}

.bg-info {
	background-color: #0EA1E6 !important;
}

a.bg-info:hover, a.bg-info:focus {
	background-color: #0d90ce !important;
}

.bg-warning {
	background-color: #F68718 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
	background-color: #eb7a09 !important;
}

.bg-danger {
	background-color: #FF4457 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
	background-color: #ff2b40 !important;
}

.bg-grey {
	background-color: #AFB7C1 !important;
}

a.bg-grey:hover, a.bg-grey:focus {
	background-color: #a1aab6 !important;
}

.bg-dark {
	background-color: #33374B !important;
}

a.bg-dark:hover, a.bg-dark:focus {
	background-color: #292c3c !important;
}

.bg-light {
	background-color: #F2F4FE !important;
}

a.bg-light:hover, a.bg-light:focus {
	background-color: #dae0fc !important;
}

.fg-black {
	color: #000 !important;
}

.fg-white {
	color: #fff !important;
}

.fg-primary {
	color: #cd5b2c !important;
}

a.fg-primary:hover, a.fg-primary:focus {
	color: #167bfc !important;
}

.fg-accent {
	color: #F52E91 !important;
}

a.fg-accent:hover, a.fg-accent:focus {
	color: #f41684 !important;
}

.fg-secondary {
	color: #6D728B !important;
}

a.fg-secondary:hover, a.fg-secondary:focus {
	color: #62667d !important;
}

.fg-success {
	color: #06CC89 !important;
}

a.fg-success:hover, a.fg-success:focus {
	color: #05b378 !important;
}

.fg-info {
	color: #0EA1E6 !important;
}

a.fg-info:hover, a.fg-info:focus {
	color: #0d90ce !important;
}

.fg-warning {
	color: #F68718 !important;
}

a.fg-warning:hover, a.fg-warning:focus {
	color: #eb7a09 !important;
}

.fg-danger {
	color: #FF4457 !important;
}

a.fg-danger:hover, a.fg-danger:focus {
	color: #ff2b40 !important;
}

.fg-grey {
	color: #AFB7C1 !important;
}

a.fg-grey:hover, a.fg-grey:focus {
	color: #a1aab6 !important;
}

.fg-dark {
	color: #33374B !important;
}

a.fg-dark:hover, a.fg-dark:focus {
	color: #292c3c !important;
}

.fg-light {
	color: #F2F4FE !important;
}

a.fg-light:hover, a.fg-light:focus {
	color: #dae0fc !important;
}

.border-primary {
	border-color: #cd5b2c !important;
}

.border-accent {
	border-color: #F52E91 !important;
}

.border-secondary {
	border-color: #6D728B !important;
}

.border-success {
	border-color: #06CC89 !important;
}

.border-info {
	border-color: #0EA1E6 !important;
}

.border-warning {
	border-color: #F68718 !important;
}

.border-danger {
	border-color: #FF4457 !important;
}

.border-grey {
	border-color: #AFB7C1 !important;
}

.border-dark {
	border-color: #33374B !important;
}

.border-light {
	border-color: #F2F4FE !important;
}

/* Social Media Colors */
.bg-facebook {
	background-color: #3B5999 !important;
}

.btn.bg-facebook:hover, .btn.bg-facebook:focus {
	background-color: #344e87 !important;
}

.bg-twitter {
	background-color: #1DA1F2 !important;
}

.btn.bg-twitter:hover, .btn.bg-twitter:focus {
	background-color: #0d95e8 !important;
}

.bg-google-plus {
	background-color: #DB4437 !important;
}

.btn.bg-google-plus:hover, .btn.bg-google-plus:focus {
	background-color: #d33426 !important;
}

.bg-youtube {
	background-color: #CD201F !important;
}

.btn.bg-youtube:hover, .btn.bg-youtube:focus {
	background-color: #b71d1c !important;
}

.bg-dribbble {
	background-color: #EA4C89 !important;
}

.btn.bg-dribbble:hover, .btn.bg-dribbble:focus {
	background-color: #e7357a !important;
}

.bg-pinterest {
	background-color: #BD081C !important;
}

.btn.bg-pinterest:hover, .btn.bg-pinterest:focus {
	background-color: #a50718 !important;
}

.bg-slack {
	background-color: #3AAF85 !important;
}

.btn.bg-slack:hover, .btn.bg-slack:focus {
	background-color: #349c76 !important;
}

.bg-linkedin {
	background-color: #0077B5 !important;
}

.btn.bg-linkedin:hover, .btn.bg-linkedin:focus {
	background-color: #00669c !important;
}

.btn {
	padding: 10px 28px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:focus, .btn.focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: #cd5b2c;
	border-color: #cd5b2c;
}

.btn-primary:hover {
	color: #fff;
	background-color: #167bfc;
	border-color: #0974fb;
	-webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
					box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #4897fc;
	border-color: #3c90fc;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #cd5b2c;
	border-color: #cd5b2c;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0974fb;
	border-color: #046df4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-accent {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-accent:hover {
	color: #fff;
	background-color: #f41684;
	border-color: #f10c7e;
	-webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
					box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-accent:focus, .btn-accent.focus {
	color: #fff;
	background-color: #f6469e;
	border-color: #f63a97;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-accent:disabled, .btn-accent.disabled {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
	color: #fff;
	background-color: #f10c7e;
	border-color: #e50b77;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-secondary {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #62667d;
	border-color: #5c6076;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #fff;
	background-color: #7a7f97;
	border-color: #737891;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #5c6076;
	border-color: #575b6e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-success {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-success:hover {
	color: #fff;
	background-color: #05b378;
	border-color: #05a770;
	-webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
					box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-success:focus, .btn-success.focus {
	color: #33374B;
	background-color: #07e59a;
	border-color: #06d891;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #05a770;
	border-color: #059a68;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-info {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-info:hover {
	color: #fff;
	background-color: #0d90ce;
	border-color: #0c88c2;
	-webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
					box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #1cadf1;
	border-color: #10a9f0;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-info:disabled, .btn-info.disabled {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #0c88c2;
	border-color: #0b7fb6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-warning {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-warning:hover {
	color: #fff;
	background-color: #eb7a09;
	border-color: #df7409;
	-webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
					box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-warning:focus, .btn-warning.focus {
	color: #33374B;
	background-color: #f79431;
	border-color: #f68d24;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-warning:disabled, .btn-warning.disabled {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #df7409;
	border-color: #d36e08;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #ff2b40;
	border-color: #ff1e35;
	-webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
					box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #ff5e6e;
	border-color: #ff5162;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1e35;
	border-color: #ff1129;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #242634;
	border-color: #1e212d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-light {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-light:hover {
	color: #33374B;
	background-color: #dae0fc;
	border-color: #ced6fb;
	-webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
					box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-light:focus, .btn-light.focus {
	color: #33374B;
	background-color: white;
	border-color: #fefeff;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-light:disabled, .btn-light.disabled {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #33374B;
	background-color: #ced6fb;
	border-color: #c3ccfa;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-primary {
	color: #cd5b2c;
	background-color: transparent;
	border-color: #cd5b2c;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #cd5b2c;
	border-color: #cd5b2c;
	-webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
					box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	color: #cd5b2c;
	background-color: transparent;
	border-color: #cd5b2c;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #fff;
	background-color: #cd5b2c;
	border-color: #cd5b2c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #167bfc;
	border-color: #0974fb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-accent {
	color: #F52E91;
	background-color: transparent;
	border-color: #F52E91;
}

.btn-outline-accent:hover {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
	-webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
					box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
	color: #F52E91;
	background-color: transparent;
	border-color: #F52E91;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-accent:disabled, .btn-outline-accent.disabled {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
	color: #fff;
	background-color: #f41684;
	border-color: #f10c7e;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-secondary {
	color: #6D728B;
	background-color: transparent;
	border-color: #6D728B;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	color: #6D728B;
	background-color: transparent;
	border-color: #6D728B;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #62667d;
	border-color: #5c6076;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-success {
	color: #06CC89;
	background-color: transparent;
	border-color: #06CC89;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
	-webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
					box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-outline-success:focus, .btn-outline-success.focus {
	color: #06CC89;
	background-color: transparent;
	border-color: #06CC89;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #05b378;
	border-color: #05a770;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-info {
	color: #0EA1E6;
	background-color: transparent;
	border-color: #0EA1E6;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
	-webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
					box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-outline-info:focus, .btn-outline-info.focus {
	color: #0EA1E6;
	background-color: transparent;
	border-color: #0EA1E6;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #0d90ce;
	border-color: #0c88c2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-warning {
	color: #F68718;
	background-color: transparent;
	border-color: #F68718;
}

.btn-outline-warning:hover {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
	-webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
					box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	color: #F68718;
	background-color: transparent;
	border-color: #F68718;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #eb7a09;
	border-color: #df7409;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-danger {
	color: #FF4457;
	background-color: transparent;
	border-color: #FF4457;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
	-webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
					box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	color: #FF4457;
	background-color: transparent;
	border-color: #FF4457;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff2b40;
	border-color: #ff1e35;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-grey {
	color: #AFB7C1;
	background-color: transparent;
	border-color: #AFB7C1;
}

.btn-outline-grey:hover {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
	-webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
					box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
	color: #AFB7C1;
	background-color: transparent;
	border-color: #AFB7C1;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
	color: #33374B;
	background-color: #a1aab6;
	border-color: #99a4b0;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-dark {
	color: #33374B;
	background-color: transparent;
	border-color: #33374B;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
	-webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
					box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	color: #33374B;
	background-color: transparent;
	border-color: #33374B;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #292c3c;
	border-color: #242634;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-light {
	color: #F2F4FE;
	background-color: transparent;
	border-color: #F2F4FE;
}

.btn-outline-light:hover {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
	-webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
					box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-outline-light:focus, .btn-outline-light.focus {
	color: #F2F4FE;
	background-color: transparent;
	border-color: #F2F4FE;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #33374B;
	background-color: #dae0fc;
	border-color: #ced6fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.breadcrumb {
	background-color: #F2F4FE;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "\2022";
	padding-right: 1rem;
}

.breadcrumb .breadcrumb-item.active {
	color: #a1aab6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #a1aab6;
}

.breadcrumb-dark .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.8);
}

.navbar {
	min-height: 90px;
	background-color: #2a5568;
}
.header-bar {
	min-height: 70px;
	background-color: white;
}
.header-bar .container {display: block;}

.navbar-float {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
	z-index: 1070;
}

.navbar.sticky {
	z-index: 5;
}

.navbar.sticky.fixed ~ * {
	margin-top: 70px;
}

.navbar.sticky.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: navTransition .5s ease;
					animation: navTransition .5s ease;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
	z-index: 5;
}

@-webkit-keyframes navTransition {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

@keyframes navTransition {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

.navbar-brand {
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav {
	margin-top: 10px;
	border-top: 1px solid #e4e7ee;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}

.navbar-nav .nav-link {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-nav .nav-link:hover {}

.navbar-nav .btn {
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(109, 114, 139, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #6D728B;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #cd5b2c;
}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.form-control {
	padding: 8px 15px;
	height: calc(1.5em + 1.375rem + 2px);
	border-color: #dee1e6;
}

.custom-select {
	height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
	margin-left: 5px;
	min-width: 40px;
	color: #a1aab6;
	border: 1px solid #dee1e6;
	text-align: center;
	border-radius: 4px;
}

.page-link:hover {
	color: #6D728B;
	background-color: #F2F4FE;
	border-color: #dee1e6;
}

.page-link:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #cd5b2c;
	border-color: #0974fb;
}

.page-item.disabled .page-link {
	color: #6D728B;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.img-place {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.img-place img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.bg-img {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-img > * {
	position: relative;
	z-index: 10;
}

.bg-img-parallax {
	background-attachment: fixed;
}

.bg-img-overlay-dark {
	position: relative;
}

.bg-img-overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #33374B;
}

.bg-img-size-contain {
	background-size: contain;
}

.bg-img-size-100 {
	background-size: 100% 100%;
}

.avatar {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.avatar-img {
	margin-right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.avatar-img img {
	width: 100%;
	height: 100%;
}

.divider {
	position: relative;
	display: block;
	margin: 12px 0 24px 0;
	max-width: 250px;
	height: 2px;
	background-color: #cbd9ff;
	border-radius: 20px;
	border: none;
}

.divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	width: 40px;
	height: 2px;
	background-color: #cd5b2c;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(175, 183, 193, 0.7);
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 1100;
}

.back-to-top::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -4px auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

.back-to-top:hover {
	background: #cd5b2c;
}

.back-to-top:hover::after {
	border-color: #fff;
}

.top-bar {
	display: block;
	min-height: 70px;
	border-bottom: 1px solid #f0f1f6;
	font-size: 14px;
}

.top-bar .container,
.top-bar .row {
	height: 100%;
}

.top-bar a {
	color: #6D728B;
}

.top-bar a:hover {
	color: #cd5b2c;
	text-decoration: none;
}

.social-mini-button a {
	padding-left: 12px;
	padding-right: 12px;
}

.social-mini-button a:not(:last-child) {
	border-right: 1px solid #dfe1eb;
}

.page-banner {
	position: relative;
	height: 340px;
	background-color: black;
}

.page-banner .container {
	position: relative;
	z-index: 10;
}

.page-banner.home-banner {
	height: auto;
	/*min-height: 500px;*/
}

.page-banner.overlay-dark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(109, 114, 139, 0.75);
	z-index: 1;
}

.page-banner.blog-banner {
	height: 100%;
}
.page-banner.blog-banner .hero-carousel-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.justify-content-left, .text-left {text-align: left !important;}
.c-BlogInnerPages .text-left .sub-title-section {width: 100%;}

.dic-description-text {width: 80%; margin: 0 auto; text-align: left;}
.dic-description-text .card-team-detail.dic-description-video {height: 100%; width: 320px; vertical-align: middle; position: relative; background: transparent; border: transparent; border-radius: 25px; overflow: hidden; margin: 20px auto; text-align: center;}
.dic-description-text .card-team-detail.dic-description-video.u-iframe {position: relative; width: 100%;  padding-top: 56.25%; /* 16:9 */ background: #000; /* optional, prevents flash */}
.dic-description-text .card-team-detail.dic-description-video.u-iframe iframe {position: absolute; inset: 0; width: 100%; height: 100%;    border: 0;}
.dic-description-text .card-team-detail.dic-description-video.u-iframe:before {display: none !important}

.dic-description-text .card-team-detail.dic-description-video .dic-description-vd {width: 100%; border-radius: 25px;}
.dic-description-text a {font-weight: bold;}

.video-controll {cursor: pointer;}
.video-controll:before {content: "\e922";float: right;font-family: 'icomoon';position: absolute;top: auto;bottom: 7px; left: 30px;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background: rgba(0,0,0,0.5);width: 26px;height: 26px;line-height: 26px;border-radius: 50%;text-align: center;letter-spacing: 0px; cursor: pointer; z-index: 2; color: white;font-size: 10px;}
.video-controll.pause:before {content: "\e91f"; letter-spacing: 0px;}
.video-controll:hover:before {background: #86b78b; color: white;}
.dic-description-vd-btn {padding: 5px 16px;font-weight: bold;font-size: 8px;border: none;border-radius: 50px;color: white;background: black;box-shadow: none;border-color: black;position: absolute;bottom: 20px;right: 20px;letter-spacing: 2px;height: 26px;line-height: 18px; z-index: 2;}
.dic-description-vd-btn:hover {background-color: #86b78b; color: white;}

@media (min-width: 768px) {
	.page-banner.home-banner {
		height: 540px;
		max-height: unset;
	}
	
	/*.page-banner.blog-banner, .page-banner.blog-banner.home-banner, 
	.page-banner.blog-banner .slider-wrapper,
	.page-banner.blog-banner .slider-wrapper .hero-carousel.owl-carousel,
	.page-banner.blog-banner .slider-wrapper .hero-carousel.owl-carousel .owl-stage-outer,
	.page-banner.blog-banner .slider-wrapper .hero-carousel.owl-carousel .owl-stage {
		height: 100%;
		max-height: 320px;
	}*/


}

.slider-wrapper {
	position: relative;
	height: 100%;
}

.hero-carousel {
	height: 100%;
}

.owl-carousel .owl-stage-outer {
	height: 100%;
}

.hero-carousel-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 55, 75, 0.5);
}

.hero-carousel-item img {
	width: 100%;
	height: auto;
}

.hero-carousel .owl-nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.hero-carousel:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
	-webkit-transform: scale(0.5);
					transform: scale(0.5);
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-carousel:hover .owl-nav .owl-prev,
.hero-carousel:hover .owl-nav .owl-next {
	-webkit-transform: scale(1);
					transform: scale(1);
}

.hero-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.hero-carousel .img-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 16px;
	width: auto;
	max-width: 900px;
	height: 100%;
	text-align: center;
	color: #fff;
	margin-top: 10%;
}

.hero-carousel h1 {
	font-weight: bold;
}

.hero-carousel .subhead {
	color: #fff;
	font-weight: 400;
}

.page-section {
	position: relative;
	display: block;
}

.page-section p {
	color: #6D728B;
}

.subhead {
	display: block;
	color: #AFB7C1;
	font-weight: 500;
	margin-bottom: 8px;
}

.title-section {
	display: block;
	max-width: 450px;
	color: #2d2f38;
	font-weight: 600;
	margin-bottom: 32px;
}

.text-center .title-section {
	margin-left: auto;
	margin-right: auto;
	color: #454344;
	margin-bottom: 30px;
	font-size: 40px;
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
}

.about-img {
	position: relative;
	margin: 15px auto;
	width: auto;
	max-width: 500px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
					box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
	-webkit-transform: skewX(-3deg) rotateX(20deg);
					transform: skewX(-3deg) rotateX(20deg);
}

.about-img img {
	width: 100%;
}

.team-carousel {
	display: block;
	width: 100%;
}

.team-wrap {
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 280px;
}

.team-profile {
	margin: 20px auto;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 6px;
	background-color: transparent;
	overflow: hidden;
}

.team-content {
	display: block;
	padding: 5px;
	background-color: #fff;
	color: #33374B;
}

.team-content .social-button {
	margin-top: 24px;
}

.team-content .social-button a {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	background-color: #F2F4FE;
	color: #6D728B;
	border-radius: 4px;
	-webkit-transition: background .2s ease, color .3s ease;
	transition: background .2s ease, color .3s ease;
}

.team-content .social-button a:hover {
	background-color: #cd5b2c;
	color: #fff;
	text-decoration: none;
}

.portfolio {
	display: block;
	background-color: #F2F4FE;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.portfolio:hover {
	-webkit-box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
					box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
}

.portfolio img {
	width: auto;
	max-width: 100%;
}

.card-testimonial {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 30px 20px;
	background-color: #F2F4FE;
	color: #6D728B;
	border-radius: 8px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.card-testimonial:hover {
	background-color: #fff;
}

.card-testimonial .content {
	margin-bottom: 24px;
}

.card-testimonial .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.card-testimonial .avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.card-testimonial .avatar img {
	width: 100%;
	height: 100%;
}

.card-testimonial .author-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	color: #33374B;
}

.card-testimonial .author-info {
	font-size: 11px;
	color: #a1aab6;
}

.card-blog {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 32px 20px 70px 20px;
	max-width: 260px;
	min-height: 290px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
}

.card-blog .header {
	margin-bottom: 15px;
}

.card-blog .avatar {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #d0d4e4;
	overflow: hidden;
}

.card-blog .avatar img {
	width: 100%;
	height: 100%;
}

.card-blog .entry-footer {
	display: inline-block;
	vertical-align: top;
}

.card-blog .post-author {
	font-weight: 500;
	color: #6D728B;
}

.card-blog .post-date {
	font-size: 13px;
	color: #b2b6c5;
}

.card-blog .post-title {
	margin-bottom: 8px;
	font-size: 22px;
}

.card-blog .post-title a {
	font-weight: 500;
	color: #2d2f38;
}

.card-blog .post-excerpt {
	font-size: 14px;
	color: #AFB7C1;
}

.card-blog .footer {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.card-blog-row *:first-child .card-blog {
	background-color: #cd5b2c;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
	color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
	color: rgba(255, 255, 255, 0.6);
}

.blog-single-wrap {
	position: relative;
	display: block;
	padding: 16px 0;
}

.blog-single-wrap .post-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 32px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
	overflow: hidden;
}

.blog-single-wrap .post-thumbnail img {
	width: auto;
	max-width: 100%;
}

.blog-single-wrap .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 24px;
}

.blog-single-wrap .post-meta a {
	color: #6D728B;
}

.blog-single-wrap .post-meta a:hover {
	color: #167bfc;
	text-decoration: none;
}

.blog-single-wrap .post-meta .gap {
	padding-left: 8px;
	padding-right: 8px;
}

.blog-single-wrap .post-tags {
	display: block;
	padding: 16px 0;
}

.blog-single-wrap .post-tags a {
	display: inline-block;
	padding: 4px 12px;
	background-color: #F2F4FE;
	color: #99a4b0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-single-wrap .post-tags a:hover {
	text-decoration: none;
	background-color: #cd5b2c;
	color: #fff;
}

.widget {
	padding: 16px 0;
}

.widget-box {
	position: relative;
	display: block;
	padding: 24px;
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ebeefd;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
}

.widget-box::after {
	display: block;
	clear: both;
	content: "";
}

.widget-title {
	font-weight: 600;
	color: #6D728B;
}

.search-form .form-group {
	position: relative;
}

.search-form .btn {
	position: absolute;
	top: 5px;
	right: 6px;
	padding: 6px 12px;
	background-color: #cd5b2c;
	color: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.search-form .btn:hover {
	background-color: #167bfc;
}

.categories {
	position: relative;
	list-style: none;
	padding-left: 0;
}

.categories li {
	display: block;
	float: left;
	margin-bottom: 12px;
	width: 50%;
}

.categories li a {
	display: inline-block;
	width: 90%;
	padding: 6px 12px;
	background-color: #eef5ff;
	color: #cd5b2c;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.categories li a:hover {
	text-decoration: none;
	background-color: #cd5b2c;
	color: #fff;
}

.categories li a span {
	float: right;
	margin-left: 8px;
	padding: 3px 6px;
	background-color: #cd5b2c;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 40px;
}

.categories li a:hover span {
	-webkit-box-shadow: 0 0 0 1px #fff;
					box-shadow: 0 0 0 1px #fff;
}

.blog-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dae0fc;
}

.blog-item .post-thumb {
	-ms-flex-negative: 0;
			flex-shrink: 0;
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: 100px;
	height: 80px;
	background-color: #AFB7C1;
	overflow: hidden;
}

.blog-item .post-thumb img {
	width: auto;
	height: 100%;
}

.blog-item .post-title a {
	color: #6D728B;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-item .post-title a:hover {
	color: #cd5b2c;
	text-decoration: none;
}

.blog-item .meta a {
	margin-right: 6px;
	font-size: 12px;
	color: #62667d;
}

.blog-item .meta a:hover {
	text-decoration: none;
}

.tagcloud {
	position: relative;
	display: block;
}

.tag-cloud-link {
	display: inline-block;
	padding: 4px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #dae0fc;
	border-radius: 40px;
	font-size: 14px;
	color: #6D728B;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
	text-decoration: none;
	background-color: #F2F4FE;
	color: #cd5b2c;
	border-color: #cd5b2c;
}

.filterable-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	margin-bottom: 24px;
}

.filterable-btn .btn {
	margin: 4px;
	padding: 8px 16px;
	font-size: 14px;
	background-color: #F2F4FE;
	color: #898da2;
}

.filterable-btn .btn.active {
	background-color: #cd5b2c;
	color: #fff;
}

.grid-item {
	padding: 16px;
	width: 33.33333%;
}

.form-contact .form-control {
	background-color: #F2F4FE;
	border-color: transparent;
}

.form-contact .form-control:focus {
	background-color: transparent;
	border-color: #94c2fd;
	-webkit-box-shadow: 0 0 0 1px #94c2fd;
					box-shadow: 0 0 0 1px #94c2fd;
}

.maps-container {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background-color: #F2F4FE;
	overflow: hidden;
}

#google-maps {
	width: 100%;
	height: 100%;
}

.page-footer {
	position: relative;
	display: block;
	padding-top: 80px;
	padding-bottom: 20px;
	background-color: #33374B;
	color: #fff;
}

.page-footer hr {
	border-color: #464B61;
}

.page-footer p {
	color: rgba(255, 255, 255, 0.7);
}

.footer-menu {
	position: relative;
	padding-left: 0;
	list-style: none;
}

.footer-menu a {
	color: #AFB7C1;
}

.footer-menu a:hover {
	color: #fff;
}

.sosmed-button a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	outline: none !important;
}

/* Custom Plugin */
.owl-nav {
	display: block;
	margin: auto;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 10px;
}

.owl-carousel .owl-dots {
	display: block;
	margin: 16px auto;
	text-align: center;
}

.owl-carousel button.owl-dot {
	display: inline-block;
	margin: 0 4px;
	width: 36px;
	height: 4px;
	background-color: #c6ccd3;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
	outline: none;
}

.owl-carousel button.owl-dot.active {
	background-color: #cd5b2c;
}
/*# sourceMappingURL=theme.css.map */



.owl-stage, .owl-stage .owl-item {height: 100%;}
.hero-carousel-item::before {background: none;}
.hero-carousel .img-caption {text-align: left; position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding: 0 16px;width: 45%;max-width: 900px;height: 100%;color: #fff;margin-top: 10%;margin-left: 5%;z-index: 1;}
.hero-carousel h1 {font-size: 60px; line-height: 60px; margin-bottom: 0 !important;}
.hero-carousel .subhead {font-size: 16px; color: white;margin: 20px 0; max-width: auto; display: block;}
.hero-carousel-item {background-position: right;background-repeat: no-repeat;background-size: contain;}
.hero-carousel-item .img-caption .btn {background: #cd5b2c; border-radius: 10px; box-shadow: none; border-color: #cd5b2c; padding: 5px 15px; margin-top: 10px;}
.hero-carousel-item .img-caption .btn > span {display: inline-block;vertical-align: middle;position: relative;top: 0px; font-weight: bold;}
.header-bar.top-header-bar {position: relative; min-height: 70px;background-color: white;color: white;padding-top: 0;padding-bottom: 0;}
.header-bar.top-header-bar .top-header-icon {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;}
.header-bar.top-header-bar a {color: black; font-weight: bold;}
.header-bar.top-header-bar [class^="icon-"], .header-bar.top-header-bar [class*=" icon-"] {font-size: 25px; vertical-align: middle;}
.header-bar.top-header-bar a:hover {text-decoration: none; color: #86b78b;}
.header-bar.top-header-bar .c-account-logo [class^="icon-"] {font-size: 62px;}
.header-bar.top-header-bar .btn {padding: 5px 16px; font-weight: bold;font-size: 10px;}
.btn.btn-custom {color: white; background: #cd5b2c; border-radius: 10px; box-shadow: none; border-color: #cd5b2c; padding: 6px 15px;}
.btn.btn-custom.btn-red {color: white; background: #cd5b2c; box-shadow: none; border-color: #cd5b2c; font-size: 10px;font-weight: bold;}
.btn.btn-custom.btn-grey {color: black; background: #e6e6e6; box-shadow: none; border-color: #e6e6e6; font-size: 10px;font-weight: bold;}
.btn.btn-custom.btn-grey:hover {color: white; background: #86b78b; box-shadow: none; border-color: #86b78b;}
.btn.btn-custom.btn-login {color: #454344; background: #e6ebed; box-shadow: none; border-color: #e6ebed;}
.btn.btn-custom.btn-rounded {border-radius: 25px;}
.hero-carousel-item .img-caption .btn:hover, .btn.btn-custom.btn-red:hover, a.card-blog:hover .btn.btn-custom.btn-red {color: white; background: #86b78b; box-shadow: none; border-color: #86b78b;}
.btn-ask-arie:hover .icon-chat-backing {color: #86b78b;}


a.card-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* optional tint */
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  transition: 0.3s ease;
}

a.card-blog:hover::after {
  opacity: 1;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.social-mini-button a {color: #2a5568;}
.navbar-light .navbar-nav .nav-item {margin: 5px;}
.navbar-light .navbar-nav .nav-link {color: #2a5568;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active {color: white;background: #2096a7; border-radius: 5px;padding: 5px 15px;}

html,body, main {background: white; height: auto;}
main {margin-bottom: 25px; margin-top: 70px;}
.page-section {width: 80%; margin: 0 auto; padding: 40px 0;}
.page-blog-section {width: 80%; margin: 0 auto; padding: 40px 0;}
.card-block {width: 100%; border-radius: 25px; background: #e6e6e6; margin: 0 auto;padding: 57px;}
.btn-custom.btn-primary {background-color: white; border-color: white; color: #2a5568;}
.c-menu-bell {position: relative;}
.notify-bubble {position: absolute; top: -20px; right: 0; padding: 3px 6px;background-color: #d5094c; color: #fff; font-size: 12px;font-weight: 600;  border-radius: 40px;}

.menu-bar {position: absolute; top: -34px; left: 0;	width: 320px; display: block;}
.menu-bar div.burger {height: 30px; width: 40px;position: absolute;top: 20px; left: 21px;cursor: pointer;}

.btn-ask-arie {position: fixed; bottom: 30px; right: 20px; z-index: 5; font-size: 30px; color: #cd5b2c; text-decoration: none;}

.overlay {display: none; cursor: pointer; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); color: white; z-index: 6;}
.overlay.active {display: block;}
.overlay .overlay-close-button, .overlay-popup .overlay-close-button {color: #454344; position: absolute; top: 35px; left:53px; font-size: 26px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);z-index: 1; text-decoration: none;}
.overlay .overlay-popup-blocks {overflow: hidden;}
.overlay-container {position: relative; width: 100%; height: 100%; text-align: center; display: table; }
.overlay-container-block {position: relative; display: table-cell;  vertical-align: middle; text-align: center; width: 100%; height: 100%; text-align: center; }
.overlay-block {margin: 0 auto; width: 300px; height: 200px; text-align: center; border: none;}
.overlay.overlay-content .overlay-cetner-container {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; width: 100%; text-align: center; width: 300px;}

body.overlay-active{overflow-y: hidden;}
body.overlay-active .c-Section {height: 100%;overflow-y: hidden;position:fixed;width: 100%;}
body.overlay-active.alert-overlay-active .c-Section {height: 100%;overflow-y: unset;position:unset;width: 100%;}
.overlay-block .menu {width: 100%; text-align: left; margin: 0 auto;}
.overlay.menu-overlay ul {margin: 0 auto; padding: 0; list-style: none; border: none; width: 100%;}
.overlay.menu-overlay ul li {color: #454344;}

.navbar-nav .nav-link {display: inline-block;position: relative;height: 50px;width: 100%;box-sizing: border-box;margin: 0 auto;padding: 15px;border: none;background-color: #e0e0e0;border-radius: 60px;cursor: pointer;letter-spacing: 0;font-weight: 300;font-size: 14px;color: black;}
.navbar-nav .nav-link span.nav-link-text  {display: block; color: black; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);width: 100%;color: black;transition: 0.2s all; cursor: pointer;font-size: 12px; font-weight: normal; text-align:center; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {background: #86b78b; color: white;}
.navbar-nav .nav-link:hover span.nav-link-text, .navbar-nav .nav-link.active span.nav-link-text {color: white;}

.navbar-nav .nav-link-icon  { width: 25px; height: 25px; line-height: 25px;display: inline-block; border-radius: 50%; vertical-align: text-bottom; background-color: #ededed; color: #454344; font-weight: bold; text-align: center;}
.navbar-nav .nav-link.active .nav-link-icon, .navbar-nav .nav-link:hover .nav-link-icon {background-color: #cd5b2c; color: white;}

.hero-carousel-item-1, .hero-carousel-item-2 {opacity: 0;}
.owl-carousel .owl-item img.hero-carousel-item-2 {display: none;}

.team-wrap {text-align: center;}
.team-wrap .owl-carousel .owl-item img {width: 50%; margin: 0 auto;}

.team-wrap {max-width: 320px;}
.team-heade {font-size: 12px;font-weight: bold;color: #454344;letter-spacing: 1px;}
.team-profile-img {display: block; margin: 0 auto; text-align: center; vertical-align: middle; width: 120px; height: 120px; line-height: 120px; border-radius: 50%; overflow: hidden;}
.team-profile-img > img {display: block; width: 100%; vertical-align: middle;}
.team-profile-img > span {position: relative;}
.team-profile-img > span > i {position: absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #454344; font-size: 30px;}
.team-profile-img > span.icon-people-driven-circle > i {letter-spacing: 2px;}
.team-wrap .team-content {padding-top: 0; min-height: 200px;}
.team-wrap .team-content > h5 {color: #454344; font-weight: bold; font-size: 15px;margin-bottom: 15px;}
.team-wrap .team-content > .text-sm {color: #454344;font-weight: normal;min-height: 252px;text-align: justify;}
.team-wrap .social-button .btn.btn-custom {padding: 5px 16px;font-size: 10px;}

.card-block-right {position: relative;padding-right: 0;}
.card-block-image {width: 100%; margin: 0 auto;position: absolute; top: 50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.card-block-image-hide {width: 100%; margin: 0 auto;}
.card-block-header {font-size: 40px;color: #444444;font-weight: bold;line-height: 36px;margin-bottom: 20px;}
.card-block-content {color: #454344; font-weight: normal;font-size: 11px;font-weight: normal;}
.card-block-button {margin-top: 15px; margin-bottom: 15px;}
.card-block .col-md-4.u-readmore-container {padding-bottom: 5px;}

.pt-0 {padding-top: 0px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}

.pb-0 {padding-bottom: 0px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}

.mt-10 {margin-top: 10px;}
.mt-12 {margin-top: 12px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}

.border-radius-15 {border-radius: 15px;}
.border-radius-20 {border-radius: 20px;}
.border-radius-25 {border-radius: 25px;}
.border-radius-50 {border-radius: 50px;}

.page-section {padding: 20px 0;}

.page-footer {background: #e6e6e6; padding-top: 25px;}
.page-footer > .page-section {width: 50%;}
.page-footer h5 {color: #454344;font-weight: bold;font-size: 16px;}
.page-footer p ,.page-footer .footer-menu a {color: #454344;font-weight: normal;font-size: 12px;}
.page-footer .footer-menu a:hover {font-weight: bold;}
.footer-menu li {margin-bottom: 8px;line-height: 15px;}

.card-blogs-container  {width: 100%;margin: 0 auto;text-align: center;}
.card-blogs-container .row.card-blogs {display: inline-block;}
.card-blogs .card-blog {border-radius: 25px; box-shadow: none;min-height: 420px; min-width: 320px; background-color: #e4e4e4; padding: 50px;position: relative;background-position: center; overflow: hidden;}
.card-blogs.black-card-blogs .card-blog {background: black;}
.card-blogs .card-blog .card-float-bottom {display: block; position: absolute; left: 0; bottom: 0; padding: 50px; align-items: flex-end;  justify-content: center; background: linear-gradient( to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 100% ); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(12px); z-index: 1;}
.card-blogs-container .card-blogs .card-blog-block {flex: 320px !important;max-width: 320px !important; padding: 0; margin: 15px auto;margin: auto 10px;display: inline-block;}
/*.card-blogs .card-blog-block:first-child .card-blog {background: #033b49 url("/assets/img/globe-web.jpg") bottom no-repeat; background-size: contain;}
.card-blogs .card-blog-block:nth-child(2) .card-blog {background: #02080a url("/assets/img/currency-web.jpg") bottom no-repeat; background-size: contain;}
.card-blogs .card-blog-block:nth-child(3) .card-blog {background: #292a2c url("/assets/img/laptop-web.jpg") bottom no-repeat; background-size: contain;}*/
.card-blogs .card-blog .header .post-title {color: white; font-weight: bold; line-height: 22px; text-align: left; font-size: 18px; line-height: 18px;}
.card-blogs .card-blog .body .post-excerpt {color: #53d9b1;font-size: 12px; text-align: left;}
.card-blogs .card-blog .footer {position: unset; margin-top: 10px;text-align: left;}
.card-blogs .card-blog .footer .btn.btn-custom.btn-red {padding: 5px 16px;font-weight: bold;font-size: 12px; margin: 0 auto !important;}

.card-blogs .card-blog-block.card-lukassetto .card-blog {background: #4e3026 url("/assets/img/musicians-lukas-setto.jpg") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block.card-tabigazele .card-blog {background: #241c1a url("/assets/img/musicians-tab-gazele.jpg") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block.card-marvinambrosius .card-blog {background: #2d212b url("/assets/img/musicians-marvin-ambrosius.jpg") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block.card-maddyloop .card-blog {background: #444444 url("/assets/img/musicians-Muddy-Loop.jpg") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block.card-hindsightrecords .card-blog {background: #ca683b url("/assets/img/musicians-hindsight-records.jpg") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block.card-anaisdelva .card-blog {background: #5a595f url("/assets/img/musicians-anais-delva.jpg") center no-repeat; background-size: contain;}

.btn.btn-custom.btn-red.btn-get-started {border-radius: 10px;padding: 8px 45px;font-size: 18px;}
.copyright-text {font-size: 10px; margin-top: 50px;}

::-webkit-scrollbar {/* Webkit */width: 0;height: 0;}
.hs {cursor: pointer; display: flex;overflow-x: scroll;justify-content: space-between;scrollbar-width: none;/* Firefox */-ms-overflow-style: none;/* IE 10+ */-webkit-overflow-scrolling: touch;margin: 0 /*-20px*/auto; padding: 0;}
.hs__header {display: flex;align-items: center;width: 100%;}
.hs__headline {flex: 1;}
.hs__arrows {align-self: center;}
.hs__arrows .arrow:before {content: "";display: inline-block;vertical-align: middle;content: "";background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");background-size: contain;filter: brightness(5);width: 18px;height: 12px;cursor: pointer;}
.hs__arrows .arrow.disabled:before {filter: brightness(2);}
.hs__arrows .arrow.arrow-prev:before {transform: rotate(90deg);margin-right: 10px;}
.hs__arrows .arrow.arrow-next:before {transform: rotate(-90deg);}
.hs__item {flex-grow: 1;flex-shrink: 0;flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));margin: 50px; margin-top: 10px; display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;-webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none;      user-select: none; min-width: 250px;}
.work-with-me-section .hs__item {justify-content: top;}

.card-blog-middle-content .card-blog-middle-content-container {background-color: transparent; padding: 30px 20px; width: 100%; height: 100%; border-radius: 10px; position: absolute; top: 0; left: 0; z-index: 4 !important; text-align: left; display: none; overflow: hidden;}
.card-blog-middle-content .card-blog-middle-content-container .card-blog-share-section {display: none;}
.card-blog-middle-content.share-active .card-blog-middle-content-container .card-blog-content-section {display: none;}
.card-blog-middle-content.share-active .card-blog-middle-content-container .card-blog-share-section {display: block;}
.card-blog-middle-content .card-blog-middle-content-section {margin-bottom: 18px;}
.card-blog-middle-content .card-blog-middle-content-heading-small {font-size: 10px; color: #222; font-weight: 500; margin: 0; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-question {font-size: 12px; font-weight: bold; color: #888; margin: 10px 0 0 0; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-heading-bold {font-size: 8px; font-weight: bold; color: #222; margin-bottom: 6px; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-body-text {font-size: 8px; font-weight: normal; color: #444; margin: 0; line-height: 1.4;}

.card-blog-middle-content .card-blog-middle-content-container-close {position: absolute; top: 8px; right: 10px; font-size: 10px; width: 20px; height: 20px; text-align: center;  line-height: 20px; color: white;}
/*.card-blog-middle-content .card-blog-middle-content-container-close:before {content: '\e947'; font-family: 'icomoon';}*/
.card-blog-middle-content .card-blog-middle-content-container-close:hover {color: #2a99e4;}

.card-blog-middle-content .card-blog-middle-content-container .close-icon {display: block; border-radius: 50%; width:18px; height: 18px; line-height: 18px; background-color: #cd5b2c; color: white;}
.card-blog-middle-content .card-blog-middle-content-container .close-icon:before {content: "x";}

.btn.btn-custom.btn-red.btn-letstalk {padding: 8px 12px; border-radius: 10px;}
.top-header-buttons {width: auto; position: absolute; top: 16px; right: 20px;}
.top-header-buttons .btn.btn-custom.btn-grey {padding: 8px 12px; border-radius: 10px; font-size: 14px;}

.page-section .social-buttons {padding-bottom: 20px !important;}
.page-section .social-buttons .social-button {margin: 0; margin-bottom: 10px; margin-right: 10px;;}
.page-section .social-buttons .social-button .btn.btn-custom {margin: 0 !important;}

.activated-pill {display: none; align-items: center; padding: 14px 60px 14px 30px; background: #3b3a3a; border-radius: 999px; color: #ffffff;  font-size: 16px; font-weight: bold; text-transform: uppercase; position: fixed; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer;  z-index: 10;}
.activated-pill:hover {background: black}
.activated-text {white-space: nowrap;}
.activated-close {position: absolute; right: 20px; width: 26px; height: 26px; border-radius: 50%; border: none; background: #cd5b2c; cursor: pointer; padding: 0; color: white; font-family: revert-layer;}
.activated-close::before {content: "x";display: block; position: relative; top: -2px;}

.scrollable-box {max-height: 450px;overflow-y: auto; padding-right: 2px; background-color: transparent !important; -webkit-overflow-scrolling: touch;  transform: translateZ(0); will-change: transform; isolation: isolate; overflow: overlay;}
.scrollable-box::-webkit-scrollbar {width: 8px; background-color: rgba(0,0,0,0) !important;}
.scrollable-box::-webkit-scrollbar-track {background-color: rgba(0,0,0,0) !important; border: none !important; box-shadow: inset 0 0 0 transparent !important;}
.scrollable-box::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.25); border-radius: 10px; border: 1px solid rgba(255,255,255,0.01);  background-clip: padding-box; transition: background-color 0.3s ease;}
.scrollable-box:hover::-webkit-scrollbar-thumb,.scrollable-box::-webkit-scrollbar-thumb:active { background-color: rgba(0, 0, 0, 0.45);}
.scrollable-box::-webkit-scrollbar-corner { background: transparent !important;}


#wizard-done .btn.btn-custom.btn-submit.wizard-step-restart {display: block !important;}
.page-section-wizard-step.hidden {display: none;}

.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog-block {width: 120px; height: 120px; max-width: 120px !important;}
.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog {width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 100%; min-height: 100%; border-radius: 100%;}
.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 12px; color: black;}
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog {padding: 0; background: #e6e6e6; color: white;}
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog:hover, 
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog.active, 
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog.flash {padding: 0; background: #86b78b; color: white; cursor: pointer; position: relative;}

.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog:hover .card-blog-middle-text,
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog.active .card-blog-middle-text,
.page-section-striped.page-section-wizard.c-BiggerStartClaims-Button .start-your-claim-section .card-blogs .card-blog.flash .card-blog-middle-text {color: white !important;}

/*.start-your-claim-section .card-blogs .card-blog.active:after {content: '\e93c';font-family: 'icomoon'; position: absolute; top: 15px; right: 15px;color: white; font-size: 10px;}*/
.start-your-claim-section .card-blogs .card-blog .card-blog-middle {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 80%;}
.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon {font-size: 30px; font-weight: 500;height: 30px;line-height: 30px;display: inline-block;}
.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 8px; font-weight: 500;}


.circle-cards-section .card-blogs .card-blog-block {width: 120px; height: 120px; max-width: 120px !important;}
.circle-cards-section .card-blogs .card-blog {width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 100%; min-height: 100%; border-radius: 100%;}
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 12px; color: black;}
.circle-cards-section .card-blogs .card-blog {padding: 0; background: #e6e6e6; color: white;}
.circle-cards-section .card-blogs .card-blog:hover, 
.circle-cards-section .card-blogs .card-blog.active, 
.circle-cards-section .card-blogs .card-blog.flash {padding: 0; background: #86b78b; color: white; cursor: pointer; position: relative;}

.circle-cards-section .card-blogs .card-blog:hover .card-blog-middle-text,
.circle-cards-section .card-blogs .card-blog.active .card-blog-middle-text,
.circle-cards-section .card-blogs .card-blog.flash .card-blog-middle-text {color: white !important;}

.circle-cards-section .card-blogs .card-blog .card-blog-middle {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 80%;}
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon {color: #454344; font-size: 60px; font-weight: 500;height: 60px;line-height: 60px;display: inline-block;}
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon .icon-instagram {font-size: 50px; position: relative;  top: 3px;}
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon .icon-youtube {font-size: 50px; position: relative;  top: 3px; }
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon .icon-duncan-kreeger-logo {font-size: 50px; position: relative;  top: 3px;}
.circle-cards-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 8px; font-weight: 500;}

.circle-cards-section .card-blogs .card-blog:hover .card-blog-middle .card-blog-middle-icon {color: white;}

.c-Section-Form {display: block; width: 320px; height: auto; margin: 0 auto; text-align: center;}
.c-Section-Form-Form {width: 100%; display: block; position: relative;}
.c-Section-Form-Fields {width: 100%; display: block; position: relative; margin: 5px 0;}
.c-Section-Form-Input {background-color: transparent; border-radius: 10px; border: none; color:black; font-size: 12px;height: 20px; line-height: 20px; vertical-align: middle; width: 80%; padding: 0 15px; text-align: center; position: relative; top: -2px;}
.c-Section-Form-Input {line-height: 20px;font-size: 16px; line-height: auto;min-height: 25px;
	max-height: 133px; resize: none;}
.c-Section-Form-Input::-webkit-input-placeholder{color:black;opacity:1;font-size: 12px; text-align: center;}
.c-Section-Form-Input:-moz-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input::-moz-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input:-ms-input-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input:placeholder-shown{color:black;font-size: 12px; text-align: center;}

.c-Section-Form .expand_label {display: inline-block;position: relative;height: 50px;width: 100%;box-sizing: border-box;margin: 7px auto;padding: 15px;border: none;background-color: #e0e0e0;border-radius: 60px;cursor: text;letter-spacing: 0;font-weight: 300;font-size: 14px;color: black;}
.c-Section-Form .expand_label .expand_input {outline: 0; font-weight: normal;}
.c-Section-Form .expand_label .expand_placeholder {display: block; color: black; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);width: 100%;color: black;transition: 0.2s all; cursor: text;font-size: 12px; font-weight: normal; }
.c-Section-Form .expand_label.u-Focused .expand_placeholder {display: none;}

.c-Section-Form .expand_label .c-Section-Form-Input-Clear {display: none;background: #ea3648;border-radius: 50%;width: 18px;height: 18px;line-height: 18px;position: absolute;top: 15px;left: 15px;color: white;font-size: 12px;text-align: center;text-indent: -1px;}
.c-Section-Form .expand_label .c-Section-Form-Input-Clear:hover {background-color: black; color: white;}
.c-Section-Form .expand_label .c-Section-Form-Input-Clear > i {position: relative;left: 1px;display: inline-block;width: 18px;
    height: 18px;    line-height: 18px;}
.c-Section-Form .expand_label .c-Section-Form-Input-Send {background: white;color:black;border-radius: 20px;position: absolute;top: 15px;right:15px;font-size: 10px;text-align: center;text-indent: 0px;font-weight: 500; padding: 5px 10px;height: 20px;line-height: 13px; display: none;}
.c-Section-Form .expand_label .c-Section-Form-Input-Send:hover {background: black;color: white;}

.c-Section-Form-Fields_Block {display: inline-block;position: relative;width: 100%;box-sizing: border-box; margin: 7px auto; padding: 25px; border: none;background-color: #e0e0e0;border-radius: 30px;letter-spacing: 0;font-weight: 300; font-size: 14px; color: black;}
.c-Section-Form-Fields_Block_Header {font-size: 12px;font-weight: bold;color: black;letter-spacing: 0px;}
.c-Section-Form-Fields_Block_Content {font-size: 8px; font-weight: normal; color: black;letter-spacing: 0px; color: black; position: relative; letter-spacing: 0;width: 90%;margin: 15px auto;}
.c-Section-Form .c-Section-Form-Fields_Block .expand_label {background: white;}

.c-Section-Form .expand_label.c-Error {border-color: #ea3648; background-color: #ea3648;}
.c-Section-Form .expand_label.c-Error .c-Section-Form-Input {color: white; -webkit-text-fill-color: white8;}
.c-Section-Form .expand_label.c-Error .expand_placeholder {color: white; -webkit-text-fill-color: white; border-color: white;}
.c-Section-Form .expand_label.c-Error {border-color: #ea3648; background-color: #ea3648; color: white;}
.c-Section-Form .expand_label.c-Error .c-Section-Form-Input-Clear {background-color: white; color: black;}

.sub-title-section {display: block; font-size: 18px;font-weight: bold;color: black;letter-spacing: 2px;color: #737373;position: relative;top: -20px;letter-spacing: 0;}
div.sub-title-section-1 {display: block; font-size: 16px;font-weight: bold;color: black;letter-spacing: 2px;color: #a2a1a1;position: relative;top: -20px;letter-spacing: 0; width: 60%; margin: 0 auto;}
div.sub-title-section {display: block; width: 60%; margin: 0 auto;}

.page-section-footer .wizard-footer-section {text-align: center; margin-top: 20px;}
.page-section-footer .wizard-footer-section .btn.btn-custom.page-testimonials-cancel {position: relative;font-weight: 500;font-size: 10px;transition: none;}
.page-section-footer .wizard-footer-section .btn.btn-custom.page-testimonials-cancel > span {position: relative; top: 1px;}

.page-section-footer .wizard-footer-section .btn.btn-custom.page-testimonials-cancel {background-color: #e6e6e6; border-color: #e6e6e6; color: black;}
.page-section-footer .wizard-footer-section .btn.btn-custom.page-testimonials-cancel:hover {background-color: #86b78b; border-color: #86b78b; color: white;}

/* WHITE POPUP WINDOW INSIDE OVERLAY */
.overlay.overlay-popup.join-overlay {overflow: scroll;}
.overlay.overlay-popup.join-overlay .overlay-header {background: url("/assets/img/duncan-kreeger-uk-property-finance-founder-portrait-office.jpg") center; no-repeat; background-size: cover;}
.overlay.overlay-popup.letstalk-overlay {overflow: scroll;}
.overlay.overlay-popup.letstalk-overlay .overlay-header {background: url("/assets/img/duncan-kreeger-uk-property-finance-founder-portrait-office.jpg") center; no-repeat; background-size: cover;}

.overlay.overlay-popup.menu-overlay {overflow: scroll;}
.overlay.overlay-popup.menu-overlay .overlay-header {background: url("/assets/img/duncan-kreeger-uk-property-finance-founder-portrait-office.jpg") center; no-repeat; background-size: cover;}

.overlay-body-footer {margin-top: 20px;}
.overlay-body-footer .btn.btn-custom {font-size: 10px; font-weight: bold; padding: 6px 25px;}
.overlay-body-footer .btn.btn-custom:hover {color: white; background: #86b78b; box-shadow: none; border-color: #86b78b;}
.overlay-body-footer .btn.btn-custom.u-btn-OverlayClose {background-color: transparent; border: transparent; color: black; margin-top: 10px;}
.overlay-body-footer .btn.btn-custom.u-btn-OverlayClose:hover {background-color: transparent; border: transparent; color: #86b78b;}

.overlay-body-container.overlay-thanks-screen .overlay-body-footer .btn.btn-custom.u-btn-OverlayClose {background-color: #cd5b2c; border-color: #cd5b2c; color: white;}
.overlay-body-container.overlay-thanks-screen .overlay-body-footer .btn.btn-custom.u-btn-OverlayClose:hover {color: white; background: #86b78b; box-shadow: none; border-color: #86b78b;}

.overlay-body-middle {position: relative; height: 100%;}
.overlay-body-middle-text {color: black; line-height: 20px; font-size: 18px; color: #33374B;}

.overlay-body-container {display: none;}

.contact-overlay-box {
    width: 460px;
    height: auto;
    max-width: 60%;
    background: #ffffff;
    border-radius: 25px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    animation: popupFadeIn .25s ease-out;
    margin: 50px auto;
}

/* TOP GREY HEADER AREA */
.overlay-header {
    width: 100%;
    height: 180px;
    background: #e3e3e3;
    border-bottom: 1px solid #d7d7d7;
}

.overlay-body {width: 320px; margin: 0 auto;}

/* TITLE (Courier Bold) */
.overlay-title {
    font-weight: 900;
    font-size: 24px;
    margin-top: 26px;
    margin-bottom: 12px;
    color: black;
}

/* PARAGRAPH TEXT */
.overlay-desc {
    font-size: 10px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto 12px;
    color: #333;
}
.overlay-form-screen .c-Section-Form .expand_label {margin: 4px auto;}

/* INPUT FIELDS - EXACT SAME STYLE */
.overlay-input {
    width: 78%;
    height: 54px;
    margin: 10px auto;
    background: #e5e5e5;
    border-radius: 28px;
    border: none;
    font-size: 14px;
    padding: 0 20px;
    display: block;
    outline: none;
}

.overlay-input:focus {
    outline: 2px solid #a75c2a;
}


.blog-buttons .blog-button a {padding: 5px 16px; font-size: 10px; color: black; background: #e6e6e6; box-shadow: none; border-color: #e6e6e6; font-size: 10px; font-weight: bold; border-radius: 10px; padding: 6px 15px;}

.text-heading {display: inline-block; margin-top: 1em;}
h2.text-heading {display: inline-block; margin-top: 1em; font-size: 1rem; color: #6D728B; margin-bottom: 1rem;}

@media only screen and (max-width: 990px) {
	.hs__item {flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));}
}
.hs__item:last-child:after {content: "";display: block;position: absolute;width: 10px;height: 1px;right: calc(10px * 2 * -1);}
.hs__item:first-child {margin-left: calc(10px * 2);}
.hs__item__description {z-index: 1;align-self: flex-start;margin: 10px 0;}
.hs__item__subtitle {color: #aaa;display: block;}
.hs__item__image__wrapper {position: relative;width: 100%;height: 0;padding-bottom: 100%;}
.hs__item__image {pointer-events: none;position: absolute;width: 100%;height: 100%;-o-object-fit: cover; object-fit: cover;}

.c-SwipeRight-Button {display: none; background: #4d4d4d; border-color: #4d4d4d; color: white;position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;  padding: 8px 22px;border-radius: 25px; font-size: 12px;letter-spacing: 1px;}
.c-SwipeRight-Button > i {position: relative;left: 5px;top: 2px;font-size: 14px; display: inline-block;}
.c-SwipeRight-Button:hover {color: white;}
.animate-leftright {-webkit-animation: mover_flecha 0.8s ease infinite;animation: mover_flecha 0.8s ease infinite;}

@-webkit-keyframes mover_flecha {0% {  transform: translateX(-3px);} 50% {transform: translateX(3px);}100% {transform: translateX(-3px);}}
@-moz-keyframes mover_flecha {0% { transform: translateX(-3px);}50% { transform: translateX(3px);}100% {transform: translateX(-3px);}}
@keyframes mover_flecha {0% { transform: translateX(-3px);}50% { transform: translateX(3px);} 100% { transform: translateX(-3px);}}

.u-more {display: none;}
.hs__wrapper {max-width: 1000px;margin: 0 auto;}
.hs__wrapper .arrow {color: #454344; font-size: 30px; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.hs__wrapper .arrow.arrow-prev {left: 70px;}
.hs__wrapper .arrow.arrow-next {right: 30px; left: auto;}

.footer-container .footer-container-row {text-align: center;display: inherit; position: relative; left: 15px;}
.footer-container .page-footer-col {width: 120px;display: inline-block;text-align: left;margin-left: 20px;}

@media only screen and (min-width: 990px) {
	.hs__wrapper {overflow: hidden;}
}
@media (hover: none) and (pointer: coarse) {
	.hs__wrapper .hs__arrows {display: none;}
	.hs__wrapper .hs__item {flex: 1 0 calc(23% - 10px * 2);}
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
	.hs__wrapper {overflow: hidden;max-width: auto;margin: 0 auto;}
	.hs__wrapper .hs__item {margin: 10px; min-width: 220px;}
	.hs__wrapper .arrow {display: none;}
	.hs__wrapper .hs__item {flex: 1 0 calc(45% - 10px * 2);}
}

@media (max-width: 1200px) {
	.card-block-header {font-size: 34px;}
  	.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 100%; }
}
@media (max-width: 1150px) {
	.card-block-header {font-size: 30px;}
}
@media (max-width: 1000px) {
	.card-block-header {font-size: 28px;}
}
@media (max-width: 990px) {
	.c-SwipeRight-Button.active {display: block;}
	.page-footer .page-footer-col-first {display: none;}
	/*.page-footer .page-footer-col {width: 50%;}*/
	.team-wrap .team-content {min-height: 260px;}
}
@media (max-width: 680px) {
	.hero-carousel .img-caption {width: 430px;}
	.team-wrap .team-content > h5 {font-size: 14px;}
	.team-wrap .team-content > .text-sm {font-size: 12px !important;}
	.page-footer > .page-section {width: 50%;}

	.dic-description-text .card-team-detail.dic-description-video {width: 100%;}
	.c-BlogPages .page-banner.blog-banner {margin-bottom: 30px !important;}
	.page-section .page-blog-section {width: 100%; margin: 0 auto;}
	.page-section .social-buttons {padding-bottom: 20px !important;}
	.page-section .social-buttons .social-button {margin: 0; margin-bottom: 10px; margin-right: 10px;;}
	.page-section .social-buttons .social-button .btn.btn-custom {margin: 0 !important;}
	.page-section .dic-description-text {width: 100%; margin: 0 auto;}

	.title-section, .text-center .title-section {font-size: 30px; margin-bottom: 20px;}

	.page-section-wizard-step {width: 100%;}
	.page-section-wizard {padding: 0;}
	.team-wrap .team-content {min-height: 215px;}

	#work-with-me-section {padding-bottom: 40px !important;}
	#work-with-me-section .text-center .title-section { padding-top: 20px !important;}

	.contact-overlay-box {width: 80%; max-width: 80%;}
	.contact-overlay-box .overlay-body {width: 80%;}
	.overlay .c-Section-Form {width: 100%;}

	div.sub-title-section {width: 100%;}

	.dic-description-text .card-team-detail.dic-description-video.u-iframe {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 650px) {
	.home-banner .hero-carousel-item {background-image: none !important;}
	.home-banner .hero-carousel-item-1 {width: 100% !important;}
  	.home-banner .hero-carousel-item-2 {display: block !important; opacity: 1 !important; }

  	.blog-banner .hero-carousel-item-1 {display: block !important;}
  	.blog-detail-banner .hero-carousel-item-1 {display: block !important; opacity: 1; margin: 0 auto;}
  	.blog-banner .hero-carousel-item-2 {display: none !important;}

  	.card-block-header {font-size: 36px;line-height: 26px;}
}
@media (max-width: 590px) {
	.card-block-header {font-size: 32px;line-height: 26px;}
}
@media (max-width: 540px) {
	.card-block-header {font-size: 32px;line-height: 26px;}
}
@media (max-width: 480px) {
	.hero-carousel h1 {font-size: 56px;}
	.card-block {padding-bottom: 80px;}
	.card-block-image {width: 100%;margin-top: 30px;}
	.header-bar.top-header-bar {top: 18px;}
	.header-bar.top-header-bar .icon-menu {font-size: 20px;}
	.header-bar.top-header-bar .btn {padding: 4px 10px; font-weight: bold; font-size: 12px;}
	.overlay .overlay-close-button, .overlay-popup .overlay-close-button {top: 35px;left: 50px;font-size: 22px;}
	.page-footer .page-footer-col-first {display: none;}
	/*.page-footer .page-footer-col {width: 50%;}*/
	.page-footer > .page-section {width: 80%;}
	.btn.btn-custom.btn-red.btn-get-started {padding: 8px 35px;font-size: 16px;}
}
@media (max-width: 420px) {
	.card-block-image {width: 90%;margin-top: 0px;}
	.card-block {padding: 40px 20px;}
	.card-block-header {font-size: 26px;line-height: 26px;}
	.btn.btn-custom.btn-red{font-size: 10px;font-weight: bold;}
	.top-header-buttons {top: 17px;}
	.header-bar.top-header-bar .btn {font-size: 12px;}
	.team-wrap .social-button .btn.btn-custom {padding: 5px 10px;}
	.hero-carousel-item-1 {width: 100% !important;}
}