@charset "utf-8";
/* CSS Document */


/*********************************
6. Contact
*********************************/

.contact
{
	background: #FFFFFF;
	padding-top: 97px;
	padding-bottom: 23px;
}
.contact_title
{
	font-size: 24px;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}
.contact_text
{
	margin-top: 14px;
}
.contact_form_container
{
	margin-top: 55px;
}
.contact_form
{
	display: block;
	width: 100%;
}
.contact_form > input, .form-row, textarea
{
	margin-bottom: 11px;
}

.contact_input
{
	display: block;
	width: 100%;
	height: 54px;
	background: #f2f3f6;
	border: none;
	outline: none;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #050505;
}
select
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
	padding-left: 30px !important;
}
.form-control{
	background-color: #f2f3f6;
	height: 45px;
}

form label{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
	padding-left: 45px !important;
	vertical-align: middle;
}

.contact_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_textarea
{
	height: 169px;
	padding-top: 18px;
}
.contact_button
{
	width: 183px;
	height: 58px;
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 15px;
}
.contact_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 58px;
}

.custom-switch {
	padding-left: 2.25rem;
	padding-bottom: 1rem;
}

.custom-control-label {
	padding-top: 0.5rem;
	padding-left: 2rem;
	padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	height: 2rem;
	width: 3.5rem;
	pointer-events: all;
	border-radius: 1rem;
	background-color: #cad2db;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(2rem - 4px);
	height: calc(2rem - 4px);
	background-color: #ffffff;
	border-radius: 2rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #ffffff;
	-webkit-transform: translateX(1.5rem); //translateX(0.75rem);
	transform: translateX(1.5rem); //translateX(0.75rem);
}

.custom-control-input:checked~.custom-control-label::before
{
	background-color: #E00F01;
	border-color: #E00F01;
}

.tab-pane{
	margin-top: 20px;
}
.nav-tabs .nav-item{
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

.nav-tabs .nav-link.active{
	border-color: #E00F01 #E00F01 #ffffff;
	color: #E00F01;
}

.nav-tabs .nav-link.focus{
	border-color: #E00F01 #E00F01 #ffffff;
}

.nav-tabs {
	border-color: #E00F01;
}