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

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

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

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

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

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

.img-responsive {
  width: 100%;
}

.white_bg {
  background: #fff;
}

.blue_bg {
  background: #020E4F;
}

.light_bg {
  background: #F9F9F8;
}

/* ====================== ESPA ======================= */

.espa {
  position: absolute;
  bottom: -3px;
  z-index: 1;
}

.espa img {
  width: 270px;
}

@media only screen and (max-width: 575px) {
  .espa img {
    width: 230px;
  }
}


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

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all .4s ease-out;
  padding: 25px 0 35px 0;
  background: linear-gradient(360deg, rgba(255,249,240,1) 0%, rgba(255,251,245,1) 50%, rgba(248,248,248,1) 100%);
}

header:after {
  content: '';
  background-image: -webkit-linear-gradient(left, transparent 0%, #FBECDE 10%, #EDB688 30%, #E18135 50%, #EDB688 70%, #FBECDE 90%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #FBECDE 10%, #EDB688 30%, #E18135 50%, #EDB688 70%, #FBECDE 90%, transparent 100%);
  height: 1.5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
}

header.header_fixed {
  padding: 10px 0;
  transition: all .4s ease-out;
  position: fixed;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


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

header.header_fixed #logo {
  width: 230px;
  height: 65px;
  margin-bottom: 15px;
}

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(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1199px) {
/*	.pages.contact header,
	.pages.view header,
	.services.view header,
	.blog header {
	  padding: 20px 20px;
	}*/

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

	header {
	  padding: 30px 30px;
	}

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

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

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

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

/* =================== PAGES HEADER =================== */
.pages_header.hero_image {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media(min-width: 1500px) {}
@media(max-width: 1499px) {
  .pages_header_fg h1 {
    font-size: 44px;
  }
  .pages_header_fg {
    height: 160px;
  }
  .pages_header_fg h1 img {
    width: 75px;
  }
}
@media(max-width: 1199px) {
}
@media(max-width: 991px) {
}
@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 =================== */
  


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

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

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



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


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

.pages_body {
  padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.service_text {
    width: 50%;
    float: right;
}

.service_text p {
  padding-bottom: 30px;
}

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

.other_services {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 100px 0 0 0;
}

.other_services_inner {
  display: flex;
}

.section_home .other_services h1 {
  margin-bottom: 70px;
}

.other_service {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.service_other_text h2 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  color: #020E4F;
  padding: 10px 0;
  margin-left: 30px;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #020E4F;
}

.service_intro ul {
  list-style: disc inside;
}

.service_intro ul li {
  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  margin: 5px 0px;
  color: #020e4f;
}

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

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

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

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

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

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

.other_service img {
  width: 90px;
}

.service_text h2 {
  color: #020E4F;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  padding: 10px 0;
  margin-left: 30px;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #020e4f;
}

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

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

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

.intro_text {
    background: #020E4F;
    color: #fff;
    padding: 80px 150px 50px 90px;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 52%;
}

.dynamic_text {
  padding-left: 15px;
}

.dynamic_text h2 {
  color: #020E4F;
  font-size: 31px;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 25px;
}

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

.intro_text:before {
  content: '';
  background-image: url(../img/layout/half_circles_graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 450px;
  position: absolute;
  top: -225px;
  right: 10%;
}

.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 {
  line-height: inherit;
}

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

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

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

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

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

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

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

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

.intro_text p {
  font-weight: 200;
  margin-bottom: 35px;
  color: #fff;
}


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

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

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

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

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

}

@media(max-width: 1350px) {
  .pages_header h1 {
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 70px;
    line-height: 80px;
  }

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

#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: 325px;
  height: 90px;
  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.svg) no-repeat scroll center center transparent;
  background-size: 100%;
  background-position: left;
}

.header_inner p a {
  background: #DE7622;
  float: right;
  font-size: 16px;
  padding: 17px 35px;
  line-height: normal;
  color: #FFFAF2;
}

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

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

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

#navi ul li a {
  color: #020E4F;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin: 0 20px;
  transition: all 0.2s ease-in-out;
}

#navi ul li.current a {
  font-weight: 700;
}

#navi ul li a:before {
  bottom: -2px;
  left: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #fff;
}

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

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

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

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

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

.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 a {
  display: inline-block;
}

.languages.lang-active a span {
  color: #000!important;
}

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

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

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

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

.languages {
  display: inline-block;
  padding: 0px 0px;
  position: relative;
  width: 47.7%;
  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: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.inner.paginate {
  width: 100%;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

.pagination .disabled {
    display: none;
}

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

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

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

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

.pagination a {
    position: relative;
}

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

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


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

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

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

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

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

  .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;
	}
	#logo {

	}
	#logo a {

	}

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

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

  .other_services h1 {
    font-size: 28px;
    margin: 0 auto 40px auto;
  }
}
@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;
	}

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

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

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

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

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

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

  .menu_social img {
    width: 28px;
  }

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


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


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

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

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

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

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

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

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

  #mobile-nav ul:after {
    content: '';
    background-image: -webkit-linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
    background-image: linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
  }
	
	#mobile-nav ul li {
		display: block;
    background: #00000001;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    height: auto;
    border: none;
	}

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

  .social_media.mob {
    margin-top: 30px;
    margin-left: 0;
  }

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

  .menu_social a {
    color: #fff;
    font-size: 18px!important;
    padding: 0!important;
    margin-left: 4px;
  }

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

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

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

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

  .menu_social {
    background: #de7622;
    color: #fff;
    width: fit-content;
    padding: 20px 70px 20px 70px;
    margin: 0 auto;
    text-align: center;
  }

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

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

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

  .menu_label{
    margin-right: 70px;
  }

  .toggle-nav {
    width: 45px;
    height: 35px;
    margin-top: 15px;
  }
}
@media(max-width: 575px) {
	#mobile-nav ul li a {
    font-size: 22px;
    line-height: 40px;
	}
  .toggle-nav {
    width: 37px;
    height: 27px;
  }

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

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

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

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

}

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

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

  header:after {
    bottom: 12px;
  }

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

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

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

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

  .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: #262626;
  right: 0;
  bottom: 0;
  background: #FFF9F1!important;
  border: 5px solid #f08c3a;
}

#cookie-consent-wrapper .content p{
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 0px;
  color: #020E4F!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: #020E4F!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: 'Cormorant Garamond', serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}

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

@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: #020e4f;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
  transition: all .8s ease-out;
  position: relative;
}

footer:before {
  content: '';
  background-image: -webkit-linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
  height: 1.5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
}

footer:after {
  content: '';
  background-image: -webkit-linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #393D6B 10%, #936F66 30%, #E18135 50%, #936F66 70%, #393D6B 90%, transparent 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
}

.footer_box {
  color: #fff;
}

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

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

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

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

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

.footer_box h6 {
  color: #de7622;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 25px;
}

.footer_box p span {
  color: #de7622;
  font-weight: 700;
  margin-right: 8px;
}

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

.footer_box.first {
  margin-left: 70px;
}

.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 {
  display: flex;
  margin-top: 40px;
  margin-left: 120px;
}

.social_media img {
  width: 25px;
  margin-right: 30px;
}

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

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

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

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

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

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

.footer_copyright {
  position: relative;
  background: #020e4f;
}

.footer_copyright p {
  color: #fff;
  font-size: 18px;
  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: 25px 0px;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

  .footer_box.last {
    margin-left: 0;
  }
}
@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;
  }

  .copyright {
    padding: 20px 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 {
    height: 100%;
  }
  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 p {
    margin: 12px 0;
  }

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

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

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

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

  .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_box {
    text-align: center;
	}

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

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

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

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

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

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

	.copyright {
    flex-direction: column;
    align-items: center;
    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_box.last .newsletter-input {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
  }

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

  .footer_copyright {
    text-align: center;
  }

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

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

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

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

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

.slide_content {
  width: 60%;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}

.slide_content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
  position: relative;
  text-align: center;
}

/* .content { width:100%;background:#fff;padding:30px 40px; margin-bottom:30px; border-top:5px solid #2d7f83; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);} */
.content h1 {font-size:38px;font-weight:400; margin:0px 0px 30px 0px; }
.content h2 { font-size:24px;font-weight:300; margin:20px 0px 10px 0px; }
.content h3 { font-size:20px;font-weight:300;margin:5px 0px 10px 0px; }
.content h4 {  font-size:18px;line-height:20px;margin:5px 0px 8px 0px; }
.content ul { margin:10px 5px 10px 0px;overflow:auto;}
.content ul li{ margin:0 0 8px 0;font-size:21px; font-weight: 100; line-height:35px; padding-left:45px;}
.content ul li:before { content: '-'; position: absolute; margin-left: -45px; }

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

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

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


/* 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{
	margin:20px 0 0px 0;
	width:100%;
}

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

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

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

.contactform .submit input {
  background: #DE7622;
  border: none;
  font-size: 16px;
  margin-top: 0;
  padding: 13px 75px 13px 75px;
  position: relative;
  color: #fff;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.contactform textarea:focus, .contactform textarea:hover {
  outline: none;
  color: #020E4F;
}

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

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

  transition: all .4s ease-out;
}


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

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

#map:before {
  content: '';
  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: 100%;
  height: 35px;
  right: 0;
  top: 0;
  z-index: 3;
}

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

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

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

.map_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #020E4F;
}

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


.section_home.contact_header {
  padding: 70px 0;
}

.section_home.contact_header h1 span.orange {
  padding: 0 17px 0 0;
}

.contact_info {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  margin-left: 40px;
}

.contact_info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.contact_info p {
  color: #fff;
  font-size: 18px;
}

.contact_info .line {
  background-image: -webkit-linear-gradient(left, #D5772C 0%, #9E7260 50%, #17215C 90%, transparent 100%);
  height: 4px;
  width: 270px;
  margin-bottom: 17px;
  margin-top: 20px;
}

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

.gradient_bg {
  background: linear-gradient(360deg, #FFF6EC 0%, #FFFAF5 50%, #FFFFFE 100%);
}

.gradient_bg2 {
  background: linear-gradient(360deg, #F5F3F4 0%, #FFFAF5 50%, #FFFFFE 100%);
}

.general_form {
  padding: 110px 0;
}

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

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

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

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

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

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

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

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

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

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

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

  .contact_us_graphic {
    right: -400px;
  }

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

  .contact_box {
    margin: 60px 0 80px 0;
  }

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

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

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

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

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

  .contact_us_graphic {
    right: -270px;
  }

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

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

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

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

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

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

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

    .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;}
  .intro_text h1 {
    font-size: 55px;
    padding-bottom: 40px;
  }
  .dynamic .intro_text h1:after {
    bottom: 60px;
  }

  .other_service {
    font-size: 19px;
  }

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

  .other_service img {
    width: 100px;
  }

  .service_text h2 {
    min-height: auto;
  }

  .other_services_inner {
    flex-direction: column;
  }

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

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

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

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

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

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

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

  #map {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  #map {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 479px) {
  .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;}

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

  .other_service img {
    width: 80px;
  }

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

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

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

  #map {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .second_box {
    margin-bottom: 25px;
  }

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

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

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

  .contact_us_graphic {
    right: -50px;
  }

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

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

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

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

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

  #map {
    height: 460px;
  }

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

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

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

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

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


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

.home_intro {
  position: relative;
}

.banner_shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.2) 70%);
  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: 95vh;
}

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

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

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

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

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

.home_intro_inner_text h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  font-family: 'Cormorant Garamond', serif;
}

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

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

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

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

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

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

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

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

.section_home.first {
  padding-bottom: 240px;
}

.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;
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home_intro .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 {
  height: 100%;
  background-color: #f9f9f9;
  color: #262626;
  padding: 70px 0;
  background-position: center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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



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

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

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

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

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

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

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

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

}


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


/* Common button styles */
.button {
  font-size: 16px;
  padding: 15px 50px;
  line-height: normal;
  color: #020E4F;
  border: 1px solid #020E4F;
  display: block;
  width: fit-content;
  margin-top: 65px;
  font-weight: 500;
  position: relative;
  transform: translateZ(0);
}

.button:hover {
  transform: scale(1.1);
  color: #020E4F;
}

.button.center {
  margin: 65px auto 0 auto;
}

.button.orange {
  color: #FFFAF2;
  background: #DE7622;
  padding: 15px 25px;
  border: 1px solid #DE7622;
  font-weight: 300;
}

.slide_content .button {
  margin: 60px auto 0 auto;
}

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

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

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


/* ============== DYNAMIC PAGES ============== */
.dynamic-content { padding-top: 50px; padding-bottom: 100px; color: #333333; background: #fff; }
.dynamic-content strong{color:#333333}
.dynamic-content ul li { display: block; margin-bottom: 0px; font-size: 21px; font-weight: 700; line-height: 35px; padding-left: 45px; }
.dynamic-content ul li::before{content: '-'; position: absolute; margin-left: -45px; font-weight: 400;}
.dynamic-content ul li p{border:none;font-size: 16px;color:#262626;display: contents;}
.dynamic-content h2{
  font-size: 36px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 600;
  display: block;
  position: relative;
  font-family: 'Syne', sans-serif;
  width: fit-content;
}
.dynamic-content h2 small{font-weight: 700;font-size: 65px; color: #dcdcdc;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.team_second {
  margin-top: 140px;
}

.team_third {
  margin-top: 180px;
}

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

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

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

.logismiko {
  margin-top: 60px;
}

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

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

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

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

.logismiko_text {
  padding: 0 50px;
}

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

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

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

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

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

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

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

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

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

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

  .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{}
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: 64px;
  color: #020E4F;
  font-weight: 500;
  display: flex;
  position: relative;
  align-items: center;
}

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

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

.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: bottom;
  padding: 160px 0;
  z-index: 1;
}

.section_home.about {
  background-image: url(../img/layout/about_page.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.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: 'Cormorant Garamond', 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(min-width: 1500px) {}
@media(max-width: 1800px) {
  .profile_intro .profile_highlight p{
    font-size: 40px;
    line-height: 48px;
  }
}
@media(max-width: 1499px) {

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

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

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

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

  .button {
    margin-top: 50px;
  }

}

@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 {
    padding: 100px 15px;
  }

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

  .section_home {
    padding: 80px 15px;
  }

  .profile_img {
    width: 230px;
    height: 270px;
    top: 10px;
  }
}
@media(max-width: 575px) {
	.profile_intro {
		text-align: center;
	}
  .contact_graphic_home {
    background-image: url('../img/layout/abstract_graphic_footer_responsive.svg');
    height: 95vh;
  }
	.profile_intro .button {
		width: 100%;
	}
  .profile_intro .profile_highlight p{
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

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

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

  .section_home.first .home_highlight p {
    padding-right: 80px;
  }

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

  .section_home {
    padding: 65px 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 {
    padding: 60px 0px;
  }

  .section_home.first {
    padding-bottom: 150px;
  }

  .about_graphic_right {
    height: 18%;
  }

  .about_graphic {
    height: 50vh;
  }

  .section_home.first .home_highlight p {
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .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: 'Cormorant Garamond', serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 100;
    display: flex;
    align-items: center;
}

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

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

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

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

.services_wrap {
  z-index: 1;
  position: relative;
  margin-top: 100px;
  margin-left: 85px;
}

.section_home.services_home {
  background: #020E4F;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section_home.services_home:after {
  content: '';
  background-image: -webkit-linear-gradient(left, transparent 0%, #2F396E 10%, #757B9F 30%, #EAEBF0 50%, #757B9F 70%, #2F396E 90%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #2F396E 10%, #757B9F 30%, #EAEBF0 50%, #757B9F 70%, #2F396E 90%, transparent 100%);
  height: 1.3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  margin: 0 auto;
}

.section_home.services_home h1 {
  font-size: 57px;
  color: #fff;
  display: inline-flex;
}

.services_home .button {
  float: right;
  display: inline-block;
  margin-top: 30px;
}

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

.service_box {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0px 10px 70px 10px;
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
}

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

.service_box:hover h3 {
  color: #DE7622;
  border-bottom: 1px solid #DE7622;
}

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

.service_box h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #ffff;
  padding: 10px 0;
  margin-left: 30px;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #9a9fbc;
}

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

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

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


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

}

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

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

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

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

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

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

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

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

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

.services_all {
  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_icon {
  width: fit-content;
  margin: 0 auto 7px auto;
}

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

.service_icon:before {
  content: '';
  background-image: url(../img/layout/abstract_graphic_left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(50% - 75px);
  height: 100px;
  left: 0;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

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

.service_intro {
  padding-right: 50px;
}

.service_intro p {
  margin: 20px 0;
}

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

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

.service_section h1 {
  font-family: 'Syne', 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: 'Syne', 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: 'Cormorant Garamond', serif;
    font-weight: 600;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 80px;
}

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

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

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

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

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

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

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

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

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

.service_info {
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

.service_intro_left, .service_intro_right {
  padding-top: 40px;
}

.accordion-slide-label img.tab_ergou {
  width: 50px;
  transform: rotate(180deg);
  position: absolute;
  bottom: 50px;
}

.accordion-slide:after {
  content: '';
  background-image: -webkit-linear-gradient(45deg, transparent 0%, #dd8c40 20%, #EDB68A 30%, #fff 50%, #EDB68A 70%, #dd8c40 90%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #dd8c40 20%, #EDB68A 30%, #fff 50%, #EDB68A 70%, #dd8c40 90%, transparent 100%);
  height: 100%;
  width: 1.3px;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-slide.active:after {
  display: none;
}

.accordion-slide.active .accordion-slide-label img.tab_ergou {
  display: none;
}

.accordion-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%;
  background: #F2F2F2;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

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

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

.contact_form input[type=file] {
  
}

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



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

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

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

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

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

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

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

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

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

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

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

  .service_other_text h2 {
    font-size: 22px;
  }
}

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

  .service_intro {
    padding-right: 15px;
  }

  .other_service img {
    width: 75px;
  }

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

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

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

  .service_box img {
    width: 90px;
  }

  .image_about {
    height: 65vh;
  }

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

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

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

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

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

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

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

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

  .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%;}
  .services_box_cyan { padding: 8vh 35px 0 35px;}
  .services_box_cyan p {font-size: 16px;}
  .services_box_image, .services_box_cyan, .services_box_blue{height:87vh}
  .service_box .button {
    margin: 25px auto 0 auto;
    font-size: 15px;
    padding: 8px 20px;
  }

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

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

  .service_box h3 {
    font-size: 19px;
    padding: 5px 0 15px 0;
  }

  .image_about {
    height: 60vh;
  }

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

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

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

  .service_section p {
    padding-right: 0;
  }

  .services_view h1 {
    font-size: 70px;
  }

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

  .service_description p {
    margin: 25px 0px 20px 0px;
  }

  .contact_title img {
    width: 270px;
  }

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

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

  .form_img {
    width: 1600px;
    height: 1600px;
  }

  .service_section h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }

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

  .service_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}
  .services_box_cyan { height: 52vh;}
  .in-services .services_box_blue ul li {display: block;}
  .services_box_blue {height: 45vh; text-align:center; padding: 8vh 10% 0px 10%}
  .here_section p { font-size: 42px; line-height: 42px; }
  .here_section p:after { margin-left: 400px; }
  .image_about {
    height: 50vh;
  }

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

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

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

  .service_left {
    margin-top: 40px;
  }

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

  .other_service img {
    width: 70px;
  }

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

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

  .image_services p, .image_about p, .image_projects p, .image_jobs p {
    font-size: 45px!important;
    line-height: 45px!important;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 50vh!important;
  }

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

  .service_section {
    padding-bottom: 40px;
  }

  .service_section:after {
    right: auto;
  }

  .service_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;}
  .services_box_cyan { height: 57vh; padding: 4vh 35px 0 35px;}
  .here_section p {
    font-size: 35px;
    line-height: 35px;
  }

  .service_icon img {
    width: 60px;
  }

  .service_intro p {
    margin: 0px 0 15px 0;
  }

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

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

  .other_service {
    margin: 10px 0;
  }

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

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

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

  .service_description h2 {
    top: 0!important;
    width: 100%!important;
    position: relative!important;
  }

  .icon-search img {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 60px;
  }

  .service_description p {
    font-size: 19px!important;
  }

  .icon-section img {
    padding: 60px;
    left: 0;
    right: 0;
    margin: 15px auto 0 auto;
  }

  .icon-section {
    margin-top: 50px;
  }

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

  .contact_title h2 {
    font-size: 27px;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 30px;
    margin: 20px 0;
  }

  .contact_form {
    padding: 40px 0;
  }

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

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

  .service_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;}
  .services_box_cyan {padding: 20px 35px 20px 35px;height: 100%;}
  .here_section p {
    font-size: 27px;
    line-height: 27px;
  }
  .here_section {
    padding: 45px 0;
  }

  .service_icon img {
    width: 55px;
  }

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

  .service_description ul li {
    display: block;
    width: 100%;
  }

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

  .contact_title img {
    width: 240px;
  }

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

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

  .contact_title h2:after {
    height: 40px;
    margin: 15px auto 0 auto;
  }

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

  .checkbox label {
    font-size: 16px;
    margin-left: 0;
  }

  .contact_form .title, .comments p, .general_form .title, .contact_box h1 {
    font-size: 28px;
    margin: 15px 0;
  }

  .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_box h3 {
    font-size: 17px;
    line-height: 25px;
  }

  .service_box img {
    width: 50px;
  }

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

  .service_img .icon {
    width: 82px;
    padding: 10px 10px;
  }

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

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

  .service_intro {
    margin-bottom: 50px;
  }

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

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

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

@media(max-width: 420px) {
  .partners .partners-image {margin: 10px 5px;height: 35px;}
  .quote-text p { font-size: 16px;}
  .quote-text span {top: 48px;}
  .services_box_blue { height: 100%;}
  .services_box_blue ul {margin-top: 30px; margin-bottom: 30px;}
  .services_box_blue p {font-size: 27px;}

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

  .here_section p:before {
    width: 40px;
    margin-left: -45px;
    margin-top: 7px;
  }

  .here_section p:after {
    margin-left: 200px;
    width: 40px;
    margin-top: 7px;
  }

  .service_box .button {
    margin: 20px auto 0 auto;
  }

  .image_about {
    height: 30vh;
  }

  .image_services, .image_shadow, .image_projects, .image_jobs {
    height: 30vh!important;
  }

  .image_services p:after, .image_about p:after, .image_projects p:after, .image_jobs p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .image_services p:before, .image_about p:before, .image_projects p:before, .image_jobs p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  p.service_no {
    font-size: 40px;
    position: relative;
  }

  .service_section h2 {
    font-size: 16px;
    line-height: 30px;
  }

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

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

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

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

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

  .services_view h1 {
    font-size: 45px;
    padding-top: 30px;
    line-height: 50px;
  }

  .services_view h1:after {
    font-size: 45px;
  }

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

  .breadcrumb-section.p-t-10 {
    padding-left: 10px;
  }

  .breadcrumb-section>a::before {
    padding: 0 3px 0 3px;
  }

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

  .service_description p {
    font-size: 17px!important;
  }

  .service_description p {
    margin: 15px 0px 20px 0px;
  }

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

  .icon-section img {
    padding: 40px;
    width: 180px;
  }

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

  .content ul li {
    padding-left: 20px;
  }

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

  .contact_title img {
    width: 210px;
  }

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

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

  .contact_title h2:after {
    height: 35px;
    margin: 10px auto 0 auto;
  }

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

  .contact_form {
    padding: 75px 0 45px 0;
  }

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

  .pages.newsletter h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pages.newsletter .contact_form {
    padding: 45px 20px 45px 20px;
  }

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

  .services_view {
    padding-left: 5px;
  }

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

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

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

.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: 'Syne', sans-serif;
  margin-bottom: 40px;
}

.accordion {
  display: flex;
  height: 80vh;
  align-items: stretch;
  margin-top: 90px;
}

.accordion:after {
  content: '';
  background: linear-gradient(270deg, rgba(244,186,38,1) 0%, rgba(242,159,50,1) 50%, rgba(237,101,76,1) 100%);
  position: absolute;
  width: calc(53% - 10px);
  height: 35px;
  left: calc(-8.33333% - 15px);
  bottom: -35px;
  z-index: 3;
}

.accordion-slide {
  position: relative;
  max-width: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width 0.2s;
}

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

.accordion-slide.active .accordion-slide-label:hover {
  cursor: auto;
}

.accordion-slide-label:hover {
  cursor: pointer;
}

.accordion_title {
  border-top: 1px solid #fff;
  padding: 35px 12px;
  margin-top: 30px;
}

.accordion_title p {
  color: #F6DBC4;
  font-size: 21px;
  font-weight: 500;
  margin-right: 8px;
}

.accordion-slide-label p.number {
  transform: rotate(90deg);
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}

.accordion-slide.active .accordion-slide-label p.number {
  display: none;
}

.accordion-slide-label p.number.active {
  display: none;
}

.accordion-slide.active .accordion-slide-label p.number.active {
  display: inline-block;
  transform: none;
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}

.accordion-slide.active .accordion-slide-label .accordion_title p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.accordion-slide .accordion-slide-label {
  background-color: #DE7622;
}
.accordion-slide.active {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.accordion-slide.active .accordion-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;
}

.accordion-slide.active .accordion-slide-label .accordion_title {
  border-top: none;
  padding: 35px 50px 35px 70px;
  margin-top: 0px;
}

.accordion-slide.active .accordion-slide-content {
  display: flex;
}
.accordion-slide-content {
  display: none;
  flex-direction: column;
  padding: 50px 70px 50px 50px;
  max-width: 60%;
  background: #fff;
  color: #020e4f;
}
.accordion-slide-content:hover {
  opacity: 1;
}
.accordion-slide-content button {
  padding: 10px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-family: "Open 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;
}
.accordion-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: 'Cormorant Garamond', serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

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

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

.projects_all {
  padding-top: 150px;
  padding-bottom: 100px;
}

.projects_all h2 {
  font-size: 60px;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 90px;
}

.project_box {
  margin: 50px 0 50px 0;
  border-bottom: 1px solid #f5a61b;
  overflow: hidden;
}

.project_box img {
  transition: all 0.2s ease-in-out;
}

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

.project_box h3 {
  margin: 15px 0;
  min-height: 65px;
}

.project_box h3 a {
    color: #000;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
    font-size: 27px;
    transition: all 0.2s ease-in-out;
}

.project_box:hover h3 a {
  color: #F5A61B;
}

.project_box p {
  font-weight: 400;
}

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

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

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

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

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

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

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

.projects_description {
  margin-bottom: 120px;
}

.line-section.projects {
  margin: 100px 0 0px 0;
  padding: 60px 5px;
}

.website_btn {
    color: #f5a61b;
    font-weight: 100;
    transition: all 0.2s ease-in-out;
}

.website_btn:hover {
  color: #555;
}

.gallery_wrapper {
  margin-left: 90px;
  margin-top: 70px;
}

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

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

  .pagination_wrapper {
    margin-left: 380px;
  }

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

  .project_box {
    margin: 50px 0 15px 0;
  }
}

@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) {
  .projects_all h2 {
    font-size: 45px;
    line-height: 60px;
  }

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

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

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

  .projects_graphic {
    top: 0;
  }

  .pagination_wrapper {
    margin-left: 0;
  }

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

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

  .other_services {
    padding: 90px 0 0 0;
  }

  .service_other_text h2 {
    font-size: 20px;
    margin-left: 25px;
  }

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

  .other_services {
    padding: 80px 0 0 0;
  }

  .project_description:before {
    left: -15px;
  }

  .other_service img {
    width: 60px;
  }

  .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: 30px;
    line-height: 45px;
    padding-left: 15px;
  }

  .project_box h3 {
    min-height: 20px;
  }

  .image-section {
    flex-direction: column;
  }

  .image-section h4 {
    font-size: 17px;
  }

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

  .projects_view h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
  }

  .line-section.projects {
    margin: 30px 0 0px 0;
    padding: 35px 5px;
  }

  .breadcrumb-section>a::before {
    padding: 0 5px 0 4px;
  }
}

@media only screen and (max-width: 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) {
  .projects_all h2 {
    font-size: 22px;
    line-height: 40px;
    padding-left: 12px;
  }

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

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

  .project_box {
    margin: 20px 0 20px 0;
  }

  .project_box h3 a {
    font-size: 21px;
  }

  .image-section h3 {
    font-size: 17px;
    padding-top: 25px;
  }

  .projects_view h1 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 20px;
  }

  .line-section.projects {
    margin: 15px 0 0px 0;
    padding: 30px 5px;
  }

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

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

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

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

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

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

.intro_text.jobs h1:after {
  width: 42%;
  bottom: 105px;
}

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

.intro_text.jobs {
  padding-right: 60px;
}

.intro_text.jobs h1 {
  font-size: 75px;
}

.image_jobs p {
  color: #fff;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.job_brief {
  display: flex;
}

.job_box h2 {
    font-size: 43px;
    padding-left: 25px;
    border-left: 4px solid #F5A61B;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 50px;
}

.job_brief ul {
  margin: 0 0 0 20px;
}

.job_brief ul li {
    font-size: 21px;
    font-weight: 100;
    padding: 3px 0 3px 45px;
}

.job_box {
  margin-bottom: 60px;
}

.job_box .button {
  margin-left: 20px;
  background: #f5a61b;
  padding: 10px 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 27px;
  transition: all 0.6s ease-in-out;
}

.job_box .button.btn-slide:hover {
    background: transparent;
    box-shadow: inset 150px 0px 150px 0px #262626;
    color: #fff;
}

.line-section.jobs {
  margin: 50px 0 100px 0;
}

.jobs_view h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    width: fit-content;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.jobs_view h2:after {
  content: '';
  position: absolute;
  width: 70px;
  border-top: 1px solid #f5a61b;
  left: 0;
  bottom: 0;
}

.jobs_view h1 {
  margin: 30px 0 30px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
}

.jobs_view h3 {
  font-size: 40px;
  padding-left: 25px;
  border-left: 4px solid #F5A61B;
  line-height: 65px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 50px;
}

.jobs_view {
  padding-bottom: 140px;
}

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

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

  .service_info {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

  .job_img {
    margin-right: 0px;
  }

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

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

  .intro_text.jobs h1:after {
    width: 53%;
    bottom: 95px;
  }

  .job_box h2 {
    font-size: 31px;
    margin-bottom: 40px;
  }
  
  .job_box {
    margin-bottom: 30px;
  }

  .job_brief ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .job_box .button {
    font-size: 16px;
  }

  .job_box .button {
    margin-top: 15px;
  }

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

  .jobs_view h3 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .intro_text.jobs h1:after {
    bottom: 75px;
  }

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

  .section_home.contact_home {
    height: 90vh;
  }

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

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

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

  .job_box h2 {
    font-size: 34px;
    line-height: 50px;
  }

  .job_brief ul li {
    font-size: 17px;
    line-height: 20px;
  }

  .job_box .button {
    font-size: 16px;  
  }

  .line-section.jobs {
    margin: 50px 0 50px 0;
  }

  .jobs_view {
    padding: 0 20px 100px 20px;
  }

  .jobs_view h3 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 15px;
  }

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

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

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

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

}

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

  .job_info {
    height: 90vh;
  }

  .service_description {
    padding: 0 15px;
  }

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

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

  .job_box h2 {
    font-size: 28px;
    line-height: 35px;
    margin-left: 15px;
  }

  .job_brief {
    flex-direction: column;
  }

  .job_brief ul {
    margin: 30px 0 0 20px;
  }

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

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

  .jobs_view h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .jobs_view h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .content ul li {
    font-size: 18px;
    padding-left: 20px;
  }

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

@media only screen and (max-width: 575px) {
  .intro_text.jobs h1 {
    font-size: 27px;
    line-height: 47px;
  }

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

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

  .job_info {
    margin-bottom: 50px;
  }

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

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

  .service_btn {
    margin-left: 5px;
  }

  .intro_text.jobs {
    padding: 0 30px;
  }

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

  .job_box h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_box .button {
    font-size: 15px;
    margin-left: 0px;
  }

  .jobs_view {
    padding: 0 20px 40px 20px;
  }
}

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

  .service_gallery h1 {
    font-size: 23px;
    padding-top: 25px;
  }

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

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

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

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

  .service_gallery {
    padding-top: 20px;
  }

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

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

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

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

  .section_home.contact_home {
    height: 70vh;
  }

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

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

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

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

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

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

  .service_other_text h2 {
    font-size: 18px;
    line-height: 27px;
    margin-left: 15px;
  }

  .other_service img {
    width: 55px;
  }

  .service_intro {
    margin-bottom: 35px;
  }

  .intro_text.jobs h1:after {
    bottom: 20px;
    right: 0px;
  }

  .job_box h2 {
    font-size: 20px;
    line-height: 27px;
    margin-left: 0;
  }

  .job_brief ul {
    margin: 25px 0 0 0px;
  }

  .job_brief ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job_box .button {
    margin-left: 0;
    width: 100%;
  }

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

  .jobs_view h2 {
    font-size: 17px;
  }

  .jobs_view h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .line-section.jobs {
    margin: 40px 0 40px 0;
    padding: 30px 5px;
  }

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

/* ===================== PRODUCTS ===================== */
.page_title{margin-top: 200px;}
.page_title h1{font-size: 45px;  color: #262626;  font-weight: 700; line-height: 70px;padding-bottom: 20px;}



h1.heading_line.products_home{
  color:#202f5b;
  font-size:30px;
  text-align:left;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
 
}
h1.heading_line.products_home::after{width: 9%; margin-left: 25px; right:unset; top:17px;border-bottom: 3px solid #8ad6e3;}

.product_text.page_content{background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(61,187,209,1) 100%); padding: 30px; margin-bottom: 7%;margin-top: 25px; position:relative;overflow:hidden;}
.product_text.page_content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/layout/symbol_menu_bg.svg);
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  background-position: right center;
  overflow: hidden;
  z-index: 1;
  background-size: 480px;
}

.product_text.page_content p{color:#fff; z-index:2; position: relative;}
.product_text.page_content p::before{content: '';
    display: inline-block;
    height: 29px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/checked.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -9px;}
.product_details p{font-size: 20px; color: #6f7592;  font-weight: 700; line-height:30px;  margin-top: 0px;}
.product_title.smaller{color: #F5A61B; font-size: 22px; text-align: left;  position: relative;  padding-right: 25%; font-weight: 700;  margin-top: 30px;}
.product_title.smaller::after{    border-bottom: 2px solid #8ad6e3;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 12px;
    bottom: 0;
    width: 20%;
    margin-left: 16%;}


.product_image {margin-bottom: 50px;box-shadow: 0px 0px 5px #c5c5c5;}
.product_image img{width:100%;display:block;}
.product_box{
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%);
}

.product_box .row {
  margin-left: 0;
  margin-right: 0;
}
.product_box .align-items-center {
  -webkit-align-items: center!important;
  -moz-box-align: center!important;
  align-items: center!important;
}
.product_box .product_box_image{
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_box .product_box_image:before {
  opacity: 0;
  visibility: hidden;
}
.product_box:hover .product_box_image img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.product_box .product_box_image img {
  border-radius: 5px;
  width: 100%;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 100%;;
}

.product_box .product_box_image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.product_box_text{border-radius: 5px;  position: relative;  padding: 25px;}
.product_box_text h2{
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
  color: #202f5b;
}

.product_box_text h4{
  font-size: 20px;
  color: #6f7592;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  border-bottom: 2px solid #f1f1f1;
}
.product_intro p{
  border-left: 5px solid #F5A61B;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #545;
  background: #fff;
  padding: 10px 10px 10px 20px;
}
@media(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1199px) {
  .product_box_text h4{
    font-size: 18px;
  }
  .product_title.smaller::after{margin-left: 20%;}
}
@media(max-width: 991px) {
	.product_title.smaller::after { margin-left: 25%;}
}
@media(max-width: 767px) {
  .product_title.smaller::after{
    /*right:15px;*/
	right: unset;
    margin-left: 35%;
  }
}
@media(max-width: 575px) {
  .product_box_text h4{font-size:16px; line-height:20px;}
  .product_title.smaller::after{margin-left: 43%;}
}
@media(max-width: 420px) {
  .product_title.smaller::after{margin-left: auto; right: 15px;width: 30%;}
}

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

/* ===================== VALORIES ===================== */
.valories {
  background: url(../img/layout/assets/asset_03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  margin: 100px 0 0;
}

.valories_fg {
  background: #fff;
	margin-bottom: 40px;
}

.valories_header {
  background: #262626;
  padding: 35px;
}

.valories_header h1 {
  color: #fff;
  font-size: 44px;
}

.valories_header p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.valories_box {
  display: flex;
  padding: 20px;
}

.valories_box img {
  width: 100px;
}

.valories_box p {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  font-size: 18px;
}

.valories_box p strong {
  font-size: 32px;
  margin-bottom: 10px;
  color: #262626;
  /* padding-bottom: 10px; */
  /* border-bottom: 5px dotted #262626; */
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .valories_box p {
    padding: 0 15px;
    font-size: 15px;
  }

  .valories_box p strong {
    font-size: 28px;
  }

  .valories_header h1 {
    font-size: 38px;
  }
  .valories_header p {
    line-height: 1.5;
  }
}
@media(max-width: 1199px) {
	.valories_box {
		border-bottom: 1px solid rgba(90, 112, 126, 0.20);
	}

	.valories_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

	.valories_header {
    text-align: center;
	}
}
@media(max-width: 991px) {
	.valories {
	  padding: 40px 30px;
	}

	.valories_box p {
    font-size: 14px;
	}
}
@media(max-width: 767px) {
	.valories_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.valories_box img {
    width: 85px;
    margin: 10px 0;
	}

	.valories {
    margin: 70px 0 0;
	}
}
@media(max-width: 575px) {
	.valories_header h1 {
    font-size: 32px;
	}
}
@media(max-width: 420px) {
	.valories {
    padding: 20px 0px;
	}
	.valories_header p {
    font-size: 13px;
	}
}

/* ===================== END VALORIES ===================== */

/* ===================== STAFF ===================== */

.staff {
  background: #262626;
}

.staff_wrapper {
  margin-top: 20px;
	background: #fff;
	padding: 20px;
}

.staff_wrapper h2 {
	font-weight: 700;
	color: #dd4223;
	font-size: 32px;
}

.staff_wrapper_header {
  margin-bottom: 20px;
}


.staff h1 {
  padding: 20px;
  display: inline-block;
  /* background: #dd4223; */
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.staff_box {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff_box img {
  width:180px;
}
.staff_box p {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1.3px;
  font-size: 18px;
  background: #dd4223;
  padding: 0px 20px;
  margin-top: 20px;
	display: flex;
  flex-direction: column;
}

.staff_box p span {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	margin-top: 2px;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
}

.staff_header {
  margin-top: -73px;
}

.staff_element {}


@media(min-width: 1500px) {}
@media(max-width: 1499px) { 
  .staff_box img {
    width: 160px;
  }
}
@media(max-width: 1199px) {
  staff_box_col{
    width:50%;
  }
  .staff_box img {
    width: 160px;
  }
  .staff_box p {
    font-size: 15px;
    padding: 5px 5px;
  }
}
@media(max-width: 991px) {
	.staff_header_title {
	  justify-content: center;
	}
	.staff_header_desc {
    text-align: center;
	}

	.staff_header {
		margin-top: -103px;
	}

	.staff_box {
    padding: 5px 0;
	}

	.staff {
		padding: 40px 30px 0;
	}

	.staff h1 {
    padding: 15px 20px;
	}

	.valories_fg {
    background: #fff;
    margin-bottom: 55px;
	}

	.staff_wrapper_header {
    text-align: center;
	}

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

	.staff_box img {
	    width: 110px;
	}

}
@media(max-width: 767px) {
  staff_box_col{
    width:100%;
  }
	.staff_box img {
		width: 135px;
	}
	.staff_box {
		border-bottom: 1px solid rgba(222, 222, 222, 0.15);
		padding: 20px 0 20px;

	}

	.staff_box.last {
		border-bottom: 0px solid rgba(0, 0, 0, 0);
	}

}
@media(max-width: 575px) {
	.staff_header_desc p {
    font-size: 15px;
	}
}
@media(max-width: 420px) {
	.staff_box img {
    width: 125px;
	}
	.staff {
    padding: 40px 0px 0;
	}
}


/* ===================== END STAFF ===================== */

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

.home_blog_box p {
 font-size: 16px;
 line-height: 28px;
 font-weight:200;
 margin-top:20px;
 padding-right: 0;
}

.home_blog_box strong i {
  transform: rotate(45deg);
  color: #dd4223;
}

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

.home_blog_box {
  color: #000;
  margin-bottom: 60px;
}
.home_blog_box.cyane {
  color: #fff;
  margin-bottom: 20px;
  background: #F5A61B;
}
.home_blog_box .button:hover strong,
.home_blog_box .button:hover i {
  color: #ffffff;
}

.home_blog_box .button::after {
  background: #dd4223;
}

.home_blog_box .button::before {
  background: #262626;
}
.news_button{margin-top: 35px; display: grid;}
.news_button a{text-decoration: underline; font-size: 20px; font-weight: 700;}
.news_button:hover{color: #262626; text-decoration: none;}
.home_blog_box .home_blog_box_top { padding: 50px 25%; display: block; }
.home_blog_box .home_blog_box_top.section-home .button{display:flex}
.home_blog_box .home_blog_box_top img{width: 100%; border-radius: 100%; padding-top: 5%; padding-bottom: 2%;}

.news_section_view .home_blog_box.blog_view{margin-bottom:0px}
.home_blog_box.blog_view .home_blog_box_top{padding: 50px 15%;}
.home_blog_box.blog_view .home_blog_box_top img{padding-top: 4%;}
.home_blog_box.blog_view h4{font-size:25px}
.news_section_view{padding-right:0px;padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_blog_box.blog_view .button {display:flex; padding-bottom: 7%;}
.home_blog_box.blog_view .button strong{color:#fff}
.home_blog_box.blog_view .button i { border: 2px solid #fff;}
.home_blog_box.blog_view .button i::before { color:#fff;}
.home_blog_box.cyane {color: #fff;margin-bottom: 20px;background: #F5A61B;}
.home_blog_box.blog_view.cyane {background: #F5A61B;}

.home_blog .article-view h2{font-size: 50px; color: #262626; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view h3{font-size: 30px; color: #F5A61B; font-weight: 700;line-height: 70px;display: inline;}
.home_blog .article-view p{ color: #262626; }
.home_blog .article-view a {color: #262626; }
.home_blog .article-view a:hover{color: #F5A61B; }

.home_blog_box_top.more_news{padding: 50px 10% 10px 10%; height:20vh}
.home_blog_box .button strong{color:#fff}
.home_blog_box .button {
  letter-spacing: 0;
  border: 1px solid #000;
  padding: 10px 25px;
  margin-top: 10px;
  margin-left: 3px;
  font-size: 15px;
  transition: all 0.6s ease-in-out;
}

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

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

.home_blog {
  padding: 70px 0;
  background: #f9f9f9;
}

.home_blog h2 {
  /* border-bottom: 5px solid rgba(13, 35, 49, 0.25); */
  display: inline-block;
  font-size: 38px;
  font-weight: 200;
  margin-bottom: 35px;
}
.home_blog h4 {
 color: #fff;
 font-weight: 700;
 font-size: 32px;
}

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


.home_blog h2  i {
  transform: rotate(-95deg);
}

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

.blog.home .dynamic-content h2 {
  font-size: 26px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0px;
  border-left: none;
  position: relative;
  font-weight: 600;
}

.blog.home .dynamic-content h2:after {
  content: '';
  border-bottom: 4px solid #F5A61B;
  height: 2px;
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -10px;
}

.home_blog_box p.service_no {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #f5a61b;
}

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

.image_news p {
  color: #fff;
  margin: 0 auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog.home .dynamic-content {
  padding-top: 100px;
}

.blog.view .icon-section img {
  width: 370px;
  padding: 30px;
}

.blog.view .services_view h1:after {
  content: '';
}

.blog.view .icon-section {
  margin-bottom: 0;
  padding: 55px 5px;
}

.blog_info {
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.blog_info img {
  background: #fff;
  padding: 30px;
  border: 1px solid #ffc107;
  border-left: 4px solid #f5a61b;
  width: 350px;
  margin-top: -100px;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}

.blog_info .service_description {
  position: relative;
  margin-bottom: 0;
  margin-top: 45px;
}

.blog_info .service_description p {
  margin: 5px 0px 10px 0px;
  font-size: 20px;
}

.blog_info .service_description.no-image p {
  margin: 5px 0px 10px 0px;
}

@media(min-width: 1500px) {}
@media(max-width: 1499px) {

  .home_blog .article-view h2{font-size: 40px;line-height: 50px;display: inline;}
  img.overview-image.blog_view_img{max-width: 600px; }
  .home_blog_box_top.more_news p {line-height: 22px;}
}
@media(max-width: 1200px) {
  .home_blog_box .home_blog_box_top {font-size: 13px;}
  .home_blog_box strong {font-size: 15px;}
  .home_blog_box.blog_view h4 { font-size: 22px;}
  .home_blog_box p {line-height: 25px;}
  .news_section_view .home_blog_box.blog_view {margin-top: 20px;}
  .home_blog .article-view h2{font-size:30px;line-height: 30px;}
  img.overview-image.blog_view_img{max-width: 550px;padding:30px 0px 30px 90px;}
  .home_blog_box .button i{padding: 15px; font-size: 20px;}
  .home_blog_box_top.more_news { padding: 25px 10% 10px 10%;}
  .home_blog_box_top.more_news p {margin-top: 15px;}
}
@media(max-width: 991px) {
  .news_section_view{margin-bottom:20px;}
  .home_blog_box .home_blog_box_top{padding: 50px 15%;}

  .home_blog .article-view h2{font-size:26px;line-height: 30px;display: flex;}
  img.overview-image.blog_view_img{max-width: 410px; padding-left: 50px;}
  .home_blog_box_top.more_news {padding: 28px 15%;}
}
@media(max-width: 767px) {

	.home_blog h2 {
    display: flex;
    justify-content: center;
		color: #262626;
	}

	.home_blog h2 i {
    margin-right: 5px;
	}

	.home_blog h2 strong {
		margin-left: 5px;
	}
  .home_blog_box .home_blog_box_top{padding: 50px 10%;}
  .home_blog h4{font-size: 26px;}

  .home_blog .article-view h2{font-size:24px;line-height: 28px;}
  img.overview-image.blog_view_img{max-width: 350px; padding-left: 40px;}
  .home_blog_box_top.more_news {padding: 30px 8%;}
}
@media(max-width: 575px) {
	
  .home_blog_box .home_blog_box_top{padding: 50px 8%;}
  .home_blog h4{font-size: 28px;}
  .home_blog_box .home_blog_box_top p {font-size: 16px;}

  .blog .home_blog .article-view h2{font-size:30px;line-height: 34px;display: block;}
  img.overview-image.blog_view_img{max-width: unset; padding-left: 0px;}
 
  .home_blog_box .home_blog_box_top.more_news { padding: 10% 8%;} 
}
@media(max-width: 420px) {
	.home_blog .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.home_blog {
    padding: 40px 0;
	}
  .blog .home_blog .article-view h2{font-size:28px;line-height: 32px;}
}

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

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

	.blog .no_results {
		text-align: center;
	}

	.blog .no_results i {
		font-size: 44px;
	  color: #dd4223;
	  background: #262626;
	  border-radius: 3rem;
	  width: 35px;
	  height: 35px;
	  margin-bottom: 15px;
	}

	.blog .no_results p {
		font-size: 32px;
		font-weight: 100;
		color: #262626;
	}

	.article_created {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.article_created i,
	.article_created strong {
		height: 25px;
		display: flex;
		align-items: center;
	}

	.article_created i {
		background: #dd4223;
		color: #fff;
		font-size: 13px;
		padding: 0 5px;
	}

	.article_created strong {color: #F5A61B; text-transform: uppercase;font-size: 18px;}
	.article_created strong::after {border-bottom: 2px solid #8ad6e3;  content: "";  font-size: 0;   height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px; top: 12px;  bottom: 0; width: 20%; margin-left: 122px;}


	#related_blogs .swiper-button-next, #related_blogs .swiper-button-prev {
    color: #fff;
    background: #262626;
    padding: 20px;
	}

	#related_blogs .swiper-button-next:after,
	#related_blogs .swiper-button-prev:after {
    font-size: 18px;
	}

	#related_blogs .swiper_navi_wrapper {
		display: flex;
    justify-content: flex-end;
    margin-top: 10px;
	}

	#related_blogs .swiper_navi_wrapper .swiper-button-next, #related_blogs .swiper_navi_wrapper .swiper-button-prev {
    right: 0;
	}

	#related_blogs .swiper_navi.swiper_navi_no_img {
    position: relative;
    width: 100px;
    height: 50px;
	}

	#related_blogs.home_blog {
		padding: 0;
	}

	#related_blogs.home_blog .swiper-slide .home_blog_box {
		margin-bottom: 0;
	}

	.related_blogs_wrapper {
	  margin: 40px 0;
	}

	.related_blogs_header {
    margin-bottom: 15px;
    width: 100%;
	}

	.related_blogs_header p {color: #F5A61B; font-size: 22px; text-align: left;  position: relative; padding-right: 25%; font-weight: 700;  margin-top: 30px;}
	.related_blogs_header p::after {border-bottom: 2px solid #8ad6e3; content: ""; font-size: 0;  height: 0; line-height: 0; overflow: hidden;  position: absolute;  right: auto;  text-indent: -9999px;
    top: 12px; bottom: 0; width: 10%;  margin-left: 15px;}

	.related_blogs_header i {
		background: #dd4223;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	}


@media(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: #de7622;
  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) {
  .section_home.about h1 span.orange {
    display: contents;
    white-space: unset;
  }

  .accordion-slide-content {
    max-width: 80%;
  }

  .accordion:after {
    width: calc(62% - 13px);
  }

  .accordion-slide.active:before {
    margin-left: 45px;
  }

  .accordion-slide.active .accordion-slide-label .accordion_title {
    padding: 35px 50px 35px 50px;
  }

  .section_home.equipment h2 {
    padding-right: 0px;
  }

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

  .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_bg .dynamic_page h1 {
    width: 70%;
  }

  .service_text {
    width: 70%;
  }

  .contact_info {
    margin-left: 10px;
  }

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

  .intro_text {
    padding: 55px 100px 35px 60px;
    width: 55%;
  }

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

  .service_box img {
    width: 65px;
  }

  .service_box h3 {
    font-size: 21px;
    line-height: 28px;
  }

  .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) {
  header #logo {
    width: 280px;
    height: 80px;
  }

  .services_wrap {
    margin-top: 90px;
    margin-left: 0px;
  }

  .accordion-slide.active .accordion-slide-label {
    font-size: 42px;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .accordion-slide-label {
    font-size: 30px;
  }

  .accordion-slide-content {
    max-width: 85%;
    padding: 40px 60px 40px 50px;
  }

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

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

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

  .general_form p {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  #map {
    margin-left: 60px;
  }

  .contact_info {
    margin-left: 0px;
    margin-right: 0;
    width: 49%;
  }

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

  .intro_text:before {
    width: 400px;
    height: 400px;
    top: -200px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 42px;
    line-height: 52px;
    margin-left: -70px;
    padding-bottom: 60px;
  }

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

  .service_box img {
    width: 75px;
  }

  .service_box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
  }

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

  .section_home.about {
    padding: 150px 0 120px 0;
  }

  .home_highlight .about_box p {
    font-size: 22px;
  }

  .slide_content {
    width: 80%;
  }

  .slide_content h1 {
    font-size: 55px;
    line-height: 70px;
  }

  .advantages_list ul li {
    width: 49%;
    padding-right: 40px;
  }

  .section_home.advantages_home h1 {
    font-size: 42px;
    width: 85%;
  }

  .footer_box img {
    width: 300px;
  }

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

  .footer_box h6 {
    font-size: 21px;
  }

  .social_media {
    margin-left: 105px;
  }
}

@media only screen and (max-width: 1350px) {
  .header_inner p a {
    padding: 15px 35px; 
  }

  .accordion-slide-content {
    max-width: 90%;
    padding: 35px 40px 35px 40px;
  }

  .accordion-slide.active:before {
    margin-left: 40px;
  }

  .accordion-slide-label {
    font-size: 28px;
  }

  .accordion:after {
    width: calc(62% - 25px);
  }

  .accordion-slide-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .services_home .button {
    margin-top: 20px;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    margin-bottom: 12px;
  }   

  .accordion-slide.active .accordion-slide-label {
    font-size: 38px;
  }

  .accordion-slide.active .accordion-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;
  }

  .service_text {
    width: 75%;
    margin-top: 40px;
  }

  .general_form {
    padding: 70px 0;
  }

  .general_form p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 45px;
  }

  .general_form p.note {
    font-size: 17px;
  }

  .contactform .submit input {
    padding: 13px 60px 13px 60px;
  }

  .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: 28px;
    padding-bottom: 12px;
  }

  .pages.view .section_home.about h1 {
    font-size: 42px;
    padding-left: 80px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 37px;
    line-height: 47px;
  }

  .intro_text {
    padding: 40px 100px 30px 40px;
    width: 60%;
  }

  .intro_text:before {
    width: 320px;
    height: 320px;
    top: -135px;
  }

  .dynamic_bg {
    margin-top: 30px;
    margin-left: 50px;
  }

  .home_highlight .about_box p.title {
    font-size: 70px;
  }

  .service_box {
    margin: 0px 0px 35px 0px;
  }

  .services_wrap {
    margin-top: 70px;
    margin-left: 0px;
  }

  .service_box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
  }

  .service_box img {
    width: 70px;
  }

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

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

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

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

  .home_highlight p {
    font-size: 28px;
    line-height: 45px;
    margin-top: 50px;
  }

  .about_box p.title small {
    font-size: 40px;
  }

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

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

  .footer_box img {
    width: 100%;
  }

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

  .social_media {
    margin-top: 25px;
    margin-left: 80px;
  }

  .social_media img {
    width: 23px;
    margin-right: 25px;
  }

  .footer_box .box_half p {
    margin: 0px 0 8px 0;
    font-size: 19px;
  }

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

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

  header {
    padding: 20px 0 35px 0;
  }

  header #logo {
    width: 240px;
    height: 70px;
  }

}

@media only screen and (max-width: 1199px) {
  .image_news p {
    font-size: 50px;
    line-height: 50px;
  }

  .accordion {
    height: auto;
    margin-top: 65px;
    flex-direction: column;
    margin-left: -15px;
  }

  .accordion-slide.active .accordion-slide-label .accordion_title {
    padding: 30px 40px 30px 10px;
    display: block;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .accordion-slide.active {
    padding-top: 150px;
  }

  .accordion-slide-label p.number {
    font-size: 28px;
    position: absolute;
    top: 15px;
    transform: none;
  }

  .accordion-slide-label img.tab_ergou {
    transform: rotate(90deg);
    position: relative;
    top: -70px;
    margin-right: 30px;
    margin-left: 40px;
  }

  .accordion:after {
    width: calc(100% - 8.333% - 15px);
    left: 0;
  }

  .accordion_title {
    padding: 25px 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .accordion-slide.active:before {
    margin-left: 0px;
    transform: rotate(90deg);
    right: 40px;
  }

  .accordion-slide-content {
    max-width: 85%;
  }

  .accordion-slide-label {
    position: relative;
    writing-mode: unset;
    transform: none;
    padding-left: 30px;
    padding-top: 45px;
  }

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

  .service_text {
    width: 90%;
  }

  #map {
    margin-left: 30px;
  }

  .general_form p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .general_form {
    padding: 50px 0;
  }

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

  .section_home .dynamic_bg h1 {
    font-size: 34px;
    line-height: 43px;
    margin-left: -25px;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 82%;
    z-index: 1;
  }

  .intro_text {
    padding: 40px 50px 20px 50px;
    width: calc(100% - 50px);
  }

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

  .section_home .home_highlight.about {
    padding-right: 30px;
  }

  .service_box img {
    width: 59px;
  }

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

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

  .services_wrap {
    margin-top: 60px;
    margin-left: 0px;
  }

  .home_highlight p {
    font-size: 25px;
    line-height: 40px;
  }

  .section_home h1 img {
    margin-right: 30px;
  }

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

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

  .about_box p.title small {
    font-size: 32px;
  }

  .home_highlight .about_box p.title {
    font-size: 60px;
  }

  .slide_content h1 {
    font-size: 47px;
    line-height: 60px;
  }

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

  .social_media img {
    margin-right: 20px;
  }

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

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

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

  header {
    padding: 12px 15px 30px 15px;
  } 

  .home_blog_box .button {
    font-size: 14px;
    margin-top: 0;
  }

  .home_blog_box p.service_no {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

  header.header_fixed .header_inner p a {
    padding: 12px 30px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .image_news {
    height: calc(50vh + 17px);
  }

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

  .service_text p {
    padding-bottom: 15px;
  }

  .section_home.services_bg .dynamic_page h1 {
    width: 80%;
  }

  .service_text {
    width: 100%;
  }

  .general_form {
    padding: 50px 15px; 
  } 

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

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

  #map {
    height: 530px;
    width: auto;
    margin: 0;
  }

  .contact_info {
    margin-top: 40px;
  }

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

  .dynamic_text h2 {
    font-size: 24px;
    padding-top: 20px;
  }

  .pages.view .section_home.about h1 {
    font-size: 40px;
    padding-left: 90px;
  }

  .intro_text {
    padding: 40px 40px 20px 40px;
    width: 100%;
    position: relative;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

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

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

  .services_wrap {
    margin-top: 20px;
  }

  .section_home.about {
    padding: 30px 0 100px;
  }

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

  .about_shadow {
    height: 75%;
    width: calc(100% - 8.3333% - 15px);
    top: auto;
    bottom: 0;
  }

  .slide_content {
    width: 100%;
    padding: 0 15px;
  } 

  .slide_content .button.orange {
    margin: 40px auto 0 
  }

  .scrollButtonContainer img {
    width: 100px;
    height: 85px;
  }

  .slide_content h1 {
    font-size: 42px;
    line-height: 60px;
  }

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

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

  .footer_box img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .social_media {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
  }

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

  #hide_991 {
    display: none;
  }

  header #logo {
    width: 260px;
    height: 70px;
  }

  header {
    padding: 15px 25px 30px 20px;
  }

  .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) {
  .image_news {
    height: calc(45vh + 17px);
  }

  .accordion-slide.active .accordion-slide-label {
    font-size: 34px;
  }

  .accordion-slide.active {
    padding-top: 130px;
  }

  .accordion-slide-content {
    max-width: 90%;
  }

  .accordion-slide-label p.number {
    font-size: 26px;
    top: 19px;
  }

  .accordion-slide-label {
    font-size: 26px;
  }

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

  .services_home .accordion .button {
    margin: 25px 0 0 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: 23px;
  }

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

  .service_box img {
    width: 60px;
  }

  .service_box h3 {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .services_home .button {
    display: block;
    margin: 30px auto 0 auto;
    float: none;
  }

  .services_wrap {
    margin-top: 55px;
  }

  .home_highlight p {
    font-size: 23px;
    line-height: 36px;
  }

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

  .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: 38px;
    line-height: 48px;
  }

  .section_home.advantages_home {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  header.header_fixed .toggle-nav {
    width: 40px;
    height: 35px;
    margin-top: 12px;
  }

  header #logo {
    width: 240px;
    height: 65px;
  }

  .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) {
  .image_news {
    height: calc(35vh + 17px);
  }

  .accordion:after {
    left: 0;
    bottom: -30px;
    height: 30px;
  }

  .accordion-slide-label {
    padding-left: 20px;
  }

  .accordion-slide.active .accordion-slide-label {
    font-size: 32px;
  }

  .accordion-slide.active:before {
    top: 40px;
    background-size: 45px;
    width: 45px;
    height: 45px;
  }
  
  .accordion {
    margin-top: 50px;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    font-size: 26px;
  }

  .accordion-slide-label img.tab_ergou {
    top: -70px;
    margin-left: 30px;
    bottom: 0;
    width: 45px;
  }

  .accordion-slide-content {
    padding: 30px 30px 35px 30px;
  }

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

  .general_form {
    padding: 40px 0px;
  }

  .general_form p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
  }

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

  .contact_info .line {
    margin-bottom: 12px;
    margin-top: 10px;
  }

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

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

  .intro_text {
    padding: 30px 30px 15px 30px;
  }

  .section_home .dynamic_bg h1 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .service_box img {
    width: 55px;
  }

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

  .service_box h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .about_data {
    flex-direction: column;
  }

  .about_shadow {
    height: 81%;  
  }

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

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

  .footer_box img {
    max-width: 280px;
  }

  footer {
    padding: 50px 0px;
  }

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

  header #logo {
    width: 215px;
    height: 65px;
  }

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

  header {
    padding: 8px 20px 25px 15px;
  }

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

  .blog.view .services_view h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-image {
    padding-left: 0;
  }

  .blog_info img {
    padding: 25px;
    width: 300px;
    margin-top: -80px;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .blog_info .service_description {
    margin-top: 25px;
  } 

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

  .blog.home .content-991 {
    padding: 0;
  }

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

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

  .home_blog_box p.service_no {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 20px;
  }

  .home_blog_box .button {
    font-size: 13px;
    padding: 8px 20px;
  }

  .home_blog_box p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog_info {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width:549px) {

	#top_bar {display:none;}

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

	.maps_link span {display:none;}
}

@media only screen and (max-width:479px) {
	/*#header {  background: red; }*/

	.footer_box p.footer_heading { font-size:20px; }

	.video_frame {min-height:250px!important;}

	#home_content .ppg_logo {float:none; display:block; margin:0 auto 10px auto;}

	.home_service.location .home_link{ background-position: center 20px;	}
	.home_service.video .home_link{ background-position: center 20px;	}
	.home_service.facebook .home_link{ background-position: center 20px;	}

	#slideshow p.heading1 { font-size:36px;line-height:40px; margin-left:50px;}
	#slideshow p.heading2 { font-size:24px; line-height:28px; margin-left:50px; }
	#slideshow a.heading_link { font-size:18px; margin-left:50px; }

  .home_blog_box .flex_box {
    flex-direction: column;
  }
  .home_blog_box .flex_box.left {
    flex-direction: column-reverse;
  }

  .service_other_text h2 {
    font-size: 19px;
    line-height: 28px;
    margin-left: 20px;
  }

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

  .service_intro {
    margin-bottom: 40px;
  }

  .section_home .other_services h1 {
    margin-bottom: 30px;
  }

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

  .other_service {
    align-items: center;
  }

  .service_intro p {
    margin: 0px 0 10px 0;
  }

  .accordion-slide.active:before {
    right: 30px;
  }

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

  .accordion {
    margin-top: 40px;
  }

  .accordion-slide.active .accordion-slide-label .accordion_title {
    padding: 25px 15px 25px 0px;
  }

  .accordion-slide-label p.number {
    font-size: 24px;
    top: 15px;
  }

  .accordion-slide-label {
    padding-top: 40px;
  }

  .accordion-slide-label img.tab_ergou {
    top: -55px;
    margin-left: 20px;
    bottom: 0;
    width: 40px;
  }

  .accordion_title {
    padding: 15px 0px;
  }

  .accordion-slide-label {
    font-size: 23px;
  }

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

  .accordion-slide-content {
    max-width: 100%;
  }

  .services_home .accordion .button {
    margin: 15px 0 0 0;
    padding: 12px 25px;
    font-size: 14px;
  }

  .accordion-slide-content p {
    font-size: 17px;
    line-height: 27px;
  }

  .accordion-slide-content {
    padding: 20px 20px 30px 20px;
  }

  .accordion-slide.active .accordion-slide-label {
    font-size: 28px;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    margin-bottom: 15px;
  }

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

  .equipment img {
    width: 60%;
  }

  .sun_graphic {
    height: 30%;
    width: 82%;
    top: -200px;
  }

  .section_home.services_home h1.small {
    font-size: 26px;
    padding-left: 55px;
  }

  .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: 21px;
    padding-bottom: 10px;
  }

  .section_home .dynamic_page h1:after {
    height: 17px;
  }

  .home_highlight .about_box p.title {
    font-size: 57px;
  }

  .section_home.services_home {
    padding-bottom: 55px;
  }

  .section_home .home_highlight.about {
    padding-right: 0px;
  }

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

  .slide_content h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .about_shadow {
    height: 83%;
  }

  .section_home.about {
    padding: 85px 0 75px 0;
  }

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

  .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 {
    padding: 40px 0px;
  }

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

  .footer_box img {
    max-width: 250px;
  }

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

  header {
    padding: 8px 15px 25px 10px;
  }

  .home_blog_box .flex_box .col-3, .home_blog_box .flex_box .col-9 {
    width: 100%;
    max-width: 100%;
  }

  .blog_info {
    margin-bottom: 50px;
  }

  .home_blog_box .flex_box .col-9 {
    padding: 0;
  }

  .text-image {
    padding-left: 0px;
    margin-top: 15px;
  }

  .home_blog_box {
    margin-bottom: 40px;
  }

  .blog.home .dynamic-content {
    padding-top: 60px;
  }

  .blog_info img {
    width: 270px;
    padding: 20px;
  }

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

@media only screen and (max-width: 420px) {
  .image_news {
    height: calc(30vh + 17px);
  }

  .service_icon img {
    width: 45px;
  }

  .accordion-slide-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .accordion-slide.active:before {
    right: 20px;
    top: 25px;
    background-size: 42px;
    width: 42px;
    height: 42px;
  }

  .accordion-slide-label p.number {
    font-size: 22px;
  }

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

  .accordion-slide-label {
    font-size: 20px;
  }

  .accordion-slide-label img.tab_ergou {
    top: -60px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .accordion-slide.active .accordion-slide-label .accordion_title p {
    font-size: 18px;
  }

  .accordion-slide.active .accordion-slide-label p.number.active {
    font-size: 24px;
  }

  .accordion-slide.active .accordion-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;
  }

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

  .service_text {
    margin-top: 25px;
  }

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

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

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

  .dynamic_text h2 {
    font-size: 20px;
    padding-bottom: 8px;
  }

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

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

  .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 .other_services h1 {
    margin-bottom: 20px;
  }


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

  .home_highlight p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }

  .about_shadow {
    height: 86%;
  }

  .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: 14px;
    padding: 12px 40px;
  }

  .prefooter .button.orange {
    padding: 12px 20px;
    margin-left: 45px;
    margin-top: 30px;
  }

  .footer_box h6 {
    margin-bottom: 12px;
  }

  .footer_box img {
    max-width: 230px;
  }

  .social_media {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .service_box {
    margin: 0px 0px 20px 0px;
  }

  .service_box img {
    width: 50px;
  }

  .service_box h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .services_wrap {
    margin-top: 50px;
  }

  .services_home .button {
    margin: 5px auto 0 auto;
  }

  header #logo {
    width: 190px;
    height: 60px;
  }

  header.header_fixed #logo {
    width: 160px;
    margin-bottom: 7px;
  }

  header.header_fixed .toggle-nav {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  header {
    padding: 4px 10px 22px 5px;
  }

  .toggle-nav {
    width: 32px;
  }

  .home_intro .button {
    margin: 10px auto 0 auto;
    background-position: 13px 17px;
    background-size: 25px;
  }

  .home_intro .button:hover {
    background-position: 200px 17px;
    padding: 12px 60px 12px 35px;
  }

  .blog_info img {
    width: 100%;
  }

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

  .image_news p:before {
    width: 30px!important;
    margin-left: 0px!important;
    margin-right: 10px!important;
    margin-top: 7px!important;
  }

  .image_news p:after {
    width: 30px!important;
    margin-left: 10px!important;
    margin-top: 7px!important;
  }

  .text-image {
    margin-top: 10px;
  }

  .home_blog_box p.service_no {
    margin-bottom: 5px;
  }

  .home_blog_box .button {
    font-size: 12px;
    padding: 8px 15px;
  }

  .home_blog_box p {
    line-height: 23px;
    font-size: 15px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 17px;
  }

  .blog.view .services_view h1 {
    font-size: 27px;
    line-height: 27px;
  }

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

@media only screen and (min-width:550px) and (max-width:767px){
	/*#header {  background: yellow; }*/
}

@media only screen and (max-width:767px) {

	#top_bar span {display:none;}

	.copyright p {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
	#wapp{float:none;}
	#wapp a{	margin:0 auto;	}

	.video_frame {min-height:300px;}

	.row.no-margins {    margin-right: 0px;  margin-left: 0px;}

}

@media only screen and (min-width:993px) and (max-width:1200px) {
	/*#header {  background: orange; }*/

	.footer_box p.footer_heading { font-size:22px; }
	.contactform div.input label { font-size:15px;}

	.maps_link span {display:none;}
	.home_service.smaller h2{font-size:20px;}
}

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


/* ==============ERROR PAGE================= */
.btn-er a{margin:unset;}

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