@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-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.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 {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title {
  position: relative;
}

.title h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
  color: var(--fs-color-primary);
  text-transform: uppercase;
}

.title p {
  margin-bottom: 0;
}

.main-btn {
  margin: 0;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-transform: none;
  min-width: 160px;
}

.main-btn::before {
  content: "";
  display: block;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-btn:hover,
.main-btn:focus {
  border-color: #fff;
  background-color: #fff;
  color: var(--fs-color-primary);
  opacity: 0.9;
}

.main-btn:hover:before,
.main-btn:focus:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background-color: var(--shop-color-button);
  color: var(--shop-color-button-text);
}

#top-bar .nav > li.html {
  font-size: 14px;
}

#masthead .button {
  margin: 0;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-transform: none;
  min-width: 160px;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  color: var(--fs-color-primary);
}

.wpcf7-spinner {
  display: none;
}

/* home */
.home1 {
  color: var(--fs-color-primary);
}

.home1 .text-box-content {
  background-color: #fff;
  margin-left: 15px;
  padding: 30px;
}

.home1 h1 {
  font-size: 60px;
  margin: 0;
  color: var(--fs-color-primary);
}

.home1 h2 {
  font-size: 40px;
  margin: 0;
  color: var(--fs-color-primary);
}

.home1 p {
  color: var(--fs-color-primary);
}

.main-banner {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.main-banner .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-banner p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main-banner h1 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

.client-box {
  background-color: #f8f7f9cc;
}

.client-box .box-text {
  padding: 15px;
}

.client-box .box-text h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--fs-color-primary);
  margin-bottom: 5px;
}

.client-box .box-text h3 {
  color: var(--fs-color-primary);
  margin-bottom: 10px;
}

.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  color: var(--fs-color-primary);
}

/* blog-wrapper */
.blog-wrapper {
  padding: 0;
}

.blog-wrapper .post-item .box {
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.1);
}

.post-item .from_the_blog_excerpt {
  margin-bottom: 15px;
}

.archive-page-header {
  display: none !important;
}

#breadcrumbs,
#breadcrumbs a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 6px;
}

.entry-content {
  padding: 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: 0px 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;
}

#secondary {
  padding-top: 30px;
}

/* post-item */
.post-item .box {
  background-color: #fff;
  padding: 15px;
  transition: all 0.3s;
}

.post-item .box-text {
  padding: 0;
  padding-top: 15px;
}

.post-item .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .box-text .button {
  margin: 0;
  background-color: var(--fs-color-primary);
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 40px;
  border-radius: 88px;
}

.box-blog-post .is-divider {
  display: none;
}

#footer a,
#footer * {
  color: #fff;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .col-padding.col-left .col-inner,
  .col-padding .col-inner {
    padding: 30px 15px;
  }
}
