* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #434343;
	width: 100%;
	min-width: 1100px;
	background: #fff;
	position: relative;
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/
a {
	color: #232e5c;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}


/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}


.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #227bbd;
	border-radius: 35px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 40px 20px 40px;
	font-size: 15px;
	line-height: 15px;
	border: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #4d4d4d !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #4d4d4d !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #4d4d4d !important;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #4d4d4d !important;
	font-weight: bold;
	text-transform: uppercase;
	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;
}


.images, .images_right {
	border: 0;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

@media screen and (max-width: 1140px) {
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}	
}

@media screen and (max-width: 800px) {
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}

.a_button, .a_button_top {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #227bbd;
	background: #227bbd;
	border-radius: 35px;	
	text-align: center;
	padding: 20px 40px 20px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover, .a_button_top:hover {
	color: #227bbd;
	border: 1px solid #227bbd;	
	text-decoration: none;
	background: transparent;
}


/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1100px;
	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: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 0px 0px 0px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 60px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
}

@media screen and (max-width: 1140px) {
.box_fidxed {
	display: none;
}	
.body_offset {
	padding-top: 0px;
}	
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 60px;
	background: #227bbd;
}

.topnav {
  overflow: hidden;	
}
.topnav a {
  float: left;
  display: inline-block;
  text-align: center;
  margin: 10px 15px 0px 15px;
  padding: 23px 0px 25px 0px;	
  text-decoration: none;
  text-transform: uppercase;    
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent; 	
  font-size: 14px;
  line-height: 0px;
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;			
}
.active {
  border-bottom: 2px solid #a9d6ec!important; 		
  color: #a9d6ec!important;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;	
}
.dropdown .dropbtn {
  border: none;
  background-color: #227bbd;	
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 60px;	
  margin-left: -10px;
  background-color: #227bbd;
  min-width: 220px;
  padding: 0px 10px 10px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  margin: 10px 15px 0px 15px;
  padding: 15px 0px 10px 0px;	
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav a:hover {
  border-bottom: 2px solid #a9d6ec; 
  color: #a9d6ec;
}
.topnav .dropdown:hover .dropbtn {
  border-bottom: 2px solid transparent!important; 
  color: #a9d6ec;
}
.dropdown-content a:hover {
  background-color: #227bbd;
  color: #a9d6ec;

}
.dropdown:hover .dropdown-content {
  display: block;
  top: 60px;	
  margin-left: -10px;
  background-color: #227bbd;
  min-width: 220px;
  padding: 0px 10px 10px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.0);
  z-index: 1;
	
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #e5e7eb 0px, #f2f3f5 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: #231f20;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.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) {
#menutop {
	display: none;
}
.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, #227bbd 0px, #298ed9 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile a.active {
  color: #231f20!important;
  border-bottom: 2px solid transparent!important; 			
}

#menumobile li.selected > a {
	color: #231f20;
}

#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!important;
	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;
}
}

/* Header Info
-----------------------------------------------------------------------------*/
#header_info {
	width: 100%;
	position: relative;
	height: 50px;
	background: #f6fafc;
}
#header_info_location {
	left: 23px;		
	width: 300px;
	position: relative;
	top: 20px;
	text-align: left;
	color: #303030;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;	
}
#header_info_location:before { 
	content: "";  
	display: block;
	position: absolute;
	top: -4px;
	left: -20px;
	z-index: 102;
	width: 13px;
	height: 18px;
	background: url(../images/icon_location.webp) no-repeat;   
}

#header_info_lang {
	width: 199px;
	position: relative;
	left: 901px;
	top: 5px;
	height: 50px;	
}
#header_info_lang ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-image: none;
}	
#header_info_lang ul li { 
	float: left;	
}
#header_info_lang ul li a {
	display: block;
	color: #303030;
	height: 50px;	
	padding: 0px 5px 10px 5px;		
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;	
	text-align: right;
}
#header_info_lang ul li a:last-child {
	padding: 0px 0px 10px 5px;		
}

#header_info_lang ul li a:hover {
	text-underline-offset: 7px;	
	color: #232e5c;
}
#header_info_lang ul li a.lang_activ {
	font-weight: 500;
	color: #232e5c;	
}
@media screen and (max-width: 1140px) {
#header_info_lang {
	left: 0px;
	right: 0px;
	top: 17px;
	margin-left: auto;
	margin-right: auto; 
}
#header_info_location {
	display: none;
}	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 160px;
	background: #fff;
}

#header_logo {
	width: 319px;
	position: absolute;
	top: 22px;
}

#header_phone {
	width: 140px;
	position: absolute;
	left: 954px;
	top: 50px;
	font-weight: bold;
	color: #303030;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
}
#header_phone:before { 
	content: "";  
	display: block;
	position: absolute;
	top: -2px;
	left: -22px;
	z-index: 102;
	width: 17px;
	height: 18px;
	background: url(../images/icon_phone.webp) no-repeat;   
}

#header_email {
	width: 140px;
	position: absolute;
	left: 955px;
	top: 100px;
	font-weight: normal;
	color: #303030;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
}
#header_email a, #header_email a:hover  {
	color: #303030;
	text-decoration: none;
}
#header_email:before {
	content: "";  
	display: block;
	position: absolute;
	top: -4px;
	left: -22px;
	z-index: 102;
	width: 17px;
	height: 18px;
	background: url(../images/icon_email.webp) no-repeat;
}

@media screen and (max-width: 1140px) {
#header {
	width: 100%;
	position: relative;
	height: 110px;
	background: #fff;
}	
#header_logo {
	width: 200px;
	left: 0;
	right: 0;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#header_logo img {
	width: 200px;
	height: auto;
}
#header_phone {
	display: none;
}
#header_email {
	display: none;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 801px;
	background: url(../images/slideshow_bg.webp) center top no-repeat;
	background-position: center top;	
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 350px;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan1 {
	width: 1100px;
	position: absolute;
	left: 0px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 185px;
	text-align: left;
	font-weight: bold;
	color: #c0eaff;
	font-size: 20px;
	line-height: 20px;
	z-index: 201;
}
#slideshow_slogan2 {
	width: 1100px;
	position: relative;
	left: 0px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 245px;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	text-align: left;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	font-size: 85px;
	line-height: 85px;
	z-index: 201;
}
#slideshow_slogan2 span {
	font-style: normal;
	font-weight: 500;	
	padding-left: 300px;
	font-size: 85px;
	line-height: 135px;	
}
#slideshow_slogan2:before {
	content: "";  
	display: block;
	position: absolute;
	top: 85px;
	left: 325px;
	z-index: 102;
	width: 375px;
	height: 26px;
	background: url(../images/slideshow_slogan_bg.webp) no-repeat;
}
.inside #slideshow_slogan2 {
	top: 70px; 
}


#slideshow .a_button {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border: 1px solid #227bbd;	
	border-radius: 50px;
	padding: 27px 57px 27px 57px;
}
#slideshow .a_button:hover {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;	
}

#slideshow .a_button_top {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;	
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50px;
	padding: 27px 62px 27px 62px;
}
#slideshow .a_button_top:hover {
	border: 1px solid #227bbd;
	color: #fff;	
	background: #227bbd;
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
	
}


@media screen and (max-width: 1140px) {
#slideshow {
	z-index: -1;
	background: #3d4d69 url(../images/mobile_slideshow_bg.webp) center center no-repeat;
	height: 295px;	
}
.inside #slideshow {
	height: 150px;	
}
#slideshow_slogan1 {
	width: 280px;
	left: 0px;
	top: 80px;
	font-size: 14px;
	line-height: 14px;
}	
#slideshow_slogan2 {
	width: 280px;
	position: absolute;
	left: 0px;
	top: 130px;
	font-size: 30px;
	line-height: 30px;
}	
#slideshow_slogan2 span {
	padding-left: 50px;
	font-size: 30px;
	line-height: 55px;	
}
#slideshow_slogan2:before {
	content: "";  
	display: block;
	position: relative;
	top: 40px;
	left: 115px;
	z-index: 102;
	width: 130px;
	height: 9px;
	background: url(../images/mobile_slideshow_slogan_bg.webp) no-repeat;
}
.inside #slideshow_slogan2 {
	top: 30px;
}
	
#slideshow .a_button {
	display: none;
}
#slideshow .a_button_top {
	display: none;
}	
#box_slideshow_phone {
	text-align: center;
	position: relative;
	background: linear-gradient(to bottom, #e5e7eb 0px, #f2f3f5 100%);
	padding: 15px 0px 13px 0px;
	height:  auto;
	text-transform: uppercase;
	color: #303030;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	z-index: -1!important;
}	
#box_slideshow_phone:before { 
	content: "";  
	display: block;
	position: absolute;
	top: 13px;
	left: -155px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 102;
	width: 17px;
	height: 18px;
	background: url(../images/icon_phone.webp) top left no-repeat;   
}
}

@media screen and (min-width: 1140px) {
#box_slideshow_phone {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 80px 0px 120px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 80px 0px 80px 0px;	
}
@media screen and (max-width: 1140px) {
#middle {
	padding: 40px 20px 60px 20px;
}
.inside #middle {
	padding: 40px 20px 60px 20px;
}
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
	float: left;
}
#content img {
	border-radius: 7px;
}
#object_under_photo {
	background: url(../images/object_under_photo.webp) right top no-repeat;
	width: auto;
	min-width: 228px;
	height: 228px;
	position: absolute;
	top: 210px; 
	right: -webkit-calc(50% - 1280px  + 686px);
	right: -moz-calc(50% - 1280px  + 686px);
	right: calc(50% - 1280px  + 686px);          
	z-index: 0;
}
#object_homeimage {
	background: url(../images/object_homeimage.webp) right top no-repeat;
	width: auto;
	min-width: 149px;
	height: 161px;
	position: absolute;
	top: 560px; 
	right: -webkit-calc(50% - 1280px  + 886px);
	right: -moz-calc(50% - 1280px  + 886px);
	right: calc(50% - 1280px  + 886px);          
	z-index: 0;
	border-radius: 7px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	color: #232e5c;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
#object_homeimage span {
	font-size: 85px;
	line-height: 85px;
}
#content_phone {
	width: 140px;
	position: relative;
	font-weight: bold;
	color: #303030;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
}
#content_phone:before { 
	content: "";  
	display: block;
	position: absolute;
	top: 0px;
	left: -22px;
	z-index: 102;
	width: 17px;
	height: 18px;
	background: url(../images/icon_phone.webp) no-repeat;   
}

#mobile_homeimage {
  width: 280px;
  height: 220px;
}
@media screen and (min-width: 1140px) {
#mobile_homeimage {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: 100%;
	text-align: left;
	position: relative;
}
#object_under_photo {
	display: none;
}
#object_homeimage {
	display: none;
}
#homeimage {
	display: none;
}
#object_homeimage span {
	font-size: 85px;
	line-height: 85px;
}
#content_phone {
	display: block;
	left: 35px;
	top: 20px;
}	
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #232e5c;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: italic;
	font-size: 70px;
	line-height: 70px;
	text-align: left;
	background: url(../images/content_title_bg.webp) left bottom no-repeat;
	padding: 0px 0px 50px 0px;
	margin-bottom: 30px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #232e5c;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: italic;
	font-size: 70px;
	line-height: 70px;
	text-align: left;
}
#content_title_strategic_goals {
	font-size: 45px;
	line-height: 45px;
	font-weight: 900;
	background: none;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;	
}
.content_title span {
	display: block;
	font-weight: 500;
	font-style: normal;
	margin-top: 10px;
}

#content_title_contact, #content_title_services {
	color: #fff;
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/content_title_mobile_bg.webp) left bottom no-repeat;
	padding: 0px 0px 25px 0px;
	margin-bottom: 20px;	
}
.content_title h1 {
	font-size: 30px;
	line-height: 30px;
}
#content_title_strategic_goals {
	font-size: 22px;
	line-height: 22px;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;	
}
#content_title_contact, #content_title_services {
	color: #fff;
}
}

/* box_history_01
-----------------------------------------------------------------------------*/
#box_history_01 {
	height: 114px;
	background: #f6fafc;
	padding: 50px 0px 50px 0px;
}
#box_history_01_content {
	width: 100%;
}
#box_history_01_text {
	width: 900px;
	color: #303030;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#box_history_01_content:before {
	content: "";
	display: block;
	width: 59px;
	height: 5px;
	position: absolute;
	top: 60px;
	left: 0px;
	background: url(../images/box_history_quote.webp) center top no-repeat;
}
#box_history_01_content:after {
	content: "";
	display: block;
	width: 59px;
	height: 5px;
	position: absolute;
	top: 60px;
	right: 0px;
	background: url(../images/box_history_quote.webp) center top no-repeat;
}
@media screen and (max-width: 1140px) {
#box_history_01 {
	height: auto;
	background: #f6fafc;
	padding: 30px 20px 30px 20px;
}
#box_history_01_text {
	width: auto;
}
#box_history_01_content:before {
	display: none;
}
#box_history_01_content:after {
	display: none;
}
}

/* box_history_02
-----------------------------------------------------------------------------*/
#box_history_02 {
	height: 114px;
	background: #fff;
	padding: 50px 0px 50px 0px;
}
#box_history_02_content {
	width: 100%;
}
#box_history_02_text {
	width: 900px;
	color: #303030;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#box_history_02_content:before {
	content: "";
	display: block;
	width: 59px;
	height: 5px;
	position: absolute;
	top: 60px;
	left: 0px;
	background: url(../images/box_history_quote.webp) center top no-repeat;
}
#box_history_02_content:after {
	content: "";
	display: block;
	width: 59px;
	height: 5px;
	position: absolute;
	top: 60px;
	right: 0px;
	background: url(../images/box_history_quote.webp) center top no-repeat;
}
@media screen and (max-width: 1140px) {
#box_history_02 {
	height: auto;
	padding: 30px 20px 30px 20px;
}
#box_history_02_text {
	width: auto;
}
#box_history_02_content:before {
	display: none;
}
#box_history_02_content:after {
	display: none;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: url(../images/box_services_bg.webp) center top repeat;
	padding: 120px 0px 120px 0px;
	height: 960px;
	position: relative;
	color: #fff;
}

#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: 0px 24px 24px 0px;
}
#box_services li:nth-child(2), 
#box_services li:nth-child(4) {
	margin-right: 0px;
}

#box_services ul li a {
	display: block;
	width: 538px;
	height: 380px;
	z-index: 1;
	position: relative;
}
#box_services a div {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 7px;				
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_services a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
#box_services a span {
	display: block;
	color: #fff; 
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;	
	text-align: left;
	width: auto;
	height: auto;
	position: absolute;
	left: 66px;
	right: 0px; 
	top: 50px; 
	opacity: 1;
	transition: all 0.5s ease;
	z-index: 1000;
}
#box_services ul li:nth-child(1) a span {
	background: url(../images/box_services_icon_01.webp) top left no-repeat;
	padding-top: 219px;
	background-position: top left;
}
#box_services ul li:nth-child(2) a span {
	background: url(../images/box_services_icon_02.webp) top left no-repeat;
	padding-top: 219px;
	background-position: top left;
}
#box_services ul li:nth-child(3) a span {
	background: url(../images/box_services_icon_03.webp) top left no-repeat;
	padding-top: 219px;
	background-position: top left;
}
#box_services ul li:nth-child(4) a span {
	background: url(../images/box_services_icon_04.webp) top left no-repeat;
	padding-top: 219px;
	background-position: top left;
}
#box_services ul li img {
	border-radius: 7px;			
}

#box_services ul li a b {
	position: absolute;
	z-index: 10001!important;
	width: 56px;
	height: 56px;
	top: 273px;
	left: 426px;
}
.a_button_services {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #227bbd url(../images/box_services_arrow.webp) center center no-repeat;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button_services:hover {
	background: #25699b url(../images/box_services_arrow.webp) center center no-repeat;
	text-decoration: none;
}
@media screen and (max-width: 1140px) {	
#box_services {
	min-height: 300px;
	height: auto;
	padding: 40px 20px 40px 20px;
}
#box_services ul {
	text-align: center;
}
#box_services ul li {
	float: none;	
	text-align: center;
	margin: 0px 24px 24px 0px;
}
#box_services li:nth-child(2), 
#box_services li:nth-child(4) {
	margin-right: 24px;
}

#box_services ul li a {
	display: inline-block;
	width: 275px;
	height: 194px;
}
#box_services ul li a img {
	width: 275px;
	height: 194px;
}
#box_services a span {
	font-size: 20px;
	line-height: 20px;	
	left: 25px;
	right: 0px; 
	top: 25px; 
}
#box_services ul li:nth-child(1) a span {
	background: url(../images/box_services_icon_mobile_01.webp) top left no-repeat;
	padding-top: 110px;
}
#box_services ul li:nth-child(2) a span {
	background: url(../images/box_services_icon_mobile_02.webp) top left no-repeat;
	padding-top: 110px;
}
#box_services ul li:nth-child(3) a span {
	background: url(../images/box_services_icon_mobile_03.webp) top left no-repeat;
	padding-top: 110px;
}
#box_services ul li:nth-child(4) a span {
	background: url(../images/box_services_icon_mobile_04.webp) top left no-repeat;
	padding-top: 110px;
}
#box_services ul li img {
	border-radius: 7px;			
}

#box_services ul li a b {
	width: 28px;
	height: 28px;
	top: 140px;
	left: 215px;
}
.a_button_services {
	width: 28px;
	height: 28px;
	background: #227bbd url(../images/box_services_arrow_mobile.webp) center center no-repeat;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.a_button_services:hover {
	background: #25699b url(../images/box_services_arrow_mobile.webp) center center no-repeat;
}
}


/* box_strategic_goals
-----------------------------------------------------------------------------*/
#box_strategic_goals {
	height: 440px;
	background: #f6fafc;
	padding: 120px 0px 120px 0px;
	position: relative;
}
#box_strategic_goals_content_right {
	width: 500px;
	float: right;
}
#box_strategic_goals_content_right ul {
	color: #4d4d4d;
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
	list-style: none;
	list-style-image: none;
}

#box_strategic_goals_content_right ul li:nth-child(1) {
	padding: 16px 0px 40px 65px;
	background: url(../images/icon_strategic_goals.webp) 0px 0px no-repeat;
}
#box_strategic_goals_content_right ul li:nth-child(2) {
	padding: 16px 0px 40px 65px;
	background: url(../images/icon_strategic_goals.webp) 0px 0px no-repeat;
}
#box_strategic_goals_content_right ul li:nth-child(3) {
	padding: 16px 0px 20px 65px;
	background: url(../images/icon_strategic_goals.webp) 0px 0px no-repeat;
}

/* box_strategic_goals_content_left
-----------------------------------------------------------------------------*/
#box_strategic_goals_content_left {
	float: left;
	width: 540px;
	height: 425px;	
	position: relative;	
}
#box_strategic_goals_content_left ul {
	display: table;
	margin: 0 auto;
	background: #fff;
	border-radius: 7px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);	
}
#box_strategic_goals_content_left ul li {
	display: inline-block;	
	vertical-align: top;
	width: 188px;
	height: 132px;
	float: left;
	padding: 40px;
	color: #231f20;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	text-transform: lowercase;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;		
	border-right: 1px solid #e5e5e5;	
}
#box_strategic_goals_content_left ul li:nth-child(2),
#box_strategic_goals_content_left ul li:nth-child(4){
	border-right: none;
}
#box_strategic_goals_content_left ul li:nth-child(3),
#box_strategic_goals_content_left ul li:nth-child(4){
	border-bottom: none;
}

#box_strategic_goals_content_left li span {
	display: block;
	font-size: 85px;
	line-height: 85px;
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: italic;	
	color: #232e5c;
	text-align: center;
}


@media screen and (max-width: 1140px) {
#box_strategic_goals {
	background: #f6fafc;
	height: auto;
	padding: 40px 0px 40px 0px;
	position: relative;
}	
#box_strategic_goals_content_left {
	float: none;
	width: 282px;
	height: 220px;
	margin-bottom: 70px;
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0;
	right: 0;
}
#box_strategic_goals_content_left ul {
	float: none;	
	text-align: center;
}
#box_strategic_goals_content_left ul li {
	width: 140px;
	height: 60px;
	padding: 30px 0px 30px 0px;
	font-size: 10px;
	line-height: 15px;
}
#box_strategic_goals_content_left li span {
	display: block;
	font-size: 44px;
	line-height: 44px;
}
	
#box_strategic_goals_content_right {
	float: none;
	width: 282px;
	height: auto;
	margin-bottom: 0px;
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0;
	right: 0;
}
}



/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 487px;
	padding: 90px 0px 90px 0px;
	background: url(../images/box_contact_bg.webp) center top no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1140px) {
#box_contact {
	height: 410px;
	padding: 40px 20px 40px 20px;
	background: url(../images/box_contact_mobile_bg.webp) center top no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	width: 100%;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding: 18px;
	border-radius: 7px;
	margin: 0px 0px 10px 0px;
	background: #f6fafc;
	border: 1px solid #f6fafc;	
}
#form_estimate_side textarea {
	height: 185px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
	vertical-align: top;
}

@media screen and (max-width: 1140px) {
#form_estimate_side textarea {
	height: 70px;
}
#form_estimate_side #table_form td {
	width: 90%;
	float: none;	
	display: block;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	background: #fff;
	height: 136px;
	position: relative;
	padding: 80px 0px 80px 0px;
}
.inside #footer {
	border-top: 2px solid #a9d6ec
}

#footer_left {
	float: left;
	width: 550px;
	text-align: left;
	padding-top: 0px;
}

#footer_right {
	float: left;
	text-align: right;
	width: 550px;
	font-size: 16px;
	line-height: 34px;	
	padding-top: 0px;
}
#footer_right a {
	color: #4d4d4d;
	text-decoration: none;
}

@media screen and (max-width: 1140px) {
#footer {
	height: auto;
	padding: 40px 20px 40px 20px;
}
	
#footer_left {
	float: none;
	width: auto;
	text-align: center;
	padding-top: 0px;
}

#footer_right {
	float: none;
	text-align: center;
	width: auto;
	font-size: 16px;
	line-height: 34px;	
	padding-top: 0px;
}
#footer_right a {
	color: #4d4d4d;
	text-decoration: none;
}	
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 1300px;
	float: right;
}

@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #227bbd url(../images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	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: #25699b url(../images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}

/***************************/
.specialist h4 {
	margin-bottom: 10px;
}

/* about */
.box_lic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 10px;
}