@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&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: 'TikTok 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: #132f54;
  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: 34px; font-weight: 300; margin: 5px 0px; }
.clear{clear:both;}
.divider{clear:both;height:20px;}

b {
  font-weight: 500;
}

i, em {
  font-style: italic;
}

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

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

.padd_big{
  padding-top: 120px;
  padding-bottom: 120px;
}
.padd_top_big{
  padding-top: 120px
}
.padd_top{
  padding-top: 70px
}
.padd_bottom{
  padding-bottom: 70px;
}
.padd{
  padding-top: 70px;
  padding-bottom: 70px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body { font-size: 14px; font-family: 'TikTok Sans', sans-serif; color:#000; background: #fffdf5; }

hr{
  border-top: 1px solid rgba(19, 47, 84, 1);
}

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

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

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

.img-responsive {
  width: 100%;
}

.white_bg {
  background: #fff;
}

.general_description ul li, .general_description ol li {
  position: relative;
  padding: 5px 0 5px 20px;
  margin: 0 0 4px 0;  
  color: #132F54;
  transition: background 0.2s;
  list-style-position: inside;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.general_description ul li::before, .general_description ol li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #132F54;
  border-radius: 50%;
  display: inline-block;
}


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

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

header.header_fixed {
  background: #132F54!important;
  padding: 10px 0;
  transition: all .4s ease-out;
  position: fixed;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header.header_fixed #logo a {
  transition: all .4s ease-out;
  background: url(../img/layout/logo/logo_white.svg) no-repeat scroll center center transparent;
  background-size: 220px;
  background-position: left;
}

header.header_fixed #navi ul li a {color: #fff}
header.header_fixed #language a { color: #fff;}


.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;}



@media(max-width: 1199px) {

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

	header {
	  padding: 15px 15px;
	}

	header.header_fixed {
    padding: 15px 15px;
	}

}
@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 =================== */

/* =================== NAV DROPDOWN =================== */
#navi ul li.has-dropdown {
  position: relative;
  color: #fffdf5;
}
#navi ul li.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #132F54;
  border-bottom: 1.5px solid #132F54;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 7px;
  vertical-align: middle;
  transition: transform 0.2s ease;
  position: relative;
  top: -3px;
  max-width: unset;
  background: none;
  padding: 0;
  left: unset;
}
header.header_fixed #navi ul li.has-dropdown > a::after {
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
#navi ul li.has-dropdown:hover > a::after,
#navi ul li.has-dropdown.open > a::after {
  transform: rotate(-135deg) translateY(-2px);
}
#navi .nav-dropdown {
  position: absolute;
  top: calc(100% + -1px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  color: #fffdf5;
  /* border-top: 2px solid #fffdf5; */
  padding: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}
#navi .nav-dropdown a{ color: #fffdf5!important;}
#navi ul li.has-dropdown:hover .nav-dropdown,
#navi ul li.has-dropdown.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
@keyframes navItemIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes navItemOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.nav-dropdown li {
  display: block !important;
  text-align: center;
  opacity: 0;
}
#navi ul li.has-dropdown:hover .nav-dropdown li,
#navi ul li.has-dropdown.open .nav-dropdown li {
  animation: navItemIn 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: calc(0.08s + var(--i, 0) * 0.12s);
}

#navi ul li.has-dropdown:not(.open):not(:hover) .nav-dropdown li {
  animation: navItemOut 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: calc(0.08s + var(--reverse-i, 0) * 0.12s);
}
.nav-dropdown li a {
  display: block;
  font-size: 16px !important;
  font-weight: 100;
  color: #fffdf5 !important;
  padding: 8px 20px;
  margin: 0 !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  background: #132F54;
  border:1px solid #132F54;
}
.nav-dropdown li a::before,
.nav-dropdown li a::after {
  display: none !important;
}
#navi .nav-dropdown li a:hover {
  background: #fffdf5;
  color: #132F54 !important;
  border:1px solid #132F54;
}

header.header_fixed .nav-dropdown li a{
 background: #fffdf5;
 color: #132F54!important
}
header.header_fixed #navi .nav-dropdown a {
    color: #132F54 !important;
    border: 1px solid #132F54;
    border-top:unset
}
header.header_fixed #navi .nav-dropdown li a:hover{
  background: #132F54;
  color: #fffdf5!important;
}
/* Mobile dropdown */
#mobile-nav li.has-dropdown > a {
  display: inline;
}
#mobile-nav li.has-dropdown .nav-dropdown {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  border-top: none;
  padding: 0 0 0 20px;
  pointer-events: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
#mobile-nav li.has-dropdown.open .nav-dropdown {
  max-height: 400px;
}
#mobile-nav .nav-dropdown li a {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 38px;
  padding: 0;
  background: transparent;
}
#mobile-nav .nav-dropdown li a:hover {
  background: transparent;
  opacity: 0.7;
}
/* =================== END NAV DROPDOWN =================== */

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

.pages_header {
  margin-top: 170px;
  padding-top: 70px;
  position: relative;
  background-position: center;
  overflow: hidden;
}

.pages_header.hero_image {
  margin-top: 0;
  padding-top: 0;
  height: 55vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.pages_header.hero_image.reveal-pending::after,
.pages_header.hero_image.reveal-on-scroll::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: #fffdf5;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.pages_header.hero_image.reveal-pending::after {
  transform: scaleX(1);
  transform-origin: right center;
}

.pages_header.hero_image.reveal-on-scroll::after {
  animation: pagesHeaderRevealLTR 2.3s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes pagesHeaderRevealLTR {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

.pages_header.hero_image.half_height {
  height: 45vh;
}
.pages_header.hero_image.full_height {
  height: 90vh;
}
.back_to_projects{width:300px;display: flex; justify-content: flex-end;min-width: 250px;}
.hero_image_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 60px;
  color: #132F54;
  font-weight: 100;
  width: 100%;
  line-height: 85px;
  padding: 0px 0 20px 0;
  align-items: center;
}
.hero_image_text.contact{
  max-width: 650px;
}
.hero_image_text.half_height {
  height: 45vh; 
}

.hero_image_text h1 span.scroll_word {
  display: inline-block;
  white-space: nowrap;
}

.hero_image_text h1 span.scroll_letter {
  display: inline-block;
  color: #d0d0d0;
  transition: color 0.12s ease;
  transition-delay: 0s;
}

.hero_image_text h1 span.scroll_letter.active {
  color: #132F54;
  transition-duration: 0.24s;
  transition-delay: calc(var(--i) * 32ms);
}

.services_all .row {
  margin-left: 0;
  margin-right: 0;
}
.services_all .service_section {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  float: left;
}
.services_all .row > .service_section:first-child {
  padding-right: 20px;
}
.services_all .row > .service_section:last-child {
  padding-left: 20px;
}
.services
.service_btn {
  float: left;
  margin: 0px;
  margin-left: 12px;
  padding: 12px 20px 12px 40px;
  border: none;
  position: relative;
  z-index: 2;
  color: #fff;
  background: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  overflow: hidden;
  font-family: 'TikTok Sans', sans-serif;
  background-image: url(../img/layout/arrow_white_left.svg);
  background-repeat: no-repeat;
  background-position: 0px 17px;
  background-size: 28px;
  transition: all 0.6s ease-in-out;
  width: fit-content;
  background-color: #00000001;
}

@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;
	}

  .service_btn {
    padding-top: 0;
    font-size: 17px;
    background-position: 0px 6px;
    background-size: 25px;
  }

}

  /* =================== 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;
}

#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;
}

.other_services {
  background-image: url(../img/layout/our_services_bg_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  margin: 70px 0 0 0;
  padding-top: 50px;
  padding-bottom: 30px;
}

.other_services h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  width: fit-content;
  margin: 0 auto 40px auto;
  background: #00000001;
}

.other_services_inner {
  display: flex;
}

.other_service {
  text-align: center;
  color: #fff;
  font-size: 21px;
  position: relative;
  display: block;
  overflow: hidden;
}

.service_text {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.other_service .button {
  margin: 15px auto 30px auto;
  width: fit-content;
  float: none;
  display: block;
  background-color: #fff;
  color: #000;
  padding: 12px 45px 12px 75px;
}

.other_service .button.Prev {
  padding: 12px 75px 12px 45px;
  background-image: none;
}

.other_service .button.Prev {
  transition: all 0.6s ease-in-out;
}

.other_service:hover .button.Prev {
  padding: 12px 45px 12px 75px;
  background-color: #fff;
}

.other_service .button.Prev:after {
  content: '';
  background-image: url(../img/layout/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 30px 6px;
  background-size: 28px;
  position: absolute;
  right: 0;
  width: 100%;
  height: 28px;
  transform: rotate(-180deg);
  transition: all 0.6s ease-in-out;
}

.other_service:hover .button.Prev:after {
  background-position: 107px 6px;
}

.other_service img {
  width: 120px;
}

.service_text h2 {
  min-height: 55px;
  background: #00000001;
}

.other_service:hover .button {
  background-position: 80% 17px;
  padding: 12px 75px 12px 45px;
}

.list_check {
	 display: inline-block;
}

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

.pages_header h1 {
  padding-top: 45px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 75px;
  font-weight: 500;
  line-height: 100px;
  position: relative;
  font-family: 'TikTok Sans', sans-serif;
  padding-left: 10px;
  z-index: 0;
  background: #00000001;
}

.intro_text h1:after {
    content: '';

}

.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_home_section{
  display: flex;
  padding: 50px 0
}
.projects_box_1.row > .projects_section:first-child {
    padding-right: 20px;
}
.projects_box_1.row > .projects_section:last-child {
    padding-left: 20px;
}
.project_category_img {
    display: flex;
    align-items: center;
    position: relative;
}
.project_category_img a{
  width: 100%;
}
.projects_box_1 .projects_section {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    float: left;
}
.project_category_title h2{
    color: #132f54;
    font-size: 35px;
    font-weight: 100;
    position: relative;
    margin: 15px 0 20px 0;
    transition: all 0.2s ease-in-out;
}
.projects_box_1.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.projects_box_1 .semi_width:not(:last-child) {
  margin-right: 60px;
}

.projects_box_1 .full_width {
  width: 100%;
  margin-bottom: 20px;
}
.projects_box_1 .semi_width {
  /* width: 50%; */
  margin-bottom: 0;
  box-sizing: border-box;
  display:inline-block;
  width: calc(50% - 30px);
}

.projects .intro_text h1:after {
  width: 60%;
}
.align_items{
  display: flex;
  align-items: center;
}
.contact_details .align_items {
    border-bottom: 1px solid #132f54;
    padding: 30px 0;
    align-items: flex-start;
}
.contact_details .align_items:last-child {
    border-bottom: unset;
}
.contact_details .align_items p.label_subtitle {
  min-width: 40%;
  font-size: 23px;
  font-weight: 400;
}
.contact_details .align_items p, .contact_details .align_items p a {
    font-size: 20px;
    font-weight: 100;
}
.contact_details p,.contact_details p a {
    color: #132F54;
}
.align_items .maps_link{
  flex-basis: 100%;
  width: 100%;
  margin-top: 6px;
}
.contact_details .align_items .maps_link a{
  font-weight: 400;
  color: #132F54;
  background-image: url(../img/layout/icons/arrow_white.svg), url(../img/layout/icons/arrow_dark.svg), linear-gradient(to right, #132F54, #132F54);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right 10px center, right 10px center, left top;
  background-size: 0px 35px, 35px 35px, 0% 100%;
  padding: 5px 75px 5px 10px;
  border-bottom: 1px solid #132f54;
  transition: background-size 0.45s ease, color 0.4s ease;
}

.contact_details .align_items .maps_link a:hover{
  color: #fff;
  background-size: 35px 35px, 0px 35px, 100% 100%;
}
.project_details .align_items{
  border-bottom: 1px solid #132f54;
  padding: 10px 0;
}
.project_details .align_items:last-child {
  border-bottom: unset;
}
.project_details .align_items p{
    font-size: 20px;
    font-weight: 100;

}
.project_details .align_items p.label_subtitle{
  min-width: 145px;
  font-size: 21px;
  font-weight: 400;
}
.project_details p{
  color: #132F54;
}

.intro_project p{
  color: #132F54;
  padding-bottom: 20px;
  padding-left: 5%
}

.project_description_box{
  padding-left: 5%;
  color: #132F54;
}

.desc_toggle_title {
  font-size: 30px;
  font-weight: 100;
  color: #132F54;
  padding: 15px 0 5px 0;
  transition: all 0.2s ease-in-out;
  font-family: 'TikTok Sans', sans-serif;
  background: #00000001;
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.desc_toggle_title::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  background: url('../img/layout/icons/plus.svg') no-repeat center center;
  background-size: 30px;
  transition: background 0.3s, transform 0.3s;
  vertical-align: middle;
  top: 3px;
  position: relative;
}

.desc_toggle_title.active::after {
  background: url('../img/layout/icons/minus.svg') no-repeat center center;
  background-size: 30px;
  transform: rotate(180deg);
}

.desc_toggle_title:hover { cursor:pointer; }

.desc_toggle_content {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0;
  font-weight: 100;
  color: #132F54;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0.8);
  transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1), transform 0.4s, opacity 0.3s;
  opacity: 0;
}

.desc_toggle_content.visible {
  max-height: 1200px;
  transform: scaleY(1);
  opacity: 1;
}

.description_about p{
  color: #132F54;
  font-size: 45px;
  line-height: 55px;
}
.general_description p{
  color: #132F54;
  font-size: 20px;
  line-height: 30px;
}
.blue_background{
  background: #132f54;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.blue_background > * {
  position: relative;
  z-index: 1;
}
.description_bio .blue_background.reveal-pending {
  background: transparent;
}
.description_bio .blue_background.reveal-pending::before,
.description_bio .blue_background.reveal-on-scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #132f54;
  pointer-events: none;
  z-index: 0;
}
.description_bio .blue_background.reveal-pending::before {
  clip-path: inset(0 100% 0 0);
}
.description_bio .blue_background.reveal-on-scroll::before {
  animation: aboutBlueRevealLTR 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes aboutBlueRevealLTR {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}
.blue_background p{
  color: #fffdf5;
  font-size: 25px;
  font-weight: 100;
  padding: 0 20px 20px 0;
}
.blue_background img{
  width: 50%;
}
.bio_description {
  display: flex;
  gap: 50px;
}
.bio_description p{
  color: #132F54;
  font-size: 20px;
  line-height: 30px;
}
.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: 1350px) {
  .pages_header h1 {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 70px;
    line-height: 80px;
  }

  .pages_header h1 {
    padding-left: 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;
	}

  .service_btn {
    margin-left: 30px;
  }

	.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;
	}

}

@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;
	}

}
@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: relative;
  width: 100%;
  height: 85px;
}

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

body.lang-en #logo a {
  background-image: url(../img/layout/logo/logo_en.svg);
}

body.lang-en header.header_fixed #logo a {
  background-image: url(../img/layout/logo/logo_white_en.svg);
}


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

#navi ul li {
  display: inline-block;
  background: #00000001;
}

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

#navi ul li a {
  color: #132F54;
  font-size: 20px;
  font-weight: 100;
  position: relative;
  margin: 0 20px;
  transition: all 0.2s ease-in-out;
}

#navi ul li a:before {
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #132F54;
}
header.header_fixed #navi ul li a:before{
  background-color: #fff;
}
#navi ul li a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

#navi ul li a:hover:before {
  opacity: 1;
  width: 100%;
}

#navi ul li a:before, #navi ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#navi ul li a:hover:after {
  max-width: 100%;
}

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

.languages {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    background: rgba(0, 0, 0, 0.004);
}
#language a {
    color: #132F54;
    font-size: 20px;
    font-weight: 100;
    margin-right: 0px;   
    transition: 1s;
}
.selected_lang {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.languages .languages_menu {
  display: block;
  margin-top: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px; */
  text-align: center;
  z-index: 99999;
  position: absolute;
  margin-left: -18px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  clip-path: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  color: #132F54;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.98);
  pointer-events: none;
}

.languages .languages_menu::before,
.languages .languages_menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
  pointer-events: none;
}

.languages .languages_menu::before {
  background: #132F54;
  z-index: 0;
}

.languages .languages_menu::after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #fffdf5;
  z-index: 1;
}

.languages .languages_menu > * {
  position: relative;
  z-index: 2;
}
.languages:hover .languages_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.languages .languages_menu a {
    color: #132F54;
    font-size: 20px;
    font-weight: 100;
    display: block;   
    padding: 2px;
    transition: 0.3s;
}
header.header_fixed .languages {
  display: flex;
  align-items: center;
}
header.header_fixed .languages .languages_menu {
    margin-left: 26px;
}
header.header_fixed .languages .languages_menu::after {
  background: #132F54;
}
header.header_fixed .languages .languages_menu::before {
  background: #fff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 36px;
}

.switch input {
  display: none;
}

.slider {
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #fff;
  height: 36px;
}

.slider li.languages.lang-active:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  top: -1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.off {
  color: #fff;
  position: absolute;
  left: 8px;
  top: 6px;
  font-weight: 700;
  font-size: 15px;
}

.on {
  right: 7px;
  top: 6px;
  left: auto;
  color: #fff;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
}

  input:checked + .slider .on {
  display: block;
  }

  input:checked + .slider .off {
  display: none;
  }




#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;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .pages {
  padding: 0;
  line-height: 22px;
  position: relative;
  display: flex;
  align-items: center;
}

.page-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner.paginate {
  width: 100%;
}

.pagination .pages span.current {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.4em 0.8em 0.6em 0.8em;
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid #fbf8f5;
  background: #454444;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-family: 'TikTok Sans', sans-serif;
  border-radius: 100%;
}

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

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

.pagination .pages a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.4em 0.8em 0.6em 0.8em;
  margin-right: 2px;
  line-height: 18px;
  color: #f5a61b;
  font-size: 16px;
  font-family: 'TikTok Sans', sans-serif;
}

.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: 'TikTok 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(max-width: 1199px) {
	#navi ul li a {
    font-size: 17px;
	}

  .other_services h1 {
    font-size: 35px;
    margin: 0 auto 50px auto;
  }

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

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

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

  .other_services h1 {
    font-size: 32px;
    margin: 0 auto 45px auto;
  } 

  #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: #262626;
    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;
  }

  #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: 50px auto;
  }
}
@media(max-width: 767px) {
  #logo {
		height: 75px;
	}
	#logo a {
		background-size: 190px;
	}
  #navi-mobile{
    top: 55px;
    left: 30px;
  }
  #navi-mobile .lang li a, .lang li a{
    margin-right:10px;
  }
  .cd-search-trigger{
    padding-left: 40px;
  }
  .cd-search-trigger:before{
    width: 30px;
  }

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

  .header_inner {
    padding: 0 15px;
  }

	.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: 20px;
  }

}
@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;
	}

  .other_services h1 {
    font-size: 25px;
    margin: 0 auto 25px auto;
  }

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

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

  #mobile-nav:after {
    height: 94%;
  }

  .menu_social p {
    font-size: 18px;
    line-height: 28px;
  }

  .menu_social p {
    font-size: 18px;
    line-height: 28px;
  }

  .menu_social img {
    width: 28px;
  }

  .menu_social img.loc_menu {
    width: 33px;
  }
}


/* =================== 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: 40px;
    height: 40px;
    float: right;
    top: auto;
    color: #000!important;
    background: url(../img/layout/menu_blue.svg);
    background-repeat: no-repeat;
    position: relative!important;
    right: 0px;
    margin-top: 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;
	}

	#mobile-nav {
	  background: #132F54;
    display: none;
    flex-direction: column;
    justify-content: center;
	}

  #mobile-nav ul {
    margin-bottom: 50px;
  }

  #mobile-nav:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -100px;
    background-image: url(../img/layout/contact_us_bg_graphic.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
	
	#mobile-nav ul li {
		display: block;
    background: #00000001;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    height: auto;
    border: none;
	}

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

  .menu_social p {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }

  .menu_social a {
    color: #fff;
  }

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

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

  .menu_social img {
    width: 30px;
    position: relative;
    top: 12px;
    margin-right: 5px;
  }

  .menu_social img.loc_menu {
    width: 35px;
  }

  .menu_social {
    background: #936379;
    color: #fff;
    width: fit-content;
    padding: 15px 50px 20px 50px;
    margin: 0 auto;
  }

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

}
@media(max-width: 767px) {
	#mobile-nav ul li a {
    font-size: 22px;
    line-height: 46px;
	}
  .menu_label{
    margin-right: 70px;
  }

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

  #logo {
    width: 100%;
  }

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

  header.header_fixed #logo a {
    background-size: 150px; 
  }
}
@media(max-width: 575px) {
	#mobile-nav ul li a {
    font-size: 24px;
    line-height: 44px;
	}
  .toggle-nav {
    width: 30px;
    height: 30px;
  }

  header {
    padding: 20px 0px;
  }

  .menu_social p {
    font-size: 19px;
    line-height: 30px;
  }

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

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

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

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

  header.header_fixed {
    padding: 5px 0px;
  }

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

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

  #mobile-nav ul li a {
    font-size: 22px;
    line-height: 40px;
  }

  #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: 'TikTok Sans', sans-serif;
  right: 0;
  bottom: 0;
  background: #132f54!important;
  border: 1px solid #132f54;
}

#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: #5e6d92!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 =================== */

/* =================== BRANDS ======================= */
.section_brands {
  padding: 100px 0;
}

.brand_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand_wrapper img {
  width: 130px;
}

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

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

@media (max-width: 1499px) {
  .section_brands p {
    padding-bottom: 70px;
  }

  .brand_wrapper img {
    width: 115px;
  }
}

@media (max-width: 1350px) {
  .brand_wrapper img {
    width: auto;
    margin: 35px 35px 30px 35px;
  }

  .brand_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section_brands p {
    padding-bottom: 50px;
  }

  .section_brands {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .brand_wrapper img {
    width: 115px;
  }

  .section_brands {
    padding: 80px 0 70px 0;
  }

  .section_brands p {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .section_brands p {
    padding-bottom: 30px;
    margin-left: 35px;
    font-size: 47px;
  }

  .section_brands p:after {
    width: 100px;
    margin-left: 240px;
  }

  .brand_wrapper img {
    width: 110px;
    margin: 30px 30px 25px 30px;
  }

  .section_brands {
    padding: 70px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .section_brands p {
    padding-bottom: 20px;
    font-size: 42px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .section_brands p:before {
    content: '';
    border-top: 1px solid #F5A61B;
    position: absolute;
    width: 90px;
    margin-left: -125px;
    margin-top: 33px;
  }

  .section_brands p:after {
    width: 90px;
    margin-left: 35px;
    margin-top: 33px;
  }

  .section_brands {
    padding: 60px 0 50px 0;
  }

  .brand_wrapper img {
    margin: 30px 20px 25px 20px;
  }

  .brand_wrapper {
    justify-content: space-evenly;
  }
}

@media (max-width: 549px) {
  .brand_wrapper img {
    margin: 20px 15px 20px 15px;
  }

  .section_brands p {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  .section_brands p {
    font-size: 38px;
  }

  .section_brands p:before {
    width: 70px;
    margin-left: -90px;
    margin-top: 30px;
  }

  .section_brands p:after {
    width: 70px;
    margin-left: 25px;
    margin-top: 31px;
  }
}

@media (max-width: 421px) {
  .section_brands p {
    font-size: 35px;
  }

  .section_brands p:before {
    width: 55px;
    margin-left: -65px;
  }

  .section_brands p:after {
    width: 55px;
    margin-left: 10px;
  }

  .brand_wrapper img {
    margin: 20px 10px 25px 10px;
  }

  .section_brands {
    padding: 45px 0 30px 0;
  }
}


/* =================== FOOTER =================== */
footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
  transition: all .8s ease-out;
  border-top: 1px solid #132F54
}
footer .align_bottom{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.footer_heading {
  position: relative;
  z-index: 0;
  transition: all .4s ease-out;
}

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

.footer_box.prelast p.footer_name {
  border-bottom: 1px solid #132F54;
  width: fit-content;
}

.footer_box img.phone {
  width: 22px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.footer_box img.location_footer {
  width: 31px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 0px;
  left: -5px;
}

.footer_box img.email_footer {
  width: 23px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 5px;
}

.footer_box .borders {
  content: '';
  border-right: 1px solid #132F54;
  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: #132F54; display:block; margin-bottom:15px; }
.footer_box p {
  font-size: 20px;
  color: #132F54;
  font-weight: 300;
  margin: 6px 0;
}
.footer_box.second p {
    margin: 0px 0;
    text-transform: uppercase;
}
.footer_box p span {
  margin-right: 10px;
}
.footer_box h4 { font-size: 21px; color: #132F54; font-weight: 700; line-height: 35px; margin-right: 90px; margin-top: 10px;}

.footer_box .social_media p {
  margin: 0px 0 6px 0;
  display: inline-block;
  border-bottom: 1px solid #132F54;
  min-width: 110px;
}
.footer_box .social_media p a{
  padding-bottom: 3px;
}
.footer_box .social_media p a:hover{
  font-weight: 400;
}
.footer_box p a, .privacy_links a {
  position: relative;
  color: #132F54;
}

.footer_box p a:before, .privacy_links a:before {
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #132F54;
}

.footer_box p a:after, .privacy_links a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #132F54;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.footer_box p a:hover:before, .privacy_links a:hover:before {
  opacity: 1;
  width: 100%;
}

.footer_box p a:before, .footer_box p a:after, .privacy_links a:before, .privacy_links a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer_box p a:hover:after {
  max-width: 100%;
}

.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: #132F54;
  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;
}
p.footer_moto {
  font-size: 65px;
  line-height: 70px;
  font-weight: 100;
}

p.footer_moto span {
  display: inline-block;
  color: #d0d0d0;
  transition: color 0.16s ease;
  transition-delay: 0s;
}

p.footer_moto span.active {
  color: #132f54;
  transition-duration: 0.4s;
  transition-delay: calc(var(--i) * 60ms);
}

.section_home h2.about_scroll_reveal_title span.scroll_letter {
  display: inline-block;
  color: #d0d0d0;
  transition: color 0.16s ease;
  transition-delay: 0s;
}

.section_home h2.about_scroll_reveal_title span.scroll_word {
  display: inline-block;
  white-space: nowrap;
}

.section_home h2.about_scroll_reveal_title span.scroll_letter.active {
  color: #132f54;
  transition-duration: 0.3s;
  transition-delay: calc(var(--i) * 60ms);
}

/* p.footer_moto span {
  display: inline-block;
  animation: letterFromBelow 0.5s ease both;
  animation-delay: calc(var(--i) * 80ms);
}

@keyframes letterFromBelow {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */


/* .moto_typewritter {
  position: relative;
}

.tw-line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  font-size: 75px;
  font-weight: 100;
  line-height: 87px;
  color: #132F54;
  background: linear-gradient(to right, #132F54, #132F54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  border-right: 0px solid #132F54;
}

.tw-line:nth-child(1) { animation: tw-1 8s infinite, blink 0.8s step-end infinite; }
.tw-line:nth-child(2) { animation: tw-2 8s infinite, blink 0.8s step-end infinite; }
.tw-line:nth-child(3) { animation: tw-3 8s infinite, blink 0.8s step-end infinite; }

@keyframes blink {
  0%, 100% { border-right-color: rgba(19, 47, 84, 0.5); }
  50% { border-right-color: #132F54; }
}


@keyframes tw-1 {

  0%    { width: 0; animation-timing-function: steps(5); border-right-width: 4px; }
  9.9%  { border-right-width: 4px; }
 
  10%   { width: 220px; border-right-width: 0; }
  87.9% { border-right-width: 0; }

  88%   { width: 220px; animation-timing-function: steps(5); border-right-width: 4px; }
  96%   { width: 0; border-right-width: 4px; }
  
  100%  { width: 0; border-right-width: 4px; }
}


@keyframes tw-2 {
  0%    { width: 0; border-right-width: 0; }
  9.9%  { border-right-width: 0; }

  10%   { width: 0; animation-timing-function: steps(4); border-right-width: 4px; }
  19.9% { border-right-width: 4px; }
 
  20%   { width: 185px; border-right-width: 0; }
  79.9% { border-right-width: 0; }

  80%   { width: 185px; animation-timing-function: steps(4); border-right-width: 4px; }
  87.9% { border-right-width: 4px; }
  88%   { width: 0; border-right-width: 0; }
  100%  { width: 0; border-right-width: 0; }
}


@keyframes tw-3 {
  0%    { width: 0; border-right-width: 0; }
  19.9% { border-right-width: 0; }

  20%   { width: 0; animation-timing-function: steps(9); border-right-width: 4px; }
  35%   { width: 330px; border-right-width: 4px; }

  70%   { width: 330px; animation-timing-function: steps(9); border-right-width: 4px; }
  79.9% { border-right-width: 4px; }
  80%   { width: 0; border-right-width: 0; }
  100%  { width: 0; border-right-width: 0; }
} */
.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 li a i {
  margin-right: 5px;
}
.footer_box li a:hover {
  color: #F5A61B;
  text-decoration: none;
}
.footer_box img{
  width: 110px;
  margin: 0 auto;
  display: block;
}
.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_box.second{
 

}
.footer_box.last .social_media {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_copyright {
  position: relative;
}

.footer_copyright p {
  color: #132F54;
  font-size: 17px;
  line-height: 21px;
  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;
}

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

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;}

.privacy_links{color: #132F54;}
.footer_copyright .privacy_links p{margin: 0 25px}

#copyright { margin-top:30px; margin-bottom:30px; }

.copyright {
  padding: 25px 0px;
  display: flex;
  align-items: center;
}

.copyright a { color: #132F54; text-decoration: none;  }

.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;
}

#wapp a {	display: block; width: 80px; height: 30px;background:transparent url(../img/layout/logo/wapp.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) {

}
@media(max-width: 1350px) {
}
@media(max-width: 1200px) {
  
}
@media(max-width: 991px) {

  .home_highlight.right {
    padding: 50px 15px 0 15px;
  }

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

  .toggle-nav {
    display: flex;
  }

  .toggle-nav span {
    display: none;
    color: #fff;
    background-color: #000;
  }

	.privacy_cookies {
    text-align: center;
    margin-bottom: 10px;
	}
 
}


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

  .footer_box p {
    font-size: 16px;
    margin: 5px 0;
  }

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

  .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_box.first {
    margin-bottom: 30px;
  }

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

  footer {
    padding: 50px 0 40px 0;
  }

  .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);
}

#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:20px 0 20px 0;color: #fff; background: #2d7f83;  padding: 5px 10px 5px 10px;}
a.read_more:hover {background: #17171d; }

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

/* CONTACT
================================================== */
.contact_box p{
  color: #132f54;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}
.contact_box h1{
  color: #262626;
  font-size: 40px;
  text-align: left;
  font-weight: 100;
  line-height: 70px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.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;
}





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

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

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

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


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

.contactform div.submit{
  width: 100%;
  margin: 0px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.contactform .submit .btn-slide {
  transition: all 0.6s ease-in-out;
}
.contactform .submit:hover .btn-slide {
  background-color: #634352;
  background-position: 85% 18px;
  padding: 14px 75px 12px 45px;
  color: #132f54;
}
.submit_button{
  display: flex;
  justify-content: flex-end;
}
.submit_button .button {
    transition: background-position 0.5s ease-in-out;
}
.submit_button .button:hover{
    background-position: left 0px center;
}
.submit_button .button::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 17px;
    width: 100%;
    height: 1px;
    background-color: rgb(19, 47, 84);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.5s ease-in-out;
}
.submit_button .button:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}
.submit_button .button:not(:hover)::after {
    transform-origin: right center;
}
.submit_button .button:focus,.submit_button .button:focus-visible{
  border:none!important;
  outline:none!important;
}
.contactform div.input label {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0px;
  display: block;
  text-align: left;
  font-size: 21px;
  color: #132f54;
}

.contactform input[type="text"], .contactform textarea {
  width: 100%;
  padding: 15px 20px;
  margin: 0px;
  font-size: 18px;
  background: none;
  color: #132f54;
  transition: all 0.4s ease;
  text-align: left;
  float: left;
  border: 1px solid #132f54;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
  color: #132f54;
  font-weight: 200;
}

.contactform select {
    word-wrap: normal;
    width: 95%;
    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:98%;
}

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

.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: #e3e5ea;
  color: #526080;
  cursor: pointer
}

.contactform textarea:focus, .contactform textarea:hover {
  outline: none;
  background: #e3e5ea;
  color: #526080;
  cursor: pointer

}

.contactform input[type="text"]:focus::placeholder, .contactform input[type="text"]:hover::placeholder,
.contactform textarea:focus::placeholder, .contactform textarea:hover::placeholder {
  color: #526080;
}

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

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

.contact_graphic {
  background-image: url(../img/layout/abstract_graphic_footer.svg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
}

.contact_us_graphic {
  position: absolute;
  background-image: url(../img/layout/contact_us_bg_graphic.svg);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 103%;
  height: 100%;
  right: -560px;
  top: 0;
  margin-top: 55px;
}

.map_title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #666;
  color: #666;
  margin-bottom: 10px;
  line-height: normal;
  padding-bottom: 7px;
}

.map_subtitle {
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
}

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

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

.general_form {
}

.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: none;
}

.contact_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 100px 0;
}

.contact_box h2 {
  color: #E3E5EA;
  font-size: 25px;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.contact_box a:hover {
  color: #fff;
}

.first_box {
  width: 250px;
  border-bottom: 1px solid #e3e5ea;
  padding-bottom: 22px;
  margin-bottom: 40px;
  margin-top: 100px;
}

.contact_box .second_box p {
  /* color: #fff; */
}

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

.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;
  }

  .contact_us_graphic {
    right: -400px;
  }

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

  .pages_header h1 {
    font-size: 65px;
    line-height: 70px;
  }

  .contact_box h2 {
    font-size: 23px;
  }

  .contact_box p {
    font-size: 23px;
  }

  .contact_us_graphic {
    right: -270px;
  }

  .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;
    }

    .pages_header h1 {
      font-size: 60px;
      line-height: 60px;
      padding-left: 30px;
      padding-top: 30px;
    }

    .first_box {
      padding-bottom: 22px;
      margin-bottom: 40px;
      margin-top: 80px;
      margin-left: 20px;
    }

    .second_box {
      margin-left: 20px;
    }

}

@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;
  }

  .other_service {
    font-size: 19px;
  }

  .other_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .other_service img {
    width: 100px;
  }

  .service_text h2 {
    min-height: auto;
  }

  .other_services_inner {
    flex-direction: column;
  }

  .pages_header h1 {
    font-size: 55px;
    line-height: 55px;
    padding-left: 20px;
  }

  .contact_box {
    margin: 0px 0 70px 0;
  }

  .first_box {
    margin-bottom: 20px;
    margin-top: 45px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }

  .second_box {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 40px;
  }

  .contact_box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #map {
    margin-bottom: 0;
  }

  .contact_us_graphic {
    right: -130px;
    margin-top: 90px;
  }

  .contact_box p {
    font-size: 22px;
  }

  .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%;
	}

  .pages_header h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .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;
  }

  .first_box {
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .contact_us_graphic {
    right: -90px;
    margin-top: 110px;
  }

  .contact_box p {
    font-size: 21px;
  }

  .contact_box h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .general_form .contactform div.input.radio label::after {
    width:100%;
    content:'';
    display: block;
    clear:left;
  }
}

@media(max-width: 479px) {
  .pages_header h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .contactform input[type="text"], .contactform textarea {
    font-size: 17px;
  }

  .contactform .submit input {
    padding: 12px 50px 12px 75px;
  }
}

@media(max-width: 420px) {
	.contact-info-box h3 {font-size: 18px;}
	.contactform button i {font-size: 14px;}

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

  .other_service img {
    width: 80px;
  }

  .other_service {
    font-size: 17px;
    line-height: normal;
  }

  .other_service .button {
    background-position: 23px 13px;
    padding: 12px 35px 12px 70px;
  }

  .other_service:hover .button {
    background-position: 80% 13px;
    padding: 12px 70px 12px 35px;
  }

  #map {
    margin-bottom: 0px;
  }

  .pages_header h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .contact_box h2 {
    font-size: 20px;
  }

  .contactform .submit input {
    margin-top: 10px;
  }

  .contact_box {
    margin: 0px 0 55px 0;
  }

  .contactform .submit:hover .btn-slide {
    background-position: 105px 18px;
    padding: 12px 60px 12px 40px;
  }

  .contactform .submit input {
    padding: 12px 40px 12px 60px;
    background-position: 20px 18px;
    background-size: 25px;
  }

  .second_box {
    margin-bottom: 25px;
  }

  .contactform div.input {
    margin: 0px 0 25px 0;
  }

  .contactform input[type="text"], .contactform textarea {
    font-size: 16px;
  }

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

  .contact_us_graphic {
    right: -50px;
  }

  .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: 17px!important;
  }

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

  #map {
    height: 460px;
  }

  .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 {
  position: relative;
}

.home_intro.is-loading .swiper-container {
  opacity: 0;
}

.home_intro.is-ready .swiper-container {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.home_intro .home_intro_link {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home_intro .swiper-wrapper, .home_intro .swiper-container{
  height: calc(100vh - 145px)
}

.home_intro .swiper-wrapper {
  position: relative;
  overflow: hidden;
}

.home_intro .swiper-wrapper.reveal-on-load::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fffdf5;
  z-index: 6;
  pointer-events: none;
  animation: homeIntroWrapperReveal 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes homeIntroWrapperReveal {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.home_intro p{
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  padding-bottom: 20px;
  max-width: 40vw;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.home_intro .button {
  background-color: #00000001;
  padding: 12px 50px 12px 55px;
  background-image: url(../img/layout/icons/arrow_white.svg);
  background-position: center left;
  background-size: 90px;
  margin-top: 0;
  margin-left: 0;
  width: 100px;
  height: 40px;
  animation: homeIntroButtonFloatX 1.8s ease-in-out infinite;
  will-change: transform;
}
.home_intro .button:hover {
  animation: homeIntroButtonFloatX 1.8s ease-in-out infinite !important;
}
@keyframes homeIntroButtonFloatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.home_intro .swiper-slide {
  position: relative;
  overflow: hidden;
}

.home_intro .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05); 
  z-index: 1;
}

.home_intro .hero_image_text,
.home_intro .hero_image_text * {
  position: relative;
  z-index: 2;
}
/* .home_intro .swiper-container-horizontal > .swiper-pagination {
  right: calc(8.333% + 15px);
  top: 44%;
  height: 100%;
  bottom: auto;
  left: auto;
  position: absolute;
} */

/* Horizontal Swiper pagination bullets */
.home_intro .swiper-pagination {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.home_intro .swiper-pagination-bullet {
  margin-right: 25px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
}
.home_intro .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.home_intro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
  height: 13px;
  width: 13px;
}

.home_intro .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 13px;
  margin-left: 25px; 
  text-indent: -9999px;
  transition: all 0.3s ease-in 0s;
  vertical-align: middle;
  width: 13px;
}

.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: 'TikTok 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 {
  position: relative;
}

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

.pages.contact .section_home.contact_home {
  display: none;
}

.section_home.contact_home {
  background-image: url('../img/layout/footer.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.contact_graphic_home {
  background-image: url(../img/layout/abstract_graphic_footer.svg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -1px;
}

.section_home.contact_home h1 {
  font-size: 72px;
  padding-bottom: 50px;
  margin-left: 0px;
}


@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;
  }

  .home_intro .swiper-header:after {
    width: 500px;
    height: 500px;
  }
}
@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;
	}

  .home_intro .swiper-header:after {
    width: 450px;
    height: 450px;
  }

}
@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;}

  .home_intro .swiper-header:after {
    width: 350px;
    height: 350px;
  }
}
@media(max-width: 575px) {

	.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_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 ================== */


.button {
  float: left;
  padding: 12px 60px 12px 75px;
  border: none;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  color: #132F54;
  overflow: hidden;
  font-family: 'TikTok Sans', sans-serif;
  letter-spacing: 0.5px;
  background-image: url(../img/layout/icons/arrow_button_right.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 35px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.align_titles .button {
  float: left;
  padding: 12px 60px 12px 75px;
  border: none;
  position: relative;
  z-index: 1;
  color: #132F54;
  font-weight: 400;
  font-size: 19px;
  overflow: hidden;
  font-family: 'TikTok Sans', sans-serif;
  letter-spacing: 0.5px;
  background-image: url(../img/layout/icons/arrow_button_right.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 35px;
  transition: background-position 0.5s ease-in-out;
  background-color: transparent;
}
.button_more .button{
  transition: background-position 0.5s ease-in-out;
}
/* underline */
.align_titles .button::after, .button_more .button::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 17px;
  width: 100%;
  height: 1px;
  background-color: #132F54;

  transform: scaleX(0);
  transform-origin: right; /* ξεκινάει από δεξιά */
  transition: transform 0.5s ease-in-out;
}

/* hover */
.align_titles .button:hover, .button_more .button:hover {
  background-position: left 0 center;
}

.align_titles .button:hover::after, .button_more .button:hover::after {
  transform: scaleX(1);
  transform-origin: right; /* γεμίζει προς τα αριστερά */
}

/* όταν φεύγει το hover */
.align_titles .button:not(:hover)::after, .button_more .button:not(:hover)::after {
  transform-origin: right; /* επιστρέφει από αριστερά προς δεξιά */
}


.button.blue {
  background-color: #132F54;
  background-image: url(../img/layout/icons/arrow_contact_blue.svg), url(../img/layout/icons/arrow_contact.svg), linear-gradient(to right, #fffdf5, #fffdf5);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 25px center, left 25px center, left top;
  background-size: 0px 27px, 27px 27px, 0% 100%;
  color: #fff;
  border-bottom: 1px solid #132F54;
  font-weight: 100;
  padding: 15px 25px 15px 80px;
  transition: background-size 0.45s ease, background-position 0.45s ease, color 0.4s ease;
}

.button.blue:hover {
  color: #132F54;
  background-size: 27px 27px, 0px 27px, 100% 100%;
  background-position: left 25px center, left 25px center, left top;
}
.button.back {
  background-position: center left;
  background-image: url(../img/layout/icons/arrow_button_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 35px;
  padding: 12px 0px 12px 50px;
}
/* .button:hover {
  background-position: 93% 17px;
  padding: 12px 75px 12px 50px;
} */

.button.blog_button{display:flex; text-decoration: underline;text-align: center;}
.button.right_side{float:right}

.text-image {
  padding-left: 30px;
}

.text-image.left {
  padding-left: 0;
  padding-right: 30px;
}


/* ============== DYNAMIC PAGES ============== */
.dynamic-content { padding-top: 50px; padding-bottom: 100px; color: #132f54; }
.dynamic-content strong{color:#132f54}
.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:#132f54;display: contents;}
.dynamic-content h2{
  font-size: 36px;
  color: #132f54;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 400;
  display: block;
  position: relative;
  font-family: 'TikTok Sans', sans-serif;
  width: fit-content;
}
.dynamic-content h2 small{font-weight: 700;font-size: 65px; color: #dcdcdc;}

.dynamic-content h2:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/header_graphic_1.svg);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 38px;
  margin-left: 0;
  margin-top: -10px;
  right: -30px;
}

.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 {
  margin-bottom: 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: 'TikTok Sans', sans-serif;
}

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

img.about_1 {
  width: 280px;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  border-left: 4px solid #f5a61b;
}

img.about_2 {
  width: 280px;
  float: left;
  margin-right: 30px;
  border-right: 4px solid #f5a61b;
}

.first_section {
  padding: 120px 0 100px 0;
  position: relative;
}

.first_section ul li {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  background: transparent url(../img/layout/dot.svg) no-repeat 0 11px;
  background-size: 13px;
  padding-left: 20px;
}

.first_section p {
  margin-bottom: 30px;
  padding-right: 50px;
}

.first_section ul {
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
}

.first_section p strong {
  font-weight: 600;
  font-style: italic;
}

.second_section h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 0;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
  position: relative;
  font-family: 'TikTok Sans', sans-serif;
  width: fit-content;
  background: #00000001;
}

.second_section h1:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/header_graphic_1.svg);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 38px;
  margin-left: 0;
  margin-top: -10px;
  right: -30px;
}

.second_section .home_highlight p {
  color: #fff;
  font-weight: 200;
  background: #00000001;
  padding-right: 70px;
}

.second_section .home_highlight.right p {
  padding-right: 0px;
}

.second_section ul li {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 32px;
  background: transparent url(../img/layout/dot_white.svg) no-repeat 0 11px;
  background-size: 13px;
  padding-left: 20px;
  background-color: #00000001;
}

.second_section_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.team {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.team h2 {
  font-family: 'TikTok Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-top: 60px;
  line-height: normal;
  background: #00000001;
}

.team p {
  color: #fff;
  padding-top: 20px;
  background: #00000001;
}

.team .highlight_p {
  font-weight: 500;
  padding-top: 5px;
  font-style: italic;
  padding-right: 0;
}

.team_second {
  margin-top: 140px;
}

.team_third {
  margin-top: 180px;
}

.team img {
  clip-path: polygon(18% 0%,100% 0%,100% 100%,0% 100%,0% 12%);
}

#gallery_content {
    width: 100%;
    margin-bottom: 70px;
}
#gallery_content.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.grid-item a img {
    width: 100%;
}
.grid-item {
    padding: 0;
    border: 3px solid #fffdf5;
    margin-bottom: 0;
}
.grid-item a img {
    display: block;
}
#tabs {
  margin-right: 40px;
}

#tabs li a {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  padding-left: 35px;
  background: #00000001;
  cursor: pointer;
}

#tabs li a:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/layout/white_pointer.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 20px;
  background-position: center;
  margin-left: 15px;
  margin-top: 19px;
}

#tabs li a.inactive {
  color: #92AAE0;
  font-size: 28px;
  font-weight: 700;
  padding-left: 0;
}

#tabs li a.inactive:before {
  display: none;
}

#tabs li {
  border-bottom: 1px solid #faf8f8;
  padding: 15px 0px 15px 60px;
}

#tabs li:last-child {
  border-bottom: none;
}

#swiper_about {
  margin-left: 40px;
  padding: 50px 0 80px 0;
}

#swiper_about .swiper-slide {
  padding: 0 20px;
}

#swiper_about h1 {
  color: #fff;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  background: #00000001;
}

#swiper_about .swiper-button-prev {
  background-image: url(../img/layout/arrow_left_white_1.svg);
  right: 0px;
  bottom: 0;
  left: auto;
  margin-right: 230px;
  position: absolute;
}

#swiper_about .swiper-button-next {
  background-image: url(../img/layout/arrow_right_white_1.svg);
  right: 0px;
  margin-right: 150px;
  bottom: 0;
}


@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}

  #swiper_about h1 {
    margin-top: 15px;
    font-size: 19px;
  }

  #tabs li a {
    font-size: 34px;
  }

  .team h2 {
    font-size: 26px;
  }

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

  .home_highlight p {
    font-size: 20px;
  }
  
  .team p {
    padding-right: 0;
  }

  .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;
  }

  #tabs li a {
    font-size: 30px;
    padding-left: 10px;
  }

  #swiper_about {
    padding: 50px 0 110px 0;
  }

  .second_section h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .second_section .home_highlight p {
    padding-right: 0px;
  }

  .home_highlight p {
    margin: 0px 0px 20px 0;
  }

  #swiper_about .swiper-slide {
    padding: 0px;
  }
}

@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;}

  #tabs li a.inactive {
    font-size: 24px;
  }

  #tabs li a {
    font-size: 26px;
  }

  #tabs li a:before {
    margin-top: 10px;
  }

  #swiper_about h1 {
    font-size: 16px;
  }

  #tabs li {
    padding: 15px 0px 15px 40px;
  }

  .team {
    padding-left: 15px;
  }

  .pages.about .home_highlight p {
    font-size: 19px;
    line-height: 30px;
  }

  .second_section ul li {
    font-size: 19px;
    line-height: 31px;
  }

  .second_section {
    height: 105vh;
    margin: 40px 0;
  }

  .first_section p {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 20px;
  }

  .first_section ul {
    font-size: 20px;
  }

  .first_section ul li {
    font-size: 20px;
    line-height: 30px;
  }

  .first_section {
    padding: 100px 0 100px 0;
  }

  .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 15px;
  }

  #tabs {
    margin-right: 0px;
  }

  #swiper_about {
    margin-left: 20px;
  }

  .second_section {
    height: 150vh;
  }

  .first_section p {
    font-size: 19px;
    line-height: 32px;
  }

  .first_section ul li {
    font-size: 19px;
  }

  .first_section ul {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .first_section:after {
    width: calc(70% - 15px);
  }

  .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;}

  #swiper_about {
    padding: 40px 0 110px 0;
  }

  #swiper_about .swiper-button-next {
    margin-right: 80px;
  }

  #swiper_about .swiper-button-prev {
    margin-right: 180px;
  }

  .first_section:after {
    width: calc(80% - 15px);
    height: 75px;
  }

  .second_section {
    height: 145vh;
  }

  .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;
  }

  #swiper_about {
    padding: 40px 0 80px 0;
  }

  #swiper_about .swiper-button-prev {
    margin-right: 160px;
  }

  #tabs li a {
    font-size: 24px;
  }

  .second_section h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .second_section ul li {
    font-size: 18px;
    line-height: 30px;
  }

  .second_section {
    height: 135vh;
    margin: 20px 0;
  }

  #tabs li {
    padding: 12px 0px 12px 40px;
  }

  .team p {
    font-size: 18px;
    padding-top: 15px;
    line-height: 27px;
  }

  #tabs li a.inactive {
    font-size: 22px;
  }

  #tabs li a:before {
    margin-top: 8px;
    background-size: 15px;
    width: 15px;
  }

  .team {
    padding-left: 5px;
    margin-top: 50px;
  }

  .team h2 {
    font-size: 21px;
  }

  .pages.about .home_highlight p {
    font-size: 18px;
    line-height: 28px;
  }

  .first_section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
  }

  .first_section ul {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .first_section ul li {
    font-size: 18px;
    line-height: 29px;
  }

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

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

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

  .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: 479px) {
  .second_section {
    height: 140vh;
    margin: 0;
  }

  .other_service .button.Prev:after {
    background-size: 26px;
    background-position: 30px 8px;
  }

  .other_service:hover .button.Prev:after {
    background-position: 100px 7px;
  }    

  #tabs li a {
    font-size: 23px;
  }

  #swiper_about {
    padding: 25px 0 80px 0;
  }

  .pages.about .home_highlight p {
    margin: 0px 0px 20px 0;
  }

  .second_section h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

}

@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;
  }

  .other_service:hover .button.Prev {
    padding: 12px 35px 12px 70px;
  }

  .other_service .button.Prev {
    padding: 12px 70px 12px 35px;
  }

  .other_service:hover .button.Prev:after {
    background-position: 90px 10px;
  }

  .other_service .button.Prev:after {
    background-position: 30px 11px;
  }

  #swiper_about {
    margin-right: 20px;
  }

  .second_section h1 {
    font-size: 34px;
  }

  #swiper_about .swiper-button-next {
    margin: 0 auto;
    display: block;
    right: -80px;
    left: 0;
  }

  #swiper_about .swiper-button-prev {
    margin: 0 auto;
    display: block;
    left: -100px;
  }

  #tabs li {
    padding: 10px 0px 10px 40px;
  }

  #tabs li a:before {
    margin-top: 7px;
    background-size: 13px;
    width: 13px;
  }

  #tabs li a {
    font-size: 22px;
  }

  #tabs li a.inactive {
    font-size: 20px;
  }

  .second_section ul li {
    font-size: 17px;
    line-height: 27px;
  }

  .team {
    flex-direction: column;
  }

  .second_section {
    height: auto;
    margin: 0;
    background: #47303A;
    padding-bottom: 65px;
  }

  .team p {
    margin-top: 0;
  }

  .team h2 {
    padding-right: 15px;
    margin-top: 15px;
  }

  .team_second {
    margin-top: 45px;
  }

  .team_third {
    margin-top: 45px;
  }

  .team .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pages.about .home_highlight p {
    font-size: 17px;
    line-height: 26px;
  }

  .first_section ul li {
    font-size: 17px;
    line-height: 28px;
  }

  .first_section ul {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .first_section p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .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;}

p.section_title{
  color: #132F54;
  font-size: 22px;
}
.intro_description{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 120px;
}
.intro_description p{
  color: #132F54;
  font-size: 21px;
  width: 32vw;
  line-height: 29px;
}
.section_home h1 {
  font-size: 47px;
  color: #132F54;
  font-weight: 600;
  padding-bottom: 20px;
  margin-left: 50px;
  display: block;
  position: relative;
  font-family: 'TikTok Sans', sans-serif;
  background: #00000001;
}

.section_home .home_highlight.about h1:after {
  content: '';
  position: absolute;
  left: 5px;
  border-top: 1px solid #000;
  width: 95px;
  bottom: 0;
}

.profile_intro_body {
  padding: 20px 0;
}


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

.section_home .home_highlight{
  text-align: left;
}

.section_home .home_highlight.about {
  margin-top: 100px;
}

.section_home .home_highlight.about .button {
  background: transparent;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  background-image: url(../img/layout/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 8px 17px;
  background-size: 28px;
  padding: 12px 50px 12px 60px;
}

.section_home .home_highlight.about .button:hover {
  background-color: #936379;
  padding: 12px 70px 12px 35px;
  color: #fff;
  background-image: url(../img/layout/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 207px 17px;
  background-size: 28px;
}

.section_home.contact_home .home_highlight {
  width: 40%;
}

.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: 34px;
  margin: 0px 0px 30px 0;
  font-weight: 300;
  background: #00000001;
}

.home_highlight p strong {
  font-weight: 600;
  font-style: italic;
}

.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.contact_home .home_highlight {
    width: 70%;
  }

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

  .section_home h1 {
    margin-left: 0px;
  }

  .section_home .home_highlight.about {
    margin-top: 50px; 
  }  

}

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

  .home_highlight.about .col-md-5, .home_highlight.about .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section_home .home_highlight.about {
    margin-top: 0px;
    margin-left: 105px;
  }

  .section_home h1 {
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .section_home.contact_home h1 {
    font-size: 65px;
    padding-bottom: 40px;
  }

  .button {
    margin-top: 20px;
  }

}

@media(max-width: 1200px) {

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

  .section_home .home_highlight.about {
    margin-left: 70px;
  }

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

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

  .profile_img {
    width: 300px;
    height: 400px;
    top: 30px;
  }

  .section_home.contact_home h1 {
    font-size: 60px;
  }

  .button {
    margin-top: 10px;
  } 

}
@media(max-width: 991px) {
	.profile_intro {
    padding: 0 30px;
	}

  .section_home .home_highlight.about {
    margin-left: 0;
  }

  .contact_graphic_home {
    left: 0;
  }

  .section_home.contact_home h1 {
    font-size: 55px;
  }

	.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;
  }

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

  .section_home h1 {
    font-size: 35px;
  }

  .section_home.contact_home .home_highlight {
    width: 80%;
  }

  .section_home.contact_home h1 {
    font-size: 50px;
    padding-bottom: 25px;
  }

  .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;
	}
  .contact_graphic_home {
    background-image: url('../img/layout/abstract_graphic_footer_responsive.svg');
    height: 95vh;
  }
	.profile_intro .button {
		width: 100%;
	}
  .profile_intro .profile_highlight p{
    font-size: 20px;
    line-height: 30px;
  }

  .section_home.contact_home {
    align-items: flex-start;
  }

  .section_home.contact_home .home_highlight {
    width: 90%;
    padding-top: 50px;
  }

  .section_home.contact_home h1 {
    font-size: 45px;
  }

  .home_highlight p {
    line-height: 30px;
    font-size: 18px;
  }
  
  .section_home .home_no p {
    font-size: 38px;
  }

  .section_home h1 {
    font-size: 30px;
  }

  .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;
  }

  .section_home .home_highlight.about {
    margin-left: -15px;
  }

}

@media(max-width: 479px){
  .section_home.contact_home h1 {
    font-size: 40px;
  }

  .section_home h1 {
    font-size: 27px;
  }

  .section_home.contact_home .home_highlight {
    width: 100%;
  }
  .section_home.contact_home {
    height: 80vh;
  }
}

@media(max-width: 420px) {
 
  .section_home .home_highlight.about .button {
    background-position: 8px 15px;
    background-size: 25px;
    padding: 12px 50px 12px 55px;
  }

  .section_home .home_highlight.about .button:hover {
    padding: 12px 60px 12px 35px;
    background-position: 175px 16px;
    background-size: 25px;
  }

  .section_home h1 {
    font-size: 25px;
  }

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

  .section_home.contact_home {
    height: 75vh;
  }

  .section_home.contact_home h1 {
    font-size: 35px;
  }

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

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

}


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



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


.here_section {
  background: #262626;
  padding: 60px 0;
  display: block;
  position: relative;
  border-bottom: 17px solid #BFBFBF;
}

.here_section p {
    color: #fff;
    margin: 0 auto;
    font-family: 'TikTok 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 {
  z-index: 1;
  position: relative;
}

.section_home.services_home h1 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 95px;
  margin-left: 0;
}

.section_home.services_home h1:after {
  content: '';
  position: absolute;
  left: 5px;
  border-top: 1px solid #fff;
  width: 95px;
  bottom: 0;
}

.services_box_1 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.service_box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background: #00000001;
}

.service_box:hover {
  transition: all 0.2s ease-in-out;
}

.service_box img {
  transition: all 0.3s ease-in-out;
}

.service_box:hover img {
  transform: scale(1.1);
}

.service_box h3 {
  font-size: 30px;
  font-weight: 100;
  color: #132F54;
  padding: 15px 0 5px 0;
  transition: all 0.2s ease-in-out;
  font-family: 'TikTok Sans', sans-serif;
  background: #00000001;
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.service_box h3::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-left: 10px;
  background: url('../img/layout/icons/plus.svg') no-repeat center center;
  background-size: 30px;
  transition: background 0.3s, transform 0.3s;
  vertical-align: middle;
  top: 3px;
  position: relative;
}
.service_box h3.active::after {
  background: url('../img/layout/icons/minus.svg') no-repeat center center;
  background-size: 30px;
  transform: rotate(180deg);
}

.service_box h3:hover {
  cursor: pointer
}

.service_box:not(:last-child) {
    border-bottom: 1px solid #132F54;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.service_box p {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0px;
  font-weight: 100;
  color: #132F54;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0.8);
  transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1), transform 0.4s;
}
.service_box p.visible {
  max-height: 500px;
  transform: scaleY(1);
}

.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: 'TikTok 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, .image_news 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, .image_news p:after {
  content: '';
  border-top: 1px solid #fff;
  position: relative;
  width: 120px;
  margin-left: 25px;
  margin-top: 15px;
}
.services_intro{
    padding: 60px 0 40px 0;
}
.services_intro p{
  color: #132F54;
}
.service_section {
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 70px;
}

.service_img {
  display: flex;
  align-items: center;
  position: relative;
}

.service_icon img {
  z-index: 1;
  position: relative;
}

.service_intro {
  margin-top: 50px;
  margin-bottom: 120px;
  text-align: center;
}

.service_intro p {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.service_section.reverse-767 .service_img:before {
  left: auto;
  right: -8px;
}

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

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

.service_section h1 {
  font-family: 'TikTok Sans', sans-serif;
  color: #132f54;
  font-size: 45px;
  font-weight: 100;
  position: relative;
  margin: 20px 0;
  transition: all 0.2s ease-in-out;
}

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

.service_section .button {
  float: left;
  margin: 0px;
  padding: 12px 50px 12px 40px;
  border: none;
  position: relative;
  z-index: 1;
  color: #000;
  background: none;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  font-family: 'TikTok Sans', sans-serif;
  margin-top: 20px;
  background-image: url(../img/layout/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 0px 17px;
  background-size: 28px;
  transition: all 0.6s ease-in-out;
}

.service_section .button:hover {
  background-color: #936379;
  background-position: 190px 17px;
  padding: 12px 65px 12px 35px;
  color: #fff;
  background-image: url(../img/layout/arrow_orange.svg);
}

.services.home .extra_intro {
  display: none;
}

.services.view .extra_intro {
  display: block;
  margin-top: 20px;
}

.service_intro .extra_intro p {
  font-size: 21px;
  line-height: 32px;
}

.service_section p {
  color: #132f54;
}

.services_view h1 {
    font-size: 80px;
    font-family: 'TikTok 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.more {
  margin-top: 110px;
}

.service_description h2 {
  font-size: 38px;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: 'TikTok Sans', sans-serif;
  background: #00000001;
}

.service_description h2:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/header_graphic_2.svg);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 38px;
  margin-left: -35px;
  margin-top: -25px;
}

.service_description .image_right:before {
  content: '';
  position: absolute;
  width: 93%;
  /* border: 1px solid #936379; */
  height: 100%;
  bottom: -40px;
  left: 0px;
  z-index: -1;
}

.service_description .image_left:before {
  content: '';
  position: absolute;
  width: 93%;
  /* border: 1px solid #936379; */
  height: 100%;
  bottom: -39px;
  right: -1px;
  z-index: -1;
}

.service_info {
  padding-bottom: 100px;
}

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

.services.view .service_description p {
  margin: 25px 0px 0px 0px;
}

.service_description ul {
  margin: 10px 0px 10px 0px;
  list-style: circle;
}

.service_description ul li {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  background: #00000001 url(../img/layout/dot.svg) no-repeat 0 11px;
  background-size: 13px;
  padding-left: 20px;
}

.service_description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.service_description .description_inner {
  padding-left: 100px;
}

.service_description img {
  /* padding-left: 50px; */
      /* padding: 10px; */
      border: 10px solid #fff;
      box-shadow: 0px 0px 15px #636269;
}

.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 p {
    font-size: 19px;
  }

  .service_description .description_inner {
    padding-left: 30px;
  }

  .service_description img {
    padding-left: 20px;
  }

  .service_description .image_right:before {
    bottom: -20px;
  }

  .service_description .image_left:before {
    bottom: -19px;
  }

  .service_description h2:before {
    margin-left: -25px;
    margin-top: -15px;
  }

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

  .service_section h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .service_box img {
    width: 115px;
  }

  .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 p {
    font-size: 18px;
  }

  .service_description ul li {
    font-size: 19px;
  }

  .service_intro p {
    font-size: 27px;
    line-height: 42px;
  }

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

  .service_box img {
    width: 90px;
  }

  .image_about {
    height: 65vh;
  }

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

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

  .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;
  }

  .section_home.services_home:after {
    bottom: 105px;
  }

  .section_home.services_home h1 {
    font-size: 50px;
  }

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

}

@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 .button {
    margin: 25px auto 0 auto;
    font-size: 15px;
    padding: 8px 20px;
  }

  .service_icon img {
    width: 110px;
  }

  .service_icon {
    padding: 20px 10px 10px 10px;
  }

  .service_intro p {
    font-size: 24px;
    line-height: 38px;
  }

  .section_home.services_home h1 {
    font-size: 45px;
  }

  .section_home.services_home:after {
    bottom: 20px;
  }

  .image_about {
    height: 60vh;
  }

  .image_services p, .image_about p {
    font-size: 50px;
    line-height: 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 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_section h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }

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

  .service_section .button {
    padding: 12px 40px 12px 40px;
    font-size: 17px;
    background-size: 25px;
  }

}
@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;
  }

  .services.view .service_description .description_inner {
    margin: 70px 0 40px 0;
  }

  .service_section.reverse-991 {
    flex-direction: column-reverse;
  }

  .service_description.reverse-991 {
    flex-direction: column-reverse;
  }

  .service_left {
    margin-top: 40px;
  }

  .service_icon {
    padding: 10px 10px 5px 10px;
  }

  .service_icon img {
    width: 100px;
  }

  .service_intro p {
    font-size: 24px;
    line-height: 38px;
  }

  .service_intro {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .service_description .description_inner {
    padding-left: 20px;
    margin: 0px;
  }

  .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;
  }

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

  .service_section {
    padding-bottom: 40px;
  }

  .service_section:after {
    right: auto;
  }

  .service_section:last-of-type::after {
    height: 35%;
  }

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

  .service_section:first-of-type:after {
    height: 70%;
    bottom: 0;
    top: auto;
    right: auto;
  }

  .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: 32px;
  }

  .contact_form { padding: 60px 0; }
  .form_img {
    width: 1500px;
    height: 1500px;
    bottom: -800px;
  }

}

@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;
  }

  .service_intro p {
    font-size: 22px;
    line-height: 35px;
  }

  .service_section:last-of-type::after {
    height: 30%;
  }

  .service_icon:before {
    width: calc(50% - 60px);
    height: 75px;
  }

  .service_icon:after {
    width: calc(50% - 60px);
    height: 75px;
  }

  .service_intro {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .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: 25px;
  }

  p.service_no.right {
    left: 0;
  }
  p {
    font-size: 18px;
  }
  .service_section h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .service_left {
    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 0;
  }

  .contactform div.input label {
    font-size: 17px;
  }

  .form_img {
    width: 1400px;
    height: 1400px;
    bottom: -730px;
  }

  .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;
  }

  .service_intro {
    margin-bottom: 60px;
  }

  .service_intro p {
    font-size: 23px;
    line-height: 37px;
  }

  .section_home.services_home h1 {
    margin-bottom: 45px;
  }

  .section_home.services_home h1 {
    font-size: 30px;
  }

  .section_home.services_home:after {
    width: 90%;
    height: 140px;
    right: 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_section h1:after {
    bottom: -10px;
  }

  .service_section h2 {
    font-size: 18px;
  }

  .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;
  }

  .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;
  }

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

  .service_section:first-of-type:after {
    height: 75%;
  }
  
  p.service_no {
    font-size: 40px;
  }

  .service_section h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .service_left {
    margin-top: 25px;
  }

  .service_section {
    padding-bottom: 25px;
  }
}

@media(max-width: 479px) {
 
  .service_section .button {
    font-size: 16px;
    margin-top: 5px;
    font-size: 17px;
    background-size: 23px;
  }

  .service_section:first-of-type:after {
    height: 78%;
  }

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

  .service_description img {
    padding-left: 0px;
  }

  .service_icon img {
    width: 90px;
  }

  .service_intro {
    margin-bottom: 50px;
  }

  .service_icon:before, .service_icon:after {
    width: calc(50% - 55px);
    height: 65px;
  }

  .service_intro p {
    font-size: 21px;
    line-height: 35px;
  }

  .section_home.services_home h1 {
    font-size: 27px;
  }

  .section_home.services_home {
    padding-top: 70px;
  }
}

@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;}

  .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;
  }

  .service_box {
    width: 42%;
  }

  .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_section h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .service_section p {
    font-size: 16px;
    line-height: 27px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .service_section h1:after {
    width: 70px;
  }

  p.service_no {
    padding-bottom: 10px;
  }

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

  .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 0 45px 0;
  }

  .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 p {
    font-size: 18px;
  }

  .services_view {
    padding-left: 5px;
  }

  p.service_no {
    font-size: 37px;
  }

  .section_home.services_home h1 {
    font-size: 25px;
  }

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

  .section_home.services_home:after {
    height: 80px;
  }

  .service_left {
    margin-top: 20px;
  }

  .service_section:first-of-type:after {
    height: 85%;
  }

  .service_img:before {
    left: -7px;
    width: 15px;
    height: 15px;
  }

  .service_section:last-of-type::after {
    height: 25%;
  }
}

@media(max-width: 380px) {

  .service_box {
    width: 100%;
  }

  .service_box h3 {
    min-height: auto;
  }
}

/* ===================== END SERVICES ===================== */



/* ===================== CAREERS & PROJECTS HOME ===================== */

.career {
  background: #fff;
}

.projects_wrapper {
  /* padding: 100px 0 120px 0; */
  position: relative;
}

.projects_home {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes projectsRevealLTR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

.projects_home h1 {
  font-size: 62px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  margin-left: 345px;
  display: block;
  position: relative;
  font-family: 'TikTok Sans', sans-serif;
  margin-bottom: 40px;
}
.project_view h1{
  padding-right: 5%;
    font-size: 70px;
    line-height: 75px;
}
.project_description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.project_description p.location {
  background: #00000001;
  color: #132f54;
  font-weight: 300;
  margin-top: 0;
  font-family: 'TikTok Sans', sans-serif;
}

.project_description p.location img {
  width: 16px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.project_description h2 {
  color: #132f54;
  font-size: 45px;
  font-weight: 100;
  font-family: 'TikTok Sans', sans-serif;
  margin-bottom: 10px;
  background: #00000001;
}

.project_description p {
  color: #fff;
  margin-top: 30px;
}

.project_description .button {
  padding: 10px 50px 10px 55px;
  margin-top: 15px;
  background-image: url(../img/layout/icons/arrow_dark.svg);
  background-position: center right;
  background-size: 80px;
  animation: homeIntroButtonFloat 1.8s ease-in-out infinite;
  will-change: transform;
}

.project_description .button:hover {
  animation: homeIntroButtonFloat 1.8s ease-in-out infinite;
  /* padding: 10px 60px 10px 30px;
  margin-top: 15px;
  background-image: url(../img/layout/icons/arrow_dark.svg);
  background-position: center right;
  background-color: transparent!important;
  background-size: 80px; */
}
@keyframes homeIntroButtonFloat {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.projects_home .swiper-scrollbar {
  bottom: -35px;
  position: relative;
  z-index: 50;
  height: 7px;
  width: 250px;
  left: 0;
  background: none;
  border-top: 3px solid #d3d3d3;
  display: inline-block;
}

.projects_home .swiper-pagination {
  top: auto;
  right: auto;
  left: 30px;
  bottom: -35px;
  width: auto;
  position: relative;
  z-index: 99999;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
}

.projects_home .swiper-pagination .swiper-pagination-current {
  color: #936379;
  font-weight: 600;
}

.pagination_wrapper {
  margin-left: 515px;
}

.projects_home .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/layout/arrow_left_1.svg);
  right: 0;
  left: 270px;
  z-index: 9999999;
  position: relative;
  top: auto;
  margin: 0 auto;
  display: block;
  bottom: 153px;
}

.projects_home .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: 715px;
  margin: 0 auto;
  background-image: url(../img/layout/arrow_right_1.svg);
  bottom: 55px;
}

.projects_home h1:after {
  content: '';
  position: absolute;
  left: 5px;
  border-top: 1px solid #000;
  width: 95px;
  bottom: 0;
}

.career .careers_home p.number {
  color: #fff;
}

.career h1 {
    font-size: 21px;
    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: 30px;
  line-height: 45px;
}

.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;
}

@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: 24px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .careers_home {
    background-position: center;
  }

  .career p {
    font-size: 22px;
    line-height: 30px;
  }
}

@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;
  }
}

@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: 'TikTok 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: 150px;
  padding-bottom: 100px;
}

.projects_all h2 {
  font-size: 60px;
  padding-left: 25px;
  line-height: 90px;
}

.project_box {
  margin: 30px 0 30px 0; 
  overflow: hidden;
  min-height: 570px;
  position: relative;
}

.project_box.reveal-pending::after,
.project_box.reveal-on-scroll::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fffdf5;
  z-index: 2;
  pointer-events: none;
}

.project_box.reveal-pending::after {
  clip-path: inset(0 0 0 0);
}

.project_box.reveal-on-scroll::after {
  animation: projectsRevealLTR 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.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;
}

.project_box h3 a {
    color: #000;
    font-weight: 600;
    font-family: 'TikTok 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: 'TikTok 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;
}

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

.projects_description {
  margin-bottom: 120px;
}

.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;
  }

  .projects_home h1 {
    margin-left: 210px;
  }

  .pagination_wrapper {
    margin-left: 380px;
  }

  .swiper-slide.swiper-slide-active .project_description {
    bottom: -50px;
    right: -175px;
    padding: 35px;
    width: 470px;
    height: 380px;
  }

}

@media only screen and (max-width: 1350px) {
  .projects_all h2 {
    font-size: 50px;
  }

  .projects_home h1 {
    margin-left: 170px;
    padding-bottom: 15px;
    font-size: 50px;
  }

  .pagination_wrapper {
    margin-left: 340px;
  }

  .projects_home .swiper-pagination {
    font-size: 23px;
  }

  .project_description p {
    margin-top: 20px;
  }

  .swiper-slide.swiper-slide-active .project_description {
    right: -140px;
  }

  .projects_home .swiper-scrollbar {
    width: 230px;
  }

  .project_box p {
    font-size: 14px;
  }

  .projects_description p {
    margin: 30px 0px 30px 15px;
  }

  .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;
  }

  .service_intro .extra_intro p {
    font-size: 20px;
    line-height: 30px;
  }

  .projects_home h1 {
    margin-left: 50px;
    font-size: 45px;
    padding-bottom: 10px;
  }

  .projects_wrapper {
    padding: 60px 0 60px 0;
  }

  .projects_graphic {
    top: 0;
  }

  .pagination_wrapper {
    margin-left: 0;
  }

  .projects_home .swiper-scrollbar, .projects_home .swiper-pagination {
    bottom: -30px;
  }

  .project_description p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 30px;
  }

  .project_description .button {
    margin-top: 10px;
  }

  .swiper-slide.swiper-slide-active .project_description {
    bottom: -60px;
    right: -200px;
    padding: 35px;
    width: 425px;
    height: 350px;
  }

  .project_description p.location {
    font-size: 19px;
  }

  .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;
  }

  .other_services {
    margin: 50px 0 0 0;
  }

  .service_intro .extra_intro p {
    font-size: 19px;
    line-height: 28px;
  }

  .projects_home h1 {
    font-size: 40px;
    margin-left: 20px;
  }

  .swiper-slide.swiper-slide-active .project_description {
    bottom: -150px;
    right: 20px;
  }

  .projects_graphic {
    height: 170px;
    left: -10px;
  }

  #swiper_projects {
    padding-bottom: 240px;
  }

  .projects_home .swiper-pagination {
    font-size: 21px;
  }

  .projects_home .swiper-scrollbar {
    width: 180px;
  }

  .projects_wrapper {
    padding: 0px;
  }

  .projects_graphic {
    width: 75%;
  }

  .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;
  }

  .service_intro .extra_intro p {
    font-size: 18px;
    line-height: 27px;
  }

  #swiper_projects {
    margin-right: 20px;
  }

  .projects_home .swiper-scrollbar {
    display: none;
  }

  .projects_graphic {
    width: 100%;
  }

  .projects_home h1 {
    margin-bottom: 15px;
    font-size: 35px;
  }

  .project_description h2 {
    font-size: 25px;
  }

  .project_description p.location img {
    width: 14px;
  }

  .project_description p.location {
    font-size: 18px;
  }

  .project_description p {
    font-size: 18px;
    line-height: 28px;
  }

  .pagination_wrapper {
    margin-left: 0;
    top: 0;
    position: absolute;
    right: 30px;
  }

  #swiper_projects {
    padding-top: 45px;
  }

  .projects_home .swiper-pagination {
    bottom: auto;
    top: 0;
    height: 100%;
  }
  
  .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;
  }

  .other_services {
    margin: 10px 0 0 0;
  }

  .job_info {
    height: 95vh;
  }

  .pages_header h1 {
    padding-left: 0px;
  }

  .pages.contact .pages_header h1 {
    padding-left: 20px;
  }

  .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;
  }

  .service_intro .extra_intro p {
    font-size: 17px;
    line-height: 26px;
  }

  .project_description h2 {
    font-size: 20px;  
  }  

  .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 ===================== */
.align_titles{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}


.jobs.view .pages_header h1 {
  text-shadow: 1px 1px black;
}

.job_section {
  position: relative;
}

.job_section img {
  transition: all 0.3s ease-in-out;
}

.job_section:hover img {
  filter: brightness(0.8);
}

.jobs_all {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
}

.job_text h1 {
  color: #000;
  font-family: 'TikTok Sans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.job_section .job_text .button {
  margin-top: 20px;
  background: none;
  color: #fff;
  background-image: url(../img/layout/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 20px 17px;
  background-size: 28px;
  padding: 12px 50px 12px 65px;
  background-color: #5E6D92;
}

.job_img {
  margin-right: 30px;
  position: relative;
}

.job_text {
  padding: 30px 115px 30px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: -6px;
}

.job_text img {
  width: 18px;
  position: relative;
  top: 4px;
  margin-right: 12px;
}

.job_text p.location {
  font-weight: 400;
} 

.job_intro {
  margin: 100px 0 0 0;
}

.job_info .service_description h2 {
  color: #fff;
}

.job_info .service_description ul li {
  color: #fff;
  background: #00000001 url(../img/layout/dot_white.svg) no-repeat 0 11px;
  background-size: 13px;
}

.job_info .service_description h2:before {
  background-image: url(../img/layout/header_graphic_2_white.svg);
}

.service_intro p.location {
  font-size: 25px;
  font-weight: 500;
}

.service_intro p.location img {
  width: 20px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.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: 'TikTok 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 p {
  margin-bottom: 20px;
}

.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: 'TikTok 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: 'TikTok 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;
  }

  .service_description.more img {
    padding-right: 20px;
  }

  .service_info {
    padding-bottom: 0px;
  }

  .service_description h2 {
    font-size: 34px;
  }

  .job_text h1 {
    font-size: 27px;
  }

  .job_section .job_text .button {
    font-size: 17px;
    background-size: 25px;
  }

  .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;
  }

  .service_description.more {
    margin-top: 70px;
  }

  .job_info .service_description h2 {
    width: 100%!important;
  }

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

  .jobs_view h1 {
    font-size: 40px;  
  }

  .jobs_view h3 {
    font-size: 33px;
    line-height: 55px;
  }

  .jobs_all p {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .job_section .job_text .button {
    padding: 12px 40px 12px 55px;
    background-position: 15px 17px;
  }

  .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;
  }

  .job_intro {
    margin: 30px 0 0 0;
  }

  .service_description h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .service_description .description_inner {
    padding-left: 20px;
  }

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

  .job_img {
    margin-right: 0px;
  }

  .job_text {
    padding: 30px 25px 30px 25px;
    margin-bottom: 60px;
  }

  .job_section .job_text:after {
    width: 100%;
  }

  .job_section .job_text .button {
    font-size: 16px;
  }

  .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;
  }

  .service_description.more {
    margin-top: 30px;
  }

  .section_home.contact_home {
    height: 90vh;
  }

  .service_description h2 {
    font-size: 27px;
    margin-bottom: 32px;
  }

  .service_description ul li {
    font-size: 19px;
    line-height: 30px;
  }

  .service_description h2:before {
    margin-left: -20px;
    margin-top: -20px;
  }

  .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;
  }

  .job_text h1 {
    font-size: 22px;
  }  

  .jobs_all p {
    font-size: 18px;
    line-height: 32px;
  }

  .job_section .job_text .button {
    background-size: 23px;
  }

}

@media only screen and (max-width: 767px) {
  .intro_text.jobs h1 {
    font-size: 37px;
  }

  .job_info {
    height: 90vh;
  }

  .service_description {
    padding: 0 15px;
  }

  .jobs.view .service_description .description_inner {
    padding: 30px 0;
  }

  .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;
  }

  .service_description.more {
    margin-top: 0px;
  }

  .service_intro p.location {
    font-size: 21px;
  }

  .job_info {
    margin-bottom: 50px;
  }

  .service_description h2 {
    font-size: 27px;
    margin-bottom: 27px;
  }

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

  .service_btn {
    margin-left: 5px;
  }

  .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;
  }
}

@media(max-width: 479px) {
  .service_description h2 {
    font-size: 23px;
    margin-bottom: 22px;
  }

  .jobs.view .service_description .description_inner {
    padding: 30px 0 10px 0;
  }

  .service_description ul li {
    line-height: 28px;
  }

  .service_description.more img {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 420px) {
  .intro_text.jobs {
    padding: 0 10px;
  }

  .service_description .image_left:before {
    bottom: -10px;
    height: 95%;
  }

  .service_description .image_right:before {
    bottom: -10px;
    height: 95%;
  }

  .service_description .description_inner {
    margin: 10px 0 10px 0;
  }

  .service_description .description_inner {
    padding-left: 5px;
  }

  .section_home.contact_home {
    height: 70vh;
  }

  .job_info {
    height: auto;
    padding: 40px 0;
    margin-bottom: 45px;
    background-position: inherit;
    background: #5E6D92;
  }

  .service_description {
    padding: 0 0 0 10px;
  }

  .service_description ul li {
    line-height: 27px;
    font-size: 17px;
  }

  .service_description h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .service_description h2:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

  .service_intro p {
    font-size: 19px;
    line-height: 32px;
  }

  .job_text {
    padding: 25px 20px 25px 20px;
    margin-bottom: 50px;
  }

  .job_text h1 {
    font-size: 20px;
  }

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

  .job_section .job_text .button {
    background-size: 22px;
    font-size: 15px;
    padding: 12px 35px 12px 50px;
    background-position: 15px 17px;
    margin-top: 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(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;
}

@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 p {
 font-size: 16px;
 line-height: 28px;
 font-weight:200;
 margin-top:20px;
 padding-right: 0;
}

.home_blog_box strong i {
  transform: rotate(45deg);
  color: #dd4223;
}

.home_blog_box .button strong {
  font-weight: 500;
}

.home_blog_box {
  color: #000;
  margin-bottom: 60px;
}
.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 {
  letter-spacing: 0;
  border: 1px solid #000;
  padding: 10px 25px;
  margin-top: 10px;
  margin-left: 3px;
  font-size: 15px;
  transition: all 0.6s ease-in-out;
}

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

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

.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;
}

.blog.view .services_view h1 {
  font-size: 55px;
  margin-bottom: 30px;
  line-height: 55px;
}


.home_blog h2  i {
  transform: rotate(-95deg);
}

img.overview-image.blog_view_img{
  float: right;
  max-width: 800px;
}

.blog.home .dynamic-content h2 {
  font-size: 26px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0px;
  border-left: none;
  position: relative;
  font-weight: 600;
}

.blog.home .dynamic-content h2:after {
  content: '';
  border-bottom: 4px solid #F5A61B;
  height: 2px;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -10px;
}

.home_blog_box p.service_no {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #f5a61b;
}

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

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

.blog.home .dynamic-content {
  padding-top: 100px;
}

.blog.view .icon-section img {
  width: 370px;
  padding: 30px;
}

.blog.view .services_view h1:after {
  content: '';
}

.blog.view .icon-section {
  margin-bottom: 0;
  padding: 55px 5px;
}

.blog_info {
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.blog_info img {
  background: #fff;
  padding: 30px;
  border: 1px solid #ffc107;
  border-left: 4px solid #f5a61b;
  width: 350px;
  margin-top: -100px;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}

.blog_info .service_description {
  position: relative;
  margin-bottom: 0;
  margin-top: 45px;
}

.blog_info .service_description p {
  margin: 5px 0px 10px 0px;
  font-size: 20px;
}

.blog_info .service_description.no-image p {
  margin: 5px 0px 10px 0px;
}

@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;}
}
@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_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%;}
}
@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%;} 
}
@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: 1499px) {
  .padd {padding-top: 50px; padding-bottom: 50px;}
  .padd_big {padding-top: 90px; padding-bottom: 90px;}

  /******** HEADER ********/
  #logo a {background-size: 245px;}
  #navi ul li a {margin: 0 15px;}

  /******** FOOTER ********/
  p.footer_moto {font-size: 58px; margin-bottom: 0; line-height: 55px;}
  footer .align_bottom {padding-bottom: 7px;}
  .footer_box p{margin: 0 0 5px 0;}
  .privacy_links {display: flex; justify-content: center;}
  .footer_copyright .privacy_links p {margin: 0 10px;}
  .footer_copyright p {font-size: 16px;}

  /******** HOMEPAGE ********/
  .home_intro p { max-width: 50vw; }
  .section_home h2 {font-size: 55px;}

  /******** DYNAMIC PAGES ********/
  .hero_image_text h1{font-size: 50px; line-height: 60px;}
  .dynamic-content h2 {font-size: 32px;}
  .description_about p{font-size: 35px; line-height: 45px;}
  .blue_background p {font-size: 22px; padding: 0 20px 10px 0;}
  .home_intro p{font-size: 55px;}

  /******** PROJECTS ********/
  .project_box {min-height: 430px;}
  .project_description h2 {font-size: 35px;}


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

  .home_blog_box .home_blog_box_top {
    font-size: 13px;
  }
  .home_blog_box strong {
    font-size: 15px;
  }
}
@media(max-width: 991px) {
	.related_blogs_wrapper {
	    margin: 25px 0 0;
	}
}
@media(max-width: 767px) {

	.blog .home_blog h2 {
	  font-size: 23px;
		margin-bottom: 10px;
	}

	#related_blogs .swiper_navi_wrapper {
		justify-content: center;
	}


}
@media(max-width: 575px) {
	.blog .home_blog h2 {
	  font-size: 17px;
	}

	.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) {

}


/* ===================== END BLOG ===================== */


/* FLASH MESSAGES
================================================== */
.hello-bar {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  color: #fff;
  text-align: center;
  background: #132f54;
  width: 100%;
  height: 55px;
  top: 175px;
  z-index: 2000;
  zoom: 1;
  padding: 0 15px;
  font-weight: 400;
}

.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) {

	.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: 1350px) {
  .image_news {
    height: calc(60vh + 17px);
  }

  .blog.home .dynamic-content h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 1199px) {
  .padd_big {padding-top: 60px; padding-bottom: 60px;}

  /****** HEADER ******/
  .languages {margin-left: 30px;}
  #language a{font-size:17px}
  #logo a {background-size: 205px;}
  header.header_fixed #logo a{background-size: 205px;}
  .languages .languages_menu { margin-left: -12px;}

  /****** FOOTER ******/
  .copyright {flex-direction: column;}
  .footer_box p {font-size: 19px; }
  .footer_box.first p {line-height: 25px;margin: 0 0 10px 0;}
  .copyright.flex_center{border-top:1px solid #132f54}
  .copyright.flex_center .col-md-12{max-width:100%;margin: 7px 0;}
  .footer_copyright p {display: flex; justify-content: center;}
  #wapp {float: unset;display: flex; justify-content: center;}

  /****** HOMEPAGE ******/
  .home_intro p {max-width: 60vw;}
  .section_home h2 {font-size: 47px; }
  .intro_description p { width: 36vw;}
  .service_box h3 {font-size: 25px;}

  /****** CONTACT ******/
  .hero_image_text h1 {font-size: 45px; line-height: 55px; }
  
  /****** DYNAMIC CONTENT ******/
  p.section_title {font-size: 20px;}
  p.footer_moto {font-size: 47px;}
  .description_about p {font-size: 30px; line-height: 40px;}
  .bio_description {gap: 30px; flex-direction: column;}

  /****** PROJECTS ******/
  .project_category_title h2 {font-size: 30px;}
  .project_box {min-height: 350px;}
  .project_description h2 {font-size: 30px;}
  .projects_box_1 .semi_width:not(:last-child) {margin-right: 40px;}
  .projects_box_1 .semi_width { width: calc(50% - 20px);}
  .pages_header.hero_image.full_height {height: 70vh; min-height: 450px;}
  .hero_image_text.dynamic_title.project_view h1 {padding-left: 0; padding-right: 0;}

  .image_news p {
    font-size: 50px;
    line-height: 50px;
  }

  .home_blog_box .button {
    font-size: 14px;
    margin-top: 0;
  }

  .home_blog_box p.service_no {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .padd_top_big {padding-top: 80px;}

  /******  HEADER ******/
  header .toggle-nav {z-index: 1001; position: relative !important; transition: transform 0.25s, opacity 0.25s; background: none !important; }
  .languages a {color: #fff;}
  .languages_menu {justify-content: center; padding-bottom: 25px;}
  body.show-nav {overflow: hidden; touch-action: none; }
  #mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    transform-origin: top;
    transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    background-color: #132f54; 
    background-image: url(../img/layout/logo_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
  }
  #mobile-nav.active, .show-nav #mobile-nav { max-height: 100svh; opacity: 1; transform: translateY(0); pointer-events: auto;  }
  #mobile-nav ul li {opacity: 0; transform: translateX(26px); transition: transform .38s ease, opacity .38s ease;}
  #mobile-nav.active ul li, .show-nav #mobile-nav ul li {opacity: 1; transform: translateX(0);}
  #mobile-nav ul li:nth-child(1) {transition-delay: .12s;}
  #mobile-nav ul li:nth-child(2) {transition-delay: .18s;}
  #mobile-nav ul li:nth-child(3) {transition-delay: .24s;}
  #mobile-nav ul li:nth-child(4) {transition-delay: .30s;}
  #mobile-nav ul li:nth-child(5) {transition-delay: .36s;}
  #mobile-nav ul li:nth-child(6) {transition-delay: .42s;}
  #mobile-nav ul li:nth-child(7) {transition-delay: .48s;}
  #mobile-nav ul li:nth-child(8) {transition-delay: .54s;}
  header .toggle-nav {position: relative !important; z-index: 1001; transition: transform .25s ease, opacity .25s ease; background: none !important;}
  header .toggle-nav::before,  header .toggle-nav::after { content: ""; position: absolute; inset: 0; background-repeat: no-repeat;    background-position: center; background-size: contain; transition: opacity .28s ease, transform .28s ease;}
  header .toggle-nav::before {background-image: url(../img/layout/menu_blue.svg); opacity: 1; transform: rotate(0deg) scale(1);  }
  header .toggle-nav::after {background-image: url(../img/layout/close.svg); opacity: 0; transform: rotate(90deg) scale(0.8);}
  .show-nav .toggle-nav, .toggle-nav.active { position: fixed !important; top: 40px; right: 15px !important;  z-index: 2001 !important; width: 40px; height: 40px; transform: scale(1.02);}
  header.header_fixed .show-nav .toggle-nav, .toggle-nav.active { position: fixed !important;top: 30px;right: 30px !important;  z-index: 2001 !important; width: 40px; height: 40px; transform: scale(1.02);}
  .show-nav .toggle-nav::before, .toggle-nav.active::before { opacity: 0; transform: rotate(-90deg) scale(0.8);  }
  .show-nav .toggle-nav::after, .toggle-nav.active::after {opacity: 1;  transform: rotate(0deg) scale(1); }
  #logo a { background-size: 225px;}
  header.header_fixed .toggle-nav::before {background-image: url(../img/layout/menu.svg) !important;}
  .languages {margin-left: 0; display: flex; position: relative; align-items: center; align-content: center; justify-content: center; gap: 0;}
  .languages .languages_menu { opacity: 1;  visibility: visible; position: relative; margin-left: unset; padding: 0; display: flex; align-items: center; justify-content: center; gap: 10px;top: 6px;}
  .languages .languages_menu::before, .languages .languages_menu::after{display:none}
  .languages .languages_menu a {color: #fff; display: inline-flex; align-items: center; line-height: 1;  padding: 15px 18px;}
  .languages a.selected_lang {position: relative; display: inline-flex; align-items: center; justify-content: center; line-height: 1; padding: 15px 18px; color: #fff; isolation: isolate;}
  .languages:hover .languages_menu { transform:translateY(-6px) scale(0.98)}
  header.header_fixed .languages .languages_menu {margin-left: 0px;}
  .languages a.selected_lang::before, .languages a.selected_lang::after {  content: "";  position: absolute;  top: 0;    right: 0;    bottom: 0;  left: 0;  clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);  pointer-events: none;}
  .languages a.selected_lang::before { background: #132F54; z-index: -2;}
  .languages a.selected_lang::after {top: 2px; right: 2px; bottom: 2px; left: 2px; background: #2a4365;  z-index: -1;}
  #logo {height: 70px;}

  /******  FOOTER ******/
  footer{ padding: 50px 15px;}
  .copyright.flex_center .col-md-12 {margin: 4px 0; }
  p.section_title {font-size: 19px; line-height: 25px;}
  p.footer_moto {margin-top: 0;}
  .footer_copyright .copyright .col-xs-12{ padding: 0px 15px;}

  /******  HOMEPAGE ******/
  .home_intro p {max-width: 70vw; font-size: 45px; line-height: 55px;}
  .intro_description {padding-top: 35px; padding-bottom: 80px;}
  .intro_description p {width: 55vw;}
  .section_home.services_home{padding: 50px 15px}
  .section_home.services_home .padd_big{padding-top:0}
  .section_home.first{padding-bottom: 30px}

  /****** DYNAMIC PAGES ******/
  .page_padding{padding: 0 15px}
  .hero_image_text h1 {font-size: 40px; line-height: 50px;}
  .hero_image_text.dynamic_title h1 {padding-left:15px; padding-right:15px}
  .blue_background {margin-top: 15px;}


  /******  SERVICES ******/
  .services_all .row > .service_section:first-child {padding-right: 10px;}
  .services_all .row > .service_section:last-child {padding-left: 10px;}

  /******  PROJECTS ******/
  .projects_home_section {padding: 30px 0 30px 0;}
  .project_category_title h2 {font-size: 25px;}
  .button.back {margin-right: 15px;}
  .intro_project p {padding-bottom: 10px; padding-left: 0; padding-top: 10px;}
  .project_description_box {padding-left: 0;}
  .hero_image_text.dynamic_title.project_view h1 {padding-left: 15px; padding-right:15px;}


  .image_news {
    height: calc(50vh + 17px);
  }

  .image_news p {
    font-size: 45px;
    line-height: 45px;
  }

  .blog.view .services_view h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /****** HEADER ******/
  .show-nav .toggle-nav, .toggle-nav.active {width: 35px; height: 35px;}


  /****** FOOTER ******/
  .footer_box p {font-size: 18px; }
  p.footer_moto {font-size: 40px; line-height: 45px;}
  .button.blue {padding: 15px 25px 15px 45px; background-position: left 10px center, left 10px center, left top; background-size: 0px 25px, 25px 25px, 0% 100%;}
  .button.blue:hover{padding: 15px 25px 15px 45px;  background-position: left 10px center, left 10px center, left top;        background-size: 0px 25px, 25px 25px, 0% 100%;color: #fff}
  .footer_box.first{margin-top: 3px}

  /****** CONTACT ******/
  .contactform {margin: 20px 0 0px 0;}
  .contactform input[type="text"], .contactform textarea {font-size: 17px;}
  .contact_details .align_items p.label_subtitle { min-width: 50%; font-size: 21px;}
  .hero_image_text h1 {font-size: 35px; line-height: 45px; max-width: 70%;}
  .pages.contact .padd{padding-top:0}
  .contact_details .align_items { padding: 20px 0;  }

  /****** HOMEPAGE ******/
  .home_intro p {font-size: 45px; line-height: 55px; }
  .section_home h2 {font-size: 40px; }
  .intro_description {padding-top: 40px; align-items: flex-start; flex-direction: column;}
  .intro_description p {width: 100%;}
  .intro_description .button{padding-left:0}
  .intro_description .button:hover {background-position: right 0 center;}
  .intro_description .button::after{display:none}
  .section_home.services_home img{margin-top: 20px}
  .projects_wrapper p.section_title{padding-top:10px}
  .projects_wrapper .padd_big{padding-top:0px}

  /****** DYNAMIC PAGES ******/
  .hero_image_text.dynamic_title h1 { max-width: 100%;}
  .description_about p {font-size: 27px; line-height: 36px;}

  /****** SERVICES ******/
  .service_section {padding-bottom: 40px;}
  .services_all .row > .service_section:last-child {padding-left: 0;}
  .services_all .row > .service_section:first-child {padding-right: 0px;}
  .service_section h1 {font-size: 25px; margin-bottom: 15px;}

  /****** PROJECTS ******/
  .projects_home_section {flex-direction: column;}
  .project_category_title h2 {margin: 15px 0 40px 0;}
  .back_to_projects {width: 100%; justify-content: flex-start; margin-left: 30px;}
  .back_buttons{flex-direction: column;}
  .button.back {padding: 0px 0px 0px 50px;line-height: 60px}
  .projects_box_1 .semi_width {width: 100%;}
  .projects_box_1 .semi_width:not(:last-child) {margin-right: 0;}
  .pages_header.hero_image.full_height { height: 50vh;}
  .hero_image_text.dynamic_title.project_view h1, .hero_image_text.dynamic_title.back_buttons h1{ text-align: left; width: 100%;}

  .image_news {
    height: calc(45vh + 17px);
  }

  .blog.view .services_view h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .image_news p {
    font-size: 34px;
    line-height: 34px;
  }

  .image_news p:before {
    margin-top: 10px;
    width: 60px!important;
    margin-left: -20px!important;
    margin-right: 15px!important;
  }

  .image_news p:after {
    margin-top: 10px;
    width: 60px!important;
    margin-left: 15px!important;
  }

	#top_bar span {display:none;}

	.copyright p {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
	#wapp{float:none;}
	#wapp a{	margin:0 auto;	}

	.video_frame {min-height:300px;}

	.row.no-margins {    margin-right: 0px;  margin-left: 0px;}

}
@media only screen and (max-width:575px) {
  /******  HEADER ******/
  .show-nav .toggle-nav, .toggle-nav.active { top: 35px; right: 15px !important;}

  /******  FOOTER ******/
  p.footer_moto {margin-top: 10px;}

  /******  CONTACT ******/
  .hero_image_text.contact {  max-width: 100%;}
  .hero_image_text h1 {font-size: 35px; line-height: 42px;  max-width: 100%;}
  .contact_details .align_items p.label_subtitle {min-width: 50%; font-size: 20px;}

  /******  HOMEPAGE ******/
  .home_intro p { max-width: 80vw;font-size: 40px; line-height: 50px;}

  /******  DYNAMIC PAGES ******/
  .dynamic-content h2 {font-size: 27px;}
  .blue_background p {font-size: 20px; }




  .image_news {
    height: calc(35vh + 17px);
  }

  .text-image.left {
    padding-right: 0px;
  }

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

  .blog.view .services_view h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-image {
    padding-left: 0;
  }

  .blog_info img {
    padding: 25px;
    width: 300px;
    margin-top: -80px;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .blog_info .service_description {
    margin-top: 25px;
  } 

  .image_news p {
    font-size: 25px;
    line-height: 25px;
  }

  .blog.home .content-991 {
    padding: 0;
  }

  .text-image {
    padding-left: 10px;
  }

  .text-image.left {
    padding-right: 10px;
  }

  .home_blog_box p.service_no {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 20px;
  }

  .home_blog_box .button {
    font-size: 13px;
    padding: 8px 20px;
  }

  .home_blog_box p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog_info {
    margin-bottom: 70px;
  }
}

@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 (max-width:479px) {
  .padd_top {padding-top: 50px;}
  .padd_top_big {padding-top: 50px;}
  .general_description ul li, .general_description ol li {font-size: 18px; line-height: 25px;}

  /*****  HEADER ******/
  #logo a, header.header_fixed #logo a { background-size: 190px;}
  .show-nav .toggle-nav, .toggle-nav.active {width: 30px; height: 30px; top: 30px; }
  #mobile-nav li.has-dropdown .nav-dropdown{display:none}
  #mobile-nav ul { margin-bottom: 0;}

  /*****  FOOTER ******/
	footer .align_bottom {justify-content: flex-start;  margin-top: 10px; }
  .footer_box.first p {margin: 0 0 5px 0;}
  p.footer_moto {font-size: 32px; line-height: 35px; }
  .full_width_mobile{max-width:100%; flex: 0 0 100%;}
  .privacy_links {flex-direction: column;}
  .copyright a {line-height: 27px;}

  /*****  CONTACT ******/
  .hero_image_text h1 {font-size: 23px; line-height: 31px;}
  .contact_details .align_items p.label_subtitle {min-width: 45%; font-size: 18px;}
  .contact_details .align_items p, .contact_details .align_items p a {font-size: 18px;}
  .contact_details .align_items .maps_link a {padding: 5px 51px 5px 0px;    background-position: right 0px center, right 0px center, left top;}

  /*****  HOMEPAGE ******/
  .slide_content {left: 0; width: 100%;}
  .home_intro p { max-width: 90vw;font-size: 30px;line-height: 40px; padding-bottom: 10px;}
  .home_intro .button{background-size: 70px;}
  .home_intro .swiper-wrapper, .home_intro .swiper-container {height: calc(70vh - 110px);min-height: 450px;}
  .home_intro .swiper-container-fade .swiper-slide{height: calc(70vh - 110px);min-height: 450px;}
  .intro_description{padding-bottom: 50px;}
  .intro_description p { font-size: 19px;}
  .section_home h2 { font-size: 29px; }
  .service_box h3 {font-size: 18px;line-height: 27px; }
  .service_box h3::after { width: 25px; height: 25px; min-width: 25px; background-size: 25px;top: 0px;}
  .projects_wrapper .align_titles { align-items: flex-start;  flex-direction: column;}
  .projects_wrapper  .align_titles .button { padding: 12px 60px 12px 0px;}
  .projects_wrapper .align_titles .button:hover { background-position: right 0 center;}
  .projects_wrapper .align_titles .button::after{display: none;}

  /*****  DYNAMIC PAGES ******/
  .dynamic-content h2 {font-size: 23px;}
  .description_about p {font-size: 21px; line-height: 31px;}
  .bio_description p {font-size: 18px; line-height: 28px;}
  .blue_background p {font-size: 15px; padding: 0 15px 5px 0; line-height: 22px;}

  /*****  SERVICES ******/
  .service_section h1 { font-size: 22px;}

  /*****  PROJECTS ******/
  .project_category_title h2 {font-size: 22px;}
  .project_details .align_items p {font-size: 18px;}
  .project_details .align_items p.label_subtitle {min-width: 130px; font-size: 19px;}
  .project_box {min-height: 220px;}
  .project_description {flex-direction: column;}
  .project_description .button {background-position: center left;margin-left: 10px; background-size: 60px;}
  .project_description h2 {font-size: 25px;}
  .pages_header.hero_image.full_height {height: 40vh; min-height: 320px;}


	.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; }

  .home_blog_box .flex_box {
    flex-direction: column;
  }
  .home_blog_box .flex_box.left {
    flex-direction: column-reverse;
  }

  .home_blog_box .flex_box .col-3, .home_blog_box .flex_box .col-9 {
    width: 100%;
    max-width: 100%;
  }

  .blog_info {
    margin-bottom: 50px;
  }

  .home_blog_box .flex_box .col-9 {
    padding: 0;
  }

  .text-image {
    padding-left: 0px;
    margin-top: 15px;
  }

  .home_blog_box {
    margin-bottom: 40px;
  }

  .blog.home .dynamic-content {
    padding-top: 60px;
  }

  .blog_info img {
    width: 270px;
    padding: 20px;
  }

  .blog.view .services_view h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 420px) {

  .blog_info img {
    width: 100%;
  }

  .image_news p {
    font-size: 23px;
    line-height: 23px;
  }

  .image_news p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  .image_news p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .text-image {
    margin-top: 10px;
  }

  .home_blog_box p.service_no {
    margin-bottom: 5px;
  }

  .home_blog_box .button {
    font-size: 12px;
    padding: 8px 15px;
  }

  .home_blog_box p {
    line-height: 23px;
    font-size: 15px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 17px;
  }

  .blog.view .services_view h1 {
    font-size: 27px;
    line-height: 27px;
  }

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

@media only screen and (min-width:550px) and (max-width:767px){
	/*#header {  background: yellow; }*/
}


@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){}


/* ==============ERROR PAGE================= */
.btn-er a{margin:unset;}


@media(max-width:550px){
  .btn-er a{padding:10px 15px;font-size: 15px;}
}

@media(max-width:420px){
  .btn-er a{font-size:14px;}
}

.pages_header .text-er h1{
  font-size: 72px;
  padding-bottom: 50px;
  margin-left: 0px;
  color:#000;
}
.text-er p{
  font-size: 21px;
  line-height: 34px;
  margin: 0px 0px 30px 0;
  font-weight: 300;
  background: #00000001;
}


@media (max-width:992px){
  .contact.text-er{padding-left:15px;}
  .pages_header .text-er h1{font-size: 30px;padding-left:0px;}
  .text-er p{font-size:19px;}
  .contact.text-er .button{font-size: 15px;padding: 10px 15px 10px 40px;background-position: 10px 14px;}
}

.breadcrumb-section.error a{color:#000;}