* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 36px;
	color: #1a3b52;
	width: 100%;
	min-width: 1800px;
	font-weight: 600;
	background: #112d41 url(images/body_bg.webp) center repeat-y;
	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: 18px;
	line-height: 24px;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Dosis", sans-serif;
	font-size: 36px;
	line-height: 39px;
	font-weight: 700;
	color: #32678c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h2, .h2 {
	font-family: "Dosis", sans-serif;
	font-size: 34px;
	line-height: 37px;
	font-weight: 700;
	color: #245271;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h3, .h3 {
	font-family: "Dosis", sans-serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
	color: #1a3b52;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h4, .h4 {
	font-family: "Dosis", sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	color: #1b2f3d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h5, .h5 {
	font-family: "Dosis", sans-serif;
	font-size: 28px;
	line-height: 31px;
	font-weight: 700;
	color: #131c23;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h6, .h6 {
	font-family: "Dosis", sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
	color: #070a0c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}

a {
	color: #2889cd;
	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;
}
b {
    font-weight: 700;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #1a3b52;
	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: "Dosis", sans-serif;
    font-weight: 600;
	width: auto;
	color: #fff;
	background: none;
    border: 2px solid #fff;
    border-radius: 2px;
	font-size: 36px;
	line-height: 36px;
	padding: 19px 90px 19px 90px;
	cursor: pointer;
    text-transform: uppercase;
}
@media screen and (max-width: 1840px) {
.form input.submit, input.button {
	padding: 19px 95px 19px 95px;
}
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
	padding: 19px 93px 19px 93px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #1a3b52;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #1a3b52;
	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: #1a3b52;
	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: left;
}
#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 10px 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: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 10px 10px 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 0px 0px 0px;
}
#scode_block ul li {
	margin: 0px 10px 10px 0px;
}
#scode_block ul li:first-child {
	margin: 0px 10px 10px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 0px;
}
}
@media screen and (max-width: 659px) {
#scode_block ul li:first-child {
	margin: 0px 10px 10px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 10px 10px 0px;
}
}
.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;
}
.form input.submit, input.button {
	font-size: 25px;
	line-height: 25px;
	padding: 15px 30px 15px 30px;
}
}


/* 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: #fff;
	font-family: "Dosis", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	background: #1a3b52;
	text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
	padding: 11px 33px 11px 33px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #2889cd;
}

.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: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #2889cd;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #2889cd;
	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: #1a3b52;
}

.imagemediumname {
	color: #1a3b52; 
	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: "Dosis", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #c1b7a0;
	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: #9baa55;
}

@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: "Dosis", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #1a3b52;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Dosis", 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: "Dosis", sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	color: #7aa201;
	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;
}

@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: "Dosis", sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	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 {
}

.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: "Dosis", sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #1a3b52;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #e7ebef;
}
.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: #2889cd;
}
.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: "Dosis", sans-serif;
	color: #fff;
	font-weight: normal;
	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: "Dosis", sans-serif;
	font-weight: normal;
	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;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
@media screen and (max-width: 1140px) {
.box_fixed {
    position: static !important; 
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 90px;
	background: url(images/menutop_bg.webp) top center no-repeat;
    position: relative;
    padding-top: 31px;
}
#header_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}
#menutop ul {
	display: table;
	margin: 14px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
	font-size: 1px;
	line-height: 1px;
}
#menutop li {
	float: left;
	padding: 0px 45px 0px 45px;
	margin: 0px;
}
#menutop li:first-child {
	padding: 0px 45px 0px 0px;
}
#menutop li:last-child {
	padding: 0px 0px 0px 45px;
}
#menutop ul li a {
	display: block;
	font-family: "Dosis", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0px 9px 0px;
	margin: 0px; 
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
    background: url(images/menutop_a_hover.webp) left bottom repeat-x;
}
#menutop_social {
	position: absolute;
	right: 0;
	top: 12px;
	display: flex;
	gap: 7px;
	align-items: flex-end;
}
@media screen and (max-width: 1840px) {
.box_fixed #menutop_social {
	display: none;
}
#menutop ul {
    margin: 14px 0px 0px auto;
}
}
#menutop_social a img {
	display: block;
}
#header_email {
    font-family: "Dosis", sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
    padding: 3px 20px 0px 24px;
	background: url(images/icon_email.webp) left center no-repeat;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1840px) {
#menutop_social {
	position: absolute;
	right: 0px;
	top: 120px;  
    z-index: 300;
}
}
@media screen and (max-width: 1140px) {
#menutop {
	height: 168px;
    padding: 0px 0px 0px 0px;
}
#header_logo {
    position: relative;
    text-align: center;
    margin-top: 51px;
}
#header_logo img {
    width: 281px;
    height: 51px;
}
.box_fixed #menutop_social,
#menutop_social {
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: auto;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    z-index: 10;
}
#header_email {
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 0px;
    background: none;
}
#header_email::before {
    content: "";
    display: inline-block;
    width: 18px; 
    height: 18px; 
    margin-right: 6px;
    background: url(images/icon_email.webp) no-repeat center center;
    background-size: contain;
    vertical-align: text-bottom;
}
#menutop_social a:not(#header_email) {
    display: inline-block;
    margin: 86px 2px 0px 2px;
}
#menutop ul {
	display: none;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #173347 0px, #1a3b52 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: "Dosis", Arial, sans-serif;
    font-size: 14px;
	line-height: 32px;
	font-weight: 600;
	height: 35px;
	padding: 2px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -2px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
.menu_icons {
	display: block;
}
}
/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}

#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #20455e 0px, #234e6d 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: "Dosis", Arial, sans-serif;
    font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #2889cd;
}

#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 10px 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 12px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}
/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1229px;
	position: relative;
	z-index: 10;
    background: #112d41;
}
.inside #slideshow {
	height: 767px;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 901px;
}
.inside #slideshow {
	height: 644px;
} 
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 251px;
	background: url(images/mobile_slideshow_bg.webp) center center no-repeat;
	background-size: cover;
}
.inside #slideshow {
	height: 118px;
}
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 28px;
	height: 172px;
	position: absolute;
	top: 381px;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
    top: 163px;
}
#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: 40px;
}
#slides_arrow_next {
	right: 40px;
}
}
@media screen and (max-width: 1920px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1840px) {
#slides_arrow_next, 
#slides_arrow_prev {
	top: 253px;
}
}
@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 200px;
	z-index: 400;
    text-align: center;
}
.inside #slideshow_content {
	top: 89px;
}
#slideshow_slogan1 {
	font-family: "Dosis", sans-serif;
	font-size: 204px;
	line-height: 204px;
	font-weight: 800;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	z-index: 201;
}
#slideshow_slogan2 {
	font-family: "Dosis", sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	color: #fff;
	margin: 25px 0px 40px 38px;
	text-align: left;
	text-transform: uppercase;
	z-index: 201;
}
.inside #slideshow_slogan2 {
	margin: 27px 0px 0px 38px;
}
#slideshow_text {
	font-family: "Dosis", sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: 0px 750px 52px 38px;
	z-index: 201;
	text-align: left;
    text-transform: uppercase;
}
.inside #slideshow_text,
.inside #slideshow .a_button {
	display: none;
}
@media screen and (max-width: 1840px) {
#slideshow_content {
	top: 115px;
}
.inside #slideshow_content {
	top: 100px;
    text-align: center;
}
#slideshow_slogan1 {
	font-size: 190px;
	line-height: 190px;
}
.inside #slideshow_slogan1 {
    text-align: center;
}
#slideshow_slogan2 {
	font-size: 67px;
	line-height: 67px;
	margin: 8px 0px 22px 43px;
}
.inside #slideshow_slogan2 {
	margin: 8px 0px 0px 40px;
    text-align: center;
}
#slideshow_text {
	font-size: 22px;
	line-height: 36px;
	margin: 0px 150px 31px 43px;
}
}
#slideshow_content .a_button1 {
    margin: 0px 20px 0px 38px;
}
#slideshow_content .a_button1,
#slideshow_content .a_button2:hover {
    color: #112d41;
    background: #fff;
}
#slideshow_content .a_button2,
#slideshow_content .a_button1:hover {
    color: #fff;
    background: none;
    border: 2px solid #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
#slideshow_content {
	top: 86px;
    text-align: center;
}
.inside #slideshow_content {
	top: 22px;
}
#slideshow_slogan1 {
	font-size: 50px;
	line-height: 50px;
    text-align: center;
}
#slideshow_slogan2 {
	font-size: 18px;
	line-height: 18px;
	margin: 6px 0px 0px 0px;
    text-align: center;
}
#slideshow_text,
#slideshow_content .a_button {
    display: none;
}
}
/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	position: absolute;
	width: 1800px;
	bottom: 294px;
	z-index: 240;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}
.inside #slideshow_pager { 
	bottom: 298px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
	width: 1100px;
    bottom: 284px;
}
.inside #slideshow_pager { 
	bottom: 217px;
}
}
@media screen and (max-width: 1140px) {
#slideshow_pager { 
	display: none;
}
}
#slideshow_pager span { 
	width: 17px;
	height: 13px; 
    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;
}
#clouds_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 521px; 
  background: url(images/clouds.webp) center bottom no-repeat;
  z-index: 236; 
}
.inside #clouds_overlay {
  height: 556px; 
  background: url(images/clouds_inside.webp) center bottom no-repeat;
}
@media screen and (max-width: 1840px) {
.inside #clouds_overlay {
  height: 393px; 
  background: url(images/clouds_inside_1920.webp) center bottom no-repeat;
}
}
@media screen and (max-width: 1140px) {
#clouds_overlay { 
	display: none;
}
}
/* main_content
-----------------------------------------------------------------------------*/
#main_content {
	width: 100%;
    padding: 50px 0px 60px 0px;
	background: url(images/clouds_main.webp) center top no-repeat, #fff;
	min-height: 900px;
}
@media screen and (max-width: 1840px) {
#main_content {
    padding: 70px 0px 60px 0px;
	min-height: 600px;
}
}
@media screen and (max-width: 1140px) {
#main_content {
    padding: 40px 0px 20px 0px;
	min-height: 400px;
    background: #fff;
}
}
/* box_info
-----------------------------------------------------------------------------*/
#box_info {
	width: 100%;
    padding: 0px;
	background: url(images/box_info_bg.webp) center top no-repeat, #fff;
}
#box_info_data {
    width: 50%;
    vertical-align: top;    
}
#box_info_data1 {
    width: 820px;
    padding: 34px 0px 0px 0px;  
}
#box_info ul {
	margin: 25px 0px 0px 0px;
}
#box_info ul li {
    width: 423px;
	margin: 0px 18px 0px 18px;
    text-align: left;
}
#box_info ul li:last-child {
	margin: 0px;
}
#box_info ul li a {
	display: block;
    width: 100%;
    height: 100%;
	padding: 226px 50px 0px 50px;
	color: #1a3b52;
    border-radius: 8px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;    
    box-sizing: border-box;
}
#box_info ul li a:hover {
	text-decoration: none;
	color: #fff;    
}
#box_info ul li span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
    text-transform: uppercase;
}
#box_info ul li div {
    font-family: "Barlow", sans-serif;
    font-weight: 300; 
    font-size: 20px;
	line-height: 36px;
    padding: 36px 0px 30px 0px;
}
#box_info ul li strong {
    display: inline-block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 800;
    text-transform: uppercase;
    padding-right: 8px;
	background: url(images/icon_blue_arrow.webp) right center no-repeat;
}
#box_info ul li a:hover strong {
	color: #fff;    
	background: url(images/icon_white_arrow.webp) right center no-repeat;
}
#info_security_operational_assessments_mitigation_strategies {
	background: #fff url(images/icon_info_security_operational_assessments_mitigation_strategies.webp) 47px 62px no-repeat;
}
#info_security_operational_assessments_mitigation_strategies:hover {
	background: #1a3b52 url(images/icon_info_security_operational_assessments_mitigation_strategies_hover.webp) 47px 62px no-repeat;
}
#info_cost_effective_security_solutions {
	background: #fff url(images/icon_info_cost_effective_security_solutions.webp) 49px 58px no-repeat;
}
#info_cost_effective_security_solutions:hover {
	background: #1a3b52 url(images/icon_info_cost_effective_security_solutions_hover.webp) 49px 58px no-repeat;
}
@media screen and (max-width: 1840px) {
#box_info {
    overflow: visible; 
}
#box_info.table_container,
#box_info.table_container .table_cell {
    display: block;
    width: 100%;
}
#box_info_data1 {
    width: auto;
    padding: 12px 0px 0px 0px;  
}
#box_info ul {
	margin: 70px 0px 0px 0px;
}
#box_info ul li {
    width: 536px;
	margin: 0px 24px 0px 0px;
    text-align: left;
}
#box_info ul li:last-child {
	margin: 0px;
}
#box_info ul li a {
	padding: 226px 64px 0px 64px;
}
#box_info ul li div {
    padding: 35px 0px 36px 0px;
}
}
@media screen and (max-width: 1140px) {
#box_info {
	background: #fff;
    padding: 0px 0px 30px 0px;
}
#box_info ul {
	margin: 30px 0px 0px 0px;
}
#box_info ul li {
    width: 280px;
    height: 208px;
	margin: 0px 10px 10px 0px;
    text-align: left;
    box-shadow: 0 0 40px 0 rgba(231, 235, 238, 0.35);
}
#box_info ul li:last-child {
	margin: 0px;
}
#box_info ul li a {
	padding: 118px 37px 0px 37px;
}
#box_info ul li span {
	font-size: 18px;
	line-height: 18px;
}
#box_info ul li div,
#box_info ul li strong {
    display: none;
}
#info_security_operational_assessments_mitigation_strategies,
#info_security_operational_assessments_mitigation_strategies:hover,
#info_cost_effective_security_solutions,
#info_cost_effective_security_solutions:hover {
	background-size: 62px 59px;
    background-position: 37px 38px;
}
}
/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
	background: url(images/box_services_bg.webp) center center no-repeat, #fff;
    z-index: 12;
}
#box_services .inline_blocks_centered {
	margin: 85px auto 85px auto;
    background: url(images/box_services_grid.webp) center center repeat-y;
}
#box_services .inline_blocks_centered li {
    width: 316px;
    height: 910px;
	margin: 0px 25px 0px 25px;
    text-align: left;
}
#box_services .inline_blocks_centered li:first-child {
	margin: 0px 25px 0px 0px;
}
#box_services .inline_blocks_centered li:last-child {
	margin: 0px 0px 0px 25px;
}
#box_services ul li a {
	display: block;
    height: 100%;
	padding: 113px 10px 0px 10px;
	color: #1a3b52;
    border-radius: 8px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;    
    box-sizing: border-box;
}
#box_services ul li a:hover {
	text-decoration: none;
    color: #fff;
}
#box_services ul li span {
	font-size: 28px;
	line-height: 30px;
	font-weight: 800;
    text-transform: uppercase;
}
#box_services ul li div {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-height: 36px;
    padding: 25px 0px 0px 0px;
}
#box_services .service_list p {
    position: relative;
    padding-left: 11px;
    margin: 0px;
    background: url(images/icon_service_list.webp) left 18px no-repeat;
    transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;   
}
#box_services ul li a:hover .service_list p {
    background: url(images/icon_service_list_hover.webp) left 18px no-repeat;
}
#services_security_operational_assessments {
	background: url(images/icon_services_security_operational_assessments.webp) 20px 20px no-repeat;
}
#services_security_operational_assessments:hover {
	background: #1a3b52 url(images/icon_services_security_operational_assessments_hover.webp) 20px 20px no-repeat;
}
#services_international_security_risk {
	background: url(images/icon_services_international_security_risk.webp) 20px 20px no-repeat;
}
#services_international_security_risk:hover {
	background: #1a3b52 url(images/icon_services_international_security_risk_hover.webp) 20px 20px no-repeat;
}
#services_workplace_violence {
	background: url(images/icon_services_workplace_violence.webp) 20px 20px no-repeat;
}
#services_workplace_violence:hover {
	background: #1a3b52 url(images/icon_services_workplace_violence_hover.webp) 20px 20px no-repeat;
}
#services_national_security_counterintelligence {
	background: url(images/icon_services_national_security_counterintelligence.webp) 20px 20px no-repeat;
}
#services_national_security_counterintelligence:hover {
	background: #1a3b52 url(images/icon_services_national_security_counterintelligence_hover.webp) 20px 20px no-repeat;
}
#services_other_services_upon_request {
	background: url(images/icon_services_other_services_upon_request.webp) 20px 20px no-repeat;
}
#services_other_services_upon_request:hover {
	background: #1a3b52 url(images/icon_services_other_services_upon_request_hover.webp) 20px 20px no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services .inline_blocks_centered {
	margin: 59px 0px 55px 0px;
    text-align: left;
}
#box_services .inline_blocks_centered li {
    width: 296px;
    height: 930px;
	margin: 0px 80px 57px 0px;
    text-align: left;
}
#box_services .inline_blocks_centered li:first-child {
	margin: 0px 80px 57px 0px;
}
#box_services .inline_blocks_centered li:nth-child(3),
#box_services .inline_blocks_centered li:last-child {
	margin: 0px 0px 57px 0px;
}
#box_services .inline_blocks_centered li:nth-child(4),
#box_services .inline_blocks_centered li:last-child {
	height: 860px;
}
}
@media screen and (max-width: 1140px) {
#box_services {
    height: auto;
}
#box_services .inline_blocks_centered {
	margin: 32px auto 0px auto;
    text-align: center;
    background: none;
}
#box_services .inline_blocks_centered li {
    width: 121px;
    height: 150px;
	margin: 0px 10px 20px 10px;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;         
}
#box_services .inline_blocks_centered li:nth-child(4),
#box_services .inline_blocks_centered li:last-child {
	height: 150px;
}
#box_services .inline_blocks_centered li:first-child {
	margin: 0px 10px 20px 10px;
}
#box_services .inline_blocks_centered li:nth-child(3),
#box_services .inline_blocks_centered li:last-child {
	margin: 0px 10px 20px 10px;
}
#box_services ul li a {
    padding: 49px 10px 10px 10px;
}
#box_services ul li span {
	font-size: 14px;
	line-height: 14px;
}
#box_services ul li div {
    display: none;
}
#services_security_operational_assessments,
#services_international_security_risk,
#services_workplace_violence,
#services_national_security_counterintelligence,
#services_other_services_upon_request,
#services_security_operational_assessments:hover,
#services_international_security_risk:hover,
#services_workplace_violence:hover,
#services_national_security_counterintelligence:hover,
#services_other_services_upon_request:hover {
	background-size: 37px auto;
    background-position: 10px 10px;
}
}
/* box_owner
-----------------------------------------------------------------------------*/
#box_owner {
	width: 100%;
    padding: 127px 0px 446px 0px;
	background: url(images/box_owner_clouds.webp) center bottom no-repeat, url(images/box_owner_bg.webp) center top no-repeat, #1a3b52;
    z-index: 11;
    position: relative;
}
#box_owner1 {
    padding-left: 51%;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}
#box_owner1 .a_button {
    background: #fff;
    color: #1a3b52;
}
#box_owner1 .a_button:hover {
    color: #2889cd;
}
#box_quote {
    width: 882px;
    position: absolute;
    top: -343px;
    right: 0px;
    background: url(images/quote.webp) 83px 75px no-repeat, url(images/signature.webp) right 88px bottom 93px no-repeat, #1a3b52;
    border-radius: 8px;
    color: #fff;
    z-index: 30;
    text-align: left;
}
#box_quote div {
	padding: 132px 113px 133px 80px;
}
#box_quote div p {
	display: block;
	font-size: 24px;
	line-height: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 1840px) {
#box_owner {
    padding: 127px 0px 389px 0px;
	background: url(images/box_owner_clouds_1920.webp) center bottom no-repeat, url(images/box_owner_bg_1920.webp) center top no-repeat, #1a3b52;
}
#box_owner1 {
    padding-left: 45%;
}
#box_quote {
    width: 100%;
    top: -295px;
}
#box_quote div {
	padding: 137px 113px 171px 80px;
}
}
@media screen and (max-width: 1140px) {
#box_owner {
    padding: 40px 0px 316px 0px;
	background: url(images/photo_owner_1140.webp) center bottom no-repeat, url(images/box_owner_bg_1140.webp) center top no-repeat;
    background-size: auto, cover;
}
#box_owner1 {
    padding: 0px 20px 0px 20px;
}
#box_quote {
    display: none;
}
}
/* box_quote_mob
-----------------------------------------------------------------------------*/
#box_quote_mob {
    display: none;
}
@media screen and (max-width: 1140px) {
#box_quote_mob {
    display: block;
    padding: 93px 20px 111px 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    background: url(images/quote.webp) 29px 49px no-repeat, url(images/signature.webp) right 45px bottom 55px no-repeat, #1a3b52;
}
}
@media screen and (max-width: 470px) {
#box_quote_mob {
    background-size: 29px 21px, 203px 29px, auto;
}
}
/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	width: 100%;
    padding: 0px 0px 120px 0px;
	background: #fff;
    position: relative;
	min-height: 865px;
}
#box_gallery_text {
	font-family: "Barlow", sans-serif;
    font-weight: 600;
    width: 835px;
    padding: 0px 0px 0px 0px;
    position: relative;
	z-index: 2;
}
#box_portfolio_thumbs {
	width: 100%;
	position: absolute;
	top: 128px;
	right: 0px;
	overflow: hidden;
    z-index: 1;
}
#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: bottom;
	padding: 0px;
	margin: 0px 36px 0px 0px;
}
#box_portfolio_thumbs ul li:nth-child(3) {
	margin: 0px 0px 0px 0px;
}
#box_portfolio_thumbs ul li a {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
    width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
    border-radius: 8px;
}
#box_portfolio_thumbs ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio_thumbs ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
.mob {
    display: none;
}
@media screen and (max-width: 1840px) {
#box_gallery {
    padding: 0px 0px 80px 0px;
	min-height: 889px;
}
#box_gallery_text {
    width: auto;
}
#box_portfolio_thumbs {
	top: 580px;
}
#box_portfolio_thumbs ul li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px 28px 0px 0px;
    width: 348px;   
    height: 308px;
}
#box_portfolio_thumbs ul li:nth-child(3) {
	margin: 0px 0px 0px 0px;
}
#box_portfolio_thumbs ul li a {
    width: 348px;   
    height: 308px;  
}
#box_portfolio_thumbs ul li a img {
    width: 348px;   
    height: 308px;
    object-fit: cover; 
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
    padding: 20px 0px 40px 0px;
	min-height: 366px;
}
#box_gallery_text,
#box_portfolio_thumbs ul li:nth-child(1) {
    display: none;
}
#box_portfolio_thumbs {
	position: relative;
    top: 0px;
}
#box_portfolio_thumbs ul li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px 10px 20px 0px;
    width: 281px;   
    height: 238px;
}
#box_portfolio_thumbs ul li:nth-child(3) {
	margin: 0px 0px 20px 0px;
}
#box_portfolio_thumbs ul li a {
    width: 281px;   
    height: 238px;  
}
#box_portfolio_thumbs ul li a img {
    width: 281px;   
    height: 238px;
    object-fit: cover; 
}
.mob {
    display: inline-block;
}
}
@media screen and (max-width: 746px) {
#box_portfolio_thumbs ul li:nth-child(3) {
    display: none;
}
}
/* service_area
-----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
    padding: 90px 0px 81px 0px;
    min-height: auto;
	background: #112d41;
    border-top: 4px double #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#service_area span {
	font-family: "Dosis", 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: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	text-align: left;
	max-width: 1100px;
}
#service_area ul li {
	color: #2889cd;
}
#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;
	max-width: 100%;
}
}
/* footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
    padding: 99px 0px 170px 0px;
    color: #fff;
    background: url(images/footer_bg.webp) center top no-repeat, #112d41;
    min-height: 573px;
    position: relative;
}
#footer_left,
#box_contact {
	vertical-align: top;
	width: 50%;
}
#footer_logo {
	margin: 31px 0px 46px 0px;
}
#footer_text {
	max-width: 796px;
	margin-bottom: 48px;
}
.footer_social {
    white-space: nowrap;
	margin-bottom: 45px;
}
.footer_social span {
    display: inline-block;
	vertical-align: top;
    line-height: 32px;
	margin-right: 13px;
}
#footer_social_icons {
	display: inline-block;
	vertical-align: middle;
}
#footer_social_icons a {
	display: inline-block;
	margin-right: 7px;
}
#footer_social_icons img {
	display: block;
}
.footer_copy {
	text-transform: uppercase;
    font-weight: 800;
}
.footer_columns {
	width: 100%;
	clear: both;
}
#footer_contacts {
	float: left;
	width: 54%;
}
#footer_menu {
	float: right;
	width: 46%;
}
.footer_columns::after {
	content: "";
	display: block;
	clear: both;
}
#footer_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer_menu ul li a {
	color: #fff;
	font-weight: 600;
    font-size: 18px;
    line-height: 18px;
	text-transform: uppercase;
    padding: 0px 10px 5px 0px;
}
#footer_menu ul li:hover a, 
#footer_menu li.selected a {
	text-decoration: none;
    background: url(images/menutop_a_hover.webp) left bottom repeat-x;
}
#footer_contacts a {
	color: #fff;
	text-decoration: none;
}
#footer_contacts a:hover {
	text-decoration: underline;
}
#footer_email {
    padding: 0px 0px 0px 30px;
	background: url(images/icon_footer_email.webp) left center no-repeat;
}
#footer_phone {
    padding: 0px 0px 0px 29px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#footer_links {
    position: absolute;
    left: 0px;
    top: 490px; 
}
#footer_links a {
	color: #fff;
}
#footer_contacts_mob {
    display: none;
}
@media screen and (max-width: 1840px) {
#footer_text {
	max-width: 522px;
    margin-bottom: 65px;
}
.footer_social {
	margin-bottom: 60px;
}
#footer_contacts,
#footer_menu {
    float: none;      
    width: 100%;       
    margin-bottom: 51px;
}
#footer_links {
    position: absolute;
    left: 564px;
    top: 711px; 
}
}
@media screen and (max-width: 1140px) {
#footer {
	width: 100%;
    padding: 30px 0px 30px 0px;
    min-height: auto;
}
#footer_left {
    display: none;        
}
#footer_links {
    display: none;
}
#footer_contacts_mob {
    display: block;
    margin: 38px auto 0px auto;
}
#footer_contacts_mob a {
    margin-bottom: 5px;
    color: #fff;
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	padding-left: 18px;
	box-sizing: border-box;
}
#box_contact1 {
    width: 100%;
    max-width: 882px;
    padding: 0px 0px 0px 0px;
}
#box_free_estimate #table_form {
    width: 100%;
}
#box_free_estimate #table_form td {
    width: 50%;
    vertical-align: top;
}
#box_contact_form label {
	padding-right: 14px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	height: 174px;
	font-size: 20px;
	line-height: 20px;
	font-family: "Dosis", sans-serif;
	font-weight: 800;
	color: #112d41;
	padding: 14px 10px 15px 19px;
    margin: 0px;
	background: #fff;
	border: none;
    text-transform: uppercase;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 49px;
	font-size: 20px;
	line-height: 20px;
	font-family: "Dosis", sans-serif;
	font-weight: 800;
	color: #112d41;
	padding: 14px 10px 15px 19px;
	background: #fff;
	border: none;
	margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
#box_contact_form input:required {
	background: #fff url(images/placeholder_req_bg.webp) 12px 17px no-repeat !important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #fff !important;
}
#box_contact_form ::-webkit-input-placeholder {
	font-size: 17px;
	line-height: 17px;
	color: #2f2f2f!important;
	font-weight: 700;
}
#box_contact_form ::-moz-placeholder {
	font-size: 17px;
	line-height: 17px;
	color: #2f2f2f!important;
	font-weight: 700;
}
#box_contact_form :-moz-placeholder {
	font-size: 17px;
	line-height: 17px;
	color: #2f2f2f!important;
	font-weight: 700;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 17px;
	line-height: 17px;
	color: #2f2f2f!important;
	font-weight: 700;
}
@media screen and (max-width: 1840px) {
#box_contact {
	padding-left: 13px;
}
#box_contact1 {
    max-width: 536px;
}
}
@media screen and (max-width: 1140px) {
#contact_section {
    padding: 0px 0px 20px 0px;
}
#box_contact .page_wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 20px;   
    box-sizing: border-box;  
}
#box_contact {
    width: 100%;
    padding-left: 0px;
}
#box_contact1 {
    max-width: 100%;
    width: 100%;
    padding: 30px 0px 0px 0px;
}
#box_free_estimate {
    width: auto;
    min-height: auto;
    padding: 10px 0px 10px 0px;
}
#box_form {
	padding: 40px 0px;
}
#box_form2 {
	padding: 30px;
	position: relative;
}
#box_free_estimate #table_form td {
    display: block;
    width: 100%;
}
#box_contact_form label {
	padding: 0px;
}
#box_contact_form label.edit {
	width: 100%;
}
#box_contact_form label.edit_half {
	width: 100%;
}  
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_address a {
	color: #1a3b52;
}
#contact_form {
	width: 1410px;
	float: right;
}
#contact_form .form input.submit {
	color: #fff;
    background: #1a3b52;
    border: none;
}
@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;
}
#contact_form .form input.submit {
    padding: 19px 95px 19px 95px;
} 
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #1a3b52;
	font-family: "Dosis", sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 800;
	text-align: left;
	padding: 17px 0px 17px 0px;
	margin-bottom: 15px;
    text-transform: uppercase;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	color: #1a3b52;
	font-family: "Dosis", sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 800;
	text-align: left;
}
.content_title b {
    display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 9px;
    text-transform: uppercase;
}
#box_info .content_title h1 {
    width: 700px;
}
#box_owner .content_title,
#box_contact .content_title {
    color: #fff;
}
#box_contact .content_title {
    margin-bottom: 30px;
}
#box_gallery .content_title {
	margin: -30px 0px 20px 0px;
    z-index: 20;
}
@media screen and (max-width: 1840px) {
.content_title {
}
#box_info .content_title h1 {
    margin: -68px 0px 15px 0px;
    width: 1100px;
    z-index: 300;
    position: relative;
    overflow: visible;
}
#box_info .content_title {
    z-index: 300;
    position: relative;
    overflow: visible;
}
#box_gallery .content_title {
	margin: 135px 0px 20px 0px;
    z-index: 20;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 28px;
	line-height: 28px;
	padding: 17px 0px 17px 0px;
	margin-bottom: 6px;
}
.content_title h1 {
    width: auto;
    font-size: 28px;
	line-height: 28px;
    margin: 0px 0px 6px 0px;
}
#box_info .content_title h1 {
    margin: 0px 0px 6px 0px;
    width: auto;
}
.content_title b {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
}
#box_gallery .content_title {
	margin: 0px 0px 0px 0px;
    text-align: center;
}
}

.table_container {
    display: table;
}
.table_cell {
    display: table-cell;
}
.inline_blocks_centered {
	display: table;
    width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
.inline_blocks_centered li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
    width: 423px;
    height: 628px;
	margin: 0px 15px 30px 15px;
    box_sizing: border-box;
}
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 66px;
	height: 67px;
	background: #032136 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #2889cd url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
.images_border {
}

.images_border img {
    border: 1px #000 solid;
}
