@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: 'IBM Plex Sans', sans-serif; vertical-align: baseline; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight:bold;}
a{color:#fff; text-decoration:none;
	transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
a:hover {
	color: #c02221;
  text-decoration: none;
	transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
p { font-size: 21px; line-height: 35px; font-weight: 300; margin: 5px 0px; }
.clear{clear:both;}
.divider{clear:both;height:20px;}

.no-gutter > [class*='col-'],  .no-gutter .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects_description .align-center {
  align-items: center;
}

body { font-size: 14px; font-family: 'IBM Plex Sans', sans-serif; color:#000; 
  /* background:#262626;  */
}

a.overlay_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -999999px;
  z-index: 10;
  background: #00000001;
}

.flex-section {
  display: inline-flex;
}

.flex-center {
  display: flex;
  align-items: center;
}

.img-responsive {
  width: 100%;
}

.white_bg {
  background: #fff;
}


/* =================== HOME HEADER =================== */

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all .4s ease-out;
  padding: 0;
  background: #ffffff;
  height: 130px;
}

header .height100{
  height: 100%;
}
header .header_top{
  width: 100%;
  margin-top: 12px;
}

header .header_social{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
}
header .header_social .divider_small{
  width: 20px;
  height: 2px;
  background: black;
  margin-right: 15px;
}
header .header_social .phone{
  margin: 0 10px;
}

header .header_social .email{
  margin: 0 10px;
}

header .header_social .social_links{
  margin: 3px 10px;
  /* align-items: center; */
  /* display: flex; */
  padding-top: 7px;
  margin-left: 13px;
}

header .header_social .social_links a{
  margin: 0 5px;
}

header .divider{
  position: absolute;
  top: 50%;
  left:0;
  width: 100% ;
  height: 1px ;
  background: grey;
}

header .header_top_container{
  height: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

header .header_menu_container{
  height: 50%;
  display: flex;
  width: 100%;
  align-items: center;
}

header.header_fixed {
  background: #ffffff;
  padding: 10px 0;
  transition: all .4s ease-out;
}


.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;

}

.header_top .social_links img{
  width: 10px;
}

.header_top .social_links img.linkedin{
  width: 20px;
}


header.header_fixed #logo {
  height: 65px;
  transition: all .4s ease-out;
}

header.header_fixed #logo a {
  background-size: 190px;
  transition: all .4s ease-out;
}

.image_shadow{position: absolute;left:0;width:100%; height: 60vh; background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%, rgba(0,0,0,0.2) 70%); z-index:1;}

.login{display: flex;
      align-items: center;}
.login_user {
  background: #C02221 url(../img/layout/login.svg) no-repeat center center;
  display: block;
  /* position: absolute; */
  width: 20px;
  background-size: 15px;
  height: 23px;
  float: left;
  padding:16px;
}
.login_text{
  font-size: 14px;
  color: #ffff;
  background: #167766;
  padding: 5px 11px 6px 11px;
}
@media(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1199px) {
/*	.pages.contact header,
	.pages.view header,
	.services.view header,
	.blog header {
	  padding: 20px 20px;
	}*/

  header {
    /* padding: 30px 0; */
  }
}
@media(max-width: 991px) {

	header {
	  /* padding: 30px 30px; */
	}

	header.header_fixed {
    /* padding: 10px 30px; */
	}

}
@media(max-width: 767px) {}
@media(max-width: 575px) {
	#logo a {
    background-size: 75px;
	}
  header.header_fixed #logo a{
    background-size:180px;
  }
  header.header_fixed {
    padding: 10px 0px;
}


}
@media(max-width: 420px) {
  header {
    /* padding: 20px 10px; */
}
}

/* =================== END HOME HEADER =================== */

/* =================== PAGES HEADER =================== */

.pages_header {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  background-position: center;
  background: #333333;
  overflow: hidden;
  padding: 80px 0px;
}

.pages_header .left_top_triangle{
  position: absolute;
  width: 160px;
  height: 160px;
  background: #0000008f;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}

.pages_header .right_bottom_triangle{
  position: absolute;
  width: 160px;
  height: 160px;
  background: #0000008f;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%, 0% 100%);
}

.pages_header .horizontal_line{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #cccccc2b;
  top: 60px;
}

.pages_header .vertical_left_line{
  position: absolute;
  width: 2px;
  height: 100%;
  background: aliceblue;
  background: #cccccc2b;
  top: 0;
  left: 25%;
}

.pages_header .vertical_right_line{
  position: absolute;
  width: 2px;
  height: 100%;
  background: aliceblue;
  background: #cccccc2b;
  top: 0;
  right: 19%;
}

.projects_main{
  position:relative;
}

.projects_main .vertical_right_line,
.contact_main .vertical_right_line,
.libra_estate .vertical_right_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: grey;
  top: 0;
  right: 19%;
}

.projects.view .projects_main, .projects.flat_view .projects_main{
  padding: 80px 0;
}

.projects.view .lSSlideOuter .lSPager.lSGallery, .projects.flat_view .lSSlideOuter .lSPager.lSGallery {
  z-index: 11;
  margin-top: -6px!important;
  position: relative;

}

.projects.view .lSSlideOuter .lSPager.lSGallery li, .projects.flat_view .lSSlideOuter .lSPager.lSGallery li {
  padding-left: 10px;
  padding-right: 10px;
}

.projects.view .lSAction > a, .projects.flat_view .lSAction > a {
  width: 32px;
  display: block;
  bottom: 0%;
}

.projects.view  .lSAction, .projects.flat_view  .lSAction {
  bottom: -40px;
  position: absolute;
  width: 100%;
}

.projects.view .lSSlideOuter .lSPager.lSGallery li.active, .projects.flat_view .lSSlideOuter .lSPager.lSGallery li.active {
  border-radius: 0;
}

.projects.view .lSSlideWrapper, .projects.flat_view .lSSlideWrapper {
  max-width: 100%;
  overflow: visible;
  position: relative;
}

.projects.view .lSAction > .lSPrev, .projects.flat_view .lSAction > .lSPrev {
  background-image:url(../img/layout/lightSlider_prev.png);
  background-size: cover;
  width: 70px;
  height: 70px;
  background-position: center;
  left: 0px;
    opacity: 1;
}

.projects.view .lSAction > .lSNext, .projects.flat_view .lSAction > .lSNext {
  background-image:url(../img/layout/lightSlider_next.png);
  background-size: cover;
  width: 70px;
  background-position: center;
  right: 0px;
  opacity: 1;
  height: 70px;
}

.projects_main .horizontal_line{     
  position: relative;
  left: -30%;
  width: 1000%;
  height: 1px;
  background: grey;
  margin-bottom: 78px;
  margin-top: 67px;
}

.projects.view .content, .projects.flat_view .content  {
  padding-top: 50px;
}

.projects.view .project_features, .projects.flat_view .project_features{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.projects.view .project_features .status, .projects.flat_view .project_features .status{
  width: 33.33333%;
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  margin-right: -2px;
  width: calc(33.3333% + 2px);
}

.projects.view .project_features .location, .projects.flat_view .project_features .location{
  width: 33.33333%;
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
}

.projects.view .project_features .year, .projects.flat_view .project_features .year{
  /* width: 33.33333%; */
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  width: calc(33.3333% + 2px);
  margin-left: -2px;
  
}

.projects.view .project_features span, .projects.flat_view .project_features span{
  color: #dc3545;
  font-weight: 500;
  font-size: 17px;
}

.projects.view .project_features span strong, .projects.flat_view .project_features span strong{
  color: black;
}



.projects.view .projects_description, .projects.flat_view .projects_description{
  padding: 50px;
}
.projects.view .projects_description.no_margin_bottom, .projects.flat_view .projects_description.no_margin_bottom{
  margin-bottom: 0px;
}


.projects.view .content .projects_description h2, .projects.flat_view .content .projects_description h2{
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
} 

.flat_box {
	width:100%;
	position:relative;
	border-bottom:2px solid lightgrey;
	margin-top:15px;
	margin-bottom:15px;
	background:#fafafa;
}
.flat_box img {	
	display:block;
}
.flat_box h3 {	
	font-weight: 500!important;	
	margin-top:20px!important;
	margin-bottom:20px!important;
}
.flat_box img.sale_icon {	
	position:absolute;
	top:0px;
	right:0px;
}



.pages_header .typography_left{
  position: absolute;
  width: 368px;
  bottom: -230px;
  left: 11%;
}

.pages_header .typography_right{
  position: absolute;
  width: 441px;
  bottom: -134px;
  right: 1%;
}

.breadcrumb-section>a:first-child::before {
  content: '';
  padding: 0;
}

.breadcrumb-section>a::before {
  color: #000;
  content: "|";
  font-size: 21px;
  font-weight: 100;
  padding: 0 10px 0 7px;
}

.breadcrumb-section>a:hover::before {
  text-decoration: none;
}

.breadcrumb-section a {
  color: #f5a61b;
  font-weight: 700;
  font-size: 20px;
}

.breadcrumb-section a:last-child {
  color: #000;
  font-weight: 400;
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .pages_header_fg h1 {
    font-size: 44px;
  }
  .pages_header_fg {
    height: 160px;
  }
  .pages_header_fg h1 img {
    width: 75px;
  }
}
@media(max-width: 1199px) {
	.pages_header {
	  margin-top: 115px;
	 }
}
@media(max-width: 991px) {
	.pages_header {
    margin-top: 70px;
	}



}
@media(max-width: 767px) {
	.pages_header_fg {
    justify-content: center;
	}

	.pages_header_fg h1 img {
    width: 60px;
	}

	.pages_header_fg h1 {
    font-size: 34px;
    text-align: center;
}

}
@media(max-width: 575px) {
	.pages_header {
		margin-top: 50px;
	}

	.pages_header_fg h1 {
		font-size: 37px;
	}

	.pages_header_fg {
    height: 85px;
	}

	.pages_header_fg h1 {
		font-size: 24px;
	}


}
@media(max-width: 420px) {

	.pages_header_fg h1 img {
		 width: 52px;
	}

}

  /* =================== END PAGES HEADER =================== */
  


  /* =================== IMAGE ANIMATION =================== */
  
  img.overview-image {
	border-radius: 100%;
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards;
	width:100%;
	padding: 35px 90px 90px 90px;
}

@-webkit-keyframes border-transform-default {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes border-transform-default {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}



  /* =================== END PAGES HEADER =================== */


/* =================== PAGES BODY =================== */

.pages_body {
  padding: 50px 0;
}

.contact_box_left h1,
.contact_box_right h1 {
  font-size: 26px;
  font-weight: 700;
  color: #262626;
}

.pages_body .contact_box_left p,
.pages_body .contact_box_right p {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  border-bottom: 2px solid rgba(0,0,0,0);
}

.pages_body .contact_box_left strong a,
.pages_body .contact_box_left p a {
  font-size: 18px;
  color: #262626;
}

.contact_box_left p a:hover,
.contact_box_left strong a:hover {
  text-decoration: none;
  color: #dd4223;
}

.contact_box_left ul {
  /* background: #ddd; */
  /* padding: 20px; */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.contact_box_left ul li {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 100%;
  padding-left: 0;
  line-height: normal;
}

.contact_box_left ul li:last-child {
  border-bottom: 0px solid rgba(0,0,0,0);
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.pages_body .pages_intro p strong {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  color: #262626;
  border-bottom: 2px solid #e6d0c2;
}

.pages_paragrpaph {
  background: #262626;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  font-weight: 100;
}


.contact_main .contact_elements_map {

}

.contact_main .contact_form {
  padding-top: 0;
  margin-top: 100px;
}

.contact_main .contact_elements_map ul.contact_elements{
  background: white;
}

.contact_main .contact_form_container {
  background: white;
  border: 2px solid lightgrey;
  padding: 50px;
  margin-top: 40px;
}

.contact_main .contact_elements_map ul.contact_elements li{
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  padding: 20px 30px 20px 87px;
  position: relative;
  border: 1px solid grey;
  width: 450px;
  letter-spacing: 1px;
  margin:20px 0px;
}

.contact_main .contact_elements_map ul.contact_elements li.address:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: url(../img/layout/location.png);
  background-size: 67%;
  border-right: 1px solid grey;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
}

.contact_main .contact_elements_map ul.contact_elements li.phone:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: url(../img/layout/phone.png);
  background-size: 67%;
  border-right: 1px solid grey;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
}

.contact_main .contact_elements_map ul.contact_elements li.email:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: url(../img/layout/email.png);
  background-size: 67%;
  border-right: 1px solid grey;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
}

.contact_main .align-flex-center {
  display:flex;
  align-items: center;
}




#dropcap { initial-letter: 3;  color: #ddd; font-weight: 300; }
#dropcap p { line-height: 1.5; font-size: 2rem; }

.pages_go_next .button {
  width: 100%;
  height: 150px;
  font-size: 21px;
}

.pages_go_next.pages_go_next_full a {
  display: flex;
  width: calc(50% - 10px);
  margin-right: 10px;
}

.pages_go_next.pages_go_next_full a:last-child {
  margin-right: 0px;
}

.staff_header_title {
  background: #dd4223;
  display: flex;
  align-items: center;
}

.staff_header_desc {
	background: #ffffff;
	padding: 20px;
	color: #262626;
	font-weight: 200;
}
.staff_header_desc .button {
	float: none;
  display: inline-block;
}

.pages_body ul li p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #262626;
  border-bottom: 2px solid #e6d0c2;
}

.pages_body ul li p a:hover {
	text-decoration: none;
	color: #475d6b;
}

.pages_body ul li p a i {
	margin-left: 5px;
}

.pages_body li {
  width: 49%;
  padding: 10px 10px;
  margin-bottom: 10px;
  line-height: 3;
  display: inline-flex;
  flex-direction: column;
  font-size: 15px;
}

.pages_body ul.list_check li {
  width: 50%;
}

.services.view .pages_body li {
  width: 100%;
}

/* .pages_body li:nth-child(7),
.pages_body li:nth-child(8) {
  width: 100%;
} */


.services.view .pages_body p {
	font-size: 20px;
}

.pages_body li ul li,
.pages_body ul.list_check li {
  margin-bottom: 0px;
  float: left;
  display: inline-block;
}

.pages_body li ul li::before {
  display: inline-block;
  padding-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
	color: #262626;
}

.services.view .pages_body ul li::before,
.pages.view .pages_body ul.list_check li::before {
  display: inline-block;
  padding-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
	color: #262626;
}

.related_services li::before {
	content: "" !important;
}

.services.view .related_services li {
  display: inline-flex;
  margin-bottom: 0px;
}

.services.view .related_services li {
	width: 100%;
	background: #262626;
	padding: 10px;
}

.services.view .related_services li p {
	border-bottom: 0 solid rgba(0,0,0,0);
	padding: 0;
	margin: 0;
}

.services.view .related_services li p a {
	color: #fff;
	font-size: 16px;
}

.list_check {
	 display: inline-block;
}

.intro_text {
  /* margin-bottom: 90px; */
  /* padding-right: 135px; */
}

.intro_text h1 {
  text-align: center;
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  line-height: 54px;
  font-family: 'IBM Plex Sans', sans-serif;
  /* width: fit-content; */
  position: relative;
  margin-right: 0;
  width: auto;
  text-transform: uppercase;
}

.intro_text h1:after {
  content: '';
  background: white;
  height: 32px;
  position: absolute;
  bottom: -50px;
  right: calc(50% - 1px);
  width: 3px;
}

.intro_text h2{
  margin-top: 71px;
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: 200;
}

.pages.company .intro_text h2{
  margin-top: 71px;
  color: white;
  font-size: 25px;
  text-align: center;
  font-weight: 200;
}

.dynamic .intro_text h1 {
  line-height: inherit;
}

.dynamic .intro_text h1:after {
  width: 41%;
  bottom: 100px;
}

.definition {
    position: absolute;
    right: 45px;
    width: 380px;
    margin-top: 590px;
}

.definition h4 {
  font-weight: 700;
  font-size: 20px;
  margin-left: 80px;
  margin-bottom: 20px;
}

.definition h4:before {
  content: '';
  position: absolute;
  background: url("../img/layout/autakia_1.svg");
  background-repeat: no-repeat;
  width: 45px;
  background-size: 45px;
  height: 45px;
  left: 0;
  margin-top: -5px;
}

.definition h4 span {
   color: #555;
    font-weight: 500;
}

.definition p {
  font-style: italic;
  padding-right: 70px!important;
  font-size: 24px;
}

.definition p:after {
  content: '';
  position: absolute;
  background: url("../img/layout/autakia_2.svg");
  background-repeat: no-repeat;
  width: 10px;
  background-size: 10px;
  height: 10px;
  margin-top: 5px;
}

.projects .intro_text h1:after {
  /* width: 60%; */
}

.intro_text p {
  font-size: 20px;
  font-weight: 100;
  line-height: 37px;
}

.intro_text a {
  background: #f5a61b;
  padding: 10px 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
  transition: all 0.6s ease-in-out;
}

.intro_text a:hover {
  background: transparent;
  box-shadow: inset 350px 0px 0px 0px #262626;
  color: #fff;

}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .pages_body li {
    width: 100%;
  }

	.pages_body li {
	  padding: 5px 0px;
	}

	.pages_body ul li p {
    font-size: 18px;
	}

	.pages_body ul.list_check li {
    width: 100%;
	}

	.pages_body ul.list_check li {
    padding: 0px 0px;
	}

}
@media(max-width: 1200px) {
  .pages_body .pages_intro p strong {
    font-size: 23px;
  }
  .pages_go_next .button  strong {
    font-weight: 500;
  }
  .contact_box_left h1, .contact_box_right h1 {
    font-size: 22px;
  }
	.services.view li {
    font-size: 19px;
  }

	.services.view .related_services li p a {
    font-size: 14px;
	}
}

@media(max-width: 991px) {
	.pages_go_next .button {
    height: 125px;
	}
	.pages_body .pages_intro p strong {
    font-size: 21px;
	}

	.services.view li {
    font-size: 21px;
	}

	.services.view .pages_body ul li p {
	   font-size: 15px;
	}


	.services.view .pages_body ul li p {
	   font-size: 18px;
	}

	.services.view li {
		line-height: 1.7;
	}

  .service_description h2 {
    top: -170px;
    width: 62%!important;
  }

}

@media(max-width: 767px) {
	.pages_intro {
		padding: 0 20px;
	}

	.pages_body li {
    text-align: center;
	}

	.pages_body li {
    margin-bottom: 0px;
	}

}
@media(max-width: 575px) {
	.pages_intro p {
    padding: 0 20px;
	}
	.pages_body .pages_intro p strong {
    font-size: 16px;
    text-align: center;
	}

		.pages_body {
	    padding: 30px 0;
		}

		.pages_intro {
	    padding: 0 0px;
	}

	.pages_go_next .button {
    font-size: 15px;
	}

	.pages_go_next.pages_go_next_full a {
    width: 50%;
	}

	.services.view .pages_body p {
		font-size: 16px;
	}

}


label[for="SearchQuery"]{
  display: none;
}

label[for="top-nav"]{
  display: none;
}


label[for="NewsletterEmail"]{
  display: none;
}

span.hide_text{
  display: none;
}


@media(max-width: 420px) {
	.pages_body ul li p {
	    font-size: 18px;
	    text-align: center;
	}
}

/* =================== END PAGES HEADER =================== */

#header {  width: 100%;  padding: 20px; margin-bottom:30px; background: #fff; position:relative; z-index:998; border-bottom:5px solid #2d7f83; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);}

#logo {
  position: absolute;
  width: 100%;
  height: 75px;
  top: -65px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999999px!important;
  background: url(../img/layout/logo.jpg) no-repeat scroll center center transparent;
  background-size: 220px;
  background-position: left;
  color: black;
}


#navi{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#navi ul {
  border-right: 1px solid #fff;
  margin-right: 0px;
}



#navi ul li {
  display: inline-block;
  position: relative;
}

#navi ul li ul.submenu {
  display: none;
}

#navi ul li:hover ul.submenu {
  display: block;
  position: absolute;
  background: #c02221;
  border: none;
  width: max-content;
}

#navi ul li ul.submenu  li {
  padding: 7px 8px;
  border-bottom: 1px solid white;
  display: block;
}

#navi ul li ul.submenu  li a{
  color: white;
}

#navi ul li:hover ul.submenu li:hover{
  background: #167766;
}


#navi ul li.last {
  margin-right: -15px;
}

#navi ul li a {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  margin: 0 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#navi ul li a:hover {
  color: #c02221;
}

#navi-mobile{
  display: flex;  
  align-items: center;
  position: absolute;
  top: 24px;
  right: 9%;
}
header.header_fixed #navi-mobile{  top: 30px;}

.languages { display: block; padding: 0px 0px; z-index:9999;     margin-right: 30px;}
.languages  a.selected_lang{ 
  display: block;
  padding: 0px 0px;
  z-index: 9999;
  padding-top: 3px;
  color: #dc3545;
  font-weight: 800;
}

.languages a.selected_lang:hover {
  color: #000;
}

.languages a.selected_lang:after {
  content: '';
  background: url(../img/layout/arrow_down_red.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 17px;
  margin-left: 6px;
}

.languages .languages_menu{  display: none; }
.languages .languages_menu.active{  
  display: block;
  margin-top: 10px;
  padding: 5px 15px;
  background: #c02221;
  text-align: center;
  z-index: 99999;
  position: absolute;
  margin-left: -5px;
}
.languages .languages_menu a { color:#fff;  display: block; font-size: 19px; padding: 2px; transition: all 0.3s ease 0s; border: none; background: none; }
.languages .languages_menu a:hover {     color: #ffffff; transition: all 0.3s ease 0s;   }

#mobile-nav .languages .languages_menu a {
  color: #fff;
}

.header_fixed .languages .languages_menu.active {
  background: #ECECED;
}

/* .lang {
  display: contents;
  margin-right: 5px;
}

.lang a {
  color: #fff;
  font-size: 20px;
} */

#navi-mobile .lang li a, .lang li a {
  color:#fff;font-size:16px; font-weight: 600; margin-right: 15px;
}

.cd-search-trigger{ margin-right: 20px;margin-top:5px; padding-left:60px; position: relative;}
.cd-search-trigger:before{
  border-bottom: 1px solid #8ad6e3;
  content: "";
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  text-indent: -9999px;
  top: 18px;
  bottom: 0;
  width: 40px;
  left: 0;
}

.cd-search-trigger .close_search { display: none; }
.cd-search-trigger.search-open .close_search {position:relative;z-index:9999; display:inline-block;font-size: 26px; color: #fefefe; font-weight: 100;}
.close_search i{color:#fff;}
.cd-search-trigger .search_icon {  }
.cd-search-trigger.search-open .search_icon { display:none; }

.search_icon{color: #fefefe;font-size: 26px;}

	
/* Quick search
================================================== */
.search.index .page_title h1{
  margin-bottom: 0;
}
.search.index .page_title h1 strong{
  color: #F5A61B;
}
.search.index p.large{font-size:20px;font-weight: 700; color:#F5A61B; border-bottom:3px solid #F5A61B;margin-bottom: 20px; display: block; float: left;}
.search_item{
	display:block;
	border-bottom:2px solid #202f5b;
	padding-bottom:0px;
	margin-bottom:40px;
}
.search_item h2{
	font-size:26px;	
	margin-bottom:0px;
}
.search_item h2 a{
	display:block;
}
.content .search_item h3{
	font-size:22px;	
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
}
.search_item p{
	font-style: italic;
}
.search_item .search_category{
	display:block;
	font-weight:300;
}
.search_item .search_category strong{
	color:#202f5b;
	font-weight:400;
}
.search_item .highlight{
	background:#202f5b;
	color:#fff;
  font-style: initial;
}

	
/* Page Numbers */
.pagination {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: .8em;
    color: #454444;
}
.pagination.bottom {
  width: 100%;
  height: 36px;
  border: none;
  margin: 20px 0 0 0;
  justify-content: center;
}

.pagination .pages {
    padding: 0;
    height: 28px;
    line-height: 22px;
}

.pagination .pages span.current {
  display: block;
  float: left;
  text-decoration: none;
  padding: 5px;
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid #fbf8f5;
  background: #167766;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.pagination .pages .stats {
    float: left;
    margin: 3px 15px 0 6px;
    border: none;
    line-height: 14px;
}

.pagination .pages .stats strong {
    font-size: 1.2em;
}

.pagination .pages a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 19px;
  padding: 0.2em 0.7em;
  margin-right: 2px;
  line-height: 18px;
  color: #c02221;
}

.pagination .pages a.first {
    padding: 0 .3em;
    margin: 0 5px 0 4px;
    line-height: 16px;
    border: 1px solid #fbf8f5;
    background: #000;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    font-weight: bold;
    font-size: 13px;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transtion: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.pagination .pages a.first:hover {
    background: #e17d44;
}

.pagination .pages a.first img {
    margin: 2px 0 1px;
}

.pagination a:hover {
    text-decoration: none;
    color: #e17d44;
}

.pagination .disabled {
    display: none;
}

.pagination a.next,.pagination a.prev {
    float: right;
    padding: 2px 5px 2px 5px;
    font-size: 11px;
    line-height: 18px;
    height: 17px;
    text-align: center;
    border: 1px solid #fbf8f5;
    background: #000;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    font-weight: normal;
    font-size: 13px;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transtion: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.pagination a.prev img {
    margin-top: -4px;
    margin-right: 5px;
}

.pagination a.next img {
    margin-top: -4px;
    margin-left: 5px;
}

.pagination a.next:hover,.pagination a.prev:hover {
    background: #F5A61B;
}

.pagination a {
    position: relative;
}

.pagination a span {
    position: absolute;
    top: 2px;
    width: 18px;
    height: 22px;
}

.pagination a.next {
    margin-left: 10px;
}	


.icon.far, .close_search .fal{font-weight: 100;}
#search{ display:none; position:fixed; z-index: 999999; top:100px; left: 0px; width:100%; height:100vh; background:#202f5b;  }
#search .search-container {  display:block; position:relative; top: 40%; width:100%; margin:0 auto; max-width:1000px;  } 
#search form  { margin:0px;padding:0px 0 0px 0; position:relative; width: 100%; border-bottom:1px solid #fff;}
#search form input {	 font-family: 'Alegreya Sans', sans-serif;width: 100%;height: auto;position: relative; font-size: 30px;	color: #fff;padding:10px 25px 10px 15px; border:none; -moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box; font-weight:400;background:none;}
#search form .icon-search{ position:absolute; right:20px; top:23px; width:32px;height:32px; display: block; text-indent: -999999px!important; background: url('../img/layout/enter.svg') no-repeat scroll center center transparent; background-size:100%;border:none; cursor: pointer;	 }
.header_fixed #search{top:85px;}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  #navi ul li a {
    margin: 0 12px;
  }
}
@media(max-width: 1350px){
  #navi ul li a {
    margin: 0 10px;
    font-size: 18px;
  }
  #navi ul li.last {
    margin-right: 5px;
  }
  #navi ul {
    margin-right: 5px;
  }

  .languages a.selected_lang {
    font-size: 18px;
  }

  #logo a {
    /* background-size: 100%; */
  }

  header.header_fixed #logo a {
    background-size: 170px;
    margin-left: 0px;
  }
}
@media(max-width: 1199px) {
	#navi ul li a {
    font-size: 16px;
    margin: 0 6px;
	}
  #logo a {
    background-size: 165px;
  }

  .languages a.selected_lang {
    font-size: 16px;
    padding: 0px 5px 0 5px;
  }

  .languages a.selected_lang:after {
    width: 12px;
    height: 12px;
  }

  .languages .languages_menu a {
    font-size: 16px;
  }
}
@media(max-width: 991px) {
	.menu {
		display: none;
	}
	#logo {

	}
	#logo a {

	}

  #navi {
    display: none;
  }

	.lang {
    margin-bottom: 0px;
	}

	.lang li i {
		font-size: 16px;
	}
  #navi-mobile{
    left: 60px;
    top: 55px;
  }

  .top_icon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    border-radius: 0px;
    transition: all 0.2s ease-in;
  }

  .top_icon span {
    display: none;
  }

  .cd-menu-trigger {
    display: block;
    float: right;
  }

  #navi-mobile .languages a.selected_lang { 
    color: #ffffff;
    font-size: 18px;
  }

  #navi-mobile .languages a.selected_lang:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/layout/arrow_down_black.svg);
    background-repeat: no-repeat;
    top: 10px;
  }

  #navi-mobile .languages .languages_menu.active {
    background: #262626;
  }

  #mobile-nav .mobile_img {
    background: url(../img/layout/form_graphic.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    position: relative;
    /* width: 300px; */
    /* height: 40px; */
    margin: 25px auto;
  }
}
@media(max-width: 767px) {
  #logo {
		height: 75px;
	}
	#logo a {
    background-size: 100%;
	}
  #navi-mobile{
    top: 55px;
  }
  #navi-mobile .lang li a, .lang li a{
    margin-right:10px;
  }
  .cd-search-trigger{
    padding-left: 40px;
  }
  .cd-search-trigger:before{
    width: 30px;
  }

  .swiper-header .swiper-container-fade .swiper-slide {
    pointer-events: none;
    height: 80vh;
    margin-top: 0;
  }

  section.section_home .align_items_center{
    flex-direction : column-reverse;
  }

  

}
@media(max-width: 575px) {
	#logo {
		height: 75px;
	}
	#logo a {
		background-size: 220px;
	}
	.toggle-nav {
		width: 33px;
    height: 33px;
	}
	.toggle-nav i {
		font-size: 36px;
	}

	.lang, .cd-search-trigger, .menu_label {display: none; }
	#navi-mobile .lang, #navi-mobile .cd-search-trigger,#navi-mobile .menu_label {display: flex; }
	#navi-mobile .menu_label {margin-right: 85px;}
  #navi-mobile {
    top: 45px;
    left: 30px;
  }

  .home_intro {
    /* padding-top: 110px!important; */
  }

}
@media(max-width: 420px) {
	#logo {
		height: 65px;
	}
	#logo a {
		background-size: 180px;
	}

	#navi ul li a {
    font-size: 13px;
	}

	.lang li a {
		padding: 0px 0px 0px 2px !important;
    margin: 1px 0px 0px 5px !important;
	}

	.lang li i {
	  font-size: 18px;
	}
  #navi-mobile{ top: 42px; left: 25px;}
	#navi-mobile .menu_label {margin-right: 40px;}
  header.header_fixed #navi-mobile {top: 15px;}

  .home_intro {
    /* padding-top: 105px!important; */
  }

  #navi-mobile .languages a.selected_lang {
    color: #262626;
    font-size: 17px;
  }
}


/* =================== END HOME HEADER =================== */


/* =================== MOBILE NAVI =================== */

  .menu_label{color:#fff;font-size:16px; font-weight: 600; margin-right: 85px; padding-left: 20px;padding-top: 7px;padding-bottom: 7px;}
	.toggle-nav {
		display: none; 
    left: unset;
    width: 30px;
    height: 30px;
    float: right;
    top: auto;
    background: url(../img/layout/menu.svg);
    background-repeat: no-repeat;
    position: relative!important;
    right: 0px;
	}

  .toggle-nav:hover {
    transform: none!important;
  }

	.show-nav .toggle-nav {
		background: url(../img/layout/close.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.toggle-nav:hover {
		text-decoration: none;
	}

  header.header_fixed .toggle-nav{
    width: 44px;
    top: 11px;
  }

	#mobile-nav {
    background: #2d7f83;
    display: none;
    flex-direction: column;
    justify-content: center;
	}
	
	#mobile-nav ul li {
		display: block;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    height: 65px;
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 100;
    color: #ffffff;
    border: none;
	}

	#mobile-nav ul li a:hover {
    background: none;
  	color: #fff;
	}

  .menu_social p {
    display: block;
    color: white;
  }

  .menu_social a {
    color: #ffffff;
  }

  .menu_social .facebook {
    width: 12px;
    margin: 10px 15px;
  }

  .menu_social .linkedin {
    width: 23px;
    margin: 10px 0px;
  }

@media(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1200px) {}
@media(max-width: 991px) {
  #mobile-nav.active {
    display: flex;
  }

  #logo a {
    /* background-size: 185px; */
  }

  #logo {
    width: 140%;
  }

  header.header_fixed #logo a {
    background-size: 160px;
  }

  header.header_fixed .toggle-nav {
    top: 2px;
  }
}
@media(max-width: 767px) {
	#mobile-nav ul li a {
    height: 60px;
    font-size: 24px;
	}
  .menu_label{
    margin-right: 70px;
  }

  #logo {
    width: 100%;
  }

  .toggle-nav {
    width: 26px;
    height: 26px;
  }

  header.header_fixed #logo a {
    background-size: 150px; 
  }

  header.header_fixed .toggle-nav {
    top: auto;
    width: 23px;
    height: 23px;
  }
}
@media(max-width: 575px) {
	#mobile-nav ul li a {
    height: 50px;
    font-size: 21px;
	}
  .toggle-nav {
    width: 24px;
    height: 24px;
  }
  header.header_fixed .toggle-nav{
    width: 22px;
    height: 22px;
  }

  header {
    /* padding: 20px 0px; */
  }

  #logo a {
    background-size: 150px;
  }

  header.header_fixed #logo a {
    background-size: 130px;
  }

  header.header_fixed #navi-mobile {
    top: 28px;
  }

}
@media(max-width: 420px) {
  .toggle-nav {
    width: 22px;
    height: 22px;
    right: -10px;;
  }

  #logo {
    width: 120%;
  }

  .header_fixed #logo {
    margin-left: 10px;
  }

  #logo a {
    background-size: 120px;
  }

  header.header_fixed #logo a {
    background-size: 120px;
  }

  header.header_fixed .toggle-nav {
    width: 20px;
    height: 20px;
  }

  header.header_fixed #navi-mobile {
    top: 30px;
  }

  #mobile-nav .mobile_img {
    background-size: 240px;
    width: 240px;
    margin: 40px auto;
  }
}

/* =================== END MOBILE NAVI =================== */
/* =================== COOKIE =================== */
#cookie-consent-wrapper {
  position: fixed!important;
  z-index: 2147483647!important;
  display: block!important;
  width: 280px;
  top: auto;
  bottom: 100px;
  padding: 10px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  left: 0;
  bottom: 5px;
  background: #167766!important;
  border: 1px solid #c02221;
}

#cookie-consent-wrapper .content p{
	font-size:12px;
	font-weight:400;
	line-height:14px;
	padding:0px;
	color:#fff!important;
	margin-top:10px;
	margin-bottom:10px;
}

#cookie-consent-wrapper .content p strong{
	font-size:14px;
	font-weight:700;
}

#cookie-close, #link, .btn_concern {
    font-size: 12px;
	margin-top:7px;
	padding:5px 0;
  background: #c02221!important;
   width:100%;
	display:block;
	text-align:center;
  color: #fff!important;
	right: 20%!important;
	margin-top: 15px;
	font-weight:700;
}
#cookie-close a, #link a {
	font-size: 12px;
}

/* =================== END COOKIE =================== */
/* =================== FOOTER =================== */
footer {
  background: #262626;
  /* height: 55vh; */
  /* margin-top: 140px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all .8s ease-out;
  border-top: 1px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  padding: 87px 0px;
}

footer .footer_graphic{
  position: absolute;
  width: 49%;
  /* height: 100%; */
  top: -118px;
  left: -6%;
}

footer .copyrights {
  border-top: 2px solid #7a7a7a;
  margin-top: 34px;
  padding-top: 10px;
  align-items: center;
}

footer .copyrights  .copyrights_column{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer .copyrights  .copyrights_column p{
  color: white;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

footer .footer_box_contact{
  margin-top: 20px;
  color: #c1c1c1;
  line-height: 32px;
  font-size: 15px;
}

.footer_dots {
  position: relative;
  width: 100%;
  z-index: -1;
}

.footer_heading {
  position: relative;
  /* margin: 20px 0; */
  /* background: #2f6282;
  height: 20px;
  width: 10%; */
  z-index: 0;
  /* margin-top: -100px; */
  transition: all .4s ease-out;
}

.footer_heading p {
  color: #262626;
  font-size: 64px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}


.footer_box {
  color: #fff;
}

.footer_box .borders {
  content: '';
  border-right: 1px solid #ccc;
  height: 150px;
  position: absolute;
}

.footer_box.borders {
  padding: 20px 0px 20px 30px;
}

.footer_box.borders p a {
  margin-left: 20px;
}

.footer_box p.footer_subheading { font-weight: 700; font-size: 20px; color: #262626; display:block; margin-bottom:15px; }
.footer_box p { font-size: 20px; color: #fff; font-weight: 100; margin: 20px 0; }
.footer_box h4 { font-size: 21px; color: #262626; font-weight: 700; line-height: 35px; margin-right: 90px; margin-top: 10px;}

.footer_box .box_half {
  width: 49%;
  display: inline-block;
}

footer .box_half.first p{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 7px;
}

footer .social_links{
  margin-top: 20px;
}

footer .social_links img {
  width: 10px;
}

footer .social_links img.instagram {
  width: 20px;
  margin-left: 10px;
}

.footer_box ul li {
  padding-right: 20px;
}
.footer_box ul {
  display: flex;
}
.footer_box li a {
  color: #F5A61B;
  font-size: 16px;
}
.footer_box p.footer_info a {
  color: #fff;
  font-size: 22px;
  padding-left: 15px;
}

.footer_box.borders:before {
  content: '';
  border-left: 1px solid #ccc;
  height: 315px;
  position: absolute;
  margin-top: -20px;
  left: 10px;
}

.footer_box.borders:after {
  content: '';
  border-left: 1px solid #ccc;
  height: 315px;
  position: absolute;
  top: 0;
  right: 15px;
}

.footer_box.last {
  margin-left: 15px;
}

.footer_box .footer_heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
}

.newsletter-input .text { margin-bottom: 20px; }
.newsletter-input .input input { border: none; border-bottom: 2px solid #ccc; width: 100%; font-size: 20px; font-weight: 300; color: #fff!important; background: none; padding-bottom: 10px;}
.newsletter-input .submit input {
  background: url('../img/layout/arrow_right_white.svg');
  background-repeat: no-repeat;
  border: none;
  padding: 12px 30px;
  font-size: 17px;
  position: relative;
  color: #fff;
  top: -68px;
  background-size: 40px;
  background-position: right;
  font-weight: 500;
  float: right;
  text-indent: -9999999px;
}

.newsletter-input .input input::placeholder {
  color: #fff;
  padding-bottom: 5px;
}

.pages.newsletter h1 {
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 40px;
}

.line-section.newsletter {
  margin-top: 80px;
}

.footer_box a:hover {
  color: #F5A61B;
}

.footer_box li a i {
  margin-right: 5px;
}
.footer_box li a:hover {
  color: #F5A61B;
  text-decoration: none;
}
.footer_box img{width: 180px}
.footer_box .form-group  {
  margin-bottom: 0;
}

.footer_box form .form-control {
  color: #ffffff !important;
  background-color: #1b394c !important;
  border: 0px solid rgba(0,0,0,0) !important;
  border-radius: 0 !important;
}

.footer_box .footer_box_title {
  font-weight: 200;
}

.footer_social p {
  margin-top: 15px;
  display: inline-block;
  margin-right: 20px;
}

.footer_social .facebook {
  width: 15px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 5px;
  transition: all 0.2s ease-in-out;
}

.footer_social .facebook:hover {
  padding: 1px;
}

.footer_social .linkedin {
  width: 29px;
  display: inline-block;
  position: relative;
  top: 3px;
  transition: all 0.2s ease-in-out;
}

.footer_social .linkedin:hover {
  padding: 1px;
}

.footer_box .btn-primary {
  color: #fff;
  background-color: #262626;
  border-color: rgba(0,0,0,0);
  padding: 5px 0px;
  border-radius: 0;
  transition: all .4s ease-out;
}

footer:hover .footer_box .btn-primary {
  padding: 5px 10px;
  transition: all .4s ease-out;
}

footer:hover .footer_box .btn-primary:hover {
  background-color: #ad3c28;
  border-color: #ad3c28;
  transition: all .4s ease-out;
}

.footer_copyright {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  background: #595959;
  padding-top: 20px;
  padding: 25px 60px;
}

.footer_copyright p {
  color: #ccc;
  font-size: 19px;
  font-weight: 100;
  display: inline-block;
}

p.footer_info {
  color: #ccc;
}

ul.footer_menu {
  display: inline-block;
}

ul.footer_menu li {
  display: inline-block;
}

ul.footer_menu li a {
  font-weight: 100;
  color: #ccc;
  font-size: 19px;
  padding: 0 20px;
  /* border-left: 1px solid #ccc; */
  margin-left: 20px;
  transition: all 0.2s ease-in-out;
}


.copyrights ul.footer_menu li a {
  font-weight: 100;
  color: #ccc;
  font-size: 15px;
  padding: 0 0px;
}


ul.footer_menu li a:hover {
  color: #c02221;
}

ul.social_list{display:flex; padding-left:2px}
ul.social_list li{padding: 0px 15px}
.social_list i{color: #F5A61B; font-size:20px}
.social_list img{height: 25px;}
.social_list.mobile_list{justify-content: center; padding-top: 40px!important;}
.social_list.footer{justify-content: initial; padding-top: 0px important;}

#copyright { margin-top:30px; margin-bottom:30px; }
.copyright p {
  line-height: 20px;
  font-size: 14px !important;
  color: #7c7c7c;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.copyright {
  padding: 0px 20px;
  display: flex;
  justify-content:flex-end;
}

.copyright a { color: #676a6a; text-decoration: none;  }
.copyright a:hover { text-decoration: underline; }

.privacy_cookies a {
  color: rgba(249, 249, 249, 0.40);
  font-size: 13px;
}

.privacy_cookies a:hover {
  text-decoration: none;
	color: #fff;
}

.privacy_cookies a:first-child {
	margin-right: 10px
}

#wapp {
	/* position: relative; */
	/* float: right; */
	margin-top: 0;
	/* display: flex; */
	align-items: center;
  justify-content: flex-end;
  float: right;
}

footer .box_half {
  margin-top: 40px;   
}

#wapp a {	display: block;	width: 75px;height: 20px;background:transparent url(../img/layout/wapp/wapp_white.svg) no-repeat center;text-indent: -999999px!important;background-size: 100%;}
@media(max-width: 1540px) {
  .footer_box h4 { margin-right:50px; }
}
@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .footer_box p.footer_subheading {
    font-size: 20px;
  }

  #navi ul li a {
    margin: 0 10px;
    font-size: 17px;
  }

  .section_home.services_accordion .home_highlight h2 {
    font-size: 32px;
  }

  .footer_box li a {
    font-size: 14px;
  }

  .footer_box .btn-primary {
    font-size: 14px;
  }
  .footer_heading p {
    font-size: 54px !important;
  }

  .footer_box ul {
    flex-direction: column;
  }

	footer:hover .footer_heading:before {
    top: -48px;
	}

  .footer_box.logo {
    /* margin-left: -40px; */
  }

  


  .footer_box p {
    font-size: 19px;
  }

  .footer_box.borders {
    padding: 20px 0px 20px 20px;
  }

  .footer_box.borders:after {
    right: 20px;
  }

  .footer_box.last {
    margin-left: 0;
  }
}
@media(max-width: 1342px) {
  /* .footer_box img { width: 150px; } */
  .footer_box p.footer_info a { font-size: 13.9px;}
  .footer_box p {font-size: 17px;line-height: 25px;}
  .footer_box h4 { font-size: 17px; margin-right:50px; line-height: 28px;}
  .footer_box .footer_heading { font-size: 24px; }
  .footer_social p { margin-right: 15px; }
  .footer_social .facebook { width: 12px; }
  .footer_social .linkedin { width: 24px; top: 5px; }
  .footer_copyright p { font-size: 16px; }
  ul.footer_menu li a { font-size: 16px; padding: 0 15px; margin-left: 15px; }
  .newsletter-input .submit input { background-size: 32px; }
  /* footer { height: 50vh; } */
  .footer_box.borders:before, .footer_box.borders:after {
    height: 285px;
  }
}
@media(max-width: 1200px) {
  /* .footer_box img {
    width: 110px;
  } */
  .footer_box h4 {
    font-size: 15px;
    margin-right: 20px;
  }
  .footer_box p.footer_subheading {
    font-size: 15px;
  }
  .footer_box .btn-primary {
    font-size: 13px;
  }
  .footer_box ul {
    display: flex;
    flex-direction: column;
  }
  .copyright p {
    font-size: 12px !important;
  }
  footer {
    /* height: 100%; */
  }
  footer:hover .footer_heading:before {
    height: 460px;
    top: -65px;
  }
  .footer_heading {
    margin: 45px 0 0;
  }

	footer {
    /* padding: 0 0 30px; */
	}

	footer:hover .footer_heading:before {
    height: 435px;
    top: -20px;
	}

	.privacy_cookies a {
    font-size: 12px;
	}
  .social_list img {
     height: 20px;
  }

  .footer_box .box_half {
    width: 100%;
    display: block;
  }

  .footer_box p {
    margin: 12px 0;
  }

  .box_half.first {
    margin-top: 40px;
  }

  .footer_box.borders {
    padding: 20px 0px 20px 0px;
    margin-left: -30px;
  }

  .footer_box.borders:before {
    margin-top: -5px;
    left: -50px;
  }

  .footer_box.borders:after {
    right: 0px;
    margin-top: 17px;
  }

  .footer_box.last {
    margin-left: 10px;
  }

  .footer_box .footer_heading {
    font-size: 22px;
  }

  .footer_social p {
    display: block;
    margin-right: 10px!important;
  }

  .footer_social .facebook, .footer_social .linkedin {
    top: 0;
  }

  .footer_box.logo {
    margin-left: -25px;
  }

  .newsletter-input .input input {
    font-size: 15px;
  }

  .footer_box.borders:before, .footer_box.borders:after {
    height: 225px;
  }

}
@media(max-width: 991px) {
	footer:hover .footer_heading:before {
		width: 50%;
		height: 50%;
		top: 17px;
	}

  .pages.newsletter h1 {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .toggle-nav {
    display: flex;
  }

  .toggle-nav span {
    display: none;
  }

	.footer_box {
    text-align: center;
	}

	.footer_heading {
    display: flex;
    justify-content: center;
	}

	.footer_box ul li {
    padding-right: 0;
	}

	.footer_box .btn-primary {
    background-color: #dd4223;
    padding: 10px 0px;
    width: 100%;
	}

	.footer_box ul {
    flex-direction: row;
    justify-content: center;
	}

	.footer_box ul li {
		padding-right: 20px;
	}

	.footer_box ul li:last-child {
		padding-right: 0px;
	}

	.copyright {
    flex-direction: column;
    align-items: center;
	}

	footer {
	  padding-bottom: 70px;
    padding-top: 70px;
	}

  .footer_box.logo {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .footer_box.borders:before {
    margin-top: -20px;
    left: -30px;
  }

  .footer_box.borders p a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }

  .footer_social p {
    display: inline-block;
    margin-right: 10px!important;
  }

  .box_half.first {
    margin-top: 0;
  }

  .footer_box.borders:before {
    margin-top: -8px;
  }

  .footer_box.borders:after {
    margin-top: 8px;
  }

  .footer_social .facebook, .footer_social .linkedin {
    top: 5px;
  }

  .footer_copyright {
    padding: 25px 0;
  }

  ul.footer_menu li a {
    padding: 0 10px;
    margin-left: 10px;
  }

	.privacy_cookies {
    text-align: center;
    margin-bottom: 10px;
	}
  .footer_box h4 {margin-right:0px}
  .footer_box img { width: 150px;}
  .social_list.footer{justify-content: center;}
  .footer_box.borders:before, .footer_box.borders:after {
    height: 295px;
  }
}


@media(max-width: 767px) {
  .footer_box.logo {
    margin-bottom: 45px;
  }
  .footer_box.borders:before, .footer_box.borders:after {
    display: none;
  }

  .footer_box.borders {
    padding: 10px 0px 10px 0px;
    margin-left: -30px;
    border-left: 1px solid #ccc;
  }

  .footer_box.last {
    margin-left: 0;
    margin-top: 45px;
  }

  .footer_box.last .newsletter-input {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .footer_copyright .flex-center {
    flex-direction: column;
  }

  .footer_copyright {
    text-align: center;
  }

  .footer_social {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
  }

}
@media(max-width: 575px) {
	.footer_box .footer_address {
    flex-direction: column;
	}
	.footer_box .footer_address li {
		padding-right: 0px;
	}

	.footer_heading p {
    font-size: 44px !important;
	}

  .footer_box .box_half {
    width: 49%;
    display: inline-block;
  }

  .footer_box.borders {
    padding: 20px 0px 20px 0px;
    margin-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 35px;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }

  ul.footer_menu li a {
    border-left: none;
  }

  ul.footer_menu {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_copyright p {
    text-align: center;
    display: block;
  }

}
@media(max-width: 420px) {}

/* =================== END FOOTER =================== */

#slideshow {  width: 100%;    height: 450px;  position: relative;  margin:0px; z-index:99; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1); overflow:hidden;}
#slideshow .content_text { width: 100%;height:100%; }
#slideshow p.heading1 { font-size:44px;line-height:50px; font-weight:700; color:#fff;display:inline-block; margin-top:75px;margin-left:100px;position:relative;z-index:998; text-shadow: 0 3px 5px #6d6e70; }
#slideshow p.heading2 { font-size:26px; line-height:30px; font-weight:300; color:#fff;display:inline-block; margin-top:10px;margin-left:100px; position:relative; z-index:998;text-shadow: 0 3px 5px #6d6e70;}
#slideshow a.heading_link { font-size:20px;  font-weight:300; color:#fff; background:#2d7f83; padding:5px 10px; border-radius: 8px; display:inline-block;margin-top:50px;margin-left:100px; position:relative; z-index:998; transition: all 0.4s ease; 	}
#slideshow a.heading_link:hover { color:#2d7f83; background:#fff; transition: all 0.4s ease; }

#home_content { width:100%;background:#fff;padding:40px 40px; margin-top:30px;margin-bottom:30px; border-top:5px solid #2d7f83; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);}
#home_content h1 {display:block; margin:0px 0px 20px 0px; font-size:28px; line-height:38px; font-weight:400; }
#home_content h1 span {color:#2d7f83;}
#home_content p{}
#home_content p:first-of-type{  font-size: 18px; font-weight:600; margin-bottom:20px; color:#676a6a; }
#home_content img{ float:right; width:500px; margin-left:50px;  }

.home_service{position:relative; margin-bottom:30px; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1); overflow:hidden;}
.home_service h2{
	color:#fff;
	margin:0px;
	position:absolute;
	top:30px;
	left:30px;
	font-weight:300;
	font-size:28px;
	line-height:30px;
}
.home_service h2 span{
	font-weight:800;
	display:block;
}
.home_service h2 a{
	color:#fff;
}
.home_service.right h2{
	top:auto;
	bottom:30px;
}
.home_service img{
	display:block;
	width:100%;
}
.home_service .home_link{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	text-indent: -999999px;
	transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.home_service:hover .home_link{
	background-color:rgba(0, 0, 0, 0.4);
}

.espa{
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  display: flex;
  flex-direction: column;
}

.espa_mobile{
  display: none;
}
.espa a{display: flex;}
.espa img{
  width: 300px;
  margin-bottom:5px;
}

#banner {  width: 100%;   }
#banner img {  width: 100%; display:block; }

/* .content { width:100%;background:#fff;padding:30px 40px; margin-bottom:30px; border-top:5px solid #2d7f83; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);} */
.content h1 {font-size:38px;font-weight:400; margin:0px 0px 30px 0px; }
.content h2 { font-size:24px;font-weight:300; margin:20px 0px 10px 0px; }
.content h3 { font-size:20px;font-weight:300;margin:5px 0px 10px 0px; }



.content h4 {  font-size:18px;line-height:20px;margin:5px 0px 8px 0px; }
.content ul { margin:10px 5px 10px 0px;overflow:auto;}
.content ul li{ margin:0 0 8px 0;font-size:21px; font-weight: 100; line-height:35px; padding-left:45px;}
.content ul li:before { content: '-'; position: absolute; margin-left: -45px; }

a.read_more {
  display: inline-block;
  margin: 50px 0 20px 0;
  color: #fff;
  background: #2d7f83bf;
  padding: 5px 23px 5px 23px;
  border: 2px solid white;
  font-size: 21px;
}
a.read_more:hover {background: #17171d; }

.left_thumb {float:left; margin:20px 20px 10px 0;}
.right_thumb {float:right; margin:20px 0px 10px 20px;}

.maps_link {margin-top:60px;width:100%;display:block;background:#2d7f83 url(../img/layout/maps_link.png) no-repeat 10px center;color:#fff;padding:10px 10px 10px 60px;font-size:16px;}
.maps_link:hover {background-color: #17171d;color:#fff;}
.maps_frame {margin-top:10px;width:100%;min-height:500px;}


/* CONTACT
================================================== */
.contact_box p.contact-title{color: #F5A61B; font-size: 22px;  text-align: center;  position: relative; padding-right: 25%; font-weight: 700;}
.contact_box p.contact-title::after{
	border-bottom: 2px solid #8ad6e3;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 12px;
    bottom: 0;
    width: 20%;
	margin-left: 20px;
}

.contact_box p{color: #262626;}
.contact_box h1{
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  padding: 10px 30px 10px 77px;
  position: relative;
  border: 1px solid grey;
}

.contact_box h1:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image: url(../img/layout/favicon.svg);
}

.contact-info-area{margin-top:3%}
.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(34,50,101,1) 100%);
    border: 1px solid #262626;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  	height: 26vh;
    transition: all .02s ease-in-out .01s;
}
.contact-info-box:hover {
	  border:none;
    -webkit-transition: .5s;
    transition: all .02s ease-in-out .01s;
    background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(61,187,209,1) 100%);
}

.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: rgb(255,255,255, 0.6);
    border-radius: 50%;
    font-size: 25px;
    color: #262626;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 12px;
    position: relative;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.flaticon-email-1:before {
    content: "\f115";
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal;
}
.contact-info-box h3 {
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 23px;
    font-weight: 700;
	color:#ffffff;
}
.contact-info-box p {
    margin-bottom: 2px;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-info-box p a {
    display: inline-block;
    color: #F5A61B;
}


.dynamic-content h1 {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  padding: 10px 30px 10px 77px;
  position: relative;
  border: 1px solid grey;
}


.dynamic-content h1:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image: url(../img/layout/favicon.svg);
}




.contact_box .contact-form-section{padding: 45px; border-radius: 10px; max-width: 900px; margin: auto; border: 1px solid #F5A61B;}
	
.contactform{
	margin:20px 0 0px 0;
	width:100%;
}

.contactform div.input{
	float:left;
	margin:0px 0 20px 0;
	padding:0;
	width:100%;
	position: relative;
	background:none;
}

.checkbox label {
  margin-left: 15px;
  font-size: 20px;
  color: #6c757d;
  font-weight: 100;
}

.contactform div.input.input_full{
	width:100%;
}

.contactform .submit input {
  background: #ffffff;
  border: 0;
  padding: 10px 50px;
  font-size: 23px;
  margin-top: 56px;
  font-weight: 600;
  color: #dc3545;
  letter-spacing: 1px;
}

.contactform div.textarea {
	float:left;
	margin:0px 0 15px 0;
	padding:0;
	width:100%;
}

.contactform div.submit{
	float:left;
	width:95%;
	margin:5px 0 10px 0;
	padding:20px 0 5px;
	text-align:center;
}

.contactform .submit .btn-slide {
  transition: all 0.6s ease-in-out;
}
.contactform .submit:hover .btn-slide {
  background: transparent;
  box-shadow: inset 350px 0px 0px 0px #262626;
  color: #fff;
}


.pages.appointment .contactform .submit:hover .btn-slide {
  color: unset;
  margin-top: 60px;
  background: unset;
  box-shadow: unset;
}

.company_main {
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
}

.company_main .horizontal_line{
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  bottom: 95px;
  left: 0;
}

.company_main .swiper_company {
  height: auto;
}

.company_main .swiper_company .full_width {
  width: 100%;
  min-width: 100%;
}


.company_main .swiper-container-fade .swiper-slide{
  /* height: 50vh; */
}

.pages.company .company_main h1,
.pages.company .company_services h1{
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  padding: 10px 30px 10px 77px;
  position: relative;
  border: 1px solid grey;
}

.pages.company .company_main h1:before,
.pages.company .company_services h1:before
{
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image: url(../img/layout/favicon.svg);
}

.pages.company .align-flex-center {
  align-items: center;
}

.libra_estate {
  padding: 0px 0px 75px 0px;
  position: relative;
  padding-bottom: 108px;
}

.libra_estate .full_width{
  width: 100%;
}

.pages.company p.libra_estate_text {
  font-size: 21px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 25px;
  padding-right: 40px;
  color: #0c2034;
}

.libra_estate .button {
  padding-top: 0;
}

.libra_estate .right_box {
  position: absolute;
  right: 0;
  top: calc(35%);
  width: 25%;
  height: 50%;
  background: black;
}


.pages.company h2{
  margin: 25px 0px;
  font-size: 26px;
  font-weight: 600;
}

.pages.company p{
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 25px;
}

.pages.company p.libraestate_link {
  font-size: 18px;
  margin-left: 48px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-style: italic;
}

.pages.company p.libraestate_link a{
  color: #bf2021;
}

.company_main .swiper-pagination {
  position:relative;
  margin-top:10px;
}

.company_services {
  position: relative;
  padding-bottom: 50px;
}

.owner_profile {
  padding-top: 100px;
  padding-bottom: 167px;
}

.owner_profile  .image_container {
  padding:20px;
  position: relative;
}

.owner_profile .horizontal_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: grey;
  bottom: 95px;
  left: 0;
}


.owner_profile  .image_container .left_top_graphic{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #bf2021;
  clip-path: polygon(100% 100%, 100% 100%, 100% 0%, 0% 0%);
}

.owner_profile  .image_container .right_bottom_graphic{
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100px;
  height: 100px;
  background: #157765;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 100% 100%);
}

.owner_profile .image_container .full_width {
  width: 100%;
  min-width: 100%;
  position:relative;
}

.company_services .left_table_header{
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  margin-right: -2px;
  width: calc(60% + 2px);
}

.company_services .left_table_header h3{
  font-size: 20px;
  font-weight: 600;
}

.company_services .two_columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 50px;
}

.company_services .two_columns li{
  font-size: 17px;
  /* list-style: disc; */
  /* display: flex; */
  width: 48%;
  /* padding-left: 13px; */
  text-align: left;
  margin-bottom: 11px;
  color: #040404;
}

.company_services .two_columns li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dc3545; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.company_services .two_columns li span{
  color: black;
}

.company_services .one_column li span{
  color: black;
}

.company_services .one_column li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dc3545; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.company_services .one_column{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 50px;
}

.company_services .one_column li{
  font-size: 17px;
  /* list-style: disc; */
  /* display: flex; */
  width: 96%;
  /* padding-left: 13px; */
  text-align: left;
  margin-bottom: 11px;
  color: #040404;
}

.company_services .right_table_header{
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  margin-right: -2px;
  width: calc(40% + 2px);
}

.company_services .right_table_header h3{
  font-size: 20px;
    font-weight: 600;
}

.company_services .left_table_content{
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  margin-right: -2px;
  width: calc(60% + 2px);
  margin-top: -2px;
}

.company_services .right_table_content{
  text-align: center;
  border: 2px solid lightgrey;
  padding: 21px 0px;
  margin-right: -2px;
  margin-top: -2px;
  width: calc(40% + 2px);
}

.company_services .table_container{
  display: flex;
  flex-wrap:wrap;
  margin:50px 0px;
  background: white;
}

.company_main  .swiper-pagination-bullet-active{
  background:crimson;
}
  

.contactform div.input label {
  float: left;
  display:none;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0px;
  /* display: block; */
  text-align: left;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  color: #17171d;
	/* font-family: 'Open Sans', sans-serif; */
}

.contactform input[type="text"], .contactform textarea {
  width: 100%;
  padding: 16px 10px;
  margin: 0px;
  font-size: 16px;
  /* font-family: 'Open Sans', sans-serif; */
  background: #fff;
  color: #262626;
  transition: all 0.4s ease;
  border: none;
  text-align: left;
  float: left;
  border: 2px solid #d3d3d3;
}

.contactform select {
    word-wrap: normal;
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    background: #fff;
    font-weight: 100;
    color: #555;
    transition: all 0.4s ease;
    border: none;
    text-align: left;
    float: left;
    border-bottom: 1px solid #262626;
}

.contactform div.input.input_full input[type="text"] {
  width: 100%;
}

.contactform textarea {
  width: 100%;
	height: 240px;
}

.comments p {
  text-transform: unset;
  font-weight: 100;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
  outline: none;
  background: #fff;
  color: #000;
}

.contactform textarea:focus, .contactform textarea:hover {
  outline: none;
  background: #fff;
  color: #000;
}

.contactform button{
  width: 220px;
  border: none;
  color: #F5A61B;
  cursor: pointer;
  text-align: center;
  margin: 20px auto 0px auto;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  transition: all .4s ease-out;
  background: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
 }
 
 .contactform button i{
	font-size: 30px;
    font-weight: 100;
    border-radius: 100%;
    border: 2px solid #F5A61B;
    padding: 25px;
    margin-left: 15px;
 }
.contactform button i:hover{border: 2px solid #262626;}
.contactform button:hover{
	background: none;
	color: #262626;
    transition: all .4s ease-out;
}
.contactform button:active{

  transition: all .4s ease-out;
}


.contactform .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}
.contactform div label.error{
	color:#e32;
	font-size:14px;
	width:100%;
	margin-top:5px;
	text-align:left;
	float: left;
}

.contactform button.send-button{width:100%}
#map{width:100%;height:50vh; margin-bottom:80px;}

.intro_text.contact h1 {
  line-height: 120px;
}

.intro_text.contact h1:after {
  width: 37%;
  bottom: 95px;
}

.line-section {
  background: #262626;
  padding: 40px 5px;
  border-bottom: 17px solid #BFBFBF;
}

.general_form {
  background: #F2F2F2;
  padding-top: 140px;
  padding-bottom: 100px;
}

.contact_main .general_form {
  background: #fff;
}

.general_form .title {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 40px;
}

.general_form .input.radio legend {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0px;
    display: block;
    text-align: left;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #17171d;
}

.general_form input[type=radio] {
  display: inline-block;
  margin-right: 15px;
  margin-top: 25px;
}

.general_form .contactform div.input label {
  /* display: inline; */
  float: none;
  display: none;
}


.general_form .contactform .contact_field_col{
  margin: 0 auto;
  float: left;
}

.general_form .contactform .contact_field_col label{
  display: none;
}

.contactform .contact_field_col{
  margin: 0 auto;
  float: left;
}

.general_form .contactform div.input.radio {
  width: 80%;
  margin-bottom: 60px;
  display: inline;
}

.general_form .contactform div.input.radio label {
  font-size: 21px;
  font-weight: 500;
  text-transform: unset;
  margin-right: 20px;
  display: inline;
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .intro_text {
    /* padding-right: 70px; */
  }
}
@media(max-width: 1350px){
  .intro_text h1 {
    /* font-size: 75px; */
  }

  .dynamic .intro_text h1:after {
    width: 50%;
  }
}
@media(max-width:1270px) {
	/* .contact_box h1 {font-size: 36px;} */
}
@media(max-width:1199px) {

  .contactform input[type="text"], .contactform textarea {
    padding: 5px 10px;
  }

  .contactform div.submit input {
    /* width: 195px; */
    padding: 5px 5px;
    font-size: 20px;
  }
  /* .contact_box h1 {font-size: 27px;} */
  .intro_text {
    padding-right: 0;
  }

  .intro_text.contact h1 {
    line-height: 100px;
  }

  .intro_text.contact h1:after {
    bottom: 90px;
  }
}
@media(max-width: 991px){ 
  .contact-info-box { padding: 25px 15px 15px 15px; height: 100%;}
  .contact-info-box p {font-size:14px}
  .contact-info-box h3 {font-size: 20px;}
   .contact_box h1 {font-size: 20px;}
   .contact_box p.contact-title {font-size: 18px;}
   .contact_box p.contact-title::after { margin-left: 10px;}
   .contactform div.input label { font-size: 18px;}
   .checkbox label { font-size: 18px; }
   .breadcrumb-section {
    padding-left: 30px;
   }
   .intro_text {
    padding: 0 30px;
   }

   .intro_text h1 {
    /* font-size: 65px;
    padding-bottom: 50px; */
   }

   .intro_text p {
      font-size: 19px;
   }
   .dynamic .intro_text h1:after {
      bottom: 70px;
    }

    .intro_text.contact h1 {
      line-height: 90px;
    }
    .intro_text.contact h1:after {
      width: 37%;
      bottom: 75px;
    }

    .general_form {
      padding-top: 90px;
      padding-bottom: 90px;
    }

}

@media(max-width:767px) {

 
	.contact_box_left,
	.contact_box_right {
	    text-align: center;
	}
	.contact-section{margin-bottom:20px}
	.contact_box h1 {font-size: 24px;}
	.contact-info-box p {font-size: 15px;}
  .intro_text h1 {
    font-size: 55px;
    padding-bottom: 40px;
  }
  .dynamic .intro_text h1:after {
    bottom: 60px;
  }
  .intro_text p {
    font-size: 18px;
  }

  .intro_text.contact h1 {
    line-height: 80px;
  }

  .intro_text.contact h1:after {
    bottom: 60px;
  }
  
  .general_form .contactform div.input.radio {
    width: 100%;
    margin-bottom: 30px;
  }

  .general_form .contactform div.input.radio label {
    font-size: 19px;
  }
}

@media(max-width:575px) {
	.contactform div.input.input_full input[type="text"] {
	   width: 100%;
	}

  

  .intro_text h1 {
    font-size: 42px;
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 55px;
  }
  .dynamic .intro_text h1:after {
    bottom: 45px;
  }

  .breadcrumb-section a {
    font-size: 18px;
  }

  .contactform .submit input {
    font-size: 19px!important;
  }

  .intro_text.contact h1 {
    line-height: 60px;
  }

  .intro_text.contact h1:after {
    bottom: 45px;
  }

  .intro_text a {
    padding: 8px 25px;
    font-size: 17px;
  }

  .general_form .contactform div.input.radio label {
    font-size: 17px;
    margin-right: 17px;
  }

  .general_form input[type=radio] {
    margin-right: 12px;
    margin-top: 20px;
  }

  .general_form .input.radio legend {
    font-size: 19px;
  }

  .general_form {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .general_form .contactform div.input.radio label::after {
    width:100%;
    content:'';
    display: block;
    clear:left;
  }
}
@media(max-width: 420px) {
	.contact-info-box h3 {font-size: 18px;}
	.contactform button i {font-size: 14px;}

  .breadcrumb-section {
    padding-left: 20px;
  }

  .intro_text {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .breadcrumb-section a {
    font-size: 17px;
  }

  .intro_text h1 {
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
    line-height: 45px;
  }

  .dynamic .intro_text h1:after {
    bottom: 35px;
    border-top: 1px solid #262626;
  }

  .contactform .submit input {
    font-size: 18px!important;
  }

  .intro_text.contact h1 {
    line-height: 50px;
  }

  .intro_text.contact h1:after {
    bottom: 40px;
  }

  .intro_text a {
    font-size: 16px;
  }

  .general_form .input.radio legend {
    font-size: 18px;
  }

  .intro_text p {
    font-size: 17px;
  }

  .general_form .contactform div.input.radio label {
    font-size: 16px;
    margin-right: 0;
  }

  .general_form input[type=radio] {
    margin-right: 12px;
    margin-top: 12px;
    width: 12px;
  }
  
}


/* ================== STATIC INTRO ================== */

.home_intro {
  background: #262626;
  padding-top: 0;
  position: relative;
}

.home_intro .career_images{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.home_intro .career_images img{
  width: 100px;
}


.home_intro .swiper-container-horizontal > .swiper-pagination {
  justify-content: center;
  bottom: 78px;
  left: calc(50% - 100px);
  height: auto;
  display: flex;
  flex-direction: row;
  width: 200px;
  top: unset;
}

.home_intro .slide_content h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  font-family: 'IBM Plex Sans', sans-serif;
  /* width: fit-content; */
  position: relative;
  margin-right: 0;
  width: auto;
}

.home_intro h2.banner_title{
  margin-top: 71px;
  color: white;
  font-size: 25px;
}

.home_intro h2.banner_title span.more{
  display: inline-block;
  /* background: #b9b9b936; */
  padding: 3px;
  margin-top: 21px;
  border-bottom: 2px solid;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
}



.home_intro  .slide_content h1:after {
  content: '';
  background: white;
  height: 32px;
  position: absolute;
  bottom: -38px;
  right: calc(50% - 1px);
  width: 3px;
}

.home_intro .slide_content h1 span{
  font-size: 47px;
  font-weight: 600;
}

.home_intro .slide_content{
  width: 57%;
  text-align: center;
  left: 0%;
  background: #00000040;
  padding: 20px 0px;
}

.home_intro .home_intro_inner {
  height: calc(100vh - 65px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -65px;
  background-size: cover;
	/* position: relative;
	z-index: 2; */
}

.home_intro_inner_text {
  position: absolute;
  top: 40%;
  left: 16%;
}

.home_intro_inner_text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.home_intro_inner_text h1:after {
  content: '';
  border-top: 2px solid #ccc;
  height: 2px;
  width: 56%;
  position: absolute;
  bottom: 18px;
  right: -10px;
}

.banner_social {
  position: absolute;
  bottom: 50px;
  left: 10%;
  transition: all 0.2s ease-in-out;
}

.banner_social img {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.banner_social .facebook {
  width: 15px;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
}

.banner_social .facebook:hover {
  padding: 1px;
}

.banner_social .linkedin {
  width: 28px;
  transition: all 0.2s ease-in-out;
}

.banner_social .linkedin:hover {
  padding: 1px;
}

.section_home {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 230px;
  position: relative;
}

.section_home ul {
  width: 100%;
  padding-left: 30px;
}

.section_home ul li {
  font-size: 17px;
    /* list-style: disc; */
    /* display: flex; */
    /* width: 48%; */
    /* padding-left: 13px; */
    text-align: left;
    margin-bottom: 11px;
    color: #040404;
} 

.section_home ul li:before{
  content: "\2022";
    color: #dc3545;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.explore_intro{
  font-size: 22px;
  font-weight: 600;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color:#fff;
  position: absolute;
  left: 50%;
  bottom: 50px;
}

.video_container_general {
  width: 100%;

}

.video_container_general video{
  width: 100%;
}


@media(min-width: 1500px) {}
@media(max-width: 1800px) {
  /* .home_intro:before {
    transform: rotateY(25deg);
  } */
  .home_intro_inner_right h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .home_intro_inner_right strong {
    font-size: 26px;
  }
}
@media(max-width: 1499px) {

  /* .home_intro:before {
    transform: rotateY(15deg);
  } */

  .home_intro_inner_right h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .home_intro_inner_right strong {
    font-size: 26px;
  }
  .home_intro_inner_right {
    width: calc(100% - 400px);
  }

  .home_intro_inner_left i {
    font-size: 13rem;
  }

}
@media(max-width: 1200px) {
  .home_intro_inner_right h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .home_intro_inner_right p{
    font-size: 20px;
  }
  .home_intro_inner_right {
    width: calc(100% - 350px);
  }
  .home_intro_inner_left i {
    font-size: 12rem;
  }
}
@media(max-width: 991px) {
	.explore_intro {bottom: 30px;}
  .home_intro_inner_right h1 {
    font-size: 46px;
    line-height: 46px;
  }
	.home_intro_inner_right p { font-size: 18px;}
	.home_intro_inner_right {
    width: calc(100% - 150px);
	}
	.home_intro_inner_left i {
    font-size: 6rem;
	}
	.home_intro .home_intro_inner {
    padding: 0 30px;
	}

	.home_intro .home_intro_inner {
    height: calc(75vh - 150px);
    margin-top: -65px;
    min-height: 500px;
	}

	.home_intro:before {
    content: "";
    background-size: contain;
    background-position: right;
	}

}
@media(max-width: 767px) {
  .home_intro .home_intro_inner {
    height: calc(60vh - 100px);
    margin-top: -100px;
    min-height: 400px;
	}
  .home_intro_inner_right h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .home_intro_inner_right p { font-size: 18px;line-height: 22px;}
	.home_intro_inner_left {
    
	}
	.home_intro_inner_right {
    
	}
	.home_intro_inner_right strong {
    font-size: 20px;
	}
	.explore_intro {bottom: 15px;}
}
@media(max-width: 575px) {

  .home_intro .career_images img {
    width: 82px;
  }

	.home_intro_inner_right h1 {
    font-size: 26px;
    line-height: 28px;
	}
  .home_intro_inner_right p {display:none;}
  .explore_intro {display: none;}

	.home_intro .home_intro_inner {
    height: calc(360px - 74px);
    margin-top: -60px;
    min-height: 300px;
	}

	.home_intro:before {
		background-position: 130px;
	}

  .home_intro_inner_right p { font-size: 16px; line-height: 23px; margin-top: 8px;}

}
@media(max-width: 420px) {
	.home_intro_inner_right h1 {
    font-size: 22px;
    line-height: 22px;
	}
	
	.home_intro .home_intro_inner {
    height: calc(400px - 74px);
    margin-top: -117px;
	}

	.home_intro .home_intro_inner {
    padding: 0 5px;
	}

}

@media(max-width: 320px) {
	.home_intro .home_intro_inner {
		padding: 0 5px;
	}
}


/* ================== END STATIC INTRO ================== */

/* ================== TESTIMONIALS ================== */

#testimonials {
  height: 100%;
  background-color: #f9f9f9;
  color: #262626;
  padding: 70px 0;
  background-position: center;
  background-size: contain;
}

#testimonial-carousel {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}

#testimonials .testimonial_title {
	color: #475d6b;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}

.testimonials_wrapper {
  display: flex;
  justify-content: flex-end;
}

.carousel-item {
  padding: 0% 15% 0% 0%;
}

.carousel-control-next {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #262626;
  opacity: 1;
  transition: all .4s ease-out;
}

.testimonials_wrapper .carousel-inner {
  width: 100%;
}

.carousel_navi {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 150px;
  position: absolute;
  bottom: 0;
  align-items: center;
  transition: all .4s ease-out;
}
.carousel_navi i{color:#262626}
.carousel-control-next, .carousel-control-prev {
  position: relative;
}

.carousel_navi .carousel-control-next:hover,
.carousel_navi .carousel-control-prev:hover {
  position: relative;
  transition: all .4s ease-out;
}

#testimonials .carousel-control-prev{
	width: 150px;
	color: red;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #262626;}
#testimonials .carousel-control-prev i{	width: 150px;
	color: red;
    height: 150px;}

.carousel-control-next i {
  font-size: 44px;
}

.carousel-item h2 {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 10px;
}

.carousel-item em {
  font-weight: 600;
  background: #dd4223;
  color: #fff;
  font-size: 16px;
  padding: 2.5px 10px;
}

.carousel-item p {
	margin: 0;
	font-size: 15px;
	color: #262626;
	display: flex;
	align-items: center;
	height: 100%;
}

.carousel_box {
	display: inline-block;
	margin-top: 25px;
	background: #fff;
	position: relative;
	width: 75%;
	padding: 35px 2px;
}

.carousel_box a {
	float: left;
	margin-right: 10px;
  text-align: center;
}
.carousel_box a img {
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;

}
.carousel_text{position:absolute; width:80%; left:50%; padding: 15px 10px;}
.carousel_text h2{font-size: 40px; color: #262626; font-weight: 700; line-height: 70px; margin-bottom:0px}
.carousel_text h4{font-size: 18px; color: #262626; font-weight: 700; line-height: 70px;}
.carousel_text p{color: #404040; }
.carousel_text a{padding-left:0px }
.product_button {margin-top: 35px; display:grid}
.product_button a{text-decoration: underline;font-size: 20px; font-weight:700}
@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .carousel_navi{
    width: 100px;
    align-items: flex-start;
  }
  .carousel-item{
    padding-right:10px;
  }
  .carousel-control-next{
    width: 100px;
    height: 100px;
  }
  .carousel_box a img{
    max-width: 385px;
  }
  .carousel_text{
    padding: 5px 15px;
  }
}
@media(max-width: 1200px) {
  .carousel_navi{
    width: 100px;
    align-items: flex-start;
  }
  .carousel-item{
    padding-right:10px;
  }
  .carousel-control-next{
    width: 100px;
    height: 100px;
  }
  .carousel_box a img{
    max-width: 305px;
    margin-top:30px;
    margin-bottom:30px;
  }
  .carousel_text{
    padding: 5px 15px;
  }
  .carousel_box{
    padding: 110px 2px;
  }
}
@media(max-width: 991px) {
	.carousel_navi {
		position: relative;
		justify-content: flex-start;
		padding: 30px 30px 0px;
	}
	.carousel-item {
    padding: 0% 30px 0% 30px;
	}

	#testimonials .testimonial_title {
    font-size: 32px;
	}

	.carousel-item p {
    height: 100%;
	}

	.carousel_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding:10px;
	}
  .carousel_text{
    padding: 5px 15px;
    position: relative;
    width: 100%;
    left: auto;
    text-align: left;
  }
  .carousel_text h2{
    line-height: 36px;
    margin-bottom: 15px;
  }
  .carousel_text h4{
    line-height: 22px;
    margin-bottom: 15px;
  }
	.carousel_box a {
    margin-right:0px;
    border-right: 0px solid rgba(0,0,0,0);
	}

	.carousel_box a img {
    margin: 20px auto;
    
    width: 100%;
    max-width: auto;
	}

	#testimonial-carousel {
    text-align: center;
	}
	.carousel_navi {
    width: auto;
    position: absolute;
    top: -100px;
    right: 0;
	}

	.testimonials_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
	}
  .carousel-control-next {
    width: 70px;
    height: 70px;
}

}
@media(max-width: 767px) {


	.carousel-item h2 {
    font-size: 28px;
    margin-bottom:10px;
	}



	.carousel-item p {
    font-size: 14px;
    line-height: 24px;
	}

}
@media(max-width: 575px) {
	#testimonials {
	  padding: 55px 0;
	}

	.carousel-control-next i {
    font-size: 34px;
	}

	#testimonials .testimonial_title {
    font-size: 28px;
	}

	.carousel_box {
    flex-direction: column;
    align-items: center;
	}

	.carousel_box img {
    height: auto;
    width: 150px;
	  margin-bottom: 20px;
	}

.carousel-item p {
    border-left: 0px solid rgba(0, 0, 0, 0);
	}

.carousel_navi{
  width: auto;
  position: absolute;
  top: -62px;
  right: 0;
  padding: 0;
  }
.carousel-control-next{
  width: 50px;
  height: 50px;
}
}
@media(max-width: 420px) {
	.carousel-item {
		padding: 0% 0px 0% 0px;
	}

}


/* ================== END TESTIMONIALS ================== */


/* Common button styles */
.button {
  float: left;
  margin: 5px 0 0 0px;
  padding: 20px 5px 0 0;
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-weight: 500;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

#awards .button {
  float: left;
  margin: 5px 0 0 0px;
  padding: 5px 5px 0 0;
}

#awards  .button i {
  font-size: 28px;
  font-weight: 100;
  color: #3e3e3e;
  padding: 4px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.button i{
  font-size: 28px;
  font-weight: 100;
  color: #3e3e3e;
  padding: 15px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  color:#262626;
  text-decoration: none;
}
.button:hover i{
  margin-left: 20px;
}

.button.white{
  color: #fff;
}
.button.white i{
  border: 2px solid #fff;
}
.button.blog_button{display:flex; text-decoration: underline;text-align: center;}
.button.right_side{float:right}


/* ============== DYNAMIC PAGES ============== */
.dynamic-content { padding-top: 50px; padding-bottom: 100px; color: #333333; }
.dynamic-content a {color:#c02221;}
.dynamic-content strong{color:#333333}
.dynamic-content ul li { display: block; margin-bottom: 0px; font-size: 21px; font-weight: 700; line-height: 35px; padding-left: 45px; }
.dynamic-content ul li::before{content: '-'; position: absolute; margin-left: -45px; font-weight: 400;}
.dynamic-content ul li p{border:none;font-size: 16px;color:#262626;display: contents;}
.dynamic-content h2{
  font-size: 60px;
  font-weight: 100;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 90px;
  margin-bottom: 55px;
  margin-top: 115px;
}
.dynamic-content h2 small{font-weight: 700;font-size: 65px; color: #dcdcdc;}

.dynamic-content h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 35px;
  width: fit-content;
  position: relative;
  color: #333333;
}

.dynamic-content h3:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #f5a61b;
  height: 2px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.dynamic-content p {
  /* padding-right: 210px; */
  margin-bottom: 30px;
  margin-top: 30px;
}

.dynamic-content .dynamic_img {
  background-position: center;
  width: 870px;
  height: 1785px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 350px;
  right: -450px;
  background-size: cover;
  overflow: hidden;
}

.numbers {
  margin-left: 220px;
  margin-right: 95px;
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 100px;
}

.numbers h4 {
    position: absolute;
    top: 20px;
    left: -200px;
    font-size: 160px;
    font-weight: 500;
    line-height: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

.numbers h4:after {
  content: '.';
  color: #f5a61b;
  margin-left: -10px;
}

@media(max-width: 1600px) {
	/*.profile-info img.collage-images{width:100%}*/
}
@media(min-width: 1500px) {/*.profile-info img.collage-images{width:100%}*/}
@media(max-width: 1499px) {
  .profile-description img.overview-image { padding: 35px 50px 50px 0px;}
  .profile-description ul.profile-list li {padding: 10px 10px 5px 0px;}
  .profile-info img.collage-images{width:inherit}
  .dynamic-content h2 {
    font-size: 55px;
    line-height: 80px;
    margin-top: 85px;
  }

  .dynamic-content p {
    /* padding-right: 100px; */
  }

  .definition p {
    font-size: 20px;
  }

  .definition {
    right: -75px;
    margin-top: 395px;
  }
}
@media(max-width:1350px){
  .numbers h4 {
    font-size: 130px;
    top: 15px;
    left: -150px;
  }
  .numbers {
    margin-right: 30px;
    margin-left: 160px;
  }
}

@media(max-width: 1200px) {
  /*.pages_header {margin-top: 115px;}*/
  .pages_header_fg h1 {font-size: 40px;}
  .dynamic-content h2{font-size: 28px;}
  .dynamic-content h2 small{font-size: 55px; }
  .profile-description h2.header-intro-profile {font-size: 31px;}
  .profile-description h1.heading_line.intro_title { font-size: 20px;margin-top: 0; margin-bottom: 5px;}
  .profile-description h1.heading_line.intro_title::after { width: 17%; margin-left: 11px;}
  .profile-description img.overview-image {padding: 0px 25px 10px 0px;}
  .profile-info {display: block!important;}
  .profile-info img.collage-images { width: inherit;}
  .dynamic-content h2 {
    font-size: 45px;
    margin-top: 55px;
    margin-bottom: 40px;
  }

  .definition {
    margin-top: 325px;
  }

  .numbers h4 {
    font-size: 100px;
    top: 10px;
    left: -115px;
  }

  .numbers {
    margin-right: 0;
    margin-left: 110px;
    margin-bottom: 70px;
  }

  .numbers p {
    padding-right: 0!important;
  }

  .numbers h4:after {
    margin-left: -6px;
  }
}
@media(max-width: 991px){ 
  .profile-description {display: block!important;}
  .profile-description h1.heading_line.intro_title { margin-top: 35px;}
  .blue-background p span {font-size: 34px!important;}
  .section-vision .section-strategy p {font-size:15px}
  .profile-info img.collage-images { width: inherit;}
  .section-values { display: block!important}
  .content-991 {
    padding: 0 30px;
  }

  .definition {
    margin-top: 0px;
  }

  .dynamic-content p {
    padding-right: 0;
    font-size: 20px;
  }

  .dynamic-content ul li {
    font-size: 20px;
  }

  .definition p {
    font-size: 18px!important;
  }

  .definition h4:before {
    width: 40px;
    background-size: 40px;
    height: 40px;
  }

  .intro_text h1:after {
    /* bottom: 65px;
    margin-left: 12px; */
  }
  
}
@media(max-width: 767px) {
  .dynamic-content ul li {text-align:left}
  .pages_body li {text-align: left;}
  .section-vision {display: block!important;}
  .section-vision .section-strategy {margin-bottom:20px;margin-left:0px!important; margin-right:0px!important;}
  .section-values {margin-top: 20px;}
  .profile-info img.collage-images {width: inherit;}

  .dynamic-content h2 {
    font-size: 40px;
    margin-top: 45px;
    margin-bottom: 40px;
    line-height: 60px;
  }

  .definition {
    margin-top: -20px;
  }
  .dynamic-content p {
    font-size: 19px;
  }

  .numbers h4 {
    font-size: 80px;
    top: 10px;
    left: -95px;
  }

  .numbers {
    margin-right: 0;
    margin-left: 80px;
    margin-bottom: 60px;
  }

  .dynamic-content h3 {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 27px;
  }

  .dynamic-content .dynamic_img {
    width: 755px;
    height: 1570px;
  }

   
}
@media(max-width: 575px) {
  .dynamic-content{padding-left: 20px; padding-right: 20px;}
  .pages_header_fg h1 {font-size: 28px;}
  .dynamic-content h2{font-size: 21px;}
  .dynamic-content h2 small{font-size: 40px; }
  .profile-description img.overview-image { padding: 0px 15px 10px 15px;}
  .profile-description h2.header-intro-profile {font-size: 29px;}
  .section-values { margin-top: 30px; padding-top: 50px; padding-bottom: 20px;}
  .blue-background p span {font-size: 30px!important;}
  .section-vision .section-strategy {margin-left:0px!important; margin-right:0px!important;}
  .profile-info img.collage-images {width: inherit;}
  .button i{font-size: 24px;padding: 16px; }
  .definition p {
    padding-right: 0!important;
  }

  .definition {
    margin-top: 0;
    position: relative;
    right: auto;
    padding: 0 20px;
  }

  .definition h4:before {
    left: 22px;
  }

  .dynamic-content h2 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .dynamic-content p {
    font-size: 18px;
  }

  .dynamic-content ul li {
    font-size: 18px;
  }

  .numbers h4 {
    font-size: 65px;
    left: -80px;
  }

  .numbers p {
    margin-left: -75px!important;
  }

  .dynamic-content h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 12px;
  }

  .numbers h4:after {
    margin-left: -1px;
  }

  .dynamic-content {
    padding-bottom: 30px;
  }

  .dynamic-content .dynamic_img {
    width: 690px;
    height: 1370px;
  }

  .intro_text h1:after {
    bottom: 55px;
  }

  .intro_text.services h1 {
    line-height: 60px;
  }

  .intro_text h1:after {
    bottom: 45px;
  }
}
@media(max-width: 420px) {
  .pages_header_fg h1 {font-size: 25px;}
  .dynamic-content h2 small{font-size: 35px; }
  .pages_header {margin-top: 10px; background-size: 100%;}

  .profile-description h1.heading_line.intro_title {font-size: 17px;  margin-top: 20px;}
  .profile-description h1.heading_line.intro_title::after {top:9px}
  .profile-description h2.header-intro-profile { font-size: 24px;}
  .section-vision .section-strategy {margin-left:0px!important; margin-right:0px!important;}
  .blue-background {padding: 6% 2% 3% 2%!important;}
  .grey-background p { padding-left: 2%!important; padding-right: 2%!important;}
  .profile-info img.collage-images {width: inherit;}

  .content-991 {
    padding: 0px 20px;
  }

  .dynamic-content h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .definition {
    margin-top: 0;
    position: relative;
    right: unset;
    padding: 0px;
    width: fit-content;
  }

  .definition p {
    font-size: 15px!important;
  }

  .definition h4 {
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 10px;
  }

  .definition h4:before {
    left: 0px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .dynamic-content ul li {
    font-size: 16px;
    padding-left: 15px;
  }

  .dynamic-content ul li::before {
    margin-left: -15px;
  }

  .numbers h4 {
    font-size: 55px;
  }

  .dynamic-content h3 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 12px;
    margin-left: -10px;
    margin-bottom: 15px;
  }

  .dynamic-content .dynamic_img {
    width: 597px;
    height: 1180px;
  }

  .intro_text.services h1 {
    line-height: 45px;
  }

  .intro_text h1:after {
    bottom: 35px;
    border-top: 1px solid #262626;
  }

  .dynamic-content p {
    font-size: 16px;
  }

}


/* ============== PROFILE INTRO ============== */

h1.heading_line.intro_title{
  color:#F5A61B;
  font-size:22px;
  text-align:left;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 30px;
 
}
h1.heading_line.intro_title::after{width: 9%; margin-left: 25px; right:unset;}
h2.header-intro-profile{font-weight: 700; font-size: 40px; color: #262626;}

ul.profile-list{}
ul.profile-list li{display: block;line-height: 28px;width:100%;margin-bottom: 0px;padding: 10px 10px 10px 0px;}
ul.profile-list li::before{content: '';
    display: inline-block;
    height: 29px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/checked.svg);
    background-repeat: no-repeat;
    margin-right: 8px;margin-bottom: -9px;}
.profile-list li strong{font-weight:700;font-size: 18px; color: #262626;}

.profile-info{display:flex; align-items: center;padding-bottom: 50px;}
.profile-info p strong{color: #262626;}

.section_home h1 {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  padding: 10px 30px 10px 77px;
  position: relative;
  border: 1px solid grey;
}

.section_home h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image:url(../img/layout/favicon.svg);
}

.profile_intro_body {
  padding: 20px 0;
}


.section_home .home_no p {
  font-weight: 400;
  font-size: 43px;
  color: #F5A61B;
  font-family: 'IBM Plex Sans', sans-serif;
}
.section_home p.text_head {
  font-weight: 700;
  font-size: 20px;
  color:#262626;
}

.align_items_center {
  align-items: center;
}

.section_home .home_highlight{
  text-align: left;
  margin-bottom: 50px;
  padding: 10px;
}

.section_home .horizontal_line{
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  bottom: 95px;
  left: 0;
}

.section_home .vertical_line{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #b3b3b3;
  top:0;
  right: 20%;
}

.company_main .vertical_right_line{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #8080806e;
  top: 0;
  right: 19%;
}

.company_services .vertical_right_line{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #8080806e;
  top: 0;
  right: 19%;
}

.career .horizontal_line{
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  bottom: 95px;
  left: 0;
}

.career .vertical_line{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #b3b3b3;
  top:0;
  right: 20%;
}



.section_home .home_highlight h2{
  font-size: 33px;
  color: #333333;
  font-weight: 700;
  line-height: 45px;
  padding-top: 25px;
  padding-bottom: 55px;
}

.home_highlight p {
    font-size: 21px;
    line-height: 38px;
    margin: 5px 0px;
    font-weight: 300;
}

.profile_img {
  background-image: url("../img/layout/business_card.png");
  background-position: center;
  width: 480px;
  height: 555px;
  background-repeat: no-repeat;
  position: absolute;
  top: 140px;
  right: 0;
}

.partners{display: flex;  display: flex;
  align-items: center;
  justify-content: center;}
.partners .partners-image{ filter: invert(60%) sepia(0%) saturate(100%) hue-rotate(346deg) brightness(0%) contrast(50%); opacity: 0.4;}
.partners .partners-image:hover{filter: none;opacity: 100%; transition: all .2s ease-in-out .1s;}
.section-partners h1.heading_line.products{text-align:left}
.section-vision{display: flex;text-align: center;margin: 50px auto;}
.section-vision h3{ font-size: 20px; color: #fff; font-weight: 700;  padding-top: 10px; background: #262626;  padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px;}
.section-vision .section-strategy {background: #fff; padding-top: 20px; padding-bottom: 20px;margin-left: 10px; margin-right: 10px; box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);}
.section-vision .section-strategy p{padding-left: 10px; padding-right: 10px;}
.section-vision .section-strategy img{width: 120px;}

.section-values{padding-top:50px; padding-bottom:50px}
.section-values p strong{color:#262626}
.section-values h1.heading_line.products{text-align:left}

.profile-description{display:flex}
.blue-background{background:#262626; height:auto; padding:6% 16% 3% 16%;margin-bottom: 45px;}
.blue-background p{color:#fff;padding-bottom: 20px;}
.blue-background p span{font-size:40px; font-weight: 700;color:#9fa5c2;position:relative;z-index:1; }
.blue-background p span:after{border-bottom: 5px solid #8ad6e3;  content: "";  font-size: 0;  height: 0;  line-height: 0;  overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px;  top: auto;  bottom: 2px;  width: 50%; left: 0; z-index:-1;}
.grey-background{background:#dbdbdb; height:auto;margin-bottom: -80px; z-index: 999;}
.grey-background p{color:#262626; padding-left: 10%;  padding-right: 10%;  padding-bottom: 6%;}
.grey-background h2.header-intro-profile{text-align:center; padding-top:25px; padding-bottom:25px}
.grey-background .rectangle{background-image: url(../img/layout/dots.svg); background-repeat: no-repeat;background-size: 130px;}
.grey-background .rectangle .square{background-image: url(../img/layout/square.jpg); background-repeat: no-repeat;  background-position:right bottom;background-size: 200px;margin-right: -15px;}
.section-values{display:flex}

h1.heading_line, h2.heading_line{
  color:#F5A61B;
  font-size:22px;
  text-align:right;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 30px;
}
h2.heading_line{
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}

h1.heading_line:after, h2.heading_line:after{
border-bottom: 2px solid #8ad6e3;
content: "";
font-size: 0;
height: 0;
line-height: 0;
overflow: hidden;
position: absolute;
right: auto;
text-indent: -9999px;
top: 12px;
bottom: 0;
width: 20%;
right: 0;
}
h1.heading_line.products{
  margin-top: 20px;
  margin-bottom: 20px;
}

h2.heading_line:after{
  right: auto;
  left:220px;
}

h1.heading_line.products:after{
border-bottom: 2px solid #8ad6e3;
content: "";
font-size: 0;
height: 0;
line-height: 0;
overflow: hidden;
position: absolute;
right: auto;
text-indent: -9999px;
top: 12px;
bottom: 0;
width: 9%;
margin-left: 25px;
}
#testimonials h1.heading_line{text-align:left;}

@media(min-width: 1500px) {}
@media(max-width: 1800px) {
  .profile_intro .profile_highlight p{
    font-size: 40px;
    line-height: 48px;
  }
}
@media(max-width: 1499px) {

  .profile_intro .profile_highlight p{
    font-size: 36px;
    line-height: 48px;
  }

  .section_home .home_highlight {
    padding: 10px;
  }

  .profile_img {
    background-size: cover;
    width: 390px;
    height: 500px;
  }
}

@media(max-width: 1350px){
  .profile_img {
    width: 370px;
    height: 480px;
    top: 360px;
  }

}

@media(max-width: 1200px) {

  .profile_intro .profile_highlight p{
    font-size: 30px;
    line-height: 40px;
  }

  .section_home .home_highlight {
    padding: 0px 0px 0 0px;
  }

  .section_home .home_highlight h2 {
    font-size: 27px;
    padding-bottom: 25px;
  }

  .profile_img {
    width: 300px;
    height: 400px;
    top: 30px;
  }
}
@media(max-width: 991px) {
	.profile_intro {
    padding: 0 30px;
	}

	.profile_intro p {
    font-size: 15px;
	}

	.profile_intro_body {
    padding: 10px 0;
	}

  .profile_intro .profile_highlight p{
    font-size: 26px;
    line-height: 36px;
  }
  h1.heading_line, h2.heading_line{
    text-align:left;
  }
  h1.heading_line:after, h2.heading_line:after{
    right: auto;
  }

   .section_home {
    padding: 100px 15px;
  }

  .section_home .home_highlight h2 {
    font-size: 25px;
  }

  .section_home .home_highlight {
    /* padding: 25px 0px 0 25px; */
  }

  .home_highlight p {
    font-size: 20px;
  }

  .button {
    padding: 0px 5px 0 0;
    font-size: 18px;
    letter-spacing: 0;
  }

  .button i { padding: 18px; }

  .profile_img {
    width: 240px;
    height: 280px;
  }

}
@media(max-width: 767px) {
  .section_home .home_highlight h2 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .home_highlight p {
    font-size: 19px;
  }

  .button {
    font-size: 17px;
  }

  .button i {
    padding: 12px;
  }

  .section_home {
    padding: 80px 15px;
  }

  .profile_img {
    width: 230px;
    height: 270px;
    top: 10px;
  }
}
@media(max-width: 575px) {
	.profile_intro {
		text-align: center;
	}
	.profile_intro .button {
		width: 100%;
	}
  .profile_intro .profile_highlight p{
    font-size: 20px;
    line-height: 30px;
  }

  
  .section_home .home_no p {
    font-size: 38px;
  }

  .section_home .home_highlight {
    padding: 25px 0px 0 15px;
  }

  .section_home h1 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .section_home .home_highlight h2 {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .button {
    font-size: 16px;
    margin-top: 15px;
  }

  .button i {
    padding: 10px;
  }

  .section_home {
    padding: 65px 15px;
  }

  .profile_img {
    top: 20px;
    width: 155px;
    height: 190px;
  }
}
@media(max-width: 420px) {
  .section_home {
    padding: 60px 0px;
  }

  .section_home .home_no p {
    font-size: 35px;
  }

  .section_home .home_highlight {
    padding: 15px 0px 0 15px;
  }
  .section_home .home_highlight h2 {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 12px;
  }

  .button {
    font-size: 15px;
    margin-top: 10px;
  }

  .button i {
    padding: 5px;
  }

  .home_highlight p {
    font-size: 17px;
    line-height: 30px;
  }

}


/* ============== END PROFILE INTRO ============== */



/* ================= HERE SECTION ================ */


.here_section {
  background-color: #262626;
  padding: 60px 0;
  display: block;
  position: relative;
  /* border-bottom: 17px solid #BFBFBF; */
  height: 64vh;
  background-image: url(../img/layout/sale.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.here_section.contact_company {
  background-color: #262626;
  padding: 60px 0;
  display: block;
  position: relative;
  /* border-bottom: 17px solid #BFBFBF; */
  height: 44vh;
  background-image: url(../img/layout/call-us.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.here_section .black_overlay{
  position: absolute;
  background: #00000061;
  width: 120%;
  height: 166%;
  transform: rotateZ(45deg);
  top: -52%;
  right: -37%;
}

.here_section.contact_company .black_overlay{
  background: #00000061;
  width: 100%;
  height: 100%;
  top:0 ;
  left: 0;
  transform: unset;
}

.pages.company .contact_company h2{
  text-align: right;
  color: white;
  font-size: 40px;
  margin-bottom: 40px;
}

.pages.company .contact_company h3{
  font-size: 20px;
  color: white;
  text-align: right;
  font-size: 22px;
  /* color: #333333; */
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  padding: 17px 30px 17px 109px;
  position: relative;
  border: 1px solid white;
}

.pages.company .contact_company h3:before{
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: url(../img/layout/phone.svg);
    background-size: 40%;
    border-right: 1px solid white;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 100%;
}

.here_section h1{
  color: white;
  font-size: 39px;
  margin-bottom: 40px;
  font-weight: 500;
}

.here_section .description{
  color: white;
  font-size: 19px;
}

.here_section .button{
  color: white;
}

.here_section .trapezoid{
  width: 69%;
  position: absolute;
  background: #00000061;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%);
  height: 100%;
  left: 31%;
  top: 0;
}

.here_section .button i {
    font-size: 28px;
    font-weight: 100;
    color: #000000;
    padding: 25px;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
    filter: invert(1);
}

.section_home.services_accordion .home_highlight h2 {
  font-size: 38px;
  color: #333333;
  font-weight: 700;
  line-height: 45px;
  padding-top: 53px;
  padding-bottom: 44px;
}

.here_section p {
    color: #fff;
    margin: 0 auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.here_section p:before {
    content: '';
    border-top: 1px solid #F5A61B;
    position: absolute;
    width: 120px;
    margin-left: -165px;
    margin-top: 15px;
}

.here_section p:after {
  content: '';
  border-top: 1px solid #F5A61B;
  position: absolute;
  width: 120px;
  margin-left: 520px;
  margin-top: 15px;
}

/* ============== END HERE ============== */

/* ===================== SERVICES ===================== */
.quote-text{border-left: 2px solid #F5A61B; padding-top: 10px; padding-bottom: 10px; margin-top: 20px;}
.quote-text p{color:#262626; font-size: 20px; font-style: italic;}
.quote-text span{font-size: 80px; font-style: normal; position: absolute; top: -18px; right: 0; opacity: 0.2;}
.in-services .services{margin:0px}
.in-services .services_box_blue ul li{width:unset; line-height: 1;display: block;}
.in-services .button.white{display:none}

.services {
 
}

.services_box_1 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service_box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid #F8C874;
    border-top: 4px solid #F5A61B;
    padding: 60px 25px 50px 25px;
    text-align: center;
    margin: 0px 10px 45px 10px;
    min-height: 517px;
    transition: all 0.2s ease-in-out;
}

.service_box:hover {
  box-shadow: 0 0 16px rgb(74 74 77 / 50%);
  transition: all 0.2s ease-in-out;
}

.service_box img {
  width: 100px;
}

.service_box h3 {
  font-size: 42px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #333333;
  padding: 15px 0;
  min-height: 130px;
  transition: all 0.2s ease-in-out;
}

.service_box:hover h3 {
  color: #f5a61b;
}

.service_box p {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0px;
  font-weight: 100;
  color: #262626;
  min-height: 60px;
}

.service_box .button {
    float: none;
    font-weight: 600;
    padding: 10px 30px;
    width: fit-content;
    margin: 50px auto 0 auto;
    border: 1px solid #262626;
    letter-spacing: 0;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.service_box:hover .button {
  background: #f5a61b;
}


.services_box_blue{
  background: #262626;
  padding: 8vh 50px 0px 30%;
  color:#fff;
  height: 70vh;

}

.services_box_blue strong{color:#fff}
.services_box_blue p{
  color:#fff;
  font-weight: 700;
  font-size:34px;
}.services_box_blue p strong{line-height: 37px;}
.services_box_blue ul{
  margin-top:50px;
}
.services_box_blue ul li{
    color:#fff;
    font-weight: 400;
    font-size:19px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.services_box_cyan{
  background: #F5A61B;
  color:#fff;
  height: 70vh;
  padding: 8vh 100px 0 100px;
}
.services_box_cyan h4{
  color:#fff;
  font-weight: 700;
  font-size:34px;
}
.services_box_cyan h4{
  color:#fff;
  font-weight: 700;
  font-size:34px;
}
.services_box_cyan p{
  font-size:18px;
  margin-top:15px;
}

.services_box_image{
  height: 70vh;
  background: transparent url(../img/layout/home_bg.jpg) no-repeat center center;
  background-size: cover;
}

.button_more.center {
  margin: 0 auto;
  display: block;
  position: relative;
}

.button_more.center .button { float: none; width: fit-content; margin: 0 auto; }

.image_services {
  background: url(../img/layout/banner_services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-position: bottom;
  display: flex;
  border-bottom: 17px solid #F5A61B;
}

.image_about {
  background: url(../img/layout/banner_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-position: bottom;
  display: flex;
  border-bottom: 17px solid #F5A61B;
}

.image_services p, .image_about p {
  color: #fff;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.image_services p:before, .image_about p:before {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: -20px;
  margin-top: 15px;
  margin-right: 25px;
}

.image_services p:after, .image_about p:after {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}

.services_all {
  margin-top: 140px;
}

.service_section {
  display: flex;
  margin: 100px 0;
  transition: all 0.2s ease-in-out;
  padding: 100px 50px 50px 50px;
}

.service_section:hover {
  box-shadow: 0 0 16px rgb(74 74 77 / 50%);
  cursor: pointer;
}

.service_section:hover h1 {
  color: #f5a61b;
}


.service_img {
  border: 1px solid #ffc107;
  border-left: 3px solid #f5a61b;
  padding: 50px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  margin-left: 35px;
}

p.service_no {
  position: absolute;
  left: 0px;
  font-weight: 400;
  font-size: 43px;
  color: #262626;
  font-family: 'IBM Plex Sans', sans-serif;
}

p.service_no.right {
  right: 0px;
  margin-right: -125px;
  left: auto;
}

.service_section h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 57px;
  font-weight: 700;
  margin-top: -80px;
  width: fit-content;
  position: relative;
  margin-bottom: 55px;
  transition: all 0.2s ease-in-out;
}

.service_section h1:after {
  content: '';
  border-bottom: 4px solid #F5A61B;
  height: 2px;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -20px;
}

.service_section h2 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-right: 90px;
}

.service_section .button {
    letter-spacing: 0;
    border: 1px solid #000;
    padding: 10px 25px;
    margin-top: 45px;
    margin-left: 3px;
    font-size: 18px;
    transition: all 0.6s ease-in-out;
}

.service_section:hover .button.btn-slide {
  background: transparent;
  box-shadow: inset 150px 0px 150px 0px #f5a61b;
}

.service_section p {
  padding-right: 90px;
}

.services_view h1 {
    font-size: 80px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 80px;
}

.services_view h1:after {
  content: ':';
  position: relative;
  font-size: 80px;
}

.services_view h3 {
  font-size: 50px;
}

.icon-section {
  background: #262626;
  padding: 40px 5px;
  margin-top: 100px;
  margin-bottom: 235px;
  border-bottom: 17px solid #BFBFBF;
}

.icon-section img {
    position: absolute;
    background: #fff;
    padding: 90px;
    border: 1px solid #ffc107;
    border-left: 4px solid #f5a61b;
}

.service_description h2 {
  position: absolute;
  top: -150px;
  width: 67%;
  right: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.service_description p {
  margin: 30px 0px 30px 90px;
  font-size: 20px;
}

.service_description ul {
  margin: 10px 5px 10px 90px;
}

.service_description ul li {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 700;
  width: 49%;
  line-height: 32px;
}

.service_description {
  margin-bottom: 120px;
}

.contact_title {
    text-align: center;
}

.contact_title img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

.contact_title h2 {
  font-size: 40px;
  margin: 35px 0 20px 0;
}

.contact_title h2:after {
  content: '';
  border-right: 1px solid #F5A61B;
  height: 65px;
  display: block;
  margin: 30px auto 0 auto;
  width: 1px;
}

.contact_title h1 {
  font-size: 57px;
  font-weight: 400;
  margin: 0px 0px 60px 0px;
}

.contact_form {
  width: 100%;
  /* background: #F2F2F2; */
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.contact_form .title {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 40px;
  margin-top: 40px;
}

.contact_form .cv label {
  display: none!important;
}

.contact_form input[type=file] {
  
}

.contact_form .required label:after {
  color: #d00;
  content: ""
}



.form_img {
    background-image: url('../img/layout/form_bg.svg');
    background-position: center;
    width: 1800px;
    height: 1800px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -855px;
    right: -780px;
    background-size: cover;
    overflow: hidden;
}

@media(min-width: 1700px) {
  .partners .partners-image {margin: auto 3.2%;}
  .services_box_blue{padding-top:15vh}
}
@media(min-width: 1500px) {
  .partners .partners-image {margin: auto 2.2%;}
  .services_box_cyan{ padding: 6vh 50px 0 50px;}
  .services_box_blue{padding: 6vh 50px 0px 29%;}
}
@media(max-width: 1499px) {
  .partners .partners-image {margin: auto 1.2%; height: 45px;}
  .quote-text span { top: 0px;}
  .services_box_cyan {padding: 5vh 50px 0 50px;}
  .services_box_blue {padding: 5vh 50px 0px 18%;}
  .services_box_image, .services_box_cyan, .services_box_blue{height:85vh}
  .service_box h3 {
    font-size: 37px;
  }

  .service_box img {
    width: 90px;
  }

  .service_box {
    padding: 50px 20px 50px 20px;
  }

  .service_box p {
    font-size: 19px;
  }

  .service_box .button {
    margin: 40px auto 0 auto;
    font-size: 18px;
  }

  .service_img img {
    width: 80px;
  }

  .service_img {
    padding: 40px 35px;
  }
  .icon-section img {
    padding: 75px;
  }

  .service_section p {
    padding-right: 0px;
  }

  .service_section h2 {
    padding-right: 0px;
  }

  p.service_no.right {
    margin-right: -40px;
  }
}

@media(max-width: 1350px) {
  .service_box h3 {
    font-size: 35px;
  }



  

  .service_box p {
    font-size: 18px;
  }

  .service_box .button {
    margin: 35px auto 0 auto;
    font-size: 17px;
  }

  .service_box img {
    width: 80px;
  }

  .image_about {
    height: 65vh;
  }

  .services_view h3 {
    font-size: 41px;
  }

  .service_description p {
    margin: 30px 0px 30px 0px;
  }

  .service_description h2 {
    top: -160px;
    width: 64%;
  }

  .icon-section img {
    padding: 68px;
    margin-top: 15px;
  }

  .icon-section {
    margin-bottom: 205px;
  }

  .service_description ul {
    margin: 10px 5px 10px 0px;
  }

  .contact_title h2 {
    font-size: 35px;
    margin: 30px 0 20px 0;  
  }

  .contact_title h1 {
    font-size: 48px;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    /* font-size: 36px; */
  }

  .service_box {
    min-height: 500px;
  }

  .service_box h3 {
    min-height: 83px;
  }

  .service_section {
    padding: 100px 20px 25px 20px;
  }
}

@media(max-width: 1199px) {
  .partners .partners-image {margin: auto 1%;}
  .quote-text span {top: 11px;}
  .services_box_blue ul li {font-size: 16px;}
  .services_box_blue p {font-size: 30px;}
  .services_box_blue { padding: 8vh 50px 0px 13%;}
  .services_box_cyan { padding: 8vh 35px 0 35px;}
  .services_box_cyan p {font-size: 16px;}
  .services_box_image, .services_box_cyan, .services_box_blue{height:87vh}
  .service_box {
    padding: 40px 10px 40px 10px;
  }
  .service_box .button {
    margin: 25px auto 0 auto;
    font-size: 15px;
    padding: 8px 20px;
  }

  .service_box h3 {
    font-size: 30px;
  }

  .image_about {
    height: 60vh;
  }

  .image_services p, .image_about p {
    font-size: 50px;
    line-height: 50px;
  }

  .service_img {
    margin-right: 0px;
    margin-left: 25px;
    padding: 30px 35px;
  }

  .service_img img {
    width: 60px;
  }

  .service_section h1 {
    font-size: 50px;
  }


  p.service_no.right {
    margin-right: -20px;
  }

  .service_section h2 {
    padding-right: 10px;
  }

  .service_section p {
    padding-right: 0;
  }

  .services_view h1 {
    font-size: 70px;
  }

  .services_view h3 {
    font-size: 38px;
  }

  .service_description h2 {
    top: -170px;
    width: 56%;
    font-size: 19px;
  }

  .service_description p {
    margin: 25px 0px 20px 0px;
  }

  .contact_title img {
    width: 270px;
  }

  .contact_title h2 {
    font-size: 32px;
  }

  .contact_title h1 {
    font-size: 42px;
  }

  .form_img {
    width: 1600px;
    height: 1600px;
  }

  .service_box {
    min-height: 444px;
  }

  .service_section {
    padding: 100px 5px 25px 5px;
  }

}
@media(max-width: 991px) {
  .partners .partners-image { margin: auto 0.75%; height: 35px;}
  .quote-text p { font-size: 18px;}
  .quote-text span {top: 25px; opacity:0.1}
  .services_box_cyan { height: 52vh;}
  .in-services .services_box_blue ul li {display: block;}
  .services_box_blue {height: 45vh; text-align:center; padding: 8vh 10% 0px 10%}
  .here_section p { font-size: 42px; line-height: 42px; }
  .here_section p:after { margin-left: 400px; }
  .image_about {
    height: 50vh;
  }

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 45px!important;
    line-height: 45px!important;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 50vh!important;
  }

  .service_img {
    margin-right: 25px;
  }

  p.service_no.right {
    margin-right: 0px;
  }

  .service_section {
    margin: 80px 0;
  }

  .service_section .button {
    font-size: 17px;
  }

  .service_section p {
    font-size: 19px;
  }

  .service_section h2 {
    font-size: 19px;
  }

  p.service_no {
    font-size: 43px;
  }

  .services_view {
    padding-left: 15px;
  }

  .services_view h1:after {
    font-size: 65px;
  }

  .services_view h3 {
    font-size: 35px;
  }

  .services_view h1 {
    font-size: 65px;
    padding-top: 35px;
    line-height: 70px;
  }

  .contact_title img {
    width: 250px;
  }

  .contact_title h2 {
    font-size: 30px;
  }

  .contact_title h1 {
    font-size: 38px;
  }

  .contact_title h2:after {
    height: 50px;
    margin: 20px auto 0 auto;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 22px;
  }

  .contact_form { padding: 60px 15px; }
  .form_img {
    width: 1500px;
    height: 1500px;
    bottom: -800px;
  }

  .service_box {
    min-height: 415px;
  }
}

@media(max-width: 767px) {

 
  .partners .partners-image { margin: auto 1%; height: 30px;}
  .quote-text span {top: 13px;}
  .services_box_image {height: 55vh; background: transparent url(../img/layout/home_bg.jpg) no-repeat top center;}
  .services_box_blue, .in-services .services_box_blue ul li {text-align:center;}
  .services_box_cyan { height: 57vh; padding: 4vh 35px 0 35px;}
  .here_section p {
    font-size: 35px;
    line-height: 35px;
  }

  .here_section p:before {
    width: 90px;
    margin-left: -105px;
  }

  .here_section p:after {
    margin-left: 320px;
    width: 90px;
  }

  .image_about {
    height: 45vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 45vh!important;
  }

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 34px!important;
    line-height: 34px!important;
  }

  .image_services p:after, .image_about p:after, .image_projects p:after, .image_jobs p:after {
    width: 60px!important;
    margin-left: 15px!important;
  }

  .image_services p:before, .image_about p:before, .image_projects p:before, .image_jobs p:before {
    width: 60px!important;
    margin-left: -20px!important;
    margin-right: 15px!important;
  }

  .service_section {
    flex-direction: column;
  }

  .service_section.reverse-767 {
    flex-direction: column-reverse;
  }

  .services_all {
    margin-top: 80px;
  }

  .service_section {
    margin: 30px 0;
    padding: 60px 5px 20px 5px;
  }

  .service_img {
    margin: 0 0 120px 45px;
    width: 300px;
  }

  .service_img img {
    width: 90px;
  }

  p.service_no.right {
    left: 0;
  }
  p {
    font-size: 18px;
  }
  .service_section h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .service_section h1 {
    font-size: 45px;
    margin-bottom: 45px;
  }

  .service_section .button {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 30px;
  }

  
  .services.view li {
    font-size: 18px;
	}

  .service_description h2 {
    top: 0!important;
    width: 100%!important;
    position: relative!important;
  }

  .icon-search img {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 60px;
  }

  .service_description p {
    font-size: 19px!important;
  }

  .icon-section img {
    padding: 60px;
    left: 0;
    right: 0;
    margin: 15px auto 0 auto;
  }

  .icon-section {
    margin-top: 50px;
  }

  .contact_title h1 {
    font-size: 35px;
  }

  .contact_title h2 {
    font-size: 27px;
  }

  /* .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 30px;
    margin: 20px 0;
  } */

  .contact_form {
    padding: 40px 15px;
  }

  .contactform div.input label {
    font-size: 17px;
  }

  .form_img {
    width: 1400px;
    height: 1400px;
    bottom: -730px;
  }

  .service_box {
    min-height: 375px;
  }

  .line-section.newsletter {
    margin-top: 55px;
  }

  .service_section p {
    font-size: 18px;
  }

  
  p.service_no {
    font-size: 43px;
  }
}
@media(max-width: 575px) {
  h1.heading_line.products::after { width: 20%; margin-left: 9px;}
  .partners {display: block;text-align: center;}
  .partners .partners-image {height: 40px;margin-bottom: 30px;}
  .quote-text {margin-right: 20px; margin-left: 20px;}
  .quote-text span {top: 25px;}
  .services_box_cyan {padding: 20px 35px 20px 35px;height: 100%;}
  .here_section p {
    font-size: 27px;
    line-height: 27px;
  }
  .here_section {
    padding: 45px 0;
  }

  .here_section p:before {
    width: 70px;
    margin-left: -80px;
    margin-top: 10px;
  }

  .here_section p:after {
    margin-left: 240px;
    width: 70px;
    margin-top: 10px;
  }

  .image_about {
    height: 35vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 35vh!important;
  }

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 25px!important;
    line-height: 25px!important;
  }

  p {
    font-size: 18px;
  }

  .service_img {
    margin: 0 0 110px 38px;
    width: 270px;
  }

  .service_section h1 {
    font-size: 37px;
    margin-bottom: 35px;
  }
  .service_section h1:after {
    bottom: -10px;
  }

  .service_section h2 {
    font-size: 18px;
  }

  .service_img img {
    width: 80px;
  }

  .service_section {
    margin: 20px 0;
  }

  .services_all {
    margin-top: 60px;
  }

  .services_view h1 {
    font-size: 55px;
    padding-top: 30px;
    line-height: 60px;
  }

  .services_view h1:after {
    font-size: 55px;
  }

  .services_view h3 {
    font-size: 30px;
  }

  .icon-section img {
    padding: 50px;
  }

  .service_description ul li {
    display: block;
    width: 100%;
  }

  .service_description p {
    font-size: 18px!important;
  }

  .contact_title img {
    width: 240px;
  }

  .contact_title h2 {
    font-size: 24px;
  }

  .contact_title h1 {
    font-size: 30px;
  }

  .contact_title h2:after {
    height: 40px;
    margin: 15px auto 0 auto;
  }

  .service_description {
    margin-bottom: 80px;
  }

  .contactform div.input label {
    font-size: 16px;
  }

  .checkbox label {
    font-size: 16px;
    margin-left: 0;
  }

  /* .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 28px;
    margin: 15px 0;
  } */

  .contactform .submit input {
    margin-top: 20px;
    font-size: 19px;
  }

  .pages.newsletter h1 {
    font-size: 30px;
  }

  .service_box h3 {
    min-height: 65px;
  }

  .line-section.newsletter {
    margin-top: 40px;
    padding: 30px 0;
  }

  .service_section p {
    font-size: 17px;
  }

  
  p.service_no {
    font-size: 40px;
  }
}
@media(max-width: 420px) {
  .partners .partners-image {margin: 10px 5px;height: 35px;}
  .quote-text p { font-size: 16px;}
  .quote-text span {top: 48px;}
  .services_box_blue { height: 100%;}
  .services_box_blue ul {margin-top: 30px; margin-bottom: 30px;}
  .services_box_blue p {font-size: 27px;}
  .service_box h3 {
    font-size: 28px;
    padding: 5px 0;
  }

  .here_section p {
    font-size: 23px;
    line-height: 23px;
  }

  .here_section p:before {
    width: 40px;
    margin-left: -45px;
    margin-top: 7px;
  }

  .here_section p:after {
    margin-left: 200px;
    width: 40px;
    margin-top: 7px;
  }

  .service_box .button {
    margin: 20px auto 0 auto;
  }

  .image_about {
    height: 30vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 30vh!important;
  }

  .image_services p:after, .image_about p:after, .image_projects p:after, .image_jobs p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .image_services p:before, .image_about p:before, .image_projects p:before, .image_jobs p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  p.service_no {
    font-size: 40px;
    position: relative;
  }

  .service_img {
    margin: 0 auto 110px auto;
    width: 100%;
  }

  .service_section h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .service_section p {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .service_section h1 {
    font-size: 33px;
    margin-bottom: 35px;
  }

  .service_section h1:after {
    width: 70px;
  }

  p.service_no {
    padding-bottom: 10px;
  }

  .service_section .button {
    font-size: 15px;
    padding: 10px 15px;
    margin: 15px auto 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .services_view h1 {
    font-size: 45px;
    padding-top: 30px;
    line-height: 50px;
  }

  .services_view h1:after {
    font-size: 45px;
  }

  .services_view h3 {
    font-size: 25px;
  }

  .breadcrumb-section.p-t-10 {
    padding-left: 10px;
  }

  .breadcrumb-section>a::before {
    padding: 0 3px 0 3px;
  }

  .services.view li {
    font-size: 16px;
  }

  .service_description p {
    font-size: 17px!important;
  }

  .service_description p {
    margin: 15px 0px 20px 0px;
  }

  .service_description h2 {
    font-size: 17px;
  }

  .icon-section img {
    padding: 40px;
    width: 180px;
  }

  .icon-section {
    margin-bottom: 150px;
  }

  .content ul li {
    padding-left: 20px;
  }

  .content ul li:before {
    margin-left: -20px;
  }

  .contact_title img {
    width: 210px;
  }

  .contact_title h2 {
    font-size: 21px;
  }

  .contact_title h1 {
    font-size: 23px;
  }

  .contact_title h2:after {
    height: 35px;
    margin: 10px auto 0 auto;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    /* font-size: 24px; */
  }

  .contact_form {
    padding: 75px 15px 45px 15px;
  }

  .contactform div.input label {
    font-size: 15px;
  }

  .pages.newsletter h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pages.newsletter .contact_form {
    padding: 45px 20px 45px 20px;
  }

  .service_box {
    min-height: 345px;
  }

  .service_box p {
    font-size: 18px;
  }

  .services_view {
    padding-left: 5px;
  }

  
  p.service_no {
    font-size: 37px;
  }

  .service_section {
    padding: 20px 5px 20px 6px;
  }

}

/* ===================== END SERVICES ===================== */



/* ===================== CAREERS & PROJECTS HOME ===================== */

.career {
  background: #fff;
  position: relative;
  padding-bottom: 190px;
}

.career .horizontal_line{
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  bottom: 95px;
  left: 0;
}

.career .career_images {
  display: flex;
    margin-left: -67px;
}

.career .career_images .career_image{
  width: 300px;
  margin-right: 40px;
}

.projects_home {
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 70px;
}

.projects_home .left_top_graphic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #bf2021;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}

.projects_home .right_bottom_graphic{
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 100px;
  height: 100px;
  background: #157765;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%, 0% 100%);
}

.careers_home {
  background: black;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 0px;
}

.career p.number {
    font-weight: 400;
    font-size: 43px;
    color: #F5A61B;
    margin-bottom: 30px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.career .careers_home p.number {
  color: #fff;
}

.career h1 {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 15px;
}

.career .careers_home h1 {
  color: #fff;
}

/* .career h1:after {
  content: '';
  border-right: 1px solid #262626;
  height: 65px;
  display: block;
  margin: 20px auto 0 auto;
  width: 1px;
} */

.career .careers_home h1:after {
  content: '';
  border-right: 1px solid #fff;
  height: 65px;
  display: block;
  margin: 20px auto 0 auto;
  width: 1px;
}

.career .button_more {
  margin-top: 65px;
  margin-bottom: 40px;
}

.career .button_more .button {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}

.career .careers_home .button_more .button {
  color: #fff;
}

.career .button_more:after {
    content: '';
    background: url(../img/layout/arrow_right_black.svg);
    position: absolute;
    width: 27px;
    height: 17px;
    background-repeat: no-repeat;
    left: -15px;
    right: 0;
    margin: 10px auto 0 auto;
    transition: all 0.2s ease-in-out;
}

.career .button_more:hover:after {
  left: 0;
  cursor: pointer;
}

.career p {
  text-align: center;
  font-size: 22px;
  line-height: 41px;
  margin-top: 33px;
  padding: 0 67px;
  font-weight: 300;
}

.career p strong {
  font-weight: 900;
}

.career .careers_home p { color: #fff; }


.career .careers_home .button_more:after {
  content: '';
  background: url(../img/layout/arrow_right_white.svg);
  position: absolute;
  width: 27px;
  height: 17px;
  background-repeat: no-repeat;
  left: -15px;
  right: 0;
  margin: 10px auto 0 auto;
  transition: all 0.2s ease-in-out;
}

.career .careers_home .button_more:hover:after {
  left: 0;
  cursor: pointer;
}


section.projects {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 230px;
  position: relative;
}

section.projects .projects_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.projects  .vertical_line {
  position: absolute;
  height: 100%;
  width: 1px;
  background: grey;
  top: 0;
  right: 20%;
}

section.projects  .horizontal_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: grey;
  bottom: 95px;
  left: 0;
}

section.projects .projects_title .title{
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  padding: 6px 30px 7px 77px;
  position: relative;
  border: 1px solid grey;
}

/* Accordion styles */
.services_accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.services_accordion .tabs {
  /* border-radius: 8px; */
  /* overflow: hidden; */
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

.services_accordion .tab {
  width: 100%;
  color: white;
  overflow: hidden;margin-top: -6px;
}
.services_accordion .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #f5f5f5;
    font-weight: 800;
    color: #484848;
    cursor: pointer;
    /* margin-bottom: 10px; */
    /* display: block; */
    /* padding-bottom: 10px; */
    padding: 21px 19px;
    border: 1px solid #333;
    font-size: 19px;
    background: #ffffff;
}
.services_accordion  .tab-label:hover {
	background: #f5f5f5;
}
.services_accordion .tab-label::after {
  content: '';
  background: url(../img/layout/plus_icon.svg);
  width: 28px;
  height: 28px;
  text-align: center;
  transition: all 0.35s;
  background-repeat: no-repeat;
  background-size:cover;
}
.services_accordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.services_accordion .tab-content p{
  font-size: 18px;
  margin-left: 30px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.services_accordion .tab-content p a{
  color: #bf2021;
}

.services_accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.services_accordion .tab-close:hover {
	background: #f5f5f5;
}

.services_accordion input:checked + .tab-label {
    background: #ffffff;
}
.services_accordion input:checked + .tab-label::after {
  transform: rotate(45deg);
}
.services_accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    border: 1px solid lightgrey;
}

.services_accordion .tab-content, .owl-carousel.tab-content {
    display: block!important;
}

section.projects .projects_title .title:before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image: url(../img/layout/favicon.svg);
}

section.projects .projects_title .view_more{
  float: left;
  margin: 5px 0 0 -5px;
  /* padding: 30px 5px 0 0; */
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  font-weight: 500;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}


section.projects .swiper-fr {
  /* background: #ff9b00; */
  position: relative;
  
  width: 100%;
  /* height: 50px; */
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  margin-top: 33px;
}


section.projects .swiper-pagination.swiper-pagination-fraction{
  position: relative;
}

section.projects .navigation_featured{
  position: relative;
  display: flex;
  background: black;
  width: 150px;
  justify-content: space-around;
  margin-top: 15px;
}

section.projects .swiper_projects_pagination{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 61px;
}

section.projects .swiper-slide {
  margin-right: 0;
}


.swiper-button-prev.slider_products {
  background-image: url(../img/layout/arrow_right_white.svg);
  left: unset;
  top: unset;
  margin: unset;
  position: relative;
  bottom: unset;
  transform: rotateZ(180deg);
  background-size: 80%;
}

.swiper-button-next.slider_products{
  background-image: url(../img/layout/arrow_right_white.svg);
  left: unset;
  top: unset;
  margin: unset;
  position: relative;
  bottom: unset;
  background-size: 80%;
}

section.projects .button i {
  font-size: 28px;
  font-weight: 100;
  color: #3e3e3e;
  padding: 6px;
}

section.projects .title_container {
  margin-top: 20px;
}

section.projects .title_container p{
  font-size: 20px;
  font-weight: 500;
}

section.projects .projects_subtitle{
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 15px;
}

section.projects .subtitle{
  font-size: 37px;
  font-weight: 700;
  margin-top: 60px;
}


section.projects .button .fa-long-arrow-right:before {
  content: "\f178";
  color: #dc3545;
}

.project.button .fa-long-arrow-right:before {
  content: "\f178";
  color: #dc3545;
}

section.projects .button.black .fa-long-arrow-right:before {
  content: "\f178";
  color: black;
}

section.projects .button{
  padding: 0;
  color: #dc3545;
  font-weight: 700;
}

.project.button{
  padding: 0;
  color: #dc3545;
  font-weight: 700;
}

section.projects .button.black{
  color:black;
}

.view_more_for_category .button {
  float: none;
  padding-top: 0;
}

.view_more_for_category .button i {
  font-size: 28px;
  font-weight: 100;
  color: #3e3e3e;
  padding: 13px;
}

.project_slide .slide_image {
  width: 100%;
}

.swiper-container#swiper_featured_projects{
  margin-top: 60px;
}



section.featured_projects .button {
    padding:0;
}


@media only screen and (max-width: 1350px) {
  .career p {
    font-size: 27px;
    line-height: 35px;
  }

  .career .button_more .button {
    font-size: 19px;
  }

  .career p {
    font-size: 21px;
    line-height: 35px;
    padding: 0 49px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .careers_home {
    background-position: center;
  }

  .career p {
    font-size: 22px;
    line-height: 30px;
  }

  .projects_home, .careers_home {
    height: 53vh;
  }
}

@media only screen and (max-width: 575px) {
  .career p.number {
    font-size: 35px;
  }

  .career h1:after, .career .careers_home h1:after {
    height: 45px;
  }

  .career .button_more .button {
    font-size: 18px;
  }

  .career .button_more:after {
    width: 24px;
    height: 17px;
  }

  .career .button_more {
    margin-top: 50px;
  }

  .career p {
    font-size: 20px;
    line-height: 28px;
  }

  .projects_home, .careers_home {
    height: 48vh;
  }
}

@media only screen and (max-width: 420px) {
  .career p {
    font-size: 19px;
  }

  .career .button_more .button {
    font-size: 16px;
  }
}

/* ===================== END CAREERS & PROJECTS HOME ===================== */




/* ===================== PROJECTS ==================================== */


.image_projects {
  background: url(../img/layout/banner_projects.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-position: bottom;
  display: flex;
  border-bottom: 17px solid #F5A61B;
}

.image_projects p {
  color: #fff;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.image_projects p:before {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: -20px;
  margin-top: 15px;
  margin-right: 25px;
}

.image_projects p:after {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}

.projects_all {
  padding-top: 100px;
  padding-bottom: 100px;
}

.projects_all h2 {
  font-size: 60px;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 90px;
}

.projects_all h1 {
  font-size: 21px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 20px;
  display: inline-block;
  padding: 10px 30px 10px 77px;
  position: relative;
  border: 1px solid grey;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.projects_all h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 47px;
  height: 47px;
  left: 0;
  top: 0;
  background-color: #bf2021;
  background-image: url(../img/layout/favicon.svg);
}

.project_box {
  margin: 50px 0 50px 0;
  /* border-bottom: 1px solid #f5a61b; */
  overflow: hidden;
}

.project_box .image_container {
  position: relative;
}

.project_box .image_container .status{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(192 34 33);
  padding: 5px;
  color: white;
}

.project_box img {
  transition: all 0.2s ease-in-out;
}

.project_box:hover img {
  /* transform: scale(1.1); */
}

.project_box h3 {
  /* margin: 15px 0;
  min-height: 65px; */
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

/* .project_box h3 a {
    color: #000;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 27px;
    transition: all 0.2s ease-in-out;
} */

.project_box:hover h3 a {
  color: #F5A61B;
}

.project_box p {
  font-weight: 400;
}

.projects_view h1 {
    font-size: 80px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 80px;
}

.projects-img {
  max-width: 100%;
  width: 400px;
  float: left;
  margin: 0 40px 0 0;
}

.image-section {
  display: flex;
  align-items: center;
}

.image-section h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  padding-top: 65px;
  margin-bottom: 20px;
}

.image-section h4 {
  font-size: 21px;
  font-weight: 100;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
}

.image-section img {
    background: #fff;
    padding: 35px;
    margin-top: -70px;
    border: 1px solid #ffc107;
    border-left: 4px solid #f5a61b;
}

.projects_description p {
  /* margin: 30px 0px 30px 90px;
  font-size: 20px; */
  font-weight: 300;
  font-size: 18px;
}

.projects_description {
  margin-bottom: 120px;
  border: 2px solid lightgrey;
  margin-top: -2px;
  padding: 20px;
  
}

.line-section.projects {
  margin: 100px 0 0px 0;
  padding: 60px 5px;
}

.website_btn {
    color: #f5a61b;
    font-weight: 100;
    transition: all 0.2s ease-in-out;
}

.website_btn:hover {
  color: #555;
}

.gallery_wrapper {
  margin-left: 90px;
  margin-top: 70px;
}

@media only screen and (max-width: 1499px) {
  .projects_all h2 {
    font-size: 55px;
  }

  .project_box {
    margin: 50px 0 15px 0;
  }
}

@media only screen and (max-width: 1350px) {
  .projects_all h2 {
    font-size: 50px;
  }

  .project_box p {
    font-size: 14px;
  }

  .projects_description p {
    margin: 30px 0px 30px 15px;
  }

  .projects_description .flat_box p {
    margin: 0;
    font-size: 17px;
  }

  .image-section img {
    margin-top: 25px;
  }

  .gallery_wrapper {
    margin-left: 15px;
  }

  .project_box h3 a {
    font-size: 22px;
  }

  .project_box h3 {
    min-height: 50px;
  }

}

@media only screen and (max-width: 1200px) {
  .projects_all h2 {
    font-size: 45px;
    line-height: 60px;
  }

  .project_box h3 a {
    font-size: 20px;
  }

  .project_box h3 {
    min-height: 20px;
  }

  .project_box p {
    font-size: 14px;
    line-height: 20px;
  }

  .projects_view h1 {
    font-size: 65px;
    padding-left: 30px;
  }

  .image-section img {
    padding: 10px;
  }

  .image-section h3 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 55px;
  }

  .image-section h4 {
    font-size: 19px;
  }

  .gallery_wrapper {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .projects_all {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .projects_all h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .project_box h3 a {
    font-size: 22px;
  }

  .project_box {
    margin: 30px 0 30px 0;
  }

  .project_box p {
    font-size: 16px;
  }

  .project_box h3 {
    min-height: 20px;
  }

  .gallery_wrapper {
    margin: 40px 15px 0 15px;
  }

  .projects_description p {
    font-size: 19px;
  }

  .projects_description {
    margin-bottom: 80px;
  }

  .line-section.projects {
    margin: 60px 0 0px 0;
    padding: 50px 5px;
  }
}

@media only screen and (max-width: 767px){
  .projects_all h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .content .flat_box h3 { margin:5px 15px 10px 15px; }
  .projects_description .flat_box p {
    margin:0px 15px 10px 15px;
    font-size: 17px;
  }

  .projects.view .projects_description, .projects.flat_view .projects_description {
    padding: 15px;
  }

  .projects_all {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .project_box p {
    font-size: 15px;
  }

  .gallery_wrapper .gallery {
    margin-bottom: 15px;
  }

  .projects_description p {
    font-size: 18px;
    margin: 10px 0 10px 15px;
  }

  .image-section h3 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 45px;
  }

  .image-section h4 {
    font-size: 18px;
  }

  .projects_view h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .line-section.projects {
    margin: 40px 0 0px 0;
    padding: 45px 5px;
  }
}

@media only screen and (max-width: 575px) {
  .projects_all {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .projects_all h2 {
    font-size: 30px;
    line-height: 45px;
    padding-left: 15px;
  }

  .project_box h3 {
    min-height: 20px;
  }

  .image-section {
    flex-direction: column;
  }

  .image-section h4 {
    font-size: 17px;
  }

  .projects_description p {
    font-size: 17px;
  }

  .projects_view h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
  }

  .line-section.projects {
    margin: 30px 0 0px 0;
    padding: 35px 5px;
  }

  .breadcrumb-section>a::before {
    padding: 0 5px 0 4px;
  }
}

@media only screen and (max-width: 420px) {
  .projects_all h2 {
    font-size: 22px;
    line-height: 40px;
    padding-left: 12px;
  }

  .project_box {
    margin: 20px 0 20px 0;
  }

  .project_box h3 a {
    font-size: 21px;
  }

  .image-section h3 {
    font-size: 17px;
    padding-top: 25px;
  }

  .projects_view h1 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 20px;
  }

  .line-section.projects {
    margin: 15px 0 0px 0;
    padding: 30px 5px;
  }
}


/* ================== END PROJECTS ================ */


/* ===================== JOBS ===================== */

.image_jobs {
    background: url(../img/layout/banner_jobs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    background-position: bottom;
    display: flex;
    border-bottom: 17px solid #F5A61B;
}

.intro_text.jobs h1:after {
  width: 42%;
  bottom: 105px;
}

.intro_text.jobs h1 {
  line-height: inherit;
}

.intro_text.jobs {
  padding-right: 60px;
}

.intro_text.jobs h1 {
  font-size: 75px;
}

.image_jobs p {
  color: #fff;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_jobs p:before {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: -20px;
  margin-top: 15px;
  margin-right: 25px;
}

.image_jobs p:after {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}

.jobs_all {
  padding-top: 150px;
  padding-bottom: 100px;
}

.jobs_all p {
  margin-bottom: 35px;
}

.job_brief {
  display: flex;
}

.job_box h2 {
    font-size: 43px;
    padding-left: 25px;
    border-left: 4px solid #F5A61B;
    line-height: 70px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 50px;
}

.job_brief ul {
  margin: 0 0 0 20px;
}

.job_brief ul li {
    font-size: 21px;
    font-weight: 100;
    padding: 3px 0 3px 45px;
}

.job_box {
  margin-bottom: 60px;
}

.job_box .button {
  margin-left: 20px;
  background: #f5a61b;
  padding: 10px 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 27px;
  transition: all 0.6s ease-in-out;
}

.job_box .button.btn-slide:hover {
    background: transparent;
    box-shadow: inset 150px 0px 150px 0px #262626;
    color: #fff;
}

.line-section.jobs {
  margin: 50px 0 100px 0;
}

.jobs_view h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    width: fit-content;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.jobs_view h2:after {
  content: '';
  position: absolute;
  width: 70px;
  border-top: 1px solid #f5a61b;
  left: 0;
  bottom: 0;
}

.jobs_view h1 {
  margin: 30px 0 30px 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.jobs_view h3 {
  font-size: 40px;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 65px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 50px;
}

.jobs_view {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1499px) {
  .intro_text.jobs h1 {
    font-size: 67px;
  }

  .jobs_view h1 {
    font-size: 45px;
  }

  .jobs_view h3 {
    font-size: 35px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1350px) {
  .intro_text.jobs h1 {
    font-size: 58px;
  }

  .jobs_view h1 {
    font-size: 40px;  
  }

  .jobs_view h3 {
    font-size: 33px;
    line-height: 55px;
  }

  .job_box h2 {
    font-size: 39px;
  }

  .job_brief ul li {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro_text.jobs h1 {
    font-size: 47px;
  }

  .intro_text.jobs h1:after {
    width: 53%;
    bottom: 95px;
  }

  .job_box h2 {
    font-size: 31px;
    margin-bottom: 40px;
  }
  
  .job_box {
    margin-bottom: 30px;
  }

  .job_brief ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .job_box .button {
    font-size: 16px;
  }

  .job_box .button {
    margin-top: 15px;
  }

  .jobs_view h1 {
    font-size: 34px;
  }

  .jobs_view h3 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .intro_text.jobs h1:after {
    bottom: 75px;
  }

  .job_box h2 {
    font-size: 34px;
    line-height: 50px;
  }

  .job_brief ul li {
    font-size: 17px;
    line-height: 20px;
  }

  .job_box .button {
    font-size: 16px;  
  }

  .line-section.jobs {
    margin: 50px 0 50px 0;
  }

  .jobs_view {
    padding: 0 20px 100px 20px;
  }

  .jobs_view h3 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 15px;
  }

  .content ul li {
    font-size: 19px;
  }

  .jobs_all {
    padding-top: 90px;
    padding-bottom: 90px;
  }

}

@media only screen and (max-width: 767px) {
  .intro_text.jobs h1 {
    font-size: 37px;
  }

  .intro_text.jobs h1:after {
    bottom: 60px;
  }

  .job_box h2 {
    font-size: 28px;
    line-height: 35px;
    margin-left: 15px;
  }

  .job_brief {
    flex-direction: column;
  }

  .job_brief ul {
    margin: 30px 0 0 20px;
  }

  .jobs_view h1 {
    font-size: 32px;
  }

  .jobs_view h1 {
    font-size: 30px;
  }

  .jobs_view h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .jobs_view h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .content ul li {
    font-size: 18px;
    padding-left: 20px;
  }

  .content ul li:before {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 575px) {
  .intro_text.jobs h1 {
    font-size: 27px;
    line-height: 47px;
  }

  .intro_text.jobs {
    padding: 0 30px;
  }

  .intro_text.jobs h1:after {
    bottom: 45px;
  }

  .job_box h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_box .button {
    font-size: 15px;
    margin-left: 0px;
  }

  .jobs_view {
    padding: 0 20px 40px 20px;
  }

  .jobs_all {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 420px) {
  .intro_text.jobs {
    padding: 0 10px;
  }

  .intro_text.jobs h1:after {
    bottom: 20px;
    right: 0px;
  }

  .job_box h2 {
    font-size: 20px;
    line-height: 27px;
    margin-left: 0;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_brief ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job_box .button {
    margin-left: 0;
    width: 100%;
  }

  .jobs_view h1 {
    font-size: 24px;
  }

  .jobs_view h2 {
    font-size: 17px;
  }

  .jobs_view h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .line-section.jobs {
    margin: 40px 0 40px 0;
    padding: 30px 5px;
  }

  .content ul li {
    font-size: 17px;
  }
}

/* ===================== PRODUCTS ===================== */
.page_title{margin-top: 200px;}
.page_title h1{font-size: 45px;  color: #262626;  font-weight: 700; line-height: 70px;padding-bottom: 20px;}



h1.heading_line.products_home{
  color:#202f5b;
  font-size:30px;
  text-align:left;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
 
}
h1.heading_line.products_home::after{width: 9%; margin-left: 25px; right:unset; top:17px;border-bottom: 3px solid #8ad6e3;}

.product_text.page_content{background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(61,187,209,1) 100%); padding: 30px; margin-bottom: 7%;margin-top: 25px; position:relative;overflow:hidden;}
.product_text.page_content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/layout/symbol_menu_bg.svg);
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  background-position: right center;
  overflow: hidden;
  z-index: 1;
  background-size: 480px;
}

.product_text.page_content p{color:#fff; z-index:2; position: relative;}
.product_text.page_content p::before{content: '';
    display: inline-block;
    height: 29px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/checked.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -9px;}
.product_details p{font-size: 20px; color: #6f7592;  font-weight: 700; line-height:30px;  margin-top: 0px;}
.product_title.smaller{color: #F5A61B; font-size: 22px; text-align: left;  position: relative;  padding-right: 25%; font-weight: 700;  margin-top: 30px;}
.product_title.smaller::after{    border-bottom: 2px solid #8ad6e3;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 12px;
    bottom: 0;
    width: 20%;
    margin-left: 16%;}


.product_image {margin-bottom: 50px;box-shadow: 0px 0px 5px #c5c5c5;}
.product_image img{width:100%;display:block;}
.product_box{
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%);
}

.product_box .row {
  margin-left: 0;
  margin-right: 0;
}
.product_box .align-items-center {
  -webkit-align-items: center!important;
  -moz-box-align: center!important;
  align-items: center!important;
}
.product_box .product_box_image{
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_box .product_box_image:before {
  opacity: 0;
  visibility: hidden;
}
.product_box:hover .product_box_image img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.product_box .product_box_image img {
  border-radius: 5px;
  width: 100%;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 100%;;
}

.product_box .product_box_image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.product_box_text{border-radius: 5px;  position: relative;  padding: 25px;}
.product_box_text h2{
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
  color: #202f5b;
}

.product_box_text h4{
  font-size: 20px;
  color: #6f7592;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  border-bottom: 2px solid #f1f1f1;
}
.product_intro p{
  border-left: 5px solid #F5A61B;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #545;
  background: #fff;
  padding: 10px 10px 10px 20px;
}
@media(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1199px) {
  .product_box_text h4{
    font-size: 18px;
  }
  .product_title.smaller::after{margin-left: 20%;}
}
@media(max-width: 991px) {
	.product_title.smaller::after { margin-left: 25%;}
}
@media(max-width: 767px) {
  .product_title.smaller::after{
    /*right:15px;*/
	right: unset;
    margin-left: 35%;
  }
}
@media(max-width: 575px) {
  .product_box_text h4{font-size:16px; line-height:20px;}
  .product_title.smaller::after{margin-left: 43%;}
}
@media(max-width: 420px) {
  .product_title.smaller::after{margin-left: auto; right: 15px;width: 30%;}
}

/* ===================== END PRODUCTS ===================== */

/* ===================== VALORIES ===================== */
.valories {
  background: url(../img/layout/assets/asset_03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  margin: 100px 0 0;
}

.valories_fg {
  background: #fff;
	margin-bottom: 40px;
}

.valories_header {
  background: #262626;
  padding: 35px;
}

.valories_header h1 {
  color: #fff;
  font-size: 44px;
}

.valories_header p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.valories_box {
  display: flex;
  padding: 20px;
}

.valories_box img {
  width: 100px;
}

.valories_box p {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  font-size: 18px;
}

.valories_box p strong {
  font-size: 32px;
  margin-bottom: 10px;
  color: #262626;
  /* padding-bottom: 10px; */
  /* border-bottom: 5px dotted #262626; */
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .valories_box p {
    padding: 0 15px;
    font-size: 15px;
  }

  .valories_box p strong {
    font-size: 28px;
  }

  .valories_header h1 {
    font-size: 38px;
  }
  .valories_header p {
    line-height: 1.5;
  }
}
@media(max-width: 1199px) {
	.valories_box {
		border-bottom: 1px solid rgba(90, 112, 126, 0.20);
	}

	.valories_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

	.valories_header {
    text-align: center;
	}
}
@media(max-width: 991px) {
	.valories {
	  padding: 40px 30px;
	}

	.valories_box p {
    font-size: 14px;
	}
}
@media(max-width: 767px) {
	.valories_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.valories_box img {
    width: 85px;
    margin: 10px 0;
	}

	.valories {
    margin: 70px 0 0;
	}
}
@media(max-width: 575px) {
	.valories_header h1 {
    font-size: 32px;
	}
}
@media(max-width: 420px) {
	.valories {
    padding: 20px 0px;
	}
	.valories_header p {
    font-size: 13px;
	}
}

/* ===================== END VALORIES ===================== */

/* ===================== STAFF ===================== */

.staff {
  background: #262626;
}

.staff_wrapper {
  margin-top: 20px;
	background: #fff;
	padding: 20px;
}

.staff_wrapper h2 {
	font-weight: 700;
	color: #dd4223;
	font-size: 32px;
}

.staff_wrapper_header {
  margin-bottom: 20px;
}


.staff h1 {
  padding: 20px;
  display: inline-block;
  /* background: #dd4223; */
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.staff_box {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff_box img {
  width:180px;
}
.staff_box p {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1.3px;
  font-size: 18px;
  background: #dd4223;
  padding: 0px 20px;
  margin-top: 20px;
	display: flex;
  flex-direction: column;
}

.staff_box p span {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	margin-top: 2px;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
}

.staff_header {
  margin-top: -73px;
}

.staff_element {}


@media(min-width: 1500px) {}
@media(max-width: 1499px) { 
  .staff_box img {
    width: 160px;
  }
}
@media(max-width: 1199px) {
  staff_box_col{
    width:50%;
  }
  .staff_box img {
    width: 160px;
  }
  .staff_box p {
    font-size: 15px;
    padding: 5px 5px;
  }
  .contact_main .contact_form_container {
    background: white;
    border: 2px solid lightgrey;
    padding: 33px;
    margin-top: 40px;
  }
}
@media(max-width: 991px) {
	.staff_header_title {
	  justify-content: center;
	}
	.staff_header_desc {
    text-align: center;
	}

	.staff_header {
		margin-top: -103px;
	}

	.staff_box {
    padding: 5px 0;
	}

	.staff {
		padding: 40px 30px 0;
	}

	.staff h1 {
    padding: 15px 20px;
	}

	.valories_fg {
    background: #fff;
    margin-bottom: 55px;
	}

	.staff_wrapper_header {
    text-align: center;
	}

	.staff_wrapper_header p {
    font-size: 15px;
	}

	.staff_box img {
	    width: 110px;
	}

}
@media(max-width: 767px) {
  staff_box_col{
    width:100%;
  }
	.staff_box img {
		width: 135px;
	}
	.staff_box {
		border-bottom: 1px solid rgba(222, 222, 222, 0.15);
		padding: 20px 0 20px;

	}

	.staff_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

}
@media(max-width: 575px) {
	.staff_header_desc p {
    font-size: 15px;
	}
}
@media(max-width: 420px) {
	.staff_box img {
    width: 125px;
	}
	.staff {
    padding: 40px 0px 0;
	}
}


/* ===================== END STAFF ===================== */

/* ===================== HOME BLOG ===================== */

.home_blog_box strong {
  font-size: 17px;
  color: rgba(255,255,255, 0.5);
}

.home_blog_box p {
 font-size: 16px;
 line-height: 28px;
 font-weight:200;
 margin-top:20px;
}

.home_blog_box strong i {
  transform: rotate(45deg);
  color: #dd4223;
}

.home_blog_box .button {
  float: unset;
  display: inline-block;
  font-weight: 500;
}

.home_blog_box .button strong {
  font-weight: 500;
}

.home_blog_box {
  color: #fff;
  margin-bottom: 20px;
  background: #262626;
  height:100%;
}
.home_blog_box.cyane {
  color: #fff;
  margin-bottom: 20px;
  background: #F5A61B;
}
.home_blog_box .button:hover strong,
.home_blog_box .button:hover i {
  color: #ffffff;
}

.home_blog_box .button::after {
  background: #dd4223;
}

.home_blog_box .button::before {
  background: #262626;
}
.news_button{margin-top: 35px; display: grid;}
.news_button a{text-decoration: underline; font-size: 20px; font-weight: 700;}
.news_button:hover{color: #262626; text-decoration: none;}
.home_blog_box .home_blog_box_top { padding: 50px 25%; display: block; }
.home_blog_box .home_blog_box_top.section-home .button{display:flex}
.home_blog_box .home_blog_box_top img{width: 100%; border-radius: 100%; padding-top: 5%; padding-bottom: 2%;}

.news_section_view .home_blog_box.blog_view{margin-bottom:0px}
.home_blog_box.blog_view .home_blog_box_top{padding: 50px 15%;}
.home_blog_box.blog_view .home_blog_box_top img{padding-top: 4%;}
.home_blog_box.blog_view h4{font-size:25px}
.news_section_view{padding-right:0px;padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_blog_box.blog_view .button {display:flex; padding-bottom: 7%;}
.home_blog_box.blog_view .button strong{color:#fff}
.home_blog_box.blog_view .button i { border: 2px solid #fff;}
.home_blog_box.blog_view .button i::before { color:#fff;}
.home_blog_box.cyane {color: #fff;margin-bottom: 20px;background: #F5A61B;}
.home_blog_box.blog_view.cyane {background: #F5A61B;}

.home_blog .article-view h2{font-size: 50px; color: #262626; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view h3{font-size: 30px; color: #F5A61B; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view p{ color: #262626; }
.home_blog .article-view a {color: #262626; }
.home_blog .article-view a:hover{color: #F5A61B; }

.home_blog_box_top.more_news{padding: 50px 10% 10px 10%; height:20vh}
.home_blog_box .button strong{color:#fff}
.home_blog_box .button { padding-left:10%; padding-bottom: 5%; padding-top: 2%;}
.home_blog_box .button i { border: 2px solid #fff;}
.home_blog_box .button i::before { color:#fff;}


.home_blog {
  padding: 70px 0;
  background: #f9f9f9;
}

.home_blog h2 {
  /* border-bottom: 5px solid rgba(13, 35, 49, 0.25); */
  display: inline-block;
  font-size: 38px;
  font-weight: 200;
  margin-bottom: 35px;
}
.home_blog h4 {
 color: #fff;
 font-weight: 700;
 font-size: 32px;
}


.home_blog h2  i {
  transform: rotate(-95deg);
}

img.overview-image.blog_view_img{
  float: right;
  max-width: 800px;
}


@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .home_blog .article-view h2{font-size: 40px;line-height: 50px;display: inline;}
  img.overview-image.blog_view_img{max-width: 600px; }
  .home_blog_box_top.more_news p {line-height: 22px;}
}
@media(max-width: 1200px) {
  .home_blog_box .home_blog_box_top {font-size: 13px;}
  .home_blog_box strong {font-size: 15px;}
  .home_blog_box.blog_view h4 { font-size: 22px;}
  .home_blog_box p {line-height: 25px;}
  .news_section_view .home_blog_box.blog_view {margin-top: 20px;}
  .home_blog .article-view h2{font-size:30px;line-height: 30px;}
  img.overview-image.blog_view_img{max-width: 550px;padding:30px 0px 30px 90px;}
  .home_blog_box .button i{padding: 15px; font-size: 20px;}
  .home_blog_box_top.more_news { padding: 25px 10% 10px 10%;}
  .home_blog_box_top.more_news p {margin-top: 15px;}
  .home_blog_box .button {padding-left: 12%;}
}
@media(max-width: 991px) {
  .news_section_view{margin-bottom:20px;}
  .home_blog_box .home_blog_box_top{padding: 50px 15%;}

  .home_blog .article-view h2{font-size:26px;line-height: 30px;display: flex;}
  img.overview-image.blog_view_img{max-width: 410px; padding-left: 50px;}
  .home_blog_box .button { padding-left: 16%;}
  .home_blog_box_top.more_news {padding: 28px 15%;}
}
@media(max-width: 767px) {

	.home_blog h2 {
    display: flex;
    justify-content: center;
		color: #262626;
	}

	.home_blog h2 i {
    margin-right: 5px;
	}

	.home_blog h2 strong {
		margin-left: 5px;
	}
  .home_blog_box .home_blog_box_top{padding: 50px 10%;}
  .home_blog h4{font-size: 26px;}

  .home_blog .article-view h2{font-size:24px;line-height: 28px;}
  img.overview-image.blog_view_img{max-width: 350px; padding-left: 40px;}
  .home_blog_box_top.more_news {padding: 30px 8%;}
  .home_blog_box .button {padding-left: 10%;}
}
@media(max-width: 575px) {
	
  .home_blog_box .home_blog_box_top{padding: 50px 8%;}
  .home_blog h4{font-size: 28px;}
  .home_blog_box .home_blog_box_top p {font-size: 16px;}

  .blog .home_blog .article-view h2{font-size:30px;line-height: 34px;display: block;}
  img.overview-image.blog_view_img{max-width: unset; padding-left: 0px;}
 
  .home_blog_box .home_blog_box_top.more_news { padding: 10% 8%;} 
  .home_blog_box .button {padding-bottom: 0%; padding-top: 10%;}
  .home_blog_box .button i {padding: 14px; font-size: 15px; margin-left: 10px;}
}
@media(max-width: 420px) {
	.home_blog .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.home_blog {
    padding: 40px 0;
	}
  .blog .home_blog .article-view h2{font-size:28px;line-height: 32px;}
}

/* ===================== END HOME BLOG ===================== */

/* ===================== BLOG ===================== */

	.blog .no_results {
		text-align: center;
	}

	.blog .no_results i {
		font-size: 44px;
	  color: #dd4223;
	  background: #262626;
	  border-radius: 3rem;
	  width: 35px;
	  height: 35px;
	  margin-bottom: 15px;
	}

	.blog .no_results p {
		font-size: 32px;
		font-weight: 100;
		color: #262626;
	}

	.article_created {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.article_created i,
	.article_created strong {
		height: 25px;
		display: flex;
		align-items: center;
	}

	.article_created i {
		background: #dd4223;
		color: #fff;
		font-size: 13px;
		padding: 0 5px;
	}

	.article_created strong {color: #F5A61B; text-transform: uppercase;font-size: 18px;}
	.article_created strong::after {border-bottom: 2px solid #8ad6e3;  content: "";  font-size: 0;   height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px; top: 12px;  bottom: 0; width: 20%; margin-left: 122px;}


	#related_blogs .swiper-button-next, #related_blogs .swiper-button-prev {
    color: #fff;
    background: #262626;
    padding: 20px;
	}

	#related_blogs .swiper-button-next:after,
	#related_blogs .swiper-button-prev:after {
    font-size: 18px;
	}

	#related_blogs .swiper_navi_wrapper {
		display: flex;
    justify-content: flex-end;
    margin-top: 10px;
	}

	#related_blogs .swiper_navi_wrapper .swiper-button-next, #related_blogs .swiper_navi_wrapper .swiper-button-prev {
    right: 0;
	}

	#related_blogs .swiper_navi.swiper_navi_no_img {
    position: relative;
    width: 100px;
    height: 50px;
	}

	#related_blogs.home_blog {
		padding: 0;
	}

	#related_blogs.home_blog .swiper-slide .home_blog_box {
		margin-bottom: 0;
	}

	.related_blogs_wrapper {
	  margin: 40px 0;
	}

	.related_blogs_header {
    margin-bottom: 15px;
    width: 100%;
	}

	.related_blogs_header p {color: #F5A61B; font-size: 22px; text-align: left;  position: relative; padding-right: 25%; font-weight: 700;  margin-top: 30px;}
	.related_blogs_header p::after {border-bottom: 2px solid #8ad6e3; content: ""; font-size: 0;  height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px;
    top: 12px; bottom: 0; width: 10%;  margin-left: 15px;}

	.related_blogs_header i {
		background: #dd4223;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
  @media(max-width: 1900px) {
    .contact_main .contact_elements_map ul.contact_elements li {
      font-size: 14px;
      color: #333333;
      font-weight: 400;
      padding-bottom: 20px;
      display: inline-block;
      padding: 20px 12px 20px 79px;
      position: relative;
      border: 1px solid grey;
      width: 376px;
      letter-spacing: 1px;
      margin: 20px 0px;
    }
  }

@media(min-width: 1500px) {
 
}
@media(max-width: 1499px) {
  .section_home.services_accordion .home_highlight h2 {
    font-size: 32px;
  }

  .section_home.services_accordion .home_highlight h2 {
    font-size: 29px;
  }

  .career h1 {
    font-size: 29px;
  }


}

@media(max-width: 1350px) {
  #navi ul li a {
    margin: 0 8px;
    font-size: 15px;
  }

  .pages_header .typography_left {
    position: absolute;
    width: 303px;
    bottom: -230px;
    left: 11%;
  }

  .projects_all {
    padding-top: 50px;
  }

  .project_box h3 {
    font-size: 18px;
  }

  .button i {
    font-size: 26px;
    font-weight: 100;
    color: #3e3e3e;
    padding: 10px;
  }

  .project.button {
    padding: 0;
    color: #dc3545;
    font-weight: 700;
    font-size: 16px;
  }

  .pages_header {
    margin-top: 0;
    padding: 60px 0px;
  }

  .pages_header .typography_right {
    position: absolute;
    width: 346px;
    bottom: -134px;
    right: 1%;
  }

  .projects_all {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .career .career_images .career_image {
    width: 229px;
    margin-right: 40px;
  }

  section.projects .title_container p {
    font-size: 17px;
  }

  section.projects .button {
    font-size: 16px;
  }

  .copyrights ul.footer_menu li a {
    font-size: 12px;
    margin-left: 0px;
  }

  footer .copyrights .copyrights_column p {
    color: white;
    font-size: 13px;
  }

  .career p {
    font-size: 19px;
    line-height: 35px;
    padding: 0 49px;
    margin-top: 20px;
  }

  footer .box_half.first p {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 7px;
  }

  .contact_main .contact_elements_map ul.contact_elements li {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 20px;
    display: inline-block;
    padding: 20px 6px 20px 49px;
    position: relative;
    border: 1px solid grey;
    width: 100%;
  }

  .contact_main .contact_elements_map ul.contact_elements li.address:before {
    width: 38px;
  }
  .contact_main .contact_elements_map ul.contact_elements li.phone:before {
    width: 38px;
  }
  .contact_main .contact_elements_map ul.contact_elements li.email:before {
    width: 38px;
  }

  .company_services .two_columns {
    padding-left: 28px;
  }

}
@media(max-width: 1200px) {
  .contact_main .contact_elements_map ul.contact_elements li {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 20px;
    display: inline-block;
    padding: 20px 6px 20px 49px;
    position: relative;
    border: 1px solid grey;
    width: 100%;
  }

  .pages.company h2 {
    margin: 25px 0px;
    font-size: 23px;
  }

  .owner_profile .image_container {
    padding: 9px;
  }

  .home_blog_box .home_blog_box_top {
    font-size: 13px;
  }
  .home_blog_box strong {
    font-size: 15px;
  }

  #logo {
    position: absolute;
    width: 169px;
    height: 75px;
    top: -65px;
  }

  #navi ul li a {
    margin: 0 5px;
    font-size: 13px;
  }

  header .header_social .phone {
    margin: 0 10px;
    font-size: 14px;
  }

  header .header_social .email {
    margin: 0 10px;
    font-size: 14px;
  }

  .home_intro .slide_content h1 {
    text-align: center;
    color: #fff;
    font-size: 32px;
  }

  section.section_home .left_col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  section.section_home .right_col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section_home .home_highlight h2 {
    font-size: 23px;
    padding-bottom: 24px;
  }

  .home_highlight p {
    font-size: 19px;
    line-height: 37px;
    margin: 5px 0px;
    font-weight: 300;
  }

  .section_home.services_accordion .home_highlight h2 {
    font-size: 24px;
  }

  .career p {
    font-size: 18px;
    line-height: 32px;
    padding: 0 49px;
    margin-top: 7px;
  }

  .career h1 {
    font-size: 24px;
  }

  .career .career_images .career_image {
    width: 190px;
    margin-right: 40px;
  }
}
@media(max-width: 991px) {
	.related_blogs_wrapper {
	    margin: 25px 0 0;
	}

  .intro_text h1:after {
    bottom: -50px;
  }

  .pages_header {
    margin-top: 0;
    padding: 30px 0px;
  }

  .company_services .two_columns li {
    font-size: 16px;
  }

  .company_services .one_column li {
    font-size: 16px;
  }


  .pages.company p.libraestate_link{
    font-size: 16px;
  }

  .intro_text h1 {
    font-size: 33px;
    padding-bottom: 8px;
    padding-top: 10px;
    line-height: 55px;
  }

  .pages_header .typography_right {
    display: none;
  }

  .pages_header .typography_left {
    position: absolute;
    width: 167px;
    bottom: -112px;
    left: 5%;
  }

  .pages_header .typography_right {
    position: absolute;
    width: 228px;
    bottom: -80px;
    right: -2%;
  }

  .intro_text h1 {
    font-size: 33px;
    padding-bottom: 8px;
    padding-top: 10px;
    line-height: 55px;
  }

  .intro_text h2 {
    font-size: 20px;
  }

  .section_home .home_highlight h2 {
    font-size: 21px;
    padding-bottom: 24px;
    line-height: 40px;
  }

  .projects_home .left_top_graphic {
    width: 72px;
    height: 72px;
  }

  .projects_home .right_bottom_graphic {
    width: 72px;
    height: 72px;
  }

  .career .career_images {
    display: flex;
    margin-left: -32px;
  }

  .career .career_images .career_image {
    width: 162px;
    margin-right: 38px;
  }

  section.projects .navigation_featured {
    position: relative;
    display: flex;
    background: black;
    width: 120px;
  }

  .swiper-button-prev.slider_products {
    background-size: 59%;
    height: 42px;
  }

  footer .footer_graphic {
    position: absolute;
    width: 49%;
    /* height: 100%; */
    top: -31px;
    left: -10%;
  }

  .footer_box img {
    width: 201px;
  } 

  .footer_box.logo {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .footer_menu {
    align-items: center;
    display: flex;
  }

  footer .copyrights .copyrights_column p {
    color: white;
    font-size: 12px;
  }

  .swiper-button-next.slider_products {
    background-size: 59%;
    height: 42px;
  }
  .swiper-button-next.slider_products  .swiper-button-prev,  .swiper-button-next.slider_products  .swiper-button-next {
    position: absolute;
    bottom: 80px;
    width: 45px;
    height: 43px;
  }

  .here_section h1 {
    color: white;
    font-size: 33px;
  }

  .section_home.services_accordion .home_highlight h2 {
    font-size: 21px;
    padding: 20px 0px;
  }

  .career p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 28px;
    margin-top: 7px;
  }

}


section.projects .swiper-fr.desktop_visible {
  display: block;
}

section.projects .swiper-fr.mobile_visible {
  display: none;
}
@media(max-width: 767px) {

  .company_main .swiper_company {
    height: auto;
    margin-top: 40px;
  }

  .text_libra{
    padding: 0px 40px
  }

  .libra_estate .image_container{
    padding: 0px 40px;
    margin-top: 45px;
  }

  .pages.company p.libra_estate_text {
    font-size: 21px;
    font-weight: 400;
    line-height: 41px;
    margin-bottom: 11px;
    padding-right: 40px;
    color: #0c2034;
  }

  .libra_estate .full_width {
    width: 80%;
  }

  .company_services .two_columns li {
    width: 100%;
  }

  .contact_box h1 {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline-block;
    padding: 10px 12px 10px 65px;
    position: relative;
    border: 1px solid grey;
    background: white;
  }

	.blog .home_blog h2 {
	  font-size: 23px;
		margin-bottom: 10px;
	}

  .contact_elements_map iframe{
    margin-top: 40px;
  }

	#related_blogs .swiper_navi_wrapper {
		justify-content: center;
	}

  #logo {
    position: relative;
    width: 169px;
    height: 72px;
    top: 0;
    margin-left: -15px;
  }

  header .divider {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 1px;
    background: grey;
  }

  header .header_top_container {
    height: 31%;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  header .header_menu_container {
    height: 70%;
    display: flex;
    width: 100%;
    align-items: center;
  }

  header .header_top {
    width: 100%;
    margin-top: 0px;
  }

  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  section.section_home .left_col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.section_home .right_col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section_home {
    padding: 120px 15px;
  }

  .section_home .home_highlight {
    padding: 44px 0px;
  
  }


  .section_home.services_accordion .home_highlight {
    padding: 44px 0px;
    margin-bottom: 10px
  }

  .services_accordion .tabs {
    margin-bottom: 40px;
  }

  .projects_home, .careers_home {
    /* height: 53vh; */
    padding-right: 0;
    height: auto;
    padding: 60px 0px;
  }

  .career p {
    font-size: 20px;
    line-height: 44px;
    padding: 0 60px;
    margin-top: 7px;
  }

  .careers_home {
    /* height: 53vh; */
    padding-right: 0;
    height: auto;
    padding: 60px 0px;
    margin-top: 40px;
    width: 80%;
    left: 20%;
    position: relative;
  }

  section.projects .flex-direction-column-767 {
    flex-direction: column-reverse;
  }

  section.projects .swiper_projects_pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  section.projects .navigation_featured {
    position: relative;
    display: flex;
    background: none;
    width: auto;
    align-items: center;
  }

  .swiper-button-prev.slider_products {
    background: #000 url(../img/layout/arrow_right_white.svg) center no-repeat;
    background-size: 70%;
    width: 107px;
  }

  .swiper-button-next.slider_products{
    background: #000 url(../img/layout/arrow_right_white.svg) center no-repeat;
    background-size: 70%;
    width: 107px;
  }

  section.projects .swiper-fr.desktop_visible {
    display: none;
  }

  footer {
    text-align: center;
  }

  footer .footer_box_contact {
    margin-top: 20px;
    color: #c1c1c1;
    line-height: 42px;
    font-size: 20px;
  }

  footer .box_half.first p {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 11px;
  }


  footer .social_links img {
    width: 16px;
  }

  footer .social_links img.instagram {
    width: 25px;
    margin-left: 20px;
  }

  footer .social_links {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  footer .copyrights .copyrights_column p {
    color: white;
    font-size: 14px;
  }

  .copyrights ul.footer_menu li a {
    font-size: 14px;
    margin-left: 0px;
  }

  .footer_menu {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  section.projects .swiper-fr.mobile_visible {
    display: block;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  footer .footer_graphic {
    display: none;
  }

  .footer_box img {
    width: 200px;
  }

  .projects_home .right_bottom_graphic {
    right: 0;
  }

  .swiper-header.swiper-container-fade .swiper-slide {
    /* pointer-events: none; */
    height: 70vh;
    margin-top: 0;
  }

  .here_section {
    height: 80vh;
    align-items: baseline;
  }

  .here_section_text {
    /* margin-top: 20px; */
    padding: 40px 60px;
  }

  section.section_home.services_accordion .align_items_center {
    flex-direction: column;
  }

  .here_section .trapezoid {
    width: 400%;
    position: absolute;
    background: #00000061;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%);
    height: calc(100% + 150px);
    left: -61%;
    top: -150px;
  }

  .footer_box.logo {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }


}

.company_services .right_table_header.desktop_visible{
  display: block;
}
.company_services .right_table_header.mobile_visible{
  display: none;
}

@media(max-width: 575px) {
	.blog .home_blog h2 {
	  font-size: 17px;
	}

  .company_services .right_table_header.desktop_visible{
    display: none;
  }
  .company_services .right_table_header.mobile_visible{
    display: block;
    width: 100%;
  }

  .company_services .right_table_content {
    width: 100%;
  }

  .pages.company .contact_company h2 {
    font-size: 32px;
  }

  .intro_text h1 {
    font-size: 26px;
  }

  .company_services .left_table_content {
    width: 100%;
  }

  .company_services .left_table_header {
    width: 100%;
  }

  .intro_text h2 {
    margin-top: 71px;
    color: white;
    font-size: 19px;
    line-height: 30px;
  }

  .intro_text {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .home_intro .slide_content {
    width: 100%;
  }

  #logo a {
    background-size: 164px;
  }

  header .header_social .email {
    display: none;
  }

  .home_intro .slide_content h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
  }

  .home_intro h2.banner_title {
    margin-top: 71px;
    color: white;
    font-size: 21px;
  }

  .here_section .trapezoid {
    width: 361%;
    position: absolute;
    background: #00000061;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%);
    height: calc(100% + 150px);
    left: -60%;
    top: -147px;
  }

  .here_section h1 {
    color: white;
    font-size: 29px;
  }

  .career .career_images .career_image {
    width: 129px;
    margin-right: 38px;
  }

  section.projects .subtitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 49px;
  }

  footer .copyrights .copyrights_column {
    display: flex;
    flex-direction: column;
  }

  footer .footer_box_contact {
    margin-top: 20px;
    color: #c1c1c1;
    line-height: 42px;
    font-size: 18px;
  }

  footer .box_half.first p {
    font-size: 18px;
  }

  .career p {
    font-size: 16px;
    line-height: 33px;
    padding: 0 50px;
    margin-top: 7px;
  }

  .swiper-container#swiper_featured_projects {
    margin-top: 30px;
  }

	.blog .pages_body.home_blog p {
    font-size: 14px;
	}

	.related_blogs_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
	}

	#related_blogs.home_blog {
    width: 100%;
	}

	#related_blogs.home_blog .swiper-slide .home_blog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
	}

	#related_blogs .swiper-button-prev,
	#related_blogs .swiper-container-rtl .swiper-button-next {
    left: 0;
	}

	#related_blogs .swiper_navi_wrapper .swiper-button-next,
	#related_blogs .swiper_navi_wrapper .swiper-button-prev {
    right: 5px;
	}

}

@media(max-width: 420px) {
  .here_section h1 {
    color: white;
    font-size: 23px;
  }

  .contact_main .contact_form_container {
    background: white;
    border: 2px solid lightgrey;
    padding: 8px;
    margin-top: 40px;
  }

  .here_section .description {
    color: white;
    font-size: 17px;
  }

  .here_section .button i {
    padding: 16px;
  }

  .section_home h1 {
    font-size: 19px;
  }

  .section_home.services_accordion .home_highlight h2 {
    font-size: 18px;
    padding: 20px 0px;
    line-height: 32px;
  }

  .career .career_images .career_image {
    width: 123px;
    margin-right: 32px;
  }

  .section_home .home_highlight h2 {
    font-size: 19px;
  }

  .here_section .trapezoid {
    width: 361%;
    position: absolute;
    background: #00000061;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 28% 100%);
    height: calc(100% + 150px);
    left: -60%;
    top: -126px;
  }

}


/* ===================== END BLOG ===================== */


/* FLASH MESSAGES
================================================== */
.hello-bar {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  color: #fff;
  text-align: center;
  background: #167766;
  width: 100%;
  height: 55px;
  top: 0;
  z-index: 2000;
  zoom: 1;
  padding: 0 15px;
  border-top: 2px solid #c02221;
}

.hello-bar #flashMessage {
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.hello-bar .close_wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}

.hello-bar:after, .hello-bar:before {
    content: "";
    display: table;
}

.hello-bar:after {
    clear: both;
}

.hello-bar .close {
    text-indent: -9999em;
    background: url(../img/layout/hello-bar-close.png) no-repeat top left;
    width: 21px;
    height: 21px;
		position: relative;
		top: unset;
		right: unset;
}

.hello-bar .close:hover {
    background-position: bottom left;
}

@media(max-width: 1200px){
  .hello-bar {
    top: 135px;
  }
}

@media(max-width:991px) {
	.hello-bar {
    height: 125px;
	}

  .hello-bar #flashMessage {
    font-size: 15px;
  }
}

@media(max-width: 767px) {
  .hello-bar #flashMessage {
    font-size: 14px;
  }


}

@media(max-width:575px) {
  .projects.view .project_features span {
    color: #dc3545;
    font-weight: 500;
    font-size: 14px;
  }

  .espa{
    display: none;
  }
  
  .espa_mobile{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 20px auto 0px auto;
  }
  
  .espa_mobile img{
    width: 200px;

  }

  .home_intro .swiper-container-horizontal > .swiper-pagination {
    justify-content: center;
    bottom: 9px;
  }

	.hello-bar {
    height: 85px;
    top: 95px;
	}

	.hello-bar #flashMessage {
		margin-top: 5px;
    text-align: center;
	}

	.hello-bar .close_wrapper {
    align-items: center;
    justify-content: center;
		height: auto;
	}


}

@media(max-width:420px) {
	.hello-bar {
    height: 105px;
	}
}


/* MEDIA QUERIES
================================================== */

@media only screen and (max-width:479px) {
	/*#header {  background: red; }*/

	.footer_box p.footer_heading { font-size:20px; }

	.video_frame {min-height:250px!important;}

	#home_content .ppg_logo {float:none; display:block; margin:0 auto 10px auto;}

	.home_service.location .home_link{ background-position: center 20px;	}
	.home_service.video .home_link{ background-position: center 20px;	}
	.home_service.facebook .home_link{ background-position: center 20px;	}

	#slideshow p.heading1 { font-size:36px;line-height:40px; margin-left:50px;}
	#slideshow p.heading2 { font-size:24px; line-height:28px; margin-left:50px; }
	#slideshow a.heading_link { font-size:18px; margin-left:50px; }

}

@media only screen and (max-width:549px) {

	#top_bar {display:none;}

	.contactform div.input{	width:100%; }
	.contactform input[type="text"], .contactform textarea {	width:100%;	}

	.maps_link span {display:none;}
}

@media only screen and (min-width:550px) and (max-width:767px){
	/*#header {  background: yellow; }*/
}

@media only screen and (max-width:767px) {

	#top_bar span {display:none;}

	.copyright p { text-align:center; }
  #wapp {
    float: none;
    margin-top: 10px;
  }
	#wapp a{	margin:0 auto;	}

	.video_frame {min-height:300px;}

	.row.no-margins {    margin-right: 0px;  margin-left: 0px;}

}

@media only screen and (min-width:993px) and (max-width:1200px) {
	/*#header {  background: orange; }*/

	.footer_box p.footer_heading { font-size:22px; }
	.contactform div.input label { font-size:15px;}

	.maps_link span {display:none;}
	.home_service.smaller h2{font-size:20px;}
}

@media(max-width:1200px){}

@media(max-width:712px){
  #long{display:none;}
  header .header_social .social_links {
    margin: 0px 3px;
    /* align-items: center; */
    /* display: flex; */
    padding-top: 7px;
    margin-left: 0px;
}
header .header_social .social_links a {
  margin: 0 5px;
}
header .header_social .divider_small {
  width: 20px;
  height: 2px;
  background: black;
  margin-right: 0px;
}
.languages {
  display: block;
  padding: 0px 0px;
  z-index: 9999;
  margin-right: 25px;
}
}
@media(max-width:602px){
  header .header_social .email{display:none;}
  header .header_social .social_links,header .header_social .phone {margin:0px 0px;}
}



/* ====================>
      ERROR PAGE
   <==================== */
   .text-er{text-align: center;}
   .btn-er{display: flex;justify-content: center;}

   .btn-er a {
    background: #ffffff;
    border: 0;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #dc3545;
    letter-spacing: 1px;
    transition: all 0.6s ease-in-out;

  }

  .btn-er a:hover{
    background: transparent;
    box-shadow: inset 360px 0px 0px 0px #262626;
    color: #fff;
    width: fit-content;
  }