* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Barlow", sans-serif, Arial, Helvetica;
	font-size: 19px;
	line-height: 30px;
	color: #00324d;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #00324d;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	font-size: 16px;
	line-height: 24px;    
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 100px;
	line-height: 80px;
	font-weight: 400;
	color: #005d8f;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 98px;
	line-height: 70px;
	font-weight: 400;
	color: #00507b;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 94px;
	line-height: 70px;
	font-weight: 400;
	color: #014265;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 92px;
	line-height: 70px;
	font-weight: 400;
	color: #00324d;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 90px;
	line-height: 70px;
	font-weight: 400;
	color: #042030;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 88px;
	line-height: 70px;
	font-weight: 400;
	color: #031119;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 50px;
	line-height: 25px;
}
h2, .h2 {
	font-size: 48px;
	line-height: 23px;
}
h3, .h3 {
	font-size: 46px;
	line-height: 21px;
}
h4, .h4 {
	font-size: 44px;
	line-height: 20px;
}
h5, .h5 {
	font-size: 42px;
	line-height: 19px;
}
h6, .h6 {
	font-size: 40px;
	line-height: 18px;
}
}
a {
	color: #d83c2d;
	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;
}
.inline_blocks_centered {
	display: table;
    width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
.inline_blocks_centered li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 15px 30px 15px;
}
p {
	margin: 0px 0px 24px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 19px;
	line-height: 19px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	background: #d83c2d;
	font-family: "Jomhuria", serif, Arial, Helvetica;
	color: #fff;
	font-size: 60px;
	line-height: 31px;
    font-weight: 400;
    text-transform: uppercase;
	border: 0px;
	padding: 29px 97px 16px 97px;
	cursor: pointer;
    border-radius: 3px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 19px;
	line-height: 30px;
}
.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: 19px;
	line-height: 19px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 9px 10px 9px 10px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

#scode_block ul {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 18px 0px 18px;
}
#scode_block ul li:first-child {
	margin: 0px 18px 0px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 0px 18px;
}

@media screen and (max-width: 1140px) {
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	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;
	transform: scale(1);
}


/* 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;
}

.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: 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-size: 16px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 700;
    text-transform: uppercase;    
	outline: none;
	background: #d83c2d;
	text-align: center;
	padding: 18px 42px 17px 42px;    
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1 {
	color: #00324d;
	background: #fff;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #00324d;
	transform: scale(1.1);
}
@media screen and (max-width: 1140px) {
.a_button {
	font-size: 12px;
	line-height: 12px;
	padding: 14px 22px 14px 22px;    
}    
}
.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: #d83c2d;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #00324d;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #00324d;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.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: 15px;
	line-height: 15px;
    font-weight: 700;
	text-decoration: none;
	outline: none;
	background: #d83c2d;
	text-align: center;
	padding: 10px 15px 10px 15px;
	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: #00324d;
}


/* 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;
    font-weight: 700;
	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: 700;
	color: #042030;
	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;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 20px;
	line-height: 20px;
    font-weight: 700;
	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: #00324d;
    font-weight: 400;
	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: 12px;
	line-height: 7px;
}
.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: #d83c2d;
}
.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: 700;
	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: 700;
	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;
}
}
#menutop {
	width: 100%;
    height: 77px;
	position: absolute;
    top: 204px;
    left: 0px;
    z-index: 200;
}
#header_phone {
	position: absolute;
    top: 0px;
    right: 0px;
	display: inline-block;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
    font-weight: 700;
    vertical-align: top;
    background: #d83c2d url(images/icon_phone.webp) 45px 24px no-repeat;
    padding: 21px 45px 19px 94px;
}
#header_phone strong {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #cecece;
}
#header_phone:hover {
	text-decoration: none;
}
#menutop .page_wrapper {
	background: #00324d;
}
#menutop ul {
	display: table;
	margin: 0px;
	padding: 0px 0px 0px 26px;
	list-style: none;
	list-style-image: none;
    font-size: 1px;
    line-height: 1px;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 30px 35px 31px 35px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
@media screen and (max-width: 1840px) {
#menutop {
    top: 261px;
}
#menutop ul li a {
	padding: 30px 27px 31px 27px;
}
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #d83c2d;
}
@media screen and (max-width: 1140px) {
#menutop {
    display: none;
}
}
#top_line {
	width: 100%;
    height: 4px;
	background: url(images/top_line_bg.webp) center top no-repeat;
}
#mobile_box_phone {
    display: none;
    width: 100%;
    background: #d83c2d;
    text-align: center;
    padding: 4px 0px;
}
#mobile_box_phone a {
	display: inline-block;
	font-size: 20px;
	line-height: 31px;
	color: #fff;
    font-weight: 700;
    vertical-align: top;
    background: #d83c2d url(images/icon_phone.webp) left center no-repeat;
    padding: 5px 40px 10px 40px;
    text-align: left;
}
#mobile_box_phone a:hover {
    text-decoration: none;
}
#mobile_box_phone a strong {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #cecece;
}
@media screen and (max-width: 1140px) {
#top_line {
	display: none;
}    
#mobile_box_phone {
    display: block;
}    
}
#header {
	width: 100%;
    height: 200px;
	background: #fff;
    position: relative;
}
#header_logo {
    width: 286px;
    float: left;
    padding-top: 35px;
}
#header_slogan {
    width: 1514px;
    float: left;
    padding-top: 52px;
	font-size: 20px;
	line-height: 24px;
	color: #00324d;
    font-weight: 700;
    text-align: right;
}
#header_contacts {
    position: absolute;
    bottom: 47px;
    right: 0px;
}
#header_contacts a,
#header_contacts span {
	display: inline-block;
    vertical-align: top;
}
#header_contacts a:hover {
	text-decoration: none;
}
#header_license,
#header_location,
#header_email {
	font-size: 15px;
	line-height: 18px;
	color: #00324d;
    font-weight: 700;
}
#header_contacts strong {
    display: block;
    font-size: 13px;
    color: #828282;
	font-weight: 400;
}
#header_license {
	padding: 4px 66px 0px 41px;
	background: url(images/icon_license.webp) left 6px no-repeat;
}
#header_location {
	padding: 4px 64px 0px 42px;
	background: url(images/icon_location.webp) left 6px no-repeat;
}
#header_email {
	padding: 4px 61px 0px 52px;
	background: url(images/icon_email.webp) left 6px no-repeat;
}
#header_contacts img {
    margin-left: 5px;
}
@media screen and (max-width: 1840px) {
#header {
    height: 257px;
}
#header_slogan {
    width: 814px;
    box-sizing: border-box;
    padding: 79px 0px 0px 150px;
}
#header_contacts {
    bottom: 25px;
}
#header_license,
#header_location,
#header_email {
	font-size: 14px;
	line-height: 17px;
    letter-spacing: -0.1px;
}
#header_contacts strong {
    font-size: 12px;
}
#header_license {
	padding: 0px 30px 0px 31px;
	background: url(images/icon_license.webp) left 2px no-repeat;
}
#header_location {
	padding: 0px 30px 0px 31px;
	background: url(images/icon_location.webp) left 1px no-repeat;
}
#header_email {
	padding: 0px 30px 0px 42px;
	background: url(images/icon_email.webp) left 3px no-repeat;
}
}
@media screen and (max-width: 1140px) {
#header {
    height: auto;
    padding: 10px 0px;
    text-align: center;
}
#header_logo {
    width: auto;
    float: none;
    padding: 0px;
}
#header_slogan {
    display: block;
    width: 70%;
    margin: 0px auto;
    float: none;
    padding: 10px 0px 0px 0px;
	font-size: 15px;
	line-height: 16px;
    text-align: center;
}
#header_contacts {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 10px 0px 0px 0px;
}
#header_license,
#header_location,
#header_email {
	display: none!important;
}
}
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #02283c 0px, #00324d 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-size: 16px;
	line-height: 36px;
	font-weight: 700;
	height: 34px;
	padding: 3px 20px 0px 20px;
}
#mobile_menu_home {
	color: #d83c2d;
}
.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, #c83b2d 0px, #d83c2d 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 9px 0px 9px 0px;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #00324d;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px 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;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}
#slideshow {
	width: 100%;
	height: 1160px;
	position: relative;
	z-index: 10;
	background: #515151;
}
.inside #slideshow {
	height: 710px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_2560_01.webp) center top no-repeat;
}
#slide2 {
	background: url(images/slides_2560_02.webp) center top no-repeat;
}
#slide3 {
	background: url(images/slides_2560_03.webp) center top no-repeat;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 74px;
	height: 74px;
	position: absolute;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slides_arrow_prev {
	top: 189px;
	background: #fff url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	top: 273px;
	background: #fff url(images/slides_arrow_next.webp) center center no-repeat;	
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 245px;
	z-index: 231;
    padding: 0px;
}
.inside #slideshow_content {
	top: 182px;
}
#slideshow_content1 {
    width: 840px;
}
#slideshow_slogan {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	color: #d83c2d;
}
#slideshow_slogan1 {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 230px;
	line-height: 120px;
	font-weight: 400;
	color: #fff;
    text-transform: uppercase;
	padding-top: 30px;
}
#slideshow_text {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	padding: 27px 0px 38px 0px;
}
#slideshow_content .a_button {
	margin-right: 10px;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 880px;
}
.inside #slideshow {
	height: 650px;
}
#slideshow_content {
	top: 176px;
}
.inside #slideshow_content {
	top: 140px;
}
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 329px;
	background: #152631 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 329px;
}    
#slides_arrow_next, 
#slides_arrow_prev {
	display: none;
}
#slideshow_content {
	top: 82px;
    text-align: center;
}
#slideshow_content1 {
    width: 100%;
}
#slideshow_slogan {
	font-size: 18px;
	line-height: 18px;
}
#slideshow_slogan1 {
    width: 330px;
    margin: 0px auto;
    text-align: center;
	font-size: 72px;
	line-height: 36px;
	padding-top: 13px;
}
#slideshow_text {
	display: none;
}
#slideshow_content .a_button {
    margin-top: 17px;
}
#slideshow_content .a_button1 {
    display: none;
}
}
#middle {
	width: 100%;
    padding: 163px 0px 120px 0px;
	background: #fff url(images/middle_bg.webp) center bottom no-repeat;
    z-index: 11;
}
.inside #middle {
	background: #fff url(images/middle_inside_bg.webp) center bottom no-repeat;
    min-height: 600px;
}
#box_why {
    width: 100%;
    position: absolute;
    top: -223px;
    left: 0px;
    z-index: 12;    
}
#box_why ul {
	display: table;
    width: 100%;
    height: 120px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_why ul li {
    display: table-cell;
    width: 50%;
	padding: 0px;
	margin: 0px;
    background: #00324d;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #a0b0b9;
    text-transform: uppercase;
    vertical-align: middle;
}
#box_why ul li span {
    display: inline-block;
    padding: 8px 0px 8px 120px;
}
#box_why ul li strong {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;    
    text-transform: none;
}
#box_why ul li:nth-child(1) {
    background: #d83c2d;
    color: #f9b2ab;
}
#box_why ul li:nth-child(1) span {
	background: url(images/icon_truth.webp) 30px center no-repeat;
}
#box_why ul li:nth-child(2) span {
	background: url(images/icon_answers.webp) 32px center no-repeat;
}
#middle1 {
    width: 100%;
}
#box_benefits {
    display: table;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    background: #d83c2d;
    color: #fff;
    line-height: 64px;
}
@media screen and (max-width: 1840px) {
#middle1 {
    width: 100%;
}
#box_benefits {
    display: table;
    float: none;
    position: relative;
    margin: 0px auto;
    margin-bottom: 60px;
}
}
#box_benefits ul {
	display: table;
    width: 100%;
	margin: 0px;
	padding: 74px 40px 64px 77px;
	list-style: none;
	list-style-image: none;
}
#box_benefits ul li {
	padding: 0px 0px 0px 54px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
#middle {
    padding: 30px 0px;
	background: #fff;
}
#box_why {
    display: none;
}
#box_benefits ul {
	display: block;
	padding: 30px;
    box-sizing: border-box;
}
#box_benefits {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto 20px auto;
    line-height: normal;
}
#box_benefits ul li {
	padding: 10px 0px 10px 54px;
}    
}
#box_benefits ul li:nth-child(1) {
	background: url(images/icon_discreet.webp) left center no-repeat;
}
#box_benefits ul li:nth-child(2) {
	background: url(images/icon_results.webp) left center no-repeat;
}
#box_benefits ul li:nth-child(3) {
	background: url(images/icon_investigators.webp) left center no-repeat;
}
#box_benefits ul li:nth-child(4) {
	background: url(images/icon_technology.webp) left center no-repeat;
}
#box_benefits ul li:nth-child(5) {
	background: url(images/icon_approach.webp) left center no-repeat;
}
#box_benefits ul li:nth-child(6) {
	background: url(images/icon_support.webp) left center no-repeat;
}
#box_services {
	width: 100%;
    padding: 114px 0px 84px 0px;
	background: #f3f3f3 url(images/box_services_bg.webp) center top no-repeat;
}
#box_services_title {
    width: 600px;
    float: left;
}
#box_services_text {
    width: 1200px;
    float: left;
}
#box_services ul {
    font-size: 1px;
	line-height: 1px;
    text-align: left;
    padding-top: 90px;
}
#box_services ul li {
	margin: 0px 32px 32px 0px;
}
#box_services ul li:nth-child(4), 
#box_services ul li:nth-child(8),
#box_services ul li:nth-child(11) {
	margin: 0px 0px 32px 0px;
}
#box_services ul li a {
	display: block;
    box-sizing: border-box;
    width: 423px;
    height: 481px;
	padding: 210px 40px 0px 60px;
	text-decoration: none;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_services ul li a:hover {
	text-decoration: none;
}
#box_services ul li a div {
	display: table;
    width: 100%;
    min-height: 199px;
	margin: 0px;
    font-size: 19px;
    line-height: 30px;
    color: #00324d;
}
#box_services ul li a:hover div {
    color: #fff;
}
#box_services ul li a div strong {
	display: block;
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 72px;
	line-height: 36px;
	font-weight: 400;
	color: #00324d;
    text-transform: uppercase;
    padding-bottom: 19px;
}
#box_services ul li a:hover div strong {
    color: #fff;
}
#box_services ul li a span {
	display: inline-block;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	color: #d83c2d;
    text-transform: uppercase;
    padding-right: 12px;
    background: url(images/arrow1.webp) right center no-repeat;
}
#box_services ul li a:hover span {
    color: #fff;
    background: url(images/arrow1_on.webp) right center no-repeat;
}
#services_personal_surveillance {
	background: #fff url(images/icon_services_personal_surveillance.webp) 60px 56px no-repeat;
}
#services_personal_surveillance:hover {
	background: #d83c2d url(images/icon_services_personal_surveillance_hover.webp) 60px 56px no-repeat;
}
#services_workers_compensation {
	background: #fff url(images/icon_services_workers_compensation.webp) 60px 56px no-repeat;
}
#services_workers_compensation:hover {
	background: #d83c2d url(images/icon_services_workers_compensation_hover.webp) 60px 56px no-repeat;
}
#services_infidelity_monitoring {
	background: #fff url(images/icon_services_infidelity_monitoring.webp) 60px 56px no-repeat;
}
#services_infidelity_monitoring:hover {
	background: #d83c2d url(images/icon_services_infidelity_monitoring_hover.webp) 60px 56px no-repeat;
}
#services_criminal_investigations {
	background: #fff url(images/icon_services_criminal_investigations.webp) 60px 56px no-repeat;
}
#services_criminal_investigations:hover {
	background: #d83c2d url(images/icon_services_criminal_investigations_hover.webp) 60px 56px no-repeat;
}
#services_civil_investigations {
	background: #fff url(images/icon_services_civil_investigations.webp) 60px 56px no-repeat;
}
#services_civil_investigations:hover {
	background: #d83c2d url(images/icon_services_civil_investigations_hover.webp) 60px 56px no-repeat;
}
#services_child_custody {
	background: #fff url(images/icon_services_child_custody.webp) 60px 56px no-repeat;
}
#services_child_custody:hover {
	background: #d83c2d url(images/icon_services_child_custody_hover.webp) 60px 56px no-repeat;
}
#services_cohabitation {
	background: #fff url(images/icon_services_cohabitation.webp) 60px 56px no-repeat;
}
#services_cohabitation:hover {
	background: #d83c2d url(images/icon_services_cohabitation_hover.webp) 60px 56px no-repeat;
}
#services_polygraph_tests {
	background: #fff url(images/icon_services_polygraph_tests.webp) 60px 56px no-repeat;
}
#services_polygraph_tests:hover {
	background: #d83c2d url(images/icon_services_polygraph_tests_hover.webp) 60px 56px no-repeat;
}
#services_bug_sweeping {
	background: #fff url(images/icon_services_bug_sweeping.webp) 60px 56px no-repeat;
}
#services_bug_sweeping:hover {
	background: #d83c2d url(images/icon_services_bug_sweeping_hover.webp) 60px 56px no-repeat;
}
#services_background_checks {
	background: #fff url(images/icon_services_background_checks.webp) 60px 56px no-repeat;
}
#services_background_checks:hover {
	background: #d83c2d url(images/icon_services_background_checks_hover.webp) 60px 56px no-repeat;
}
#services_process_serving {
	background: #fff url(images/icon_services_process_serving.webp) 60px 56px no-repeat;
}
#services_process_serving:hover {
	background: #d83c2d url(images/icon_services_process_serving_hover.webp) 60px 56px no-repeat;
}
@media screen and (max-width: 1840px) {
#box_services_title {
    width: 100%;
    float: none;
}
#box_services_text {
    width: 100%;
    float: none;
}
#box_services ul {
    padding-top: 35px;
}
#box_services ul li {
	margin: 0px 24px 24px 0px;
}
#box_services ul li:nth-child(4), 
#box_services ul li:nth-child(8) {
	margin: 0px 24px 24px 0px;
}    
#box_services ul li:nth-child(3),
#box_services ul li:nth-child(6),
#box_services ul li:nth-child(9),
#box_services ul li:nth-child(11) {
	margin: 0px 0px 24px 0px;
}   
#box_services ul li a {
    width: 348px;
    height: 470px;
	padding: 190px 40px 0px 40px;
}
#box_services ul li a div {
    min-height: auto;
}
#box_services ul li a span {
    margin-top: 20px;
}
#services_personal_surveillance {
	background: #fff url(images/icon_services_personal_surveillance.webp) 40px 36px no-repeat;
}
#services_personal_surveillance:hover {
	background: #d83c2d url(images/icon_services_personal_surveillance_hover.webp) 40px 36px no-repeat;
}
#services_workers_compensation {
	background: #fff url(images/icon_services_workers_compensation.webp) 40px 36px no-repeat;
}
#services_workers_compensation:hover {
	background: #d83c2d url(images/icon_services_workers_compensation_hover.webp) 40px 36px no-repeat;
}
#services_infidelity_monitoring {
	background: #fff url(images/icon_services_infidelity_monitoring.webp) 40px 36px no-repeat;
}
#services_infidelity_monitoring:hover {
	background: #d83c2d url(images/icon_services_infidelity_monitoring_hover.webp) 40px 36px no-repeat;
}
#services_criminal_investigations {
	background: #fff url(images/icon_services_criminal_investigations.webp) 40px 36px no-repeat;
}
#services_criminal_investigations:hover {
	background: #d83c2d url(images/icon_services_criminal_investigations_hover.webp) 40px 36px no-repeat;
}
#services_civil_investigations {
	background: #fff url(images/icon_services_civil_investigations.webp) 40px 36px no-repeat;
}
#services_civil_investigations:hover {
	background: #d83c2d url(images/icon_services_civil_investigations_hover.webp) 40px 36px no-repeat;
}
#services_child_custody {
	background: #fff url(images/icon_services_child_custody.webp) 40px 36px no-repeat;
}
#services_child_custody:hover {
	background: #d83c2d url(images/icon_services_child_custody_hover.webp) 40px 36px no-repeat;
}
#services_cohabitation {
	background: #fff url(images/icon_services_cohabitation.webp) 40px 36px no-repeat;
}
#services_cohabitation:hover {
	background: #d83c2d url(images/icon_services_cohabitation_hover.webp) 40px 36px no-repeat;
}
#services_polygraph_tests {
	background: #fff url(images/icon_services_polygraph_tests.webp) 40px 36px no-repeat;
}
#services_polygraph_tests:hover {
	background: #d83c2d url(images/icon_services_polygraph_tests_hover.webp) 40px 36px no-repeat;
}
#services_bug_sweeping {
	background: #fff url(images/icon_services_bug_sweeping.webp) 40px 36px no-repeat;
}
#services_bug_sweeping:hover {
	background: #d83c2d url(images/icon_services_bug_sweeping_hover.webp) 40px 36px no-repeat;
}
#services_background_checks {
	background: #fff url(images/icon_services_background_checks.webp) 40px 36px no-repeat;
}
#services_background_checks:hover {
	background: #d83c2d url(images/icon_services_background_checks_hover.webp) 40px 36px no-repeat;
}
#services_process_serving {
	background: #fff url(images/icon_services_process_serving.webp) 40px 36px no-repeat;
}
#services_process_serving:hover {
	background: #d83c2d url(images/icon_services_process_serving_hover.webp) 40px 36px no-repeat;
}
}
@media screen and (max-width: 1140px) {
#box_services {
    padding: 30px 0px;
	background: #f3f3f3;
}
#box_services ul {
    width: auto;
    max-width: 100%;
    min-width: 230px;
    padding-top: 20px;
    margin: 0px auto;
    text-align: center;    
}
#box_services ul li {
	margin: 0px 5px 10px 5px;
    zoom: 0.7;
}
#box_services ul li:nth-child(4), 
#box_services ul li:nth-child(8) {
	margin: 0px 5px 10px 5px;
}
#box_services ul li:nth-child(3),
#box_services ul li:nth-child(6),
#box_services ul li:nth-child(9),
#box_services ul li:nth-child(11) {
	margin: 0px 5px 10px 5px;
}
#box_services ul li a {
    width: 206px;
    height: 260px;
	padding: 190px 10px 0px 10px;
    text-align: center;
}
#box_services ul li a div {
    min-height: auto;
    font-size: 0px;
    line-height: 0px;
}
#box_services ul li a div strong {
	font-size: 40px;
	line-height: 20px;
    padding-bottom: 10px;
}
#box_services ul li a span {
	display: none;
}
}
@media screen and (max-width: 630px) {
#box_services ul li {
    zoom: 0.5;
}
}
#box_steps {
	width: 100%;
    padding: 98px 0px 140px 0px;
	background: #40515b url(images/box_steps_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_steps ul {
    font-size: 1px;
	line-height: 1px;
    text-align: left;
}
#box_steps ul li {
    width: 576px;
	margin: 0px 32px 0px 0px;
}
#box_steps ul li:nth-child(3) {
	margin: 0px;
}
#box_steps ul li span {
    display: inline-block;
    float: left;    
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 110px;
	line-height: 83px;
	font-weight: 400;
	color: #fff;
    padding: 24px 45px 12px 45px;
    background: #d83c2d;
    margin-right: 37px;
}
#box_steps ul li strong {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 70px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
    text-transform: uppercase;
}
#box_steps ul li strong a {
	color: #fff;
}
#box_steps ul li strong a:hover {
	text-decoration: none;
}
#box_steps ul li div {
    display: block;
    width: 490px;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
    padding: 44px 0px 50px 0px;
}
@media screen and (max-width: 1840px) {
#box_steps ul li {
    width: 349px;
	margin: 0px 24px 0px 0px;
}
#box_steps ul li span {
    float: none;    
}
#box_steps ul li strong {
    display: block;
	font-size: 59px;
	line-height: 30px;    
    padding-top: 25px;
}
#box_steps ul li div {
    width: 340px;
    padding: 16px 0px 19px 0px;
}
}
#box_steps_phone {
	display: inline-block;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
    font-weight: 700;
    vertical-align: top;
    background: #d83c2d url(images/icon_phone.webp) 45px 24px no-repeat;
    padding: 21px 45px 19px 94px;
}
#box_steps_phone strong {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #cecece;
}
#box_steps_phone:hover {
	text-decoration: none;
}
@media screen and (max-width: 1140px) {
#box_steps {
    padding: 30px 0px;
	background: #152631;
    background-size: auto;
    text-align: center;
}
#box_steps ul {
    text-align: center;
    margin: 0px auto;
}
#box_steps ul li {
    width: 240px;
	margin: 0px 5px 10px 5px;
    text-align: center;
}
#box_steps ul li:nth-child(3) {
	margin: 0px 5px 10px 5px;
}
#box_steps ul li span {
	font-size: 60px;
	line-height: 25px;
    padding: 20px 20px 10px 20px;
    margin-right: 0px;
}
#box_steps ul li strong {
	font-size: 40px;
	line-height: 20px;
}
#box_steps ul li div {
    display: none;
}
}
#box_testimonials {
	width: 100%;
    padding: 103px 0px 120px 0px;
	background: #f3f3f3 url(images/box_testimonials_bg.webp) center bottom no-repeat;
}
#box_testimonials ul {
    font-size: 1px;
	line-height: 1px;
    text-align: left;
}
#box_testimonials ul li {
    box-sizing: border-box;
    width: 882px;
    height: 414px;
    background: #fff;
	margin: 0px 32px 0px 0px;
	padding: 123px 95px 0px 95px;
	font-size: 19px;
	line-height: 30px;
	color: #00324d;
    font-weight: 700;
    position: relative;
}
@media screen and (max-width: 1840px) {
#box_testimonials ul li {
    width: 536px;
	margin: 0px 24px 0px 0px;
	padding: 84px 64px 0px 64px;
}
}
#box_testimonials ul li:before {
	content: "";
	display: block;
	width: 71px;
	height: 69px;
	position: absolute;
	top: -34px;
	right: 65px;
	background: url(images/box_testimonials_quote.webp) center top no-repeat;
}
#box_testimonials ul li:after {
	content: "";
	display: block;
	width: 64px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 0px;
	background: url(images/box_testimonials_angle.webp) center top no-repeat;
}
#box_testimonials ul li:nth-child(2) {
	margin: 0px;
}
#box_testimonials ul li strong {
	color: #d83c2d;
}
#box_testimonials .a_button {
    margin-top: 109px;
}
@media screen and (max-width: 1140px) {
#box_testimonials {
    padding: 30px 0px;
	background: #f3f3f3;
    text-align: center;
}
#box_testimonials ul {
    text-align: center;
}
#box_testimonials ul li {
    width: 270px;
    height: 420px;
    background: #fff;
	margin: 0px 10px 20px 10px;
	padding: 30px 30px 0px 30px;
	font-size: 16px;
	line-height: 24px;
}
#box_testimonials ul li:last-child {
	margin: 0px 10px 0px 10px;
}
#box_testimonials ul li:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -15px;
	right: 35px;
	background: url(images/mobile_testimonials_quote.webp) center top no-repeat;
}
#box_testimonials .a_button {
    margin-top: 50px;
}    
}
@media screen and (max-width: 630px) {
#box_testimonials ul li:nth-child(2) {
    display: none;
}
}
#box_contact {
	width: 100%;
    padding: 207px 0px 241px 0px;
	background: #40515b url(images/box_contact_bg.webp) center center no-repeat;
    background-size: cover;
}
#box_contact_form label {
	padding-right: 36px;
}
#box_contact_form label.last {
	padding-right: 0px;
}
#box_contact_form textarea {
	font-family: "Barlow", sans-serif, Arial, Helvetica;
	height: 154px;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20;
    text-transform: uppercase;
	padding: 18px 10px 20px 24px;
	background: #f4f8fb;
	border: none;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	height: 57px;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20;
    text-transform: uppercase;
	padding: 18px 10px 20px 24px;
	background: #f4f8fb;
	border: none;
	margin: 0px 0px 41px 0px;
}
#box_contact_form input:required {
	background: #f4f8fb url(images/placeholder_req_bg.webp) 18px 22px 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-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20!important;
    text-transform: uppercase;
}
#box_contact_form ::-moz-placeholder {
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20!important;
    text-transform: uppercase;
}
#box_contact_form :-moz-placeholder {
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20!important;
    text-transform: uppercase;
}
#box_contact_form :-ms-input-placeholder {
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	color: #231f20!important;
    text-transform: uppercase;
}
@media screen and (max-width: 1140px) {
#box_contact {
    padding: 30px 0px;
	background: #40515b;
    background-size: auto;
}
#box_contact_form label {
	padding-right: 0px;
}
#box_contact .form label.edit_third {
	width: 100%;
}
}
#bottom_line {
	width: 100%;
    height: 4px;
	background: url(images/bottom_line_bg.webp) center top no-repeat;
}
#footer1 {
	width: 100%;
    padding: 120px 0px 130px 0px;
    color: #fff;
    text-align: center;
}
#footer1 a {
    color: #fff;
}
#footer_address {
    padding-top: 53px;
}
@media screen and (max-width: 1140px) {
#footer1 {
    padding: 30px 0px;
}
#footer_logo {
    display: none;
}
#footer_address {
    padding-top: 0px;
	font-size: 14px;
	line-height: 21px;    
}
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 1300px;
	float: right;
}
@media screen and (max-width: 1840px) {
#contact_form {
	width: 720px;
	float: right;
} 
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	padding: 0px 0px 38px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 150px;
	line-height: 90px;
	font-weight: 400;
	color: #00324d;
    text-transform: uppercase;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 150px;
	line-height: 90px;
	font-weight: 400;
	color: #00324d;
    text-transform: uppercase;
}
.content_title span {
	color: #d83c2d;
}
#box_steps .content_title {
	font-size: 110px;
	color: #fff;
}
@media screen and (max-width: 1840px) {
#box_steps .content_title {
	line-height: 60px;
}    
}
#box_testimonials .content_title {
	padding: 0px 0px 79px 0px;
    text-align: center;
}
#box_contact .content_title {
	color: #d83c2d;
    text-align: center;
}
@media screen and (max-width: 1140px) {
.content_title {
	padding: 0px 0px 20px 0px;
	font-size: 67px;
	line-height: 34px;
    text-align: center;
}
.content_title h1 {
	font-size: 67px;
	line-height: 34px;
}
#box_steps .content_title {
	font-size: 50px;
	line-height: 30px;    
}
#box_testimonials .content_title {
	padding: 0px 0px 20px 0px;
    text-align: center;
}
}
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 74px;
	height: 74px;
	background: #d83c2d url(images/scroll_top_bg.webp) center no-repeat;
	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: #001b2a url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	transform: scale(1.1);    
}


@media screen and (max-width: 1140px) {
#scroll_top {
	zoom: 0.5;
}    
.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%;
}
}


/* service_area
--------------------------------------------------------------*/
#service_area span {
	font-family: "Jomhuria", serif, Arial, Helvetica;
	font-size: 60px;
	line-height: 30px;
	font-weight: 400;
	color: #042030;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area a[href="javascript:;"] {
	color: #00324d;
	text-decoration: none;
	cursor: text;
}
@media screen and (max-width: 1140px) {
#service_area span {
	font-size: 40px;
	line-height: 15px;
}    
 #service_area ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}