/*
 * Global Styles
 * Classes: .content-text for ul li lists
 * ------------------------------------------------------------------------------------------------
*/


/* Colors:
#000000 -- Black
#4C4C4C -- Gray 90
#737373 -- Gray 80 Placeholder
#BFBFBF -- Gray 70
#EAEAEA -- Gray 60
#FFFFFF -- White

#E09900 -- Orang 90 Pressed
#FEB926 -- Orang 80 Default
#FFC64D -- Orang 70 Hover
#FFE9B9 -- Orang 40 Disabled

#0066FF -- Blue 80 Default
#3787FF -- Blue 70 Hover
#0050C8 -- Blue 90 Pressed
#A2C9EA -- Blue 60 Disabled Hover
#D3DBE2 -- Blue 50 Border
#E6F0F9 -- Blue 40

#F44336 -- Red

@import "global/columns.css";
@import "global/section.css";
@import "global/pagination.css";
@import "global/variables.css";
*/


body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.54px;
	word-break: break-word;
	padding: 0;
	margin: 0;
}

img,
svg  {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

p {
	margin-bottom: 15px;
}
p:only-child,
p:last-child {
	margin-bottom: 0;
}
p:empty {
	display: none;
}
p:blank {
	display: none;
}
p:-moz-only-whitespace {
	display: none;
}

ul li {
	margin-bottom: 15px;
}
ul:last-child {
	margin-bottom: 0;
}
ul:last-of-type li:last-child {
	margin-bottom: 0;
}

ol li {
	margin-bottom: 10px;
}
ol li ol {
	margin-top: 10px;
	margin-bottom: 15px;
}







/*
 * Color
 * ------------------------------------------------------------------------------------------------
*/
.color-orange {
	color: #FEB926;
}
.color-red {
	color: #F44336;
}
.color-blue {
	color: #0066FF;
}
.color-gray {
	color: #737373;
}
.color-black {
	color: #000000;
}







/*
 * Text
 * ------------------------------------------------------------------------------------------------
*/
.text-small {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.text-normal {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.text-bold {
	font-weight: 700;
}
.text-overline {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1.68px;
}







/*
 * Typography
 * ------------------------------------------------------------------------------------------------
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: inherit;
}

.h1_big {
	font-size: 73px;
	font-weight: bold;
	line-height: 73px;
	letter-spacing: 1.3px;
}

h1, .h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 57px;
}
h2, .h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 39px;
}
h3, .h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
}
h4, .h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0.9px;
}
h5, .h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
h6, .h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	margin-bottom: 15px;
}
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.h1_big {
		font-size: 42px;
		line-height: 52px;
	}
	h1, .h1 {
		font-size: 34px;
		line-height: 40px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 33px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 27px;
	}
}





/*
 * Typography Content
 * ------------------------------------------------------------------------------------------------
*/
.entry-content blockquote + h2,
.entry-content blockquote + h3,
.entry-content blockquote + h4,
.entry-content blockquote + header h2,
.entry-content form + h2,
.entry-content form + h3,
.entry-content form + h4,
.entry-content form + header h2,
.entry-content ol + h2,
.entry-content ol + h3,
.entry-content ol + h4,
.entry-content ol + header h2,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + header h2,
.entry-content table + h2,
.entry-content table + h3,
.entry-content table + h4,
.entry-content table + header h2,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + header h2 {
	margin-top: 1.5em;
}





/*
 * List Items
 * str_replace('<ul>', '<ul class="list_items">', $fields['key'])
 * ------------------------------------------------------------------------------------------------
*/
ul.list_style_disc {
	list-style: none;
	padding-left: 17px;
}
ul.list_style_disc li::before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Ccircle cx="3" cy="3" r="3" fill="%230287BF"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 6px;
	height: 6px;
	position: relative;
	top: -1px;
	margin-left: -17px;
	margin-right: 10px;
}

ul.list_items {
	padding-left: 20px;
}
ul.list_items li {
	list-style: none;
	list-style-image: url('data:image/svg+xml,%3Csvg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 4.87097L5.08511 9L13 1" stroke="%23058753" stroke-width="2"/%3E%3C/svg%3E');
	
	position: relative;
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.list_items_middle {
	padding-left: 0;
}
ul.list_items_middle li {
	position: relative;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}
ul.list_items_middle li:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 4.87097L5.08511 9L13 1" stroke="%23058753" stroke-width="2"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.check_list_items {
	padding-left: 0;
}
ul.check_list_items li {
	position: relative;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}
ul.check_list_items li:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="7.5" cy="8" r="7" stroke="%2307B6FF"/%3E%3Cpath d="M4 8L6 10L10.5 5.5" stroke="%2307B6FF"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}






/*
 * Form
 * ------------------------------------------------------------------------------------------------
*/
label {
	
}
.input-text,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #D3DBE2;
	border-radius: 4px;
	height: 54px;
	line-height: 52px;
	padding: 7px 14px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
select {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='%23000000' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: calc(100% - 15px);
	padding: 8px 40px 8px 22px;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #D3DBE2;
	border-radius: 4px;
	padding: 10px 14px;
	width: 100%;
	height: 100px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 900px;
	outline: 0;
	
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='1' fill='%23C4C4C4'/%3E%3Ccircle cx='5' cy='9' r='1' fill='%23C4C4C4'/%3E%3Ccircle cx='1' cy='9' r='1' fill='%23C4C4C4'/%3E%3Ccircle cx='9' cy='5' r='1' fill='%23C4C4C4'/%3E%3Ccircle cx='5' cy='5' r='1' fill='%23C4C4C4'/%3E%3Ccircle cx='9' cy='1' r='1' fill='%23C4C4C4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right bottom;
	background-position-x: calc(100% - 5px);
	background-position-y: calc(100% - 5px);
	resize: vertical !important;
}
textarea::-webkit-resizer {
	display: none;
}

.input-text:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
	border-color: #737373;
}

.input-text:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border-color: #0066FF;
	box-shadow: 0 0 0 1px #0066FF;
}

input:valid {
	
}

input:invalid {
	
}

input:disabled,
input:hover:disabled {
	background-color: #D3DBE2;
	border-color: #D3DBE2;
	color: #737373;
	box-shadow: none;
	pointer-events: none;
	cursor: default;
}

input[type=password] {
	padding-right: 45px;
}

input::-webkit-input-placeholder { color: #737373; }
input::-moz-placeholder          { color: #737373; }
input:-moz-placeholder           { color: #737373; }
input:-ms-input-placeholder      { color: #737373; }
input::placeholder               { color: #737373; }
input::-ms-expand                { color: #737373; }
textarea::-webkit-input-placeholder { color: #737373; }
textarea::-moz-placeholder          { color: #737373; }
textarea:-moz-placeholder           { color: #737373; }
textarea:-ms-input-placeholder      { color: #737373; }
textarea::placeholder               { color: #737373; }
textarea::-ms-expand                { color: #737373; }

@media (max-width: 767px) {
	.input-text,
	input:not([type=submit]),
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		font-size: 16px;
	}
}







/*
 * Form CheckBox
 * ------------------------------------------------------------------------------------------------
*
label.label-checkbox {
	cursor: pointer;
}
input[type="checkbox"] {
	padding: 0 10px 0 0;
	margin: 0;
	cursor: pointer;
}
input[type="checkbox"]:disabled {
	cursor: default;
}

input[type="checkbox"] {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #bbb;
	border-radius: 2px;
	position: relative;
	color: #555;
	clear: none;
	line-height: 0;
	margin: -4px 5px 0 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	min-width: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	transition: .1s border-color ease-in-out;
	box-shadow: none;
	cursor: pointer;
}
input[type="checkbox"]:hover {
	border-color: #0066FF;
}
input[type=checkbox]:checked:before {
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%230066FF' stroke='%230066FF'/%3E%3Cpath d='M6 10L9 13L15 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	position: absolute;
	left: -2px;
	top: -2px;
	cursor: pointer;
}
*/







/*
 * Form Radio
 * ------------------------------------------------------------------------------------------------
*
label.label-radio {
	cursor: pointer;
}
input[type="radio"] {
	padding: 0 10px 0 0;
	margin: 0;
	cursor: pointer;
}
input[type="radio"]:disabled {
	cursor: default;
}

input[type="radio"] {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #DDD;
	border-radius: 100%;
	position: relative;
	color: #555;
	clear: none;
	line-height: 0;
	margin: -4px 5px 0 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	min-width: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	transition: .1s border-color ease-in-out;
	box-shadow: none;
	cursor: pointer;
}
input[type="radio"]:hover {
	border-color: #0066FF;
}
input[type=radio]:checked:before {
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%230066FF' stroke-width='2'/%3E%3Ccircle cx='10' cy='10' r='4' fill='%230066FF' stroke='%230066FF' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	left: -2px;
	top: -2px;
	cursor: pointer;
}
*/






/*
 * Global Buttons
 * ------------------------------------------------------------------------------------------------
*/
.site_btn {
	display: inline-block;
	background-color: #0066FF;
	border: 1px solid #0066FF;
	position: relative;
	min-width: 275px;
	max-width: 100%;
	height: 60px;
	border-radius: 0;
	padding: 0 25px;
	color: #fff;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	line-height: 58px;
	letter-spacing: 0.672px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.site_btn.rounded {
	border-radius: 60px;
}
.site_btn:focus {
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.site_btn:hover {
	background-color: #3787FF;
	border-color: #3787FF;
	color: #fff;
	text-decoration: none;
}
.site_btn.pressed,
.site_btn.loading:hover {
	background-color: #0050C8;
	border-color: #0050C8;
	color: #fff;
}
.site_btn.disabled,
.site_btn:disabled {
	background-color: #A2C9EA;
	border-color: #A2C9EA;
	color: #fff;
	pointer-events: none;
}
.site_btn.phone_icon {
	height: 72px;
	line-height: 70px;
}
.site_btn.phone_icon:before,
.site_btn.wp-element-button[href^="tel:"]:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M23.9993 17.9686V21.5816C24.0006 21.917 23.9318 22.249 23.7971 22.5563C23.6625 22.8636 23.465 23.1395 23.2174 23.3662C22.9698 23.593 22.6774 23.7656 22.359 23.8731C22.0407 23.9805 21.7033 24.0204 21.3686 23.9902C17.6554 23.5875 14.0885 22.3212 10.9547 20.293C8.03906 18.4439 5.56712 15.9769 3.7144 13.067C1.67503 9.92519 0.40589 6.34809 0.00979454 2.62554C-0.0203606 2.29251 0.0192973 1.95685 0.126243 1.63995C0.233188 1.32305 0.405079 1.03185 0.63097 0.784879C0.85686 0.537911 1.1318 0.34059 1.43829 0.20548C1.74478 0.0703704 2.0761 0.000431667 2.41115 0.000116762H6.03129C6.61692 -0.00563562 7.18466 0.201333 7.6287 0.582446C8.07273 0.963559 8.36276 1.49281 8.44472 2.07155C8.59752 3.22778 8.88089 4.36305 9.28942 5.4557C9.45178 5.88675 9.48691 6.35522 9.39067 6.8056C9.29443 7.25597 9.07084 7.66938 8.7464 7.99682L7.21387 9.52631C8.9317 12.5414 11.4331 15.0378 14.4542 16.7522L15.9867 15.2228C16.3148 14.899 16.729 14.6758 17.1803 14.5798C17.6315 14.4837 18.1009 14.5188 18.5328 14.6808C19.6277 15.0885 20.7652 15.3713 21.9237 15.5238C22.5099 15.6064 23.0452 15.901 23.4279 16.3518C23.8106 16.8026 24.0139 17.378 23.9993 17.9686Z" fill="white"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
}
.section-wrap-button .site_btn {
	min-width: 250px;
}

@media (max-width: 767px) {
	.site_btn {
		height: 60px;
	}
	.site_btn.phone_icon {
		border-radius: 40px;
	}
}
@media (max-width: 425px) {
	.wrap-button .site_btn:only-child {
		width: 100%;
		min-width: auto;
	}
}







/*
 * Global Link
 * --------------------------------------------------
*/
.right-angle-btn:after {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L5.5 5.5L1 10" stroke="%230066FF" stroke-width="1.5"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	margin-left: 5px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}






/*
 * Contact Form 7
 * --------------------------------------------------
*/
.wpcf7-form {
	margin-bottom: 0;
}
.wpcf7-form label {
	color: #212121;
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-form p {
	margin-bottom: 0;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url] {
	width: 100%;
	max-width: 100%;
	margin-top: 1px;
}
.wpcf7-form select {
	width: 100%;
}
.wpcf7-form .select2 {
	width: 100% !important;
	max-width: 100%;
	margin-top: 1px;
}
.wpcf7-form textarea {
	width: 100%;
	height: 100px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 900px;
	margin-top: 1px;
	
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="9" cy="9" r="1" fill="%23C4C4C4"/%3E%3Ccircle cx="5" cy="9" r="1" fill="%23C4C4C4"/%3E%3Ccircle cx="1" cy="9" r="1" fill="%23C4C4C4"/%3E%3Ccircle cx="9" cy="5" r="1" fill="%23C4C4C4"/%3E%3Ccircle cx="5" cy="5" r="1" fill="%23C4C4C4"/%3E%3Ccircle cx="9" cy="1" r="1" fill="%23C4C4C4"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right bottom;
	background-position-x: calc(100% - 5px);
	background-position-y: calc(100% - 5px);
	resize: vertical !important;
}
.wpcf7-form textarea::-webkit-resizer {
	display: none;
}
.wpcf7-form .wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid:hover,
.wpcf7-form .wpcf7-not-valid:focus {
	border-color: #FF0000;
}
.wpcf7-form .submit_wrap {
	position: relative;
	text-align: right;
	margin-top: 35px;
}
.wpcf7-form .wpcf7-submit {
	width: 330px;
	max-width: 100%;
	cursor: pointer;
}
.wpcf7 form.submitting .wpcf7-submit {
	pointer-events: none;
	cursor: default;
}
.wpcf7-form .submit_wrap .ajax-loader,
.wpcf7-form .submit_wrap .wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
	right: 350px;
	margin: 0;
}
.wpcf7-not-valid-tip {
	color: #AF2D2E;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	margin-top: 3px;
}
.wpcf7 form .wpcf7-response-output {
	padding: 10px 15px 10px;
	border-radius: 4px;
	margin: 30px 0 0;
}
@media (max-width: 767px) {
	.wpcf7-form .submit_wrap {
		text-align: center;
		margin-top: 0;
	}
	.wpcf7-form .wpcf7-submit {
		width: 100%;
		max-width: 400px;
		margin-top: 25px;
	}
}







/*
 * Modal
 * --------------------------------------------------
*/
.modal .modal-header {
	border-bottom: none;
	padding: 23px 40px 10px;
}
.modal .modal-header .close {
	display: inline-block;
	background-image: url(../img/icons/close-circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 37px;
	opacity: 1;
	padding: 0;
	margin: 0;
	border-radius: 55px;
	position: absolute;
	top: 0;
	right: 0;
	
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.modal .modal-header .close span {
	display: none;
}
.modal .modal-header .modal-title {
	color: #000;
	margin: 0;
}
.modal .modal-body {
	padding: 15px 40px 40px;
}

.modal .modal-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.modal .modal-body::-webkit-scrollbar-track-piece  {
    background-color: #FAFAFA;
}
.modal .modal-body::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #C0C0C0;
}
.modal .modal-body::-webkit-scrollbar-track  {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 7px;
}
.modal .modal-body::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	border-radius: 7px;
}

.modal-backdrop {
	background-color: #000;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered .modal-content {
	width: 100%;
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

@media (min-width: 768px) {
	.modal .modal-dialog {
		width: 650px;
		max-width: 96%;
		max-width: calc(100% - 30px);
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog {
		width: 600px;
		max-width: calc(100% - 60px);
		margin-left: auto;
		margin-right: auto;
	}
	body:not(.logged-in) .modal-dialog {
		margin-top: 24px;
	}
	.modal .modal-header {
		padding: 23px 15px 10px;
	}
	.modal .modal-header .close {
		right: 33px;
	}
	.modal .modal-body {
		padding: 15px 15px 25px;
	}
}
@media (max-width: 500px) {
	.modal .modal-dialog {
		max-width: calc(100% - 30px);
	}
}







/*
 * Contacts
 * ------------------------------------------------------------------------------------------------
*/
.contacts {
	
}
.contacts a.phone:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.138 12.26c-.65-.642-1.462-.642-2.109 0-.493.49-.986.978-1.47 1.475-.133.137-.245.166-.407.075-.319-.174-.659-.315-.965-.506-1.43-.899-2.627-2.055-3.688-3.356-.526-.646-.994-1.338-1.322-2.117-.066-.157-.054-.261.075-.39.493-.476.974-.965 1.458-1.454.676-.68.676-1.475-.004-2.159-.385-.39-.77-.77-1.156-1.16-.398-.398-.791-.8-1.193-1.193-.65-.634-1.463-.634-2.11.004-.496.489-.973.99-1.478 1.471-.469.443-.705.986-.755 1.62-.078 1.032.174 2.005.53 2.954.73 1.964 1.84 3.709 3.187 5.308a19.717 19.717 0 0 0 6.53 5.109c1.144.555 2.33.982 3.618 1.052.886.05 1.657-.174 2.275-.866.422-.472.899-.903 1.346-1.354.663-.672.667-1.484.009-2.147a636.95 636.95 0 0 0-2.37-2.366z" stroke="%23000000" stroke-width="1.5"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
}
.contacts a.email:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.1998 0.799805H17.8998C19.1998 0.799805 20.2998 1.8998 20.2998 3.1998V13.5998C20.2998 14.8998 19.1998 15.9998 17.8998 15.9998H3.1998C1.8998 15.9998 0.799805 14.8998 0.799805 13.5998V3.1998C0.799805 1.8998 1.8998 0.799805 3.1998 0.799805Z" stroke="%23000000" stroke-width="1.5" stroke-miterlimit="10"/%3E%3Cpath d="M19 3L11.241 8.85678C10.8051 9.06228 10.1077 9.06228 9.6718 8.75403L2 3" stroke="%23000000" stroke-width="1.5" stroke-miterlimit="10"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
}







/*
 * Social Icons
 * ------------------------------------------------------------------------------------------------
*/
.social_icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social_icons .social-link {
	display: inline-block;
}
.social_icons .social-link + .social-link {
	margin-left: 15px;
}
.social_icons .social-link img,
.social_icons .social-link svg {
	display: block;
	width: 40px;
	height: 40px;
}
.social_icons .social-link:hover svg path {
	fill: --color_link_hover;
}







/*
 * Scroll Styles
 * --------------------------------------------------
*/
@media (min-width: 768px) {
	.scroll_css {
		scrollbar-width: thin;
		scrollbar-color: #CDCDCD #F0F0F0; /* Fire Fox */
	}
	.scroll_css::-webkit-scrollbar {
		width: 5px;
	}
	.scroll_css::-webkit-scrollbar-track {
		background-color: #F0F0F0;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
		border-radius: 5px;
	}
	.scroll_css::-webkit-scrollbar-track-piece {
		background-color: #F0F0F0;
	}
	.scroll_css::-webkit-scrollbar-thumb {
		background-color: #CDCDCD;
		border-radius: 5px;
	}
}







/*
 * Animation
 * --------------------------------------------------
*/
.ajax_btn_loader {
	position: relative;
	pointer-events: none;
	cursor: default;
}
.ajax_btn_loader:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	border-radius: 100%;
	border: 3px solid #FFF;
	border-style: dotted;
	animation: animate_spinner 1.2s linear infinite;
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
}

@keyframes animate_spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}







/*
 * Flex
 * --------------------------------------------------
*/
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flex.container:before,
.flex.container:after {
   display: none;
}
@media (min-width: 768px) {
	.flex_of_sm {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.flex_of_sm.container:before,
	.flex_of_sm.container:after {
	   display: none;
	}
}







/*
 * Sticky
 * --------------------------------------------------
*/
.sticky {
	position: sticky;
	top: 35px;
}
@media (max-width: 767px) {
	.sticky {
		position: static;
	}
}









