* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #3e3e3e;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #2a2a2a;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: 400;
	color: #030303;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	color: #362923;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	color: #343623;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
	color: #233634;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: 400;
	color: #232336;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #36232c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ff7b00;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
b {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}
table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #2f2f2f;
	font-size: 18px;
	line-height: 18px;
    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 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
	width: auto;
	color: #fff;
	background: #2a2a2a;
	font-size: 20px;
	line-height: 20px;
	border: 0px;
    border-radius: 5px;
    letter-spacing: 6px;
	padding: 30px 110px 26px 110px;
	cursor: pointer;
    text-transform: uppercase;
}
.form input.submit:hover,
input.button:hover {
    color: #ff7b00; 
}
@media screen and (max-width: 1840px) {
.form input.submit, input.button {
	padding: 30px 39px 26px 39px;
}
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	font-size: 20px;
	line-height: 20px;
	padding: 30px 70px 26px 70px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: table;
	margin: 20px auto 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 1840px) {
#scode_block ul li:last-child {
	margin: 0px 0px 0px 0px;
}
}
@media screen and (max-width: 1140px) {
#scode_block ul {
	margin: 10px auto 0px auto;
}
#scode_block ul li {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 10px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}
@media screen and (max-width: 659px) {
#scode_block ul li:first-child {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:last-child {
	margin: 0px 5px 10px 5px;
}
}
.captcha {
	display: table;
	margin: 0px auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}
@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;
}
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* 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;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	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-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #030303;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background: none;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
	text-align: center;
	padding: 12px 38px 13px 38px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
    background: #030303;
    color: #f8f7f5;
	text-decoration: none;
}

.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;
}


/* 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: #030303;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #ff7b00;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #ff7b00;
	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-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	outline: none;
	background: #2a2a2a;
	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 {
	color: #fff;
	text-decoration: none;
	background: #ff7b00;
}

@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: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: 600;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #030303;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
    max-width: 30%;
    float: right;
	padding: 30px 0px 20px 20px;
	text-align: left;
}
@media screen and (max-width: 1140px) {
.portfolio_section_text {
    max-width: 100%;
    float: none;
    padding: 0px 0px 20px 0px;
}  
}

/* 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 {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	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: 11px;
	line-height: 12px;
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnail_image img {
	width: 200px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.portfolio_thumbnail_image img {
	width: 160px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnail_image img {
	width: 140px;
	height: auto;
}
}
	
/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.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);
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	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: 1140px) {
.portfolio_index_image img {
	width: 200px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 16px;
	line-height: 16px;
}
}

@media screen and (max-width: 800px) {
.portfolio_index_image img {
	width: 160px;
	height: auto;
}
.portfolio_index_caption {
	font-size: 15px;
	line-height: 15px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index_image img {
	width: 140px;
	height: auto;
}
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
    max-width: 70%;
}
@media screen and (max-width: 1140px) {
.portfolio_slider {
    max-width: 100%;
}
}
.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: 14px;
	line-height: 15px;
	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: 13px;
	line-height: 14px;
	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: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	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: #ff7b00;
}
.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: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	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;
}
.main_content1 {
	width: 1400px;
    margin: 0px auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
.main_content1 {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
.inside .page_wrapper {
	width: auto;
}
.main_content1 {
	width: auto;
    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;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !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);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
/* menutop
-----------------------------------------------------------------------------*/
#menutop_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease;
}
#menutop_popup.active {
	opacity: 1;
	visibility: visible;
}
#menutop_popup_container {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: 50%;
	height: 100%;
	background: #2b2b2b;
	padding: 100px 60px;
	box-sizing: border-box;
	transform: translateX(100%);
	transition: transform 400ms ease;
}
#menutop_popup.active #menutop_popup_container {
	transform: translateX(0);
}
.menutop_popup_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menutop_popup_list li ul {
	list-style: none;
}
.menutop_popup_list li {
	margin-bottom: 14px;
}
.menutop_popup_list li a {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
    line-height: 16px;
	letter-spacing: 2px;
    text-transform: uppercase;
	color: #bfbfbf;
	text-decoration: none;
}
.menutop_popup_list li > a:not([href="javascript:;"]):hover,
.menutop_popup_list li.selected:not(:has(ul)) > a {
    color: #ff7b00;
}
#menutop_open {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 1200;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menutop_open img {
	transition: transform 300ms ease, opacity 300ms ease;
}
#menutop_open.active img {
	content: url("images/icon_close.webp");
}
/*.menutop_popup_list li ul li::marker {
    color: #ff7b00; 
}*/
.menutop_popup_list li ul li:first-child {
    margin-top: 12px; 
}
@media screen and (max-width: 1840px) {
#menutop_popup {
    line-height: 28px;
}
.menutop_popup_list li a {
	font-size: 11px;
    line-height: 11px;
}
.menutop_popup_list li {
	margin-bottom: 0px;
}
.menutop_popup_list li ul li:first-child {
    margin-top: 0px; 
}
}
@media screen and (max-width: 1140px) {
#menutop_open{
    display:flex;
}
#menutop_popup_container {
	padding: 50px 20px 50px 30px;
}
}
@media screen and (max-width: 600px) {
.menutop_popup_list li a {
	font-size: 8px;
    line-height: 8px;
}    
}
/* header
-----------------------------------------------------------------------------*/
#header {
    width: 100%;
    height: 205px;
    background: #fff;
    z-index: 20;
}
#header_logo {
    padding-top: 34px;
    text-align: center;
}
@media screen and (max-width: 1140px) {
#header {
    height: 104px;
}
#header_logo {
    padding-top: 15px;
}
#header_logo img {
    width: 157px;
    height: 75px;
}
}

/* slideshow -desktop-inside-optional-2
-----------------------------------------------------------------------------*/
#slideshow-optional-2 {
	position: relative;
	width: 100%;
	height: 421px;
	z-index: 10;
    text-align: center;
    background: #f6f6f6 url(images/slideshow-optional-2-bg.webp) center center no-repeat;
	background-size: auto 421px;
}
#slideshow-optional-services {
	position: relative;
	width: 100%;
	height: 421px;
	z-index: 10;
    text-align: center;
    background: #f6f6f6 url(images/slideshow-optional-services-bg.webp) center center no-repeat;
	background-size: auto 421px;
}
@media screen and (max-width: 1840px) {
#slideshow-optional-2 {
	/*height: 700px;**/
}
}
@media screen and (max-width: 1140px) {
#slideshow-optional-2 {
	height: 169px;
	background-size: auto 169px;
}
#slideshow-optional-services {
	height: 169px;
	background-size: auto 169px;
}
}
#featured_projects_header_image {
    display: block;
    width: 100%;
    height: auto;
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height: 900px;
	z-index: 10;
    text-align: center;
    background: url(images/slideshow_bg.webp) center center no-repeat;
    background-size: cover;
}
.inside #slideshow {
	height: 421px;
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 300px;
	z-index: 235;
    text-align: center;
}
.inside #slideshow_content {
	top: 80px;
}
#slideshow_slogan {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
	font-size: 55px;
	line-height: 70px;
	color: #fff;
    text-shadow: 0 0 10px rgba(3, 3, 3, 0.8);
}
#slideshow_text {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
	font-size: 23px;
	line-height: 80px;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-shadow: 0 0 10px rgba(3, 3, 3, 0.8);
}
#slideshow_text span {
	color: #ff7b00;
    margin-left: -8px;
    display: inline-block;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 700px;
}
.inside #slideshow {
	height: 421px;
}
#slideshow_content {
	bottom: 300px;
}
.inside #slideshow_content {
	top: 100px;
}
#slideshow_slogan {
	font-size: 50px;
	line-height: 50px;
}
}
@media screen and (max-width: 1140px) {
#slideshow {
	height: 369px;
	background: #000 url(images/mobile_slideshow_bg.webp) center center no-repeat;
	background-size: cover;
}
.inside #slideshow {
	height: 169px;
}
#slideshow_content {
	bottom: 35%;
}
.inside #slideshow_content {
	top: 10%;
}
#slideshow_slogan {
	font-size: 22px;
	line-height: 30px;
}
#slideshow_text {
    font-size: 18px;
    padding-top: 14px;
	line-height: 18px;
}
}
@media screen and (max-width: 500px) {
.inside #slideshow_content {
	top: 20%;
}
.inside #slideshow_text {
    display: none;
}
}
#slideshow_content_contact {
    position: absolute;
    z-index: 255;
    inset: 0;
}
#slideshow_la,
#slideshow_sb {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    position: absolute;
}
#slideshow_la {
    top: 30px;
    left: 30px;
    color: #000;
}
#slideshow_sb {
    bottom: 30px;
    right: 30px;
    color: #fff;
}
@media screen and (max-width: 1140px) {
#slideshow_la,
#slideshow_sb {
    font-size: 18px;
    line-height: 18px;
}
}
/* main_content
-----------------------------------------------------------------------------*/
#main_content {
	width: 100%;
    padding: 140px 0px 60px 0px;
	background: #fff;
	min-height: 800px;
}
@media screen and (max-width: 1840px) {
#main_content {
    padding: 60px 0px 60px 0px;
	min-height: 600px;
}
}
@media screen and (max-width: 1140px) {
#main_content {
    padding: 40px 0px 20px 0px;
	min-height: 400px;
}
}
#main_content2 {
    width: 100%;
    padding: 0px 0px 60px 0px;
	background: #fff;
	min-height: 800px;
}
@media screen and (max-width: 1840px) {
#main_content2 {
    padding: 0px 0px 60px 0px;
	min-height: 600px;
}
}
@media screen and (max-width: 1140px) {
#main_content2 {
    padding: 0px 0px 20px 0px;
	min-height: 400px;
}
}
/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: 100%;
	background: #f8f7f5;
    display: flex;
    align-items: stretch;
}
#box_about_data {
    width: 50%;  
}
#box_about_data1 {
    width: 815px;
    padding: 171px 85px 100px 0px;
    margin-left: auto;  
    box-sizing: border-box;
}
#box_about_photo {
    width: 50%;
    overflow: hidden;
}
#box_about_photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left 20%;
}
@media screen and (max-width: 1840px) {
#box_about_data1 {
    width: 520px;
    padding: 107px 30px 127px 0px;
}
}
@media screen and (max-width: 1140px) {
#box_about {
    flex-direction: column;
}
#box_about_data,
#box_about_photo {
    width: 100%;
}
#box_about_photo {
    order: -1;
}
#box_about_data1 {
    width: auto;
    padding: 20px;
}
#box_about_photo img {
    height: 214px;
}
}
/* box_philosophy
-----------------------------------------------------------------------------*/
#box_philosophy {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 150px 0px 170px 0px;
}
#philosophy_text {
    max-width: 850px;
}
@media screen and (max-width: 1140px) {
#box_philosophy {
	padding: 50px 0px 50px 0px;
}  
}
/* box_approach
-----------------------------------------------------------------------------*/
#box_approach {
	width: 100%;
	background: #f8f7f5;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}
#box_approach_data {
    width: 50%; 
}
#box_approach_data1 {
    width: 815px;
    padding: 171px 0px 100px 85px;
    margin-right: auto;    
    box-sizing: border-box;
}
#box_approach_photo {
    width: 50%;
}
#box_approach_photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 20%;
}
@media screen and (max-width: 1840px) {
#box_approach_data1 {
    width: 520px;
    padding: 107px 0px 127px 30px;
}
}
@media screen and (max-width: 1140px) {
#box_approach {
    flex-direction: column;
}
#box_approach_data,
#box_approach_photo {
    width: 100%;
}
#box_approach_photo {
    order: -1;
}
#box_approach_data1 {
    width: auto;
    padding: 20px;
}
#box_approach_photo img {
    height: 214px;
}
}
/* box_leadership
-----------------------------------------------------------------------------*/
#box_leadership {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 150px 0px 170px 0px;
}
#leadership_text,
#leadership_text_left {
    max-width: 850px;
    margin: 0px auto;
}
@media screen and (max-width: 1140px) {
#box_leadership {
	padding: 50px 0px 50px 0px;
}  
}
/* footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 123px 0px 143px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
	font-size: 15px;
	line-height: 25px; 
	color: #b8b8b8;
}
#footer a {
	color: #b8b8b8;
}
#footer_left {
    float: left;
    width: auto; 
}
#footer_logo {
    width: 100%;
    text-align: left;
    padding: 0px;
    margin-bottom: 51px;
}
#footer_address {
    text-align: left;
}
#footer_right {
    float: right;
	width: auto;
    text-align: right;
    margin-top: 121px;
}
@media screen and (max-width: 1140px) {
#footer {
	padding: 30px 0px 30px 0px;
	font-size: 11px;
	line-height: 15px; 
}
#footer_left,
#footer_right {
    float: none;     
    width: 100%;
    text-align: center;
    margin: 0px;
}
.footer_address_line {
    display: block;
    margin-top: 9px;
}
#footer_logo {
    display: none;
}
.footer_phone {
    display: block;
}
#footer_address {
    text-align: center;
}
#footer_right {
    margin-top: 5px;
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
    float: left;
}
#contact_form {
	width: 700px;
    float: right;
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #030303;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	text-align: left;
	padding: 17px 0px 17px 0px;
	margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 13px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #030303;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	text-align: left;
    text-transform: uppercase;
    letter-spacing: 13px;
}
.content_title span {
	display: inline-block;
    letter-spacing: 13px;
}
.content_title strong {
    display: inline-block;
	color: #ff7b00;
    letter-spacing: normal;
    margin-left: -12px;
}
.content_title_center {
	text-align: center;
}
#box_projects .content_title {
    margin-bottom: 27px;
}
#box_services .content_title {
    margin-bottom: 30px;
}
#box_contact .content_title {
    margin-bottom: 29px;
}
@media screen and (max-width: 1840px) {
.content_title {
}
.content_title h1 {
}
}

@media screen and (max-width: 1140px) {
.content_title {
}
.content_title h1 {
}
}

.table_container {
    display: table;
}
.table_cell {
    display: table-cell;
}
#who_we_are {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px 40px; 
    text-align: left;
}
.who_item {
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 35px;
}
.who_link {
    display: block;
    color: #000;
    transition: 0.25s ease;
}
.links_profile a {
    color: #3e3e3e;
}
.links_profile {
    font-size: 29px;
}
#who_we_are a:hover {
    text-decoration: none;
}
#who_we_are img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
}
.orange_link {
    color: #ff7b00;
}
@media screen and (max-width: 1140px) {
#who_we_are {
    grid-template-columns: 1fr;
    gap: 30px;
}
.who_item {
    padding: 0;
}
}
@media screen and (max-width: 650px) {
.who_item {
    font-size: 27px;
}
}
.no_underline:hover {
    text-decoration: none;
}
#about_page {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px 40px; 
}
#about_page li:nth-child(2) {
    justify-self: end;
}
@media screen and (max-width: 1140px) {
#about_page {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
}
#about_page li:nth-child(2) {
    justify-self: center;
}
#about_page img {
    max-width: 100%;
    height: auto;
}
}
.bold {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
}
.inside_pages_grid {
    display: grid;
    grid-template-columns: 35% 1fr; 
    gap: 20px 50px; 
    list-style: none;
    align-items: start;
    padding: 0px; 
    margin: 0px;
}
.inside_pages_grid_right_img {
    display: grid;
    grid-template-columns: 1fr 35%; 
    gap: 20px; 
    list-style: none;
    align-items: start;
    padding: 0px; 
    margin: 0px;
}
.inside_pages_grid_right_img1 {
    grid-template-columns: 1fr 47%; 
}
.inside_pages_grid_right_img li:nth-child(1), .inside_pages_grid_right_img1 li:nth-child(1) {
    order: 2;
}
.inside_pages_grid_right_img li:nth-child(2), .inside_pages_grid_right_img1 li:nth-child(2)  {
    order: 1;
}
.inside_pages_grid img,
.inside_pages_grid_right_img img {
    width: 100%;
    height: auto;
}
.linkedin {
	display: block;
	margin-top: 10px;
    text-align: left;
}
.linkedin a {
	text-decoration: none;
}
.linkedin img {
    width: 100px;
    height: auto;
    display: inline-block;
}
@media screen and (max-width: 1140px) {
.inside_pages_grid,
.inside_pages_grid_right_img {
    grid-template-columns: 1fr;
}
.inside_pages_grid img,
.inside_pages_grid_right_img img, 
.inside_pages_grid_right_img1 img  {
    max-width: 400px;
    margin: 0px auto;
    width: 100%; 
    display: block; 
}
.inside_pages_grid_right_img li:nth-child(1) {
    order: 1;
}
.inside_pages_grid_right_img li:nth-child(2) {
    order: 2;
}
.bold {
    font-size: 25px;
    line-height: 35px;
}
.linkedin img {
    width: 100px;
    height: auto;
    max-width: 100px;
    display: inline-block;
    margin: 0px auto;
}
}
/* styles
-----------------------------------------------------------------------------*/
#our_projects {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
#our_projects li {
	display: inline-block;
    position: relative;
	vertical-align: top;
	padding: 0px;
    width: 540px;
    height: 535px;
	margin: 0px 20px 26px 0px;
}
#our_projects li:nth-child(2) {
	margin: 0px 0px 26px 0px;
}
#our_projects li a.project-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    text-decoration: none;
}
#our_projects li .project_image {
  overflow: hidden;     
}
#our_projects li img {
  display: block;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  transform-origin: center center; 
  width: 540px;
  height: 482px;
}
#our_projects li:hover img {
  transform: scale(1.1);
}
#our_projects li .a_button {
    position: absolute;
    top: 19px;
    left: 19px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 7px 9px 7px 9px;
    background: #f8f7f5;
    border-radius: 5px;
    border: none;
    z-index: 99;
    font-height: 11px;
    font-size: 11px;
    text-transform: uppercase;
}
#our_projects li:hover .a_button {
   background: #030303;
   color: #f8f7f5;
}
@media screen and (max-width: 1140px) {
#our_projects {
    padding: 30px 0px 20px 0px;
}
#our_projects {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
    text-align: center;
}
#our_projects li {
    width: 281px;
    height: 259px;
	margin: 0px 7px 14px 7px;
}
#our_projects li:nth-child(2) {
	margin: 0px 7px 14px 7px;
}
#our_projects li img {
    width: 281px;
    height: 214px;
}
#our_projects li .a_button {
    padding: 5px 9px 5px 9px;
}
}
/* 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;
    border: 1px solid #ff7b00;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #fff url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
.first_block_info_bg {
    background: #f6f6f6;
    margin-bottom: 50px;
}
.first_block_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 20px 0px 20px;
}
.first_line {
    display: block;
    letter-spacing: 11px;
    margin-top: 0.68em;
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    color: #030303;
    text-transform: uppercase;
}
.first_line strong {
    color: #ff7b00;
}
#box_title_text_about {
    height: 280px;
	line-height: 30px;
    box-sizing: border-box;
}
#box_title_text_about p {
	margin: 0px 0px 10px 0px;
}
.title_text_about {
    font-size: 22px;
    font-weight: 500;
}
.title_text_about_big {
    font-size: 23px;
}
@media screen and (max-width: 1740px) {
#box_title_text_about .title_text_about {
    font-size: 20px;
	line-height: 30px;
}
}
@media screen and (max-width: 1140px) {
.first_block_info {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0px 30px;
}
#box_title_text_about {
    height: auto;
}
.title_text_about {
    font-size: 18px;
}
.title_text_about_big {
    font-size: 21px;
}
}
#menutop_about {
	font-size: 23px;
	line-height: 23px;
	padding: 0px 0px 13px 0px;
    font-weight: 700;
    color: #a0a0a0;
}
#menutop_about ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop_about ul li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
#menutop_about ul li:after {
	content: " /";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 2px;
	right: 0px;
	text-align: right;
	font-size: 23px;
	line-height: 23px;
}
#menutop_about ul li:last-child {
	margin: 0px 0px 0px 0px;
}
#menutop_about ul li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
#menutop_about ul li a {
	color: #a0a0a0;
}
#menutop_about ul li:hover a {
	text-decoration: none;
}
#menutop_about ul li.selected a,
#menutop_about ul li:hover a {
    color: #3e3e3e;
}