@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

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

b {
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

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

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

.padd_small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padd_top {
  padding-top: 100px;
}

.padd_bottom {
  padding-bottom: 100px;
}

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

.center {
  text-align: center;
}

.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: 'Google Sans', sans-serif; color:#000; background: #f7f2ec; }

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

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

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

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

.white_bg {
  background: #fff;
}

.blue_bg {
  background: #020E4F;
}

.light_bg {
  background: #F9F9F8;
}

.orange_bg{
  background: #edb382;
}

.green_bg{
  background: #cbeae3;
}

.styled_btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  /* width: 100px; */
  /* height: 100px; */
  z-index: 2;
  border-radius: 0px;
  background: #b76b3c;
  color: white;
  border: none;
  border: 1px solid #b76b3c;
  padding: 6px;
  font-weight: 200;
  padding: 5px 19px;
  border-top-left-radius: 5px;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #b76b3c!important;
}

span.blue_text strong{color: #04397E;}

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

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all .4s ease-out;
  padding: 40px 0 40px 0;
  background: #f7f2ec;
}
.pages.view header, .pages.contact header, .services.view header {
  position: fixed;
  background: transparent;
}
header.header_fixed {
  padding: 10px 0;
  transition: all .4s ease-out;
  position: fixed;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.pages.view header.header_fixed, .pages.contact header.header_fixed, .services.view header.header_fixed{
  background: #f7f2ec;
}

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

header.header_fixed #logo {
  width: 210px;
  height: 55px;
}

header.header_fixed:after {
  display: none;
}

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

.terms.view header {
  background: #FFFDFB;
}

@media(max-width: 1199px) {
/*	.pages.contact header,
	.pages.view header,
	.services.view header,
	.blog header {
	  padding: 20px 20px;
	}*/

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

	header {
	  padding: 30px 30px;
	}

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

}

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

/* =================== PAGES HEADER =================== */
.pages_header.hero_image {
  /* padding: 110px 0; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
  min-height: 400px;
}

.pages_header.hero_image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.18;
  z-index: 0;
}

@media(max-width: 1499px) {
  .pages_header_fg h1 {
    font-size: 44px;
  }
  .pages_header_fg {
    height: 160px;
  }
  .pages_header_fg h1 img {
    width: 75px;
  }
}

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

	.pages_header_fg h1 img {
    width: 60px;
	}

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

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

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

	.pages_header_fg {
    height: 85px;
	}

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


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

	.pages_header_fg h1 img {
		 width: 52px;
	}

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

}

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


.breadcrumb_wrap {
  padding-top: 50px;
}

.breadcrumb-section span {
  color: #666;
  font-size: 15px;
}

.breadcrumb-section a {
  color: #C67852;
  position: relative;
  font-size: 15px;
  padding-right: 25px;
}

.breadcrumb-section a:after {
  content: '>';
  position: absolute;
  width: 27px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}


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

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

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



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


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

.pages_body {
  padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.pages_body li ul li::before {
  display: inline-block;
  padding-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
	color: #262626;
}
.services_pagination{
	display: flex;
  justify-content: center;
  margin-top: 20px;
}
.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;
}

.services_bg {
  background-image: url(../img/layout/services_page_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
}

.service_shadow {
  background: rgb(255 255 255 / 75%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.services .section_home.services_home:after {
  display: none;
}

.section_home.equipment h2 {
  color: #020e4f;
  margin-left: 115px;
  margin-top: 45px;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  padding-right: 50px;
}

.equipment img {
  width: 65%;
  margin: 0 auto;
  display: block;
}

.section_home.equipment ul li {
  font-size: 18px;
  line-height: 30px;
  padding: 3px 0;
  color: #444;
  background-image: url(../img/layout/dot.svg);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 35px;
  padding-right: 110px;
  background-size: 22px;
}

ul.half_list li {
  display: inline-flex;
  width: 49%;
}

.equipment_text {
  margin-left: 130px;
}

.equipment_text ul {
  margin-top: 90px;
}

.equipment_text p {
  display: inline-block;
  width: 49%;
  font-size: 18px;
  line-height: 30px;
  color: #444;
  padding-right: 110px;
}

.equipment_text h3 {
  color: #DE7622;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 25px;
}

.equipment_text .line {
  background-image: -webkit-linear-gradient(left, #E18135 0%, #F7DDC7 50%, #FEF6EF 80%, transparent 100%);
  width: 220px;
  height: 7px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.sun_graphic {
  background-image: url(../img/layout/sun_bg_graphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 62%;
  height: 75%;
  right: -35px;
  top: -380px;
}

.section_home.services_bg .dynamic_page h1 {
  margin-bottom: 0;
}

.section_home.services_home h1.small {
  font-size: 45px;
  font-weight: 600;
  width: 70%;
  flex-wrap: wrap;
  padding-left: 100px;
}

.section_home h1 span.orange.sec {
  padding-left: 0;
}

.section_home.services_home h1.small img {
  position: absolute;
  left: 0;
}

.list_check {
	 display: inline-block;
}

.dynamic_bg {
  background-image: url(../img/layout/about_page_bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 100px;
  height: 75vh;
  margin-top: 70px;
}

.pages_header {
  text-align: center;
  padding: 60px 0;
}

.section_home .dynamic_bg h1 {
  font-size: 46px;
  line-height: 60px;
  margin-left: -100px;
  width: 50%;
  padding-bottom: 80px;
  padding-top: 50px;
}

.section_home .dynamic_page h1 {
  font-size: 46px;
  line-height: 60px;
  margin-left: 15px;
  width: 50%;
  padding-bottom: 60px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.section_home .dynamic_page h1:after {
  content: '';
  background-image: -webkit-linear-gradient(left, #DF7A28 0%, #F1C5A2 30%, #F0E9E4 80%, transparent 100%);
  width: 250px;
  height: 23px;
  bottom: 0;
  margin-top: 20px;
  position: absolute;
}

.section_home .dynamic_bg h1:after {
  content: '';
  background-image: -webkit-linear-gradient(left, #DF7A28 0%, #F1C5A2 30%, #F0E9E4 80%, transparent 100%);
  width: 250px;
  height: 23px;
  bottom: 0;
  margin-top: 20px;
  position: absolute;
}
.service_description{  
  background: #cbeae3;
  padding: 40px;
  border-radius: 7px;
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
.service_description h3{
  margin-bottom: 10px;
  margin-top: 20px;
  color: #C67852;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Geom', sans-serif;
  text-transform: uppercase;
}
.service_description p{
  color: #5E5E5E;
  font-family: 'Geom', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  padding-top: 10px;
  width: 35vw;
}
.service_description .full_width p{
  width: 100%;
}
.service_description ul{
  list-style: none;
  width: 65vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.service_description ul{
  padding: 12px 25px 12px 40px;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  margin: 15px;
  font-size: 20px;
  color: #B76B3C;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: none;
}
.dynamic_text .philosophy ul li.animated, .service_description ul li.animated{
  opacity: 1 !important;
  transform: translateY(0) !important;
  box-shadow:none!important;
}
.service_description ul li {
  background: #fff;
  padding: 12px 25px 12px 40px;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  margin: 15px;
  font-size: 20px;
  color: #B76B3C;
  transition: opacity 1.5s cubic-bezier(0.4,0,0.2,1), transform 1.5s cubic-bezier(0.4,0,0.2,1);
  opacity: 0;
  transform: translateY(40px);
  box-shadow: none;
}
.service_description ul li:hover {
  background: #e9e5de;  
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.service_description ul li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 22px;
    width: 10px;
    height: 10px;
    background-image: url(../img/layout/icons/triangle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dynamic_text .philosophy{
  background: #cbeae3;
  padding: 40px;
  border-radius: 7px;
  display: flex;
  margin-top: 40px
}

.dynamic_text .philosophy p{
  color: #5E5E5E;
  font-family: 'Geom', sans-serif;
  font-size: 35px;
  line-height: 44px;
  font-weight: 300;
  padding-top: 10px;
  width: 35vw;
}
.dynamic_text .philosophy ul{
  list-style: none;
  width: 65vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}

.dynamic_text .philosophy ul li{
  background: #fff;
  padding: 12px 25px 12px 40px;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  margin: 15px;
  font-size: 20px;
  color: #B76B3C;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s cubic-bezier(0.4,0,0.2,1), transform 1.5s cubic-bezier(0.4,0,0.2,1);
  box-shadow:none;
}
.dynamic_text .philosophy ul li:hover {
  background: #e9e5de;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:none;
}
.dynamic_text .philosophy ul li::marker{
  display: none;
}
.dynamic_text .philosophy ul li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 22px;
    width: 10px;
    height: 10px;
    background-image: url(../img/layout/icons/triangle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dynamic_text p.grey_title{
  color: #5E5E5E;
  font-family: 'Geom';
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  padding: 15px 25% 25px 0;
}
.description_section p.grey_title{
  padding: 15px 0 35px 0;
}
.description_section p.highlight{
    background: #f5d8c0;
    color: #7C967B;
    padding: 35px 35px;
    margin: 25px 0;
    font-size: 25px;
    border-radius: 7px;
    position: relative;
    font-weight: 500;
    line-height: 33px;
}
.description_section p.highlight::before {
    content: '';
    background-image: url(../img/layout/icons/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: -30px;
    display: flex;
    transform-origin: bottom right;
    animation: swing 3s ease-in-out infinite alternate;
}
.dynamic_text ul {
  list-style: disc inside;
}

.dynamic_text ul li {
  color: #5E5E5E;
  font-size: 18px;
  padding: 5px 0;
}

.dynamic_text ol {
  padding-left: 2em;
  margin: 1em 0;
  list-style-type: decimal;
  color: #5E5E5E;
  font-size: 19px;
}
.dynamic_text ol li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.dynamic_text h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #C67852;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Geom', sans-serif;
}
.dynamic_text.services_intro h3 {
    text-transform: uppercase;
}
.dynamic_text.services_intro p {
    color: #5E5E5E;
    font-family: 'Geom';
    font-size: 40px;
    line-height: 53px;
    font-weight: 300;
    padding: 15px 25% 25px 0;
}
.dynamic_text h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #C67852;
  font-weight: 400;
  display: block;
}

.dynamic_text h2 span {
  color: #4F4F4F;
  font-weight: 600;
}
.dynamic_text h6 {
  background: #fff;
  width: 100%;
  padding: 12px 25px 12px 40px;
  border-radius: 40px;
  position: relative;
  margin: 15px 15px 15px 0;
  font-size: 20px;
  color: #B76B3C;
  transition: all 0.3s ease-in-out;
}
.dynamic_text h6:hover {
  background: #e9e5de;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dynamic_text h6::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 18px;
    width: 10px;
    height: 10px;
    background-image: url(../img/layout/icons/triangle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0%) rotate(0deg);
	  transition: transform 0.3s ease;
}

.dynamic_text h6.active::before {
	transform: translateY(0%) rotate(90deg);
}

.h6-content {
  max-height: 0;              
  overflow: hidden;           
  opacity: 0;                  
  transform: scaleY(0);         
  transform-origin: top center;  
  transition: max-height 0.4s ease, transform 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.h6-content.open {
  max-height: 5000px;  
  transform: scaleY(1);  
  opacity: 1;
	padding: 15px 20px;
}
.dynamic_text p {
  font-size: 19px;
  color: #5E5E5E
}
.dynamic_text .right_photo{
  float: right;
  width: 100%;
  max-width: 300px;
  margin-left: 70px;
}

.dynamic_text .align_photos{
  float: left;
  width: 30%;
  display: flex;
  padding-right: 10%;
  position: relative;
}
.dynamic_text .align_text{ 
  width: 70%; 
}
.dynamic_text .section_about{
  display: flex;
  width: 100%;
}
.dynamic_text .section_about .button.light_green{
  margin-left: 0
}
.dynamic_text .section_about img.first_photo{
    width: 100%;
    max-width: 250px;
    bottom: 0;
    position: absolute;
}
.dynamic_text .section_about img.second_photo{
    width: 100%;
    max-width: 230px;
    position: absolute;
    left: 30%;
    top: -30px;
}
.members {
  display: flex;
  margin: 0 50px 30px 50px;
  margin-top: -120px;
  flex-wrap: wrap;
  justify-content: center;
}

.member {
  margin: 0 20px 40px 20px;
  text-align: center;
  width: 17%;
}

.member a {
  color: #C67852;
  font-weight: 500;
  font-size: 15px;
}

.member p {
  color: #C67852;
}

.member h3 {
  color: #C67852;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.member img {
  border-radius: 100%;
  filter: brightness(0.9);
  transition: all 0.3s ease-in-out;
}

.member:hover img {
  filter: brightness(1);
}

.members_wrap h1 {
  background: linear-gradient(90deg, rgba(143, 208, 245, 1) 0%, rgba(84, 131, 207, 1) 50%, rgba(30, 68, 182, 1) 100%);
    width: 100%;
    overflow: hidden;
    padding: 130px 90px 220px 0px;
    font-size: 52px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: center;
}

.section_home h1.center {
  margin: 0 auto;
  text-align: center;
}

.page_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(360deg, rgba(255,249,240,1) 0%, rgba(255,251,245,1) 50%, rgba(248,248,248,1) 100%);
}

.pages.view .section_home.about h1 {
  flex-wrap: wrap;
  padding-left: 100px;
  font-size: 60px;
}

.pages.view .section_home.about h1 img {
  position: absolute;
  left: 0;
}

.pages.view .section_home h1 span.orange {
  display: contents;
}

.dynamic .intro_text h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 100;
}

.section_home.blog_home a.button.blog_mob {
  display: none;
}

.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-weight: 200;
  margin-bottom: 35px;
  color: #fff;
}

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

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

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

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

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

}

@media(max-width: 1350px) {

  .lezanta_contact {
    left: 0;
    margin-left: 200px;
    width: 100%;
    height: 150px;
    top: -40px;
  }

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

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

  .pages_header.hero_image:after {
    width: 500px;
    height: 500px;
  }

  .lezanta_about {
    margin-left: -115px;
  }

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

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

  .lezanta_about {
    margin-left: -40px;
    height: 190px;
    width: 95%;
  }

  .service_btn {
    margin-left: 30px;
  }

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


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

}

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

  .lezanta_about {
    margin-left: -25px;
    height: 120px;
  }

	.pages_body li {
    text-align: center;
	}

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

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

  .lezanta_about {
    height: 100px;
  }

		.pages_body {
	    padding: 30px 0;
		}

		.pages_intro {
	    padding: 0 0px;
	}

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

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

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

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

  .lezanta_about {
    margin-bottom: 35px;
  }
}

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

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

.phone img {
  width: 15px;
  margin-right: 5px;
}

.phone a {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
}

.location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.location img {
  width: 12px;
  margin-right: 10px;
}

.location a {
  font-size: 15px;
  font-weight: 500;
}

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

header #logo {
  position: relative;
  width: 330px;
  height: 80px;
  transition: all 0.5s ease-in-out;
}

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

.header_inner p {
  margin: 0;
}

.header_inner p a {
  background: #b76b3c;
  background-size: 200% 100%;
  float: right;
  font-size: 16px;
  padding: 15px 14px;
  line-height: normal;
  color: #fff;
  border-radius: 7px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

header.header_fixed .header_inner p a {
  padding: 12px 19px;
  font-size: 15px;
}

#navi{
  display: flex;
  align-items: center;
  justify-content: center;    
  /* padding-left: 10%; */
}

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

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

#navi ul li a {
  color: #B76B3C;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
}



















.text-draw {
    text-decoration: none;
    display: inline-block;
    color: var(--ink);
    font-size: clamp(22px, 3.2vw, 42px);
    font-weight: 600;
    position: relative;
}

.text-draw__p {
    display: block;
    margin-bottom: -15px; 
    text-align: center;
    min-width: 145px;;
}
footer .text-draw__p {
    margin-bottom: -15px;
    text-align: left;
}

.text-draw__box {
    width: 100%;
    height: 20px; 
    position: relative;
    overflow: hidden;
    top: 10px;
}
footer .text-draw__box {
    top: 8px;
    max-width: 160px;
}
.text-draw__box svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible !important;
}

.text-draw__box path {
    fill: none;
    stroke: var(--accent, #9fb39e);
    stroke-width: 3;
    /* vector-effect: non-scaling-stroke; */
    stroke-linecap: round;

    /* 1. Ξεκινάμε με τη γραμμή τελείως κρυφή */
    stroke-dasharray: 1000; /* Βάζουμε μια πολύ μεγάλη τιμή για να καλύψει κάθε λέξη */
    stroke-dashoffset: 1000; 
    
    /* 2. Ορίζουμε το transition */
    transition: stroke-dashoffset 0.5s ease-in-out;
    pointer-events: none; /* Για να μην εμποδίζει το κλικ στο link */
}

/* Hover Effect */
.text-draw:hover path {
    stroke-dashoffset: 0; /* Φέρνουμε την παύλα πίσω στην οθόνη */
}
.text-draw:hover .text-draw__box path {
    stroke-dashoffset: 0;
}

.footer_box.first.menu-block, .footer_box.prelast{
    display: flex;
    flex-direction: column;
}
.menu-block a{
  color: #B76B3C;
  font-size: 19px;
  font-weight: 500;
}
/* 
#navi ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 5px;
}

#navi ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 10px;


	background: none;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10'%3E%3Cpath d='M2 6 C 12 2 25 9 40 6 55 3 70 8 90 4 118 6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;

	background-color: currentColor;


	stroke-dasharray: 140;
	stroke-dashoffset: 140;
	transition: stroke-dashoffset 0.6s ease;
}

#navi ul li a:hover::after,
#navi ul li.current a::after {
	stroke-dashoffset: 0;
}
#navi ul li a::after {
	animation: draw 0.6s forwards;
}

@keyframes draw {
	from { stroke-dashoffset: 140; transform: translateY(0); }
	to { stroke-dashoffset: 0; transform: translateY(-0.5px); }
} */
/* 
#navi ul li a:before {
  bottom: -2px;
  left: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #B76B3C;
}

#navi ul li a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #B76B3C;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

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

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

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

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

.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);
}
.languages_menu{
  margin-left: 6%;
}
.languages a {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  color: #9fb39e;
  font-weight: 600;
}

.languages.lang-active a {
  color: #fff!important;
  background: #9fb39e;
  padding: 9px 11px;
  border-radius: 50%;

}
/* 
.off {
  color: #fff;
  font-weight: 700;
}

.on {
  color: #9fb39e;
  font-weight: 700;
} */

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

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

.languages {
  display: inline-block;
  padding: 0px 0px;
  position: relative;
  background: #00000001;
}
.languages  a.selected_lang{ 
  display: block;
  padding: 0px 10px 0 10px;
  font-weight: 600;
  font-size: 19px;
  z-index: 999;
  color: #fff;
  transition: all 1s;
}

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

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

.languages .languages_menu{  display: none; }
.languages .languages_menu.active{  display: block; margin-top:10px; padding: 5px 15px; background: #ECECED; text-align:center; z-index:99999; position: absolute; margin-left: -5px;}
.languages .languages_menu a { color:#262626;  display: block; font-size: 19px; padding: 2px; transition: all 0.3s ease 0s; border: none; background: none; }
.languages .languages_menu a:hover { color:#F5A61B; 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: 0px 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.8em 0.6em 0.8em;
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid #C67852;
  background: transparent;
  font-weight: bold;
  color: #C67852;
  font-size: 16px;
  font-family: inherit;
  border-radius: 100%;
}

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

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

.pagination .pages a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.6em 0.8em 0.6em 0.8em;
  margin-right: 2px;
  line-height: 20px;
  color: #C67852;
  font-size: 16px;
}

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

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

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

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

.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: 'Geom', sans-serif;width: 100%;height: auto;position: relative; font-size: 30px;	color: #fff;padding:10px 25px 10px 15px; border:none; -moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box; font-weight:400;background:none;}
#search form .icon-search{ position:absolute; right:20px; top:23px; width:32px;height:32px; display: block; text-indent: -999999px!important; background: url('../img/layout/enter.svg') no-repeat scroll center center transparent; background-size:100%;border:none; cursor: pointer;	 }
.header_fixed #search{top:85px;}

@media(max-width: 1499px) {
  #navi ul li a {
    margin: 0 15px;
  }

  .lezanta_services {
    margin-left: -165px;
  }
}
@media(max-width: 1350px){
  #navi ul li a {
    margin: 0 10px;
  }

  .languages a.selected_lang {
    font-size: 18px;
  }
}
@media(max-width: 1199px) {
	#navi ul li a {
    font-size: 17px;
	}

  .header_inner p a {
    padding: 13px 32px;
    font-size: 15px;
  }

  .lezanta_services {
    margin-left: -110px;
  }

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

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

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

  .lezanta_services {
    margin-left: -40px;
    width: 98%;
  }

  #navi {
    display: none;
  }

	.lang {
    margin-bottom: 0px;
	}

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

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

  .top_icon span {
    display: none;
  }

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

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

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

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

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

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

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

}
@media(max-width: 420px) {
	#navi ul li a {
    font-size: 13px;
	}

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

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

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

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

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

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

  .menu_social img {
    width: 28px;
  }

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


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


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

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

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

	.show-nav .toggle-nav {
    background: url(../img/layout/icons/close_white.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-size: contain;
    top: 0;
    right: 10px;
	}

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

	#mobile-nav {
    /* background: linear-gradient(0deg, rgba(143, 208, 245, 1) 0%, rgba(84, 131, 207, 1) 30%, rgba(30, 68, 182, 1) 100%); */
    background: #7C967B;
    flex-direction: column;
    justify-content: center;
	}

  #mobile-nav ul {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
  }
	
	#mobile-nav ul li {
		display: block;
    padding: 2px 0;
    background: #00000001;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #fff;
    height: auto;
    border: none;
    font-family: 'Geom', sans-serif;
	}

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

  .social_media.mob a {
    padding: 0!important;
    background: none!important;
  }

  .social_media.mob img {
    margin: 0 12px;
    filter: brightness(2);
    width: 23px;
  }

  .social_media.mob {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_social p {
    display: flex;
    font-size: 17px;
    line-height: 23px;
    color: #C67852;
    padding: 2px 0;
    align-items: center;
    justify-content: center;
  }

  .menu_social a {
    color: #C67852!important;
    font-size: 17px !important;
    padding: 0 !important;
    margin-left: 0px;
    background: none !important;
    font-weight: 400 !important;
    padding: 0 5px !important;
  }

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

  .social_media.mob img.facebook {
    width: 14px;
  }

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

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

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

  .menu_social {
    background: #fff;
    border-radius: 25px;
    color: #fff;
    width: fit-content;
    padding: 30px 70px;
    margin: 0 auto;
    text-align: center;
    box-shadow: rgb(37 37 112 / 20%) 0px 7px 29px 0px;
  }

@media(max-width: 991px) {
  .slider li.languages.lang-active:before {
    left: 0;
  }
}
@media(max-width: 767px) {
	#mobile-nav ul li a {
    font-size: 21px;
    line-height: 37px;
  }

  .show-nav .toggle-nav {
    height: 37px;
    width: 37px;
  }

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

  .menu_social p {
    font-size: 17px;
    line-height: 25px;
  }

  .menu_social p {
    font-size: 16px;
    line-height: 25px;
  }

  .menu_social a {
    font-size: 16px !important;
    padding: 2px 5px !important;
  }

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

}

@media (max-width: 479px) {
  #mobile-nav ul li a {
    font-size: 18px;
    line-height: 32px;
  }

  .show-nav .toggle-nav {
    top: -50px;
  }

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

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

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

  header:after {
    bottom: 12px;
  }

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

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

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

  .show-nav .toggle-nav {
    height: 30px;
    width: 30px;
  }

  .menu_social p {
    font-size: 16px;
    line-height: 24px;
  }

  .menu_social a {
    font-size: 16px!important;
  }

  .social_media.mob img {
    margin: 0 10px;
  }

  .social_media.mob {
    margin-top: 25px;
  }

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

/* =================== END MOBILE NAVI =================== */
/* =================== COOKIE =================== */
#cookie-consent-wrapper {
  position: fixed !important;
  z-index: 2147483647 !important;
  display: block !important;
  width: 280px;
  top: auto;
  bottom: 100px;
  padding: 10px;
  color: #fff;
  right: 0;
  bottom: 0;
  background: #638BD1;
  border: 5px solid #1D43B6;
}

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

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

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

/* =================== END COOKIE =================== */

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

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

.brand_wrapper img {
  width: 130px;
}

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

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

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

  .brand_wrapper img {
    width: 115px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================== PREFOOTER ================= */

.section_home.prefooter {
  background: #020e4f;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section_home.prefooter h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.prefooter .button {
  margin-top: 0;
}


/* =================== FOOTER =================== */
footer {
  background: #f7f2ec;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
  transition: all .8s ease-out;
  position: relative;
}

.footer_box.logo {
  margin-left: 0;
}

.footer_box p {
  font-size: 18px;
  color: #B76B3C;
  font-weight: 300;
  line-height: 25px;
}
p.icon_mobile, p.icon_email{
  position: relative;
  line-height: 30px;
  padding-bottom: 5px;
}
p.icon_mobile a, p.icon_email a{
  padding-left: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: scale(1) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
p.icon_mobile a:hover, p.icon_email a:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.01);
  transform-origin: center;
}
p.icon_mobile::before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../img/layout/icons/phone.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: 5px;
  position: absolute;
  left: 0;
}

p.icon_email::before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../img/layout/icons/email.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: 2px;
  position: absolute;
  left: 0;
}
.footer_box a {
  color: #B76B3C;
  font-size: 19px;
  font-weight: 500;
}

.footer_box.last img {
  width: 180px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.footer_box.last h5 {
  text-align: left;
  padding: 0;
  font-style: italic;
  color: #009C3D;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.footer_box.last h5:before {
  margin: 0;
}

.footer_box .box_half p {
  width: 49%;
  margin: 0px 0 10px 0;
  display: inline-block;
  font-size: 20px;
}

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

.newsletter-input{width: 100%;}
.newsletter-input .text { margin-bottom: 20px; }
.newsletter-input .input input { border: none; border-bottom: 1px solid #B76B3C; width: 100%; font-size: 20px; font-weight: 300; color: #B76B3C!important; background: none; padding-bottom: 10px;line-height: 25px;}
.newsletter-input .submit input {
  border: none;
  padding: 12px 0px 12px 30px;
  font-size: 18px;
  position: relative;
  color: #B76B3C;
  top: -68px; 
  font-weight: 600;
  float: right;
  background: transparent;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.newsletter-input .submit input:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.01);
  transform-origin: center;
}
.newsletter-input .input input::placeholder {
  color: #B76B3C;
  /* padding-bottom: 5px; */
  font-size: 18px;
}

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

.line-section.newsletter {
  margin-top: 80px;
}
.footer_box h6{
    color: #C67852;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 5px;
}
.footer_box a:hover {
  color: #B76B3C;
}

.footer_box li a i {
  margin-right: 5px;
}

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

.footer_box h5 {
  text-align: center;
  color: #638BD1;
  font-size: 19px;
  font-weight: 500;
  padding: 0 30px;
  line-height: 25px;
  padding-top: 20px;
  position: relative;
}

.footer_box h5:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/line_graphic.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85%;
  height: 2px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

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

.social_media {
  margin-top: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end; 
}

.footer_box .social_media h6 {
  padding-bottom: 0;
  padding-right: 7px;
  padding-top: 0
}

.footer_box .social_media img {
  height: 25px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  width: auto;
}
.footer_box .social_media img.facebook {
  width: 15px;
}

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

.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;
}
.social_media .text-draw__p {
    min-width: auto;
    /* margin-bottom: -8px; */
}
    
/* .social_media .text-draw__box {
    position: absolute;
} */
.social_media .align_icons{
  display: flex;
}
.social_media .text-draw {
    display: inline-flex;
}
.social_media .text-draw__box {
    left: 0;
    height: 60px;
    width: 60px;
    top: -12px;
    position: absolute;
}
.social_media .text-draw__box path {
    stroke-width: 5;
}
.align_icons .social_box{
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
}



.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_copyright {
  position: relative;
  background: #f7f2ec;
}

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

p.footer_info {
  color: #ccc;
}

ul.footer_menu {
  display: inline-block;
}

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

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

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

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

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

.copyright {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(183, 107, 60, 0.1)
}

.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;
  width: 90px;
  height: 25px;
  background: transparent url(../img/layout/logo/wapp_logo.svg) no-repeat center;
  text-indent: -999999px !important;
  background-size: 100%;
}
@media(max-width: 1540px) {
  .footer_box h4 { margin-right:50px; }
}

@media(max-width: 1499px) {
  .footer_box p.footer_subheading {
    font-size: 20px;
  }

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

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

  .footer_box ul {
    flex-direction: column;
  }

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

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

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

  .footer_box.borders:after {
    right: 20px;
  }
}
@media(max-width: 1350px) {
  .footer_box p.footer_info a { font-size: 13.9px;}
  .footer_box h4 { font-size: 17px; margin-right:50px; line-height: 28px;}
  .footer_box .footer_heading { font-size: 24px; }
  .footer_social p { margin-right: 15px; }
  .footer_social .facebook { width: 12px; }
  .footer_social .linkedin { width: 24px; top: 5px; }
  .footer_copyright p { font-size: 16px; }
  ul.footer_menu li a { font-size: 16px; padding: 0 15px; margin-left: 15px; }
  .newsletter-input .submit input { background-size: 32px; }
  .footer_box.borders:before, .footer_box.borders:after {
    height: 285px;
  }
  footer {
    padding: 60px 0;
  }

  .footer_box img.phone {
    margin-right: 5px;
  }

  .footer_box img.location_footer {
    top: 11px;
    margin-right: 0px;
  }
}
@media(max-width: 1200px) {
  .footer_box img {
    width: 110px;
  }
  .footer_box h4 {
    font-size: 15px;
    margin-right: 20px;
  }
  .footer_box p.footer_subheading {
    font-size: 15px;
  }

  .footer_box img.phone {
    width: 20px;
    top: 6px;
  }

  .footer_box img.location_footer {
    width: 27px;
  }
  .footer_box .btn-primary {
    font-size: 13px;
  }
  .footer_box ul {
    display: flex;
    flex-direction: column;
  }

  footer:hover .footer_heading:before {
    height: 460px;
    top: -65px;
  }
  .footer_heading {
    margin: 45px 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer_box.first {
    margin-left: 0;
  }

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

  .toggle-nav {
    display: flex;
  }

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

  .footer_box .box_half p {
    width: auto;
    display: inline-block;
    padding: 0 10px;
  }

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

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

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

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

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

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

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

  #wapp {
    float: none;
    margin-top: 5px;
  }

  #wapp a {
    margin: 0 auto;
  }

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

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

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

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

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

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

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

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

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

  .copyright p {
    margin-top: 0;
  }
}


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

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

  .footer_box .box_half p {
    margin: 0px 12px;
    width: auto;
  }

  .footer_box .box_half p {
    padding: 0 12px;
  }

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

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

  .footer_box img {
    width: 100px;
  }

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

  .footer_copyright {
    text-align: center;
  }

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

  .footer_box.first {
    margin-bottom: 30px;
  }

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

  .footer_box .box_half {
    display: inline-block;
  }

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

  .footer_box .box_half p {
    margin: 0px 10px;
    line-height: 30px;
  }

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

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

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

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

}
@media(max-width: 420px) {
  /* footer .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  } */

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

  footer {
    padding: 50px 0 15px 0;
  }
  
  .footer_box img {
    width: 90px;
  }

  .footer_box .box_half p {
    margin: 0;
    width: 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; }

.banner_content{
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8vh auto;
  position: relative;
  min-height: 550px;
  justify-content: center;
}
.banner_content::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 310px;
  top: -5vh;
  left: -22vw;
  z-index: -1;
  background-image: url(../img/layout/hero_top_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: subtle-move 3s ease-in-out infinite;
}
@keyframes subtle-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
.banner_content::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 238px;
  top: -5vh;
  right: -22vw;
  z-index: -1;
  background-image: url(../img/layout/hero_top_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: circular-float-smooth 8s linear infinite;
}
.banner_content h1{
  color: #C67852;
  font-family: 'Geom', sans-serif;
  font-size: 90px;
  font-weight: 300;
  text-align: center;
  line-height: 95px;
}
.banner_content p{
  font-family: 'Geom', sans-serif;
  color: #C67852;
  text-align: center;
  font-size: 24px;
  padding: 30px 20%;
  line-height: 35px;
  font-weight: 400; 
}

.banner_buttons{
  display: flex;
  width: 100%;
  position: relative;
}
.banner_buttons::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 238px;
  bottom: -10vh;
  left: -15vw;
  z-index: -1;
  background-image: url(../img/layout/hero_bottom_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: circular-float-smooth 8s linear infinite;
}
@keyframes circular-float-smooth {
  0%   { transform: translate(0px, 0px); }
  12.5% { transform: translate(4px, -3px); }
  25%  { transform: translate(6px, -6px); }
  37.5% { transform: translate(4px, -8px); }
  50%  { transform: translate(0px, -10px); }
  62.5% { transform: translate(-4px, -8px); }
  75%  { transform: translate(-6px, -6px); }
  87.5% { transform: translate(-4px, -3px); }
  100% { transform: translate(0px, 0px); }
}

.banner_buttons::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 290px;
  bottom: -10vh;
  right: -20vw;
  z-index: -1;
  background-image: url(../img/layout/hero_bottom_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: subtle-move 3s ease-in-out infinite;
}

.slide_content {
  z-index: 1;
  position: relative;
  width: 50%;
}

.slide_content h1, .section_home.contact_header h1 {
  font-size: 70px;
  line-height: 65px;
  color: #C67852;
  font-weight: 300;
  display: block;
  position: relative;
  padding-top: 70px;
  margin: 0 auto;
  font-family: 'Geom', sans-serif;
}

.section_vision{
  padding-top: 80px;
  padding-bottom: 140px;
}
.section_vision h3{
    color: #C67852;
    font-size: 22px;
    font-weight: 400;
}
.section_vision p.grey_title{
    font-size: 37px;
    line-height: 45px;
    font-weight: 300;
    color: #5E5E5E;
    padding: 15px 25px 10px 0px;
    transition: all 0.2s ease-in-out;
    font-family: 'Geom';
}
.section_vision .purple_box{background:#f1e8ef;text-align: center; padding: 35px; border-radius: 7px;}
.section_vision .grey_box{background:#e9e5de;text-align: center; padding: 35px; border-radius: 7px;}
.section_vision .green_box{background:#d9e8d8;text-align: center; padding: 35px; border-radius: 7px;}
.section_vision .vision_boxes{display: flex;justify-content: flex-end;gap: 40px;}
.vision_boxes h4{color: #C67852; font-size: 19px; font-weight: 600;position: relative}
.vision_boxes h4::after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #C67852;
    margin: 15px auto 0px auto;
}
.vision_boxes p{    
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
    color: #5E5E5E;
    padding: 5px 0px 10px 0px;
    transition: all 0.2s ease-in-out;
    font-family: 'Geom';
  }

.vision_boxes > div {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: opacity 0.7s, transform 0.7s;
}
.vision_boxes > div.animated {
  opacity: 1;
  animation: vision-bounce-in 0.8s cubic-bezier(.68,-0.55,.27,1.55) both;
}
@keyframes vision-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px) scale(1.05);
  }
  80% {
    transform: translateY(8px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* .content { width:100%;background:#fff;padding:30px 40px; margin-bottom:30px; border-top:5px solid #2d7f83; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);} */
.content h1 {font-size:38px;font-weight:400; margin:0px 0px 30px 0px; }
.content h2 { font-size:24px;font-weight:300; margin:20px 0px 10px 0px; }
.content h3 { font-size:20px;font-weight:300;margin:5px 0px 10px 0px; }
.content h4 {  font-size:18px;line-height:20px;margin:5px 0px 8px 0px; }
.content ul { margin:10px 5px 10px 0px;overflow:auto;}
.content ul li{ margin:0 0 8px 0;font-size:21px; font-weight: 100; line-height:35px; padding-left:45px;}
.content ul li:before { content: '-'; position: absolute; margin-left: -45px; }

a.read_more {display:inline-block; margin:20px 0 20px 0;color: #fff; background: #2d7f83;  padding: 5px 10px 5px 10px;}
a.read_more:hover {background: #17171d; }

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

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

.contact_box p{
  color: #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 35px 0;
	padding:0;
	width:100%;
	position: relative;
	background:none;
}

.contact_field_col small {
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 12px;
}

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

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

.contactform .submit input {
  background: #b76b3c;
  border: none;
  font-size: 19px;
  margin-top: 0;
  padding: 14px 60px 14px 60px;
  position: relative;
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  background-size: 200% 100%;
  transition: all 0.5s ease-in-out;
  min-width: unset;
}

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

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

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

.contactform input[type="text"], .contactform textarea {
  width: 100%;
  padding: 10px 22px;
  margin: 0px;
  font-size: 16px;
  background: transparent;
  color: #C67852;
  transition: all 0.4s ease;
  text-align: left;
  float: left;
  border: 1px solid #C67852;
  border-radius: 10px;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder, .contactform select::placeholder {
  color: #C67852;
  font-weight: 400;
}

.general_form {
  padding: 15px 0px 40px 40px;  
  border-radius: 20px;
  margin-left: 50px;
  margin-right: 0;
  background: transparent
}

.contactform select {
  word-wrap: normal;
  width: 100%;
  padding: 15px 22px;
  margin: 0px;
  font-size: 16px;
  background: none;
  color: #C67852;
  transition: all 0.4s ease;
  text-align: left;
  float: left;
  border: 1px solid #C67852;
  border-radius: 10px;
}
.contactform select:hover {
  cursor: pointer;
}
.contactform div.input.input_full input[type="text"] {
	width:98%;
}

.contactform textarea {
  width: 100%;
  height: 130px;
  border-radius: 10px;
}

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

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
  outline: none;
  color: #C67852;
  cursor: pointer;
}

.contactform textarea:focus, .contactform textarea:hover {
  outline: none;
  color: #C67852;
  cursor: pointer;
}

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

.contactform button{ 
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 20px auto 0px auto;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
  transition: all .4s ease-out;
  background: none;
  font-weight: 600;
  font-size: 18px;
 }
.contactform button:focus{ 
  outline:none
}
 
.contactform .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}
.contactform div label.error{
  color: #ff0000;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  text-align: left;
  float: left;
}

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

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


.section_home.contact_header {

  background-image: url(../img/layout/hero_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
  min-height: 400px;

}

.section_home.contact_header.career {
  background-image: url(../img/layout/career.jpg);
  background-position: bottom;
}

.contact_left h2 {
  color: #7C967B;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: 'Geom', sans-serif;
}
.newsletter_view .contact_left h2 {
  text-align: left
}
.newsletter_view .contact_left p {
  font-size: 19px;
  color: #5e5e5e;
}
.newsletter_view .button.brown{
  margin: 0 auto
}
.section_home.contact_header h1 span.orange {
  padding: 0 17px 0 0;
}

.contact_info {
  position: relative;
  padding-top: 25px;
}

.contact_info:before {
  content: '';
  background-image: url(../img/layout/line_blog.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: right;
}

.contact_info img.location {
  width: 14px;
}

.contact_info img {
  width: 17px;
  margin-right: 25px;
}

.contact_info p {
  color: #B76B3C;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  padding-left: 10px;
  /* padding: 0px 0 0 10px; */
}

.contact_info a {
  color: #B76B3C;
  display: contents;
  padding-left: 30px;
}

.contact_bg {
  height: 62vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.general_form p {
  color: #020e4f;
  font-size: 31px;
  font-weight: 300;
  line-height: 50px;
  margin-left: 15px;
  margin-bottom: 70px;
}

.general_form p.note {
  text-align: center;
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 20px;
}

.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;
}
.general_form .contactform div.input label.custom-file-label{
  display: block;
  padding: 10px 22px;
  font-size: 16px;
  border: 1px solid #C67852;
  border-radius: 10px;
  overflow: hidden;
}
.custom-file-input-wrapper{
  margin-bottom: 20px
}
.contact_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
  background-image: url(../img/layout/icons/rainbow_bg.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;

}

.contact_box h2 {
  color: #E3E5EA;
  font-size: 25px;
  font-family: 'Geom', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact_box h5{
  color: #fff;
  font-family: 'Geom', sans-serif;
  font-size: 50px;
  font-weight: 100;
}

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

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

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

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

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

@media(max-width: 1350px){
  .contact_us_graphic {
    right: -400px;
  }

  .dynamic .intro_text h1:after {
    width: 50%;
  }

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

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

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

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

  .contact_us_graphic {
    right: -270px;
  }

  .contact_box h1 {font-size: 27px;}
  .intro_text {
    padding-right: 0;
  }

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

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

   .dynamic .intro_text h1:after {
      bottom: 70px;
    }

    .blog_view .col-lg-7, .blog_view .col-lg-5 {
      padding-left: 0;
      padding-right: 0;
    }

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

    .lezanta_contact {
      margin-left: 195px;
      height: 100px;
      top: 0;
    }

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

    .second_box {
      margin-left: 20px;
    }

}

@media(max-width:767px) {
	.contact_box_left,
	.contact_box_right {
	    text-align: center;
	}
	.contact-section{margin-bottom:20px}
	.contact_box h1 {font-size: 24px;}
	.contact-info-box p {font-size: 15px;}

  .dynamic .intro_text h1:after {
    bottom: 60px;
  }

  .lezanta_services {
    margin-left: -20px;
    margin-bottom: -70px;
  }

  .lezanta_contact {
    margin-left: 175px;
    height: 75px;
    top: 15px;
  }

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

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

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

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

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

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

  .contact_graphic {
    background-image: url(../img/layout/abstract_graphic_footer_responsive.svg);
    height: 160px;
  }

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

  .lezanta_contact {
    margin-left: 135px;
    height: 60px;
    top: 40px;
  }

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

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

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

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

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

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

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

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

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

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

@media(max-width: 479px) {
  .lezanta_contact {
    margin-left: 90px;
  }

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

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

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

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

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

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

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

  .second_box {
    margin-bottom: 25px;
  }

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

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

  .contact_us_graphic {
    right: -50px;
  }

  .lezanta_contact {
    margin-left: 75px;
    height: 40px;
    top: 50px;
  }

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

  .pages_header {
    padding: 50px 0;
  }

  .dynamic .intro_text h1 {
    font-size: 26px;
  }

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

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

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

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

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

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

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


/* ================== STATIC INTRO ================== */
.align_center{
  display: flex;
  align-items: center;
}
.align_buttons{
  display: flex;
  margin-top: 20px
}
.align_buttons .button.orange{
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  padding: 20px 65px;
  font-weight: 600;
  font-size: 20px
}
.align_buttons .button.white{
  margin-left: 0;
  font-weight: 600;
  padding: 20px 65px;
  font-size: 20px
}
.home_intro {
  position: relative;
  height: calc(100svh - 160px);
  min-height: 650px;
}

.intro_section{
  padding-left: 10%;
}
.educational_center .intro_section{
  padding-left: 0;
}
.educational_center  .intro_section p.grey_title {
    color: #5E5E5E;
    font-family: 'Geom';
    font-size: 60px;
    line-height: 69px;
    font-weight: 400;
    padding: 15px 20% 35px 0
}
.educational_center  .button.brown {
    padding: 20px 40px;
}
.educational_center  .intro_image {
    padding-left: 15%;
}
.intro_section h3{
  color: #C67852;
  font-size: 22px;
  font-weight: 400;
}
.intro_section p{
  color: #5E5E5E;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.intro_section p.grey_title{
    color: #5E5E5E;
    font-family: 'Geom';
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    padding: 15px 22% 25px 0
}
.intro_image{
  display: flex
}
.intro_image img.top_left{
    /* width: 200px; */
    width: 10vw;
    z-index: 0;
    position: absolute;
    left: 0;
    top: -15%;
}
.intro_image img.logo_icon{
    /* width: 350px; */
    width: 20vw;
    z-index: 1;
    position: relative;
    left: 50px;
    /* top: 90px; */
    top: 70px;

}
.intro_image img.main_image{
    /* width: 350px; */
    width: 20vw;
    position: absolute;
    right: 40px;
    z-index: 2;
    top: 10%;
}

.intro_image img.centered_image{
  width: 100%;
}
.intro_image img.left_image {
    width: 160px;
    position: absolute;
    z-index: 1;
    left: 7%;
    top: 50px;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0%   { transform: scale(0.9); }
    50%  { transform: scale(1); }
    100% { transform: scale(0.9); }
}
.intro_image img.right_image{
    width: 180px;
    right: -80px;
    position: absolute;
    bottom: 80px;
    transform-origin: bottom left; 
    animation: swing 3s ease-in-out infinite alternate;
}
@keyframes swing {
    0%   { transform: rotate(-7deg); }
    50%  { transform: rotate(7deg); }
    100% { transform: rotate(-7deg); }
}

.section_about.green_bg{
  padding: 7% 0;
  min-height: 750px;
  display: flex;
  align-items: flex-start;
}
.banner_shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.35) 100%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}

.banner_shadow_beige {
  background-image: url(../img/layout/beige_shadow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.banner_border {
  background: linear-gradient(90deg, rgba(244,186,38,1) 0%, rgba(242,159,50,1) 50%, rgba(237,101,76,1) 100%);
  position: absolute;
  width: calc(100% - 8.33% - 15px);
  height: 35px;
  right: 0;
  bottom: -35px;
  z-index: 3;
}

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

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

.scrollButtonContainer img {
  width: 110px;
  height: 90px;
}

.home_intro .swiper-container {
  height: 75vh;
}

.home_intro .swiper-container-horizontal > .swiper-pagination {
  top: auto;
  bottom: 70px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_intro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  outline: 1px solid #fff;
  outline-offset: 7px;
}

.home_intro .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 14px;
  text-indent: -9999px;
  transition: all 0.3s ease-in 0s;
  vertical-align: middle;
  width: 14px;
}

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

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

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

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

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

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

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

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

.section_home {
  position: relative;
}
.section_home.services_home .title_row{
  background: #e2a777;
}
.section_home.services_home .align_center{
  display: flex;
  justify-content: space-between;
  padding: 25px 0
}
.section_home.services_home.career .align_center{padding: 0}
.section_home.services_home .title_row h4 {
  color: #5E5E5E;
  font-family: 'Geom', serif;
  font-size: 60px;
  font-weight: 300;
}
.section_home.services_home .title_row h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.section_home.first {
  padding-bottom: 240px;
}
p.label.orange{
    color: #C67852;
    background: #f5d8c0;
    padding: 8px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 19px;
    position: relative;
    /* left: 35px; */
    left: 0;
    transition: left 0.6s ease;
}
p.label.orange::before, p.label.green::before{
  content: '';
  background: #e2a777;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* left: -35px; */
  z-index: -1;
  border-radius: 50px;

  left: 0;
  transition: left 0.6s ease;
}
p.label.orange.in-view, p.label.green.in-view{left: 35px;}
p.label.orange.in-view::before, p.label.green.in-view::before{left: -35px;}
p.orange_title{
    color: #C67852;
    font-size: 60px;
    font-weight: 400;
    width: 47%;
    text-align: right;
    font-family: 'Geom', serif;
    line-height: 70px;
}
p.orange_subtitle{
    color: #C67852;
    font-size: 45px;
    font-weight: 700; 
    text-align: left;
    font-family: 'Geom', serif;
    line-height: 52px;
    padding-bottom: 20px
}
p.label.green{
  color: #7C967B;
  background: #f5d8c0;
  padding: 8px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
  position: relative;
  /* left: 35px; */

  left: 0;
  transition: left 0.6s ease;
}
p.green_title{
    color: #7C967B;
    font-size: 60px;
    font-weight: 400;
    width: 55%;
    text-align: right;
    font-family: 'Geom', serif;
    line-height: 70px;
}
.more_services ul li{
    color: #5E5E5E;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 0 5px 25px;
    position: relative;
}
.more_services ul li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 14px;
  width: 10px;
  height: 10px;
  background-image: url('../img/layout/icons/triangle.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.more_services{
  padding-right: 10%
}

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

.section_home.advantages_home {
  background-image: url('../img/layout/pleonektimata.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-bottom: 70px;
}

.section_home.advantages_home h1 {
  font-size: 45px;
  font-weight: 600;
  width: 75%;
  flex-wrap: wrap;
  padding-left: 100px;
}

.section_home.advantages_home h1 img {
  position: absolute;
  left: 0;
}

.advantages_list {
  margin-top: 80px;
  margin-left: 100px;
}

.advantages_list ul li {
  display: inline-table;
  width: 42%;
  font-size: 23px;
  font-weight: 300;
  padding-right: 80px;
  margin-bottom: 50px;
  vertical-align: middle;
}

.advantages_list ul li .no {
  color: #de7622;
  font-weight: 600;
  font-size: 28px;
  background-image: url(../img/layout/kykliko_plaisio_arithmisis.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 85px;
  height: 85px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  float: left;
}

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

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

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

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

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

}
@media(max-width: 1200px) {
  .home_intro_inner_right h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .home_intro_inner_right p{
    font-size: 20px;
  }
  .home_intro_inner_right {
    width: calc(100% - 350px);
  }
  .home_intro_inner_left i {
    font-size: 12rem;
  }

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

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

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

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

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

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

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

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

  .home_intro .button {
    margin: 20px auto 0 auto;
    text-align: center;
    float: none;
    display: block;
    width: fit-content;
  }

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

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

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

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

}

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


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

/* ================== TESTIMONIALS ================== */
.testimonials_intro{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.testimonials_intro h3{
  color: #C67852;
  font-size: 22px;
  font-weight: 400;
}
.testimonials_intro p.orange_title{
  text-align: center;
  font-size: 65px;
  font-weight: 300;
}
#swiper_testimonials .swiper-slide:nth-child(even) {
	margin-top: 35px;
}
#swiper_testimonials {
	overflow: visible;
  padding-left: 60px;
	padding-right: 60px;
}

.testimonials_content{
  background: #fff;
  padding: 50px 30px 20px 30px;
  color: #C67852;
  border-radius: 7px;
  min-height: 470px;
}
.testimonials_content::before{
  content: '';
  background-image: url('../img/layout/icons/quotes.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  position: relative;
  top: -15px;
  margin: 0 auto;
  display: flex;
}
.testimonials_content p{
    color: #C67852;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.testimonials_content h6{
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
.testimonials_content h6 strong{
  display: block;
  position: relative;
  padding-top: 45px;
  font-size: 20px;
  font-weight: 400;
}
.testimonials_content h6 strong::before{
  content: '';
  background-color: #C67852;
  width: 30%;
  height: 1px;
  position: relative;
  top: -25px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#swiper_testimonials{
    padding: 70px 0;
}
#testimonials {
  height: 100%;
  background-color: #f9f9f9;
  color: #262626;
  padding: 70px 0;
  background-position: center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.carousel_text{position:absolute; width:80%; left:50%; padding: 15px 10px;}
.carousel_text h2{font-size: 40px; color: #262626; font-weight: 700; line-height: 70px; margin-bottom:0px}
.carousel_text h4{font-size: 18px; color: #262626; font-weight: 700; line-height: 70px;}
.carousel_text p{color: #404040; }
.carousel_text a{padding-left:0px }
.product_button {margin-top: 35px; display:grid}
.product_button a{text-decoration: underline;font-size: 20px; font-weight:700}

@media(max-width: 1499px) {
  .carousel_navi{
    width: 100px;
    align-items: flex-start;
  }
  .carousel-item{
    padding-right:10px;
  }
  .carousel-control-next{
    width: 100px;
    height: 100px;
  }
  .carousel_box a img{
    max-width: 385px;
  }
  .carousel_text{
    padding: 5px 15px;
  }
}
@media(max-width: 1200px) {
  .carousel_navi{
    width: 100px;
    align-items: flex-start;
  }
  .carousel-item{
    padding-right:10px;
  }
  .carousel-control-next{
    width: 100px;
    height: 100px;
  }
  .carousel_box a img{
    max-width: 305px;
    margin-top:30px;
    margin-bottom:30px;
  }
  .carousel_text{
    padding: 5px 15px;
  }
  .carousel_box{
    padding: 110px 2px;
  }
}
@media(max-width: 991px) {
	.carousel_navi {
		position: relative;
		justify-content: flex-start;
		padding: 30px 30px 0px;
	}
	.carousel-item {
    padding: 0% 30px 0% 30px;
	}

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

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

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

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

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

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

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


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



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

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

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

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

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

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

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

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

}


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


/* Common button styles */
.button {
  font-size: 19px;
  padding: 15px 65px;
  line-height: normal;
  color: #2651A2;
  display: inline-block;
  width: fit-content;
  margin: 30px auto 0 auto;
  font-weight: 600;
  position: relative;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
  background: #fff;
  background-size: 200% 100%;
  overflow: visible;   
}


.draw-outside {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background: #f37021;
    color: #fff;
    border-radius: 7px;
    text-decoration: none;
}


.draw-outside::before, .header_inner p a::before {
    content: "";
    position: absolute;  
    inset: -7px;
    border-radius: 13px; 
    border: 7px solid #fff; 
    pointer-events: none;
    clip-path: inset(0 100% 100% 0);
    transition: clip-path .6s ease;
}


.draw-outside:hover::before, .header_inner p a:hover::before, .service_box:hover .draw-outside::before {
    clip-path: inset(0 0 0 0);
} 

.draw-outside.orange::before { border: 7px solid rgba(226, 164, 115,0.4)}
.draw-outside.white::before { border: 7px solid rgba(255, 255, 255,0.4)}
.draw-outside.green::before { border: 7px solid rgba(159, 179, 158,0.4)}
.draw-outside.light_green::before { border: 7px solid rgba(197, 234, 227,0.4)}
.draw-outside.brown::before, .header_inner p a::before { border: 7px solid rgba(183, 107, 60,0.4)}


.button.white {
  background-color: #fff;
  color: #C67852;
}

.button.center {
  margin: 65px auto 0 auto;
}
.button.orange {
  color: #fff;
  background-color: #e2a473;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.banner_buttons .button.orange {
  color: #fff;
  background-color: #e2a473;
  padding: 18px 50px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 15vw;
  text-align: center;
}
.button.green {
  color: #fff;
  background: #9fb39e; 
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.button.light_green {
  background: #c5eae3;
  color: #B86B3C;
  font-size: 21px;
  padding: 18px 40px;
  font-weight: 700;
}
.banner_buttons .button.green {
  color: #fff;
  background: #9fb39e;
  padding: 18px 50px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 15vw;
  text-align: center;
}
.button.transparent {
  color: #B76B3C;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 15px 40px;
  margin: 30px auto 30px 25px;
}
.slide_content .button {
  margin-top: 40px;
  color: #1A73BE;
  background: #fff;
  border-radius: 40px;
}

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

.text-image {
  border-radius: 17px;
  border: 1px solid #C67852;
  padding: 170px 50px 30px 30px;
  margin-top: -150px;
  margin-left: 30px;
  width: 100%;
}

.text-image h2 {
  color: #C67852;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 60px;
}

.text-image p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 5px 0px;
  color: #444;
}

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

.gallery_view {
  width: 100%;
}

#tabs {
  margin-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .equipment_inner {
    height: 90vh;
  }

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

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

  .equipment h4 {
    font-size: 38px;
    margin-top: 120px;
  }

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

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

  .logismiko_text {
    padding: 0px;
  }

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

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

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

  .logismiko_inner img {
    width: 80%;
  }

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

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

  .logismiko_inner {
    margin: 20px 4% 0 4%;
    padding-bottom: 0px;
  }

  .equipment h4 {
    font-size: 35px;
  }

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

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

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

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

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

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

  .logismiko_inner ul li {
    font-size: 20px;
    line-height: 32px;
  }

  .logismiko_inner h2 {
    font-size: 37px;
    margin-bottom: 30px;
  }

  .logismiko_inner img {
    width: 95%;
  }

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

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

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

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

  .equipment h4 {
    font-size: 32px;
  }

  .lezanta_equipment {
    width: 600px;
    margin-left: 170px;
  }

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

  .team {
    padding-left: 15px;
  }

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

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

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

  .lezanta_team {
    width: 400px;
    top: -30px;
    margin-left: 150px;
  }

  .team p {
    font-size: 17px;
    line-height: 27px;
  }

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

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

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

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

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

  .definition {
    margin-top: 325px;
  }

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

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

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

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

  .logismiko_inner {
    margin: 0;
  }

  .logismiko_graphic {
    width: 100%;
  }

  .logismiko_inner img {
    width: 80%;
    padding: 30px 0;
  }

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

  #tabs {
    margin-right: 0px;
  }

  .equipment h4 {
    font-size: 32px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 170px;
  }

  #swiper_about {
    margin-left: 20px;
  }

  .equipment_text p {
    padding-right: 0px;
    width: 100%;
  }

  .equipment_inner {
    height: 135vh;
  }

  .second_section {
    height: 150vh;
  }

  .lezanta_team {
    margin-left: 190px;
  }

  .team {
    margin-top: 60px;
  }

  .team p {
    font-size: 19px;
    line-height: 27px;
  }

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

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

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

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

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

  .definition {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

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

  .logismiko {
    margin-top: 0px;
  }

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

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

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

  .equipment h4 {
    font-size: 30px;
  }

  .lezanta_team {
    margin-left: 160px;
    width: 350px;
  }

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

  .second_section {
    height: 145vh;
  }

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

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

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

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

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

  .lezanta_equipment {
    width: 500px;
    margin-left: 60px;
  }

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

  .logismiko_inner ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .equipment_inner {
    height: 125vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lezanta_team {
    margin-left: 115px;
    width: 290px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 479px) {
  .second_section {
    height: 140vh;
    margin: 0;
  }

  .equipment h4 {
    font-size: 27px;
  }

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

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

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

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

  .lezanta_team {
    margin-left: 120px;
    width: 260px;
  }

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

  .team {
    margin-top: 40px;
    padding-left: 0;
  }

  .team p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media(max-width: 420px) {
  .pages_header_fg h1 {font-size: 25px;}
  .dynamic-content h2 small{font-size: 35px; }
  .profile-description h1.heading_line.intro_title {font-size: 17px;  margin-top: 20px;}
  .profile-description h1.heading_line.intro_title::after {top:9px}
  .profile-description h2.header-intro-profile { font-size: 24px;}
  .section-vision .section-strategy {margin-left:0px!important; margin-right:0px!important;}
  .blue-background {padding: 6% 2% 3% 2%!important;}
  .grey-background p { padding-left: 2%!important; padding-right: 2%!important;}
  .profile-info img.collage-images {width: inherit;}

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

  .logismiko_inner ul li {
    font-size: 17px;
    line-height: 26px;
  }

  .logismiko_inner img {
    width: 90%;
    padding: 20px 0;
  }

  .logismiko {
    margin-top: 50px;
    padding: 0;
  }

  #swiper_about {
    margin-right: 20px;
  }

  .equipment_inner {
    height: auto;
    background-image: none;
    background: #5E6D92;
  }

  .equipment h4 {
    margin-top: 60px;
  }

  .equipment h3 {
    font-size: 35px;
    margin-bottom: 0;
  }

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

  .lezanta_team {
    margin-left: 65px;
    width: 210px;
  }

  .equipment p {
    font-size: 17px;
    line-height: 28px;
  }

  .equipment_inner {
    padding-bottom: 70px;
  }

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

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

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

  .equipment_info {
    height: auto;
  }

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

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

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

  .lezanta_equipment {
    width: 400px;
    margin-left: 20px;
  }

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

  .team {
    flex-direction: column;
  }

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

  .team p {
    margin-top: 0;
  }

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

  .team_second {
    margin-top: 45px;
  }

  .team_third {
    margin-top: 45px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}


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

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

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

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

.section_home h1 {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.section_home.blog_home {
  padding: 0;
  padding-left: 25px;
  padding-bottom: 110px;
}

.swiper-blog .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
}

.swiper-blog .swiper-button-next {
  position: absolute;
  right: 8%;
  top: 50%;
}

.section_home.blog_home h1 {
  font-size: 55px;
  line-height: 55px;
  color: #C67852;
  font-weight: 400;
  margin-bottom: 65px;
  display: inline-block;
  padding-left: 90px;
}

.section_home.blog_home a.button {
  display: inline-block;
  float: right;
  padding: 15px 35px;
  margin-right: 7%;
  margin-top: 0;
}

.blog_box_info {
  border-radius: 17px;
  border: 1px solid #C67852;
  padding: 170px 50px 30px 30px;
  margin-top: -150px;
  margin-left: 30px;
  width: 100%;
}

.blog_box_info p {
  line-height: 28px;
}

.blog_box_info span:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/line_blog.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 2px;
  top: 0;
}

.swiper-blog {
  padding-left: 90px;
}

.blog_box_info span {
  color: #C67852;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  display: block;
  position: relative;
  margin-top: 15px;
}

.blog_box_info h3 {
  color: #C67852;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 60px;
}

.blog_box img {
  border-radius: 20px;
  width: 100%;
}

.section_home.blog_home h1 span {
  color: #4F4F4F;
  font-weight: 600;
}

.section_home.blue_bg h1 {
  color: #fff;
  display: block;
}

.section_home h1 span.orange {
  color: #DE7622;
  display: contents;
}

.section_home.about h1 span.orange {
  white-space: pre;
  display: block;
}

.section_home h1 img {
  width: 60px;
  height: 105px;
  position: relative;
  margin-right: 50px;
  margin-left: 0;
}

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

.section_home.about {
  background-image: url(../img/layout/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 0;
  z-index: 1;
  position: relative;
  height: 80vh;
  min-height: 800px;
}

.about_text {
  width: 45%;
  display: block;
  float: right;
  padding: 160px 60px 60px 60px;
  border: 1px solid #fff;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 2;
  position: relative;
}

.about_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.about_shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/layout/about_shadow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

.about_graphic_right {
  background-image: url(../img/layout/poioi_eimaste_graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  width: 100%;
  height: 36%;
  bottom: 0;
  right: -55px;
}

.profile_intro_body {
  padding: 20px 0;
}


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

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

.section_home .home_highlight.about {
  margin-top: 110px;
  padding-left: 120px;
}

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

.about_data {
  display: flex;
  align-items: flex-start;
}

.home_highlight .about_box p.title {
  color: #020E4F;
  font-size: 92px;
  font-weight: 800;
  min-height: auto;
  display: block;
}

.about_box p.title small {
  font-size: 52px;
  font-weight: 400;
  padding-left: 5px;
}

.about_box {
  width: fit-content;
}

.about_box .line {
  background-image: -webkit-linear-gradient(left, #E18135 0%, #EDC7A8 50%, #F2F4F9 100%);
  width: 220px;
  height: 7px;
  margin-bottom: 15px;
  margin-top: 20px;
}

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

.home_highlight .about_box p {
  color: #DE7622;
  padding-right: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: normal;
  min-height: 70px;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
}

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

.home_highlight p {
  font-size: 32px;
  line-height: 52px;
  padding-right: 100px;
  font-weight: 400;
  color: #020E4F;
  margin-top: 65px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_home.first {
    padding-bottom: 300px;
  }
}

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

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

  .section_home.first {
    padding-bottom: 150px;
  }

  .about_graphic_right {
    height: 30%;
  }

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

@media(max-width: 1200px) {

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

  .about_graphic {
    height: 85vh;
    top: -15px;
  }

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

  .about_graphic_right {
    height: 25%;
  }

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

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

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

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

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

  .about_graphic {
    top: -15px;
    left: auto;
    right: 0;
    background-position: right;
  }

  .section_home.first {
    padding-bottom: 300px;
  }

  .about_graphic_right {
    height: 30%;
  }

  .section_home.first .home_highlight p {
    padding-right: 120px;
  }

  .section_home.first .home_image {
    display: none;
  }

  .contact_graphic_home {
    left: 0;
  }

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

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

	.profile_intro_body {
    padding: 10px 0;
	}

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

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

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

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

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

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

  .section_home.first .home_highlight p {
    padding-right: 105px;
  }

  .about_graphic {
    height: 80vh;
  }

  .about_graphic_right {
    height: 25%;
  }

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

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

  .profile_img {
    width: 230px;
    height: 270px;
    top: 10px;
  }
}
@media(max-width: 575px) {
	.profile_intro {
		text-align: center;
	}
  .contact_graphic_home {
    background-image: url('../img/layout/abstract_graphic_footer_responsive.svg');
    height: 95vh;
  }
	.profile_intro .button {
		width: 100%;
	}
  .profile_intro .profile_highlight p{
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

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

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

  .section_home.first .home_highlight p {
    padding-right: 80px;
  }

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

  .profile_img {
    top: 20px;
    width: 155px;
    height: 190px;
  }

  .about_graphic {
    height: 80vh;
  }

  .about_graphic_right {
    height: 23%;
  }

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

  .section_home.first {
    padding-bottom: 240px;
  }
}

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

  .about_graphic {
    height: 70vh;
  }

  .section_home.first .home_highlight p {
    padding-right: 50px;
  }

  .about_graphic_right {
    height: 22%;
    margin-bottom: -25px;
  }

  .section_home.first {
    padding-bottom: 200px;
  }

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

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

  .button {
    font-size: 16px;
    margin-top: 0;
    background-size: 26px;
  }

  .button:hover {
    background-position: 165px 17px;
    padding: 12px 60px 12px 40px;
  }

  .section_home.contact_home {
    height: 80vh;
  }
}

@media(max-width: 420px) {

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

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

  .section_home.contact_home {
    height: 75vh;
  }

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

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

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

  .button:hover {
    background-position: 160px 16px;
  }

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

}


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



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


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

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

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

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

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

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

.services_wrap {
  z-index: 1;
  position: relative;
  margin-left: 15px;
  padding-right: 30px;
}

.services_wrapper {
  z-index: 1;
  position: relative;
  margin-left: 15px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.services_wrapper .flex-center:hover .service_box {
  transform: scale(1.1);
  z-index: 1;
}

.services.view .section_home.services_home {
  background-image: url(../img/layout/services_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.section_home.services_home h1 {
  font-size: 55px;
  color: #C67852;
  display: block;
  margin-bottom: 45px;
  font-weight: 400;
  float: none;
  line-height: normal;
}

.section_home.services_home h1 span {
  font-weight: 600;
  color: #4F4F4F;
}

.services_home .button {
    margin: 0 auto 30px 25px;
    font-size: 18px;
}
.services_home .button.green{
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  padding: 18px 60px;
  min-width: 230px;
  text-align: center;
  font-size: 20px;
  justify-content: center;
}
.button.brown{
  background: #b76b3c;
  color: #fff;
  padding: 18px 60px;
  margin-left: 0;
  min-width: 230px;
  text-align: center;
  font-size: 20px;
}
.general_form .button.brown{
  margin: 0 auto;
  padding: 15px 50px;
  min-width: auto;
  font-size: 19px;
  font-weight: 500;
}
.services_home .button.inside {
  float: none;
}

.services_wrapper .service_box img {
  width: 120px;
}

.services_wrapper .service_box {
  margin: 0px;
  padding: 30px 15px;
  /* min-height: 240px;
  width: 20%; */
  margin-left: 30px;
  margin-bottom: 35px;
}

.service_box_text h3 {
  color: #C67852;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service_box_text p {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin: 0;
}

.service_box_text {
  border: 1px solid #C67852;
  border-left: none;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 40px 50px;
  width: 57%;
  position: relative;
  margin-bottom: 35px;
}

.service_box_text:after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  right: -25px;
  top: 75px;
}

.right_side {
  justify-content: flex-end;
}

.services_wrapper .right_side .service_box {
  margin-right: 30px;
  margin-left: 0;
}

.right_side .service_box_text {
  border-left: 1px solid #C67852;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  padding: 40px 50px 40px 60px;
}

.right_side .service_box_text:after {
  right: auto;
  left: -25px;
}

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

.service_box {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 30px 10px;
  transition: all 0.6s ease-in-out;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0px 0px 0px 0px;
  /* min-height: 650px;  */
}

.swiper-services .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-services .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.swiper-services .service_box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.section_home.services_home .row {
  display: flex;
  align-items: stretch;
}
.section_home.services_home .col-md-6 {
  display: flex;
  flex-direction: column;
  height: auto;
}
.section_home.services_home .service_box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.service_box_img_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.service_box_main_icon {
  display: block;
  width: 100%;
  height: auto;
}

.service_box img.service_box_arrow_icon {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 50px;
  height: 40px;

}
.service_box:hover img.service_box_arrow_icon {
  animation: arrowMoveRight 1.2s infinite;
}
@keyframes arrowMoveRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(0); }
}
.swiper-services .swiper-slide:nth-child(4n+1) .service_box {
    background: #dcc6d6;
}

.swiper-services .swiper-slide:nth-child(4n+2) .service_box {
    background: #e4dfd6;
}

.swiper-services .swiper-slide:nth-child(4n+3) .service_box {
    background: #d6e0e4;
}

.swiper-services .swiper-slide:nth-child(4n+4) .service_box {
    background: #d6e4d7;
}

.services_home .service_box.color-1 { background: #dcc6d6; }
.services_home .service_box.color-2 { background: #e4dfd6; }
.services_home .service_box.color-3 { background: #d6e0e4; }
.services_home .service_box.color-4 { background: #e4dfd6; }
.services_home .service_box.color-5 { background: #d6e0e4; }
.services_home .service_box.color-6 { background: #dcc6d6; }
.services_home .service_box.color-7 { background: #d6e0e4; }
.services_home .service_box.color-8 { background: #dcc6d6; }
.services_home .service_box.color-9 { background: #e4dfd6; }

.service_box:hover {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
} 

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

.service_box h3 {
    font-size: 35px;
    line-height: 37px;
    font-weight: 300;
    color: #5E5E5E;
    padding: 40px 25px 10px 25px;
    transition: all 0.2s ease-in-out;  
    font-family: 'Geom';
    min-height: 120px;
}

.service_box p {
  font-size: 18px;
  line-height: 30px;
  margin: 5px 0px;
  font-weight: 100;
  color: #5E5E5E;
  /* min-height: 60px; */
  padding: 20px 25px 25px 25px;
}

.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_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: 'Geom', 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 {
  margin-top: 110px;
  margin-bottom: 50px;
}

.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;
  padding-bottom: 30px;
}

.service_section:last-of-type {
  padding-bottom: 0;
}

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

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

.service_section:after {
  content: '';
  border-right: 1px solid #936379;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
}

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

.service_img:before {
  content: '';
  background-color: #936379;
  border-radius: 100%;
  position: absolute;
  left: -8px;
  width: 17px;
  height: 17px;
  z-index: 1;
}

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

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

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

.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;
  left: 0px;
  font-weight: 400;
  font-size: 43px;
  color: #262626;
  font-family: 'Geom', serif;
}

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

.service_section h1 {
  font-family: 'Geom', sans-serif;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

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

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

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

.service_right {
  padding-left: 50px;
}

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

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

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

.service_section p {
  padding-right: 80px;
  font-weight: 300;
}

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

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

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

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

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

.service_info {
  padding-bottom: 100px;
}

.service_intro_left, .service_intro_right {
  padding-top: 40px;
}

.swiper-slide-label img.tab_ergou {
  width: 50px;
  transform: rotate(180deg);
  position: absolute;
  bottom: 50px;
}

.swiper-slide.active:after {
  display: none;
}

.swiper-slide.active .swiper-slide-label img.tab_ergou {
  display: none;
}

.swiper-slide.active:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/close_tab_ergou.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  margin-left: 65px;
}

.service_gallery {
  position: relative;
  padding-top: 140px;
}

.service_gallery h1 {
  font-size: 60px;
  display: inline-flex;
}

.swiper_buttons {
  display: inline-flex;
  padding-right: 8.33333%;
  float: right;
  margin-top: 30px;
}

.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%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  display: flex;
}

.contact_form h1 {
  text-align: center;
    font-size: 43px;
    color: #034FA2;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_form .contactform {
  margin-top: 20px;
}

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

.contact_form .contactform input[type="text"], .contact_form .contactform textarea {
  background: transparent;
  padding: 15px 22px;
}

.contact_form .contactform textarea {
  height: 215px;
}

.contact_form .contactform div.submit {
  margin-top: 20px;
}

.contact_form p {
  text-align: left;
  line-height: 27px;
}
.contact_form.services p, .contact_left p{
  color: #5e5e5e;
  font-size: 19px;
}

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

@media(min-width: 1700px) {
  .partners .partners-image {margin: auto 3.2%;}
  .services_box_blue{padding-top:15vh}
}
@media(min-width: 1500px) {
  .partners .partners-image {margin: auto 2.2%;}
}
@media(max-width: 1499px) {
  .partners .partners-image {margin: auto 1.2%; height: 45px;}
  .quote-text span { top: 0px;}

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

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

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

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

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

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

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

@media(max-width: 1350px) {

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

  .image_about {
    height: 65vh;
  }

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

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

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

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

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

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

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

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

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

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

}

@media(max-width: 1199px) {
  .partners .partners-image {margin: auto 1%;}
  .quote-text span {top: 11px;}
  .services_box_blue ul li {font-size: 16px;}
  .services_box_blue p {font-size: 30px;}
  .services_box_blue { padding: 8vh 50px 0px 13%;}
 
  .service_intro p {
    font-size: 24px;
    line-height: 38px;
  }

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

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

  .image_about {
    height: 60vh;
  }

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

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

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

  .service_section p {
    padding-right: 0;
  }

  .services_view h1 {
    font-size: 70px;
  }

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

  .contact_title img {
    width: 270px;
  }

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

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

  .form_img {
    width: 1600px;
    height: 1600px;
  }

  .service_section h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }

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

  .service_img .icon {
    width: 100px;
    padding: 15px 15px;
  }

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

  .service_right {
    padding-left: 15px;
  }

}
@media(max-width: 991px) {
  .partners .partners-image { margin: auto 0.75%; height: 35px;}
  .quote-text p { font-size: 18px;}
  .quote-text span {top: 25px; opacity:0.1}
  .in-services .services_box_blue ul li {display: block;}
  .services_box_blue {height: 45vh; text-align:center; padding: 8vh 10% 0px 10%}
  .here_section p { font-size: 42px; line-height: 42px; }
  .here_section p:after { margin-left: 400px; }
  .image_about {
    height: 50vh;
  }

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

  .service_left {
    margin-top: 40px;
  }

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

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

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 45px!important;
    line-height: 45px!important;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 50vh!important;
  }

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

  .service_section {
    padding-bottom: 40px;
  }

  .service_section:after {
    right: auto;
  }

  .service_right {
    padding-left: 0;
    padding-top: 40px;
  }

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

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

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

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

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

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

  .services_view {
    padding-left: 15px;
  }

  .services_view h1:after {
    font-size: 65px;
  }

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

  .services_view h1 {
    font-size: 65px;
    padding-top: 35px;
    line-height: 70px;
  }

  .contact_title img {
    width: 250px;
  }

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

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

  .contact_title h2:after {
    height: 50px;
    margin: 20px auto 0 auto;
  }

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

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

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

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

@media(max-width: 767px) {
  .partners .partners-image { margin: auto 1%; height: 30px;}
  .quote-text span {top: 13px;}
  .services_box_image {height: 55vh; background: transparent url(../img/layout/home_bg.jpg) no-repeat top center;}
  .services_box_blue, .in-services .services_box_blue ul li {text-align:center;}
  .here_section p {
    font-size: 35px;
    line-height: 35px;
  }

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

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

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

  .here_section p:before {
    width: 90px;
    margin-left: -105px;
  }

  .here_section p:after {
    margin-left: 320px;
    width: 90px;
  }

  .image_about {
    height: 45vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 45vh!important;
  }

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 34px!important;
    line-height: 34px!important;
  }

  .image_services p:after, .image_about p:after, .image_projects p:after, .image_jobs p:after {
    width: 60px!important;
    margin-left: 15px!important;
  }

  .image_services p:before, .image_about p:before, .image_projects p:before, .image_jobs p:before {
    width: 60px!important;
    margin-left: -20px!important;
    margin-right: 15px!important;
  }

  .service_section {
    flex-direction: column;
  }

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

  .services_all {
    margin-top: 80px;
  }

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

  .service_left {
    margin-top: 30px;
  }

  .icon-search img {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 60px;
  }

  .icon-section img {
    padding: 60px;
    left: 0;
    right: 0;
    margin: 15px auto 0 auto;
  }

  .icon-section {
    margin-top: 50px;
  }

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

  .contact_title h2 {
    font-size: 27px;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 30px;
    margin: 20px 0;
  }

  .contact_form {
    padding: 40px 0;
  }

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

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

  .service_box h3 {
    font-size: 16px;
    padding: 5px 0 10px 0;
  }

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

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

  
  p.service_no {
    font-size: 43px;
  }
}
@media(max-width: 575px) {
  h1.heading_line.products::after { width: 20%; margin-left: 9px;}
  .partners {display: block;text-align: center;}
  .partners .partners-image {height: 40px;margin-bottom: 30px;}
  .quote-text {margin-right: 20px; margin-left: 20px;}
  .quote-text span {top: 25px;}
  
  .here_section p {
    font-size: 27px;
    line-height: 27px;
  }
  .here_section {
    padding: 45px 0;
  }

  .service_intro {
    margin-bottom: 60px;
  }

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

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

  .here_section p:before {
    width: 70px;
    margin-left: -80px;
    margin-top: 10px;
  }

  .here_section p:after {
    margin-left: 240px;
    width: 70px;
    margin-top: 10px;
  }

  .image_about {
    height: 35vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 35vh!important;
  }

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 25px!important;
    line-height: 25px!important;
  }

  p {
    font-size: 18px;
  }

  .service_section h1:after {
    bottom: -10px;
  }

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

  .services_all {
    margin-top: 60px;
  }

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

  .services_view h1:after {
    font-size: 55px;
  }

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

  .icon-section img {
    padding: 50px;
  }

  .contact_title img {
    width: 240px;
  }

  .contact_title h2 {
    font-size: 24px;
  }

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

  .contact_title h2:after {
    height: 40px;
    margin: 15px auto 0 auto;
  }

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

  .checkbox label {
    font-size: 16px;
    margin-left: 0;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 28px;
    margin: 15px 0;
  }

  .pages.newsletter h1 {
    font-size: 30px;
  }

  .line-section.newsletter {
    margin-top: 40px;
    padding: 30px 0;
  }

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

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

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

  .service_img .icon {
    width: 87px;
    padding: 12px 12px;
  }

  .service_left {
    margin-top: 25px;
  }

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

@media(max-width: 479px) {
  .service_section .button {
    font-size: 16px;
    margin-top: 5px;
    font-size: 17px;
    background-size: 23px;
  }
 
  .service_section:first-of-type:after {
    height: 78%;
  }

  .service_img .icon {
    width: 82px;
    padding: 10px 10px;
  }

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

  .service_intro {
    margin-bottom: 50px;
  }

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

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

}

@media(max-width: 420px) {
  .partners .partners-image {margin: 10px 5px;height: 35px;}
  .quote-text p { font-size: 16px;}
  .quote-text span {top: 48px;}
  .services_box_blue { height: 100%;}
  .services_box_blue ul {margin-top: 30px; margin-bottom: 30px;}
  .services_box_blue p {font-size: 27px;}

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

  .here_section p:before {
    width: 40px;
    margin-left: -45px;
    margin-top: 7px;
  }

  .here_section p:after {
    margin-left: 200px;
    width: 40px;
    margin-top: 7px;
  }

  .image_about {
    height: 30vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 30vh!important;
  }

  .image_services p:after, .image_about p:after, .image_projects p:after, .image_jobs p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .image_services p:before, .image_about p:before, .image_projects p:before, .image_jobs p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  p.service_no {
    font-size: 40px;
    position: relative;
  }

  .service_section h2 {
    font-size: 16px;
    line-height: 30px;
  }

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

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

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

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

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

  .services_view h1 {
    font-size: 45px;
    padding-top: 30px;
    line-height: 50px;
  }

  .services_view h1:after {
    font-size: 45px;
  }

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

  .icon-section img {
    padding: 40px;
    width: 180px;
  }

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

  .content ul li {
    padding-left: 20px;
  }

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

  .contact_title img {
    width: 210px;
  }

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

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

  .contact_title h2:after {
    height: 35px;
    margin: 10px auto 0 auto;
  }

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

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

  .pages.newsletter h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .services_view {
    padding-left: 5px;
  }

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

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

  .service_img .icon {
    width: 70px;
    padding: 7px 7px;
  }

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

  .service_left {
    margin-top: 20px;
  }

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

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

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

@media(max-width: 380px) {
  .service_box {
    width: 100%;
  }

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

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



/* ===================== PROJECTS HOME ===================== */
.projects_wrapper {
  padding: 0px 0px 0 15px!important;
  position: relative;
}

.home_projects {
  background: linear-gradient(90deg, rgba(143, 208, 245, 1) 0%, rgba(84, 131, 207, 1) 50%, rgba(30, 68, 182, 1) 100%);
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 100px 90px 210px 0px;
  text-align: right;
}

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

.section_home.services_home.projects_wrapper:after {
  display: none;
}

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

.accordion {
  display: flex;
}

.swiper-container-fade .swiper-projects .swiper-slide {
  position: relative;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width 0.2s;
  display: flex;
}

.swiper-slide-label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 35px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.swiper-slide.active .swiper-slide-label:hover {
  cursor: auto;
}

.swiper-slide-label:hover {
  cursor: pointer;
}

.accordion_title h2 {
  color: #C67852;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.swiper-projects table {
  width: 100%;
}

.swiper-projects tr {
  background-image: url(../img/layout/list_graphic.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 97%;
  position: relative;
}

.swiper-projects tr:last-of-type::after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/list_graphic.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 101%;
  width: 97%;
  left: 0;
  height: 1px;
  bottom: 0;
}

.swiper-projects td {
  color: #4C81C6;
  padding-right: 190px;
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  padding: 10px 0;
}

.swiper-projects td.right {
  color: #858585;
  font-weight: 500;
}

.accordion_title p {
  color: #C67852;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 15px;
  position: relative;
}

.accordion_title p:before {
  content: '';
  position: absolute;
  left: -25px;
  width: 11px;
  height: 11px;
  top: 13px;
  border-radius: 100%;
  background: #C67852;
}

.swiper-slide.active .swiper-slide-label p.number.active {
  display: inline-block;
  transform: none;
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}

.swiper-slide.active .swiper-slide-label .accordion_title p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.swiper-slide .swiper-slide-label {
  background-color: #DE7622;
}
.swiper-slide.active {
  max-width: 100%;
  display: flex;
}
.swiper-slide.active .swiper-slide-label {
  background-color: transparent;
  position: relative;
  writing-mode: unset;
  transform: none;
  font-size: 48px;
  padding-top: 0;
  margin-bottom: 20px;
  align-items: flex-start;
}

.swiper-slide.active .swiper-slide-label .accordion_title {
  border-top: none;
  padding: 35px 50px 35px 70px;
  margin-top: 0px;
}

.swiper-projects {
  padding: 0 75px 0 60px;
  margin-top: -350px;
}

.swiper-projects img {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.swiper-slide-content a {
  color: #034FA2;
  font-size: 19px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  display: block;
  margin-right: 20px;
  background-image: url(../img/layout/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0px center;
  width: fit-content;
  margin-top: 10px;
  float: right;
  transition: all 0.5s ease-in-out;
}

.swiper-slide-content a:hover {
  background-position: right;
  padding-left: 0;
  padding-right: 45px;
}

.swiper-slide.active .swiper-slide-content {
  display: flex;
}
.swiper-slide-content {
  padding: 35px 40px 30px 150px;
  background: #fff;
  box-shadow: rgb(97 133 169 / 20%) 0px 8px 24px;
  border-radius: 30px;
  margin-left: -85px;
  margin-top: 170px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  position: relative;
}
.swiper-slide-content:hover {
  opacity: 1;
}
.swiper-slide-content button {
  padding: 10px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-family: "Google Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 5px 0 #ffffff77;
  border: 2px dashed #000;
  transition: box-shadow 0.2s;
}
.swiper-slide-content button:hover {
  box-shadow: 0 0 10px 1px #ffffff;
}

@media only screen and (max-width: 1350px) {
  .career p {
    font-size: 27px;
    line-height: 35px;
  }

  .career .button_more .button {
    font-size: 19px;
  }

  .career p {
    font-size: 24px;
    line-height: 35px;
  }
}

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

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

@media only screen and (max-width: 575px) {
  .career p.number {
    font-size: 35px;
  }

  .career h1:after, .career .careers_home h1:after {
    height: 45px;
  }

  .career .button_more .button {
    font-size: 18px;
  }

  .career .button_more:after {
    width: 24px;
    height: 17px;
  }

  .career .button_more {
    margin-top: 50px;
  }

  .career p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 420px) {
  .career p {
    font-size: 19px;
  }

  .career .button_more .button {
    font-size: 16px;
  }
}

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




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


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

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

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

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

.projects_all {
  padding-top: 80px;
  padding-bottom: 0px;
}

.projects_all ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.projects_all ul li {
  padding: 0 20px;
  position: relative;
}

.projects_all ul li:after {
  content: '|';
  color: #C67852;
  top: 7px;
  position: absolute;
  right: 0;
  font-size: 19px;
  font-weight: 100;
}

.projects_all ul li:last-child::after {
  display: none;
}

.projects_all ul li a {
  color: #C67852;
  font-size: 27px;
  font-weight: 400;
}

.projects_all ul li.active a {
  color: #4F4F4F;
}

.projects_all ul li a:hover {
  color: #C67852;
}

.projects_all h2 {
  font-size: 42px;
  font-weight: 500;
  color: #C67852;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  padding-bottom: 15px;
  padding-right: 50px;
  margin-left: 15px;
}

.project_box p {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #054FA2;
  font-size: 18px;
  padding-top: 15px;
  position: relative;
  margin: 5px 30px 30px 30px;
}

.project_box p:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/line_blog.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 2px;
  top: 0;
}

.project_box p img {
  width: 30px;
  margin-right: 12px;
}

.projects_all h2:after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/line_blog.svg);
  background-repeat: no-repeat;
  background-size: 110%;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

.project_box {
  margin: 30px 15px 50px 15px;
  overflow: hidden;
  box-shadow: rgb(87 132 177 / 20%) 0px 8px 24px;
  border-radius: 20px;
}

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

.project_box h3 {
  padding: 30px 30px 20px 30px;
}

.project_box h3 a {
  color: #C67852;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}

.projects_view h1 {
    font-size: 80px;
    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;
}

@media only screen and (max-width: 1499px) {
  .projects_home h1 {
    margin-left: 210px;
  }

  .pagination_wrapper {
    margin-left: 380px;
  }

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

}

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

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

  .pagination_wrapper {
    margin-left: 340px;
  }

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

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

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

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

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

  .border-dotted {
    bottom: 110px;
    right: -155px;
  }

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

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

  .image-section img {
    margin-top: 25px;
  }

  .gallery_wrapper {
    margin-left: 15px;
  }

  .project_box h3 a {
    font-size: 22px;
  }

  .project_box h3 {
    min-height: 50px;
  }

}

@media only screen and (max-width: 1200px) {
  .service_intro .extra_intro p {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .projects_graphic {
    top: 0;
  }

  .pagination_wrapper {
    margin-left: 0;
  }

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

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

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

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

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

  .border-dotted {
    bottom: 75px;
    right: -220px;
  }

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

  .lezanta_projects {
    margin-left: -100px;
    height: 190px;
  }

  .project_box h3 a {
    font-size: 20px;
  }

  .project_box h3 {
    min-height: 20px;
  }

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

  .projects_view h1 {
    font-size: 65px;
    padding-left: 30px;
  }

  .image-section img {
    padding: 10px;
  }

  .image-section h3 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 55px;
  }

  .image-section h4 {
    font-size: 19px;
  }

  .gallery_wrapper {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .projects_all {
    padding-top: 90px;
    padding-bottom: 80px;
  }

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

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

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

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

  #swiper_projects {
    padding-bottom: 240px;
  }

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

  .project_description:before {
    width: 98%;
    height: 65%;
    bottom: -20px;
    left: -20px;
  }

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

  .projects_wrapper {
    padding: 0px;
  }

  #swiper_projects .swiper-slide.swiper-slide-active .border-dotted {
    bottom: -20px;
    right: 8px;
  }

  .projects_graphic {
    width: 75%;
  }

  .hero_image_text {
    height: 80vh;
  }

  .lezanta_projects {
    margin-left: -25px;
    height: 140px;
    width: 85%;
  }

  .pages_header.hero_image:after {
    width: 420px;
    height: 420px;
  }

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

  .project_box h3 a {
    font-size: 22px;
  }

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

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

  .project_box h3 {
    min-height: 20px;
  }

  .gallery_wrapper {
    margin: 40px 15px 0 15px;
  }

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

  .projects_description {
    margin-bottom: 80px;
  }

  .line-section.projects {
    margin: 60px 0 0px 0;
    padding: 50px 5px;
  }
}

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

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

  #swiper_projects {
    margin-right: 20px;
  }

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

  .projects_graphic {
    width: 100%;
  }

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

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

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

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

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

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

  #swiper_projects .swiper-slide.swiper-slide-active .border-dotted {
    bottom: -105px;
    right: -10px;
    width: 90%;
  }

  .project_description:before {
    left: -18px;
  }

  #swiper_projects {
    padding-top: 45px;
  }

  .projects_home .swiper-pagination {
    bottom: auto;
    top: 0;
    height: 100%;
  }

  .hero_image_text {
    height: 70vh;
  }

  .lezanta_projects {
    height: 80px;
    width: 100%;
    margin-bottom: 80px;
  }
  
  .pages_header.hero_image:after {
    width: 380px;
    height: 380px;
  }

  .projects_all {
    padding-top: 60px;
    padding-bottom: 70px;
  }

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

  .gallery_wrapper .gallery {
    margin-bottom: 15px;
  }

  .projects_description p {
    font-size: 18px;
    margin: 10px 0 10px 15px;
  }

  .image-section h3 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 45px;
  }

  .image-section h4 {
    font-size: 18px;
  }

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

  .line-section.projects {
    margin: 40px 0 0px 0;
    padding: 45px 5px;
  }
}

@media only screen and (max-width: 575px) {
  .projects_all {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .project_description:before {
    left: -15px;
  }

  .job_info {
    height: 95vh;
  }

  .lezanta_projects {
    height: 65px;
  }

  .pages_header.hero_image:after {
    width: 300px;
    height: 300px;
  }

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

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

  .projects_all h2 {
    font-size: 28px;
    padding-right: 30px;
  }

  .project_box h3 {
    min-height: 20px;
  }

  .image-section {
    flex-direction: column;
  }

  .image-section h4 {
    font-size: 17px;
  }

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

  .projects_view h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
  }

  .line-section.projects {
    margin: 30px 0 0px 0;
    padding: 35px 5px;
  }

  .breadcrumb-section>a::before {
    padding: 0 5px 0 4px;
  }
}

@media only screen and (max-width: 479px) {
  .project_description h2 {
    font-size: 23px;
  }

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

  .project_description p {
    font-size: 17px;
    line-height: 25px;
  }

  #swiper_projects {
    padding-top: 40px;
  }

  #swiper_projects .swiper-slide.swiper-slide-active .border-dotted {
    bottom: -60px;
  }

  .project_description .button {
    margin-top: 0px;
    background-size: 23px;
    padding: 10px 50px 10px 50px;
  }

  #swiper_projects {
    padding-bottom: 290px;
  }

  .projects_graphic {
    height: 150px;
  }

}

@media only screen and (max-width: 420px) {
  .service_intro .extra_intro p {
    font-size: 17px;
    line-height: 26px;
  }

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

  .project_box {
    margin: 20px 0 20px 0;
  }

  .project_box h3 a {
    font-size: 21px;
  }

  .image-section h3 {
    font-size: 17px;
    padding-top: 25px;
  }

  .projects_view h1 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 20px;
  }

  .line-section.projects {
    margin: 15px 0 0px 0;
    padding: 30px 5px;
  }

  .lezanta_projects {
    height: 45px;
    margin-left: -10px;
    margin-bottom: 50px;
  }
}


/* ================== 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;
  margin: 0 15px;
  margin-bottom: 50px;
}

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

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

.job_text h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

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

.section_home .service_intro_left h1 img {
  position: absolute;
  left: 0;
}

.section_home .service_intro_left h1 {
  flex-wrap: wrap;
  padding-left: 100px;
  width: 70%;
  font-size: 60px;
  margin-bottom: 50px;
}

.service_intro_left p {
  font-size: 18px;
  color: #444;
  padding: 14px 5px 14px 105px;
}

.service_intro_right {
  background: #020E4F;
  padding: 35px 30px 75px 80px;
  margin-left: 70px;
}

.service_intro_right table tr {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  display: table-row;
  vertical-align: inherit;
  position: relative;
}

.service_intro_right table tr:after {
  content: '';
  background-image: -webkit-linear-gradient(left, #DF7A28 0%, #9E6C54 30%, #725E6B 60%, #373B69 80%, transparent 100%);
  width: 100%;
  height: 2.3px;
  left: 0;
  bottom: 0;
  margin-top: 20px;
  position: absolute;
}

.service_intro_right td {
  display: table-cell;
  vertical-align: inherit;
  padding: 30px 0;
}

.service_intro_right tr td.left {
  color: #DE7622;
  width: 32%;
}

.service_intro_right table {
  border-collapse: separate;
  text-indent: initial;
  width: 100%;
}

.job_img {
  position: relative;
}

.job_text {
  padding: 30px 30px 30px 30px;
  position: relative;
  overflow: hidden;
  background: #de7622;
}

.job_arrow img {
  width: 52px;
  height: 52px;
}

.job_arrow.mob {
  display: none;
}

/* .job_text:after {
  content: '';
  background-image: url(../img/layout/open_tab_ergou.svg);
  background-repeat: no-repeat;
  background-size: 52px;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 30px;
  top: 50px;
} */

.job_text .line {
  background-image: -webkit-linear-gradient(left, #fff 0%, #EDC7A8 40%, #edc7a800 100%);
  width: 220px;
  height: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.jobs.view header {
  background: #FFFFFE;
}

.section_home.job_header {
  background: linear-gradient(360deg, #FFF6EC 0%, #FFFAF5 50%, #FFFFFE 100%);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_home.job_header h1 {
  font-size: 57px;
}

.section_home.job_header .flex-center {
  flex-direction: column;
}

.section_home.job_header p a {
  color: #020e4f;
  font-weight: 500;
  font-size: 17px;
  margin-top: 45px;
  display: inline-flex;
}

.section_home.job_header a img {
  width: 10px;
  margin-right: 10px;
}

.job_title {
  display: inline-block;
}

.job_arrow {
  display: inline-block;
  float: right;
}

.job_text p.location {
  color: #F6DBC4;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 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;
}

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

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

.intro_text.jobs h1:after {
  width: 42%;
  bottom: 105px;
}

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

.intro_text.jobs {
  padding-right: 60px;
}

.intro_text.jobs h1 {
  font-size: 75px;
}

.intro_text a {
  font-size: 16px;
  display: block;
  width: fit-content;
  margin: 10px auto 0 auto;
}

.image_jobs p {
  color: #fff;
  margin: 0 auto;
  font-family: 'Geom', 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;
}

.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: 'Geom', 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: 'Geom', serif;
  font-size: 48px;
  font-weight: 500;
}

.jobs_view h3 {
  font-size: 40px;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 65px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 50px;
}

.jobs_view {
  padding-bottom: 140px;
}

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

  .service_info {
    padding-bottom: 0px;
  }

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

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

  .jobs_view h3 {
    font-size: 35px;
    line-height: 60px;
  }

  .lezanta_gallery {
    margin-left: 90px;
  }
}

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

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

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

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

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

  .job_box h2 {
    font-size: 39px;
  }

  .job_brief ul li {
    font-size: 18px;
    line-height: 25px;
  }
}

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

  .services.view .lezanta_gallery {
    height: 85%;
    top: -40px;
  }

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

  .job_img {
    margin-right: 0px;
  }

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

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

  .intro_text.jobs h1:after {
    width: 53%;
    bottom: 95px;
  }

  .job_box h2 {
    font-size: 31px;
    margin-bottom: 40px;
  }
  
  .job_box {
    margin-bottom: 30px;
  }

  .job_brief ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .job_box .button {
    font-size: 16px;
  }

  .job_box .button {
    margin-top: 15px;
  }

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

  .jobs_view h3 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .intro_text.jobs h1:after {
    bottom: 75px;
  }

  .section_home.contact_home {
    height: 90vh;
  }

  .job_box h2 {
    font-size: 34px;
    line-height: 50px;
  }

  .job_brief ul li {
    font-size: 17px;
    line-height: 20px;
  }

  .job_box .button {
    font-size: 16px;  
  }

  .line-section.jobs {
    margin: 50px 0 50px 0;
  }

  .jobs_view {
    padding: 0 20px 100px 20px;
  }

  .jobs_view h3 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 15px;
  }

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

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

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

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

}

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

  .job_info {
    height: 90vh;
  }

  .intro_text.jobs h1:after {
    bottom: 60px;
  }

  .job_box h2 {
    font-size: 28px;
    line-height: 35px;
    margin-left: 15px;
  }

  .job_brief {
    flex-direction: column;
  }

  .job_brief ul {
    margin: 30px 0 0 20px;
  }

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

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

  .jobs_view h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .jobs_view h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .content ul li {
    font-size: 18px;
    padding-left: 20px;
  }

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

@media only screen and (max-width: 575px) {
  .intro_text.jobs h1 {
    font-size: 27px;
    line-height: 47px;
  }

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

  .job_info {
    margin-bottom: 50px;
  }
  .service_btn {
    margin-left: 5px;
  }

  .intro_text.jobs {
    padding: 0 30px;
  }

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

  .job_box h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_box .button {
    font-size: 15px;
    margin-left: 0px;
  }

  .jobs_view {
    padding: 0 20px 40px 20px;
  }
}

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

  .service_gallery {
    padding-top: 20px;
  }

  .section_home.contact_home {
    height: 70vh;
  }

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

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

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

  .job_section .job_text .button {
    background-size: 22px;
    font-size: 15px;
    padding: 12px 35px 12px 50px;
    background-position: 15px 17px;
    margin-top: 10px;
  }

  .intro_text.jobs h1:after {
    bottom: 20px;
    right: 0px;
  }

  .job_box h2 {
    font-size: 20px;
    line-height: 27px;
    margin-left: 0;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_brief ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job_box .button {
    margin-left: 0;
    width: 100%;
  }

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

  .jobs_view h2 {
    font-size: 17px;
  }

  .jobs_view h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .line-section.jobs {
    margin: 40px 0 40px 0;
    padding: 30px 5px;
  }

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

/* ===================== PRODUCTS ===================== */
.page_title{margin-top: 200px;}
.page_title h1{font-size: 45px;  color: #262626;  font-weight: 700; line-height: 70px;padding-bottom: 20px;}



h1.heading_line.products_home{
  color:#202f5b;
  font-size:30px;
  text-align:left;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
 
}
h1.heading_line.products_home::after{width: 9%; margin-left: 25px; right:unset; top:17px;border-bottom: 3px solid #8ad6e3;}

.product_text.page_content{background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(61,187,209,1) 100%); padding: 30px; margin-bottom: 7%;margin-top: 25px; position:relative;overflow:hidden;}
.product_text.page_content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/layout/symbol_menu_bg.svg);
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  background-position: right center;
  overflow: hidden;
  z-index: 1;
  background-size: 480px;
}

.product_text.page_content p{color:#fff; z-index:2; position: relative;}
.product_text.page_content p::before{content: '';
    display: inline-block;
    height: 29px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/checked.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -9px;}
.product_details p{font-size: 20px; color: #6f7592;  font-weight: 700; line-height:30px;  margin-top: 0px;}
.product_title.smaller{color: #F5A61B; font-size: 22px; text-align: left;  position: relative;  padding-right: 25%; font-weight: 700;  margin-top: 30px;}
.product_title.smaller::after{    border-bottom: 2px solid #8ad6e3;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 12px;
    bottom: 0;
    width: 20%;
    margin-left: 16%;}


.product_image {margin-bottom: 50px;box-shadow: 0px 0px 5px #c5c5c5;}
.product_image img{width:100%;display:block;}
.product_box{
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%);
}

.product_box .row {
  margin-left: 0;
  margin-right: 0;
}
.product_box .align-items-center {
  -webkit-align-items: center!important;
  -moz-box-align: center!important;
  align-items: center!important;
}
.product_box .product_box_image{
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_box .product_box_image:before {
  opacity: 0;
  visibility: hidden;
}
.product_box:hover .product_box_image img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.product_box .product_box_image img {
  border-radius: 5px;
  width: 100%;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 100%;;
}

.product_box .product_box_image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.product_box_text{border-radius: 5px;  position: relative;  padding: 25px;}
.product_box_text h2{
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
  color: #202f5b;
}

.product_box_text h4{
  font-size: 20px;
  color: #6f7592;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  border-bottom: 2px solid #f1f1f1;
}
.product_intro p{
  border-left: 5px solid #F5A61B;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #545;
  background: #fff;
  padding: 10px 10px 10px 20px;
}

@media(max-width: 1199px) {
  .product_box_text h4{
    font-size: 18px;
  }
  .product_title.smaller::after{margin-left: 20%;}
}
@media(max-width: 991px) {
	.product_title.smaller::after { margin-left: 25%;}
}
@media(max-width: 767px) {
  .product_title.smaller::after{
    /*right:15px;*/
	right: unset;
    margin-left: 35%;
  }
}
@media(max-width: 575px) {
  .product_box_text h4{font-size:16px; line-height:20px;}
  .product_title.smaller::after{margin-left: 43%;}
}
@media(max-width: 420px) {
  .product_title.smaller::after{margin-left: auto; right: 15px;width: 30%;}
}

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

/* ===================== VALORIES ===================== */
.valories {
  background: url(../img/layout/assets/asset_03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  margin: 100px 0 0;
}

.valories_fg {
  background: #fff;
	margin-bottom: 40px;
}

.valories_header {
  background: #262626;
  padding: 35px;
}

.valories_header h1 {
  color: #fff;
  font-size: 44px;
}

.valories_header p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.valories_box {
  display: flex;
  padding: 20px;
}

.valories_box img {
  width: 100px;
}

.valories_box p {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  font-size: 18px;
}

.valories_box p strong {
  font-size: 32px;
  margin-bottom: 10px;
  color: #262626;
  /* padding-bottom: 10px; */
  /* border-bottom: 5px dotted #262626; */
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .valories_box p {
    padding: 0 15px;
    font-size: 15px;
  }

  .valories_box p strong {
    font-size: 28px;
  }

  .valories_header h1 {
    font-size: 38px;
  }
  .valories_header p {
    line-height: 1.5;
  }
}
@media(max-width: 1199px) {
	.valories_box {
		border-bottom: 1px solid rgba(90, 112, 126, 0.20);
	}

	.valories_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

	.valories_header {
    text-align: center;
	}
}
@media(max-width: 991px) {
	.valories {
	  padding: 40px 30px;
	}

	.valories_box p {
    font-size: 14px;
	}
}
@media(max-width: 767px) {
	.valories_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.valories_box img {
    width: 85px;
    margin: 10px 0;
	}

	.valories {
    margin: 70px 0 0;
	}
}
@media(max-width: 575px) {
	.valories_header h1 {
    font-size: 32px;
	}
}
@media(max-width: 420px) {
	.valories {
    padding: 20px 0px;
	}
	.valories_header p {
    font-size: 13px;
	}
}

/* ===================== END VALORIES ===================== */

/* ===================== STAFF ===================== */

.staff {
  background: #262626;
}

.staff_wrapper {
  margin-top: 20px;
	background: #fff;
	padding: 20px;
}

.staff_wrapper h2 {
	font-weight: 700;
	color: #dd4223;
	font-size: 32px;
}

.staff_wrapper_header {
  margin-bottom: 20px;
}


.staff h1 {
  padding: 20px;
  display: inline-block;
  /* background: #dd4223; */
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.staff_box {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff_box img {
  width:180px;
}
.staff_box p {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1.3px;
  font-size: 18px;
  background: #dd4223;
  padding: 0px 20px;
  margin-top: 20px;
	display: flex;
  flex-direction: column;
}

.staff_box p span {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	margin-top: 2px;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
}

.staff_header {
  margin-top: -73px;
}

.staff_element {}


@media(min-width: 1500px) {}
@media(max-width: 1499px) { 
  .staff_box img {
    width: 160px;
  }
}
@media(max-width: 1199px) {
  staff_box_col{
    width:50%;
  }
  .staff_box img {
    width: 160px;
  }
  .staff_box p {
    font-size: 15px;
    padding: 5px 5px;
  }
}
@media(max-width: 991px) {
	.staff_header_title {
	  justify-content: center;
	}
	.staff_header_desc {
    text-align: center;
	}

	.staff_header {
		margin-top: -103px;
	}

	.staff_box {
    padding: 5px 0;
	}

	.staff {
		padding: 40px 30px 0;
	}

	.staff h1 {
    padding: 15px 20px;
	}

	.valories_fg {
    background: #fff;
    margin-bottom: 55px;
	}

	.staff_wrapper_header {
    text-align: center;
	}

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

	.staff_box img {
	    width: 110px;
	}

}
@media(max-width: 767px) {
  staff_box_col{
    width:100%;
  }
	.staff_box img {
		width: 135px;
	}
	.staff_box {
		border-bottom: 1px solid rgba(222, 222, 222, 0.15);
		padding: 20px 0 20px;

	}

	.staff_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

}
@media(max-width: 575px) {
	.staff_header_desc p {
    font-size: 15px;
	}
}
@media(max-width: 420px) {
	.staff_box img {
    width: 125px;
	}
	.staff {
    padding: 40px 0px 0;
	}
}


/* ===================== END STAFF ===================== */

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

.home_blog_box img {
  border-radius: 15px;
}

.home_blog_box strong i {
  transform: rotate(45deg);
  color: #dd4223;
}

.home_blog_box span {
  color: #C67852;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  display: block;
  position: relative;
  margin-top: 15px;
}

.home_blog_box span:before {
  content: '';
  position: absolute;
  background-image: url(../img/layout/line_blog.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 1px;
  top: 0;
}

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

.home_blog_box {
  margin: 0 15px 60px 15px;
}

.home_blog_box .button:hover strong,
.home_blog_box .button:hover i {
  color: #ffffff;
}

.home_blog_box .button::after {
  background: #dd4223;
}

.home_blog_box .button::before {
  background: #262626;
}
.news_button{margin-top: 35px; display: grid;}
.news_button a{text-decoration: underline; font-size: 20px; font-weight: 700;}
.news_button:hover{color: #262626; text-decoration: none;}
.home_blog_box .home_blog_box_top { padding: 50px 25%; display: block; }
.home_blog_box .home_blog_box_top.section-home .button{display:flex}
.home_blog_box .home_blog_box_top img{width: 100%; border-radius: 100%; padding-top: 5%; padding-bottom: 2%;}

.news_section_view .home_blog_box.blog_view{margin-bottom:0px}
.home_blog_box.blog_view .home_blog_box_top{padding: 50px 15%;}
.home_blog_box.blog_view .home_blog_box_top img{padding-top: 4%;}
.home_blog_box.blog_view h4{font-size:25px}
.news_section_view{padding-right:0px;padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_blog_box.blog_view .button {display:flex; padding-bottom: 7%;}
.home_blog_box.blog_view .button strong{color:#fff}
.home_blog_box.blog_view .button i { border: 2px solid #fff;}
.home_blog_box.blog_view .button i::before { color:#fff;}

.home_blog .article-view h2{font-size: 50px; color: #262626; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view h3{font-size: 30px; color: #F5A61B; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view p{ color: #262626; }
.home_blog .article-view a {color: #262626; }
.home_blog .article-view a:hover{color: #F5A61B; }

.home_blog_box_top.more_news{padding: 50px 10% 10px 10%; height:20vh}
.home_blog_box .button strong{color:#fff}
.home_blog_box .button {
  background: #1d43c6;
  color: #fff;
  border: none;
  padding: 10px 25px;
  margin-top: 30px;
  margin-left: 0;
  font-size: 15px;
  transition: all 0.6s ease-in-out;
  border: 1px solid #C67852;
}

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

.home_blog_box .button.btn-slide:hover {
  background: #fff;
  color: #1d43c6;
}

.home_blog {
  padding: 70px 0;
  background: #f9f9f9;
}

.home_blog h2 {
  /* border-bottom: 5px solid rgba(13, 35, 49, 0.25); */
  display: inline-block;
  font-size: 38px;
  font-weight: 200;
  margin-bottom: 35px;
}
.home_blog h4 {
 color: #fff;
 font-weight: 700;
 font-size: 32px;
}

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


.home_blog h2  i {
  transform: rotate(-95deg);
}

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

.blog.home .dynamic-content h2 {
  font-size: 26px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0px;
  border-left: none;
  position: relative;
  font-weight: 600;
}

.blog.home .dynamic-content h2:after {
  content: '';
  border-bottom: 4px solid #F5A61B;
  height: 2px;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -10px;
}

.home_blog_box p.service_no {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #f5a61b;
}

.blog.view header, .projects.view header {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.blog_view img {
  border-radius: 15px;
  display: inline-block;
  float: right;
  position: relative;
  width: 550px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.text_info {
  padding: 10px 60px 60px 60px;
}

.blog_view .text_info {
  padding: 40px;
  box-shadow: rgb(101 101 173 / 20%) 0px 7px 29px 0px;
  border-radius: 20px;
}

.blog_view .text_info p a {
  color: #0056b3;
}

.text_info span {
  color: #C67852;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.text_info span:before {
  content: '';
  position: absolute;
  left: -25px;
  width: 11px;
  height: 11px;
  top: 9px;
  border-radius: 100%;
  background: #C67852;
}

.text_info ul {
  list-style: disc inside;
}

.text_info ul li {
  color: #C67852;
  font-size: 18px;
  padding: 5px 0;
}

.text_info h1 {
  color: #C67852;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.projects.view .text_info h1 {
  font-size: 35px;
  margin-bottom: 40px;
}

.text_info table {
  width: 100%;
  margin-bottom: 55px;
}

.text_info tr {
  background-image: url(../img/layout/list_graphic.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 97%;
  position: relative;
}

.text_info td {
  color: #4C81C6;
  padding-right: 190px;
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  padding: 10px 0;
}

.text_info td.right {
  color: #858585;
  font-weight: 500;
}

.text_info tr:last-of-type::after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/list_graphic.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 101%;
  width: 97%;
  left: 0;
  height: 1px;
  bottom: 0;
}

.text_info iframe {
  max-width: 100%!important;     
}

.padd_top.related_projects {
  padding-top: 0;
  margin-top: -50px;
  position: relative;
}

.related_projects .project_box span {
  color: #C67852;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  margin-left: 35px;
  margin-top: 25px;
}

.related_projects h1 {
  background: linear-gradient(90deg, rgba(143, 208, 245, 1) 0%, rgba(84, 131, 207, 1) 50%, rgba(30, 68, 182, 1) 100%);
  width: 100%;
  overflow: hidden;
  padding: 130px 90px 220px 0px;
  font-size: 52px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  display: block;
  position: relative;
  text-align: center;
}

.related_projects_wrap {
  display: flex;
  justify-content: center;
  padding: 0 60px;
  margin-top: -160px;
}

.related_projects .project_box {
  margin: 30px 15px 0px 15px;
}

.related_projects span:before {
  content: '';
  position: absolute;
  left: -17px;
  width: 7px;
  height: 7px;
  top: 10px;
  border-radius: 100%;
  background: #C67852;
}

.related_projects .project_box p {
  margin: 5px 35px 30px 35px;
}

.related_projects .project_box h3 {
  padding: 0px 35px 20px 35px;
}

.other_projects_inner {
  display: flex;
  justify-content: space-between;
  background: #C67852;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}

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

.other_projects_inner:before {
  content: '';
  border-top: 1px solid #A2DAF6;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.other_project {
  background: #C67852;
  z-index: 1;
  position: relative;
  border-radius: 60px;
}

.other_project_text a {
  padding: 35px 30px 35px 95px;
  font-size: 21px;
  font-weight: 500;
  background-image: url(../img/layout/arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 25px center;
}

.other_project.right .other_project_text a {
  background-image: url(../img/layout/arrow_right_white.svg);
  padding: 35px 95px 35px 30px;
  background-position: 84% center;
}

.blog_view_bg {
  position: absolute;
  padding: 40px;
  box-shadow: rgb(101 101 173 / 20%) 0px 7px 29px 0px;
  border-radius: 20px;
  width: 80%;
  height: calc(100% + 100px);
  bottom: -50px;
}

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

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

.blog.home .dynamic-content {
  padding-top: 100px;
}

.blog.view .icon-section img {
  width: 370px;
  padding: 30px;
}

.blog.view .services_view h1:after {
  content: '';
}

.blog.view .icon-section {
  margin-bottom: 0;
  padding: 55px 5px;
}

.blog_info {
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.blog_info img {
  background: #fff;
  padding: 30px;
  border: 1px solid #ffc107;
  border-left: 4px solid #f5a61b;
  width: 350px;
  margin-top: -100px;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .home_blog .article-view h2{font-size: 40px;line-height: 50px;display: inline;}
  img.overview-image.blog_view_img{max-width: 600px; }
  .home_blog_box_top.more_news p {line-height: 22px;}
}
@media(max-width: 1200px) {
  .home_blog_box .home_blog_box_top {font-size: 13px;}
  .home_blog_box strong {font-size: 15px;}
  .home_blog_box.blog_view h4 { font-size: 22px;}
  .home_blog_box p {line-height: 25px;}
  .news_section_view .home_blog_box.blog_view {margin-top: 20px;}
  .home_blog .article-view h2{font-size:30px;line-height: 30px;}
  img.overview-image.blog_view_img{max-width: 550px;padding:30px 0px 30px 90px;}
  .home_blog_box .button i{padding: 15px; font-size: 20px;}
  .home_blog_box_top.more_news { padding: 25px 10% 10px 10%;}
  .home_blog_box_top.more_news p {margin-top: 15px;}
}
@media(max-width: 991px) {
  .news_section_view{margin-bottom:20px;}
  .home_blog_box .home_blog_box_top{padding: 50px 15%;}

  .home_blog .article-view h2{font-size:26px;line-height: 30px;display: flex;}
  img.overview-image.blog_view_img{max-width: 410px; padding-left: 50px;}
  .home_blog_box_top.more_news {padding: 28px 15%;}
}
@media(max-width: 767px) {

	.home_blog h2 {
    display: flex;
    justify-content: center;
		color: #262626;
	}

	.home_blog h2 i {
    margin-right: 5px;
	}

	.home_blog h2 strong {
		margin-left: 5px;
	}
  .home_blog_box .home_blog_box_top{padding: 50px 10%;}
  .home_blog h4{font-size: 26px;}

  .home_blog .article-view h2{font-size:24px;line-height: 28px;}
  img.overview-image.blog_view_img{max-width: 350px; padding-left: 40px;}
  .home_blog_box_top.more_news {padding: 30px 8%;}
}
@media(max-width: 575px) {
	
  .home_blog_box .home_blog_box_top{padding: 50px 8%;}
  .home_blog h4{font-size: 28px;}
  .home_blog_box .home_blog_box_top p {font-size: 16px;}

  .blog .home_blog .article-view h2{font-size:30px;line-height: 34px;display: block;}
  img.overview-image.blog_view_img{max-width: unset; padding-left: 0px;}
 
  .home_blog_box .home_blog_box_top.more_news { padding: 10% 8%;} 
}
@media(max-width: 420px) {
	.home_blog .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.home_blog {
    padding: 40px 0;
	}
  .blog .home_blog .article-view h2{font-size:28px;line-height: 32px;}
}

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

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

	.blog .no_results {
		text-align: center;
	}

	.blog .no_results i {
		font-size: 44px;
	  color: #dd4223;
	  background: #262626;
	  border-radius: 3rem;
	  width: 35px;
	  height: 35px;
	  margin-bottom: 15px;
	}

	.blog .no_results p {
		font-size: 32px;
		font-weight: 100;
		color: #262626;
	}

	.article_created {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.article_created i,
	.article_created strong {
		height: 25px;
		display: flex;
		align-items: center;
	}

	.article_created i {
		background: #dd4223;
		color: #fff;
		font-size: 13px;
		padding: 0 5px;
	}

	.article_created strong {color: #F5A61B; text-transform: uppercase;font-size: 18px;}
	.article_created strong::after {border-bottom: 2px solid #8ad6e3;  content: "";  font-size: 0;   height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px; top: 12px;  bottom: 0; width: 20%; margin-left: 122px;}


	#related_blogs .swiper-button-next, #related_blogs .swiper-button-prev {
    color: #fff;
    background: #262626;
    padding: 20px;
	}

	#related_blogs .swiper-button-next:after,
	#related_blogs .swiper-button-prev:after {
    font-size: 18px;
	}

	#related_blogs .swiper_navi_wrapper {
		display: flex;
    justify-content: flex-end;
    margin-top: 10px;
	}

	#related_blogs .swiper_navi_wrapper .swiper-button-next, #related_blogs .swiper_navi_wrapper .swiper-button-prev {
    right: 0;
	}

	#related_blogs .swiper_navi.swiper_navi_no_img {
    position: relative;
    width: 100px;
    height: 50px;
	}

	#related_blogs.home_blog {
		padding: 0;
	}

	#related_blogs.home_blog .swiper-slide .home_blog_box {
		margin-bottom: 0;
	}

	.related_blogs_wrapper {
	  margin: 40px 0;
	}

	.related_blogs_header {
    margin-bottom: 15px;
    width: 100%;
	}

	.related_blogs_header p {color: #F5A61B; font-size: 22px; text-align: left;  position: relative; padding-right: 25%; font-weight: 700;  margin-top: 30px;}
	.related_blogs_header p::after {border-bottom: 2px solid #8ad6e3; content: ""; font-size: 0;  height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px;
    top: 12px; bottom: 0; width: 10%;  margin-left: 15px;}

	.related_blogs_header i {
		background: #dd4223;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	}


@media(min-width: 1500px) {}
@media(max-width: 1499px) {

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

  .home_blog_box .home_blog_box_top {
    font-size: 13px;
  }
  .home_blog_box strong {
    font-size: 15px;
  }
}
@media(max-width: 991px) {
	.related_blogs_wrapper {
	    margin: 25px 0 0;
	}
}
@media(max-width: 767px) {

	.blog .home_blog h2 {
	  font-size: 23px;
		margin-bottom: 10px;
	}

	#related_blogs .swiper_navi_wrapper {
		justify-content: center;
	}


}
@media(max-width: 575px) {
	.blog .home_blog h2 {
	  font-size: 17px;
	}

	.blog .pages_body.home_blog p {
    font-size: 14px;
	}

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

	#related_blogs.home_blog {
    width: 100%;
	}

	#related_blogs.home_blog .swiper-slide .home_blog_box {
    display: flex;
    flex-direction: column;
    align-items: center;
	}

	#related_blogs .swiper-button-prev,
	#related_blogs .swiper-container-rtl .swiper-button-next {
    left: 0;
	}

	#related_blogs .swiper_navi_wrapper .swiper-button-next,
	#related_blogs .swiper_navi_wrapper .swiper-button-prev {
    right: 5px;
	}

}

@media(max-width: 420px) {

}


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


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

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

.hello-bar .close_wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}

.hello-bar:after, .hello-bar:before {
    content: "";
    display: table;
}

.hello-bar:after {
    clear: both;
}

.hello-bar .close {
    text-indent: -9999em;
    background: url(../img/layout/hello-bar-close.png) no-repeat top left;
    width: 21px;
    height: 21px;
		position: relative;
		top: unset;
		right: unset;
}

.hello-bar .close:hover {
    background-position: bottom left;
}

@media(max-width: 1200px){
  .hello-bar {
    top: 135px;
  }
}

@media(max-width:991px) {
	.hello-bar {
    height: 125px;
	}

  .hello-bar #flashMessage {
    font-size: 15px;
  }
}

@media(max-width: 767px) {
  .hello-bar #flashMessage {
    font-size: 14px;
  }
}

@media(max-width:575px) {

	.hello-bar {
    height: 85px;
    top: 95px;
	}

	.hello-bar #flashMessage {
		margin-top: 5px;
    text-align: center;
	}

	.hello-bar .close_wrapper {
    align-items: center;
    justify-content: center;
		height: auto;
	}


}

@media(max-width:420px) {
	.hello-bar {
    height: 105px;
	}
}


/* MEDIA QUERIES
================================================== */

@media only screen and (max-width: 1650px) {
  /********** HEADER **********/
  header #logo {width: 270px;}
  .header_inner p a {padding: 15px 11px; font-size: 14.5px;}
  .languages_menu {margin-left: 0;display: flex; align-items: center;}
  .menu-block a {font-size: 18px;}
  .text-draw__p {margin-bottom: -18px;}
  header.header_fixed .header_inner p a { padding: 12px 11px; font-size: 14.5px;}

  /********** FOOTER **********/
  .footer_box a{font-size: 18px;}

  /********** HOME **********/
  .banner_content h1 {font-size: 85px;}
  .banner_content::before {width: 300px; height: 291px;}
  .banner_content p { padding: 30px 15%;}
  .banner_buttons::after { width: 270px; height: 276px; bottom: -8vh;}
  .banner_buttons::before {width: 200px; height: 217px; bottom: -8vh;}
  .intro_section p.grey_title {padding: 15px 15% 25px 0;}
  p.orange_title,  p.green_title{width: 55%;}
  .service_box h3 {font-size: 30px;}
  .educational_center .intro_section p.grey_title{font-size: 55px;line-height: 55px;}

  /********** ABOUT **********/
  .dynamic_text p.grey_title {font-size: 42px; line-height: 53px;}
  .dynamic_text .philosophy p {font-size: 30px; line-height: 39px;  width: 26vw;}
  .dynamic_text .philosophy ul { justify-content: center;}
  .dynamic_text .philosophy ul li {font-size: 19px;}


  .section_home.about h1 span.orange {
    display: contents;
    white-space: unset;
  }

  .general_form {
    margin-right: 0px;
  }

  .section_home.blog_home h1 {
    padding-left: 0px;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 55px;
  }

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

  .swiper-blog {
    padding-left: 50px;
  }

  .slide_content {
    width: 60%;
  }

  .about_text {
    padding: 100px 60px 60px 60px;
  }

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

  .swiper-slide.active:before {
    margin-left: 45px;
  }

  .swiper-slide.active .swiper-slide-label .accordion_title {
    padding: 35px 50px 35px 50px;
  }

  .section_home.equipment h2 {
    padding-right: 0px;
  }

  .equipment_text p {
    padding-right: 60px;
  }

  .equipment_text {
    margin-top: 50px;
  }

  .section_home.equipment ul li {
    padding-right: 60px;
  }

  .section_home.services_home h1.small {
    width: 80%;
  }

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

  .section_home.services_bg .dynamic_page h1 {
    width: 70%;
  }

  .service_gallery {
    padding-top: 100px;
  }

  .service_intro_left p {
    padding: 5px 0px 5px 105px;
  }

  .section_home .service_intro_left h1 {
    width: 80%;
    font-size: 55px;
    margin-bottom: 40px;
  }

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

  .pages.view .section_home.about h1 {
    font-size: 55px;
  }

  .section_home .dynamic_bg h1 {
    width: 70%;
  }

  .member {
    width: 21%;
  }

  .about_box .line {
    width: 200px;
  }

  .home_highlight .about_box p {
    font-size: 24px;
  }

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

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

  .home_highlight .about_box p.title {
    font-size: 85px;
  }
}

@media only screen and (max-width: 1499px) {
  .padd_bottom {padding-bottom: 80px;}

  /********** HEADER **********/
  #hide_1499{display: none;}

  /********** FOOTER **********/
  .contact_box h5 {font-size: 45px;}

  /********** HOME **********/
  .banner_content { width: 50vw;}
  .banner_content h1 {font-size: 75px; line-height: 85px;}
  .banner_buttons .button.orange, .banner_buttons .button.green {width: 20vw;}
  .banner_content::before {width: 270px; height: 262px;}
  .banner_content::after {width: 220px; height: 210px; right: -20vw;}
  .banner_buttons::after {width: 240px; height: 245px; bottom: -5vh;}
  .banner_buttons::before {width: 180px; height: 195px;bottom: 0;}
  .intro_section {padding-left: 0;}
  .intro_image img.top_left { width: 12vw;}
  .intro_image img.main_image { width: 18vw;}
  .intro_image img.logo_icon { width: 18vw;top: 50px;}
  .intro_section p.grey_title {font-size: 50px; line-height: 57px;}
  .section_home.services_home .title_row h4 { font-size: 50px;}
  p.orange_title, p.green_title {width: 60%; font-size: 47px; line-height: 58px;}
  .more_services {padding-right: 0; width: 100%;}
  p.orange_subtitle {font-size: 40px; line-height: 49px;}
  .more_services ul li {font-size: 19px;}
  .intro_image.career {display: flex; align-content: flex-start; justify-content: flex-end;}
  .intro_image.career img{width:90%; right:0; position:relative}
  .testimonials_intro p.orange_title { font-size: 55px;}
  .educational_center .intro_section p.grey_title{padding: 15px 10% 35px 0; font-size: 50px;}
  .intro_image img.left_image {width: 150px; left: 0; top: 10px;}
  .intro_image img.right_image {width: 160px;right: -70px; bottom: 40px;}

  /********** CONTACT **********/
  .contact_left h2 {font-size: 30px; line-height: 40px;}
  
  /********** ABOUT **********/
  .dynamic_text p.grey_title {font-size: 38px; line-height: 47px;}
  .dynamic_text .philosophy p {font-size: 27px; line-height: 35px; width: 30vw;}
  .section_vision .vision_boxes {gap: 20px;}
  .vision_boxes p {font-size: 22px; line-height: 29px;}
  .section_vision p.grey_title {font-size: 33px; line-height: 43px;}
  .dynamic_text .section_about img.first_photo {max-width: 190px;bottom: 10%;}
  .dynamic_text .section_about img.second_photo {max-width: 190px; left: 20%; top: 15%;}
  .section_vision{padding-top: 80px; padding-bottom: 140px;}

  /********** SERVICES VIEW **********/
  .dynamic_text.services_intro p { font-size: 35px; line-height: 44px;}

  /********** PARENTS **********/
  .page_view .service_box h3{font-size: 28px;}


  .swiper-slide.active .swiper-slide-label {
    font-size: 42px;
  }

  .member {
    width: 22%;
  }

  header #logo {
    width: 240px;
    height: 60px;
  }

  .blog_view img {
    width: 350px;
  }

  .related_projects_wrap {
    padding: 0;
  }

  .related_projects h1 {
    padding: 120px 0px 200px 0px;
    font-size: 45px;
    line-height: 50px;
  }

  .projects.view .text_info h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .projects_all {
    padding-top: 80px;
  }

  .project_box h3 {
    padding: 20px 20px 15px 20px;
  }

  .project_box p {
    font-size: 18px;
    padding-top: 15px;
    margin: 0px 25px 25px 20px;
  }

  .project_box h3 a {
    font-size: 20px;
  }

  .projects_all h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .text_info {
    padding: 0px 40px 10px 40px;
  }

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

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

  .service_box_text h3 {
    font-size: 28px;
  }

  .service_box_text {
    padding: 40px 40px;
  }

  .right_side .service_box_text {
    padding: 40px 30px 40px 40px;
  }
  
  .dynamic .intro_text h1 {
    font-size: 45px;
  }

  .members {
    margin: 0 0px 30px 0px;
    margin-top: -120px;
  }

  .member p {
    line-height: 24px;
    margin: 10px 0;
    font-size: 17px;
  }

  .members_wrap h1 {
    padding: 100px 0px 180px 0px;
    font-size: 48px;
    line-height: 52px;
  }

  .swiper-blog .swiper-button-next {
    right: 27.2%;
  }

  .about_text {
    padding: 100px 50px 50px 50px;
    width: 55%;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .swiper-slide-label {
    font-size: 30px;
  }

  .swiper-slide-content {
    padding: 35px 40px 30px 120px;
  }

  .section_home.equipment h2 {
    margin-left: 95px;
  }

  .equipment_text {
    margin-left: 108px;
  }

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

  .equipment_text p {
    padding-right: 30px;
  }

  .section_home.equipment ul li {
    padding-right: 30px;
  }

  .equipment_text ul {
    margin-top: 70px;
  }

  .general_form p {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .contact_info .line {
    width: 90%;
  }

  .section_home .dynamic_page h1 {
    font-size: 42px;
    line-height: 52px;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom: 40px;
  }

  .pages.view .section_home.about h1 {
    font-size: 49px;
    padding-left: 90px;
  }

  .dynamic_bg {
    margin-top: 50px;
    margin-left: 70px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 42px;
    line-height: 52px;
    margin-left: -70px;
    padding-bottom: 60px;
  }

  .services_wrap {
    margin-left: 0;
    padding-right: 0px;
  }

  .hide_1499 {
    display: none!important;
  }

  .section_home h1 img {
    margin-right: 40px;
  }

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

  .home_highlight .about_box p.title {
    font-size: 80px;
  }

  .about_box .line {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .about_box p.title small {
    font-size: 45px;
  }

  .home_highlight .about_box p {
    font-size: 22px;
  }

  .advantages_list ul li {
    width: 49%;
    padding-right: 40px;
  }

  .section_home.advantages_home h1 {
    font-size: 42px;
    width: 85%;
  }

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

  footer {
    padding: 60px 0;
  }

}

@media only screen and (max-width: 1350px) {
  .header_inner p a {
    font-size: 15px;
    padding: 15px 25px; 
  }

  .text_info table {
    margin-bottom: 30px;
  }

  .projects.view .text_info h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .projects_all h2 {
    font-size: 37px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .project_box h3 a {
    font-size: 18px;
  }

  .project_box p img {
    width: 28px;
    margin-right: 10px;
  }

  .project_box {
    margin: 20px 0px 40px 0px;
  }

  .contact_form h1 {
    font-size: 38px;
  }

  .text_info {
    padding: 0px 20px 20px 30px;
  }

  .text-image h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .text-image {
    padding: 120px 30px 30px 30px;
    margin-top: -100px;
  }

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

  .service_box_text {
    padding: 30px 40px;
    width: 75%;
  } 

  .member {
    width: 25%;
  }

  .member a {
    font-size: 14px;
  }

  .member h3 {
    font-size: 20px;
  }

  .members_wrap h1 {
    padding: 80px 0px 170px 0px;
    font-size: 45px;
    line-height: 50px;
  }

  .swiper-blog .swiper-button-next {
    right: 25.5%;
  }

  .blog_box_info h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 50px;
  }

  .about_text {
    padding: 80px 40px 40px 40px;
    width: 60%;
  }

  .footer_box h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer_box.first {
    margin-left: 0;
  }

  header.header_fixed .header_inner p a {
    font-size: 14px;
  }

  .swiper-projects td {
    font-size: 19px;
    padding: 8px 0;
  }

  .swiper-projects {
    padding: 0 0px 0 0px;
  }

  .home_projects {
    padding: 80px 0px 210px 0px;
  }

  .accordion_title h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .swiper-slide.active:before {
    margin-left: 40px;
  }

  .swiper-slide-label {
    font-size: 28px;
  }

  .accordion:after {
    width: calc(62% - 25px);
  }

  .swiper-slide-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    margin-bottom: 12px;
  }   

  .swiper-slide.active .swiper-slide-label {
    font-size: 38px;
  }

  .swiper-slide.active .swiper-slide-label .accordion_title {
    padding: 30px 40px 30px 40px;
  }

  .equipment_text h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .section_home.equipment h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .sun_graphic {
    height: 62%;
  }

  .section_home.equipment h2 {
    margin-top: 25px;
  }

  .section_home.services_bg {
    padding-bottom: 60px;
  }

  .section_home.services_home h1.small {
    width: 90%;
    font-size: 38px;
  }

  .general_form p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
  }

  .general_form p.note {
    font-size: 17px;
  }

  .general_form {
    margin-left: 0;
  }

  .section_home .service_intro_left h1 {
    width: 100%;
    font-size: 50px;
  }

  .service_intro_right {
    padding: 30px 25px 70px 60px;
    margin-left: 40px;
  }

  .service_intro_right table tr {
    font-size: 24px;
  }

  .section_home.job_header h1 {
    font-size: 52px;
  }

  .section_home.job_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_home.job_header p a {
    margin-top: 25px;
  }

  .job_text {
    padding: 25px;
  }

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

  .job_section {
    margin: 0;
    margin-bottom: 40px;
  }

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

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

  .pages.view .section_home.about h1 {
    font-size: 42px;
    padding-left: 80px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 37px;
    line-height: 47px;
  }

  .dynamic .intro_text h1 {
    font-size: 40px;
  }

  .dynamic_bg {
    margin-top: 30px;
    margin-left: 50px;
  }

  .home_highlight .about_box p.title {
    font-size: 70px;
  }

  p {
    line-height: 32px;
  }

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

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

  .about_text p {
    font-size: 19px;
    line-height: 34px;
  }

  .home_highlight p {
    font-size: 28px;
    line-height: 45px;
    margin-top: 50px;
  }

  .about_box p.title small {
    font-size: 40px;
  }

  .advantages_list ul li .no {
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }

  .section_home h1 img {
    width: 55px;
    height: 100px;
    margin-right: 35px;
  }

  .advantages_list ul li {
    font-size: 22px;
  }

  .section_home.prefooter h1 {
    font-size: 40px;
  }

  .header_inner p a {
    padding: 15px 20px;
  }

  #navi ul li a {
    font-size: 16px;
    margin: 0 5px;
  }

}

@media only screen and (max-width: 1199px) {
  .contact_box h5 {font-size: 40px;}
     
  /********** FOOTER **********/
  .footer_box a {font-size: 17px;}

  /********** CONTACT **********/
  .contact_left h2 { font-size: 27px; line-height: 36px;}

  /********** HOME **********/
  .banner_content h1 {font-size: 71px; padding: 0 30px;}
  .banner_content p {padding: 30px 10%;}
  .banner_buttons .button.green {padding: 18px 40px;}
  .banner_content::before { width: 220px; height: 213px;}
  .banner_content::after {width: 190px; height: 181px;}
  .banner_buttons::before {width: 160px; height: 173px; bottom: 7vh;}
  .banner_buttons::after { width: 215px; height: 221px; bottom: 2vh; }  
  .home_intro { min-height: 590px;}
  .intro_section {width: 100%;}
  .intro_section p.grey_title {padding: 15px 0 25px 0; font-size: 42px; line-height: 50px;}
  .align_buttons .button.orange { margin-right: 30px; padding: 20px 40px; font-size: 19px;}
  .align_buttons .button.white { padding: 20px 40px;font-size: 19px;}
  .section_home.services_home .title_row h4 {font-size: 42px;}
  p.orange_title, p.green_title {font-size: 42px; line-height: 52px;}
  .service_box h3 {font-size: 28px;}
  p.orange_subtitle {font-size: 35px;}
  .align_buttons { flex-direction: column; margin-top: 10px;}
  .services_home .button.green, .services_home .button.brown{width: 60%;}
  .intro_image.career img {width: 95%;}
  .section_home.services_home.career .align_center{padding: 0}
  p.orange_subtitle {font-size: 28px; line-height: 39px; padding-bottom: 0;}
  .testimonials_intro p.orange_title { font-size: 50px;}
  .educational_center .intro_section p.grey_title {padding: 15px 4% 35px 0; font-size: 44px; line-height: 50px; }
  .intro_image img.left_image {width: 120px;}
  .intro_image img.right_image {width: 110px; right: -40px; bottom: 20px;}
   

  /********** ABOUT **********/
  .dynamic_text p.grey_title {font-size: 30px; line-height: 40px;}
  .section_vision .align_center {flex-direction: column;}
  .section_vision p.grey_title {font-size: 30px;padding: 5px 0 20px 0px;}
  .dynamic_text .align_text {width: 65%;}
  .dynamic_text .align_photos {width: 35%;}
  .dynamic_text .section_about img.first_photo { max-width: 170px; bottom: 20%; left: -40px;}

  /********** SERVICES VIEW **********/
  .dynamic_text.services_intro .right_photo {margin: 30px 0 20px 40px;}
  .service_description ul li { padding: 12px 15px 12px 35px; font-size: 18px;margin: 15px 9px;}
  .service_description ul li::before { left: 18px; top: 20px;}
  .contactform select {font-size: 15px}

  /********** PARENTS **********/
  .services_home .service_box.color-1 { background: #dcc6d6; }
  .services_home .service_box.color-2 { background: #e4dfd6; }
  .services_home .service_box.color-3 { background: #d6e0e4; }

  .services_home .service_box.color-4 { background: #dcc6d6; }
  .services_home .service_box.color-5 { background: #e4dfd6; }
  .services_home .service_box.color-6 { background: #d6e0e4; }
  
  .services_home .service_box.color-7 { background: #dcc6d6; }
  .services_home .service_box.color-8 { background: #e4dfd6; }
  .services_home .service_box.color-9 { background: #d6e0e4; }

  /********** DYNAMIC PAGE **********/
  .slide_content h1, .section_home.contact_header h1{font-size: 55px;}

  /********** NEWSLETTER **********/
  .newsletter_view{padding-left: 30px; padding-right: 30px}



  .image_news p {
    font-size: 50px;
    line-height: 50px;
  }

  .dynamic_text ul li {
    font-size: 17px;
  }

  .related_projects .project_box {
    margin: 15px 0px 0px 0px;
  }

  .related_projects .project_box p {
    margin: 5px 25px 30px 25px;
  }

  .related_projects .project_box h3 {
    padding: 0px 25px 20px 25px;
  }

  .projects.view .text_info h1 {
    font-size: 25px;
  }

  .other_project_text a {
    padding: 30px 30px 30px 95px;
    background-size: 45px;
    font-size: 20px;
  }

  .other_project.right .other_project_text a {
    padding: 30px 95px 30px 30px;
  }

  .text_info span {
    font-size: 18px;
  }

  .text_info td {
    padding-right: 170px;
    font-size: 19px;
    padding: 5px 0;
  }

  .projects_all {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .projects_all h2 {
    font-size: 35px;
  }

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

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

  .breadcrumb_wrap {
    padding-top: 30px;
  }

  .blog_view_bg {
    width: 75%;
  }

  .text_info {
    padding: 0px 20px 10px 20px;
  }

  .contactform .submit input {
    padding: 13px 60px 13px 60px;
    font-size: 17px;
  }

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

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

  .service_box_text:after {
    top: 90px;
  }

  .dynamic .intro_text h1 {
    font-size: 37px;
  }

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

  .section_home.blog_home a.button {
    padding: 12px 30px;
    margin-right: 3%;
    font-size: 17px;
  }

  .section_home.blog_home h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 50px;
  }

  .swiper-blog .swiper-button-prev, .swiper-blog .swiper-button-next {
    width: 45px;
    height: 45px;
    -moz-background-size: 45px;
    -webkit-background-size: 45px;
    background-size: 45px;
  }

  .swiper-blog .swiper-button-next {
    right: 12%;
  }

  .home_intro .swiper-container {
    height: 80vh;
  }

  .home_intro .swiper-container-fade .swiper-slide {
    height: 80vh;
  }

  .slide_content {
    width: 70%;
    margin-left: 20px;
  }

  .pages.view .slide_content {
    width: 100%;
    margin-left: 0px;
  }

  .section_home.about {
    height: 70vh;
  }

  .about_text {
    margin-right: 20px;
  }

  #navi ul li a {
    font-size: 15px;
    margin: 0 6px;
  }

  .header_inner p a {
    padding: 12px 20px;
    font-size: 14px;
  }

  .phone img {
    width: 14px;
    margin-right: 3px;
  }

  .phone a {
    font-size: 14px;
  }

  .accordion {
    height: auto;
    margin-top: 65px;
    flex-direction: column;
    margin-left: -15px;
  }

  .swiper-slide.active .swiper-slide-label .accordion_title {
    padding: 30px 40px 30px 10px;
    display: block;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .swiper-slide.active {
    padding-top: 150px;
  }

  .swiper-slide-label p.number {
    font-size: 28px;
    position: absolute;
    top: 15px;
    transform: none;
  }

  .swiper-slide-label img.tab_ergou {
    transform: rotate(90deg);
    position: relative;
    top: -70px;
    margin-right: 30px;
    margin-left: 40px;
  }

  .swiper-slide-content {
    padding: 30px 25px 20px 110px;
    margin-right: 15px;
  }

  .swiper-slide.active:before {
    margin-left: 0px;
    transform: rotate(90deg);
    right: 40px;
  }

  .swiper-slide-label {
    position: relative;
    writing-mode: unset;
    transform: none;
    padding-left: 30px;
    padding-top: 45px;
  }

  .swiper-slide:after {
    background-image: -webkit-linear-gradient(45deg, transparent 0%, #dd8c40 2%, #EDB68A 30%, #fff 50%, #EDB68A 70%, #dd8c40 98%, transparent 100%);
    background-image: linear-gradient(left, transparent 0%, #dd8c40 2%, #EDB68A 30%, #fff 50%, #EDB68A 70%, #dd8c40 98%, transparent 100%);
    height: 1.3px;
    width: 100%;
  }

  .accordion_title p:before {
    width: 9px;
    height: 9px;
    top: 12px;
  }

  .home_projects {
    padding: 60px 20px 210px 0px;
  }

  .swiper-slide {
    max-width: 100%;
  }

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

  .equipment img {
    width: 60%;
  }

  .equipment_text h3 {
    font-size: 35px;
  }

  .section_home.equipment h2 {
    margin-left: 85px;
  }

  .equipment_text {
    margin-left: 100px;
  }

  .equipment_text ul {
    margin-top: 50px;
  }

  .section_home.services_bg {
    padding-bottom: 40px;
  }

  .general_form p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .service_gallery {
    padding-top: 80px;
  }

  .swiper_buttons {
    padding-right: 50px;
  }

  .section_home .service_intro_left h1 {
    padding-left: 80px;
    font-size: 45px;
  }

  .service_intro_right {
    padding: 20px 15px 50px 40px;
    margin-left: 15px;
  }

  .service_intro_right table tr {
    font-size: 23px;
  }

  .service_intro_right tr td.left {
    width: 35%;
  }

  .service_intro_right td {
    padding: 25px 0;
  }

  .service_intro_left, .service_intro_right {
    padding-top: 20px;
  }

  .service_intro_left p {
    padding: 5px 0px 5px 25px;
  }

  .section_home.job_header p a {
    margin-top: 20px;
  }

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

  .jobs_all {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .job_arrow img {
    width: 47px;
    height: 47px;
  }

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

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

  .section_home .dynamic_page h1 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 0;
  }

  .dynamic_text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .section_home.about.about_page {
    padding-top: 0;
  }

  .section_home .dynamic_bg h1 {
    font-size: 34px;
    line-height: 43px;
    margin-left: -25px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

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

  .section_home .home_highlight.about {
    padding-right: 30px;
  }

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

  .home_highlight p {
    font-size: 25px;
    line-height: 40px;
  }

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

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

  .section_home h1 img {
    margin-right: 30px;
  }

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

  .about_box p.title small {
    font-size: 32px;
  }

  .home_highlight .about_box p.title {
    font-size: 60px;
  }

  .slide_content h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .slide_content .button {
    margin-top: 30px;
  }

  .section_home.advantages_home h1 {
    font-size: 40px;
    width: 100%;
    padding-left: 90px;
  }

  .advantages_list ul li .no {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    font-size: 24px;
  }

  .advantages_list ul li {
    font-size: 21px;
  }

  .advantages_list {
    margin-top: 50px;
    margin-left: 85px;
  }

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

  .footer_copyright {
    padding: 0px 20px;
  }

  footer {
    padding: 50px 20px;
  }

  .footer_box p {
    font-size: 15px;
    line-height: 22px;
  }

  .footer_box.last h5 {
    font-size: 14px;
    text-align: center;
    line-height: normal;
  }

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

  .home_blog_box .button {
    font-size: 14px;
    margin-top: 20px;
  }

  .padd_top {
    padding-top: 80px;
  }

  .text-image {
    padding: 120px 20px 20px 20px;
    margin-top: -100px;
    margin-left: 15px;
  }

  .home_blog_box span {
    font-size: 15px;
  }

  .text-image p {
    font-size: 17px
  }

  .home_blog_box p.service_no {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

  .blog.home .dynamic-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .padd_bottom {padding-bottom: 70px;}

  /********** HEADER **********/
  .header_inner {padding: 0 10px;}
  .languages a {color: #fff;}
  .languages_menu {justify-content: center; padding-bottom: 25px;}
  body.show-nav {overflow: hidden; touch-action: none; }
  #mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    transform-origin: top;
    transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    background-color: #7C967B; 
    background-image: url(../img/layout/icons/rainbow_bg_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
  }
  #mobile-nav.active, .show-nav #mobile-nav { max-height: 100svh; opacity: 1; transform: translateY(0); pointer-events: auto;  }
  #mobile-nav ul li {opacity: 0; transform: translateX(26px); transition: transform .38s ease, opacity .38s ease;}
  #mobile-nav.active ul li, .show-nav #mobile-nav ul li {opacity: 1; transform: translateX(0);}
  #mobile-nav ul li:nth-child(1) {transition-delay: .12s;}
  #mobile-nav ul li:nth-child(2) {transition-delay: .18s;}
  #mobile-nav ul li:nth-child(3) {transition-delay: .24s;}
  #mobile-nav ul li:nth-child(4) {transition-delay: .30s;}
  #mobile-nav ul li:nth-child(5) {transition-delay: .36s;}
  #mobile-nav ul li:nth-child(6) {transition-delay: .42s;}
  #mobile-nav ul li:nth-child(7) {transition-delay: .48s;}
  #mobile-nav ul li:nth-child(8) {transition-delay: .54s;}
  header .toggle-nav {position: relative !important; z-index: 1001; transition: transform .25s ease, opacity .25s ease; background: none !important;}
  header .toggle-nav::before,  header .toggle-nav::after { content: ""; position: absolute; inset: 0; background-repeat: no-repeat;    background-position: center; background-size: contain; transition: opacity .28s ease, transform .28s ease;}
  header .toggle-nav::before {background-image: url(../img/layout/icons/menu.svg); opacity: 1; transform: rotate(0deg) scale(1);  }
  header .toggle-nav::after {background-image: url(../img/layout/icons/close_white.svg); opacity: 0; transform: rotate(90deg) scale(0.8);}
  .show-nav .toggle-nav, .toggle-nav.active { position: fixed !important; top: 20px !important; right: 20px !important;  z-index: 2001 !important; width: 40px; height: 40px; transform: scale(1.02);}
  .show-nav .toggle-nav::before, .toggle-nav.active::before { opacity: 0; transform: rotate(-90deg) scale(0.8);  }
  .show-nav .toggle-nav::after, .toggle-nav.active::after {opacity: 1;  transform: rotate(0deg) scale(1); }

  /********** FOOTER **********/
  .contact_box h5 { font-size: 35px; text-align: center; padding: 0 15px; line-height: 42px; }
  .social_media {justify-content: flex-start;}

  /********** HOME **********/
  .banner_content {width: 100vw;}
  .banner_buttons {width: 80%;}
  .banner_buttons .button.orange, .banner_buttons .button.green {width: 30vw;}
  .banner_buttons::after { width: 200px; height: 205px; bottom: -24vh; right: -12vw;}
  .banner_content::after { width: 150px; height: 143px; right: 10px;}
  .banner_buttons::before {width: 130px; height: 140px; bottom: -15vh; left: -8vw;}
  .banner_content::before {width: 200px; height: 194px; left: -4vw; top: -7vh;}
  .section_about .align_center {flex-direction: column-reverse;}
  .intro_section p.grey_title { font-size: 40px;}
  .intro_image img.main_image { position: relative;width: 215px; height:224px; top: unset;bottom: -7vh;}
  .intro_image img.top_left{position: relative; width: 170px; height:163px; top: 7vh;height: fit-content;}
  .intro_image img.logo_icon { top: 0px;left: -20px;}
  .intro_image {justify-content: center; width: 100%;padding: 30px 0;}
  .section_home.services_home .title_row h4 {font-size: 35px;line-height: 30px;}
  p.orange_title, p.green_title {font-size: 32px; line-height: 40px;}
  /* .service_box {min-height: 565px;} */
  .service_box h3 {padding: 30px 25px 10px 25px;}
  .service_box p {padding: 10px 25px 10px 25px;}
  .more_services ul li {padding: 5px 10px 5px 25px;}
  .intro_image.career img {width: 100%;}
  .section_home.services_home.career .align_center {flex-direction: column-reverse; }
  .section_home.services_home.career .padd_small .align_center{flex-direction: row;}
  .align_buttons { flex-direction: row;}
  .testimonials_intro p.orange_title {font-size: 45px;}
  .educational_center .intro_section p.grey_title {padding: 15px 0 25px 0; font-size: 32px; line-height: 39px;}
  .intro_image img.left_image {width: 100px;}
  .intro_image img.right_image {width: 90px;}
  .intro_section p {font-size: 19px;}

  /********** CONTACT **********/
  .general_form {padding: 15px 0px 40px 0px; margin-left: 0;}
  .contact_left{padding-left: 15px; padding-right: 15px; display: flex;}
  .contact_info {margin-top: 0px; padding-top:0}
  .contact_left h2 {padding-right: 15px;}

  /********** ABOUT **********/
  .dynamic_text .right_photo {max-width: 280px; margin-left: 35px;}
  .dynamic_text p.grey_title {font-size: 28px; line-height: 38px;}
  .dynamic_text .philosophy { flex-direction: column;}
  .dynamic_text .philosophy p {width: 100%;}
  .dynamic_text .philosophy ul {width: 100%; padding-top: 10px;}
  .dynamic_text .philosophy ul li {font-size: 18px; margin: 15px 10px;}
  .section_vision p.grey_title { font-size: 27px;}
  .vision_boxes h4 {font-size: 18px;}
  .description_section p.highlight {font-size: 23px;padding: 35px 45px;}
  .description_section p.highlight::before {width: 45px;height: 45px; left: -8px;}
  .dynamic_text .align_photos { width: 100%;margin: 0 auto;padding-right: unset; float: unset; justify-content: center; display: flex;align-items: flex-end;padding-top: 20px;padding-bottom: 20px;}
  .dynamic_text .align_text { width: 100%;}
  .dynamic_text .section_about { flex-direction: column-reverse;}
  .dynamic_text .section_about img.second_photo {left: -25px; top: unset;position: relative;}
  .dynamic_text .section_about img.first_photo {bottom: unset; left: unset;position: relative;bottom: -50px; left: 25px;}
  .dynamic_text .section_about{padding-top: 30px}

  /********** SERVICES VIEW **********/
  .dynamic_text.services_intro h3 { margin-right: 0;}
  .dynamic_text.services_intro p { font-size: 25px; line-height: 34px;}
  .service_description { flex-direction: column;}
  .service_description p {font-size: 24px;line-height: 32px; width: 100%;}
  .service_description ul {width: 100%;}
  .contact_form.services{flex-direction: column;}
  .contact_form.services .col-md-12.required.contact_field_col {padding-left: 0; padding-right: 0}

  /********** PARENTS **********/
  .page_view .service_box h3 {font-size: 27px;}

  /********** DYNAMIC PAGE **********/
  .slide_content h1, .section_home.contact_header h1 {font-size: 45px;}

  /********** NEWSLETTER **********/
  .newsletter_view .contact_form{flex-direction: column;}
  .newsletter_view .contact_left {flex-direction: column;}
  .newsletter_view .contact_left h2{margin-bottom: 15px;}


  .image_news {
    height: calc(50vh + 17px);
  }

  .blog_view img {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .section_home.blog_home a.button.blog_mob {
    display: block;
  }

  .projects_all ul li a {
    font-size: 25px;
  }

  .projects_all ul li:after {
    top: 6px;
    font-size: 18px;
  }

  .related_projects .project_box {
    margin: 10px 0px 0px 0px;
  }

  .related_projects .project_box h3 {
    padding: 0px 15px 20px 15px;
  }

  .related_projects .project_box p {
    margin: 5px 15px 30px 15px;
    font-size: 16px;
  }

  .related_projects h1 {
    padding: 110px 0px 200px 0px;
    font-size: 42px;
    line-height: 45px;
  }

  .padd_top {
    padding-top: 60px;
  }

  .text_info span:before {
    left: 0;
    width: 9px;
    height: 9px;
  }

  .text_info span {
    font-size: 17px;
    padding-left: 20px;
  }

  .blog_view_bg {
    display: none;
  }

  .breadcrumb-section span {
    font-size: 14px;
  }

  .breadcrumb-section a {
    font-size: 14px;
    padding-right: 20px;
  }

  .padd.blog_view {
    padding-top: 45px;
    padding-bottom: 20px;
  }

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

  .text_info {
    padding: 25px;
    box-shadow: rgb(101 101 173 / 20%) 0px 7px 29px 0px;
    border-radius: 20px;
    margin-bottom: 35px;
  }

  .contact_info:before {
    width: 100%;
  }

  .contact_info p {
    justify-content: center;
  }

  .padd {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .service_box_text h3 {
    font-size: 24px;
  }

  .services_wrapper {
    margin-left: 20px;
  }

  .right_side .service_box_text {
    padding: 30px 20px 30px 35px;
  }

  .service_box_text:after {
    top: 70px;
    background-size: 45px;
    width: 45px;
    height: 45px;
  }

  .service_box_text p {
    font-size: 17px;
    line-height: 27px;
  }

  .service_box_text h3 {
    font-size: 26px;
  }

  .service_box_text {
    padding: 30px 30px;
    width: 73%;
    margin-bottom: 30px;
  }

  .members_wrap h1 {
    font-size: 37px;
    padding: 50px 0 170px 0;
  }

  .pages_header.hero_image {
    padding: 90px 0;
  }

  .blog_mob {
    display: block;
  }

  .section_home.blog_home a.button.blog_desk {
    display: none;
  }

  .section_home.blog_home h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 60px;
    text-align: center;
    display: block;
  }

  .swiper-blog {
    padding-left: 15px;
  }

  .swiper-blog .swiper-button-prev {
    position: relative;
    left: -50px;
    top: auto;
    margin: 40px auto 0 auto;
    display: block;
  }

  .swiper-blog .swiper-button-next {
    right: -70px;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    top: auto;
  }

  .section_home.blog_home {
    padding-left: 0;
  }

  .section_home.blog_home a.button {
    padding: 12px 30px;
    font-size: 17px;
    display: block;
    margin: 50px auto 0 auto;
    float: none;
  }

  .swiper-slide-content {
    padding: 120px 60px 30px 60px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: -100px;
  }

  .swiper-projects .swiper-buttons:after {
    display: none;
  }

  .swiper-projects .swiper-wrapper {
    padding-bottom: 75px;
  }

  .swiper-projects .swiper-buttons {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .section_home .home_projects h1 {
    text-align: center;
  }

  .swiper-projects {
    margin-top: -180px;
  }

  .swiper-projects .swiper-slide {
    flex-direction: column;
    justify-content: flex-start!important;
  }

  .swiper-projects img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }

  .services_text {
    text-align: center;
  }

  .section_home.equipment ul li {
    width: 100%;
    padding: 5px 0;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 12px;
  }

  .equipment_text ul {
    margin-top: 40px;
  }

  .equipment img {
    width: 30%;
    margin-top: 30px;
  }

  .sun_graphic {
    height: 62%;
    top: -410px;
  }

  .section_home.services_home h1.small {
    width: 100%;
    font-size: 35px;
    padding-left: 80px;
    margin-bottom: 40px;
  }

  .section_home.services_bg {
    padding-bottom: 50px;
  }

  .section_home.services_bg .dynamic_page h1 {
    width: 80%;
  }

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

  .service_gallery h1 {
    display: flex;
  }

  .contact_info .line {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .swiper_buttons {
    padding-right: 0px;
    display: flex;
    margin-left: 80px;
    float: none;
  }

  .jobs.view .flex-center {
    flex-direction: column;
  }

  .section_home .service_intro_left h1 {
    padding-left: 75px;
    font-size: 42px;
  }

  .service_intro_right table tr {
    font-size: 22px;
  }

  .service_intro_right {
    padding: 10px 10px 40px 30px;
    margin-left: 0;
    margin-top: 40px;
  }

  .service_intro_left p {
    padding: 5px 0px 5px 75px;
  } 

  .section_home.job_header h1 {
    font-size: 40px;
  }

  .section_home .dynamic_page h1 {
    font-size: 32px;
    line-height: 42px;
    margin-left: 0;
    padding-bottom: 35px;
  }

  .section_home .dynamic_page h1:after {
    height: 20px;
    margin-top: 10px;
  }

  .dynamic_text h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .members {
    flex-wrap: wrap;
  }

  .pages.view .section_home.about h1 {
    font-size: 40px;
    padding-left: 90px;
  }

  .dynamic .intro_text h1 {
    font-size: 34px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 32px;
    line-height: 42px;
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: 50px;
    width: 90%;
  }

  .intro_text:before {
    width: 320px;
    height: 320px;
    top: -155px;
    right: 20px;
  }

  .dynamic_bg {
    margin-top: 0px;
    margin-left: 0px;
    height: auto;
    padding: 30px 0 110px 0;
  }

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

  .services_box_1 {
    justify-content: flex-start;
  }

  .services_wrap {
    margin-top: 35px;
  }

  .section_home.about {
    height: 80vh;
    min-height: 700px;
  }

  .about_text {
    padding: 80px 40px 40px 40px;
    width: calc(100% - 100px);
    margin-right: 50px;
    margin-left: 50px;
  }

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

  .slide_content {
    width: 100%;
    padding: 0 40px;
    text-align: center;
    margin: 0;
  } 

  .slide_content .button.orange {
    margin: 40px auto 0 
  }

  .scrollButtonContainer img {
    width: 100px;
    height: 85px;
  }

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

  .slide_content .button {
    margin: 30px auto 0 auto;
    font-size: 18px;
    padding: 13px 45px;
  }

  .advantages_list ul li .no {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    font-size: 22px;
  }

  .advantages_list ul li {
    width: 100%;
    padding-right: 0;
  }

  .advantages_list ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .advantages_list {
    margin-top: 50px;
    margin-left: 80px;
  }

  .section_home.advantages_home {
    padding-bottom: 30px;
  }

  .section_home.advantages_home h1 {
    font-size: 37px;
    padding-left: 80px;
  }

  .section_home.prefooter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .prefooter .button.orange {
    margin-left: 80px;
    margin-top: 40px;
  }

  .section_home h1 img {
    width: 50px;
    height: 95px;
    margin-right: 30px;
    margin-top: 0;
  }

  .footer_box .box_half p {
    font-size: 15px;
  }

  footer {
    padding: 50px 35px 40px 35px;
  }

  .footer_box.first {
    margin-left: 0px;
  }

  .footer_box img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 25px auto;
  }

  .footer_box.last h5:before {
    margin: 0 auto;
    width: 40%;
  }

  .footer_box h5:before {
    width: 40%;
  }

  .footer_copyright {
    padding: 0px 0px;
  }

  .footer_box.last {
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }

  .footer_box.logo {
    margin-bottom: 40px;
  }

  header.header_fixed #logo {
    width: 200px;
    height: 50px;
  }

  #hide_991 {
    display: none;
  }

  .image_news p {
    font-size: 45px;
    line-height: 45px;
  }

  .blog.view .services_view h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /********** FOOTER **********/
  .contact_box h5 { font-size: 30px; line-height: 37px; }
  .footer_box a {font-size: 15px;}
  footer .text-draw__box{display:none}
  footer .text-draw__p {margin-bottom: 10px; padding-right: 17px; font-size: 16px; line-height: 20px;}
  .footer_box h6 { padding-bottom: 12px; padding-top: 2px;}
  footer p.icon_email::before { width: 15px; height: 15px;}
  footer p.icon_mobile::before { width: 17px; height: 17px;}
  footer p.icon_email a,footer p.icon_mobile a{ padding-left: 24px;}

  /********** HOME **********/
  .banner_buttons::before, .banner_content::after{display: none;}
  .banner_buttons {width: 100%;}
  .banner_buttons .button.orange, .banner_buttons .button.green {width: 40vw;}
  .banner_content::before {width: 200px; height: 194px; left: -5vw; top: unset;  bottom: -10vh;}
  .banner_content {margin: 0 auto;}
  .banner_content h1 {font-size: 65px; line-height: 70px;}
  .banner_buttons::after {right: 0vw;}
  .banner_content::before{animation: circular-float-smooth 8s linear infinite;}
  .intro_section {padding-left: 15px; padding-right: 15px; }
  .intro_section p.grey_title {font-size: 35px; line-height: 38px;}
  .intro_image img.main_image { width: 200px; height:208px}
  .intro_image img.logo_icon {width: 25vw;}
  .section_home.services_home .align_center {padding: 25px 15px;}
  .section_home.services_home .title_row h4 {font-size: 26px; line-height: 20px; }
  .section_home.services_home .title_row h5 {font-size: 18px;line-height: 10px;}
  p.label.orange, p.label.green {padding: 8px 35px; font-size: 18px;}
  p.green_title {width: 55%;}
  p.orange_title, p.green_title {font-size: 27px; line-height: 34px;}
  .section_home.services_home.career{padding-left: 15px; padding-right: 15px}
  .intro_image.career{padding-top: 0}
  .testimonials_intro p.orange_title {font-size: 40px; width: 100%;}
  .educational_center{padding-left: 15px; padding-right: 15px}
  .educational_center .align_center {flex-direction: column;}
  .educational_center .intro_image {padding-left: 0;}
  .educational_center .intro_image img.centered_image{margin-top: 30px}
  .intro_image img.left_image {width: 25%; left: unset; right: 25%;}
  .intro_image img.right_image {width: 26%; right: unset; bottom: -5px; left: 25%;}

  /********** CONTACT **********/
  .contact_left h2 {font-size: 25px; line-height: 33px; padding-right: 0;}
  .contact_left {flex-direction: column;}
  .contact_info {padding-bottom: 20px; }

  /********** ABOUT **********/
  .dynamic_text .right_photo {max-width: 200px; margin-left: 25px;}
  .dynamic_text p.grey_title {font-size: 22px; line-height: 32px;padding-top: 0;}
  .dynamic_text .philosophy p {font-size: 24px; line-height: 33px;}
  .description_section p.highlight {font-size: 21px; padding: 35px 40px; line-height: 30px;}
  .section_vision .vision_boxes {flex-direction: column;}
  .dynamic_text .section_about{padding-top:20px}
  .section_vision{padding-top: 50px; padding-bottom: 100px;}

  /********** SERVICES VIEW **********/
  .dynamic_text.services_intro p {font-size: 22px; line-height: 30px;}
  .dynamic_text.services_intro .right_photo {margin: 25px 0 20px 30px; }

  /********** PARENTS **********/
  .page_view{padding-left: 30px; padding-right:30px}
  .page_view .service_box {min-height: auto; }
  .page_view .service_box h3{min-height: auto;}
  .page_view .service_box p {padding: 10px 25px 25px 25px; }

  /******** DYNAMIC PAGE **********/
  .slide_content h1, .section_home.contact_header h1 {font-size: 37px; }
  .dynamic_text h3 {font-size: 21px;}


	#top_bar span {display:none;}

	.copyright p {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
	#wapp{float:none;}
	#wapp a{	margin:0 auto;	}

	.video_frame {min-height:300px;}

	.row.no-margins {    margin-right: 0px;  margin-left: 0px;}

  .image_news {
    height: calc(45vh + 17px);
  }

  .member {
    width: 40%;
  }

  .related_projects .project_box {
    margin: 10px 0px 20px 0px;
  }

  .other_project_text a {
    padding: 20px 25px 20px 85px;
    background-size: 40px;
    font-size: 18px;
  }

  .related_projects h1 {
    padding: 110px 0px 200px 0px;
    font-size: 38px;
    line-height: 45px;
  }

  .other_project.right .other_project_text a {
    padding: 20px 85px 20px 25px;
  }

  .projects.view .text_info h1 {
    font-size: 22px;
  }

  .text_info td {
    font-size: 18px;
    line-height: 35px;
  }

  .projects_all h2 {
    font-size: 30px;
    line-height: normal;
    padding-right: 35px;
  }

  .contact_form h1 {
    font-size: 32px;
  }

  .home_blog_box {
    margin: 0 5px 35px 5px;
  }

  .text-image h2 {
    font-size: 18px;
    line-height: 23px;
  }

  .text-image p {
    font-size: 16px;
    line-height: 22px;
  }

  .home_blog_box span {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px;
  }

  .home_blog_box .button {
    font-size: 13px;
    margin-top: 15px;
  }

  .contact_field_col small {
    bottom: 8px;
    font-size: 11px;
  }

  .services_wrapper {
    margin-left: 0px;
    padding-right: 0;
  }

  .contactform div.submit {
    margin-top: 15px;
  }

  .contactform .submit input {
    padding: 12px 50px 12px 50px;
  }

  .service_box_text {
    padding: 30px 30px;
    width: 80%;
    margin-bottom: 50px;
    border-left: 1px solid #C67852;
    border-radius: 25px;
    text-align: center;
  }

  .service_box_text:after {
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .services_wrapper .flex-center {
    flex-direction: column;
    justify-content: center;
  }

  .services_wrapper .flex-center.right_side {
    flex-direction: column-reverse;
  }

  .right_side .service_box_text {
    padding: 30px;
    border-radius: 25px;
    border-right: 1px solid #C67852;
  }

  .section_home.services_wrapper {
    padding-bottom: 30px;
  }

  .right_side .service_box_text:after {
    right: 0;
    left: 0;
  }

  .members_wrap h1 {
    font-size: 32px;
  }

  .menu_social {
    padding: 30px 55px;
  }

  .blog_box_info h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 40px;
  }

  .blog_box_info {
    padding: 170px 40px 20px 20px;
    margin-left: 20px;
  }

  .section_home.blog_home a.button {
    margin: 40px auto 0 auto;
  }

  .section_home.about {
    height: 90vh;
    background-position: 20%;
  }
  .swiper-slide.active .swiper-slide-label {
    font-size: 34px;
  }

  .footer_box.first {
    margin-bottom: 30px;
  }

  .footer_box.last {
    margin-top: 40px;
  }

  .swiper-slide.active {
    padding-top: 130px;
  }

  .swiper-slide-content {
    padding: 120px 20px 30px 50px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -100px;
  }

  .swiper-slide-label p.number {
    font-size: 26px;
    top: 19px;
  }

  .swiper-slide-label {
    font-size: 26px;
  }

  .services_home .accordion .button {
    margin: 25px 0 0 0;
  }

  .swiper-projects td {
    font-size: 18px;
    padding: 5px 0;
  }

  .equipment_text ul {
    margin-top: 30px;
  }

  .section_home.equipment ul li {
    padding-right: 30px;
  }

  .sun_graphic {
    height: 50%;
    width: 70%;
  }

  .section_home.equipment h2 {
    margin-left: 75px;
    font-size: 23px;
    line-height: 33px;
  }

  .equipment img {
    width: 45%;
  }

  .equipment_text h3 {
    font-size: 32px;
  }

  .equipment_text .line {
    margin-bottom: 25px;
  }

  .equipment_text {
    margin-left: 85px;
    margin-top: 30px;
  }

  .section_home.services_home h1.small {
    font-size: 32px;
    padding-left: 70px;
    margin-bottom: 10px;
  }

  .section_home.services_bg {
    padding-bottom: 40px;
  }

  .section_home.services_bg .dynamic_page h1 {
    width: 100%;
  }

  .swiper_buttons {
    margin-left: 75px;
    margin-top: 20px;
  }

  #swiper_gallery {
    margin-right: -15px;
  }

  .service_gallery {
    padding-top: 60px;
  }

  .service_intro_left p {
    font-size: 17px;
  }

  .section_home.job_header h1 {
    font-size: 36px;
  }

  .section_home.job_header a img {
    width: 9px;
  }

  .section_home .dynamic_page h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dynamic_text h2 {
    font-size: 27px;
    line-height: normal;
  }

  .banner_border {
    height: 30px;
    bottom: -30px;
  }

  .pages.view .section_home.about h1 {
    padding-left: 75px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 28px;
    line-height: 36px;
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: 45px;
    width: calc(100% - 15px);
  } 

  .intro_text p {
    margin-bottom: 20px;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  .intro_text:before {
    width: 250px;
    height: 190px;
    top: -125px;
  }

  .dynamic_bg {
    padding: 30px 0 140px 0;
  }

  .section_home .dynamic_bg h1:after {
    height: 18px;
    margin-top: 0px;
  }

  .section_home.services_home h1 {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .section_home.services_home:after {
    bottom: 50px;
  }

  .home_highlight p {
    font-size: 23px;
    line-height: 36px;
  }

  .button {
    font-size: 18px;
    padding: 15px 55px;
  }

  .about_shadow {
    filter: brightness(0.2);
  }

  .about_text {
    padding: 70px 30px 30px 30px;
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
  }

  .about_text p {
    font-size: 18px;
    line-height: 31px;
  }

  .home_highlight .about_box p.title {
    font-size: 50px;
  }

  .home_highlight .about_box p {
    font-size: 19px;
    min-height: 55px;
  }

  .about_box p.title small {
    font-size: 27px;
  }

  .section_home .home_highlight.about {
    margin-top: 40px;
    padding-left: 60px;
  }

  .slide_content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .advantages_list ul li .no {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    font-size: 19px;
  }

  .advantages_list ul li {
    width: 100%;
    margin-bottom: 35px;
    font-size: 19px;
  }

  .advantages_list {
    margin-left: 70px;
  } 

  .section_home.advantages_home h1 {
    font-size: 32px;
    padding-left: 75px;
  }

  .section_home.prefooter h1 {
    font-size: 35px;
  }

  .section_home h1 img {
    width: 45px;
    height: 85px; 
  }

  .footer_box img {
    max-width: 190px;
  }

  .footer_copyright p {
    font-size: 15px;
  }

  header.header_fixed #logo {
    width: 190px;
    height: 45px;
  }

  header.header_fixed .toggle-nav {
    width: 40px;
    height: 40px;
  }

  .show-nav header.header_fixed .toggle-nav {
    width: 37px;
    height: 37px;
    top: 10px;
  }

  .blog.view .services_view h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .image_news p {
    font-size: 34px;
    line-height: 34px;
  }

  .image_news p:before {
    margin-top: 10px;
    width: 60px!important;
    margin-left: -20px!important;
    margin-right: 15px!important;
  }

  .image_news p:after {
    margin-top: 10px;
    width: 60px!important;
    margin-left: 15px!important;
  }
}

@media only screen and (max-width:575px) {
  /********** HEADER **********/
  .show-nav .toggle-nav, .toggle-nav.active { width: 35px; height: 35px;}

  /********** FOOTER **********/
  .footer_box a {font-size: 17px; width: 100%;}
  footer .text-draw__p {font-size: 17px;}
  .footer_box.first {margin-bottom: 0;}
  .footer_box.prelast{margin-bottom: 30px}

  /********** HOME **********/
  .banner_content h1 {font-size: 55px; line-height: 65px;}
  .banner_content p {font-size: 22px;}
  .banner_buttons {flex-direction: column;}
  .banner_buttons .button.orange, .banner_buttons .button.green {width: 50vw;}
  .banner_content::before {width: 190px; height: 184px; left: -10vw; top: unset; bottom: -9vh;}    
  .banner_buttons::after {width: 190px; height: 195px; bottom: -22vh;right: -5vw;}
  .intro_section p.grey_title {font-size: 32px; line-height: 36px;}
  .intro_image img.top_left {width: 160px; height:153px; top: 5vh; left: 20px;}
  .intro_image img.main_image {width: 190px; height:198px}
  .section_home.services_home .title_row h4 {font-size: 25px; width: 55%;line-height: 25px;}
  p.orange_title, p.green_title {font-size: 23px; line-height: 30px; width: 55%;}
  p.label.orange, p.label.green {padding: 8px 28px;}
  p.label.orange.in-view::before, p.label.green.in-view::before {left: -30px;}
  p.label.orange.in-view, p.label.green.in-view {left: 30px;}
  p.green_title {width: 50%;}
  p.orange_subtitle {font-size: 25px}
  .align_buttons { flex-direction: column;align-items: center}
  .services_home .button.green {margin-right: 0; font-size: 18px}
  .testimonials_intro p.orange_title {font-size: 35px;}

  /********** ABOUT **********/
  .dynamic_text .right_photo {max-width: 600px; margin-left: 0; width: 100%;margin: 15px 0 25px 0;}
  .dynamic_text p.grey_title {padding: 0 0 25px 0;}
  .dynamic_text .philosophy { padding: 30px;}
  .dynamic_text .philosophy p {font-size: 22px; line-height: 30px;}
  .dynamic_text .section_about {padding-top: 0;}

  /********** SERVICES VIEW **********/
  .dynamic_text.services_intro p { padding: 15px 0 0 0;}
  .service_description { padding: 20px 40px 40px 40px;}
  .service_description p { font-size: 22px; line-height: 30px;}

  /********** PARENTS **********/
  .page_view .service_box h3 {font-size: 25px;}

  .image_news {
    height: calc(35vh + 17px);
  }

  .projects_all ul li a {
    font-size: 23px;
  }

  .projects_all ul li:after {
    top: 4px;
  }

  .projects_all ul li {
    padding: 0 17px;
  }

  .other_project_text a {
    padding: 20px 20px 20px 70px;
    background-size: 35px;
    font-size: 17px;
  }

  .other_project.right .other_project_text a {
    padding: 20px 70px 20px 20px;
  }

  .project_box {
    margin: 20px 0px 20px 0px;
  }

  .projects_all {
    padding-top: 50px;
  }

  .projects_all h2 {
    font-size: 28px;
    padding-right: 0;
    text-align: center;
    margin: 0 auto 15px auto;
  }

  .contact_form h1 {
    font-size: 30px;
  }

  .intro_text a {
    font-size: 15px;;
    margin: 5px auto 0 auto;
  }

  .service_box_text h3 {
    font-size: 23px;
  }

  .service_box_text {
    padding: 30px 30px 40px 30px;
    width: 90%;
  }

  .section_home.services_wrapper {
    padding-bottom: 0px;
  }

  .dynamic .intro_text h1 {
    font-size: 32px;
  }

  .pages_header {
    padding: 55px 0;
  }

  .home_intro .swiper-container {
    height: calc(100vh - 117px);
  }

  .slide_content h1 {
    font-size: 34px;
    line-height: 45px;
  }

  .home_intro .swiper-container-fade .swiper-slide {
    height: calc(100vh - 117px);
  }

  .home_intro .swiper-container-horizontal > .swiper-pagination {
    bottom: 40px;
  }

  .slide_content .button {
    font-size: 17px;
    padding: 12px 40px;
  }

  .about_text {
    padding: 120px 20px 40px 20px;
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .about_text p {
    font-size: 17px;
    line-height: 29px;
  }
  
  .footer_box a.links-triggerOne, .footer_box a.links-triggerTwo {
    width: fit-content;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 25px;
  }

  .footer_box a.links-triggerTwo {
    margin-top: 25px;
  }

  #hide_575 {
    display: none;
  }

  .accordion:after {
    left: 0;
    bottom: -30px;
    height: 30px;
  }

  .swiper-slide-label {
    padding-left: 20px;
  }

  .swiper-slide.active .swiper-slide-label {
    font-size: 32px;
  }

  .swiper-slide.active:before {
    top: 40px;
    background-size: 45px;
    width: 45px;
    height: 45px;
  }
  
  .accordion {
    margin-top: 50px;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    font-size: 26px;
  }

  .swiper-slide-label img.tab_ergou {
    top: -70px;
    margin-left: 30px;
    bottom: 0;
    width: 45px;
  }

  .swiper-slide-content {
    padding: 100px 20px 30px 50px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -85px;
  }

  .swiper-slide-content a {
    float: left;
    font-size: 18px;
  }

  .swiper-projects .swiper-wrapper {
    padding-bottom: 60px;
  }

  .sun_graphic {
    height: 45%;
    width: 80%;
    top: -350px;
  }

  .section_home.equipment h2 {
    margin-left: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .equipment p {
    font-size: 17px;
    line-height: 29px;
    padding-right: 0px;
  }

  .section_home.equipment ul li {
    padding-right: 0px;
    font-size: 17px;
    line-height: 27px;
  }

  .equipment_text h3 {
    font-size: 29px;
  }

  .equipment img {
    width: 52%;
  }

  .equipment_text {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_home.services_home h1.small {
    font-size: 27px;
    padding-left: 60px;
    margin-bottom: 0px;
  }

  .swiper_buttons {
    margin-left: 65px;
    margin-top: 25px;
  }

  .contact_info h3 {
    font-size: 19px;
  }

  .section_home .service_intro_left h1 {
    padding-left: 70px;
    font-size: 37px;
  }

  .service_intro_left p {
    padding: 5px 15px 5px 0px;
  }

  .service_intro_right td {
    padding: 20px 0;
  }

  .service_intro_right table tr {
    font-size: 21px;
  }

  .service_intro_right {
    margin-top: 30px;
  }

  .section_home.job_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_home.job_header h1 {
    font-size: 32px;
  }

  .job_arrow img {
    width: 44px;
    height: 44px;
  }

  .jobs_all {
    margin-top: 70px;
  }

  .job_section {
    margin-bottom: 30px;
  }

  .job_text .line {
    margin-bottom: 7px;
    margin-top: 12px;
  }

  .job_text p.location {
    font-size: 18px;
  }

  .job_text {
    padding: 20px;
  }

  .job_text h1 {
    font-size: 23px;
  }

  .section_home .dynamic_page h1 {
    font-size: 28px;
  }

  .dynamic_text h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .pages_header.hero_image {
    padding: 75px 0;
  }

  .members_wrap h1 {
    font-size: 30px;
    padding: 40px 0 140px 0;
  }

  .member p {
    line-height: 23px;
    margin: 7px 0;
    font-size: 16px;
  }

  .member h3 {
    font-size: 19px;
  }

  .member a {
    font-size: 13px;
  }

  .members {
    margin-top: -100px;
  }

  .section_home.about.about_page {
    padding-bottom: 70px;
  }

  .home_highlight .about_box p.title {
    font-size: 62px;
  }

  .intro_text:before {
    width: 210px;
    height: 160px;
    top: -100px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .section_home.services_home h1 {
    font-size: 37px;
  }

  .about_data {
    flex-direction: column;
  }

  .section_home .home_highlight.about {
    padding-left: 70px;
  }

  .home_highlight p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
  }

  .button {
    margin-top: 40px;
  }

  .about_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .home_highlight .about_box p {
    font-size: 22px;
    min-height: auto;
  }

  .about_box .line {
    width: 50%;
  }

  .section_home.advantages_home h1 {
    font-size: 30px;
    padding-left: 65px;
    align-items: flex-start;
  }

  .advantages_list {
    margin-left: 0px;
    margin-top: 40px;
  }

  .section_home.prefooter h1 br {
    display: none;
  }

  .section_home.prefooter h1 {
    font-size: 32px;
  }

  .section_home h1 img {
    width: 40px;
    height: 80px;
    margin-right: 25px;
  }

  .prefooter .button.orange {
    margin-left: 65px;
  }

  .section_home.prefooter {
    padding-top: 85px;
    padding-bottom: 75px;
  }

  .footer_box.last {
    margin-top: 30px;
  }

  .footer_box .box_half p {
    padding: 0 8px;
  }

  .links-triggerOne:after, .links-triggerTwo:after, .links-triggerThree:after{
    content: " ";
    background: url(../img/layout/arrow_down.svg) no-repeat 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 7px;
	}

  .dropdown_links, .dropdown_info {
		width: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
	}
	
	.dropdown_links.active, .dropdown_info.active { display: block; }
	 
	.dropdown_links ul, .dropdown_info ul
	  { display: inline-block; padding: 2px 0; }
	 
	.dropdown_links ul li, .dropdown_info ul li {
		position: relative;
		margin-right: 0;
		transition: all ease-in-out .3s;
		margin-bottom: 10px;
	}
	 
	.dropdown_links ul li a, .dropdown_info ul li a {
		display: block;
		padding: 7px 0 0 0;
		line-height: 1.5;
		transition: all ease-in-out .3s;
		text-transform: none;
		color: #fff;
		font-size: 15px;
	}

  .show-nav .header_fixed .toggle-nav {
    width: 32px;
    height: 32px;
    top: 10px;
  }

  .text_info h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .padd.blog_view {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .text-image.left {
    padding-right: 0px;
  }

  .blog.view .services_view h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-image h2 {
    min-height: auto;
  }

  .blog_info img {
    padding: 25px;
    width: 300px;
    margin-top: -80px;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .image_news p {
    font-size: 25px;
    line-height: 25px;
  }

  .blog.home .content-991 {
    padding: 0;
  }

  .text-image.left {
    padding-right: 10px;
  }

  .home_blog_box p.service_no {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 20px;
  }

  .home_blog_box .button {
    font-size: 13px;
    padding: 8px 20px;
  }

  .home_blog_box p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog_info {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width:549px) {
  /******* FOOTER **********/
  .contact_box {padding: 8% 0}

	#top_bar {display:none;}

	.contactform div.input{	width:100%; }
	.contactform input[type="text"], .contactform textarea {	width:100%;	}

  .location a {
    font-size: 14px;
  }

  .blog_view .text_info {
    padding: 25px;
  }
}

@media only screen and (max-width:479px) {
  p, .dynamic_text p {font-size: 18px; line-height: 27px;}
  .dynamic_text ol {font-size: 18px;}
  .padd_bottom {padding-bottom: 50px;}
  .padd_small {padding-top: 20px; padding-bottom: 20px;}

	/******* HEADER **********/
  header #logo {width: 200px;}
  .header_inner {padding: 0 5px;}
  .show-nav .toggle-nav, .toggle-nav.active {width: 30px; height: 30px;top: 30px !important;}
  header.header_fixed .toggle-nav { width: 30px; height: 30px;}
  header.header_fixed #mobile-nav.active, header.header_fixed .show-nav #mobile-nav { max-height: 100vh;}

	/******* FOOTER **********/
  footer {padding: 50px 15px 40px 15px; }
  .footer_box .social_media img {height: 25px; margin-left: 3px;}
  .newsletter-input .text {margin-bottom: 0;}
  footer .social_media { margin-top: 45px;}
  .newsletter-input .submit input { top: -47px;}
     
	/******* HOME **********/
  .banner_content h1 {font-size: 47px; line-height: 55px; padding: 0 20px;}
  .banner_content p {padding: 25px 20px;font-size: 21px; line-height: 30px; }
  .banner_buttons .button.orange, .banner_buttons .button.green { width: 60vw;}
  .banner_buttons .button.orange, .banner_buttons .button.green  {font-size: 19px;}
  .banner_content::before { width: 160px; height: 155px; left: -15vw; top: unset; bottom: -6vh;}
  .banner_buttons::after { width: 160px; height: 164px;bottom: -18vh; right: -5vw;}
  .section_about.green_bg {padding: 35px 0;}
  .intro_section p {font-size: 18px;}
  .intro_section p.grey_title {font-size: 25px; line-height: 29px;}
  .section_about .intro_section .align_buttons {flex-direction: column;align-items: center;}
  .section_about .intro_section .align_buttons .button.orange, .section_about .intro_section .align_buttons .button.white { width: 75%; text-align: center; justify-content: center; margin-right: 0}
  .intro_image img.top_left {width: 120px; height:115px; top: 2vh; left: 5vw;}
  .intro_image img.logo_icon {width: 180px; top: -12vh;left: unset; right: -25vw;}
  .intro_image img.main_image { width: 210px; height: 218px;right: unset; margin: 0 auto;}
  .intro_image { flex-direction: column;}
  .services_pagination { margin-top: 0;}
  .service_box {margin-top: 0;}
  .service_box h3 { padding: 25px 20px 10px 20px;font-size: 24px; line-height: 30px;}
  .service_box p {padding: 10px 20px 10px 20px;}
  .section_home.services_home .align_center {display: flex; justify-content: space-between; flex-direction: column;    align-content: flex-start; align-items: flex-start;}    
  p.orange_title, p.green_title { width: 100%; text-align: left; padding-top: 15px;}
  .section_home.services_home .title_row .align_center{flex-direction: row;align-items: center;}
  .section_home.services_home .title_row h4 {font-size: 22px; line-height: 24px; width: 45%;}
  p.orange_subtitle {font-size: 20px; line-height: 26px;}
  .more_services ul li {font-size: 18px;padding: 5px 0px 5px 21px;}
  .more_services ul li::before {top: 13px;}
  .section_home.services_home.career .padd_small .align_center {flex-direction: column;}
  .testimonials_intro p.orange_title {font-size: 30px; padding-top: 5px; }
  .testimonials_content { padding: 50px 15px 20px 15px;}
  .testimonials_content p{font-size: 18px; line-height: 25px;}
  .educational_center .intro_section p.grey_title {padding: 15px 0 25px 0; font-size: 25px; line-height: 30px;}
  .intro_image img.left_image {top: 20px;}

	/******* CONTACT **********/
 .contact_box h5 { font-size: 25px; line-height: 30px;}

	/******* CONTACT **********/
  .section_home.contact_header, .pages_header.hero_image {height: 50vh;}
  .contact_left {padding-left: 0; padding-right: 0;}
  .contact_left h2 {font-size: 20px; line-height: 28px;margin-bottom: 10px;}
  .contact_info p {font-size: 16.5px; padding-left: 0;}
  p.icon_email::before, p.icon_mobile::before { width: 18px; height: 18px;}
  p.icon_mobile a, p.icon_email a {padding-left: 27px;}
  p.icon_mobile a:hover, p.icon_email a:hover {transform: unset;}

	/******* ABOUT **********/
  .dynamic_text p.grey_title {font-size: 20px; line-height: 30px;}
  .dynamic_text .philosophy {padding: 25px;}
  .dynamic_text .philosophy p {font-size: 20px; line-height: 27px; }
  .dynamic_text .philosophy ul li {padding: 12px 15px 12px 35px; margin: 10px 5px;}
  .description_section p.highlight {font-size: 19px;padding: 35px 20px 30px 25px; line-height: 27px;}
  .description_section p.highlight::before {width: 40px; height: 40px; top: -9px; left: -8px;}
  .section_vision p.grey_title {font-size: 22px; line-height: 29px;}
  .vision_boxes p {font-size: 20px; line-height: 26px;}
  .dynamic_text .section_about img.first_photo {max-width: 130px; left:20px;}
  .dynamic_text .section_about img.second_photo {max-width: 170px; left: -20px;}
  .general_form .contactform .contact_field_col{padding-left: 0; padding-right: 0}
  .contact_field_col small {left: 0;}
  .contactform div.input.file input{font-size: 13px;}
  .general_form .contactform .col-md-12 {padding-left: 0; padding-right: 0}

	/******* SERVICES VIEW **********/
  .dynamic_text.services_intro .right_photo {margin: 10px auto 20px auto;}
  .dynamic_text.services_intro p {font-size: 20px; line-height: 28px;}
  .service_description {padding: 10px 20px 40px 20px; }
  .service_description p {font-size: 20px; line-height: 28px;}
  .service_description ul li {padding: 12px 10px 12px 35px; margin: 10px 5px; }
  .contact_form.services .col-md-12.required.contact_field_col .col-md-6.contact_field_col, .contact_form.services .col-md-12.required.contact_field_col .col-md-12{padding-left: 0; padding-right:0;}
  .contactform select {padding: 10px 20px;}
  .contact_form.services p, .contact_left p{font-size: 18px;}

	/******* PARENTS **********/
  .page_view {padding-left: 15px; padding-right: 15px;}
  .service_box:hover {transform: scale(1);}
  .page_view .service_box h3 {font-size: 22px;padding: 25px 20px 0px 20px;}
  .page_view .service_box  p{line-height: 27px;}
  .service_box img.service_box_arrow_icon { left: 20px; bottom: 15px; width: 40px; height: 30px;}
  .service_box .button.white {margin: 15px auto 25px 20px;}

	/******* DYNAMIC PAGE **********/
  .dynamic_text h3 {font-size: 20px;}
  .button.light_green, .button.green, .button.white, .button.orange, .button.brown {font-size: 18px;}
  .button.light_green { padding: 18px 35px; }
  .slide_content h1, .section_home.contact_header h1 {font-size: 30px; text-align: center; padding: 0 10px;line-height: 30px;}
  

	/******* NEWSLETTER **********/
  .pages_header.newsletter_view{padding:0}
  .newsletter_view .contact_left p { font-size: 17px; line-height: 25px;}
  .newsletter_view .centered{margin-top: 20px}

	.footer_box p.footer_heading { font-size:20px; }

	.video_frame {min-height:250px!important;}

	#home_content .ppg_logo {float:none; display:block; margin:0 auto 10px auto;}

	.home_service.location .home_link{ background-position: center 20px;	}
	.home_service.video .home_link{ background-position: center 20px;	}
	.home_service.facebook .home_link{ background-position: center 20px;	}

	#slideshow p.heading1 { font-size:36px;line-height:40px; margin-left:50px;}
	#slideshow p.heading2 { font-size:24px; line-height:28px; margin-left:50px; }
	#slideshow a.heading_link { font-size:18px; margin-left:50px; }

  .about_text {
    padding: 60px 20px 40px 20px;
  }

  .section_home.about {
    min-height: 750px;
  }

  .member {
    width: 65%;
  }

  .dynamic_text ul li {
    font-size: 16px;
  }

  .projects_all ul {
    margin-bottom: 35px;
  }

  .projects_all ul li:after {
    top: 3px;
    font-size: 17px;
  }

  .projects_all ul li a {
    font-size: 21px;
  }

  .related_projects h1 {
    padding: 100px 0px 110px 0px;
    font-size: 35px;
    line-height: 45px;
  }

  .related_projects_wrap {
    margin-top: -90px;
  }

  .other_project_text a {
    padding: 15px 15px 15px 60px;
    background-size: 30px;
    font-size: 16px;
    background-position: 18px center;
  }

  .other_project.right .other_project_text a {
    padding: 15px 55px 15px 15px;
    background-position: 86% center;
  }

  .projects.view .text_info h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .text_info table {
    margin-bottom: 25px;
  }

  .padd_top {
    padding-top: 50px;
  }

  .text_info span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .text_info td {
    font-size: 17px;
  }

  .projects_all h2 {
    font-size: 25px;
    margin: 0 auto 12px auto;
  }

  .project_box h3 a {
    font-size: 17px;
  }

  .contact_form .contactform input[type="text"], .contact_form .contactform textarea {
    padding: 12px 20px;
  } 

  .contact_form .contactform div.input {
    margin: 0px 0 20px 0;
  }

  .text_info h1 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .breadcrumb-section a:after {
    width: 20px;
    font-size: 13px;
  }

  .breadcrumb-section a {
    padding-right: 15px;
  }

  .right_side .service_box_text {
    padding: 30px 20px;
  }

  .service_box_text h3 {
    font-size: 21px;
  }

  .service_box_text {
    padding: 25px 20px 35px 20px;
  }

  .dynamic .intro_text h1 {
    font-size: 28px;
    line-height: normal;
  }

  .menu_social p {
    font-size: 15px;
  }

  .menu_social a {
    font-size: 15px !important;
  }

  .menu_social {
    padding: 25px 40px;
  }

  .section_home.blog_home a.button {
    font-size: 16px;
  }

  .section_home.blog_home h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 45px;
  }

  .blog_box_info {
    padding: 100px 20px 20px 20px;
    margin-left: 20px;
    margin-top: -91px;
  }
  
  .blog_box_info span {
    font-size: 14px;
    padding-top: 12px;
    margin-top: 12px;
  }

  .swiper-slide-content {
    padding: 90px 15px 30px 40px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -80px;
  }

  .home_projects {
    padding: 40px 20px 195px 0px;
  }

  .section_home h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .swiper-projects td {
    font-size: 17px;
  }

  .services_wrap {
    margin-top: 25px;
  }

  .swiper-slide-content a {
    font-size: 17px;
  }

  .home_intro .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 10px;
  }

  .home_intro .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }

  .home_intro .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline-offset: 5px;
  }

  .button.white {
    margin: 25px auto 0 auto;
  }

  .slide_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .slide_content .button {
    font-size: 16px;
    padding: 12px 35px;
  }

  .phone {
    justify-content: center;
    margin-bottom: 5px;
  }

  .location {
    justify-content: center;
  }

  .home_blog_box .flex_box {
    flex-direction: column;
  }
  .home_blog_box .flex_box.left {
    flex-direction: column-reverse;
  }

  .swiper-slide.active:before {
    right: 30px;
  }

  .accordion {
    margin-top: 40px;
  }

  .swiper-slide.active .swiper-slide-label .accordion_title {
    padding: 25px 15px 25px 0px;
  }

  .swiper-slide-label p.number {
    font-size: 24px;
    top: 15px;
  }

  .swiper-slide-label {
    padding-top: 40px;
  }

  .swiper-slide-label img.tab_ergou {
    top: -55px;
    margin-left: 20px;
    bottom: 0;
    width: 40px;
  }

  .swiper-slide-label {
    font-size: 23px;
  }

  .accordion_title p {
    font-size: 18px;
  }

  .swiper-slide-content {
    max-width: 100%;
  }

  .services_home .accordion .button {
    margin: 15px 0 0 0;
    padding: 12px 25px;
    font-size: 14px;
  }

  .swiper-slide-content p {
    font-size: 17px;
    line-height: 27px;
  }

  .swiper-slide.active .swiper-slide-label {
    font-size: 28px;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    margin-bottom: 15px;
  }

  .equipment img {
    width: 60%;
  }

  .sun_graphic {
    height: 30%;
    width: 82%;
    top: -200px;
  }

  .section_home.services_home h1.small {
    font-size: 26px;
    padding-left: 55px;
  }

  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contactform input[type="text"], .contactform textarea {
    font-size: 14px;
  }

  .contactform select {
    font-size: 14px;
  }

  .contactform div.submit {
    margin-top: 10px;
  }

  .contactform .submit input {
    padding: 12px 40px 12px 40px;
    font-size: 16px;
  }

  .contactform .submit input {
    padding: 13px 50px 13px 50px;
  } 

  .contactform div.input {
    margin: 0px 0 25px 0;
  }

  .general_form p {
    font-size: 20px;
    line-height: 26px;
    padding-right: 15px;
  }

  .section_home.contact_header {
    padding: 50px 0;
  }

  .contact_info {
    margin-top: 30px;
    width: 100%;
    display: block;
  }

  .swiper_buttons {
    margin-left: 60px;
  }

  .service_gallery {
    padding-top: 35px;
  }

  .section_home.job_header p a {
    margin-top: 15px;
    font-size: 16px;
  }

  .section_home .service_intro_left h1 {
    padding-left: 60px;
    font-size: 35px;
    margin-bottom: 30px;
  }

  .section_home.job_header a img {
    width: 8px;
  }

  .section_home.job_header h1 {
    font-size: 28px;
  }

  .job_text p.location {
    font-size: 17px;
  }

  .job_arrow img {
    width: 42px;
    height: 42px;
  }

  .job_text h1 {
    font-size: 21px;
  }

  .job_text .line {
    height: 4px;
    margin-bottom: 6px;
    margin-top: 10px;
  }

  .jobs_all {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  .section_home .dynamic_page h1 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 40px;
  }

  .dynamic_text h2 {
    font-size: 22px;
  }

  .members_wrap h1 {
    font-size: 27px;
    padding: 35px 0 130px 0;
  }

  .members .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .members {
    margin-bottom: 0;
  }

  .member img {
    width: 85%;
  }

  .section_home .dynamic_page h1:after {
    height: 17px;
  }

  .home_highlight .about_box p.title {
    font-size: 57px;
  }

  .section_home .home_highlight.about {
    padding-right: 0px;
  }

  .section_home.services_home:after {
    bottom: 45px;
  }

  .slide_content h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .scrollButtonContainer img {
    width: 90px;
    height: 80px;
  }

  .scrollButtonContainer {
    bottom: 35px;
  }

  .banner_border {
    height: 30px;
    bottom: -30px;
  }

  .advantages_list ul li {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .advantages_list ul li .no {
    width: 55px;
    height: 55px;
    font-size: 17px;
  }

  .section_home.advantages_home h1 {
    font-size: 27px;
    padding-left: 55px;
  }

  .section_home.prefooter {
    padding-top: 75px;
    padding-bottom: 65px;
  }

  .section_home h1 img {
    width: 35px;
    height: 75px;
  }

  .button {
    font-size: 17px;
  }

  .section_home.services_home h1 {
    font-size: 34px;
  }

  .prefooter .button.orange {
    margin-left: 60px;
    margin-top: 30px;
  }

  .section_home.prefooter h1 {
    font-size: 28px;
  }

  .footer_box .box_half p {
    padding: 0;
    width: 100%;
    line-height: 25px;
  }

  .footer_copyright p {
    font-size: 15px;
  }

  .footer_box.logo {
    margin-bottom: 30px;
  }

  .footer_box.first br {
    display: none;
  }

  .footer_copyright p {
    font-size: 14px;
    padding: 0 15px;
  }

  #wapp a {
    width: 80px;
    height: 22px;
  }

  .home_blog_box .flex_box .col-3, .home_blog_box .flex_box .col-9 {
    width: 100%;
    max-width: 100%;
  }

  .blog_info {
    margin-bottom: 50px;
  }

  .home_blog_box .flex_box .col-9 {
    padding: 0;
  }

  .home_blog_box {
    margin-bottom: 40px;
  }

  .blog.home .dynamic-content {
    padding-top: 60px;
  }

  .blog_info img {
    width: 270px;
    padding: 20px;
  }

  .blog.view .services_view h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .projects_all ul {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 420px) {
  /***** FOOTER ******/
  footer .text-draw__p {font-size: 16px; }

  .image_news {
    height: calc(30vh + 17px);
  }

  .member {
    width: 85%;
  }

  .blog_view .text_info {
    padding: 20px;
  }

  .blog_view img {
    margin-bottom: 15px;
  }

  .projects_all ul li {
    padding: 0 13px;
  }

  .projects_all {
    padding-top: 40px;
  }

  .projects_all ul {
    margin-bottom: 30px;
  }

  .dynamic_text ul li {
    font-size: 15px;
  }

  .projects_all ul li a {
    font-size: 19px;
  }

  .dynamic_text a {
    color: #333;
  }

  .related_projects h1 {
    padding: 90px 0px 100px 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .related_projects_wrap {
    margin-top: -75px;
  }

  .other_project_text a {
    padding: 15px 10px 15px 40px;
    background-size: 25px;
    font-size: 14px;
    background-position: 10px center;
  }

  .other_project.right .other_project_text a {
    padding: 15px 40px 15px 10px;
    background-position: 88% center;
  }

  .padd_top.blog_view {
    padding-top: 35px;
  }

  .text_info td {
    font-size: 15px;
    line-height: 30px;
  }

  .projects.view .text_info h1 {
    font-size: 18px;
  }

  .contact_form .contactform input[type="text"], .contact_form .contactform textarea {
    padding: 10px 20px;
  }

  .project_box h3 a {
    font-size: 16px;
  }

  .project_box p img {
    width: 25px;
    margin-right: 8px;
  }

  .projects_all h2 {
    font-size: 23px;
    margin: 0 auto 10px auto;
  }

  .project_box h3 {
    padding: 15px 15px 10px 15px;
  }

  .project_box p {
    font-size: 15px;
    padding-top: 10px;
    margin: 0px 15px 20px 15px;
  }

  .contact_form .contactform div.input {
    margin: 0px 0 15px 0;
  }

  .contact_form h1 {
    font-size: 27px;
  }

  .dynamic .intro_text h1 {
    font-size: 25px;
  }

  .text_info h1 {
    font-size: 16px;
  }
  
  .text_info {
    padding: 20px;
    margin-bottom: 25px;
  } 

  .breadcrumb_wrap {
    padding-top: 25px;
  }

  .pagination .pages a {
    font-size: 15px;
  }

  .contact_info img {
    margin-right: 12px;
    width: 15px;
  }

  .home_blog_box .text-image p {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .padd_top {
    padding-top: 50px;
  }

  .section_home.services_wrapper {
    padding-top: 45px;
  }

  .service_box_text h3 {
    font-size: 19px;
  }

  .service_box_text:after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .service_box_text {
    padding: 25px 15px 35px 15px;
  }

  .right_side .service_box_text {
    padding: 30px 15px;
  }

  .service_box_text p {
    font-size: 16px;
    line-height: 23px;
  }

  .pages_header {
    padding: 45px 0;
  }

  .dynamic_text h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .members_wrap h1 {
    font-size: 22px;
    padding: 25px 0 100px 0;
  }

  .member {
    margin: 0 0px 25px 0px;
  }

  .member h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .member p {
    line-height: 22px;
    margin: 3px 0;
    font-size: 15px;
  }

  .members {
    margin-top: -80px;
  }

  .show-nav .header_fixed .toggle-nav {
    width: 30px;
    height: 30px;
  }

  .swiper-blog .swiper-button-prev, .swiper-blog .swiper-button-next {
    width: 42px;
    height: 42px;
    -moz-background-size: 42px;
    -webkit-background-size: 42px;
    background-size: 42px;
  }

  .swiper-blog .swiper-button-prev {
    left: -40px;
    margin: 30px auto 0 auto;
  }

  .blog_box_info p {
    line-height: 23px;
  }

  .blog_box_info h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 30px;
  }

  .section_home.blog_home {
    padding-bottom: 60px;
  }

  .section_home.blog_home a.button {
    font-size: 15px;
    margin-top: 30px;
    padding: 12px 25px;
  }

  .swiper-projects img {
    width: 90%;
  }

  .swiper-projects .swiper-wrapper {
    padding-bottom: 50px;
  }

  .button {
    margin-top: 30px;
  } 

  .swiper-projects td {
    font-size: 15px;
    padding: 2px 0;
  }

  .swiper-slide-content {
    padding: 90px 10px 20px 30px;
    border-radius: 20px;
  }

  .swiper-slide-content a {
    font-size: 16px;
    background-size: 25px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion_title p:before {
    width: 7px;
    height: 7px;
    top: 9px;
    left: -15px;
  }

  .accordion_title p {
    font-size: 16px;
    margin-bottom: 10px;
  } 

  .accordion_title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about_text {
    padding: 50px 15px 30px 15px;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer_box h5:before {
    width: 85%;
  }

  .phone img {
    width: 13px;
    margin-right: 2px;
  }

  .location img {
    width: 11px;
    margin-right: 8px;
  }

  .swiper-slide-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .swiper-slide.active:before {
    right: 20px;
    top: 25px;
    background-size: 42px;
    width: 42px;
    height: 42px;
  }

  .swiper-slide-label p.number {
    font-size: 22px;
  }

  .accordion_title p {
    font-size: 17px;
  }

  .swiper-slide-label {
    font-size: 20px;
  }

  .swiper-slide-label img.tab_ergou {
    top: -60px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .swiper-slide.active .swiper-slide-label .accordion_title p {
    font-size: 18px;
  }

  .swiper-slide.active .swiper-slide-label p.number.active {
    font-size: 24px;
  }

  .swiper-slide.active .swiper-slide-label {
    font-size: 25px;
  }

  .section_home.equipment ul li {
    padding: 4px 0;
    background-size: 18px;
    padding-left: 25px;
    background-position: 0 12px;
    font-size: 16px;
    line-height: 25px;
  }

  .equipment_text ul {
    margin-top: 20px;
  }

  .sun_graphic {
    height: 32%;
    width: 95%;
    top: -290px;
  }

  .equipment p {
    font-size: 16px;
    line-height: 25px;
  }

  .equipment_text {
    margin-left: 30px;
    margin-right: 30px;
  }

  .section_home.equipment h2 {
    margin-left: 15px;
    font-size: 20px;
    line-height: 27px;
    margin-right: 15px;
  }

  .equipment_text h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .section_home.services_home h1.small {
    font-size: 24px;
    padding-left: 48px;
  }

  .general_form p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .contactform .submit input {
    padding: 12px 45px 12px 45px;
    font-size: 15px;
  }

  .general_form p.note {
    font-size: 15px;
  }

  .swiper_buttons {
    margin-left: 45px;
    margin-top: 20px;
  }

  .service_intro_left {
    padding: 20px 15px 0 15px;
  }

  .section_home.job_header h1 {
    font-size: 25px;
    padding: 0 15px;
  } 

  .service_intro_right tr td.left {
    width: 45%;
  }

  .service_intro_right {
    padding: 5px 10px 30px 20px;
  }

  .service_intro_right table tr {
    font-size: 19px;
  }

  .service_intro_left p {
    padding: 5px 0px 5px 0px;
  }

  .service_intro_left p {
    font-size: 16px;
  }

  .section_home .service_intro_left h1 {
    padding-left: 48px;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .contact_bg {
    height: 50vh;
  }

  .section_home.job_header p a {
    margin-top: 5px;
  }

  .section_home.job_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .job_arrow {
    display: none;
  }

  .job_section {
    margin-bottom: 22px;
  }

  .job_arrow.mob {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .job_text p.location {
    font-size: 16px;
  }

  .job_text .line {
    height: 3px;
    margin-bottom: 4px;
    margin-top: 8px;
  }

  .jobs_all {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .job_text {
    padding: 15px;
  }

  .job_title {
    display: block;
  }

  .job_text h1 {
    font-size: 19px;
  }

  .section_home .dynamic_page h1 {
    font-size: 24px;
    padding-bottom: 22px;
    margin-bottom: 15px;
  }

  .dynamic_page {
    padding: 0 15px;
  }

  .section_home .dynamic_page h1:after {
    height: 12px;
    margin-top: 0px;
  }

  .section_home.about.about_page {
    padding-bottom: 60px;
  }

  .pages.view .section_home.about h1 {
    padding-left: 47px;
    font-size: 35px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 35px;
  }

  .intro_text:before {
    width: 170px;
    height: 130px;
    top: -80px;
  }

  .section_home .dynamic_bg h1:after {
    height: 15px;
    width: 220px;
  }

  .section_home.services_home h1 {
    font-size: 28px;
  }

  .section_home h1 {
    font-size: 25px;
    line-height: normal;
  }

  .about_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .home_highlight p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }

  .home_highlight .about_box p {
    font-size: 19px;
  }

  .about_box .line {
    width: 70%;
    height: 5px;
    margin-bottom: 8px;
    margin-top: 7px;
  }

  .home_highlight .about_box p.title {
    font-size: 45px;
  }

  .section_home .home_highlight.about {
    padding-left: 45px;
  }

  .slide_content h1 {
    font-size: 31px;
    line-height: 39px;
  } 

  .scrollButtonContainer img {
    width: 80px;
    height: 70px;
  }

  .advantages_list ul li .no {
    width: 47px;
    height: 47px;
    font-size: 16px;
    margin-right: 12px;
  }

  .section_home.advantages_home h1 {
    font-size: 25px;
    padding-left: 50px;
  }

  .advantages_list ul li {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 24px;
  }

  .section_home h1 img {
    width: 30px;
    height: 70px;
    margin-right: 15px;
  }

  .section_home.prefooter h1 {
    font-size: 27px;
  }

  .button {
    font-size: 15px;
    padding: 12px 40px;
  }

  .prefooter .button.orange {
    padding: 12px 20px;
    margin-left: 45px;
    margin-top: 30px;
  }

  .section_home.about {
    height: 85vh;
    min-height: 800px;
  }

  .services_box_1 .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services_home .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .home_intro .button {
    font-size: 15px;
    padding: 12px 30px;
  }

  .blog_info img {
    width: 100%;
  }

  .image_news p {
    font-size: 23px;
    line-height: 23px;
  }

  .image_news p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  .image_news p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .text-image {
    padding: 80px 15px 20px 15px;
    margin-top: -60px;
    margin-left: 15px;
  }

  .text-image h2 {
    font-size: 16px;
    line-height: 21px;
  }

  .home_blog_box span {
    font-size: 13px;
    padding-top: 10px;
    margin-top: 7px;
  }

  .home_blog_box p.service_no {
    margin-bottom: 5px;
  }

  .home_blog_box .button {
    font-size: 12px;
    padding: 8px 15px;
  }

  .home_blog_box p {
    line-height: 23px;
    font-size: 15px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 17px;
  }

  .slide_content h1 {
    font-size: 27px;
    line-height: 34px;
  }

  .menu_social p {
    font-size: 14px;
    padding: 0px 0;
  }

  .menu_social {
    padding: 20px 25px;
  }

  #mobile-nav ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .menu_social a {
    font-size: 14px !important;
  }

  .blog.view .services_view h1 {
    font-size: 27px;
    line-height: 27px;
  }

}

/* ==============ERROR PAGE================= */
.btn-er a{margin:unset;}

.section_home .contact.text-er h1 {
  justify-content: center;
  margin-bottom: 30px;
}

p.big {
  font-size: 26px;
  margin-bottom: 15px;
}


@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;}