/*
.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.gilda-display-regular {
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
}
*/

* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 18px;
}

@media screen and (max-width: 1840px) {
html {
	font-size: 17px;
}
}

@media screen and (max-width: 1140px) {
html {
	font-size: 16px;
}
}

@media screen and (max-width: 840px) {
html {
	font-size: 15px;
}
}

body {
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #bfc8e0;
	width: 100%;
	min-width: 1800px;
	background: #000616 url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	line-height: 1.2;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h1, .h1 {
	font-size: 2.77rem;
	color: #fff;
}
h2, .h2 {
	font-size: 2.6rem;
	color: #e6e0db;
}
h3, .h3 {
	font-size: 2.44rem;
	color: #e5ebdb;
}
h4, .h4 {
	font-size: 2.27rem;
	color: #d7f1e3;
}
h5, .h5 {
	font-size: 2.11rem;
	color: #d7eef1;
}
h6, .h6 {
	font-size: 1.94rem;
	color: #e5d7f1;
}


a {
	color: #00c9b7;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 15px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 20px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 1;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
	color: #fff;
	background: #ac0069;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	border: 0px;
	min-width: 302px;
	min-height: 77px;
	box-sizing: border-box;
    letter-spacing: 3px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	border-radius: 3px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.form input.submit:hover, input.button:hover {
	background: #00bdac;
}
@media screen and (max-width: 1245px) {
.form input.submit, input.button {
	min-width: 250px;
	padding: 10px 20px 10px 20px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #bfc8e0;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #bfc8e0;
	font-size: 1.1rem;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #fff;
	font-family: "Mulish", sans-serif;
    font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 10px 0px;
	background: none;
	border: 1px solid #00c9b7;
}
.form select {
	padding: 19px 30px 19px 30px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #ac0069;
}

@media screen and (max-width: 1840px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 15px 25px 15px 25px;
}
.form select {
	padding: 14px 25px 14px 25px;
}
}

@media screen and (max-width: 1140px) {
.form input[type=text], .form input[type=password], .form input[type=file], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	padding: 10px 15px 10px 15px;
}
.form select {
	padding: 9px 15px 9px 15px;
}
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
    text-align: left;
}
#testimonials_form #scode_block {
    text-align: center;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px; 
	margin: 2px auto 0px;
	padding: 0px;
	list-style: none;
}
#scode_block ul li {
	margin: 0px; 
}
#testimonials_form #scode_block ul,
#estimate #scode_block ul {
    margin: 38px auto 0px auto;
}
@media screen and (max-width: 1140px) {
#scode_block ul {
    flex-direction: column;
	align-items: center;
	margin: 10px auto 0px auto;
}
}
.captcha {
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
}
@media screen and (max-width: 660px) {
.g-recaptcha {
	padding-right: 0px;
	padding-bottom: 5px;
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	padding: 15px 30px 15px 30px;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-overflow: inherit;
}
::-moz-placeholder {
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-overflow: inherit;
}
:-moz-placeholder {
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-overflow: inherit;
}
:-ms-input-placeholder {
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-overflow: inherit;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.img_full, .images_full {
	max-width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background: linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
	text-align: center;
	padding: 21px 32px 21px 32px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
    clip-path: polygon(19px 0, 100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0 100%, 0 19px);
    cursor: pointer;
}
.a_button:hover {
	text-decoration: none;
    background: linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}

.a_button1 {
	background-color: #001f50;
}
.a_button1:hover {
	background-color: #a7882b;
}

.a_button_phone {
	background: url(images/icon-phone.webp) 32px 24px no-repeat, linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
	padding-left: 67px;
}
.a_button_phone:hover {
	background: url(images/icon-phone.webp) 32px 24px no-repeat, linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}
@media screen and (max-width: 1140px) {
.a_button {
	font-size: 0.86rem;
	line-height: 1;
	padding: 16px 23px 16px 23px;
}
.a_button_phone {
	background: url(images/icon-phone.webp) 32px 16px no-repeat, linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
	padding-left: 50px;
}
.a_button_phone:hover {
	background: url(images/icon-phone.webp) 32px 16px no-repeat, linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}
}
.section_button {
	position: absolute;
    top: 0px;
    right: 0px;
}
.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

/* ul_no_dots
-----------------------------------------------------------------------------*/
.ul_no_dots, .ul_no_dots > li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}


/* columns
-----------------------------------------------------------------------------*/
.columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.columns_inline {
	display: inline-flex;
}
.columns.align_center {
	justify-content: center
}

.columns li {
	min-width: 240px;
}
.columns[data-columns-count="2"] li {
	flex-basis: calc(50% - 20px);
}
.columns[data-columns-count="3"] li {
	flex-basis: calc(33.333% - 20px);
}
.columns[data-columns-count="4"] li {
	flex-basis: calc(25% - 20px);
}
.columns[data-columns-count="5"] li {
	flex-basis: calc(20% - 20px);
}
.columns[data-columns-count="6"] li {
	flex-basis: calc(16.666% - 20px);
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 700px;
	margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #ac0069;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	text-decoration: none;
	background: #00c9b7;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2rem;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	font-family: "Mulish", sans-serif;
	color: #666;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}

.portfolio_sections_list ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Chakra Petch", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	color: #d7f1e3;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 0.7rem;
	line-height: 1.2;
}

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}


@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 1300px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size: 1.3rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 800px) {
.portfolio_index_caption {
	font-size: 1.2rem;
}
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}


/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}


/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	color: #bfc8e0;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #00c9b7;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: auto;
	margin: 0px 30px 0px 30px;
}
}


@media screen and (max-width: 1140px) {
.page_wrapper {
	margin: 0px 20px 0px 20px;
}
}


#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 63px;
	color: #8893ac;
	font-weight: 400;
	font-size: 0.78rem;
	line-height: 1;
	font-style: normal;
	background: linear-gradient(to bottom, #00071a 0px, #030a1c 100%);
    border-bottom: 1px solid #042030;
    box-sizing: border-box;
}

#header_slogan {
	width: auto;
	float: left;
	padding: 24px 15px 0px 0px;
}

#header_social {
	width: auto;
	float: right;
	padding: 15px 15px 0px 0px;
}
#header_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
#header_social a img {
	margin: 0px 0px 0px 5px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}

#header_hours {
	width: auto;
	float: right;
	background: url(images/icon-hours.webp) left 24px no-repeat;
	padding: 24px 67px 3px 24px;
}

#header_location {
	width: auto;
	float: right;
	background: url(images/icon-location.webp) left 24px no-repeat;
	padding: 24px 70px 0px 19px;
}
#header_phone {
    display: none;
}
@media screen and (max-width: 1140px) {
#header_hours {
	padding: 24px 25px 3px 24px;
}
#header_location {
    padding: 24px 25px 0px 19px;
}
#header_slogan {
	width: auto;
	float: left;
	padding: 24px 0px 0px 0px;
}
#header_phone {
    display: inline-block;
    float: right;
    width: auto;
	font-size: 1rem!important;
    line-height: 1.8!important;
    letter-spacing: 1.5px;
	color: #fff!important;
	padding: 15px 15px 0px 15px;
	background: url(images/icon_phone.webp) left 24px no-repeat;
    text-decoration: none;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
} 
#header_slogan {
	width: 170px;
	padding-top: 11px;
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 1;
}
}
@media screen and (max-width: 968px) {
#header_location {
	display: none;
}
}
@media screen and (max-width: 687px) {
#header_hours {
	display: none;
}
#header_phone {
	padding: 17px 15px 0px 15px;
} 
}
@media screen and (max-width: 450px) {
#header {
	text-align: center;
}
#header_phone,
#header_social {
	float: none;
	display: inline-block;
    vertical-align: middle;
}
#header_slogan {
	display: none;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 54px;
    position: absolute;
    top: 213px;
    right: 0px;
    z-index: 200;
}
#menutop.box_fixed {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
}
#menutop ul {
	display: grid;
	gap: 0px;
	grid-template-columns: repeat(6, auto);
    justify-content: end;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	display: inline-block;
	padding: 0px 27px 0px 27px;
	margin: 0px;
}
#menutop ul li:last-child {
	padding: 0px 0px 0px 27px;
}
#menutop ul li a {
	display: block;
	color: #fff;
    font-family: "Chakra Petch", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	padding: 17px 0px 17px 0px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ac0069;
	text-decoration: none;
    background: url(images/menutop_a_hover.webp) center bottom repeat-x;
}
@media screen and (max-width: 1840px) {
#menutop {
	top: 300px;
}
#menutop ul {
    justify-content: space-between;
	margin: 0px auto;
}
}
@media screen and (max-width: 1140px) {
#menutop {
    display: none;
}
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1209px;
	position: relative;
	z-index: 10;
	background: #00091e;
}
.inside #slideshow {
	height: 609px;
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 378px!important;
	background: #00081a url(images/mobile_slideshow_bg.webp) center center no-repeat;
    background-size: cover;
}
.inside #slideshow {
	height: 228px!important;
}    
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_01.webp) center center no-repeat;
}
#slide2 {
	background: url(images/slides_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_03.webp) center center no-repeat;
}
}
#slideshow_content {
	position: absolute;
	color: #fff;
	width: 100%;
	left: 0px;
	top: 59px;
	z-index: 235;
    text-align: left;
}
#slideshow_logo {
    text-align: left;
    margin-bottom: 202px;
}
#slideshow_slogan {
    font-family: "Chakra Petch", sans-serif;
    width: 60%;
    font-weight: 700;
	font-size: 5rem;
	line-height: 1;
    text-transform: uppercase;
    padding: 0px 0px 28px 0px;
    margin-bottom: 25px;
    background: url(images/title_line.webp) left bottom no-repeat;
}
#slideshow_text {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
	font-size: 1rem;
	line-height: 1.44;
}
#slideshow_content .a_button {
    margin: 40px 0px 0px 0px;
}
#slideshow_content .a_button_phone {
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px; 
}
.inside #slideshow_slogan,
.inside #slideshow_text,
.inside #slideshow_content .no_inside{
    display: none;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 1039px;
}
.inside #slideshow {
	height: 489px;
}
#slideshow_content {
	top: 30px;
}
#slideshow_logo img {
    width: 523px;
    height: auto;
}
#slideshow_slogan {
    width: 80%;
	font-size: 4.44rem;
}
#slideshow_content .a_button_phone {
    top: 30px; 
}
}
@media screen and (max-width: 1140px) {
#slideshow_content {
	top: 36px;
    left: 0px;
}
#slideshow_logo {
    margin-bottom: 66px;
}
#slideshow_logo img {
    width: 279px;
}
#slideshow_slogan {
	font-size: 1.6rem;
    padding: 0px 0px 18px 0px;
}
#slideshow_text {
    font-size: 1rem;
    line-height: 1;
    padding: 0px;
}
#slideshow_content .a_button,
#slideshow_content .a_button_phone {
    display: none; 
}
}
@media screen and (max-width: 350px) {
#slideshow_logo {
    margin-bottom: 40px;
}
#slideshow_content {
	top: 10px;
}
}
#slideshow_logos {
	position: absolute;
	width: 100%;
	left: 71px;
	top: 30px;
    margin: 0px auto;
	z-index: 231;
    text-align: center;
}
@media screen and (max-width: 1840px) {
#slideshow_logos {
	left: 81px;
}
}
@media screen and (max-width: 687px) {
#slideshow_logos {
	display: none;
}
}
#slideshow_logos img {
	margin: 0px 16px;
}
#slideshow_pager { 
	position: absolute;
    width: 1800px!important;
	bottom: 73px;
	z-index: 240;
	left: 0px;
    right: 0px;
	margin: 0px auto;
	text-align: left;
}
#slideshow_pager span { 
	width: 62px;
	height: 5px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 0px;
	background: url(images/slide_icon.webp) center center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}
.inside #slideshow_pager { 
	bottom: 33px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
	margin: 0px 30px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #00030b 0px, #060e23 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Mulish", Arial, sans-serif;
    font-size: 0.9rem;
	line-height: 2.4;
	font-weight: 400;
	height: 36px;
	padding: 2px 20px 0px 20px;
    text-transform: uppercase;
}
#mobile_show_menu {
    color: #fff;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -2px 5px 0px 0px;
}
@media screen and (max-width: 1140px) {
.menu_icons {
	display: block;
}
}
/* .menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}
#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #029386 0px, #00b8a8 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-family: "Mulish", Arial, sans-serif;
    font-size: 0.9rem;
	line-height: 1;
	font-weight: 400;
    text-transform: uppercase;
	padding: 12px 0px 8px 0px;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #ac0069;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #ebe7e1;
	border-bottom: 1px solid #ebe7e1;
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}
#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}
@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
	min-height: 800px;
	background: #000616;
    padding: 98px 0px 120px 0px;
    border-top: 1px solid #021d2e;
}
@media screen and (max-width: 1840px) {
#middle {
    padding: 60px 0px 70px 0px;
}
}
@media screen and (max-width: 1140px) {
#middle {
	min-height: 600px;
    padding: 40px 0px 40px 0px;
}
}
/* box_content
-----------------------------------------------------------------------------*/
#box_content {
	width: 100%;
    position: relative;
    background: #000616;
    padding: 151px 0px 150px 0px;
    border-top: 1px solid #011d2e;
}
#box_content_flex {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4%;
}
#box_content_data,
#box_content_photo {
    width: 46%;
}
#box_content_data1 {
    width: 100%;
    max-width: 846px;
}
#box_content_photo img {
    width: 100%;
	display: block;
    object-fit: cover;
}
#box_content .a_button_phone {
	margin-left: 31px;
    background: url(images/icon-phone.webp) 32px 24px no-repeat, linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}
#box_content .a_button_phone:hover {
    background: url(images/icon-phone.webp) 32px 24px no-repeat, linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
}
@media screen and (max-width: 1840px) {
#box_content_photo {
	padding-top: 5%;
}
}
@media screen and (max-width: 1140px) {
#box_content {
    padding: 40px 0px 40px 0px;
}
#box_content_flex {
	flex-direction: column;
	gap: 30px;
}
#box_content_data,
#box_content_photo {
	width: 100%;
}
#box_content_photo {
	padding-top: 0px;
}
#box_content_photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#box_content_data1 {
	max-width: none;
    font-size: 0.86rem;
    line-height: 1.5;
}
#box_content .a_button_phone {
    background: url(images/icon-phone.webp) 32px 16px no-repeat, linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}
#box_content .a_button_phone:hover {
    background: url(images/icon-phone.webp) 32px 16px no-repeat, linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
}
}
@media screen and (max-width: 355px) {
#box_content .a_button_phone {
	margin-left: 2px;
}
}
@media screen and (max-width: 325px) {
#box_content .a_button_phone {
	margin-top: 4px;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #00081e url(images/box_services_bg.webp);
	padding: 150px 0px 150px 0px;
	position: relative;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
	color: #fff;
	text-align: center;
    border-top: 1px solid #001d2e;
    border-bottom: 1px solid #001d2e;
    background-size: cover;
    box-sizing: border-box;
}
#box_services ul {
	margin: 56px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 30px;
}
#box_services ul li {
  	flex-basis: calc(20% - 30px);
	vertical-align: top;
	background: #000616;
	position: relative;
	box-sizing: border-box;
    border-top: 1px solid #004147;
}
#box_services ul li:hover {
	background: linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
}
#box_services ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 174px 30px 108px 41px;
	text-align: left;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: 41px 45px;
	background-repeat: no-repeat;
}
#box_services ul li a:hover {
	text-decoration: none;
}

#box_services ul li a strong {
	display: block;
	font-size: 1.27rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px 15px 0px;
}

#box_services ul li a span {
    font-size: 0.85rem;
	line-height: 1.34;
	position: absolute;
    left: 41px;
    bottom: 53px;
    color: #bfc8e0;
    padding-left: 31px;
    background: url(images/box_services_details.webp) left center no-repeat;
}
#box_services ul li a:hover span {
    color: #fff;
}

#box_services ul li:nth-child(1) a {
	background-image: url(images/icon-classic-car-restoration.webp);
}
#box_services ul li:nth-child(2) a {
	background-image: url(images/icon-vehicle-tune-ups.webp);
}
#box_services ul li:nth-child(3) a {
	background-image: url(images/icon-oil-changes-maintenance.webp);
}
#box_services ul li:nth-child(4) a {
	background-image: url(images/icon-battery-testing-replacement.webp);
}
#box_services ul li:nth-child(5) a {
	background-image: url(images/icon-brake-repair-replacement.webp);
}
#box_services ul li:nth-child(6) a {
	background-image: url(images/icon-electrical-diagnosis-repair.webp);
}
#box_services ul li:nth-child(7) a {
	background-image: url(images/icon-engine-diagnostics-repair.webp);
}
#box_services ul li:nth-child(8) a {
	background-image: url(images/icon-transmission-diagnostics-repair.webp);
}
#box_services ul li:nth-child(9) a {
	background-image: url(images/icon-car-air-conditioning.webp);
}
#box_services ul li:nth-child(10) a {
	background-image: url(images/icon-carburetor-repair-tuning.webp);
}
#box_services ul li:nth-child(11) a {
	background-image: url(images/icon-custom-car-exhausts-repairs.webp);
}
#box_services ul li:nth-child(12) a {
	background-image: url(images/icon-vehicle-fabrication.webp);
}
#box_services ul li:nth-child(13) a {
	background-image: url(images/icon-tire-mounting.webp);
}
#box_services ul li:nth-child(1) a:hover {
	background-image: url(images/icon-classic-car-restoration-hover.webp);
}
#box_services ul li:nth-child(2) a:hover {
	background-image: url(images/icon-vehicle-tune-ups-hover.webp);
}
#box_services ul li:nth-child(3) a:hover {
	background-image: url(images/icon-oil-changes-maintenance-hover.webp);
}
#box_services ul li:nth-child(4) a:hover {
	background-image: url(images/icon-battery-testing-replacement-hover.webp);
}
#box_services ul li:nth-child(5) a:hover {
	background-image: url(images/icon-brake-repair-replacement-hover.webp);
}
#box_services ul li:nth-child(6) a:hover {
	background-image: url(images/icon-electrical-diagnosis-repair-hover.webp);
}
#box_services ul li:nth-child(7) a:hover {
	background-image: url(images/icon-engine-diagnostics-repair-hover.webp);
}
#box_services ul li:nth-child(8) a:hover {
	background-image: url(images/icon-transmission-diagnostics-repair-hover.webp);
}
#box_services ul li:nth-child(9) a:hover {
	background-image: url(images/icon-car-air-conditioning-hover.webp);
}
#box_services ul li:nth-child(10) a:hover {
	background-image: url(images/icon-carburetor-repair-tuning-hover.webp);
}
#box_services ul li:nth-child(11) a:hover {
	background-image: url(images/icon-custom-car-exhausts-repairs-hover.webp);
}
#box_services ul li:nth-child(12) a:hover {
	background-image: url(images/icon-vehicle-fabrication-hover.webp);
}
#box_services ul li:nth-child(13) a:hover {
	background-image: url(images/icon-tire-mounting-hover.webp);
}

@media screen and (max-width: 1840px) {
#box_services {
	padding: 90px 0px 90px 0px;
}
#box_services ul {
	gap: 15px 15px;
}
#box_services ul li {
  	flex-basis: calc(20% - 15px);
}
#box_services ul li a {
    padding: 127px 10px 80px 20px;
    background-position: 20px 45px;
	background-size: auto 65px;
}
#box_services ul li a span {
    left: 20px;
}
}

@media screen and (max-width: 1140px) {
#box_services {
	background: #070f24;
	padding: 40px 0px 40px 0px;
}
#box_services ul {
	gap: 10px 10px;
}
#box_services ul li a {
    padding: 127px 10px 40px 10px;
	font-size: 1rem;
    background-position: center 45px;
    text-align: center;
}
#box_services ul li a strong {
	font-size: 1.2rem;
	padding: 0px 0px 10px 0px;
}
#box_services .a_button,
#box_services ul li a span {
	display: none;
}
}

@media screen and (max-width: 900px) {
#box_services ul li {
  	flex-basis: calc(33.333% - 10px);
}
}

@media screen and (max-width: 600px) {
#box_services ul li {
  	flex-basis: calc(50% - 10px);
}
}

@media screen and (max-width: 400px) {
#box_services ul li {
  	flex-basis: 100%;
	min-height: 200px;
}
}

/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	width: 100%;
	padding: 150px 0px 146px 0px;
	background: #000616;
	position: relative;
}
#testimonials {
	width: 100%;
	height: auto;
	margin: 0px auto;
    padding: 55px 0px 33px 0px;
    text-align: center;
	position: relative;
	z-index: 10;    
}
#testimonials ul {
	display: flex;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#testimonials li {
    display: flex;
	gap: 4%;
	width: 100%;
}
#testimonials li div {
    flex: 1 1 0;
	min-width: 0;
	max-width: none;
	position: relative;
    background: #050e26;
}
#testimonials li .testimonial::after {
	content: "";
	position: absolute;
	bottom: -33px;
	left: 49px;
	width: 33px; 
	height: 33px;
	background: url(images/testimonials_review.webp) center center no-repeat;
	background-size: contain;
}
.quotes::before {
    content: "";
	position: absolute;
	top: 56px;
	left: 88px;
	width: 41px; 
	height: 29px;
	background: url(images/quotes_top.webp) center center no-repeat;
	background-size: contain;
}
.quotes::after {
    content: "";
	position: absolute;
	top: 330px;
	right: 88px;
	width: 41px; 
	height: 29px;
	background: url(images/quotes_bottom.webp) center center no-repeat;
	background-size: contain;
}
#testimonials li div span {
	display: block;
	padding: 127px 88px 110px 88px;
	font-size: 1rem;
	line-height: 1.66;
	color: #bfc8e0;
	text-align: left;
}
#testimonials li div span strong {
	display: block;
    margin-top: 15px;
	color: #00c9b7;
    font-weight: 400;
}
@media screen and (max-width: 1140px) {
#box_reviews {
	padding: 40px 0px 40px 0px;
}
#box_reviews .section_button {
	margin-top: 30px;
    position: relative;
    text-align: center;
}
#testimonials li div span {
	padding: 40px;
}
.quotes::before,
.quotes::after {
    display: none;
}
}
@media screen and (max-width: 800px) {
#box_reviews .last {
	display: none;
}
}
/* box_call_to_action
-----------------------------------------------------------------------------*/
#box_call_to_action {
	width: 100%;
	padding: 212px 0px 167px 0px;
	background: #00081e url(images/box_call_to_action.webp) center center no-repeat;
    background-size: cover;
	position: relative;
    border-top: 1px solid #233d4a;
    box-sizing: border-box;
}
#text_call {
    padding: 26px 0px 44px 0px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1140px) {
  #box_call_to_action {
	padding: 40px 0px 40px 0px;
}  
}
/* box_adventages
-----------------------------------------------------------------------------*/
#box_adventages {
	width: 100%;
	padding: 150px 0px 105px 0px;
	background: #000616;
	position: relative;
    border-top: 1px solid #082536;
}
#box_adventages ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
    padding-top: 56px;
}
#box_adventages ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1 1 0;
}
#box_adventages ul li img {
	display: block;
}
#box_adventages ul li p {
    max-width: 190px;
	margin-top: 24px;
	text-transform: uppercase;
    font-size: 1.27rem;
    line-height: 1.17;
    font-weight: 600;
    font-family: "Chakra Petch", sans-serif;
    color: #fff;
}
@media screen and (max-width: 1140px) {
#box_adventages {
	padding: 40px 0px 40px 0px;
}
#box_adventages ul {
    flex-wrap: wrap;
    justify-content: center;
}
#box_adventages ul li img {
	height: 90px;
    width: auto;
}
#box_adventages ul li {
    width: calc(50% - 20px);
}
#box_adventages ul li p {
	margin-top: 15px;
    font-size: 1rem;
}
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	position: relative;
	padding: 150px 0px 150px 0px;
	background: #00081e;
    border-top: 1px solid #001c2d;
    box-sizing: border-box;
}
#box_gallery ul {
    display: flex;
	flex-wrap: wrap;      
	justify-content: center;
    margin: 56px auto 0px;
	gap: 39px; 
    overflow: hidden;
}
#box_gallery ul li {
    flex: 0 0 calc(33.333% - 39px);
	position: relative;
    aspect-ratio: 805 / 640;
	overflow: hidden;
}
#box_gallery ul li a,
#box_gallery ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: url(images/icon_zoom.webp) center center no-repeat, linear-gradient(-50deg, rgba(0, 189, 172, 0.8) 47%, rgba(1, 154, 140, 0.8) 50%, rgba(2, 146, 133, 0.8) 53%);
	z-index: 2;
	text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery a:hover div {
	opacity: 1;
}
#box_gallery ul li a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery a img:hover {
	opacity: 1;
}
.btn_mob {
    display: none;
}
@media screen and (max-width: 1840px) {
#box_gallery ul {
	gap: 28px; 
}
#box_gallery ul li {
    flex: 0 0 calc(33.333% - 28px);
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	padding: 30px 0px 30px 0px;
}
#box_gallery ul {
	margin: 20px auto 0px;
}
.btn_mob{
    display: block;
    text-align: center;
}
#box_gallery .section_button {
    position: relative;
    margin-top: 15px;
    text-align: center;
}
.btn_mob .a_button {
    display: inline-block;
}
.btn_desktop{
    display: none;
}
}
@media screen and (max-width: 692px) {
#box_gallery ul {
    gap: 14px;
    padding: 0px 20px;
    box-sizing: border-box;
}
#box_gallery ul li {
    flex: 0 0 calc(50% - 7px);
}
#box_gallery ul li:nth-child(3) {
    display: none;
}
}
@media screen and (max-width: 464px) {
#box_gallery ul li {
    flex: 0 0 100%;
}
#box_gallery ul li:nth-child(2) {
    display: none;
}
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	padding: 150px 0px 150px 0px;
	background: #000616 url(images/box_contact_bg.webp) center center no-repeat;
    background-size: cover;
	position: relative;
    border-top: 1px solid #001c2e;
}
.contact_section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 119px;
}
.contact_form {
    flex: 1 1 46%;
}
.contact_map {
    flex: 1 1 46%;
    overflow: hidden;
    position: relative;
}
.contact_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 134px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	padding: 19px 10px 19px 24px;
	border: 1px solid #00c9b7;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 58px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	padding: 19px 10px 19px 24px;
	border: 1px solid #00c9b7;
	margin: 0px 0px 10px 0px;
}
#box_contact_form input:required {
	background: url(images/placeholder_req_bg.webp) 16px 18px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: none !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #fff!important;
}
#box_contact_form ::-moz-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #fff!important;
}
#box_contact_form :-moz-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #fff!important;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 1rem;
	line-height: 1;
	color: #fff!important;
}
#box_contact_form input:-webkit-autofill,
#box_contact_form input:-webkit-autofill:hover, 
#box_contact_form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important; 
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px transparent inset; 
}
@media screen and (max-width: 1840px) {
.contact_section {
    gap: 2%;
}
.contact_form {
    flex: 1 1 52%;
}
}
@media screen and (max-width: 1140px) {
#box_contact {
	padding: 40px 0px 40px 0px;
	background: #000616;
}
.contact_section {
    flex-direction: column;
}
.contact_map {
    display: none;
}
#box_contact .form label.edit {
	width: 100%;
}
}
/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #7a7e8a;
	background: #00081e;
	position: relative;
	padding: 123px 0px 135px 0px;
	font-size: 0.83rem;
	line-height: 1.33rem;
    border-top: 1px solid #001c2e;
    box-sizing: border-box;
}
#footer_address {
	width: auto;
	float: left;
	padding-top: 47px;
}
#footer_address span {
	font-weight: 400;
}
#footer_links {
	width: auto;
	float: right;
	text-align: right;
	padding-top: 47px;
}
#footer_address a,
#footer_links a {
	color: #7a7e8a;
}
#footer_logo {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0px;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#footer {
	padding: 60px 0px 90px 0px;
}
#footer_address {
	padding-top: 140px;
}
#footer_links {
	padding-top: 140px;
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding: 40px 0px 40px 0px;
}
#footer_logo {
	display: none;
}
#footer_address,
#footer_links {
	float: none;
	width: 100%;
	text-align: center;
    padding-top: 0px;
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 19%;
	float: left;
}
#contact_form {
	width: 78%;
	float: right;
}
#contact_address a {
	color: #bfc8e0;
    text-decoration: none;
}
#contact_form input:-webkit-autofill,
#contact_form input:-webkit-autofill:hover, 
#contact_form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important; 
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px transparent inset; 
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #fff;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.77rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
    letter-spacing: 2px;
	padding: 27px 0px 0px 0px;
    background: url(images/title_line.webp) left top no-repeat;
}
.content_title h1 {
	margin: 0px;
	color: #fff;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.77rem;
	line-height: 1;
	text-align: left;
    padding: 27px 0px 49px 0px;
}

.content_title_center {
	text-align: center;
    background: url(images/title_line.webp) center bottom no-repeat;
    padding: 0px 40px 27px 40px;
}
#box_adventages .content_title_center {
    background: url(images/title_line.webp) center top no-repeat;
    padding: 27px 0px 0px 0px;
}
#box_contact .content_title { 
    margin-bottom: 59px;
}
.content_title1 {
	color: #fff;
}
@media screen and (max-width: 1840px) {
}
@media screen and (max-width: 1140px) {
.content_title,
.content_title h1 {
    padding-top: 10px;
    font-size: 1.33rem;
}
.content_title h1 {
    padding-bottom: 20px;
}
#box_contact .content_title { 
    margin-bottom: 10px;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 55px;
	height: 55px;
    background: url(images/scroll_top_bg.webp) center no-repeat ,linear-gradient(135deg, #00bdac 47%, #019a8c 50%, #029285 53%);
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: url(images/scroll_top_bg.webp) center no-repeat, linear-gradient(135deg, #ea20a7 47%, #b1036e 50%, #ac0069 53%);
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#scroll_top {
	width: 70px;
	height: 70px;
}
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
}

.videos-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}
.video-item {
    width: 360px;
    max-width: 100%;
    display: block;
}
.video-item .video-js {
    width: 360px !important;
    height: 640px !important;
    max-width: 100%;
}
.owner-label {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.team-grid {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1165px;
    margin: 0px auto;
}

.team-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.office-label {
    grid-column: 1;
    text-align: center;
    font-weight: 600;
}

.tech-label {
    grid-column: 2 / 4;
    text-align: center;
    font-weight: 600;
}
@media screen and (max-width: 1140px) {
.team-grid {
    gap: 10px;
}
.office-label,
.tech-label {
    font-size: 0.7rem;
    line-height: 1;
}
}
@media screen and (max-width: 760px) {
.team-grid {
    gap: 5px;
}
}