* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Barlow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 36px;
	color: #023a76;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #012859;
	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;
    font-size: 16px;
	line-height: 30px;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Marcellus", serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	color: #0f60b7;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Marcellus", serif;
	font-size: 29px;
	line-height: 32px;
	font-weight: 400;
	color: #084f9b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Marcellus", serif;
	font-size: 28px;
	line-height: 31px;
	font-weight: 400;
	color: #023a76;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Marcellus", serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #0f8613;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Marcellus", serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	color: #0a680d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Marcellus", serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	color: #0d460f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #f95d0e;
	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: 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 {
    font-family: "Marcellus", serif;
    font-weight: 400;
	color: #000;
	font-size: 17px;
	line-height: 17px;
    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: 350px !important;
	display: table;
	margin: 0 auto;
}
@media screen and (max-width: 1140px) {
.form_standard {
	width: 280px !important;
	display: table;
	margin: 0 auto;
}
.form label.edit {
	width: 100%!important;
}
.form label.edit_half {
	width: 100%!important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
    font-family: "Marcellus", serif;
    font-weight: 400;
	width: auto;
	color: #f4f8fb;
	background: #f95d0e;
	font-size: 28px;
	line-height: 28px;
	border: 0px;
	padding: 24px 102px 24px 102px;
    text-transform: uppercase;
	cursor: pointer;
}
.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 label.edit_third {
	width: 33.333333333333333333333333333333333%;
}

.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: 17px;
	line-height: 17px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
    border: 1px solid #bfbfbf;
}
.form select {
	padding: 10px;

}
.form textarea {
	height: 150px;
}

.required {
	color: #f8722e;
}

/* 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: 35px 0px 0px 0px;
	padding: 0px 35px 0px 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 {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
    text-align: center;
}
#scode_block ul li {
	margin: 0px 18px 0px 18px;
}
}
@media screen and (max-width: 1140px) {
#scode_block ul {
	padding: 0px 0px 0px 0px;
}
#scode_block ul li {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 10px 12px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 370px) {
.g-recaptcha {
    width: 280px;
    overflow: hidden;
}
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #023a76 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #023a76 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #023a76 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #023a76 !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;
}

.desktop_only {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.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: 350px;
}

.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) {
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.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: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	background: #f95d0e;
	text-align: center;
    text-transform: uppercase;
	padding: 13px 40px 12px 40px;
    border-radius: 19px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1 {
	background: none;
	padding: 11px 38px 10px 38px;
    border: 2px solid #f95d0e;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #113667;
	transform: scale(1.1);
}

.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: #f95d0e;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #113667;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #113667;
	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: 13px;
	line-height: 13px;
	text-decoration: none;
	outline: none;
	background: #f95d0e;
	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: #113667;
}


/* 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-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	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-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #f95d0e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.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 {
	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;
}


/* 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);
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	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;
}


/* 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: 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-size: 16px;
	line-height: 16px;
	color: #023a76;
	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: #f95d0e;
}
.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;
	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-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;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	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;
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
/*menutop
-----------------------------------------------------------------------------*/
#menutop {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 87px;
    height: 27px;
    padding: 15px 0px;
    background: #fff;
    z-index: 777;
}
#header_logo {
    position: absolute;
    left: 0px;
    top: -29px;
}
#header_logo img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop.box_fixed #header_logo {
    top: -10px;
}
#menutop.box_fixed #header_logo img {
	width: 50%;
    height: auto;
}
#menutop ul {
	display: table;
	margin: 0px;
    margin-left: auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 30px 0px 30px;
	margin: 0px;
}
#menutop li:first-child {
	padding: 0px 30px 0px 0px;
}
#menutop li:last-child {
	padding: 0px 0px 0px 30px;
}
#menutop ul li a {
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #023a76;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #023a76;
    background: url(images/menutop_a_hover.webp) left bottom repeat-x;
}
@media screen and (max-width: 1840px) {
#menutop {
    width: 100%;
    left: 0px;
    top: 180px;
    box-shadow: inset 0px 1px 0px #f5f5f5;
}
#header_logo {
    top: -125px;
}  
#menutop.box_fixed #header_logo {
    display: none;
}
#menutop ul {
	display: table;
	margin: 0px;
    margin-right: auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
}
@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
}
/* header_contacts
-----------------------------------------------------------------------------*/
#header_contacts {
	width: 100%;
    height: 49px;
    position: relative;
	background: #113667;
    z-index: 999;
}
#header_contacts a,
#header_contacts span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 49px;
	color: #fff;
}
#header_contacts a:hover {
	text-decoration: none;
}
#header_hours {
    padding: 0px 110px 0px 27px;
	background: url(images/icon_hours.webp) left center no-repeat;
}
#header_email {
    padding: 0px 110px 0px 27px;
	background: url(images/icon_email.webp) left center no-repeat;
}
#header_location {
    padding: 0px 110px 0px 23px;
	background: url(images/icon_location.webp) left center no-repeat;
}
#header_social {
    float: right;
    padding-top: 14px;
}
#header_social a {
	vertical-align: top!important;
	line-height: 20px;    
}
#header_phone {
	font-size: 17px;
    line-height: 24px!important;
	color: #fff;
    font-weight: 700;
	padding: 0px 30px 0px 26px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#header_icons {
  display: inline-block;
  vertical-align: middle;
}
#header_icons img {
  vertical-align: bottom;
}
#header_social img {
    margin-left: 7px;
}
#header {
	width: 100%;
    height: 130px;
	background: #fff;
    position: relative;
    text-align: center;
    z-index: 555;
}
#mobile_logo {
    display: none;
}
@media screen and (max-width: 1840px) {
#header_hours {
    padding: 0px 107px 0px 27px;
}
#header_email {
    padding: 0px 107px 0px 27px;
}
#header_phone {
	padding: 0px 0px 0px 26px;
}
#header_text {
    display: none;
}
#header_icons {
    position: absolute;
    top: 107px; 
    right: 0px; 
    float: none;
    padding-top: 0px;
    white-space: nowrap;
    width: auto;
    z-index: 999;
}
#header {
    height: 188px;
}
}
@media screen and (max-width: 1140px) {
#header_contacts {
    text-align: center;
}
#header_social {
    float: none;
    display: inline-block;
}
#header_text {
    padding: 0px 0px 0px 20px;
    display: inline-block;
}
#header_contacts span {
    line-height: 54px;
    vertical-align: top;
}
#header_phone {
	padding: 0px 24px 0px 26px;
}
#header_icons {
    vertical-align: text-bottom;
    position: relative;
    top: 0px;
}
#header_hours,
#header_email,
#header_location {
    display: none!important;
}
#header {
    padding-top: 15px;
    height: 96px;
}
#mobile_logo {
    display: block;
}
}
@media screen and (max-width: 646px) {
#header_text {
    display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f7f9fa 0px, #fff 100%);
	border-bottom: 1px solid #e5e5e5;
	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: #113667;
    font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	height: 35px;
	padding: 2px 20px 0px 20px;
	text-transform: uppercase;
}
#mobile_show_menu {
    color: #f95d0e;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 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, #e75b15 0px, #f95d0e 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	padding: 11px 0px 9px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #113667;
}
#menumobile li.closed > ul {
	display: none;
}
#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* 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;
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1221px;
	position: relative;
	z-index: 10;
	background: #273344;
}
.inside #slideshow {
	height: 651px;
}
#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) and (max-width: 1840px) {
#slide1 {
	background: url(images/slides_1920_01.webp) center top no-repeat;
}
#slide2 {
	background: url(images/slides_1920_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_1920_03.webp) center top no-repeat;
}
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_2560_01.webp) center top no-repeat;
}
#slide2 {
	background: url(images/slides_2560_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_2560_03.webp) center top no-repeat;
}
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 378px!important;
	background: #273344 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 184px!important;
}    
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 413px;
	z-index: 235;
    text-align: center;
}
.inside #slideshow_content {
	top: 113px;
}
#slideshow_slogan1 {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
    padding: 0px 200px 0px 200px;
    text-transform: uppercase;
}
#slideshow_slogan2 {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 130px;
	line-height: 130px;
	color: #fff;
    padding: 33px 120px 0px 120px;
    text-transform: uppercase;
}
#slideshow_text {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
    padding: 31px 360px 49px 360px;
}
#slideshow_content .a_button {
    margin: 0px 5px 0px 5px;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 924px;
}
.inside #slideshow {
	height: 572px;
}
#slideshow_content {
	top: 268px;
}
#slideshow_slogan1 {
	font-size: 30px;
    padding: 0px 20px 0px 20px;
}
#slideshow_slogan2 {
	font-size: 92px;
	line-height: 92px;
    padding: 39px 0px 0px 0px;
}
.inside #slideshow_content {
	top: 78px;
}
#slideshow_text {
    padding: 28px 138px 38px 138px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_content {
	top: 125px;
}
.inside #slideshow_content {
	top: 40%;
}
#slideshow_slogan2 {
    width: auto;
	font-size: 42px;
	line-height: 42px;
    padding: 20px 25px 0px 25px;
}
#slideshow_text,
#slideshow_content .a_button {
    display: none;
}
.inside #slideshow_slogan1 {
    display: none;
}
.inside #slideshow_slogan2 {
    padding: 0px 25px 0px 25px;
}
}
@media screen and (max-width: 590px) {
#slideshow_content {
	top: 15%;
}
}
@media screen and (max-width: 450px) {
.inside #slideshow_content {
	top: 15%;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 28px;
	height: 172px;
	position: absolute;
	top: 50%;
    margin-top: -86px;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slides_arrow_prev {
	left: 170px;
	background: url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	right: 170px;
	background: url(images/slides_arrow_next.webp) center center no-repeat;	
}
@media screen and (max-width: 2150px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1140px) {
#slides_arrow_prev {
	display: none;
}
#slides_arrow_next {
	display: none;
}
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
	transform: scale(1.1);
}
#slideshow_pager { 
	position: absolute;
	bottom: 50px;
	z-index: 240;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}
#slideshow_pager span { 
	width: 30px;
	height: 4px; 
    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;
}
@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
/* middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
    min-height: 600px;
    padding: 93px 0px 62px 0px;
	background: #fff;
}
@media screen and (max-width: 1140px) {
#middle {
    padding: 20px 0px 20px 0px;
    min-height: 300px;
	background: #fff;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
    padding: 92px 0px 62px 0px;
	background: #fff;
}
#box_services p {
	margin: 0px 0px 66px 0px;
}
#ul_services {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
#ul_services li {
	display: inline-block;
	vertical-align: top;
    width: 576px;
    height: 238px;
	padding: 0px;
	margin: 0px 36px 36px 0px;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 0px 38px 0px;
}
#ul_services li a {
	display: block;
    width: 100%;
    height: 100%;
	position: relative;
    box-shadow: 0 0 20px 10px rgba(17,54,103,0.03);
    transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#ul_services li a:hover {
	text-decoration: none;
}
#ul_services li a span {
    display: block;
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: #023a76;
    text-transform: uppercase;
	padding: 56px 67px 0px 156px;
}
#ul_services li a b {
    display: block;
	font-family: "Barlow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #023a76;
	padding: 9px 63px 0px 156px;
}
#ul_services li a:hover span,
#ul_services li a:hover b {
	color: #fff;
}
#services_house_washing {
    background: #fff url(images/icon_services_house_washing.webp) 60px 60px no-repeat;
}
#services_house_washing:hover {
    background: #f95d0e url(images/icon_services_house_washing_hover.webp) 60px 60px no-repeat;
}
#services_driveway_sidewalk_cleaning {
    background: #fff url(images/icon_services_driveway_sidewalk_cleaning.webp) 60px 60px no-repeat;
}
#services_driveway_sidewalk_cleaning:hover {
    background: #f95d0e url(images/icon_services_driveway_sidewalk_cleaning_hover.webp) 60px 60px no-repeat;
}
#services_deck_fence_washing {
    background: #fff url(images/icon_services_deck_fence_washing.webp) 60px 60px no-repeat;
}
#services_deck_fence_washing:hover {
    background: #f95d0e url(images/icon_services_deck_fence_washing_hover.webp) 60px 60px no-repeat;
}
#services_roof_washing {
    background: #fff url(images/icon_services_roof_washing.webp) 60px 60px no-repeat;
}
#services_roof_washing:hover {
    background: #f95d0e url(images/icon_services_roof_washing_hover.webp) 60px 60px no-repeat;
}
#services_commercial_power_washing {
    background: #fff url(images/icon_services_commercial_power_washing.webp) 60px 60px no-repeat;
}
#services_commercial_power_washing:hover {
    background: #f95d0e url(images/icon_services_commercial_power_washing_hover.webp) 60px 60px no-repeat;
}
#services_softwashing {
    background: #fff url(images/icon_services_softwashing.webp) 60px 60px no-repeat;
}
#services_softwashing:hover {
    background: #f95d0e url(images/icon_services_softwashing_hover.webp) 60px 60px no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services p {
	text-align: center;
    padding: 0px 70px;
}
#ul_services li {
    width: 536px;
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 28px 28px 0px;
}
#ul_services li:nth-child(2n+0) {
	margin: 0px 0px 28px 0px;
}
#ul_services li a span {
	padding: 56px 30px 0px 148px;
}
#ul_services li a b {
	padding: 9px 30px 0px 148px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
    padding: 30px 0px 30px 0px;
}
#box_services p {
	display: none;
}
#ul_services {
    text-align: center;
}
#ul_services li {
    width: 139px;
    height: 129px;
	margin: 0px 1px 2px 1px;
    text-align: left;
}
#ul_services li:nth-child(2n+0) {
	margin: 0px 1px 2px 1px;
}
#ul_services li:nth-child(3n+0) {
	margin: 0px 1px 2px 1px;
}
#ul_services li a span {
	font-size: 14px;
	line-height: 14px;
	padding: 76px 10px 0px 10px;
    text-align: center;
}
#ul_services li a b {
    display: none;
}
#services_house_washing,
#services_house_washing:hover,
#services_driveway_sidewalk_cleaning,
#services_driveway_sidewalk_cleaning:hover,
#services_deck_fence_washing,
#services_deck_fence_washing:hover,
#services_roof_washing,
#services_roof_washing:hover,
#services_commercial_power_washing,
#services_commercial_power_washing:hover,
#services_softwashing,
#services_softwashing:hover{
    background-size: auto 44px;   
    background-position: center 26px;
}
}
/* box_difference
-----------------------------------------------------------------------------*/
#box_difference {
	width: 100%;
    padding: 0px;
	background: #023a76;
    color: #fff;
}
#box_difference_photo {
    width: 50%;
	background: url(images/box_difference_photo.webp) right top no-repeat;
    background-size: cover;
}
#box_difference_data {
    width: 50%;
}
#box_difference_data1 {
    width: 814px;
    padding: 102px 0px 140px 93px;
}
@media screen and (max-width: 1840px) {
#box_difference_photo {
	background: url(images/box_difference_photo_1920.webp) right top no-repeat;
    background-size: cover;
}
#box_difference_data {
    width: 1040px;
}    
#box_difference_data1 {
    width: 470px;
    padding: 120px 0px 125px 80px;
}
}
@media screen and (max-width: 1140px) {
#box_difference {
    width: auto;
    padding: 20px;
	background: #023a76;
}    
#box_difference_photo {
    display: none;
}
#box_difference_data {
    width: 100%;
}
#box_difference_data1 {
    width: 100%;
    padding: 0px;
    text-align: center;
}
}
/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: 100%;
    padding: 63px 0px 87px 0px;
	background: #fff;
	position: relative;
    border-bottom: 5px solid #023a76;
}
#box_about_text {
    width: 1068px;
    float: right;
}
#box_about_text span {
    display: block;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #f95d0e; 
    padding: 30px 0px 13px 0px;
    text-transform: uppercase;
}
#box_about_text .a_button {
    display: none;
}
.big {
    margin-top: 21px;
}
@media screen and (max-width: 1840px) {
#box_about_text {
    float: none;
    text-align: center;
}
#box_about_text .a_button {
    display: inline-block;
    margin-top: 38px; 
}
.big {
    display: none;
}
}
@media screen and (max-width: 1140px) {
#box_about {
    padding: 20px 0px 30px 0px;
    text-align: center;
}
#box_about_text {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}
#box_about_text span {
    font-size: 18px;
    line-height: 18px;
    padding: 24px 0px 13px 0px;
}
#box_about_text .a_button {
    margin-top: 21px; 
}
}
/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	width: 100%;
    padding: 0px;
	background: #023a76;
    color: #fff;
}
#box_reviews_data {
    width: 50%;
}
#box_reviews_data1 {
    padding: 102px 0px 126px 15%;
}
#slideshow_testimonials {
	width: 89%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
#slideshow_testimonials li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
	color: #fff;
}
#slideshow_testimonials li span {
    display: block;
	color: #f95d0e;
    padding-top: 34px;
}
#reviews_quotes {
	background: url(images/quotes.webp) left top no-repeat;
	width: 73px;
	height: 64px;
	position: absolute;
	bottom: 126px;
	right: 106px;
}
#slides_testimonials_pager { 
	width: 100%;
	padding-top: 48px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	line-height:0px;
	text-align: left;
}
#slides_testimonials_pager span { 
	width: 30px;
	height: 4px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) center center no-repeat;
}
#slides_testimonials_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#slides_testimonials_pager > * {
	cursor: pointer;
}
#box_reviews .a_button {
	margin: 60px 0px 0px 0px;
}
#box_reviews_photo {
    width: 50%;
	background: url(images/box_reviews_photo.webp) left top no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1140px) {
#box_reviews {
    width: auto;
    padding: 20px 0px 30px 0px;
    text-align: center;
}
#box_reviews_data {
    width: 100%;
}
#box_reviews_data1 {
    padding: 0px 20px;
}
#slideshow_testimonials {
	width: 100%;
	margin: 0px auto;
}
#slideshow_testimonials li span {
    padding-top: 0px;
}
#reviews_quotes {
	background: url(images/quotes.webp) center top no-repeat;
    background-size: 70%;
	width: 36px;
	height: auto;
	position: absolute;
	top: 70px;
	right: 49%;
}
#slides_testimonials_pager {
	display: none;
}
#box_reviews .a_button {
	margin: 21px 0px 0px 0px;
}
#box_reviews_photo {
    display: none;
}
}
@media screen and (max-width: 396px) {
#reviews_quotes {
	top: 100px;
    right: 46%;
}
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	width: 100%;
    padding: 91px 0px 0px 0px;
    min-height: 701px;
	background: #fff;
	position: relative;
}
#box_gallery_text {
    width: 1340px;
    float: right;
    padding-bottom: 50px;
}
#box_portfolio_thumbs {
	width: 2560px!important;
	position: absolute;
	top: 242px;
	right: 0px;
	left: 50%;
	margin-left: -1280px;
	overflow: hidden;
    text-align: center;
}
#box_portfolio_thumbs ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
#box_portfolio_thumbs ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
#box_portfolio_thumbs ul li:nth-child(4) {
	margin: 0px;
}
#box_portfolio_thumbs ul li a {
	display: block;
	float: left;
	margin: 0px;
	position: relative;	
}
#box_portfolio_thumbs ul li a div {
    display: table;
	margin: 0px;
    width: 100%;
    height: 100%;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(249, 93, 14, 0.9);
    text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio_thumbs ul li a div p {
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
}
#box_portfolio_thumbs ul li a div p .a_button {
    background: #fff;
    color: #113667;
}
#box_portfolio_thumbs ul li a:hover div {
	opacity: 1;
}
@media screen and (max-width: 1840px) {
#box_gallery {
    padding: 80px 0px 70px 0px;
    min-height: 555px;
}    
#box_gallery_text {
    width: 740px;
}
#box_portfolio_thumbs {
	width: 1920px!important;
	margin-left: -960px;
    top: 304px;
}
#box_portfolio_thumbs ul li {
	margin: 0px 15px 0px 0px;
}
#box_portfolio_thumbs ul li a img {
    width: 460px;
    height: auto;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
    padding: 20px 0px;
    min-height: auto;
}
#box_gallery_text {
    display: none;
}
#box_portfolio_thumbs {
	width: 100%!important;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
    text-align: center;
}
#box_portfolio_thumbs ul li {
	margin: 0px 10px 20px 10px;
}
#box_portfolio_thumbs ul li:nth-child(2),
#box_portfolio_thumbs ul li:nth-child(3),
#box_portfolio_thumbs ul li:nth-child(4) {
	display: none;
}
#box_portfolio_thumbs ul li a img {
    width: 280px;
    height: auto;
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
    padding: 177px 0px 198px 0px;  
    color: #fff;
	background: #15243e url(images/box_contact_bg.webp) center center no-repeat;    
    background-size: cover;
}
#box_contact_text {
    width: 1152px;
    float: right;
    padding-bottom: 50px;
}
#box_contact_form label {
	padding-right: 36px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 154px;
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	color: #023a76;
    text-transform: uppercase;
	padding: 18px 10px 18px 28px;
	background: #f4f8fb;
	border: none;
}
#box_contact_form #name,
#box_contact_form #email,
#box_contact_form #phone,
#box_contact_form #scode {
	height: 57px;
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	color: #023a76;
    text-transform: uppercase;
	padding: 18px 10px 18px 28px;
	background: #f4f8fb;
	border: none;
	margin: 0px 0px 41px 0px;
}
#box_contact_form input:required {
	background: #f4f8fb url(images/placeholder_req_bg.webp) 20px 21px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #f4f8fb !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #023a76!important;
	font-weight: 400;
    text-transform: uppercase;
}
#box_contact_form ::-moz-placeholder {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #023a76!important;
	font-weight: 400;
    text-transform: uppercase;
}
#box_contact_form :-moz-placeholder {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #023a76!important;
	font-weight: 400;
    text-transform: uppercase;
}
#box_contact_form :-ms-input-placeholder {
	font-family: "Marcellus", serif, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #023a76!important;
	font-weight: 400;
    text-transform: uppercase;
}
@media screen and (max-width: 1840px) {
#box_contact {
    padding: 121px 0px 139px 0px;  
}
#box_contact_text {
    float: none;
    text-align: center;
    width: 1100px;
    padding-bottom: 50px;
}
}
@media screen and (max-width: 1140px) {
#box_contact {
    padding: 20px 0px;
	background: #023a76 url(images/box_contact_bg_mob.webp) center center no-repeat;  
    background-size: cover;
}
#box_contact_text {
    display: none;
}
#box_contact_form label {
	padding-right: 0px;
}
#box_contact .form label.edit_third {
	width: 100%;
}
#box_contact_form #name,
#box_contact_form #email,
#box_contact_form #phone,
#box_contact_form #scode {
	margin: 0px 0px 15px 0px;
}
}
/* service_area
-----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
    padding: 90px 0px 81px 0px;
    min-height: auto;
	text-align: center;
	background: #012d62;
    
}
#service_area span {
	font-family: "Barlow", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
#service_area ul {
	margin: 35px auto;
	padding: 0px;
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap:20px;
	text-align: left;
	max-width: 1100px;
}
#service_area ul li {
	color: #f95d0e;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
@media screen and (max-width: 1140px) {
#service_area {
    padding: 20px 0px;;
}
#service_area span {
	font-size: 20px;
	line-height: 23px;
}
#service_area ul {
	margin: 20px 0px 0px 40px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	max-width: 100%;
}
}
/* footer
-----------------------------------------------------------------------------*/
#footer {
	color: #f4f8fb;
	background: #012859;
	position: relative;
	padding: 104px 0px 137px 0px;
	font-size: 14px;
	line-height: 24px;
}
#footer_logo {
	float: left;
	width: 489px;
}
#footer_address {
	float: left;
	width: 580px;
	padding-top: 28px;
}
#footer_links {
	float: left;
	width: 731px;
	padding-top: 28px;
}
#footer_links a {
	color: #f4f8fb;
}
@media screen and (max-width: 1840px) {
#footer {
	padding: 85px 0px 72px 0px;
}
#footer_logo {
	float: none;
	width: auto;
	text-align: center;
}
#footer_address {
	float: none;
	width: auto;
	padding-top: 42px;
	text-align: center;
}
#footer_links {
	float: none;
	width: auto;
	text-align: center;
    padding: 0px;
}
}
@media screen and (max-width: 1140px) {
#footer {
	padding: 30px 0px 30px 0px;
}
#footer_address {
	padding-top: 0px;
}
#footer_logo {
	display: none;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #023a76;
	font-family: "Marcellus", serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-align: left;
	padding: 17px 0px 17px 0px;
	margin-bottom: 15px;
    text-transform: uppercase;
}
.content_title h1 {
	padding: 0px 115px 0px 0px;
	margin: 0px;
	color: #023a76;
	font-family: "Marcellus", serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-align: left;
    text-transform: uppercase;
}

#box_services .content_title {
	padding: 0px 0px 0px 0px;
	float: left;
}
#box_services .content_title h1 {
	width: 612px;
}
#box_difference .content_title,
#box_reviews .content_title {
	color: #fff;
    margin-bottom: 23px;
}
#box_about .content_title {
    width: 612px;
	padding: 30px 0px 0px 0px;
	float: left;
}
#box_gallery .content_title {
    padding: 0px;
    float: left;
}
#box_contact .content_title {
    width: 612px;
    float: left; 
    padding: 0px;
    color: #fff;
}
@media screen and (max-width: 1840px) {
.content_title {
}
#box_services .content_title,
#box_services .content_title h1 {
	float: none;
    width: auto;
    padding: 0px 80px;
    text-align: center;
    margin-bottom: 31px;
}
#box_about .content_title,
#box_contact .content_title {
    width: auto;
	padding: 0px 180px;
    text-align: center;
	float: none;
}
}

@media screen and (max-width: 1140px) {
.content_title {
    font-size: 30px;
	line-height: 30px;
    text-align: center;
}
.content_title h1 {
    font-size: 30px;
	line-height: 30px;
    text-align: center;
    padding: 0px;
}
#box_services .content_title,
#box_services .content_title h1 {
    padding: 0px 20px;
    margin-bottom: 26px;
}
#box_about .content_title,
#box_contact .content_title {
	padding: 0px 20px;
}
#box_reviews .content_title {
    margin-bottom: 48px;
}
#box_gallery .content_title {
    float: none;
    text-align: center;
}
#box_contact .content_title {
	padding: 17px 20px;
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_form {
	width: 1410px;
	float: right;
}

@media screen and (max-width: 1840px) {
#contact_address {
	width: 300px;
}
#contact_form {
	width: 700px;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 88px;
	height: 88px;
	background: #f95d0e url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	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: #023a76 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
@media screen and (max-width: 1140px) {
#scroll_top {
	zoom: 0.5;
}
}
.table_container {
    display: table;
}
.table_cell {
    display: table-cell;
}

@media screen and (max-width: 1140px) {
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
