* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "m-SemiBold";
  line-height: 1.4;
}

.post-item .post-title {
  margin-bottom: 10px;
}

.post-item .post-title a {
  font-size: 20px;
  color: #000000;
  font-family: "m-SemiBold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .from_the_blog_excerpt {
  color: #868686;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-family: "m-Regular";
}

.button.main-button {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  color: var(--secondary-color);
  padding: 4px 24px;
  background-color: transparent;
  border-radius: 99px;
  border: 1px solid;
}

#masthead .nav > li > a {
  font-size: 16px;
  text-transform: none;
  color: var(--primary-color);
}

#top-bar a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

/*  */
.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumbs .col {
  padding: 12px 15px;
}

.breadcrumbs {
  font-weight: 500;
}

.archive-page-header {
  display: none;
}

.box-blog-post .is-divider {
  display: none;
}

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: 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;
}

.section1 {
  padding: 6rem 0;
}

.section1 p {
  font-size: 17px;
}

.section1 ul {
  padding: 0;
}

.section1 .button.main-button {
  margin-top: 15px;
}

.service2 h2 {
  margin-bottom: 30px;
}

.service2 .box-badge .box-text {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000066;
}

.service2 .box-badge .box-text h3 {
  margin: 0;
  font-size: 20px;
}

.service2 .box-badge:hover .box-text {
  opacity: 1;
}

.service2 .col {
  padding-bottom: 30px;
}

.service3 h2 {
  margin-bottom: 30px;
}

.service3 h3 {
  margin-top: 0;
}

.service3 .col {
  padding-bottom: 30px;
}

.service4 {
  padding: 4rem 0;
}

.service4 h2 {
  margin-bottom: 30px;
}

.service4 .col {
  padding-bottom: 30px;
}

.service5 .container {
  margin-bottom: 30px;
}

.service5 .col {
  padding-bottom: 30px;
}

.service5 .col-inner {
  border-radius: 10px;
  border: 1px solid #ccc;
  border-bottom: 4px solid var(--secondary-color);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  padding: 30px;
  height: 100%;
}

.service5 .col-inner h3 {
  margin-top: 0;
}

.service6 {
  padding: 4rem 0 0;
}

.service6 h2 {
  margin-bottom: 50px;
}

.service6 .accordion-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 2px rgb(167 167 167 / 50%);
}

.service6 .accordion-title {
  font-size: 20px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 0;
}

.service6 .accordion .toggle {
  top: 16px;
}

/*  */
.page-id-245 .breadcrumbs {
  display: none !important;
}

.web1 {
  background: url(/wp-content/uploads/bg4.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 70px 0 0;
}

.web1 h1 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-size: 24pt;
}

.web1 table {
  padding-left: 10px;
  display: block;
  margin: auto;
  text-align: center;
  width: fit-content !important;
}

.web1 table ul {
}

.web1 table ul li {
  color: #fff;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.web1 table ul li:before {
  margin-right: 8px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  content: url(/wp-content/uploads/svgexport-1.svg);
}

.web1 table td {
  border: 0;
}

.web1 .img-main {
  max-width: 750px;
  margin: 0 auto;
}

.web1 p a {
  font-family: m-SemiBold;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #9a0643;
  border: 2px solid #9a0643;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 20px;
}

.bg_shape {
  width: 100%;
  overflow: hidden;
  background: url(/wp-content/uploads/bg-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 52px;
  z-index: 2;
  position: relative;
}
