@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3 {
  font-weight: 600;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p,
.icon-box-img img,
.icon-box-img svg {
  margin: 0;
  padding: 0;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

.banner h1,
.banner h2,
.banner h3 {
  font-weight: 700;
}

.button.primary,
.button.secondary {
  background-color: var(--fs-color-primary);
  border: solid 1px var(--fs-color-primary);
  border-radius: 99px;
  font-size: 1.15rem;
  text-transform: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s;
  margin: 0;
  width: max-content;
  color: #fff;
}

.button.primary span,
.button.secondary span {
  transition: all 0.2s;
}

.button.primary:hover,
.button.secondary:hover {
  text-decoration: underline !important;
  box-shadow: none !important;
}

.button.primary:hover span,
.button.secondary:hover span {
  text-decoration: underline;
}

.button.secondary {
  background-color: transparent;
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
}

.row.row-small {
  max-width: 1312.5px;
  max-width: calc(1312.5px + 4.4px);
}

#header {
  border-bottom: 1px solid #e5e7eb;
}

#header .header-nav-main {
  justify-content: center;
}

#header .nav > li {
  margin: 0 15px;
}

#header .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #111827;
}

#header .nav > li > a:hover {
  color: var(--fs-color-primary);
}

#header input.search-field {
  height: 52px;
  border: 1px solid var(--fs-color-primary);
  box-shadow: none !important;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  border-right: 0;
}

.sub-menu .row:not(.row-collapse) {
  margin: 0 auto;
}

.row_menu * {
  font-family: "Inter", sans-serif;
}

.row_menu h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.row_menu h4 {
  font-size: 16px;
  line-height: 24px;
  color: #111827;
}

.row_menu p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6b7280;
}

.row_menu .button.is-link {
  margin: 0 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
  text-transform: none;
  padding: 0;
  min-height: unset;
}

.row_menu .col-left {
  background-color: #f5f7fa;
  padding-top: 24px;
  position: relative;
}

.row_menu .col-left::before {
  content: "";
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: #f5f7fa;
}

.row_menu .col-left.col-right {
  padding-left: 32px;
}

.row_menu .col-right::before {
  left: unset;
  right: -100vw;
}

.row_menu .icon-box {
  display: flex;
  align-items: center;
}

.row_menu .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px;
}

.row.row-small .col-menu .icon-box {
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s;
}

.row.row-small .col-menu .icon-box.active {
  background-color: #ecf6ff;
}

.row_menu h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
  margin-bottom: 0;
}

.row_menu .col-smpd h5 {
	font-weight: 400;
}

.row_menu .col-padding .col-inner {
  padding-left: 32px;
}

.row_menu .col-smpd {
  border-left: 1px solid #e5e7eb;
}

.row_menu a:hover,
.row_menu a:hover * {
  color: var(--fs-color-primary);
}

.row.row-small .col {
  padding: 0 12px 24px;
}

.page-banner::after {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.25) 75%
  );
  content: "";
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-banner .banner-layers {
  z-index: 2;
}

.page-banner ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.page-banner ul li {
  margin: 0;
}

.page-banner h1 {
  font-size: 4rem;
  line-height: 1.2;
}

.page-banner .text-box {
  padding: 0 15px;
}

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

.content p img {
  margin-bottom: 0 !important;
}

.home1 .banner h2 {
  font-size: 4rem;
  text-transform: none;
}

.home1 .banner p {
  font-size: 1.25rem;
}

.home2 {
  padding: 2rem 0;
  background-color: #f5f5f5;
}

.home2 .mess-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home2 .box-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home3 {
  padding: 4rem 0 calc(4rem - 24px);
}

.home3 .box {
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.home3 .box:hover {
  scale: 1.05;
  cursor: pointer;
}

.home3 .box-text {
  padding: 1.5rem;
}

.home3 .box-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--fs-color-primary);
}

.home3 .box-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 1rem;
  margin-bottom: 1rem;
}

.home3 .img-icon {
  width: 50px !important;
  margin: 0;
}

.home4 {
  padding-bottom: calc(4rem - 24px);
}

.home4 .tags p {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.home5 {
  padding-bottom: calc(4rem - 24px);
}

.home5 .row.row-small .col a {
  height: 100%;
  display: block;
}

.home5 .box {
  background-color: #f5f5f5;
  transition: all 0.2s;
  height: 100%;
}

.home5 .box-text {
  padding: 1.5rem 1rem;
}

.home5 .box-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.home6 {
  padding: 4rem 0 calc(4rem - 24px);
  background-color: #f4f5f5;
}

.home6 .icon-box p {
  font-size: 1.1rem;
}

.home7 {
  padding: 4rem 0 calc(4rem - 24px);
}

.home8 {
    padding: 4rem 0 calc(4rem - 24px);
}

.home8 h2 {
	margin-bottom: 30px;
}

/* post-item */
.post-item .box {
  background-color: #f5f5f5;
  transition: all 0.2s;
}

.post-item .box:hover {
  scale: 1.05;
  cursor: pointer;
}

.post-item .box-text {
  padding: 1.5rem;
}

.post-item .is-divider {
  display: none;
}

.post-item h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  min-height: 52px;
}

.post-item h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.page-wrapper {
  padding: 0;
}

.archive-page-header {
  display: none;
}

.box-blog-post .is-divider {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

/* industrie_single */

.industrie_single {
  margin-top: -4rem;
}

.industrie_single .excerpt {
  background-color: #f4f5f5;
  max-width: 650px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.industrie_single .excerpt p {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
}

.itk-sidebar .contact-sidebar-com {
  position: relative;
  margin-bottom: 30px;
  background-color: var(--fs-color-primary);
  width: 100%;
  padding: 35px 35px;
  color: #ffffff;
}

.itk-sidebar .contact-sidebar-com .contact-intro {
  font-weight: 400;
  font-size: 18px;
}

.itk-sidebar .contact-sidebar-com .contact-main-no {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  margin: 5px 0 15px;
  letter-spacing: -1px;
}

.itk-sidebar .contact-sidebar-com .contact-main-no a {
  color: #ffffff;
  text-decoration: none;
}

.itk-sidebar .button.primary {
  background-color: #fff;
  color: var(--fs-color-primary);
}

.itk-sidebar .socials-sidebar-com {
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itk-sidebar .socials-sidebar-com .follow-us {
  margin-bottom: 8px;
  margin-right: 8px;
  text-decoration: underline;
}

.itk-sidebar .socials-sidebar-com .social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}

.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle {
  margin-right: 5px;
}

.itk-sidebar .socials-sidebar-com .social-icons svg {
  fill: var(--fs-color-primary);
  width: 36px;
  height: 36px;
}

.text.box-contact {
  padding: 1rem !important;
  border-radius: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
}

.box-contact-form .wpcf7 {
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
  padding: 1rem !important;
}

.box-contact-form .wpcf7 input,
.box-contact-form .wpcf7 textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
  margin-bottom: 0;
}

.box-contact-form .wpcf7 input.wpcf7-submit {
  background-color: var(--fs-color-primary);
  color: #fff;
  width: 200px;
  margin: 0 auto;
}

.box-contact-form form {
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.box-contact-form .col {
  padding-bottom: 15px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home2 .mess-box {
		display: block;
	}
	
	.page-banner .text-box {
		width: 100% !important;
	}
	
	.page-banner h1 {
		font-size: 2rem;
	}
	
	.page-banner ul {
		flex-wrap: wrap;
    	font-size: 14px;
	}
	
	.page-banner {
		padding-top: 400px !important;
	}

}
