@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: "Manrope", sans-serif; vertical-align: baseline; }
:focus { outline: 0px none; }
ol, ul { list-style: none outside none; }
strong{font-weight: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: 18px;
  line-height: 34px;
  font-weight: 300;
  margin: 5px 0px;
  color: #002e6d;
}

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

b {
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

.no_scroll {
  overflow: hidden;
}

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

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

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

.padd {
  padding: 100px 0;
}

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

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

body { font-size: 14px; font-family: "Manrope", sans-serif; color:#000; background: #fff; }

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

.center {
  text-align: center;
}

.flex {
  display: flex;
}

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

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

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

.img-responsive {
  width: 100%;
}

.white_bg {
  background: #fff;
}

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

.blue_bg {
  background: #002e6d;
}

/* ====================== 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: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999999;
  transition: all .4s ease-out;
  padding: 40px 0 15px 0;
  background-color: #fff;
}

.pages.home header {
  background-color: transparent;
  padding: 18px 0 15px 0;
}

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

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

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

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

.menu_wrap {
  display: inline-block;
}

.image_shadow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgb(1 10 22 / 65%) 0%, rgb(0 15 35 / 49%) 40%, rgb(1 13 30 / 58%) 75%);
  z-index: 1;
}

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

.top_right .phone {
  width: 45px;
  margin-right: 28px;
  border-right: 1px solid #002e6d;
  padding: 30px 0;
  padding-right: 22px;
  background-image: url(../img/layout/phone_blue.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

.pages.home .top_right .phone {
  background-image: url(../img/layout/phone.svg);
  border-right: 1px solid #fff;
}

header.header_fixed .top_right .phone {
  width: 42px;
  background-image: url(../img/layout/phone.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #fff;
}

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

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

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


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

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


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

.banner_content p {
  width: 45%;
  float: right;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 100;
  top: 265px;
  position: relative;
}

.banner_content h1 {
  font-size: 75px;
  color: #fff;
  font-weight: 200;
  line-height: 85px;
  font-family: 'TikTok Sans', sans-serif;
}

.banner_content h1 span {
  display: block;
  color: #b5aa80;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 400;
}

.banner_content {
  z-index: 1;
  position: relative;
}

.banner_graphic {
  background-image: url(../img/layout/t_graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 100%;
  position: absolute;
  right: -90px;
  z-index: 1;
  bottom: 0;
  background-position: right bottom;
}

.scrollButtonContainer {
  position: absolute;
  z-index: 10;
  color: white;
  display: block;
  width: fit-content;
  left: 9.333333%;
  transition: all 1s;
  bottom: 110px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

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

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

.no_banner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 67vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px 0;
  min-height: 640px;
}

.no_banner.small {
  height: 60vh;
}

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

.no_banner .banner_graphic {
  width: 90%;
  height: 157%;
  bottom: -104%;
  right: -110px;
  z-index: 0;
}

.logomark {
  background-image: url(../img/layout/logomark.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 40%;
  height: 85%;
}

.pages_header {
  overflow: hidden;
  position: relative;
  height: 97vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
}

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

.pages_header.small_height {
  height: 68vh;
}

.pages_header.hero_image:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/layout/hero_graphic.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  z-index: 1;
}

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

.hero_image_text.half_height {
  height: 45vh; 
}

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

.service_btn:hover {
  color: #FF7700;
  background-image: url(../img/layout/arrow_orange_left.svg);
}


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

.home_image {
  margin-left: 80px;
}

.home_image img {
  width: 103%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.other_services_inner {
  display: flex;
}

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

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

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

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

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

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

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

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

.other_service img {
  width: 120px;
}

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

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

.list_check {
	 display: inline-block;
}

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

.page_graphic {
  background-image: url(../img/layout/page_graphic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -12px;
  width: 51%;
  height: 31px;
  bottom: 100px;
}

.lezanta_contact {
  background-image: url(../img/layout/lezanta_contact_us.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  margin-left: 310px;
  width: 100%;
  height: 200px;
  top: -20px;
}

.intro_text h1:after {
    content: '';

}

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

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

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

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

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

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

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

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

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

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

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

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

}

@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) {

}

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

#logo {
  position: relative;
  width: 167px;
  height: 75px;
}

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

.pages.home #logo a {
  background: url(../img/layout/logo.svg) no-repeat scroll center center transparent;
  background-size: 100%;
  background-position: left;
}

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

#navi ul li {
  display: inline-block;
  color: #002e6d;
  font-size: 19px;
  font-weight: 400;
  margin: 0 16px;
  transition: all 0.3s ease-in-out;
  font-family: "TikTok Sans", sans-serif;
  position: unset;
}

header.header_fixed #navi ul li {
  color: #fff;
  font-weight: 300;
}

.pages.home #navi ul li {
  color: #fff;
  font-weight: 300;
}

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

#navi ul li a {
  color: #002e6d;
}

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

.pages.home #navi ul li a {
  color: #fff;
}

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

#navi ul li.dropdown {
  padding-right: 5px;
}

#navi ul li.dropdown:after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/arrow_down_blue.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-top: 13px;
}

.pages.home #navi ul li.dropdown:after, header.header_fixed #navi ul li.dropdown:after {
  position: absolute;
  background-image: url(../img/layout/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
}

#navi li .dropdown_menu {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 99999 !important;
  width: 100%;
  height: auto;
  background: #002e6d;
  padding: 25px;
  display: none;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#navi li:hover .dropdown_menu {	display:block;}
#navi li .dropdown_menu ul  { float:left; width:100%; text-align:left;}
#navi li .dropdown_menu ul li {
  display: inline-flex;
  position: relative;
  width: 49%;
  font-size: 18px;
  text-transform: unset;
  padding: 7px 0;
  margin: 0px 0px 0px 0px;
  transition: all 0.5s ease 0s;
  font-weight: 400;
}
#navi li .dropdown_menu ul li a { color: #fff; }
#navi li .dropdown_menu ul li a:hover {
  border: 0px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease 0s;
}

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

.mob_menu {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 36px;
}

.switch input {
  display: none;
}

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

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

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

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

.languages a {
  display: inline-block;
}

.languages.lang-active a span {
  color: #fff!important;
  background: #759A4D;
}

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

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

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

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

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

.languages {
  display: inline-block;
  padding: 0px 0px;
}

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

.pagination .pages span.current {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.6em 0.9em 0.6em 0.9em;
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid #759a4d;
  background: #759a4d;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

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

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

.pagination .pages a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.6em 0.9em 0.6em 0.9em;
  margin-right: 2px;
  line-height: 18px;
  color: #759a4d;
  font-size: 18px;
}

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

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

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

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

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

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

.pagination .disabled {
    display: none;
}

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

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

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

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

.pagination a {
    position: relative;
}

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

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


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

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

  .languages a.selected_lang {
    font-size: 18px;
  }
}
@media(max-width: 1199px) {
  .other_services h1 {
    font-size: 35px;
    margin: 0 auto 50px auto;
  }

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

  .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) {

  #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) {
	.toggle-nav {
		width: 33px;
    height: 33px;
	}
	.toggle-nav i {
		font-size: 36px;
	}

  .header_inner {
    padding: 0 15px;
  }

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

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


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

  .pages.home .toggle-nav {
    background: url('../img/layout/menu.svg');
  }

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

	.show-nav .toggle-nav {
    background: url(../img/layout/close_blue.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain !important;
    width: 42px;
    height: 42px;   
	}

  .pages.home.show-nav .toggle-nav {
    background: url(../img/layout/close.svg) !important;
  }

  .show-nav header.header_fixed .toggle-nav {
    background: url(../img/layout/close.svg) !important;
  }

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

	#mobile-nav {
    background: #002e6d;
    flex-direction: column;
    justify-content: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(200%)!important;
    transform: translateX(200%)!important;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    padding-top: 120px;
	}

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

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

	#mobile-nav ul li {
    display: block;
    background: #00000001;
    width: fit-content;
    margin: 0 auto;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    height: auto;
    border: none;
    position: relative;
    padding: 0 20px;
    width: fit-content;
    margin: 0 auto;
    font-family: 'TikTok Sans', sans-serif;
	}

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

  .menu_social p {
    display: flex;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
  }

  .menu_social a {
    color: #fff;
  }

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

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

  .menu_social img {
    width: 18px;
    position: relative;
    margin-right: 15px;
  }

  .menu_social {
    background: #b5aa80;
    color: #fff;
    width: fit-content;
    padding: 30px 50px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
  }

  .menu_address.first {
    border-right: 1px solid #fff;
    padding-right: 40px;
  }

@media(min-width: 1500px) {}
@media(max-width: 1499px) {}
@media(max-width: 1200px) {}
@media(max-width: 991px) {
  #mobile-nav.active {
    display: flex;
    -webkit-transform: translateX(100%)!important;
    transform: translateX(100%)!important;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow-y: scroll;
  }

  .slider li.languages.lang-active:before {
    left: 0;
  }

}
@media(max-width: 767px) {
  .menu_label{
    margin-right: 70px;
  }

  .toggle-nav {
    width: 43px;
    height: 24px;
    margin-left: 20px;
  }

  #mobile-nav .banner_graphic {
    width: 250px;
    opacity: 0.6;
    right: -70px;
  }

}
@media(max-width: 575px) {
  header {
    padding: 20px 0px;
  }

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

  #mobile-nav .banner_graphic {
    width: 200px;
    right: -60px;
  }

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

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

}

@media(max-width: 479px) {
  .menu_social {
    padding: 20px 50px 12px 50px;
  } 

  .menu_social img {
    width: 16px;
    margin-right: 12px;
  }

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

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

@media(max-width: 420px) {
  header.header_fixed {
    padding: 5px 0px;
  }

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

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

  .menu_social {
    padding: 15px 50px 10px 50px;
  }

  #mobile-nav .banner_graphic {
    width: 165px;
    right: -30px;
  }

  .menu_social p {
    font-size: 17px;
    line-height: 27px;
    margin: 8px 0px 12px 0;
  }

  .menu_social img {
    width: 15px;
    margin-right: 10px;
  }

  #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: #ffffff !important;
  border: 5px solid #002e6d;
}

#cookie-consent-wrapper .content p{
	font-size:12px;
	font-weight:400;
	line-height:14px;
	padding:0px;
  color: #212A54!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: #002e6d !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;
  }
}


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

.footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer_left img.logo {
  width: 185px;
}

.footer_left .find_us a {
  display: flex;
  align-items: center;
}

.find_us img {
  width: 20px;
  margin-right: 12px;
}

.find_us p {
  color: #002e6d;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #002e6d;
  font-size: 17px;
}

.footer_top, .footer_bottom {
  display: flex;
  margin-left: 70px;
}

.footer_bottom .footer_box {
  float: right;
}

.footer_bottom .footer_box p {
  font-weight: 700;
}

.footer_bottom h6 {
  font-size: 45px;
  line-height: 50px;
  color: #b5aa80;
  font-weight: 450;
  font-family: 'TikTok Sans', sans-serif;
}

.footer_top {
  border-bottom: 1px solid #002e6d;
  margin-bottom: 30px;
  padding-bottom: 65px;
}

.footer_box.last {
  float: right;
}

.footer_box .button {
  margin-top: 10px;
  display: block;
  border: 1px solid #002e6d;
  width: fit-content;
  letter-spacing: 0 !important;
}

.footer_box .button:hover {
  color: #002e6d;
}

.footer_box.services {
  margin-left: -30px;
}

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

.footer_box p {
  font-weight: 500;
  margin: 0px 0;
}

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

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

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

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


.footer_box p a {
  color: #002e6d;
}

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

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

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

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

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

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

.newsletter_home {
  padding: 80px 0;
}

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

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

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

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

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

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

.footer_box a:hover {
  color: #002e6d;
  letter-spacing: 0.5px;
}

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

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

.footer_box.first {
  padding-right: 50px;
}

.footer_box.first p {
  font-size: 26px;
  color: #4b763e;
  line-height: 35px;
}

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

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

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

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

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

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

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

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

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

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

.footer_copyright {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.footer_copyright p {
  font-weight: 400;
}

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-bottom: 35px;
  display: flex;
  align-items: center;
}

.copyright p.middle { display: inline-block; font-size: 18px; line-height: 34px; margin: 0 20px; }

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

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

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

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

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

#wapp a {
  display: block;
  width: 90px;
  height: 30px;
  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.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; }
  ul.footer_menu li a { font-size: 16px; padding: 0 15px; margin-left: 15px; }
  .footer_box.borders:before, .footer_box.borders:after {
    height: 285px;
  }

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

  .footer_box img.location_footer {
    top: 11px;
    margin-right: 0px;
  }

  .footer_box .box_half p {
    width: 48%;
  }
}
@media(max-width: 1200px) {
  .footer_box h4 {
    font-size: 15px;
    margin-right: 20px;
  }
  .footer_box p.footer_subheading {
    font-size: 15px;
  }

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

  .footer_box img.location_footer {
    width: 27px;
  }

  .footer_box .btn-primary {
    font-size: 13px;
  }
  .footer_box ul {
    display: flex;
    flex-direction: column;
  }
  footer:hover .footer_heading:before {
    height: 460px;
    top: -65px;
  }
  .footer_heading {
    margin: 45px 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer_box .box_half p {
    width: 100%;
  }

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

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

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

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

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

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

  #wapp a {
    width: 85px;
  }

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

  .footer_box .box_half p {
    padding: 0;
  }

  .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_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;
  }
}
@media(max-width: 420px) {
  footer .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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


/* VALUES HOME
================================================== */
.values_box.first {
  background-color: #eeeeee;
}

.values_box.sec {
  background-color: #e1ddcc;
}

.values_box.third {
  background-color: #ccd5e2;
}

.values_box.fourth {
  background-color: #d9d9d9;
}

.values_box img {
  width: 38px;
  position: absolute;
  top: 25px;
}

.values_box {
  padding: 25px;
  height: 320px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.values_box h2 {
  font-family: 'TikTok Sans', sans-serif;
  color: #002e6d;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.values_box p {
  font-family: 'TikTok Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  padding-right: 100px;
}

.section_home.values_home h1 {
  position: absolute;
  bottom: -45px;
  right: 0;
}

.values_home {
  background-image: url(../img/layout/home_graphic_values.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
}



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

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

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

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





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

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

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

.required_field {
  position: absolute;
  color: #fff;
  font-weight: 400;
  bottom: 0;
  margin: 0;
}

.general_form > .col-lg-5,
.general_form > .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Make both columns the same height */
.general_form > .col-lg-5,
.general_form > .col-lg-7 {
    flex: 1;
}

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

.contactform .submit input {
  background-color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 0;
  padding: 15px 55px 15px 55px;
  position: relative;
  color: #002e6d;
  font-weight: 500;
  background-image: url(../img/layout/arrow_icon_blue.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: 10px;
  background-position: 33% center;
  margin-top: 20px;
}

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

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

.contactform .submit .btn-slide {
  transition: all 0.6s ease-in-out;
}
.contactform .submit:hover .btn-slide {
  color: #fff;
  background: #002e6d;
}
  
.blue_height {
  position: relative;
  background: #002e6d;
  height: 100px;
}

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

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

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder {
  color: #fff;
  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: 110px;
}

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

.contactform input[type="text"]:focus, .contactform input[type="text"]:hover {
  outline: none;
  background: #fff;
  color: #002e6d;
  padding: 6px;
}

.contactform textarea:focus, .contactform textarea:hover {
  outline: none;
  background: #fff;
  color: #002e6d;
  padding: 6px;
}

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

.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, #map2 {
  width: 100%;
  height: 690px;
}

.contact_form_wrap {
  padding-top: 0!important;
  position: relative;
}

.contact_form_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  border-bottom: 1px solid #fff;
  top: 123px;
  width: 100%;
}

.contact_form_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #b5aa80;
  width: calc(100% - 8.3333%);
  z-index: -1;
}

.contactform_title {
  padding: 40px 0;
  position: relative;
}

.contactform_title:after {
  content: '';
  position: absolute;
  right: -11.3333%;
  width: 11.33333%;
  background-color: #002e6d;
  height: 100%;
  top: 0;
}

.contactform_title p.subtitle {
  color: #fff;
  background-image: url(../img/layout/triangle_white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left;
}

p.balloon-first {
  font-size: 21px;
  font-weight: 500;
  font-family: 'TikTok Sans', sans-serif;
  border-bottom: 1px solid #002e6d;
}

.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: 19px;
  font-weight: 700;
  border-bottom: 1px solid #759a4d;
  color: #4b763e;
  margin-bottom: 10px;
  line-height: normal;
  padding-bottom: 5px;
}

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

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

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

.general_form {
  margin-top: 100px;
}

.general_form h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  line-height: 42px;
  padding-right: 100px;
}

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

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

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

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

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

}
@media(max-width:1270px) {
	.contact_box h1 {font-size: 36px;}
}
@media(max-width:1199px) {
  .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; }
   .intro_text {
    padding: 0 30px;
   }

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

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

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

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

    .second_box {
      margin-left: 20px;
    }

}

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

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

  .other_service {
    font-size: 19px;
  }

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

  .other_service img {
    width: 100px;
  }

  .service_text h2 {
    min-height: auto;
  }

  .other_services_inner {
    flex-direction: column;
  }

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

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

  .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) {
  .contactform input[type="text"], .contactform textarea {
    font-size: 17px;
  }

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

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

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

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

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

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

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

  .general_form .col-md-6, .general_form .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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


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

.home_intro {
  position: relative;
}

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

.home_intro .button {
  background-color: #00000001;
  padding: 12px 50px 12px 55px;
  background-image: url(../img/layout/arrow_white.svg);
  background-position: 10px 17px;
  background-size: 28px;
}

.home_intro .button:hover {
  background-color: #5e6d92;
  background-position: 235px 17px;
  padding: 12px 70px 12px 35px;
  color: #fff;
}

.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: 120px;
  padding-bottom: 120px;
  position: relative;
}

.simple_page {
  margin-top: 220px;
  padding-bottom: 100px;
  border-bottom: 1px solid #b5aa80;
}

.dynamic_content {
  margin-top: 50px;
}

.simple_page .dynamic_content h4 {
  font-family: 'TikTok Sans', sans-serif;
  color: #002e6d;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 20px;
}

p.subtitle {
  font-size: 25px;
  font-weight: 400;
  font-family: 'TikTok Sans', sans-serif;
  background-image: url(../img/layout/triangle_blue.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left;
  padding-left: 15px;
}

p.subtitle a {
  color: #002e6d;
}

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

.dynamic_title h1 {
  font-size: 65px;
  color: #002e6d;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 50px;
  font-family: 'TikTok Sans', sans-serif;
}

.dynamic_title h1 span {
  display: block;
  color: #b5aa80;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
}

.dynamic_intro {
  margin-left: -30px;
}

.dynamic_intro p {
  font-size: 32px;
  line-height: 47px;
  font-weight: 400;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home_intro .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 {
  padding: 18px 35px 18px 45px;
  border: none;
  background: #002e6d;
  border: 1px solid #002e6d;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  transition: all 0.6s ease-in-out;
  font-family: "TikTok Sans", sans-serif;
  background-image: url(../img/layout/arrow_icon.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 30px center;
  width: fit-content;
  overflow: hidden;
}

.button:hover {
  color: #002e6d;
}

.button:before, .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.button:before {
  border-right: 30px solid transparent;
  transform: translateX(-100%);
}

.button:after {
  border-left: 30px solid transparent;
  transform: translateX(100%);
}

.button:hover:before {
  transform: translateX(-30%);
}

.button:hover:after {
    transform: translateX(30%);
}

.button.white {
  background-color: #fff;
  color: #002e6d;
  background-image: url(../img/layout/arrow_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 30px center;
  font-weight: 400;
  border: 1px solid #fff;
}

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

.blog_title .button:before, .blog_title .button:after, .button.white:before, .button.white:after {
  border-top: 30px solid #002e6d;
  border-bottom: 30px solid #002e6d;
}

header.header_fixed .button {
  color: #002e6d;
  background-color: #fff;
  padding: 13px 30px 13px 40px;
  background-image: url(../img/layout/arrow_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 25px center;
  border: 1px solid #fff;
}

header.header_fixed .button:hover {
  color: #fff;
}

header.header_fixed .button:before, header.header_fixed .button:after {
  border-top: 30px solid #002e6d;
  border-bottom: 30px solid #002e6d;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.team h2 {
  color: #4b763e;
  font-size: 37px;
  font-weight: 800;
  margin-top: 30px;
  line-height: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #759a4d;
}

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

.team span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 5px 0px;
  color: #333;
}

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

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

.dynamic_description {
  margin-left: -30px;
}

.dynamic_description p {
  color: #fff;
  font-size: 52px;
  line-height: 65px;
}

.dynamic_description p .beige {
  color: #b5aa80;
}

.dynamic_values p.values_subtitle {
  font-size: 23px;
  margin-top: 30px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 140px;
}

.values_home.dynamic_values {
  background-image: url(../img/layout/graphic_about.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
}

.extra_description {
  display: flex;
  align-items: flex-start;
}

.extra_description p {
  padding: 15px 0;
  font-size: 21px;
  font-weight: 100;
  color: #fff;
}

.extra_description h3 {
  font-size: 42px;
  font-family: 'TikTok Sans', sans-serif;
  color: #fff;
  line-height: normal;
  margin-bottom: 15px;
}

.extra_description img {
  width: 90px;
  margin-bottom: 20px;
}

.extra_left {
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.extra_right {
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-left: 1px solid #fff;
}

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

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

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

.team_second {
  margin-top: 140px;
}

.team_third {
  margin-top: 180px;
}

.team_box {
  margin: 50px 25px 0 25px;
}

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

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

.gallery_view {
  width: 100%;
}

.equipment_inner {
  background-image: url(../img/layout/exoplismos_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 81vh;
  padding-bottom: 100px;
  width: 100%;
}

.equipment {
  margin: 100px 0 0 0;
  position: relative;
}

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

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

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

.equipment p {
  width: 52%;
  float: right;
}

.equipment h4 {
  font-family: 'Syne', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-top: 70px;
  background: #00000001;
}

.equipment_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 60vh;
  position: relative;
}

#tabs {
  margin-right: 0px;
}

.subtab {
  border: 1px solid #fff;
  border-right: none;
  padding: 30px;
  background: #e1ddcc;
}

#tabs .subtab:hover {
  cursor: pointer;
}

.subtab.inactive {
  background: transparent;
}

.subtab.inactive.last {
  border: none;
}

.subtab.second {
  border-top: none;
}

.subtab h4 {
  color: #002e6d;
  font-size: 26px;
  font-family: 'TikTok Sans', sans-serif;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 35px;
}

.subtab.inactive h4 {
  color: #fff;
}

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

.subtab.last h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}

#tabs li a {
  color: #002e6d;
  font-size: 18px;
  line-height: 34px;
  font-weight: 100;
  position: relative;
}

#tabs .inactive li a {
  color: #fff;
}

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

#tabs li {
  color: #002e6d;
  font-size: 18px;
  line-height: 34px;
  font-weight: 100;
  position: relative;
}

#tabs .inactive li {
  color: #fff;
}

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

  .equipment p {
    width: 61%;
  }

  .equipment_inner {
    height: 90vh;
  }

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

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

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

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

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

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

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

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

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

  .equipment h3 {
    font-size: 45px;
  }

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

  .equipment p {
    font-size: 20px;
    line-height: 32px
  }

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

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

  .equipment p {
    width: 80%;
  }

  .equipment_inner {
    height: 135vh;
  }

  .second_section {
    height: 150vh;
  }

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

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

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

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

  .definition {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

  .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 p {
    width: 90%;
  }

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

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

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

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

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

@media(max-width: 420px) {
  .pages_header_fg h1 {font-size: 25px;}
  .dynamic-content h2 small{font-size: 35px; }
  .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;
  }

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

  .equipment_info {
    height: auto;
  }

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

  .equipment p {
    width: 100%;
    margin-bottom: 35px;
  }

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

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

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

.section_home h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 200;
  display: block;
  position: relative;
  margin-bottom: 50px;
  font-family: 'TikTok Sans', sans-serif;
}

.home_about {
  width: 47%;
  position: relative;
}

.section_home_about:after {
  content: '';
  position: absolute;
  background-image: url(../img/layout/home_graphic_about.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  top: -10%;
  right: 0;
  width: 60%;
  height: 117%;
}

.home_about ul li:first-child {
  color: #b5aa80;
  font-size: 90px;
  line-height: 90px;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
}

.home_about ul li span.first {
  width: 300px;
  position: relative;
}

.home_about ul li .counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 5.125rem;
  font-size: 5.0rem;
  margin: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #b5aa80;
}

.home_about ul li .counter > span span {
  width: 47px;
}

.home_about ul li:last-child {
  display: flex;
  color: #f2f2f2;
  font-size: 27px;
  font-weight: 100;
}


.section_home.section_home_contact h1 {
  font-size: 75px;
  color: #fff;
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 0;
}

.section_home h1 span.beige {
  display: block;
  color: #b5aa80;
}

.section_home_contact p {
  color: #fff;
  font-size: 27px;
  font-weight: 100;
  line-height: 45px;
}

.section_home_contact .button {
    float: right;
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about_graphic_right {
    height: 30%;
  }

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

}

@media(max-width: 1200px) {

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

  .about_graphic {
    height: 85vh;
    top: -15px;
  }

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

  .about_graphic_right {
    height: 25%;
  }

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

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

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

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

  .about_graphic {
    top: -15px;
    left: auto;
    right: 0;
    background-position: right;
  }

  .about_graphic_right {
    height: 30%;
  }

  .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;
  }
}
@media(max-width: 767px) {
  .section_home .home_highlight h2 {
    font-size: 22px;
  }

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

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

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

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

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

  .section_home .home_highlight h2 {
    line-height: 30px;
  }

  .button {
    font-size: 17px;
  }

  .about_graphic {
    height: 80vh;
  }

  .about_graphic_right {
    height: 23%;
  }

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

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

  .section_home .home_highlight h2 {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .about_graphic {
    height: 70vh;
  }

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

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

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

  .section_home.contact_home {
    height: 80vh;
  }
}

@media(max-width: 420px) {
  .section_home {
    padding: 60px 0px;
  }

  .about_graphic_right {
    height: 18%;
  }

  .section_home .home_highlight.about .button {
    background-position: 8px 15px;
    background-size: 25px;
    padding: 12px 50px 12px 55px;
  }

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

  .about_graphic {
    height: 50vh;
  }

  .section_home.first .home_highlight p {
    padding-right: 0px;
    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 {
    line-height: 27px;
    padding-bottom: 20px;
    font-size: 20px;
  }

}


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

.services_title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #002e6d;
}

.section_home .services_title h1 {
  color: #002e6d;
}

p.title {
  font-size: 42px;
  font-family: 'TikTok Sans', sans-serif;
  line-height: normal;
  font-weight: 400;
  background-image: url(../img/layout/title_graphic.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
  background-position: left;
}

.blue_bg p.title {
  color: #fff;
  background-image: url(../img/layout/title_graphic_beige.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
}

.services_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 100px;
  margin-top: 80px;
}

.service_title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
}

.services_home_inner .service_box {
  flex: 1 1 calc(50% - 80px);
}

.services_home_inner .service_box h3 {
  color: #fff;
}

.services_home_inner p {
  color: #fff;
}

.services_home_inner .services_flex .service_box:last-child {
  margin-left: auto;
}

.services_home_inner .services_flex .service_box:nth-last-child(2) {
  margin-right: auto;
}

.services_home_inner .services_flex {
  margin-top: 0;
}

.service_box {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  flex: 1 1 calc(33.333% - 80px); 
}

.services_flex .service_box.featured,
.services_flex .service_box.featured {
  margin-right: 0;
}

.services_flex .service_box:last-child {
  margin-left: -100px;
}

.services_flex .service_box:nth-last-child(2) {
  margin-right: 15px;
}

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

.service_box img {
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.parallax .ayvens {
  top: 50px;
  bottom: auto;
  width: 310px;
}

.parallax .ayvens img {
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.service_box img.ayvens {
  z-index: 1;
  width: 220px;
  top: auto;
  bottom: 50px;
}

.ayvens {
  background-color: #b5aa80;
  padding: 15px;
  font-size: 20px;
  line-height: normal;
  width: 220px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.service_box .ayvens img {
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.service_box.featured {
  height: 53vh;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.service_box h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #002e6d;
  padding-bottom: 35px;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
  font-family: 'TikTok Sans', sans-serif;
}

.service_box h2 {
  color: #fff;
  font-size: 42px;
  line-height: normal;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 1;
}

.service_box.featured p {
  font-size: 22px;
  line-height: normal;
  color: #fff;
  z-index: 1;
}

.service_box .button {
  position: absolute;
  bottom: 50px;
  padding: 18px 45px 18px 60px;
  background-position: 45px center;
}

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

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

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

}

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

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

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

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

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

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

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

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

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

.services_all {
  margin: 0 25px;
  display: flex;
  flex-wrap: wrap;
}

.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;
  border: 1px solid #759a4d;
  margin: 30px 30px 50px 30px;
  padding: 50px;
}

.service_section:after {
  content: '';
  border-bottom: 12px solid #759A4D;
  width: 53%;
  position: absolute;
  height: 12px;
  bottom: -6px;
  right: -1px;
}

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

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

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

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

.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_section.reverse-767 .service_img:before {
  left: auto;
  right: -8px;
}

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

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

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

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

.section_home .service_section h1 {
  font-size: 32px;
  color: #4b763e;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  width: 85%;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #4b763e;
}

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

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

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

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

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

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

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

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

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

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

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

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

.service_other {
  margin: 0 65px;
}

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

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

.service_info {
  padding-bottom: 100px;
}

.service_description p.subtitle {
  color: #fff;
  background-image: url(../img/layout/triangle_white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left;
}

.service_description ul {
  margin-bottom: 50px;
  list-style: circle;
}

.service_description ul li {
  display: block;
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  padding-left: 30px;
  margin: 15px 0;
  position: relative;
  color: #fff;
}

.service_description ul li:before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: #b5aa80;
  left: 0;
  margin-top: 13px;
  border-radius: 100%;
}

.service_description p {
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  margin: 15px 0 50px 0;
  position: relative;
  color: #fff;
}

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

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

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

.service_gallery {
  position: relative;
}

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

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

.contact_title {
    text-align: center;
}

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

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

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

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

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

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

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

.contact_form input[type=file] {
  
}

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



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

@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_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_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: 26px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}

@media(max-width: 1350px) {
  .image_about {
    height: 65vh;
  }

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

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

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

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

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

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

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

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

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

}

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

  .service_icon img {
    width: 110px;
  }

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

  .services_flex {
    gap: 20px 30px;
  }

  .service_box h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .service_box img {
    width: 16px;
    top: 4px;
  }

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

  .image_about {
    height: 60vh;
  }

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

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

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

  .service_section p {
    padding-right: 0;
  }

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

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

  .contact_title img {
    width: 270px;
  }

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

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

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

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

  .service_img .icon {
    width: 100px;
    padding: 15px 15px;
  }

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

}
@media(max-width: 991px) {
  .partners .partners-image { margin: auto 0.75%; height: 35px;}
  .quote-text p { font-size: 18px;}
  .quote-text span {top: 25px; opacity:0.1}
  .services_box_cyan { height: 52vh;}
  .in-services .services_box_blue ul li {display: block;}
  .services_box_blue {height: 45vh; text-align:center; padding: 8vh 10% 0px 10%}
  .here_section p { font-size: 42px; line-height: 42px; }
  .here_section p:after { margin-left: 400px; }
  .image_about {
    height: 50vh;
  }

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

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

  .service_icon img {
    width: 100px;
  }

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

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

  .service_section {
    padding-bottom: 40px;
  }

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

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

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

  .services_view {
    padding-left: 15px;
  }

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

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

  .services_view h1 {
    font-size: 65px;
    padding-top: 35px;
    line-height: 70px;
  }

  .contact_title img {
    width: 250px;
  }

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

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

  .contact_title h2:after {
    height: 50px;
    margin: 20px auto 0 auto;
  }

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

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

}

@media(max-width: 767px) {
  .partners .partners-image { margin: auto 1%; height: 30px;}
  .quote-text span {top: 13px;}
  .services_box_image {height: 55vh; background: transparent url(../img/layout/home_bg.jpg) no-repeat top center;}
  .services_box_blue, .in-services .services_box_blue ul li {text-align:center;}
  .services_box_cyan { height: 57vh; padding: 4vh 35px 0 35px;}
  .here_section p {
    font-size: 35px;
    line-height: 35px;
  }

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

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

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

  .here_section p:before {
    width: 90px;
    margin-left: -105px;
  }

  .here_section p:after {
    margin-left: 320px;
    width: 90px;
  }

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

  p.service_no.right {
    left: 0;
  }
  p {
    line-height: 32px;
  }
  .service_section h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  
  .icon-search img {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 60px;
  }

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

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

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

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

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

  .contact_form {
    padding: 40px 0;
  }

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

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

  .line-section.newsletter {
    margin-top: 55px;
  }
  
  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;
  }

  .parallax .ayvens {
    width: 215px;
  }

  .section_home.services_home:after {
    width: 90%;
    height: 140px;
    right: 0;
  }

  .here_section p:before {
    width: 70px;
    margin-left: -80px;
    margin-top: 10px;
  }

  .here_section p:after {
    margin-left: 240px;
    width: 70px;
    margin-top: 10px;
  }

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

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

  .service_section h1:after {
    bottom: -10px;
  }

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

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

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

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

  .icon-section img {
    padding: 50px;
  }

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

  .contact_title img {
    width: 240px;
  }

  .service_description ul li:before {
    margin-top: 10px;
    width: 10px;
    height: 10px;
  }

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

  .line-section.newsletter {
    margin-top: 40px;
    padding: 30px 0;
  }

  .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_section {
    padding-bottom: 25px;
  }
}

@media(max-width: 479px) {

  .service_section .button {
    font-size: 16px;
    margin-top: 5px;
    font-size: 17px;
    background-size: 23px;
  }

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

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

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

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

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

  .parallax .ayvens {
    width: 190px;
  }

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

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

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

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

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

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

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

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

  .services_view {
    padding-left: 5px;
  }

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

  .service_img .icon {
    width: 70px;
    padding: 7px 7px;
  }

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

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

  .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) {

}

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



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

.career {
  background: #fff;
}

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

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

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

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


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

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

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

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

.project_description h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Syne', sans-serif;
  margin-bottom: 10px;
  background: #00000001;
}

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

.project_description:before {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px solid #5E6D92;
  height: 72%;
  bottom: -30px;
  left: -30px;
  z-index: -1;
}

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

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

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

.projects_home .swiper-scrollbar {
  bottom: -35px;
  position: relative;
  z-index: 50;
  height: 7px;
  width: 250px;
  left: 0;
  background: none;
  border-top: 3px solid #d3d3d3;
  display: inline-block;
}

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

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

.pagination_wrapper {
  margin-left: 515px;
}

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

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

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

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


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

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

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

  #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 {
    margin: 10px 0 0 0;
  }

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

  .job_info {
    height: 95vh;
  }

  .lezanta_projects {
    height: 65px;
  }

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

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

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

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

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

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

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

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

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

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

.job_section .job_text:after {
  content: '';
  border: 1px solid #5E6D92;
  width: calc(100% - 90px);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jobs_all p {
  margin-bottom: 20px;
}

.job_brief {
  display: flex;
}

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

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

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

.job_box {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

.jobs_view {
  padding-bottom: 140px;
}

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

  .service_gallery h1 {
    font-size: 43px;
    padding-left: 200px;
  }

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

  .service_info {
    padding-bottom: 0px;
  }

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

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

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

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

  .jobs_view h3 {
    font-size: 35px;
    line-height: 60px;
  }

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

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

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

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

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

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

  .job_box h2 {
    font-size: 39px;
  }

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

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

  .service_gallery h1 {
    font-size: 38px;
    padding-left: 100px;
  }

  .services.view .lezanta_gallery {
    height: 85%;
    top: -40px;
  }

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

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

  .job_img {
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .service_gallery h1 {
    font-size: 35px;
    padding-left: 75px;
  }

  .section_home.contact_home {
    height: 90vh;
  }

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

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

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

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

  .jobs_view {
    padding: 0 20px 100px 20px;
  }

  .jobs_view h3 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 15px;
  }

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

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

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

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

}

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

  .service_gallery h1 {
    font-size: 25px;
    padding-left: 55px;
    padding-top: 15px;
  }

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

  .job_info {
    margin-bottom: 50px;
  }

  .service_btn {
    margin-left: 5px;
  }

  .intro_text.jobs {
    padding: 0 30px;
  }

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

  .job_box h2 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
  }

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

  .job_box .button {
    font-size: 15px;
    margin-left: 0px;
  }

  .jobs_view {
    padding: 0 20px 40px 20px;
  }
}

@media(max-width: 479px) {
  .service_gallery h1 {
    font-size: 23px;
    padding-top: 25px;
  }

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

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

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

  .service_gallery h1 {
    font-size: 19px;
    padding-top: 25px;
    padding-left: 35px;
  }

  .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:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

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

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

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

  .job_section .job_text .button {
    background-size: 22px;
    font-size: 15px;
    padding: 12px 35px 12px 50px;
    background-position: 15px 17px;
    margin-top: 10px;
  }

  .intro_text.jobs h1:after {
    bottom: 20px;
    right: 0px;
  }

  .job_box h2 {
    font-size: 20px;
    line-height: 27px;
    margin-left: 0;
  }

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

  .job_brief ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .job_box .button {
    margin-left: 0;
    width: 100%;
  }

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

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

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

  .line-section.jobs {
    margin: 40px 0 40px 0;
    padding: 30px 5px;
  }

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

/* ===================== PRODUCTS ===================== */
.page_title{margin-top: 200px;}
.page_title h1{font-size: 45px;  color: #262626;  font-weight: 700; line-height: 70px;padding-bottom: 20px;}



h1.heading_line.products_home{
  color:#202f5b;
  font-size:30px;
  text-align:left;
  position: relative;
  padding-right: 25%;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
 
}
h1.heading_line.products_home::after{width: 9%; margin-left: 25px; right:unset; top:17px;border-bottom: 3px solid #8ad6e3;}

.product_text.page_content{background: linear-gradient(45deg, rgba(34,50,101,1) 0%, rgba(34,50,101,1) 20%, rgba(61,187,209,1) 100%); padding: 30px; margin-bottom: 7%;margin-top: 25px; position:relative;overflow:hidden;}
.product_text.page_content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../img/layout/symbol_menu_bg.svg);
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  background-position: right center;
  overflow: hidden;
  z-index: 1;
  background-size: 480px;
}

.product_text.page_content p{color:#fff; z-index:2; position: relative;}
.product_text.page_content p::before{content: '';
    display: inline-block;
    height: 29px;
    width: 29px;
    background-size: 27px;
    background-image: url(../img/layout/checked.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -9px;}
.product_details p{font-size: 20px; color: #6f7592;  font-weight: 700; line-height:30px;  margin-top: 0px;}
.product_title.smaller{color: #F5A61B; font-size: 22px; text-align: left;  position: relative;  padding-right: 25%; font-weight: 700;  margin-top: 30px;}
.product_title.smaller::after{    border-bottom: 2px solid #8ad6e3;
    content: "";
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 12px;
    bottom: 0;
    width: 20%;
    margin-left: 16%;}


.product_image {margin-bottom: 50px;box-shadow: 0px 0px 5px #c5c5c5;}
.product_image img{width:100%;display:block;}
.product_box{
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 2%);
}

.product_box .row {
  margin-left: 0;
  margin-right: 0;
}
.product_box .align-items-center {
  -webkit-align-items: center!important;
  -moz-box-align: center!important;
  align-items: center!important;
}
.product_box .product_box_image{
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_box .product_box_image:before {
  opacity: 0;
  visibility: hidden;
}
.product_box:hover .product_box_image img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
}
.product_box .product_box_image img {
  border-radius: 5px;
  width: 100%;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 100%;;
}

.product_box .product_box_image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.product_box_text{border-radius: 5px;  position: relative;  padding: 25px;}
.product_box_text h2{
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
  color: #202f5b;
}

.product_box_text h4{
  font-size: 20px;
  color: #6f7592;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
  border-bottom: 2px solid #f1f1f1;
}
.product_intro p{
  border-left: 5px solid #F5A61B;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #545;
  background: #fff;
  padding: 10px 10px 10px 20px;
}
@media(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 {
  line-height: 30px;
  margin-top: 15px;
}

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

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

.home_blog_box h3 {
  font-size: 28px;
  line-height: 40px;
  font-family: 'TikTok Sans', sans-serif;
  padding-right: 25px;
  color: #fff;
  font-weight: 100;
}

.home_blog_box {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 15px 0;
}

.news_button{margin-top: 35px; display: grid;}
.news_button a{text-decoration: underline; font-size: 20px; font-weight: 700;}
.news_button:hover{color: #262626; text-decoration: none;}
.home_blog_box .home_blog_box_top { padding: 50px 25%; display: block; }
.home_blog_box .home_blog_box_top.section-home .button{display:flex}
.home_blog_box .home_blog_box_top img{width: 100%; border-radius: 100%; padding-top: 5%; padding-bottom: 2%;}

.news_section_view .home_blog_box.blog_view{margin-bottom:0px}
.home_blog_box.blog_view .home_blog_box_top{padding: 50px 15%;}
.home_blog_box.blog_view .home_blog_box_top img{padding-top: 4%;}
.home_blog_box.blog_view h4{font-size:25px}
.news_section_view{padding-right:0px;padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_blog_box.blog_view .button {display:flex; padding-bottom: 7%;}
.home_blog_box.blog_view .button strong{color:#fff}
.home_blog_box.blog_view .button i { border: 2px solid #fff;}
.home_blog_box.blog_view .button i::before { color:#fff;}
.home_blog_box.cyane {color: #fff;margin-bottom: 20px;background: #F5A61B;}
.home_blog_box.blog_view.cyane {background: #F5A61B;}

.home_blog_box_top.more_news{padding: 50px 10% 10px 10%; height:20vh}
.home_blog_box .button strong{color:#fff}
.flex_box {
  display: flex;
  align-items: center;
}

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

.blog_wrapper {
  margin: 0 95px
}

.blog_wrapper a {
  color: #4B763E;
}

.blog_wrapper p.date {
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #759A4D;
}

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

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

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

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

.blog_other {
  margin: 0 70px;
}

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

.blog_other .home_blog_box p.date {
  margin-top: 35px;
}

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

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

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

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

.breadcrumb-section {
  margin: 35px 0 55px 0;
}

.breadcrumb-section a {
  color: #4b763e;
  font-size: 17px;
  font-weight: 500;
  padding-right: 5px;
}

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

.breadcrumb-section span {
  font-size: 17px;
  font-weight: 500;
  padding: 0 5px;
  color: #333;
}

.customer_box img {
  margin: 30px 0;
}

.customer_box {
  padding: 10px 15%;
  background-color: #fff;
  margin-bottom: 25px;
}

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

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

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

.section_customers img {
  background: #fff;
  padding: 10%;
}

.blog_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #002e6d;
  margin-bottom: 100px;
  padding-bottom: 20px;
}

.blue_bg .blog_title {
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}

.blue_bg .service_box h3 {
  color: #fff;
  padding-bottom: 25px;
}

.blue_bg .service_box p {
  color: #fff;
}

.section_home .blog_title h1 {
  color: #002e6d;
  margin-bottom: 30px;
}

.blog_title .button {
  background-color: #fff;
  color: #002e6d;
  background-image: url(../img/layout/arrow_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 30px center;
  border: 1px solid #002e6d;
  margin-top: 40px;
}

.blog_title .button:hover {
  color: #fff;
  border: 1px solid #fff;
}

.blog_box_wrap {
  display: flex;
  gap: 15px;
}

.blog_box_home {
  position: relative;
  margin-bottom: 20px;
  flex: 1 1 calc(33.333% - 15px);
}

.blog_box_home h3 {
  color: #002e6d;
  font-size: 28px;
  line-height: 40px;
  font-family: 'TikTok Sans', sans-serif;
  padding-right: 25px;
}

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

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

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

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

.swiper_buttons.mob {
  display: none;
}

p.date {
  color: #b5aa80;
  font-size: 19px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
}

.dynamic_intro p.date {
  margin-top: 0;
}

.blog_intro {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog_intro .source_url {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 60px;
  margin-bottom: 0;
  color: #b5aa80;
  font-weight: 700;
  font-size: 19px;
}

.source_url a {
  color: #fff;
  font-weight: 300;
}

.blog_intro p {
  color: #fff;
  margin: 15px 0;
}

.blog_intro h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'TikTok Sans', sans-serif;
  line-height: normal;
  font-weight: 400;
}

.blog_intro ul {
  margin: 15px 0;
}

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

.blog_intro ul li:before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #b5aa80;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-top: 13px;
}

.blog_intro img {
  float: right;
  display: inline-block;
  width: 560px;
  margin-left: 30px;
  margin-bottom: 30px;
}

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


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

.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: 28px;}
  .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) {

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

  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) {

}

/* ===================== 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) {

	#related_blogs .swiper_navi_wrapper {
		justify-content: center;
	}


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

	.related_blogs_wrapper {
    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: #002e6d;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 999999999;
  zoom: 1;
  padding: 0 15px;
  font-weight: 400;
}

.hello-bar #flashMessage {
  width: 100%;
  text-align: center;
  font-size: 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;
	}
  
  .service_description ul li {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
  }

	.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) {
  #navi ul li {
    font-size: 18px;
    margin: 0 14px;
  }

  .subtab h4 {
    margin-bottom: 20px;
  }

  .extra_left {
    padding-right: 50px;
  }

  .extra_right {
    padding-left: 70px;
  }

  .dynamic_values p.values_subtitle {
    padding-right: 40px;
  }

  .no_banner {
    padding: 130px 0 100px 0;
  }

  .dynamic_title h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
  }

  .footer_top, .footer_bottom {
    margin-left: 30px;
  }

  .footer_box .button {
    padding: 18px 30px 18px 40px;
    background-position: 25px center;
  }

  .footer_bottom h6 {
    font-size: 40px;
    line-height: 45px;
  }

  .footer_top {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .section_home.section_home_contact h1 {
    font-size: 70px;
  }

  .blog_box_home h3 {
    padding-right: 0;
  }

  p.date {
    margin-top: 25px;
  }

  .services_flex .service_box:last-child {
    margin-left: -80px;
  }

  .services_flex {
    gap: 65px 80px;
  }

  .banner_content p {
    width: 47%;
  }

  .service_intro {
    margin-left: 0;
    padding-right: 20%;
  }

  .lang_menu {
    right: -85px;
  }

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

  .home_blog_box h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .dynamic_bg:after {
    left: -70px;
  }

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

  .home_highlight.about h1 {
    padding-right: 0px;
  }

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

  .home_highlight.about h1 br {
    display: none;
  }

  .home_highlight.about:before {
    left: 70px;
  }

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

  .service_title {
    margin-left: 0px;
  }

  .process_box p {
    padding: 0 30px;
  }

  .footer_box.menu p {
    margin-right: 20px;
  }

  .footer_box.first {
    padding-right: 20px;
  }

  .footer_box.social_media img {
    margin: 0 12px;
  }

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

@media only screen and (max-width: 1499px) {
  .dynamic_description img {
    width: 100px;
  }

  .contactform {
    width: 85%;
  }

  .home_blog_box h3 {
    padding-right: 0;
  }

  .extra_description p {
    padding: 10px 0;
  }

  .dynamic_values p.values_subtitle {
    padding-right: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  .dynamic_description p {
    font-size: 47px;
    line-height: 57px;
  }

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

  .dynamic_title h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
  }

  .footer_box.services {
    margin-left: -65px;
  }

  .footer_box .button {
    padding: 15px 27px 15px 30px;
    background-position: 17px center;
  }

  .footer_top, .footer_bottom {
    margin-left: 15px;
  }

  .section_home.section_home_contact h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .values_box p {
    padding-right: 50px;
  }

  .service_box .button {
    bottom: 40px;
    padding: 15px 40px 15px 50px;
    background-position: 35px center;
  }

  .ayvens {
    font-size: 18px;
    width: 200px;
    bottom: 40px;
    font-weight: 500;
  }

  .services_flex .service_box:last-child {
    margin-left: -65px;
  }

  .service_box h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .services_flex {
    gap: 40px 65px;
  }

  header.header_fixed #logo {
    width: 140px;
    height: 50px;
  }

  header.header_fixed .top_right .phone {
    width: 37px;
    margin-right: 18px;
    padding: 25px 0;
    padding-right: 18px;
    background-size: 19px;
  }

  header.header_fixed .button {
    padding: 12px 25px 12px 35px;
    background-position: 22px center;
  }

  .button {
    padding: 18px 30px 18px 40px;
    background-position: 26px center;
  }

  .top_right .phone {
    width: 40px;
    margin-right: 20px;
    padding-right: 20px;
    background-size: 20px;
  }

  .customer_box {
    padding: 5px 10%;
  }

  .service_intro {
    margin-left: 0;
    padding-right: 20%;
  }

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

  .lang_menu {
    right: -70px;
  }

  .service_other .service_section {
    margin: 40px 0px 0px 0px;
  }

  .section_home .service_other .service_section h1 {
    font-size: 29px;
  }

  .home_blog_box h3 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .dynamic_description {
    padding-left: 40px;
  }

  .team_box {
    margin: 20px 5px 0 5px;
  }

  .team_box .blog_line {
    left: 20px;
  }

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

  .contact_info ul li img.phone {
    top: 4px;
  }

  .contact_info ul li img {
    top: 8px;
  }

  .home_highlight.about:before {
    left: 30px;
    height: 300px;
    bottom: -300px;
  }

  .home_highlight.about {
    margin-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .banner_content h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .banner_content p {
    width: 51%;
    top: 180px;
  }

  .scrollButtonContainer {
    margin-top: 100px;
  }

  p.service_no {
    font-size: 23px;
    padding: 15px 20px;
  }

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

  .swiper-blog h3 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .section_home_about:after {
    width: 48%;
  }

  .newsletter_home h1 {
    margin-left: 15%;
    font-size: 45px;
  }

  .footer_box.social_media img {
    margin: 0 10px;
    width: 35px;
  }

  .footer_box.menu p {
    margin-right: 12px;
  }

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

  .footer_box.first {
    padding-right: 0px;
  }

  .footer_box.first p {
    font-size: 24px;
    line-height: 32px;
  }

  .blog_title .button {
    background-position: 26px center;
  }

  .button.white {
    background-position: 26px center;
  }
}

@media only screen and (max-width: 1349px) {
  .image_news {
    height: calc(60vh + 17px);
  }

  .subtab.last h4 {
    margin-top: 10px;
  }

  .subtab {
    padding: 24px;
  }

  .general_form h2 {
    font-size: 24px;
    line-height: 35px;
    padding-right: 60px;
  }

  .blog_intro img {
    width: 500px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .extra_left {
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .extra_right {
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .dynamic_description p {
    font-size: 40px;
    line-height: 52px;
  }

  .dynamic_title h1 {
    font-size: 49px;
    line-height: 58px;
    margin-bottom: 25px;
  }

  .dynamic_intro p{
    font-size: 28px;
    line-height: 38px;
  }

  .footer_copyright p {
    font-size: 16px;
  }

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

  .copyright p.middle {
    font-size: 16px;
    line-height: 30px;
    margin: 0 15px;
  }

  .footer_left img.logo {
    width: 175px;
  }
    
  .footer_bottom h6 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer_box .button {
    padding: 15px 15px 15px 22px;
    background-position: 10px center;
  }

  .find_us img {
    width: 18px;
  }

  .find_us p {
    font-size: 16px;
  }

  .button.white {
    background-position: 22px center;
  }

  .section_home.section_home_contact h1 {
    font-size: 58px;
    line-height: 68px;
  }

  .section_home_contact p {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .blog_title {
    margin-bottom: 60px;
  }

  .blog_title .button {
    background-position: 22px center;
  }

  .blog_box_home h3 {
    font-size: 25px;
    line-height: 32px;
  }

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

  .values_box {
    padding: 20px;
    height: 300px;
  }

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

  .ayvens {
    font-size: 16px;
    width: 170px;
    padding: 10px;
    bottom: 40px;
    font-weight: 500;
  }

  .service_box .button {
    bottom: 40px;
    padding: 15px 30px 15px 40px;
    background-position: 25px center;
  }

  .service_box.featured {
    padding: 30px;
  }

  .service_box h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .service_box.featured p {
    font-size: 20px;
  }

  .home_about ul li span.first {
    width: 270px;
  }

  .home_about ul li:first-child {
    font-size: 80px;
    line-height: 80px;
  }

  header.header_fixed .top_right .phone {
    width: 32px;
    margin-right: 18px;
    padding: 23px 0;
    padding-right: 18px;
    background-size: 18px;
  }

  .pages.home #navi ul li.dropdown:after, header.header_fixed #navi ul li.dropdown:after {
    background-size: 9px;
  }

  #navi ul li.dropdown:after {
    background-size: 9px;
    width: 9px;
    height: 9px;
    margin-left: 7px;
    margin-top: 11px;
  }

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

  .button {
    padding: 15px 25px 15px 35px;
    background-position: 22px center;
    font-size: 15px;
  }

  .top_right .phone {
    width: 35px;
    margin-right: 15px;
    padding-right: 15px;
    background-size: 19px;
  }

  .service_intro {
    margin-left: 0;
    padding-right: 15%;
  }

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

  .lang_menu {
    right: -60px;
  }

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

  .service_other {
    margin: 0 0px;
  }

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

  .service_section {
    margin: 30px 20px 50px 20px;
    padding: 35px;
  }

  .section_home .service_section h1 {
    font-size: 30px;
    margin-bottom: 20px;
    width: 100%;
  }

  .service_section p.service_no {
    top: -32px;
  }

  .home_blog_box h3 {
    font-size: 22px;
    line-height: 32px;
  }

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

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

  .dynamic_bg:after {
    left: -25px;
  }

  .dynamic_bg h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .dynamic_description {
    padding-left: 30px;
  }

  .team_box {
    margin: 15px 0px 0 0px;
  }

  .team_box .blog_line {
    left: 15px;
  }

  .team h2 {
    font-size: 28px;
    margin-top: 20px;
  }

  .team p {
    font-size: 21px;
    line-height: 30px;
  }

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

  .banner_content h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .line_1 {
    width: calc(100% - 8.333% - 50px);
  }

  .home_image {
    margin-left: 40px;
  }

  p.service_no {
    font-size: 22px;
    padding: 12px 17px;
    top: -47px;
  }

  .service_box h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 12px;
  }

  p.title {
    font-size: 38px;
    background-size: 28px;
    padding-left: 45px;
  }

  .blue_bg p.title {
    background-size: 28px;
    padding-left: 45px;
  }

  .services_flex {
    gap: 30px 40px;
  }

  .service_box img {
    width: 19px;
    top: 5px;
  }

  .services_flex .service_box:last-child {
    margin-left: -40px;
  }

  .service_box p {
    line-height: 30px;
  }

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

  .process_box p {
    padding: 0 5px;
  }

  .process_box img.romvos {
    margin: 22px auto 30px auto;
    width: 30px;
  }

  .process_box img {
    height: 80px;
  }

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

  .line_process {
    margin-top: -46px;
  }

  .newsletter_home h1 {
    margin-left: 12%;
    font-size: 42px;
    line-height: 52px;
  }

  .footer_box.logo img {
    width: 155px;
  }

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

  .copyright {
    padding: 15px 0px;
  }

  .footer_box.logo_right img {
    width: 400px;
  }

  .footer_box.first p {
    font-size: 22px;
    line-height: 28px;
  }

  .footer_box.menu p {
    margin-right: 0px;
    width: 49%;
  }

  .footer_box.social_media img {
    margin: 0 7px;
    width: 32px;
  }

  .footer_box.menu {
    padding: 10px 0;
  }

  .blog.home .dynamic-content h2 {
    font-size: 27px;
  }

  #navi ul li.first a {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .image_news p {
    font-size: 50px;
    line-height: 50px;
  }

  .subtab {
    padding: 20px;
  }

  .subtab h4 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .general_form {
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .general_form h2 {
    font-size: 24px;
    line-height: 35px;
    padding-right: 40px;
  }

  .contact_form_wrap:after {
    width: 100%;
  }

  .contact_form_wrap {
    padding-left: 15px;
  }

  .service_description p {
    font-size: 24px;
    line-height: 33px;
  }

  .service_description ul li {
    font-size: 24px;
    line-height: 33px;
    margin: 12px 0;
  }

  .service_description ul {
    margin-bottom: 30px;
  }

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

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

  .blog_intro p {
    line-height: 30px;
  }

  .blog_intro img {
    width: 440px;
  }

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

  .home_blog_box h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .extra_description img {
    width: 85px;
    margin-bottom: 15px;
  }

  .extra_description img {
    width: 80px;
  }

  .extra_description h3 {
    font-size: 35px;
  }

  .extra_description p {
    margin: 0;
  }

  .dynamic_values p.values_subtitle {
    padding-right: 15px;
    font-size: 20px;
    line-height: 27px;
  }

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

  .dynamic_description p {
    font-size: 35px;
    line-height: 45px;
  }

  .no_banner{
    padding: 130px 15px 100px 15px;
  }

  .dynamic_title h1 {
    font-size: 47px;
    line-height: 55px;
  }

  .footer_left img.logo {
    width: 160px;
  }

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

  .footer_top {
    flex-wrap: wrap;
  }

  .find_us img {
    width: 16px;
    margin-right: 8px;
  }

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

  .footer_bottom h6 {
    font-size: 33px;
    line-height: 37px;
  }

  .footer_box.last {
    margin-left: 0px;
    float: none;
    margin-top: 25px;
  }

  .button.white {
    background-position: 18px center;
  }

  .section_home.section_home_contact h1 {
    font-size: 55px;
    line-height: 65px;
  }

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

  .blog_title .button {
    background-position: 18px center;
    background-size: 7px;
  }

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

  .blog_box_home h3 {
    font-size: 23px;
    line-height: 29px;
  }

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

  .blog_box_wrap {
    padding: 0 15px;
  }

  .services_flex {
    padding: 0 15px;
  }

  .services_title {
    padding: 0 15px;
  }

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

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

  .home_about {
    margin-left: 15px;
  }

  .section_home_about:after {
    top: -14%;
    height: 121%;
  }

  .home_about ul li:last-child {
    font-size: 25px;
  }

  .home_about ul li span.first {
    width: 250px;
  }

  .home_about ul li:first-child {
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }

  .scrollButtonContainer {
    left: 15px;
    bottom: 80px;
  }

  .banner_content p {
    width: 58%;
    top: 210px;
  }

  header.header_fixed .button {
    padding: 12px 20px 12px 30px;
    background-position: 17px center;
    font-size: 14px;
    background-size: 7px;
  }

  #navi ul li {
    font-size: 16px;
    margin: 0 8px;
  }

  .button {
    padding: 12px 20px 12px 30px;
    background-position: 18px center;
    font-size: 15px;
    background-size: 7px;
  }

  #navi ul li.dropdown:after {
    background-size: 8px;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-top: 11px;
  }

  .pages.home #navi ul li.dropdown:after, header.header_fixed #navi ul li.dropdown:after {
    background-size: 8px;
  }

  .top_right .phone {
    width: 32px;
    margin-right: 15px;
    padding: 23px 0;
    padding-right: 15px;
    background-size: 17px;
  }

  .dynamic_description img {
    width: 80px;
    margin-right: 10px;
  }

  .customer_box img {
    margin: 25px 0;
  }

  .service_intro {
    margin-left: 0;
    padding-right: 20%;
  }

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

  header.header_fixed .lang_menu {
    top: 0px;
  }

  .lang_menu {
    right: 0px;
    top: 0;
    margin-right: 40px;
    margin-top: 25px;
  }

  .home_highlight.simple_page {
    margin-left: 70px;
    margin-right: 50px;
  }

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

  .more_description h2 {
    font-size: 30px;
    margin: 0 auto 30px auto;
  }

  .line_right {
    width: 55px;
  }

  .blog_other .home_blog_box {
    margin: 0px;
  }

  .blog_wrapper p.date {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .no_banner .banner_graphic {
    right: -150px;
  }

  .pages_header .banner_content, .no_banner .banner_content {
    margin-left: 25px;
  }

  .dynamic_bg:after {
    left: -100px;
  }

  .section_home.grey_bg.dynamic_bg {
    padding-top: 90px;
  }

  .team_box {
    margin: 0;
  }

  .team h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }

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

  .home_highlight.about {
    margin-left: 20px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .contactform {
    width: calc(100% - 15px);
  }

  .contact_info ul li {
    font-size: 23px;
  }

  .contact_info .social_media img {
    width: 37px;
    margin: 0 15px;
  }

  #navi ul li.current a:after {
    bottom: 10px;
  }

  .line_2 {
    width: 55px;
  }

  .home_image {
    margin-left: 70px;
  }

  .home_highlight.about {
    margin-right: 60px;
  }
  
  .home_highlight.about:after {
    right: 60px;
  }

  .line_1 {
    width: calc(100% - 85px);
  }

  .banner_graphic {
    width: 500px;
  }

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

  .banner_content .subtitle {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .line_5 {
    width: 55px;
  }

  .section_home.grey_bg {
    padding-top: 130px;
  }

  .process_box img {
    height: 70px;
  }

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

  .home_blog {
    margin-left: 0px;
  }

  .swiper-blog h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .swiper_buttons {
    margin-right: 30px;
  }

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

  .line_6 {
    width: 55px;
  }

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

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

  .home_highlight.about:before {
    left: 20px;
  }

  .newsletter_home h1 {
    font-size: 40px;
    line-height: 50px;
    margin-left: 0;
  }

  .newsletter-input .input, .newsletter-input .submit {
    width: 100%;
  }

  .footer_box.first p {
    font-size: 21px;
  }

  .footer_box.social_media img {
    margin: 0 5px;
    width: 31px;
  }

  .button_more {
    margin-top: 25px;
  }

  .copyright {
    padding: 10px 0px;
  }

  footer {
    padding: 70px 15px 50px 15px;
  }

  .footer_box.logo_right img {
    margin-right: 35px;
  }

  .footer_copyright {
    padding: 0 20px;
  }

  .header_inner {
    padding: 0 15px;
  }

  #logo {
    width: 155px;
    height: 70px;
  }

  #navi ul li.last {
    display: block;
    text-align: right;
    margin-right: 115px;
    margin-bottom: 5px;
  }

  #navi ul {
    display: flex;
    flex-direction: column-reverse;
  }

  header {
    padding: 18px 0 18px 0;
  }

  .lang_menu {
    top: -26px;
  }

  .home_blog_box p.service_no {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

  .blog.home .dynamic-content h2 {
    font-size: 24px;
  }

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

  .simple_page p.title {
    margin-left: 15px;
  }

}

@media only screen and (max-width: 991px) {
  .image_news {
    height: calc(50vh + 17px);
  }

  .simple_page {
    margin-top: 140px;
    padding-bottom: 70px;
  }

  .show-nav .button {
    background-color: #fff;
    color: #002e6d;
    background-image: url(../img/layout/arrow_icon_blue.svg);
  }

  #mobile-nav ul li a.services-trigger:after {
    content: " ";
    background: url(../img/layout/arrow_down.svg) no-repeat 0 0;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    right: 0;
  }

  #mobile-nav ul li a.services-trigger.active:after {
    transform: rotate(180deg);
    margin-top: 0px;
  }

  #mobile-nav ul li .dropdown_services {
    width: 100%;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    display: none;
  }

  #mobile-nav ul li .dropdown_services.active { display: block; }

  #mobile-nav ul li .dropdown_services ul {
    display: block;
    text-align: center;
    margin: 10px auto;
    background: #fff;
    padding: 15px 30px;
  }

  #mobile-nav ul li .dropdown_services ul li {
    position: relative;
    display: block;
    transition: all ease-in-out .3s;
  }

  #mobile-nav ul li .dropdown_services ul li a {
    display: block;
    padding: 5px 0;
    transition: all ease-in-out .3s;
    text-transform: none;
    color: #002e6d;
    font-size: 20px;
    line-height: normal;
    border: none;
    font-weight: 400;
  }

  #mobile-nav ul li .dropdown_services ul li.last a {
    padding: 7px 20px;
    background: #002e6d;
    color: #fff;
    margin-top: 5px;
  }

  .blog_intro p {
    margin: 10px 0;
  }

  .blog_intro img {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .no_banner {
    align-items: center;
    min-height: auto;
    height: auto;
    padding: 140px 15px 80px 15px;
  }

  .no_banner.small {
    height: auto;
  }

  .extra_description {
    flex-direction: column;
  }

  .extra_left {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .extra_right {
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 0;
    border-top: 1px solid #fff;
    border-left: none;
  }

  .values_home.dynamic_values {
    background-size: cover;
  }

  .dynamic_values p.values_subtitle {
    padding-right: 15px;
    font-size: 20px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .no_banner .flex {
    flex-direction: column;
  }

  .footer_left {
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-direction: row;
    height: auto;
  }

  .footer_copyright p {
    margin: 0;
  }

  .copyright {
    flex-wrap: wrap;
  }

  .copyright p.middle {
    font-size: 15px;
    line-height: 27px;
    margin: 0 15px 0 0;
  }

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

  .footer_top, .footer_bottom {
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .section_home.section_home_contact h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }

  .section_home_contact .button {
    float: left;
    margin-top: 20px;
  }

  .values_home {
    background-position: top;
    background-size: cover;
  }

  .section_home.values_home h1 {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 0;
  }

  .values_home p.title {
    margin-bottom: 35px;
  }

  .service_box.featured {
    padding: 20px;
    height: 45vh;
  }

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

  .ayvens {
    font-size: 15px;
    width: 150px;
    padding: 7px;
    bottom: 80px;
  }

  .service_box .button {
    bottom: 20px;
    font-size: 14px;
    padding: 12px 25px 12px 35px;
    background-position: 22px center;
  }

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

  .services_title {
    padding: 0 15px;
  }

  p.title {
    font-size: 33px;
    background-size: 25px;
    padding-left: 40px;
  }

  .blue_bg p.title {
    background-size: 25px;
    padding-left: 40px;
  }

  .service_box h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .service_box img {
    width: 17px;
    top: 3px;
  }

  .service_box {
    flex: 1 1 calc(50% - 60px);
  }

  .services_flex {
    margin-top: 60px;
    padding: 0 15px;
  }

  .banner_content p {
    width: 58%;
    top: 225px;
    font-size: 26px;
    line-height: 36px;
  }

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

  header.header_fixed .toggle-nav {
    width: 42px;
    height: 22px;
    margin-left: 20px;
    background: url(../img/layout/menu.svg)!important;
  }

  .show-nav .header_fixed .toggle-nav {
    background: url(../img/layout/close.svg)!important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain !important;
    width: 42px;
    height: 42px;
  }

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

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

  .parallax {
    height: 70vh;
  }

  .home_about ul li .counter {
    height: 4.125rem;
    font-size: 4.5rem;
  }

  .home_about ul li .counter > span span {
    width: 42px;
  }

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

  #hide_991 {
    display: none;
  }

  .customer_box {
    padding: 5px 7%;
  }

  .customer_box img {
    margin: 20px 0;
  }

  .process_box {
    margin-bottom: 40px;
  }

  .lang_menu {
    display: none;
  }

  .lang_menu.mob {
    display: block;
    position: absolute;
    margin-top: 140px;
    right: 20px;
    z-index: 2;
  }

  .lang_menu.mob .languages.lang-active a span {
    color: #759a4d!important;
    background: #fff;
  }

  .lang_menu.mob .off {
    color: #fff;
  }

  .lang_menu.mob .on {
    color: #fff;
  }

  .home_highlight.simple_page {
    padding-bottom: 0px;
  }

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

  .service_description ul {
    margin-bottom: 20px;
  }

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

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

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

  .service_description ul li:before {
    margin-top: 11px;
  }

  .dynamic_bg:after {
    display: none;
  }

  .section_home .service_section h1 {
    font-size: 26px;
  }

  .service_section.last {
    margin-bottom: 10px;
  }

  .services_all {
    margin: 0 0px;
  }

  .breadcrumb-section {
    margin: 30px 0 40px 0;
  }

  .blog_other .home_blog_box p.date {
    margin-top: 20px;
  }

  .blog_other .home_blog_box h3 {
    font-size: 19px;
    line-height: 27px;
  }

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

  .blog_other {
    margin: 0 0px;
  }

  .blog_wrapper p.date {
    font-size: 19px;
    padding-bottom: 10px;
  }

  .no_banner .banner_graphic {
    width: 80%;
    height: 150%;
    bottom: -100%;
  }

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

  .dynamic_bg:after {
    left: 0;
    transform: rotate(90deg);
    margin-top: -50px;
  }

  .dynamic_description {
    padding-left: 30px;
    padding-top: 20px;
  }

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

  .dynamic_bg {
    height: auto;
  }

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

  .team {
    margin-right: 0;
  }

  .page_graphic {
    bottom: 35px;
    z-index: 1;
    left: -4px;
    width: 60%;
  }

  .general_form {
    flex-direction: column;
  }

  .required_field {
    position: relative;
    bottom: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .section_home.contact_form_wrap h1 {
    margin-bottom: 20px;
  }

  .line_2 {
    width: 50px;
    height: 58%;
  }

  .home_highlight.about:after {
    right: 70px;
  }

  .home_highlight.about:before {
    left: 85px;
  }

  .button_more {
    padding-bottom: 40px;
  }

  .pages.view .section_home .home_highlight.about {
    padding-bottom: 50px;
  }

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

  .home_image {
    margin-left: 70px;
    margin-right: 70px;
  }
  
  .line_3 {
    display: none;
  }

  .line_6 {
    width: 50px;
  }

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

  .service_title {
    margin-bottom: 80px;
  }

  .process_wrapper {
    margin-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section_home.grey_bg {
    padding-top: 110px;
  }

  .process_box img.romvos {
    width: 25px;
  }

  .line_process {
    margin-top: -43px;
  }

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

  .process_box img {
    height: 60px;
  }

  .line_1 {
    width: calc(100% - 85px);
  }

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

  .swiper-blog h3 {
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .blog_box_wrap {
    flex-direction: column;
  }

  p.date {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .section_home .blog_title h1 {
    margin-bottom: 15px;
  }

  .blog_title .button {
    margin-top: 30px;
  }

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

  .section_home.section_customers {
    padding-top: 120px;
  }

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

  .section_customers img {
    margin: 15px 0;
  }

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

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

  .home_about {
    width: 50%;
  }

  .home_about ul li span.first {
    width: 240px;
  }

  .section_home_about:after {
    top: -15%;
    height: 120%;
    width: 100%;
    opacity: 0.3;
  }

  .home_about ul li:last-child {
    font-size: 23px;
    line-height: normal;
  }

  .home_about ul li:first-child {
    font-size: 65px;
    line-height: 65px;
    padding-bottom: 10px;
  }

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

  .newsletter_home {
    padding: 80px 15px;
  }

  .footer_box.logo_right img {
    width: 370px;
  }

  footer {
    padding: 60px 15px 35px 15px;
  }

  .footer_box.first {
    padding-right: 50%;
    margin-bottom: 25px;
  }

  .footer_box.social_media {
    float: left;
    margin-top: 25px;
  }

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

  .mob_menu .phone_mob {
    position: relative;
    margin-top: 11px;
  }

  .mob_menu .phone_mob img {
    width: 25px;
    position: relative;
    margin-right: 20px;
  }

  .show-nav .mob_menu .phone_mob img {
    width: 25px;
    margin-right: 10px;
  }

  header.header_fixed #logo {
    width: 135px;
    height: 50px;
  }

  .image_news p {
    font-size: 45px;
    line-height: 45px;
  }

  .blog.view .services_view h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .contact_form_wrap:before {
    top: 103px;
  }
}

@media only screen and (max-width: 767px) {
  .image_news {
    height: calc(45vh + 17px);
  }

  .services_home_inner .service_box {
    flex: 1 1 calc(100% - 80px);
    margin: 7px 0;
  }

  .menu_social p {
    font-size: 17px;
    line-height: 26px;
    margin: 3px 0;
  }

  .menu_social {
    padding: 25px 15px;
    gap: 10px;
  }

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

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

  .menu_address.first {
    padding-right: 15px;
  }

  .blue_height {
    height: 60px;
  }

  .contactform_title {
    padding: 30px 0;
  }

  .extra_description p {
    padding: 5px 0;
  }

  .dynamic_description p {
    font-size: 27px;
    line-height: 37px;
  }

  .parallax {
    height: 55vh;
  }

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

  .dynamic_intro p {
    font-size: 26px;
    line-height: 36px;
  }

  .no_banner {
    padding: 150px 15px 70px 15px;
    min-height: auto;
    height: auto;
  }

  .footer_left {
    margin-bottom: 30px;
  }

  .footer_box.last {
    margin-top: 25px;
  }

  .footer_bottom h6 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .footer_bottom .footer_box {
    float: left;
    margin-left: -15px;
  }

  .footer_bottom {
    flex-wrap: wrap;
  }

  .section_home.section_home_contact h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .services_flex .service_box:nth-last-child(2) {
    margin-right: 0;
    margin-top: 15px;
  }

  .values_box {
    padding: 15px;
  }

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

  .services_flex .service_box:last-child {
    margin-left: 0;
  }

  .service_box {
    flex: 1 1 100%;
    margin: 5px 0;
  }

  .services_flex {
    gap: 20px 0px;
  }

  .services_title {
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .home_about {
    width: 70%;
  }

  .home_about ul li:first-child {
    font-size: 60px;
    line-height: 60px;
  }

  header.header_fixed .button {
    padding: 10px 15px 10px 25px;
    background-position: 14px center;
    font-size: 13px;
    background-size: 6px;
  }

  header.header_fixed .toggle-nav {
    width: 37px;
    height: 20px;
    margin-left: 15px;
  }

  header.header_fixed .top_right .phone {
    width: 30px;
    margin-right: 15px;
    padding: 20px 0;
    padding-right: 18px;
    background-size: 16px;
  }

  .button {
    padding: 12px 20px 12px 25px;
    background-position: 13px center;
    font-size: 14px;
    background-size: 7px;
  }

  .lang_menu.mob {
    margin-top: 135px;
  }

  .home_highlight.simple_page {
    margin-left: 10px;
    margin-right: 0px;
  }

  .section_home.simple_page {
    padding-top: 80px!important;
  }

  .service_other .service_section.right {
    margin: 70px 0px 0px 0px;
  }

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

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

  .line_right {
    display: none;
  }

  .blog_wrapper .blog_line {
    left: 25px;
  }

  .blog_wrapper {
    margin: 0 25px;
  }

  .no_banner .banner_content h1 {
    font-size: 38px;
    line-height: 47px;
    width: 80%;
  }

  .no_banner .banner_graphic {
    width: 75%;
    height: 130%;
    bottom: -80%;
  }

  .dynamic_description {
    padding-top: 20px;
  }

  .team .flex-center {
    flex-wrap: wrap;
  }

  .team_box {
    margin: 20px 0;
  }

  .page_graphic {
    bottom: 50px;
    left: -7px;
    width: 90%;
  }

  .general_form {
    margin-top: 60px;
  }

  .line_1 {
    width: calc(100% - 25px);
  }

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

  .home_highlight.about:before {
    left: 25px;
  }

  .home_highlight.about:after {
    right: 25px;
  }

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

  .home_image {
    margin-left: 10px;
    margin-right: 25px;
  }

  .line_2 {
    display: none;
  }

  .banner_content p {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    top: auto;
    margin-top: 40px;
  }

  .scrollButtonContainer {
    bottom: 40px;
  }

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

  .banner_graphic {
    width: 550px;
    right: -250px;
  }

  .banner_content h1 br {
    display: none;
  }

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

  .line_5, .line_6 {
    display: none;
  }

  .process_wrapper {
    flex-direction: column;
  }

  .process_box {
    margin-bottom: 100px;
  }

  .line_process {
    margin-top: 0;
    bottom: 62px;
  }

  .line_process.middle {
    right: -10%;
    width: 120%;
  }

  .line_process.last {
    display: block;
    left: -50%;
  }

  .process_box img.romvos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }

  .process_box h2 {
    font-size: 28px;
    margin-top: 20px;
  }

  .process_box img {
    height: 70px;
  }

  .line_4 {
    width: calc(100% - 10%);
  }

  .swiper_buttons {
    display: none;
  }

  .swiper_buttons.mob {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

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

  .home_about ul li:last-child {
    font-size: 22px;
  }

  .flex-end .button {
    margin-bottom: 40px;
  }

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

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

  p.subtitle {
    font-size: 21px!important;
  }

  .home_blog .flex-end {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: -15px;
  }

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

  .newsletter_home {
    padding: 80px 40px;
  }

  .newsletter-input {
    margin-top: 25px;
  }

  .blog_title {
    flex-direction: column;
    gap: 15px;
  } 

  .blog_title .button {
    margin-top: 0px;
    background-position: 13px center;
  }

  .copyright {
    padding: 15px 0px;
  }

  .footer_box.logo_right img {
    width: 350px;
    float: left;
  }

  .footer_box.logo img {
    width: 140px;
  }

  .footer_box.services {
    margin-left: -25px;
    width: 123%;
  }

  #logo {
    width: 140px;
    height: 60px;
  }

  .blog.view .services_view h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .mob_menu .phone_mob img {
    width: 23px;
  }

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

  .section_home_contact p {
    font-size: 22px;
    line-height: 32px;
  }

  .button.white {
    background-position: 12px center;
  }
}

@media only screen and (max-width:575px) {
  .image_news {
    height: calc(35vh + 17px);
  }

  .blue_bg .blog_title {
    margin-bottom: 40px;
  }

  .blue_bg .service_box h3 {
    padding-bottom: 15px;
  }

  .home_about ul li .counter {
    height: 3.8rem;
    font-size: 4.2rem;
  }

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

  .menu_social {
    flex-direction: column;
  }

  #mobile-nav ul li .dropdown_services ul li a {
    padding: 3px 0;
    font-size: 18px;
  }

  #mobile-nav ul li a.services-trigger:after {
    width: 10px;
    height: 10px;
    margin-top: 9px;
  }

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

  .menu_social {
    padding: 20px 30px;
  }

  .menu_address.first {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
  }

  .service_description p {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 20px 0;
  }

  .blog_intro ul li {
    line-height: 30px;
  }

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

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

  .dynamic_values p.values_subtitle {
    padding-right: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .dynamic_intro p {
    font-size: 24px;
    line-height: 32px;
  }

  .section_home.section_home_contact h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .footer_box.services {
    margin-left: 0;
    width: 100%;
  }

  .footer_box.services p {
    width: 100%;
    display: block;
  }

  .footer_bottom .footer_box {
    float: none;
    margin-left: 0;
  }

  .footer_box {
    text-align: center;
    margin: 5px 0;
  }

  .footer_bottom h6 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: center;
  }

  .copyright .col-lg-6 {
    order: 2;
  }

  .copyright .col-lg-5 {
    order: 1;
  }

  .copyright .col-lg-1 {
    order: 3;
  }

  .footer_box .button {
    margin: 0 auto;
  }

  .footer_left img.logo {
    width: 150px;
  } 

  .section_home_contact p {
    font-size: 21px;
    line-height: 30px;
  }

  .blog_box_home h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .blog_title {
    gap: 10px;
    margin-bottom: 45px;
  }

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

  .values_box {
    height: 220px;
  }

  .section_home.values_home h1 {
    margin-top: 10px; 
  }

  .section_home .services_title h1 {
    margin-bottom: 30px;
  }

  p.title {
    font-size: 30px;
    background-size: 23px;
    padding-left: 35px;
  }

  .blue_bg p.title {
    background-size: 23px;
    padding-left: 35px;
  }

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

  header.header_fixed .toggle-nav {
    width: 35px;
    height: 20px;
    margin-left: 0;
  }

  header.header_fixed .top_right .phone {
    width: 30px;
    margin-right: 15px;
    padding: 15px 0;
    background-size: 15px;
  }

  .top_right .button {
    display: none;
  }

  .customer_box {
    padding: 5px 5%;
  }

  .customer_box img {
    margin: 15px 0;
  }

  .section_customers img {
    margin: 10px 0;
  }

  .lang_menu.mob {
    margin-top: 130px;
  }

  .more_description h2 {
    font-size: 24px;
    margin: 0 auto 25px auto;
  }

  .logomark {
    bottom: 0%;
    width: 45%;
  }

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

  .service_section p.service_no {
    top: -27px;
  }

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

  .blog_other .home_blog_box p.date {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .customer_box img {
    margin: 20px 0;
  }

  .no_banner .banner_content h1 {
    font-size: 35px;
    line-height: 45px;
    width: 100%;
  }

  .dynamic_bg:after {
    height: 38%;
    margin-top: -185px;
  }

  .section_home.grey_bg.dynamic_bg {
    background-size: cover;
  }

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

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

  .page_graphic {
    bottom: 60px;
    left: -3px;
    width: 85%;
  }

  .contactform .submit input {
    background-position: 28% center;
  }

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

  .contact_info .social_media img {
    width: 35px;
    margin: 0 12px;
  }

  .contact_info ul li img {
    width: 24px;
  }

  .contact_info ul li img.phone {
    width: 21px;
  }

  .show-nav .mob_menu .phone_mob img {
    width: 22px;
    margin-right: 10px;
  }

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

  .banner_graphic {
    right: -280px;
  }

  .line_4 {
    height: 50px;
  }

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

  .process_box img {
    height: 65px;
  }

  .line_1 {
    height: 50px;
  }

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

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

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

  .home_about ul li span.first {
    width: 200px;
  }

  .home_about {
    width: calc(100% - 30px);
  }

  .home_about ul li:first-child {
    font-size: 55px;
    line-height: 55px;
  }

  .line_6 {
    display: none;
  }

  .newsletter_home h1 {
    font-size: 35px;
    line-height: 42px;
  }

  footer {
    padding: 50px 15px 20px 15px;
  }

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

  .footer_copyright p {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
  }

  #wapp a {
    width: 80px;
    margin: 10px auto 0 auto;
  }

  .copyright p.middle {
    margin: 0 10px;
    font-size: 16px;
    line-height: 28px;
  }

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

  .footer_box.social_media img {
    margin: 0 18px 0 0;
    width: 35px;
  }

  .footer_box.first {
    padding-right: 20%;
  }

  .no_banner .banner_graphic {
    bottom: -65%;
    width: 80%;
    height: 140%;
  }

  .footer_box.menu {
    padding: 15px 0;
    float: left;
    width: 100%;
    margin-top: 25px;
  }

  header.header_fixed #logo {
    width: 125px;
    height: 46px;
  }

  .pages.home header {
    padding: 12px 0 10px 0;
  }

  .mob_menu .phone_mob img {
    width: 22px;
  }

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

  .toggle-nav {
    width: 40px;
    margin-left: 5px;
  }

  .top_right .phone {
    width: 35px;
    margin-right: 15px;
    padding: 15px 0;
    padding-right: 15px;
    background-size: 16px;
  }

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

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

  .blog.view .services_view h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-image {
    padding-left: 0;
  }

  .blog_info img {
    padding: 25px;
    width: 300px;
    margin-top: -80px;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .blog_info .service_description {
    margin-top: 25px;
  } 

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

  .blog.home .content-991 {
    padding: 0;
  }

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

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

  .home_blog_box p.service_no {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 20px;
  }

  .home_blog_box .button {
    margin-top: 10px;
    font-size: 17px;
    padding: 12px 30px 12px 26px;
  }

  .home_blog_box h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .footer_top, .footer_bottom {
    margin-left: 0;
    width: 100%;
  }

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

  .blog_intro .source_url {
    padding-top: 15px;
    margin-top: 40px;
  }
}

@media only screen and (max-width:479px) {
	/*#header {  background: red; }*/

	.footer_box p.footer_heading { font-size:20px; }

  .dynamic_description p {
    font-size: 25px;
    line-height: 35px;
  }

  .blog_intro .source_url {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 60px;
    margin-bottom: 0;
    color: #b5aa80;
    font-weight: 600;
    font-size: 18px;
  }

  .blue_bg .blog_title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .home_about ul li .counter > span span {
    width: 35px;
  }

  .home_about ul li .counter {
    height: 3.4rem;
    font-size: 3.8rem;
  }

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

  .simple_page {
    margin-top: 130px;
    padding-bottom: 60px;
  }

  .dynamic_content {
    margin-top: 35px;
  }

  .simple_page .dynamic_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

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

  #map, #map2 {
    height: 570px;
  }

  .general_form {
    margin-top: 45px;
  }

  .contact_form_wrap:before {
    top: 95px;
  }

  .general_form h2 {
    font-size: 21px;
    line-height: 30px;
    padding-right: 0;
  }

  .service_description ul li:before {
    width: 9px;
    height: 9px;
  }

  .service_description ul li {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
  }

  .service_description p {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 15px 0;
  }
  
  .service_description p.subtitle {
    background-size: 9px;
  }

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

  .blog_intro ul li:before {
    width: 7px;
    height: 7px;
    margin-top: 11px;
  }

  .blog_intro p {
    line-height: 26px;
  }

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

  .extra_description img {
    width: 70px;
  }

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

  .dynamic_title h1 {
    font-size: 37px;
    line-height: 42px;
  }

  .no_banner {
    padding: 140px 15px 60px 15px;
  }

  .values_box h2 {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .footer_left {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 15px;
  }

  .section_home.section_home_contact h1 {
    font-size: 37px;
    line-height: 45px;
  }

  .section_home_contact p {
    font-size: 20px;
    line-height: 28px;
  }

  .home_about ul li span.first {
    width: 180px;
  }

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

  .service_box img {
    width: 15px;
  }

  .service_box h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 8px;
  }
 
  .services_flex {
    gap: 10px 0px;
  }

  p.title {
    font-size: 27px;
    background-size: 21px;
    padding-left: 32px;
  }

  .blue_bg p.title {
    background-size: 21px;
    padding-left: 32px;
  }

  .services_flex {
    margin-top: 50px;
  }

  .home_about ul li:last-child {
    font-size: 20px;
  }

  .home_about ul li:first-child {
    font-size: 50px;
    line-height: 50px;
  }

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

  .section_customers img {
    margin: 5px 0;
  }

  .lang_menu.mob {
    right: 15px;
  }

  .section_home .service_other .service_section h1 {
    font-size: 24px;
  }

  .more_description h2 {
    font-size: 23px;
    margin: 0 auto 20px auto;
    padding-left: 15px;
    border-left: 10px solid #4b763e;
  }

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

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

  .service_description ul {
    margin-bottom: 15px;
  }

  .service_description ul li:before {
    margin-top: 9px;
  }

  .section_home .service_section h1 {
    font-size: 26px;
  }

  .service_section img {
    width: 35px;
  }

  .service_section {
    margin: 20px 15px 50px 15px;
    padding: 30px;
  }

  .blog_wrapper ul li {
    font-size: 17px;
    line-height: 30px;
  }

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

  .breadcrumb-section span {
    font-size: 16px;
  } 

  .blog_wrapper p.date {
    font-size: 18px;
  }

  .blog_wrapper h2 {
    font-size: 24px;
    margin: 30px 0;
  }

  .no_banner .banner_graphic {
    bottom: -50%;
    width: 90%;
    height: 100%;
    right: -90px;
  }

  .section_home.grey_bg.dynamic_bg {
    padding-top: 70px;
  }

  .pages_header .banner_content, .no_banner .banner_content {
    margin-left: 15px;
  }

  .no_banner .banner_content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .dynamic_bg:after {
    height: 35%;
    margin-top: -140px;
  }

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

  .team_box {
    margin: 15px 0;
  }

  .line_process.middle {
    right: -20%;
    width: 140%;
  }

  .page_graphic {
    width: 90%;
  }

  .page_graphic {
    width: 90%;
    height: 20px;
    left: -10px;
  }

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

  .banner_content .subtitle {
    line-height: 30px;
  }

  .scrollButtonContainer {
    right: 0;
    margin: 0 auto;
  }

  .pages_header .banner_content {
    margin-left: 15px;
  }

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

  .banner_content p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px;
  }

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

  p.service_no {
    font-size: 21px;
    padding: 10px 15px;
    top: -45px;
  }

  .swiper_buttons.mob {
    margin-top: 35px;
  }

  .blog_box_home h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }

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

  .swiper-blog h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .newsletter_home {
    padding: 60px 5px;
  }

  .newsletter-input .input input {
    font-size: 17px;
    padding: 12px 17px;
  }

  .newsletter-input .submit input {
    width: 52px;
    height: 52px;
    top: -52px;
    background-size: 52px;
  }

  .newsletter-input {
    margin-top: 20px;
  }

  .newsletter_home h1 {
    font-size: 32px;
    line-height: 38px;
    border-left: 17px solid #4B763E;
    padding-left: 20px;
  }

  .footer_box.logo_right img {
    width: 340px;
  }

  #logo {
    width: 135px;
    height: 55px;
  }

  footer {
    clip-path: inset(0rem 0% round 0rem 5rem 0rem 0rem);
  }

  .footer_box.logo img {
    width: 130px;
  }

  .footer_box.first {
    padding-right: 10%;
  }

  .footer_copyright p {
    line-height: normal;
  }

  .footer_box.social_media img {
    width: 33px;
  }

  #wapp a {
    width: 80px;
  }

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

  p.date {
    margin-bottom: 0;
  }

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

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

  .footer_left img.logo {
    width: 140px;
  }
}

@media only screen and (max-width: 420px) {
  .image_news {
    height: calc(30vh + 17px);
  }

  .home_about ul li .counter {
    height: 3.1rem;
    font-size: 3.5rem;
  }

  .home_about ul li .counter > span span {
    width: 32px;
  }

  .menu_social {
    padding: 15px 20px;
  }

  p.title {
    font-size: 24px;
    background-size: 20px;
    padding-left: 30px;
  }

  .simple_page {
    margin-top: 115px;
    padding-bottom: 50px;
  }

  .simple_page .dynamic_content h4 {
    font-size: 18px;
  }

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

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

  #mobile-nav ul li .dropdown_services ul li a {
    padding: 2px 0;
    font-size: 17px;
  }

  #mobile-nav ul li a.services-trigger:after {
    width: 9px;
    height: 9px;
    margin-top: 7px;
  }

  .subtab h4 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .contactform .submit input {
    background-position: 20% center;
  }

  .required_field {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .blog_intro p {
    margin: 5px 0;
  }

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

  .extra_description img {
    width: 65px;
  }

  .extra_description h3 {
    font-size: 28px;
  }

  .extra_right {
    padding-top: 40px;
  }

  .dynamic_values p.values_subtitle {
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .parallax {
    height: 50vh;
  }

  p.subtitle {
    font-size: 20px!important;
  }

  .service_description p {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 10px 0;
  }

  .service_description ul li:before {
    width: 8px;
    height: 8px;
    margin-top: 8px;
  }

  .service_description ul {
    margin-bottom: 10px;
  }

  .service_description ul li {
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0;
    padding-left: 20px;
  }

  .no_banner {
    padding: 120px 15px 50px 15px;
  }

  .dynamic_intro {
    margin-top: 15px;
  }

  .dynamic_title h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .dynamic_intro p {
    font-size: 22px;
    line-height: 28px;
  }

  .footer_bottom h6 {
    font-size: 26px;
    line-height: 30px;
  }

  .copyright p.middle {
    margin: 0 5px;
    font-size: 15px;
    line-height: 26px;
  }

  .section_home.section_home_contact h1 {
    font-size: 35px;
    line-height: 38px;
  }

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

  .section_home.section_home_contact h1 span.beige {
    display: unset;
  }

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

  .blog_box_home {
    margin-bottom: 15px;  
  }

  .blog_box_home h3 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
  }

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

  .values_box img {
    width: 35px;
    top: 15px;
  }

  .values_box {
    height: 230px;
  }

  .service_box h2 {
    font-size: 26px;
    margin-bottom: 7px;
  }

  .service_box.featured p {
    font-size: 17px;
  }

  .service_box.featured {
    padding: 15px;
  }

  .customer_box img {
    margin: 10px 0;
  }

  .button.no-margin-process {
    margin-top: 40px!important;
  }

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

  .lang_menu.mob {
    right: 10px;
    margin-top: 120px;
  }

  .home_highlight.simple_page {
    padding-bottom: 20px;
  }

  .section_home .service_other .service_section h1 {
    font-size: 21px;
  }

  footer {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .more_description h2 {
    font-size: 21px;
    padding-left: 5px;
    border-left: 7px solid #4b763e;
  }

  .dynamic_description {
    padding-top: 10px;
  }

  .service_section img {
    margin-top: 10px;
  }

  .service_section {
    margin: 20px 15px 50px 15px;
    padding: 20px;
  }

  .section_home .service_section h1 {
    font-size: 23px;
  }

  .logomark {
    bottom: 0%;
    width: 60%;
  }

  .breadcrumb-section {
    margin: 15px 0 25px 0;
  }

  .breadcrumb-section span {
    font-size: 16px;
  }

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

  .home_blog_box h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .customers.home .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .customer_box img {
    margin: 15px 0;
  }

  .pages_header .banner_content, .no_banner .banner_content {
    margin-left: 0;
  }

  .no_banner .banner_content h1 {
    font-size: 30px;
    line-height: 37px;
    padding-right: 0px;
  }

  .no_banner .banner_graphic {
    bottom: -60%;
    width: 100%;
    height: 100%;
    right: -80px;
  }

  .dynamic_bg .button {
    padding: 13px 27px 13px 25px;
    margin-top: 0;
  }

  .team h2 {
    font-size: 22px;
    margin-top: 15px;
  }

  .dynamic_description {
    padding-top: 10px;
  }

  .dynamic_description p {
    font-size: 21px;
    line-height: 30px;
  }

  .dynamic_bg h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .dynamic_bg:after {
    display: none;
  }

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

  .pages.view .section_home .home_highlight.about {
    padding-bottom: 35px;
  }

  .general_form {
    margin-top: 30px;
  }

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

  .contactform div.submit {
    margin-top: 15px;
  }

  .show-nav .mob_menu .phone_mob img {
    width: 20px;
  }

  .contactform_title {
    padding: 22px 0;
  }

  .general_form h2 {
    font-size: 19px;
    line-height: 26px;
  }

  .contact_form_wrap:before {
    top: 80px;
  }

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

  p {
    line-height: 28px;
  }

  .section_home .home_highlight.about {
    margin-top: 40px;
    padding-right: 15px;
    padding-top: 20px;
    border-top: 6px solid #D4D4D4;
    border-right: 6px solid #D4D4D4;
  }

  .home_highlight.about:before {
    border-left: 6px solid #D4D4D4
  }

  .home_highlight.about:after {
    border-right: 6px solid #D4D4D4;
  }

  .button_more {
    padding-bottom: 20px;
  }

  .banner_graphic {
    width: 530px;
  }

  .pages_header .banner_content {
    margin-left: 0;
  }

  .banner_content h1 {
    font-size: 42px;
    line-height: 47px;
  }

  .banner_content .subtitle {
    line-height: 27px;
    font-size: 20px;
  }

  .process_box.last {
    margin-bottom: 50px;
  }

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

  .service_box h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .line_process.last {
    bottom: 10px;
  }

  .process_box.last img.romvos {
    bottom: -32px;
  }

  .service_box img {
    top: 7px;
    right: 0;
  }

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

  .line_4 {
    height: 40px;
    width: calc(100% - 8%);
    border-right: 6px solid #D4D4D4;
    border-bottom: 6px solid #D4D4D4;
  }

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

  .process_box p {
    line-height: 25px;
  }

  .process_box h2 {
    font-size: 26px;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .swiper_buttons.mob {
    margin-top: 20px;
  }

  .flex-end .button {
    margin-bottom: 30px;
  }

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

  .button {
    font-size: 16px;
    padding: 13px 34px 13px 30px;
  }

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

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

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

  .section_customers .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .home_about ul li span.first {
    width: 150px;
  }

  .home_about ul li:first-child {
    font-size: 42px;
    line-height: 42px;
  }

  .home_about ul li:last-child {
    font-size: 18px;
  }

  .line_1 {
    height: 40px;
    border-left: 6px solid #D4D4D4;
    border-bottom: 6px solid #D4D4D4;
  }

  .newsletter_home h1 {
    font-size: 30px;
    line-height: 35px;
    border-left: 15px solid #4B763E;
    padding-left: 15px;
  }

  .newsletter-input .submit input {
    width: 47px;
    height: 47px;
    top: -47px;
    background-size: 47px;
  }

  .newsletter-input {
    margin-top: 10px;
  }

  .contact_info ul li img.phone {
    width: 19px;
    top: 2px;
  }

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

  .contact_info .social_media img {
    width: 30px;
    margin: 0 8px;
  }

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

  .contact_info ul li img {
    width: 22px;
    margin-right: 15px;
  }

  #map, #map2 {
    height: 480px;
  }

  .home_highlight.about h1 {
    padding-right: 0px;
  }

  .newsletter-input .input input {
    padding: 10px 15px;
  }

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

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

  .footer_box.menu {
    margin-top: 20px;
  }

  .footer_box.menu p {
    width: 100%;
    line-height: normal;
  }

  .footer_box.logo_right img {
    width: 260px;
  }

  .footer_box.logo img {
    width: 120px;
  }

  .footer_box.social_media {
    margin-top: 20px; 
  }

  .footer_box.social_media img {
    width: 32px;
  }

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

  footer {
    padding: 40px 15px 15px 15px;
  }

  .footer_box.first {
    padding-right: 0%;
  }

  footer {
    padding: 40px 15px 20px 15px;
  }

  .footer_box.first p {
    font-size: 20px;
  }

  header.header_fixed #logo {
    width: 105px;
    height: 42px;
  }

  #logo {
    width: 120px;
    height: 45px;
  }

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

  .top_right .phone {
    width: 30px;
    margin-right: 10px;
    padding: 12px 0;
    padding-right: 10px;
    background-size: 15px;
  }

  .mob_menu .phone_mob img {
    width: 20px;
    margin-right: 15px;
  }

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

  .blog_line {
    border-bottom: 8px solid #759A4D;
    height: 8px;
  }

  .blog.home .dynamic-content h2 {
    font-size: 17px;
  }

  .blog.view .services_view h1 {
    font-size: 27px;
    line-height: 27px;
  }

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

  .blog_other .home_blog_box p.date {
    margin-top: 5px;
  }

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

  .blog_other .home_blog_box h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .blog_wrapper p.date {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .section_home .blog_wrapper h1 {
    margin-top: 25px;
    margin-bottom: 15px;
  }

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

  .banner_content p {
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
  }

  .scrollButtonContainer {
    bottom: 30px;
  }
}

@media only screen and (max-width: 380px){
.banner_content h1 {
    font-size: 37px;
    line-height: 42px;
  }
}

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

	#wapp{float:none;}

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


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