@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: "Manrope", sans-serif; vertical-align: baseline; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{
  font-weight: 600;
}
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 {
  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: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 5px 0px;
  color: #1D1D1D;;
}


.blue_bg strong {
  color: #fff;
}

.clear{clear:both;}
.divider{clear:both;height:20px;}

b {
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

.no_scroll {
  overflow: hidden;
}

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

.m-t-65 {
  margin-top: 65px;
}

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

.padd {
  padding: 100px 0;
}

.small_padd {
  padding: 70px 0!important;
}

.no_padd_bottom {
  padding-bottom: 0!important;
}

.no_padd_top {
  padding-top: 0!important;
}

.no_padd {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.padd_top_big {
  padding-top: 160px!important;
}

.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: "Manrope", sans-serif; color:#1D1D1D; background: #fcfbf4; }

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

.center {
  text-align: center;
}

.flex_section {
  display: flex;
}

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

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

.img-responsive {
  width: 100%;
  vertical-align: middle;
}

.white_bg {
  background: #fff;
}

.grey_bg {
  background: #EDECEC;
  position: relative;
  overflow: hidden;
}

.blue_bg {
  background: #1B4861;
}


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

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 99999999;
  transition: all .4s ease-out;
}

header.header_fixed {
  background: #fff !important;
  transition: all .4s ease-out;
  top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

header .top_bar {
  transition: all 0.3s ease-in-out;
}

header.header_fixed .top_bar {
  display: none;
}

header.header_fixed #logo {
    width: 200px;
    height: 80px;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0px 20px 0px 50px;
  border-radius: 80px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.header_fixed .header_inner {
  box-shadow: none;
  padding: 0;
}

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

.blog.view header {
  background: #ffffff;
}

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

.top_bar_wrapper {
  background: #ffffff7d;
}

.top_bar {
  background: #C1D3D0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  padding: 5px 0;
  margin-bottom: 17px;
}

.top_bar img {
  width: 11px;
  margin-right: 8px;
  margin-left: 8px;
}

.top_bar p {
  display: inline-flex;
  color: #1B4861;
  margin-right: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.top_bar a {
  color: #1B4861;
}

.top_bar_right {
  float: right;
}

.top_bar_right img {
  width: 15px;
}

span.sep {
  margin: 0 8px;
}

.small_sep {
  margin: 0 2px;
}

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


/* =================== PAGES HEADER =================== */
.banner-split-text,
.common-detail {
  overflow: hidden;
}

.char {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
}

.word {
  display: inline-block;
  overflow: hidden;
}

.banner_content h1 {
  font-size: 65px;
  color: #fff;
  font-weight: 300;
  line-height: 80px;
  margin-top: 15px;
  background: #00000001;
}

.banner_content {
  z-index: 1;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.swiper-header p.message {
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 28px;
  line-height: normal;
  color: #fff;
  z-index: 1;
  font-weight: 450;
  border-top: 1px solid #ffffffc2;
  padding-top: 10px;
  background: #00000001;
}

.banner_content p {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  background: #00000001;
}

/* Banner split-text animation */
.banner-split-text {
  display: block;
  overflow: hidden;
  opacity: 0;
}
.banner-split-text.banner-split-text-visible {
  opacity: 1;
}
.banner-split-text .char {
  display: inline-block;
  transform: none;
  opacity: 1;
  will-change: transform;
}

/* Split-text scroll-scrub animation */
.split-text {
  display: block;
  overflow: visible;
}
.split-text .char {
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: 50% 0%;
}

.scrollButtonContainer {
  position: absolute;
  z-index: 10;
  display: block;
  width: fit-content;
  left: 0px;
  right: 0;
  transition: all 1s;
  bottom: 35px;
  margin: 0 auto;
}

div.scroll-suggestion {
    color: #fff;
}

.scrollButtonContainer img {
  width: 60px;
  height: 60px;
}

.no_banner {
  overflow: hidden;
  position: relative;
  height: 70vh;
  min-height: 600px;
  display: flex;
  border-bottom: 1px dashed #484847;
  margin: 0 8.333%;
  align-items: center;
  width: calc(100% - 16.8%);
}

.no_banner .banner_content h1 {
  font-size: 65px;
  line-height: 75px;
  color: #35a295;
  font-weight: 300;
  padding-right: 37%;
  margin-top: 0;
}

.no_banner .banner_content {
  margin-top: 125px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.pages_header {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.pages_header .banner_content h1 {
  margin-bottom: 15px;
}

.pages_header .banner_content p {
  padding-right: 20%;
}

.pages_header.hero_image {
  margin-top: 0;
  padding-top: 0;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_image_text {
  display: flex;
  height: 90vh;
  margin-top: 120px;
  flex-direction: column;
  justify-content: center;
}

.hero_image_text.half_height {
  height: 45vh; 
}

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


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


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

.pages_body {
  padding: 50px 0;
}

.home_image img {
  border-radius: 100%;
}

.home_image {
  padding: 0 65px;
}

.page_intro h2 {
  color: #c41320;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_home.page_intro h1 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 200;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.section_home.page_intro h1:before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 0px;
}

.page_intro h3 {
  color: #2a9d8f;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  display: block;
}

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

.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 .intro_text h1:after {
  width: 60%;
}

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

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

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

}

/* =================== 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: 215px;
  height: 70px;
}

#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: 100%;
  background-position: left;
  background-color: #00000001;
}


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

#navi ul li {
  display: inline-block;
  background: #00000001;
  font-size: 19px;
  font-weight: 250;
  margin: 0 20px;
  padding: 40px 0;
}

#navi ul li.services-trigger-menu {
  margin-right: 35px;
  cursor: pointer;
}

#navi ul li.services-trigger-menu:after {
  content: '';
  background: url(../img/layout/arrow_down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -16px;
  top: 49%;
}

#navi ul li.last a {
  margin-right: 0px;
  font-weight: 600;
}

#navi ul li a {
  color: #000;
  font-size: 19px;
  font-weight: 250;
  padding: 40px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#navi ul li.last a {
  background: #1B4861;
  color: #fff;
  font-weight: 500;
  padding: 20px 55px;
  border-radius: 30px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}

#navi ul li.last a:hover {
  background: #E9443A;
}

#navi ul li.last img {
  width: 16px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

#navi ul li.current a:after {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin: 30px auto 0 auto;
  left: 0;
  right: 0;
}

#navi ul li.last.current a:hover {
  color: #fff;
}

#navi-mobile{
  display: flex;
  align-items: center;
  flex-direction: column;
}
header.header_fixed #navi-mobile{  top: 30px;}

.header_phone img {
  width: 20px;
  margin: 0 25px;
}

#navi p a {
  color: #c41320;
  font-weight: 600;
  border: 1px solid #c41320;
  font-size: 17px;
  line-height: normal;
  padding: 13px 30px;
  margin-left: 15px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  float: right;
}

#navi p a:hover {
  color: #c41320;
  padding-left: 40px;
}

#navi p a:before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: -15px;
  margin-top: 8px;
  transition: all 0.4s ease-in-out;
}

#navi p a:hover::before {
  left: 20px;
}

.services-trigger-menu { position: relative;display: inline-block; }
.dropdown_services_menu {
  display: none;
  position: absolute;
  background-color: #c41320;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px 10px;
  left: -70px;
  top: 109px;
  border-radius: 10px;
  overflow: hidden;
}
#navi .dropdown_services_menu ul li {
  padding: 5px 15px;
  margin: 0;
  transition: all 0.6s ease-in-out;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  position: relative;
}
@keyframes slideInLeft {
  0% {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  100% {
      transform: translate(0, 0);
      opacity: 1;
  }
}
#navi .dropdown_services_menu ul li a { color: #fff; display: block; padding: 0; }
#navi .dropdown_services_menu ul li a:hover { color: #fff; text-decoration: underline; }
.services-trigger-menu:hover .dropdown_services_menu { display: block; }

.mob_menu {
  display: none;
}

.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: #759a4d;
  position: absolute;
  left: 0px;
  top: 6px;
  font-weight: 700;
  font-size: 15px;
  width: 33px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.on {
  right: 7px;
  top: 6px;
  left: auto;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  width: 33px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #759a4d;
}

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

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

.lang_menu {
  position: absolute;
  right: -100px;
  top: -35px;
}

header.header_fixed .lang_menu {
  top: -30px;
}

.languages {
  z-index: 9998;
  position: absolute;
  bottom: -40px;
  right: 25px;
  background: #c41320;
}
header.header_fixed .languages {
  opacity: 0;
}
.languages img{width:20px;float:left;margin-right: 0px;padding-top:1px;}
.languages a.selected {
  background: transparent url(../img/layout/arrow_down_white.svg) no-repeat scroll 86% 16px;
  display: block;
  padding: 7px 24px 7px 12px;
  text-decoration: none;
  font-size: 17px;
  background-size: 11px;
  color: #fff;
}
.languages_menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 57px;
  padding: 5px 0px 5px 0px;
  z-index: 9999;
  background: #c41320;
  border-top: 1px solid #fff;
}
.pages.home .languages_menu {
  background: transparent;
}
.languages_menu.active { display:block; }
.languages_menu a {  color: #fff; display:block;  margin: 5px 0 5px 0; padding: 5px 5px 0px 5px; line-height: 20px; font-size: 17px;text-decoration:none; text-align:center; }
.pages.home .languages_menu a { color: #fff; }
.languages_menu a:hover {text-decoration:underline; }

.languages_main_menu{display:block;}
.languages_main_menu a{ float:left;margin-right:10px;padding:5px;border-bottom:4px double #555;font-size:12px;font-weight:400;color:#eee;transition: all 0.3s ease 0s;}
.languages_main_menu a.selected, .languages_main_menu a:hover{ border-bottom:4px solid #a5915e;transition: all 0.3s ease 0s;}

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

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

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

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

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

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

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

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

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

	
/* Page Numbers */
.pagination {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: .8em;
    color: #454444;
}
.pagination.bottom {
  width: 100%;
  height: 36px;
  border: none;
  margin: 20px 0 0 0;
  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.6em 0.9em 0.6em 0.9em;
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid #759a4d;
  background: #759a4d;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.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.6em 0.9em 0.6em 0.9em;
  margin-right: 2px;
  line-height: 18px;
  color: #759a4d;
  font-size: 18px;
}

.page-navigation .next-prev {
  display: flex;
  align-items: center;
}

.page-navigation .next-prev img {
  width: 40px;
  height: 40px;
}

.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: #4b763e;
}

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

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

.pagination .disabled {
    display: none;
}

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

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

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

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

.pagination a {
    position: relative;
}

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

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


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


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

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

	.show-nav .toggle-nav {
    background: url(../img/layout/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
    margin-top: 5px;
    transition: none!important;
	}

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

	#mobile-nav {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(200%)!important;
    transform: translateX(200%)!important;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    top: 130px;
    right: 100%;
    border-radius: 40px;
	}

  .show-nav #mobile-nav {
    width: calc(100% - 30px);
    height: calc(100% - 145px);
    right: calc(100% - 15px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  }

  #mobile-nav .banner_graphic {
    width: 300px;
    opacity: 0.6;
  }

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

	#mobile-nav ul li {
		display: block;
    padding: 5px 0;
    background: #00000001;
    position: relative;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    color: #1D1D1D;
    height: auto;
    border: none;
    position: relative;
    padding: 0 25px;
	}

  #mobile-nav ul li.current a {
    color: #c41320;
    font-weight: 500;
  }

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

	#mobile-nav ul li.mobile-services-trigger .mobile-dropdown-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 400;
    color: #1d1d1d;
    cursor: pointer;
    position: relative;
    user-select: none;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;
	}

	#mobile-nav ul li.mobile-services-trigger .mobile-dropdown-arrow {
    content: '';
    background: url(../img/layout/arrow_down.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -16px;
    top: 49%;
	}

	#mobile-nav ul li.mobile-services-trigger.open .mobile-dropdown-arrow {
    transform: rotate(180deg);
    top: 35%;
	}

	#mobile-nav ul li.mobile-services-trigger .mobile-dropdown-menu {
    display: none;
    margin: 0;
    padding: 12px 40px;
    margin-top: 15px;
    background: #c41320;
    border-radius: 15px;
	}

	#mobile-nav ul li.mobile-services-trigger.open .mobile-dropdown-menu {
    display: block;
	}

	#mobile-nav ul li.mobile-services-trigger .mobile-dropdown-menu li {
    display: block;
	}

	#mobile-nav ul li.mobile-services-trigger .mobile-dropdown-menu li a {
    font-size: 18px;
    text-transform: none;
    color: #fff;
    padding: 0px 0;
    font-weight: 300;
	}

  #navi-mobile .button {
    position: absolute;
    top: 25px;
    margin: 0;
    font-size: 16px;
    padding: 12px 30px;
    right: 30px;
  }

  .menu_social p {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    color: #1D1D1D;
    font-weight: 300;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
    background: #00000001;
  }

  .menu_social p.title {
    color: #2a9d8f;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
  }

  .menu_social a {
    color: #1D1D1D;
  }

  .menu_social hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #343a40;
  }

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

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

  .menu_social img {
    width: 13px;
    position: relative;
    margin-right: 12px;
  }

  .menu_social img.email_menu {
    width: 15px;
  }

  .menu_social {
    width: 60%;
    padding: 25px 60px 25px 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #2a9d8f;
  }


/* =================== 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: #fff;
  right: 0;
  bottom: 0;
  background: #ffffff !important;
  border: 1px solid #2a9d8f;
  border-top-left-radius: 25px;
}

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

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

#cookie-close, #link, .btn_concern {
  font-size: 12px;
  margin-top: 7px;
  padding: 5px 0;
  background: #c41320!important;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff!important;
  right: 20%!important;
  margin-top: 15px;
  font-weight: 500;
}
#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: 'Cormorant Garamond', 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;
}


/* =================== FOOTER =================== */
footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
  transition: all .8s ease-out;
  border-top: 1px dashed #484847;
  margin: 0 7.9%;
}

.footer_box h2 {
  color: #c41320;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer_box img {
  width: 18px;
  margin-left: 7px;
}

.footer_box img.mail {
  width: 19px;
}

.footer_box p {
  margin: 0px 0;
  font-size: 19px;
  line-height: 28px;
  color: #000;
}


.footer_box p.last {
  position: relative;
  padding-left: 25px;
}

.footer_box p.last:before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 0px;
  top: 10px;
}

.footer_social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_box .footer_social img {
  width: 12px;
  margin-right: 0px;
}

.footer_box .footer_social img.instagram {
  width: 27px;
}

.footer_box .footer_logo {
  width: 300px;
  margin-bottom: 20px;
  margin-left: 0;
}

.footer_box p.last a {
  font-size: 18px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: fit-content;
}

.footer_box p.last a img{
  transition: all 0.3s ease-in-out;
}

.footer_box p.last a:hover img{
  margin-left: 12px;
}

.footer_box.menu p {
  display: inline-block;
  margin-right: 40px;
}

.footer_box.menu p.last {
  margin-right: 0;
}

.footer_box.menu {
  border-top: 1px solid #759a4d;
  border-bottom: 1px solid #759a4d;
  padding: 30px 0;
  width: fit-content;
  float: right;
}

.footer_box h4 { font-size: 21px; color: #262626; font-weight: 700; line-height: 35px; margin-right: 90px; margin-top: 10px;}


.footer_box p a {
  color: #000;
}

.footer_box.footer_menu p {
  margin: 10px 0;
}

.footer_box hr {
  border-top: 1px solid rgb(0 0 0 / 70%);
}

.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: #fff;
  font-size: 22px;
  padding-left: 15px;
}

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

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

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

.newsletter_home {
  padding: 80px 0;
}

.newsletter_home h1 {
  margin-left: 18%;
  font-size: 47px;
  color: #fff;
  font-weight: 700;
  border-left: 20px solid #4B763E;
  padding-left: 25px;
  line-height: 55px;
}

.newsletter-input .input, .newsletter-input .submit {
  width: calc(100% - 22%);
}

.newsletter-input {
  position: relative;
  top: 30px;
}

.newsletter-input .input input {
  border: none;
  border: 1px solid #f2f2f2;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #fff!important;
  background: none;
  padding: 12px 20px;
}
.newsletter-input .submit input {
  background: url(../img/layout/subscribe.svg);
  background-repeat: no-repeat;
  border: none;
  width: 53px;
  height: 53px;
  font-size: 17px;
  position: relative;
  color: #fff;
  top: -53px;
  background-size: 53px;
  background-position: right;
  font-weight: 500;
  float: right;
  text-indent: -9999999px;
}

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

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

.footer_box a:hover {
  color: #1d1d1d;
  text-decoration: underline;
}

.footer_box.logo img{
  width: 165px;
  display: block;
}
.footer_box .form-group  {
  margin-bottom: 0;
}

.footer_box.logo_right img {
  width: 430px;
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.footer_copyright {
  position: relative;
  border-top: 1px solid #1d1d1d;
}

.footer_copyright p {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 200;
  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;}

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

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

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

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

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

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

#wapp {
	position: relative;
  float: right;
}

#wapp a {
  display: block;
  color: #000;
  width: 90px;
  height: 30px;
  background: transparent url(../img/layout/wapp.svg) no-repeat center;
  text-indent: -999999px!important;
  background-size: 100%;
}


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

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


/* EQUIPMENT HOME
================================================== */

.section_home.home_equipment {
  background: #1B4760;
  padding: 0;
  overflow: hidden;
}

.home_equipment h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px;
}

.home_equipment p.subtitle {
  font-weight: 300;
}

.home_equipment p {
  color: #fff;
}

.equipment_text {
  padding-left: 80px;
}

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

.equipment_text p {
  padding-right: 140px;
  font-weight: 100;
}

.equipment_text hr {
  border-top: 1px solid #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.equipment_text p.big {
  font-size: 25px;
  line-height: 35px;
  margin: 20px 0;
  padding-right: 0;
  position: relative;
  text-align: center;
}

.equipment_right {
  background-image: url(../img/layout/exoplismos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 82vh;
  width: 100%;
  position: relative;
}

.equipment_right_mob {
  display: none;
}

.equipment_right.dynamic {
  height: 70vh;
  background-position: center left;
}

.equipment_graphic {
  background-image: url(../img/layout/exoplismos.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 115%;
  height: 94vh;
  z-index: 2;
  top: -100px;
  left: -100px;
}

.home_equipment .button {
  margin-top: 50px;
}


/* HOME INFO DOTS
================================================== */
.home_info_text ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #484847;
}

.home_info_text {
  width: 100%;
}

.home_info_text ul li a {
  color: #1d1d1d;
}

.home_info_text ul li {
  font-size: 28px;
  font-weight: 400;
  color: #c41320;
  line-height: normal;
  padding: 8% 4% 6% 4%;
  position: relative;
  border-right: 1px dashed #484847;
}

.home_info_text ul li:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  background-color: #c41320;
  width: 14px;
  height: 14px;
  margin-top: -27px;
}

.home_info_text ul li:last-child {
  border-right: none;
}

/* HOME INFO DOTS END
================================================== */


/* HOME SERVICES
================================================== */
.services {
  z-index: 1;
  position: relative;
  border: 1px solid #2a9d8f;
  border-radius: 40px;
}

.dermatology_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 45px;
  border-bottom: 1px solid #2a9d8f;
  border-end-end-radius: 40px;
  border-end-start-radius: 40px;
}

.dermatology_title h2 {
  color: #2a9d8f;
  font-size: 44px;
  line-height: normal;
  font-weight: 600;
}

.dermatology_title p {
  font-size: 26px;
  font-weight: 350;
  line-height: normal;
  margin: 0;
}

.dermatology_text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 55px;
  gap: 90px;
}

.services h3 {
  font-size: 45px;
  font-weight: 200;
  position: relative;
  min-width: 250px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.services h3:before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 0px
}

.dermatology_text img {
  min-width: 285px;
  border-radius: 100%;
}

.dermatology_text h4 {
  color: #c41320;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.dermatology_text p span.title {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 25px;
  display: block;
  border-bottom: 1px solid #2a9d8f;
}

.service_title {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.service_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 55px;
  border-top: 1px solid #2a9d8f;
}

.service_title h3 {
  width: 50%;
}

.service_title p {
  width: 50%;
  font-size: 40px;
  font-weight: 100;
  line-height: 47px;
}

.services_tab {
  padding: 30px 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.service_tab_title a {
  color: #222;
  font-size: 37px;
  font-weight: 200;
  border-bottom: 1px solid #2a9d8f;
  width: 87%;
  display: block;
  padding: 23px 30px;
  line-height: normal;
  background-image: url(../img/layout/arrow_service.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 48px;
  transition: all 0.3s ease-in-out;
}

.service_tab_title.last a {
  border-bottom: none;
}

.service_tab_panel {
  display: none;
  gap: 35px;
  min-height: 235px;
}

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

.service_tab_panel img {
  width: 330px;
  border-radius: 10px;
}

.services_tab_content {
  border: 1px solid #2a9d8f;
  padding: 35px;
  border-radius: 35px;
}

.service_tab_title.active a {
  color: #2a9d8f;
  font-weight: 600;
  padding: 23px 55px;
  background-image: url(../img/layout/arrow_service_hover.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 48px;
}

.service_tab_title .tab_link_mobile {
  display: none;
}

.service_tab_title .tab_link_desktop {
  display: block;
}

.tab_more_link {
  display: none;
}

.arrow_button {
  border-top: 1px solid #2a9d8f;
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
  color: #c41320;
  font-size: 23px;
  line-height: normal;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  transition: color 0.3s ease;
}

.arrow_button img {
  width: 30px;
  transition: transform 0.3s ease;
}

.arrow_button:hover img {
  transform: translateX(8px);
}

.arrow_button:hover {
  color: #c41320;
}


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


/* HOME GALLERY
================================================== */

.home_gallery h2 {
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  color: #000;
  width: 80%;
  background: #00000001;
  float: left;
}

.navigation_swiper_buttons {
  float: right;
  display: inline-flex;
  align-items: center;
  width: 20%;
  justify-content: flex-end;
  margin-top: 55px;
  gap: 12px;
}

#swiper-gallery, #swiper-page-gallery {
  margin-top: 100px;
  overflow: visible;
}

#swiper-gallery .swiper-slide img, #swiper-page-gallery .swiper-slide img {
  border-radius: 10px;
}

#swiper-gallery .swiper-slide.swiper-slide-active img, #swiper-page-gallery .swiper-slide.swiper-slide-active img {
  transform: scale(1.07);
  transition: all 0.3s ease-in-out;
}

/* HOME GALLERY END
================================================== */


/* HOME PHILOSOPHY
================================================== */
.section_home .home_philosophy h1 {
  font-size: 67px;
  line-height: 77px;
  color: #c41320;
  word-break: keep-all;
}

.section_home .home_philosophy h1 .word {
  display: inline-block;
  white-space: nowrap;
}

.home_philosophy {
  position: relative;
  overflow: hidden;
}

.home_philosophy_text {
  width: 45%;
  float: right;
  display: inline-block;
  margin-top: -110px;
  border-top: 1px solid #111;
  padding-top: 15px;
}

/* HOME PHILOSOPHY END
================================================== */


/* CONTACT
================================================== */
.contact_header {
  margin-top: 150px;
}

.map_mob {
  display: none;
}

.contact_header .home_info_text ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact_header .home_info_text ul li {
  padding: 22% 6% 8% 7%;
}

.section_home.contact_form_section h1 {
  color: #35a295;
  font-weight: 300;
}

.contact_left {
  padding-right: 15%;
}

.contact_box p{
  color: #e3e5ea;
  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{
	width:100%;
}

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

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

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

.contactform .submit input {
  border: none;
  margin-top: 0;
  float: right;
  padding: 15px 45px;
}

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

.contactform div.submit{
  width: 100%;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

.contactform .submit .btn-slide {
  transition: all 0.6s ease-in-out;
}
.contactform .submit:hover .btn-slide {
  color: #e9443a;
  background: #fff;
}
  

.contact_info .general_form p {
  font-size: 16px;
  float: left;
}

.contactform div.input label {
  float: left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0px;
  display: block;
  text-align: left;
  font-size: 21px;
  color: #fff;
}

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

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
  color: #1d1d1d;
}

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

.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 {
  color: #1d1d1d;
}

.contactform textarea:focus, .contactform textarea:hover {
  color: #1d1d1d;
}

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

.contact_form_section p.message {
  font-size: 17px;
}
 
.contactform button {
  border: none;
  float: right;
	transition: all .4s ease-out;
}
.contactform button:active{

  transition: all .4s ease-out;
}


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

.contactform button.send-button{width:100%}

#map, #map_mobile {
  width: 100%;
  height: 380px;
  border-radius: 15px;
  margin-top: 40px;
}

.contact_info_bottom {
  padding-top: 115px;
  padding-left: 60px;
  padding-right: 5%;
}

.contact_details {
  display: inline-flex;
  width: 100%;
}

.contact_details img {
  width: 21px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -18px;
}

.contact_details p {
  font-size: 21px;
  color: #1b4861;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1b4861;
  width: 100%;
}

.contact_orario {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1b4861;
}

.contact_orario.second {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.subtab .contact_orario p {
  font-weight: 300;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
  background: #1b4861;
  padding: 15px 40px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.subtab .contact_orario p a {
  color: #1b4861;
}

.subtab.inactive .contact_orario p {
  background: #fff;
  color: #1b4861;
  padding: 0 40px;
  position: relative;
}

.subtab.inactive .contact_orario p:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 11px;
  margin-top: 7px;
  border-top: 8px solid transparent;
  border-left: 15px solid #1B4861;
  border-bottom: 8px solid transparent;
}

.contact_orario img {
  width: 13px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: 4px;
}

.contact_orario img.mail {
  width: 15px;
  top: 0;
}

.contact_orario img.orario {
  width: 14px;
  top: 0;
}

.contact_orario table td {
  color: #1b4861;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0;
}

.contact_orario table {
  margin-left: 40px;
  width: 100%;
}

.contact_orario table tr:last-child {
  border-bottom: none;
}

.contact_orario table tr td:first-child {
  border-right: 1px solid #1b4861;
}

.contact_orario table tr td:last-child {
  padding-left: 30px;
}

.contact_orario table tr {
  border-bottom: 1px solid #1b4861;
}

.contact_info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 40px;
}

.contact_map {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 40px;
}

.contact_info ul {
  display: flex;
}

.contact_info ul li {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  padding-top: 20px;
  margin-right: 40px;
}

.contact_info ul li img {
  width: 11px;
  margin-right: 10px;
}

.contact_info ul li img.mail {
  width: 16px;
}

.contact_info .social_media img {
  width: 39px;
  margin: 0 20px;
}

.contact_info .social_media p {
  display: inline-block;
}

.contact_info .social_media {
  margin: 30px 0 30px 40px;
}

.contact_info h2{
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.contact_info p {
  color: #fff;
  font-weight: 100;
}

.pages.contact .home_image {
  position: absolute;
  top: -115px;
  z-index: 1;
  padding-right: 90px;
}

.pages.contact .home_image img {
  max-height: 750px;
}

.pages.contact .home_image:before {
  display: none;
}

.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: 21px;
  font-weight: 400;
  border-bottom: 1px solid #2a9d8f;
  color: #1d1d1d;
  margin-bottom: 10px;
  line-height: 25px;
  padding-bottom: 5px;
}

.map_subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #1d1d1d;
}

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

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

.general_form {
  border: 1px solid #2a9d8f;
  border-radius: 30px;
  padding: 59px 50px;
  overflow: hidden;
}

.general_form span {
  font-size: 17px;
  padding-bottom: 10px;
  display: block;
  color: #759a4d;
  font-weight: 300;
}

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


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

.home_intro {
  position: relative;
}

.home_intro .swiper-container {
  height: 100vh;
  min-height: 700px;
}

.home_intro .swiper-container-horizontal > .swiper-pagination {
  right: calc(7.9% + 15px);
  top: 44%;
  height: 100%;
  bottom: auto;
  left: auto;
  position: absolute;
}

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

.home_intro .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 13px;
  margin-right: 25px;
  margin-top: 3px !important;
  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: 'Cormorant Garamond', 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 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section_home.padd_big {
  padding-bottom: 150px;
  padding-top: 150px;
}

.section_home.simple_page {
  padding-top: 100px!important;
  padding-bottom: 110px!important;
}

.section_home.first {
  padding-bottom: 190px;
  padding-top: 170px;
}

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


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


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


/* Common button styles */
.button {
  float: left;
  padding: 13px 40px 13px 40px;
  border: none;
  position: relative;
  z-index: 1;
  color: #c41320;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-top: 40px;
  border-radius: 40px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #c41320;
  overflow: hidden;
}

.button::before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: -15px;
  margin-top: 8px;
  transition: all 0.4s ease-in-out;
}

.button:hover::before {
  left: 20px;
}

.button.red {
  background: #c41320;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 15px 35px 15px 35px;
}

.button.red::before {
  background: #fff;
}

.button.red:hover{
  color: #fff;
}

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

.button:hover, .button:focus {
  padding-left: 45px;
  color: #c41320;
}
.button:hover::after, .button:focus::after {
  transform: translateX(-50%) scaleX(1);
}

.button.white {
  background: #fff;
  color: #e9443a;
  font-weight: 300;
}

.button.white:hover {
  background: #E9443A;
  color: #fff;
}

.button.no-margin {
  margin: 0;
}

.button.center {
  margin: 40px auto 0 auto;
  float: none;
  display: block;
  width: fit-content;
}

.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: #333333; background: #fff; }
.dynamic-content strong{color:#333333}
.dynamic-content ul li { display: block; margin-bottom: 0px; font-size: 21px; font-weight: 700; line-height: 35px; padding-left: 45px; }
.dynamic-content ul li::before{content: '-'; position: absolute; margin-left: -45px; font-weight: 400;}
.dynamic-content ul li p{border:none;font-size: 16px;color:#262626;display: contents;}
.dynamic-content h2{
  font-size: 36px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 600;
  display: block;
  position: relative;
  font-family: 'Syne', 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 {
  padding-right: 210px;
  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: 'Cormorant Garamond', 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;
}

.first_section:after {
  content: '';
  background-image: url(../img/layout/abstract_graphic_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(50% - 15px);
  height: 100px;
  right: 0;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.second_section {
  background-image: url(../img/layout/our_team_bg_image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 95vh;
  margin: 100px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}

.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: 'Syne', 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 {
  color: #4b763e;
  font-size: 37px;
  font-weight: 800;
  margin-top: 30px;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #759a4d;
}

.team p {
  font-size: 23px;
  font-weight: 500;
}

.dynamic_bg {
  background-image: url(../img/layout/logo_bg_graphic.svg);
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: center;
  width: 100%;
  height: 92vh;
  display: flex;
  align-items: center;
}

.dynamic_bg:after {
  content: '';
  background-image: url(../img/layout/romvos_graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  width: 35px;
  position: absolute;
  left: -90px;
  right: 0;
  margin: 0 auto;
}

.dynamic_description {
  padding-left: 50px;
}

.dynamic_description p {
  padding-bottom: 25px;
}

.section_home.dynamic_bg h1 {
  padding-right: 25%;
} 

.dynamic_bg h2 {
  color: #4b763e;
  font-size: 37px;
  font-weight: 800;
  margin-top: 35px;
  line-height: normal;
  padding-bottom: 30px;
}

.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_box {
  margin: 50px 25px 0 25px;
}

.team_box .blog_line {
  left: 40px;
  width: 40%;
}

.lezanta_team {
  background-image: url(../img/layout/lezanta_our_team.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 100%;
  position: absolute;
  top: -40px;
  margin-left: 85px;
}

.gallery img {
  width: 100%;
  transition: all 1s ease;
  border-radius: 10px;
  margin-bottom: 25px;
}

#gallery_content {
  width: 100%;
  margin-top: 60px;
}

.gallery {
  transition: all 1s ease;
}

#tabs {
  margin-right: 40px;
}

#tabs li {
  padding: 8px 0px 8px 40px;
  font-size: 18px;
  font-weight: 200;
  color: #1b4861;
}

#tabs li a {
  color: #1b4861;
}

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

.logismiko {
  margin-top: 60px;
}

.logismiko_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 8.33%;
  padding-bottom: 40px;
}

.logismiko_inner img {
  width: 73%;
  margin: 0 auto;
  display: block;
}

.logismiko_inner h2 {
  font-family: 'Syne', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
}

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

.logismiko_text {
  padding: 0 50px;
}

.logismiko_graphic {
  background-image: url('../img/layout/logismiko_graphic.svg');
  background-position: bottom;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 53%;
  height: 100%;
}


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

.home_highlight.about {
  margin-left: 75px;
  padding-right: 105px;
  position: relative;
  display: block;
}

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

.home_highlight.about p {
  margin-bottom: 25px;
}

.home_highlight.about p.subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_highlight h2 {
  color: #153B50;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 20px;
}

ul.half_list li {
  display: inline-block;
  width: 48%;
}

.home_highlight ul {
  margin: 30px 0;
}

.home_highlight ul li, .equipment_text ul li {
  font-size: 18px;
  font-weight: 100;
  padding: 10px 0 10px 25px;
  background-image: url(../img/layout/list.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0px 18px;
}

.packages_wrap {
  display: flex;
  flex-wrap: wrap;
}

.package_box {
  background: #FDF2F1;
  border-radius: 30px;
  padding: 40px;
  margin: 20px 10px;
}

.package_box h3 {
  font-size: 25px;
  font-weight: 500;
  color: #1b4861;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 4px solid #a5c5c4;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.package_box .price {
  font-size: 26px;
  font-weight: 700;
  color: #e9443a;
  margin-bottom: 10px;
  display: block;
}

.equipment_text ul li {
  color: #fff;
  display: inline-flex;
  margin-right: 20px;
}

.home_image.right {
  padding-right: 0;
  padding-left: 55px;
}

.home_image.right:after {
  content: '';
  width: 380px;
  height: 360px;
  position: absolute;
  background: #A5C5C4;
  top: -40px;
  right: -20px;
  z-index: -1;
  border-top-right-radius: 70px;
}

.home_image.right:before {
  display: none;
}

.section_home .home_highlight.about h1 {
  margin-bottom: 40px;
}

.home_highlight.simple_page {
  margin-left: 80px;
  padding-bottom: 50px;
}

.button_more {
  padding-bottom: 60px;
  position: relative;
  display: block;
  overflow: hidden;
}

.line_1 {
  border-bottom: 8px solid #D4D4D4;
  position: absolute;
  width: calc(100% - 8.333% - 90px);
  right: 0;
  top: 0px;
  border-left: 8px solid #D4D4D4;
  height: 60px;
}

.line_1.small {
  height: 45px;
}

.line_2 {
  border-bottom: 8px solid #D4D4D4;
  position: absolute;
  height: calc(100% - 200px);
  left: 0;
  top: 0px;
  border-right: 8px solid #D4D4D4;
  width: 8.33%;
}

.line_2.small {
  height: 535px;
}

.line_3 {
  border-top: 8px solid #D4D4D4;
  position: absolute;
  height: 70px;
  left: 0;
  bottom: 0px;
  border-right: 8px solid #D4D4D4;
  width: calc(50% - 15px);
}

.section_home h1 {
  font-size: 55px;
  color: #1D1D1D;
  font-weight: 200;
  display: block;
  position: relative;
  margin-bottom: 35px;
  background: #00000001;
}

.profile_intro_body {
  padding: 20px 0;
}

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

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

p.subtitle {
  color: #1d1d1d;
  font-size: 35px;
  font-weight: 250;
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #1d1d1d;
}

.banner_text {
  margin-left: -50px;
}

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

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


/* ============== 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: 'Cormorant Garamond', 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}

.service_box {
  position: relative;
  display: block;
  margin: 0px 0px 50px 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

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

.service_box img {
  width: 160px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

.service_box h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #1B4861;
  padding-top: 20px;
  width: 45%;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.service_intro {
  margin-left: 45px;
  padding-right: 25%;
}

.service_intro p {
  font-size: 35px;
  line-height: 48px;
  color: #212A54;
  font-weight: 800;
  display: block;
  position: relative;
}

.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: 'Cormorant Garamond', 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_all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.service_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.service_section {
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 30px 0;
}

.service_section.last {
  margin-bottom: 0;
}

.service_section img {
  width: 40px;
  float: right;
  margin-top: 15px;
}

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

.service_img:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background-image: url(../img/layout/romvos.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  top: -4px;
}

.service_icon {
  margin-left: 60px;
}

.service_icon.right:after {
  content: '';
  position: absolute;
  border-top: 5px solid #BADEDD;
  right: 0;
  width: calc(100% - 369px);
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}

.service_icon.left:before {
  content: '';
  position: absolute;
  border-top: 5px solid #BADEDD;
  left: 0;
  width: calc(100% - 410px);
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.service_icon.left {
  float: right;
  margin-left: 0;
  margin-right: 60px;
}

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

.service_img .icon {
  position: absolute;
  width: 110px;
  background: #FAF8F8;
  padding: 18px 18px;
}

.service_section.reverse-767 .service_img .icon {
  right: 0;
}

p.service_no {
  position: absolute;
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  background: #4b763e;
  padding: 17px 21px;
  top: -34px;
  margin: 0;
}

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

.service_left {
  padding-right: 5%;
}

.service_right {
  padding-left: 9%;
}

.service_section p {
  margin-bottom: 30px;
}

.section_home .service_section h1 {
  font-size: 45px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  color: #1b4861;
  padding-bottom: 20px;
}

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

.service_section .button {
  float: left;
  padding: 12px 65px 12px 40px;
  border: none;
  position: relative;
  z-index: 1;
  color: #4b763e;
  background: none;
  overflow: hidden;
  margin-top: 25px;
  background-image: url(../img/layout/green_arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 28px;
  transition: all 0.6s ease-in-out;
  border: 1px solid #759a4d;
  font-weight: 500;
}

span.service_no {
  position: relative;
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  background: #4b763e;
  padding: 17px 21px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
}

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

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

.services_view h1 {
    font-size: 80px;
    font-family: 'Cormorant Garamond', 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;
}

.more_description h2 {
  font-size: 35px;
  color: #4b763e;
  font-weight: 700;
  border-left: 12px solid #4b763e;
  width: fit-content;
  margin: 0 auto 35px auto;
  padding-left: 20px;
}

.more_description ul li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 0;
  margin: 10px 0;
  position: relative;
}

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

.service_description h2 {
  color: #4b763e;
  font-size: 37px;
  font-weight: 800;
  margin-top: 35px;
  line-height: normal;
  padding-bottom: 15px;
}

.service_other {
  margin: 0 65px;
}

.service_other .service_section {
  margin: 50px 30px 0px 0px;
}

.service_other .service_section.right {
  margin: 50px 0px 0px 30px;
}

.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 {
  padding-left: 50px;
  margin-right: 45px;
}

.service_description ul li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding-left: 20px;
  margin: 15px 0;
  position: relative;
}

.service_description ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #4B763E;
  left: 0;
  margin-top: 11px;
}

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

.service_description.more img {
  /* padding-right: 50px; */
  /* padding-left: 0; */
}

.service_gallery {
  position: relative;
}

.service_gallery h1 {
  font-size: 47px;
  color: #000;
  font-weight: 600;
  padding-bottom: 0px;
  padding-left: 355px;
  display: block;
  position: relative;
  font-family: 'Syne', sans-serif;
  background: #00000001;
}

.lezanta_gallery {
  background-image: url(../img/layout/lezanta_photo_gallery.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -120px;
  margin-left: 210px;
  z-index: -2;
}

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

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



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

.career {
  background: #fff;
}

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

.projects_graphic {
  background-image: url(../img/layout/lezanta_case_studies.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 35px;
  width: 85%;
  height: 240px;
  z-index: 0;
}

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

.projects_home h1 {
  font-size: 62px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  margin-left: 345px;
  display: block;
  position: relative;
  font-family: 'Syne', sans-serif;
  margin-bottom: 40px;
}

.project_description {
  margin-top: 25px;
}

.banner_content .project_description p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 10px 0px;
  color: #1D1D1D;
}

.other_neighbors .other_projects .other_project_box a {
  font-size: 34px;
  padding-right: 60px;
  background-size: 40px;
}

.other_neighbors .other_projects .other_project_box:first-of-type {
  padding-right: 35px;
}

.other_neighbors .other_projects_wrap {
  gap: 35px;
}

.other_neighbors .other_projects .other_project_box a:hover {
  background-size: 40px;
}

.project_description ul {
  margin: 10px;
}

.project_description ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 5px 0px;
  color: #1D1D1D;
  position: relative;
  padding-left: 25px;
}

.project_description ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  background: #2a9d8f;
  border-radius: 100%;
}

.swiper-slide .project_description {
  display: none;
}

.swiper-slide.swiper-slide-active .project_description {
  display: block;
  position: absolute;
  background: #5e6d92;
  bottom: -50px;
  right: -200px;
  z-index: 9999999999;
  padding: 40px;
  width: 480px;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#swiper_projects .swiper-slide.swiper-slide-active .border-dotted {
  position: absolute;
  width: 380px;
  border: 2px dashed #fff;
  height: 55%;
  bottom: 105px;
  right: -220px;
  z-index: -1;
}

.project_description .button {
  padding: 10px 50px 10px 55px;
  margin-top: 15px;
  background-image: url(../img/layout/arrow_white.svg);
  background-position: 7px 15px;
}

.project_description .button:hover {
  padding: 10px 60px 10px 30px;
  margin-top: 15px;
  background-image: url(../img/layout/arrow_white.svg);
  background-position: 175px 15px;
  background-color: transparent!important;
}

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

.lezanta_projects {
  background-image: url(../img/layout/lezanta_case_studies.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  margin-left: -215px;
  width: 100%;
  height: 240px;
  margin-bottom: 55px;
  opacity: 0.2!important;
}

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

/* ===================== 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: 'Cormorant Garamond', 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 h2 {
  font-size: 52px;
  font-weight: 100;
  line-height: 62px;
  color: #1d1d1d;
}

.category_extra_description h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 200;
  line-height: 52px;
  color: #1d1d1d;
}

.category_extra_description p {
  margin: 15px 0;
}

.category_extra_description ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 5px 0px;
  color: #1D1D1D;
  position: relative;
  padding-left: 25px;
}

.category_extra_description ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  background: #2a9d8f;
  border-radius: 100%;
}

.category_extra_description ul.show_hide li:before {
  display: none;
}

.category_extra_description ul.show_hide {
  margin-top: 30px;
}

.category_extra_description ul.show_hide li {
  padding: 20px 0;
  border-bottom: 1px solid #2a9d8f;
}

.category_extra_description ul.show_hide li:last-child {
  border-bottom: none;
}

.category_extra_description ul.show_hide li h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #1D1D1D;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.category_extra_description ul.show_hide li.active h4 {
  font-weight: 600;
  color: #2a9d8f;
}

.category_extra_description ul.show_hide li h4:after {
  content: '';
  background-image: url('../img/layout/arrow_down.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
}

.category_extra_description ul.show_hide li.active h4:after {
  transform: rotate(180deg);
}

.category_extra_description ul.show_hide li p {
  display: none;
  margin-top: 20px;
}

.project_box {
  overflow: hidden;
  display: flex;
}

.other_projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2a9d8f;
  padding: 35px 40px;
  border-radius: 30px;
}

.other_projects h3 {
  font-size: 45px;
  font-weight: 200;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  line-height: normal;
}

.other_projects h3:before {
  content: '';
  position: absolute;
  background: #c41320;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 0px;
}

.other_projects_wrap {
  display: flex;
  gap: 45px;
  align-items: center;
}

.other_projects .other_project_box:first-of-type {
  border-right: 1px solid #2a9d8f;
  padding-right: 45px;
}

.other_projects .other_project_box a {
  font-size: 40px;
  line-height: normal;
  color: #1d1d1d;
  font-weight: 200;
  padding-right: 70px;
  background-image: url(../img/layout/arrow_service.svg);
  background-position: right;
  background-size: 48px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.other_projects .other_project_box a:hover {
  background-image: url(../img/layout/arrow_service_hover.svg);
  background-position: right;
  background-size: 48px;
  background-repeat: no-repeat;
}

.project_image {
  padding-right: 100px;
  padding-left: 15px;
}

.project_image .button {
  margin: 35px auto 0 auto;
  float: none;
  display: block;
  width: fit-content;
}

.project_image img {
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
  opacity: 0.8;
}

.projects.view .category_extra_description {
  padding-right: 80px;
}

.project_box .project_number {
  width: 10%;
  display: inline-block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #2a9d8f;
  margin-top: 5px;
}

.projects_all hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 1px solid #2a9d8f;
}

.project_box .project_intro {
  display: inline-block;
  width: 90%;
}

.project_box h3 {
  margin: 15px 0 25px 0;
  font-size: 40px;
  font-weight: 300;
  color: #2a9d8f;
}

.project_box p {
  margin: 20px 0;
  padding-right: 10%;
}

.project_box ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 5px 0px;
  color: #1D1D1D;
  position: relative;
  padding-left: 25px;
}

.project_box ul {
  margin: 20px 0;
}

.project_box ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  background: #2a9d8f;
  border-radius: 100%;
}

.projects_view h1 {
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 80px;
}

.projects-img {
  max-width: 100%;
  width: 400px;
  float: left;
  margin: 0 40px 0 0;
}

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

.image-section h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  padding-top: 65px;
  margin-bottom: 20px;
}

.image-section h4 {
  font-size: 21px;
  font-weight: 100;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
}

.image-section img {
    background: #fff;
    padding: 35px;
    margin-top: -70px;
    border: 1px solid #ffc107;
    border-left: 4px solid #f5a61b;
}

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

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

/* ================== END PROJECTS ================ */


/* ===================== JOBS ===================== */

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


.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: 'Syne', 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_section .job_text:after {
  content: '';
  border: 1px solid #5E6D92;
  width: calc(100% - 90px);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}

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

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

.job_section .job_img:before {
  content: '';
  position: absolute;
  width: calc(100% - 90px);
  border: 2px dashed #faf8f8;
  height: 40%;
  bottom: -10px;
  right: -30px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

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

.job_info {
  background-image: url(../img/layout/exoplismos_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

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

.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: 'Cormorant Garamond', 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: 'Cormorant Garamond', 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: 'Cormorant Garamond', 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;
}


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

/* ===================== END PRODUCTS ===================== */

/* ===================== HOME BLOG ===================== */

.home_blog_box p {
  line-height: 30px;
  margin-top: 15px;
  color: #fff;
  font-weight: 100;
}

.home_blog_box .button {
  margin-top: 25px;
}

.home_blog_box .button strong {
  font-weight: 500;
}

.home_blog_box h3 {
  color: #e9443a;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 7px;
}

.home_blog_box {
  margin: 30px 20px;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 30px;
}

.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_box_top.more_news{padding: 50px 10% 10px 10%; height:20vh}
.home_blog_box .button strong{color:#fff}
.flex_box {
  display: flex;
  align-items: center;
}

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

.blog_wrapper p.date {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1b4861;
  color: #1b4861;
  font-weight: 400;
}

.blog_description {
  background-image: url(../img/layout/mikroskopio_graphic_white.svg);
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: 100% 50%;
  padding: 130px 80px;
}

.blog_description h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px;
}

.blog_description p {
  color: #fff;
  font-weight: 100;
}

.blog_description ul {
  margin: 30px 0;
}

.blog_description ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 0 5px 25px;
  background-image: url(../img/layout/list.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0px 12px;
}

.section_home .blog_wrapper h1 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.blog_wrapper p {
  margin-bottom: 25px;
}

.blog_wrapper h2 {
  color: #4B763E;
  font-size: 33px;
  margin: 40px 0;
  font-weight: 600;
  border-left: 10px solid #4b763e;
  line-height: 30px;
  padding-left: 10px;
}

.blog_wrapper .blog_line {
  left: 95px;
  width: 45%;
}

.blog_other {
  margin: 0 65px;
  text-align: center;
}

.blog_other p.subtitle {
  justify-content: center;
}

.blog_other .home_blog_box {
  margin: 0px 40px 0 0px;
}

.line_right {
  border-top: 8px solid #D4D4D4;
  position: absolute;
  height: 100%;
  right: 0;
  top: 110px;
  border-left: 8px solid #D4D4D4;
  width: 8.33%;
}

.blog_wrapper ul {
  margin: 30px 0 30px 0;
}

.blog_wrapper ul li {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  margin: 5px 0px;
  color: #333;
  position: relative;
  display: flex;
  padding-left: 20px;
}

.blog_wrapper ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #4B763E;
  left: 0;
  margin-top: 12px;
}

.breadcrumb-section {
  margin-top: 15px;
}

.breadcrumb-section a {
  color: #1B4861;
  font-size: 18px;
  font-weight: 300;
  padding-right: 0px;
}

.breadcrumb-section a:after {
  content: '';
  background-image: url(../img/layout/breadcrumb_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: relative;
  background-size: 9px;
  display: inline-block;
  margin-left: 8px;
}

.breadcrumb-section span {
  font-size: 18px;
  font-weight: 300;
  padding: 0 2px;
  color: #e9443a;
}

.customer_box img {
  margin: 30px 0;
}

.section_home.section_customers {
  padding-top: 140px;
  overflow: hidden;
}

.section_home.section_customers h1 {
  margin-bottom: 80px;
}

.section_home.section_customers .button {
  margin-top: 80px;
}

.home_blog {
  margin-left: 100px;
}

.swiper-container.swiper-blog {
  margin-top: 20px;
}

.swiper-blog h3 {
  color: #4B763E;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 7px;
}

.swiper-blog .swiper-slide:hover h3 {
  color: #759A4D;
}

.blog_line {
  border-bottom: 12px solid #759A4D;
  width: 46%;
  position: absolute;
  height: 12px;
  margin-top: -12px;
  left: 1px;
}

.swiper_buttons {
  display: flex;
  margin-right: 40px;
}

.swiper_buttons.mob {
  display: none;
}

p.date {
  color: #fff;
  font-size: 15px!important;
  font-weight: 400;
  margin-top: 0!important;
  margin-bottom: 0!important;
  text-transform: uppercase;
  line-height: normal;
}

.blog_text {
  background: #1b4861;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px;
  border-top: 4px solid #BADEDD;
  text-align: left;
}

.blog.view .services_view h1 {
  font-size: 55px;
  margin-bottom: 30px;
  line-height: 55px;
}


img.overview-image.blog_view_img{
  float: right;
  max-width: 800px;
}


/* ===================== END BLOG ===================== */


/* FLASH MESSAGES
================================================== */
.hello-bar {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  color: #fff;
  text-align: center;
  background: #c41320;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 999999999;
  zoom: 1;
  padding: 0 15px;
  font-weight: 400;
}

.hello-bar #flashMessage {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.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: 1650px) {
  /* .footer_box.right {
    margin-left: -50px;
  } */

  /* .footer_box.right.first {
    margin-left: -80px;
  } */

  .section_home .home_philosophy h1 {
    font-size: 62px;
    line-height: 72px;
    margin-bottom: 65px;
  }

  .home_info_text ul li {
    padding: 8% 2% 6% 2%;
  }

  .service_tab_panel img {
    width: 220px;
  }

  .service_tab_title a {
    font-size: 35px;
    padding: 20px 25px;
  }

  .service_tab_title.active a {
    padding: 20px 80px 20px 40px;
  }

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

  .dermatology_text {
    gap: 70px;
  }

  p.subtitle {
    font-size: 32px;
    padding-top: 30px;
  }

  .no_banner .banner_content h1 {
    padding-right: 22%;
  }
  
  .general_form {
    padding: 50px 35px;
  }

  .contact_left {
    padding-right: 8%;
  }

  .project_image {
    padding-right: 50px;
  }

  .projects_all h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .project_box h3 {
    font-size: 37px;
  }

  .other_projects .other_project_box a {
    font-size: 35px;
    padding-right: 60px;
    background-size: 45px;
  }

  .other_projects_wrap {
    gap: 35px;
  }

  .other_projects .other_project_box:first-of-type {
    padding-right: 35px;
  }

  .other_projects h3 {
    font-size: 40px;
  }

  .other_neighbors .other_projects_wrap {
    gap: 30px;
  }

  .other_neighbors .other_projects .other_project_box:first-of-type {
    padding-right: 30px;
  }

  .other_neighbors .other_projects .other_project_box a {
    font-size: 30px;
    padding-right: 50px;
    background-size: 37px;
  }
}

@media only screen and (max-width: 1499px) {
  #navi ul li {
    margin: 0 12px;
  }

  #navi ul li.services-trigger-menu {
    margin-right: 25px;
  }

  .header_phone img {
    margin: 0 15px;
  }

  #navi p a {
    margin-left: 10px;
  }

  #logo {
    width: 210px;
    height: 65px;
  }

  /* .footer_box.right {
    margin-left: -65px;
  } */

  /* .footer_box.right.first {
    margin-left: -120px;
  } */

  .section_home .home_philosophy h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .section_home.padd_big {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .home_gallery h2 {
    font-size: 42px;
    line-height: 47px;
  }

  .home_info_text ul li {
    padding: 7% 20px 5% 20px;
    font-size: 25px;
  }

  .home_info_text ul li:before {
    width: 13px;
    height: 13px;
  }

  .service_title {
    padding: 50px 35px;
  }

  .services_tab {
    padding: 30px 35px;
  }

  .services_tab_content {
    padding: 25px;
  }

  .service_tab_panel {
    gap: 25px;
  }

  .service_title p {
    font-size: 35px;
    line-height: 43px;
  }

  .service_tab_title a {
    font-size: 32px;
  }

  .dermatology_text p span.title {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .dermatology_title h2 {
    font-size: 40px;
  }

  .dermatology_title p {
    font-size: 24px;
  }

  .dermatology_title {
    padding: 30px 35px;
  }

  .dermatology_text {
    gap: 60px;
    padding: 50px 35px;
  }

  .dermatology_text img {
    min-width: 270px;
  } 

  .banner_content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
  }

  .swiper-header p.message {
    font-size: 26px;
  }

  .no_banner .banner_content h1 {
    padding-right: 20%;
    font-size: 57px;
    line-height: 67px;
  }

  p.subtitle {
    font-size: 30px;
    padding-top: 25px;
  }

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

  .section_home.contact_form_section h1 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 25px;
  }

  .projects_all h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .project_box h3 {
    font-size: 34px;
  }

  .project_image {
    padding-right: 0px;
  }

  .project_box h3 {
    font-size: 32px;
  }

  .project_box .project_number {
    font-size: 38px;
    line-height: 38px;
  }

  .other_projects .other_project_box a {
    font-size: 32px;
    padding-right: 55px;
    background-size: 42px;
  }

  .other_projects .other_project_box:first-of-type {
    padding-right: 30px;
  }

  .other_projects_wrap {
    gap: 30px;
  }

  .other_neighbors .other_projects .other_project_box a {
    font-size: 28px;
    padding-right: 50px;
    background-size: 33px;
  }

}

@media only screen and (max-width: 1349px) {
  .header_inner {
    padding: 0px 10px 0px 30px;
  }

  .footer_box h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

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

  /* .footer_box.right.first {
    margin-left: -130px;
  } */

  .footer_box.footer_menu p {
    margin: 8px 0;
  }

  .footer_box .footer_logo {
    width: 290px;
  }

  #navi p a {
    margin-left: 5px;
    font-size: 16px;
    padding: 12px 25px;
  }

  #navi ul li {
    margin: 0 9px;
  }

  #navi ul li a {
    font-size: 18px;
    padding: 42px 0;
  }

  #logo {
    width: 200px;
  }

  .section_home .home_philosophy h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .home_philosophy_text {
    width: 60%;
    margin-top: -60px;
  }

  #swiper-gallery, #swiper-page-gallery {
    margin-top: 75px;
  }

  .home_info_text ul li:before {
    width: 12px;
    height: 12px;
  }

  /* .home_info_text ul {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .home_info_text ul li {
    padding: 8% 30px 5% 30px;
    font-size: 23px;
    width: 50%;
    border-bottom: 1px dashed #484847;
  }

  .home_info_text ul li:nth-child(2n) {
    border-right: none;
  } */

  .service_tab_panel {
    gap: 15px;
  }

  .service_tab_panel.active {
    flex-direction: column;
  }

  .dermatology_text {
    gap: 30px
  }

  .dermatology_title {
    padding: 25px 35px;
  }

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

  .dermatology_text p span.title {
    font-size: 23px;
    padding-bottom: 17px;
  }

  .dermatology_text img {
    min-width: 230px;
  }

  .dermatology_text h4 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section_home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner_content h1 {
    font-size: 55px;
    line-height: 65px;
  }
  
  .banner_content p {
    font-size: 30px;
  }

  .swiper-header p.message {
    font-size: 24px;
  }

  .no_banner .banner_content h1 {
    padding-right: 15%;
    font-size: 54px;
    line-height: 64px;
  }

  .banner_content p {
    font-size: 27px;
    padding-top: 20px;
  }

  .home_image {
    padding: 0 25px;
  }

  /* .contact_header .home_info_text ul {
    display: flex;
  } */

  /* .contact_header .home_info_text ul li {
    padding: 8% 30px 5% 30px;
  } */

  .general_form {
    padding: 45px 20px;
  }

  .section_home.contact_form_section h1 {
    font-size: 41px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .project_image {
    padding: 0px;
  }

  .projects_all h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .project_box h3 {
    font-size: 30px;
    margin: 10px 0 20px 0;
  }

  .projects_all hr {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }

  .project_box .project_number {
    font-size: 36px;
    line-height: 36px;
  }

  .other_projects {
    padding: 30px 30px;
  }

  .other_projects h3 {
    font-size: 37px;
  }

  .project_description {
    margin-top: 0;
  }

  .banner_content .project_description p {
    font-size: 19px;
    line-height: 28px;
    margin: 5px 0;
  }

  .other_neighbors .other_projects {
    flex-direction: column;
    gap: 25px;
  }

}

@media only screen and (max-width: 1199px) {
  header {
    top: 30px;
  }

  .languages {
    bottom: -38px;
    right: 35px;
  }

  .languages a.selected {
    font-size: 16px;
  }

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

  .header_inner {
    margin: 0 15px;
  }

  header.header_fixed .header_inner {
    margin: 0 -5px 0 15px;
  }

  footer {
    margin: 0 15px;
  }

  .copyright {
    padding: 12px 15px 12px 30px;
  }

  .footer_box .footer_logo {
    width: 280px;
    margin-bottom: 15px;
  }

  .footer_box hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer_box p.last {
    padding-left: 20px;
  }

  .footer_social {
    margin-top: 25px;
  }

  .footer_box.footer_menu p {
    margin: 5px 0;
  }

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

  .footer_box h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .home_philosophy {
    padding: 0 10px;
  }

  .section_home .home_philosophy h1 br {
    display: none;
  }

  .section_home .home_philosophy h1 {
    font-size: 54px;
    line-height: 54px;
  }

  .home_gallery {
    padding-left: 15px;
    padding-right: 10px;
  }

  .services_home {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service_title {
    padding: 35px 20px;
  }

  .services h3 {
    font-size: 40px;
  }

  .service_tab_title a {
    font-size: 30px;
    padding: 17px 20px;
    background-size: 45px;
  }

  .service_tab_title.active a {
    background-size: 45px;
  }

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

  .dermatology_text {
    padding: 40px 20px;
  }

  .dermatology_text img {
    min-width: 215px;
  }

  .banner_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .swiper-header p.message {
    right: 15px;
    bottom: 50px;
  }

  .no_banner {
    margin: 0 0px;
    width: 100%;
  }

  .banner_content p {
    font-size: 25px;
  }

  .no_banner .banner_content h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .page_intro {
    padding-left: 15px;
  }

  .home_image {
    padding: 0 15px;
  }

  .page_intro h2 {
    font-size: 30px;
  }

  /* .contact_header .home_info_text ul li {
    padding: 6% 30px 4% 30px;
  } */

  .contact_header {
    margin-top: 140px;
  }

  .contact_form_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  #map {
    height: 340px;
    margin-top: 30px;
  }

  .project_box {
    padding-left: 15px;
  }

  .projects_all h2 {
    font-size: 37px;
    line-height: 45px;
  }

  .project_box h3 {
    font-size: 27px;
  }

  .project_box ul {
    margin: 15px 0;
  }

  .project_box p {
    margin: 15px 0;
    padding-right: 15px;
  }

  .other_projects {
    margin: 0 30px;
    flex-direction: column;
    gap: 25px;
  }

  .category_extra_description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category_extra_description h2 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 45px;
  }

  .category_extra_description ul.show_hide li h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .projects.view .project_image {
    margin-right: 15px;
  }

  .projects.view .category_extra_description {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  #navi ul {
    display: none;
  }

  #navi p {
    display: none;
  }

  .mob_menu {
    display: block;
  }

  .toggle-nav {
    display: flex;
  }

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

  .header_inner {
    padding: 10px 10px 10px 30px;
  }

  /* .footer_box.right.first, .footer_box.right {
    margin-left: 0;
  } */

  .footer_info {
    margin-bottom: 40px;
  }

  .section_home.padd_big {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .section_home .home_philosophy h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 35px;
  }

  .home_philosophy_text {
    width: 100%;
    margin-top: 0;
    float: none;
    display: block;
  }

  .home_gallery h2 {
    font-size: 37px;
    line-height: 40px;
  }

  .navigation_swiper_buttons {
    gap: 20px;
  }

  .services_tab {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .service_tab_title .tab_link_desktop {
    display: none;
  }

  .service_tab_title .tab_link_mobile {
    display: block;
    color: #222;
    font-size: 30px;
    font-weight: 200;
    border-bottom: 1px solid #2a9d8f;
    width: 100%;
    padding: 17px 20px;
    line-height: normal;
    background-image: url(../img/layout/arrow_service.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 45px;
    cursor: pointer;
  }

  .service_tab_title.last .tab_link_mobile {
    border-bottom: none;
  }

  .service_tab_title.active .tab_link_mobile {
    color: #2a9d8f;
    font-weight: 600;
    background-image: url(../img/layout/arrow_service_hover.svg);
  }

  .button.tab_more_link {
    display: inline-block;
    margin-top: 0px;
  }

  .service_tab_panel img {
    width: 280px;
  }
  
  .services_tab_nav, .service_tab_title a {
    width: 100%;
  }

  .service_title {
    flex-direction: column;
  }

  .service_title p {
    font-size: 27px;
    line-height: 37px;
    width: 100%;
    margin-top: 20px;
  }

  .arrow_button {
    font-size: 21px;
    gap: 15px;  
  }

  .service_tab_title .tab_link_mobile {
    font-size: 27px;
  }

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

  .dermatology_text {
    flex-direction: column;
  }

  .services .dermatology_text h3 {
    order: 1;
  }

  .dermatology_inner_text {
    order: 3;
  }

  .dermatology_text img {
    order: 2;
    width: 195px;
    min-width: 195px;
  }

  .dermatology_title {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 25px 20px;
  }

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

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

  .swiper-header p.message {
    font-size: 22px;
  }

  .banner_content h1 br {
    display: none;
  }

  .banner_content p {
    font-size: 28px;
  }

  .no_banner .banner_content {
    margin-top: 100px;
    display: flex;
  }

  .no_banner .banner_content h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner_text {
    margin-left: 0px;
    margin-top: 20px;
  }

  .page_intro .home_image img {
    max-width: 250px;
    margin-top: 25px;
  }

  .page_intro h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section_home.page_intro h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .contact_header {
    margin-top: 115px;
  }

  /* .contact_header .home_info_text ul li {
    padding: 8% 30px 4% 30px;
  } */

  .contact_left {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .map_mob {
    display: block;
  }

  .contact_left #map {
    display: none;
  }

  .contact_left {
    margin-bottom: 40px;
  }

  .general_form {
    padding: 30px 15px;
  }

  #map_mobile {
    width: calc(100% - 30px);
    margin: 0 15px 80px 15px;
  }

  .project_box {
    flex-direction: column;
  }

  .project_box .project_number {
    width: 8%;
  }

  .project_image {
    margin-top: 30px;
    margin-left: -15px;
  }

  .project_box .project_intro {
    width: 100%;
    padding-right: 15px;
  }

  .other_projects .other_project_box a {
    font-size: 30px;
    background-size: 40px;
  }

  .category_extra_description h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .category_extra_description ul.show_hide li h4 {
    font-size: 21px;
    line-height: 26px;
  }

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

  .header_inner .languages {
    display: none;
  }

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

  .languages a.selected {
    padding: 7px 24px 7px 0px;
  }

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

  .languages_menu, .pages.home .languages_menu {
    background: #c41320;
    width: 47px;
    padding: 0px 0px 0px 0px;
  }

  .languages {
    bottom: auto;
    top: 25px;
    left: 25px;
    background: transparent;
    right: auto;
  }

  .languages a.selected {
    font-size: 16px;
    color: #000;
    background: transparent url(../img/layout/arrow_down.svg) no-repeat scroll 86% 16px;
    background-size: 11px;
  }

  .projects.view .project_image {
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 30px;
  }

  .other_neighbors .other_projects .other_project_box a {
    font-size: 25px;
    padding-right: 45px;
    background-size: 32px;
  }

  .show-nav #mobile-nav {
    transform: translateX(100%) !important;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .footer_copyright p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    display: block;
  }

  .copyright {
    flex-direction: column;
    justify-content: center;
  }

  #wapp {
    float: none;
  }

  #wapp a {
    margin: 0 auto;
  }

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

  .footer_box.last {
    margin-top: 30px;
    width: fit-content;
  }

  footer {
    padding: 55px 0;
  }

  .footer_box.last p br {
    display: none;
  }

  .copyright {
    padding: 12px 15px 12px 15px;
  }

  .section_home .home_philosophy h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .button.red {
    padding: 13px 35px 13px 35px;
  }

  .button {
    padding: 13px 35px;
    font-size: 17px;
    margin-top: 30px;
  }

  .section_home.padd_big {
    padding-bottom: 85px;
    padding-top: 85px;
  }

  .button:hover::before {
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: 7px;
  }

  #swiper-gallery .swiper-slide.swiper-slide-active img, #swiper-page-gallery .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }

  .home_gallery h2 {
    width: 100%;
  }

  #swiper-gallery, #swiper-page-gallery {
    margin-top: 60px;
  }

  .navigation_swiper_buttons {
    gap: 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
  }

  .home_info_text ul li {
    padding: 12% 20px 9% 20px;
    font-size: 22px;
  }

  .home_info_text ul li:before {
    width: 11px;
    height: 11px;
  }

  .dermatology_title h2 {
    font-size: 32px;
  }

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

  .dermatology_text h4 {
    font-size: 26px;
  }

  .banner_content {
    margin-bottom: 130px;
  }

  .banner_content h1 {
    font-size: 45px;
    line-height: 53px;
  }

  .banner_content p {
    font-size: 26px;
  }

  .swiper-header p.message {
    font-size: 20px;
    bottom: 40px;
  }

  .no_banner .banner_content h1 {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .project_box .project_number {
    width: 10%;
    font-size: 34px;
    line-height: 34px;
  }

  .projects_all hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .other_projects_wrap {
    flex-direction: column;
    width: 100%;
  }

  .other_projects .other_project_box:first-of-type {
    padding-right: 0px;
    border-right: none;
    border-bottom: 1px solid #2a9d8f;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .other_projects h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .other_projects_wrap, .other_neighbors .other_projects_wrap {
    gap: 20px;
  }

  .other_projects .other_project_box a {
    font-size: 27px;
    background-size: 35px;
  }

  .category_extra_description h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .no_banner .banner_content h1 {
    font-size: 40px;
    line-height: 42px;
    padding-right: 0;
  }
  
  .other_neighbors .other_projects .other_project_box:first-of-type {
    padding-right: 0px;
  }

  #mobile-nav ul li a, #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-label {
    font-size: 20px;
  }

  #mobile-nav ul li {
    padding: 3px 0;
  }

  #navi-mobile .button {
    font-size: 15px;
    padding: 12px 25px;
    right: 25px;
  } 

  .menu_social {
    width: 70%;
  }

  .contact_header .home_info_text ul li {
    padding: 30% 6% 8% 7%;
  }

}

@media only screen and (max-width:575px) {
  #logo {
    width: 190px;
    height: 60px;
  }

  .contact_header .home_info_text ul {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }

  .contact_header .home_info_text ul li {
    padding: 10% 5% 4% 5%;
    border-bottom: 1px dashed #484847;
    border-right: none;
  }


  header.header_fixed #logo {
    width: 180px;
    height: 70px;
  }

  .header_phone img {
    margin: 0 10px;
  }

  header {
    top: 25px;
  }
      
  .header_inner {
    padding: 10px 5px 10px 25px;
  }

  .footer_box img {
    margin-left: 4px;
  }

  .footer_social {
    margin-top: 20px;
  }

  .footer_box .footer_social img.instagram {
    width: 25px;
  }

  .footer_box .footer_social img {
    width: 11px;
  }

  .section_home .home_philosophy h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .section_home.padd_big {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  #swiper-gallery, #swiper-page-gallery {
    margin-top: 50px;
  }

  .home_gallery h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .navigation_swiper_buttons {
    margin-top: 45px;
  }

  .home_info_text ul li {
    padding: 12% 15px 8% 15px;
    font-size: 21px;
  }

  .arrow_button {
    font-size: 20px;
  }

  .arrow_button img {
    width: 28px;
  }

  .services h3 {
    font-size: 37px;
  }

  .services_tab {
    padding: 0px 20px 20px 20px;
  }

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

  .dermatology_text img {
    width: 180px;
    min-width: 180px;
  }

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

  .dermatology_text p span.title {
    font-size: 21px;
    padding-bottom: 15px;
  }

  .section_home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner_content {
    margin-bottom: 180px;
  }

  .banner_content p {
    font-size: 24px;
  }

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

  .swiper-header p.message {
    font-size: 18px;
  }

 .no_banner .banner_content h1 {
    font-size: 37px;
    line-height: 40px;
  }

  .banner_content p {
    padding-top: 15px;
  }

  .banner_text {
    margin-top: 15px;
  }

  .no_banner {
    height: 60vh;
    min-height: 570px;
  }

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

  .page_intro h2 {
    font-size: 28px;
  }

  .contact_header .home_info_text ul li {
    padding: 10% 30px 3% 30px;
    width: 100%;
  }

  .section_home.contact_form_section h1 {
    font-size: 37px;
    line-height: 40px;
  }

  .project_box .project_number {
    width: 100%;
    font-size: 34px;
    line-height: 34px;
    display: block;
    margin-bottom: 15px;
    float: none;
  }

  .projects_all h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .project_box h3 {
    font-size: 25px;
  }

  .category_extra_description h2 {
    font-size: 27px;
    line-height: 37px;
  }

  .category_extra_description ul.show_hide li {
    padding: 15px 0;
  }

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

  .menu_social {
    width: 80%;
    padding: 20px;
  }

  #mobile-nav {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  
}

@media only screen and (max-width:479px) {
  #logo {
    width: 180px;
    height: 55px;
  }

  .languages_menu a {
    font-size: 15px;
  }

  .languages_menu, .pages.home .languages_menu {
    background: #c41320;
    width: 43px;
  }

  .languages a.selected {
    font-size: 15px;
  }

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

  .footer_box .footer_logo {
    width: 270px;
  }

  .footer_box h2 {
    margin-bottom: 15px;
  }

  .divider {
    height: 15px;
  }

  p {
    font-size: 19px;
    line-height: 29px;
  }

  .home_philosophy_text {
    padding-top: 10px;
  } 

  .section_home .home_philosophy h1 {
    font-size: 34px;
    line-height: 34px;
  }

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

  .section_home.padd_big {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .home_gallery h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .home_info_text ul {
    flex-direction: column;
  }

  .home_info_text ul li {
    padding: 14% 15px 6% 15px;
    width: 100%;
    border-right: none;
  }

  .home_info_text ul li:before {
    width: 10px;
    height: 10px;
    margin-top: -22px;
  }

  .service_tab_panel img {
    width: 100%;
  }

  .service_tab_title .tab_link_mobile {
    font-size: 25px;
    padding: 12px 45px 12px 0px;
    background-size: 40px;
    background-position: 100% center;
  }

  .arrow_button img {
    width: 25px;
  }
  
  .arrow_button {
    font-size: 19px;
    padding: 25px 0;
    gap: 12px;
  }

  .services h3 {
    font-size: 34px;
  }

  .service_title p {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-top: 15px;
  }

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

  .dermatology_title h2 {
    font-size: 30px;
  }

  .dermatology_text {
    gap: 20px;
  }

  .dermatology_text h4 {
    font-size: 24px;
  }

  .dermatology_text p span.title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

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

  .swiper-header p.message {
    font-size: 17px;
  }

  .banner_content h1 {
    font-size: 36px;
    line-height: 45px;
    margin-top: 0;
  }

  .no_banner .banner_content h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .no_banner .banner_content {
    margin-top: 90px;
  }

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

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

  .page_intro h3 {
    font-size: 23px;
  }

  .page_intro .home_image img {
    max-width: 225px;
  }

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

  .contact_header {
    margin-top: 110px;
  }

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

  .general_form {
    padding: 30px 5px;
  }

  #map_mobile {
    margin: 0 15px 70px 15px;
  }

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

  .project_box .project_number {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .projects_all h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .project_box h3 {
    font-size: 23px;
  }

  .project_box ul li:before {
    width: 8px;
    height: 8px;
  }

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

  .projects_all hr {
    margin-bottom: 2.5rem;
  }

  .other_projects .other_project_box a {
    font-size: 24px;
    background-size: 32px;
    padding-right: 50px;
  }

  .other_projects h3 {
    font-size: 32px;
  }

  .other_projects {
    padding: 20px 20px;
  }

  .category_extra_description ul.show_hide li h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .category_extra_description ul.show_hide li h4:after {
    background-size: 13px;
    width: 13px;
    height: 13px;
  }

  .category_extra_description ul.show_hide {
    margin-top: 20px;
  }

  .category_extra_description h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

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

  .category_extra_description p {
    margin: 10px 0;
  }

  .category_extra_description ul li:before {
    width: 8px;
    height: 8px;
  }

  .other_neighbors .other_projects .other_project_box a {
    font-size: 22px;
    padding-right: 40px;
    background-size: 30px;
  }

  #mobile-nav {
    top: 120px;
  }

  .show-nav #mobile-nav {
    height: calc(100% - 135px);
  }

  .show-nav .toggle-nav {
    background-size: 38px;
  }

  #mobile-nav ul li a, #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-label {
    font-size: 20px;
    line-height: 30px;
  }

  #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-arrow {
    top: 48%;
  }
  
  #mobile-nav ul li.mobile-services-trigger.open .mobile-dropdown-arrow {
    top: 33%;
  }

  #navi-mobile .button {
    font-size: 14px;
    padding: 10px 20px;
    right: 15px;
    top: 20px;
  }

  .menu_social p {
    font-size: 17px;
    line-height: 28px;
    margin: 4px 0;
  }

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

  #mobile-nav ul li {
    padding: 2px 0;
  }

  #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-menu {
    padding: 10px 35px;
  }

  #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-menu li a {
    font-size: 17px;
  }

}

@media only screen and (max-width: 420px) {
  .header_inner {
    margin: 0 10px;
  }

  .header_inner {
    padding: 10px 0px 10px 20px;
  }

  .header_phone img {
    margin: 0 5px;
    width: 18px;
    position: relative;
    top: 2px;
  }

  #logo {
    width: 160px;
    height: 50px;
  }

  .toggle-nav {
    width: 52px;
    height: 52px;
    top: -3px;
  }

  header.header_fixed #logo {
    width: 165px;
    height: 65px;
  }

  .footer_box p.last a {
    font-size: 17px;
  }

  .footer_box p.last:before {
    width: 8px;
    height: 8px;
  }

  .footer_box .footer_logo {
    width: 265px;
    margin-bottom: 12px;
  }

  .footer_box h2 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  .footer_menu {
    margin-top: 15px;
  }

  footer {
    padding: 40px 0;
  }

  .footer_copyright p {
    font-size: 15px;
    line-height: 23px;
  }

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

  footer .col-8, footer .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_box p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer_box .footer_social img.instagram {
    width: 23px;
  }

  .footer_box .footer_social img {
    width: 10px;
  }

  .footer_info {
    margin-bottom: 30px;
  }

  #wapp a {
    width: 85px;
    height: 28px;
  }

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

  .section_home .home_philosophy h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .button.red {
    letter-spacing: 0;
    padding: 12px 30px;
  }

  .button {
    padding: 12px 30px;
    margin-top: 20px;
  }

  .home_gallery h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .navigation_swiper_buttons {
    margin-top: 40px;
  }

  .services h3 {
    font-size: 30px;
    padding-left: 20px;
  }

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

  .service_tab_title .tab_link_mobile {
    font-size: 23px;
    padding: 12px 40px 12px 0px;
    background-size: 35px;
  }

  .services_tab_content {
    padding: 20px 17px;
  }

  .service_title {
    padding: 30px 20px 15px 20px;
  }

  .arrow_button {
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 10px;
    gap: 9px;
    flex-direction: column;
  }

  .dermatology_text p span.title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .dermatology_text {
    padding: 35px 20px;
  }

  .dermatology_text h4 {
    font-size: 23px;
    margin-top: 0;
  }

  .dermatology_title {
    padding: 20px 20px;
  }

  .dermatology_title h2 {
    font-size: 28px;
  }

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

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

  .swiper-header p.message {
    font-size: 16px;
  }

  .banner_content h1 {
    font-size: 29px;
    line-height: 36px;
  } 

  .banner_content p {
    font-size: 20px;
    line-height: 23px;
  }

  .banner_text {
    margin-top: 10px;
  }

  .section_home.page_intro h1 {
    font-size: 32px;
  }

  .page_intro h2 {
    font-size: 24px;
  }

  .page_intro h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .section_home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact_header .home_info_text ul li {
    padding: 13% 20px 4% 20px;
  }

  .section_home.contact_form_section h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .project_image {
    margin-top: 15px;
  }

  .project_box ul li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
  }

  .project_box ul li:before {
    width: 7px;
    height: 7px;
  }

  .project_box h3 {
    font-size: 22px;
    margin: 5px 0 15px 0;
  }

  .projects_all h2 {
    font-size: 28px;
  }

  .other_projects h3 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .other_projects_wrap, .other_neighbors .other_projects_wrap {
    gap: 15px;
  }

  .other_projects .other_project_box:first-of-type {
    padding-bottom: 15px;
  }

  .other_projects .other_project_box a {
    font-size: 21px;
    background-size: 28px;
    padding-right: 40px;
  }

  .category_extra_description ul.show_hide li {
    padding: 12px 0;
  }

  .category_extra_description ul.show_hide li h4 {
    font-size: 18px;
    line-height: 23px;
    padding-right: 15px;
  }

  .category_extra_description h2 {
    font-size: 23px;
    line-height: 32px;
  }

  .category_extra_description ul li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
  }

  .category_extra_description ul li:before {
    width: 7px;
    height: 7px;
  }

  .banner_content .project_description p {
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0;
    padding-top: 5px;
  }

  .show-nav .toggle-nav {
    background-size: 34px;
  }

  #mobile-nav ul li a, #mobile-nav ul li.mobile-services-trigger .mobile-dropdown-label {
    font-size: 19px;
    line-height: 28px;
  }

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

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

  #mobile-nav ul li {
    padding: 1px 0;
  }

  .menu_social p {
    font-size: 16px;
    line-height: 26px;
    margin: 3px 0;
  }
}

@media only screen and (max-width: 380px){
  .no_banner {
    height: 67vh;
    min-height: 625px;
  }
}


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