.sa_image_fixed {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.sa_theme_blue {
	background: #1063a8;
}

.sa_404_heading h1 {
	font-size: 146px;
	font-weight: 700;
	margin: 0px;
}

.sa_list_item_wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.vl-main-menu ul>li .sub-menu.sa_submenu {
	width: 300px !important;
}

.sa_light_grey_bg {
	background: #f0f2f3;
}

.sa_width_250 {
	width: 250px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.sa_text_align_center {
	text-align: center;
}

.sa_min_heght_80 {
	min-height: 80%;
}

.sa_min_heght_82 {
	min-height: 82%;
}

.sa_min_heght_86 {
	min-height: 86%;
}

.sa_min_heght_90 {
	min-height: 90%;
}

.sa_min_heght_92 {
	min-height: 92%;
}

.sa_min_heght_100 {
	min-height: 100%;
}

.sa_min_heght_335px {
	min-height: 335px;
}

.sa_min_heght_250px {
	min-height: 250px;
}

.sa_mandatory_start,
.error {
	color: #940b0b;
}

.CaptchaBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.CaptchaBox.Mbottom {
	margin: 0 0 20px 0;
}


.CaptchaBox .CaptchaText {
	font-size: 18px;
	text-align: center;
	color: #000;
	border-radius: 5px;
	border: 1px dashed #888;

	padding: 10px 30px;
	margin: 0 15px 0 0;
}

.CaptchaBox .CaptchaEqual {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin: 0 15px 0 0;
}

.CaptchaBox .CaptchaInput {
	margin: 0 15px 0 0;
}


.CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 45px;
	height: 45px;
	padding: 10px 10px;
	background: #1063a8;
	color: #fff;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sa_prevent_select {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

.sa_contact_detail_block {
	border: 1px solid #d5d0d0;
	border-radius: 5px;
}

.sa_contact_form_element {
	border: 1px solid #d5d0d0 !important;
}

.sa_contact_detail_item_block {
	padding: 10px 32px;
	/* display: flex;
	align-items: center; */
	display: flex;
	flex-direction: row;
	width: 100%;
}

/* *:focus { 
		border: 2px solid #1063a8;
 } */
:focus-visible {
	border: 2px solid #1063a8;
}

.sa_them-btn2 {
	background: #1063a8;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 17px 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

.sa_them-btn2:after {
	position: absolute;
	content: "";
	height: 36px;
	width: 36px;
	left: 8px;
	top: 8px;
	z-index: -1;
	border-radius: 50px;
	opacity: 0.1;
	background: #1C1C25;
	transition: 0.3s;
}

.sa_them-btn2:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 0;
}

.sa_them-btn2:hover {
	color: #FFF;
}

.sa_home_about_check {
	color: #FFF;
}

.sa_foot_address {
	color: #5F6168;
}

.sa_point_event_none {
	pointer-events: none;
}

.sa_header_social ul li {
	display: inline-block;
}

.sa_header_social ul a {
	height: 32px;
	width: 32px;
	color: #fff;
	display: block;
	line-height: 34px;
	text-align: center;
	border-radius: 50px;
	margin-right: 7px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.sa_header_social ul a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sa_header_social ul a:hover:after {
	width: 100%;
}

.sa_header_social ul li a {
	background: #FFF;
	color: #1063a8;
}

.sa_header_social ul li a:after {
	background: #1063a8;
	color: #FFF;
}

.sa_header_social ul li a:hover {
	background: #1063a8;
	color: #FFF;
}

.sa_list_messangers ul li{
	font-size: 50px;
	display: inline-block;
	list-style: none;
}
.sa_image_lightbox{
	cursor: zoom-in;
}
.sa_image_cursr_pointer{
	cursor: pointer;
}
.sa_width_80{
	width: 80%;
}
.sa_teampopup_header{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.sa_block_center{
	display: flex;
    justify-content: center;
}
.sa_people_item_img{
	width: 80%;
}

@media only screen and (max-width: 425px) {
 	.sa_people_item_img{
		width: 70%;
	}
}