@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Regular.ttf);
}

.Montserrat,
body {
  font-family: "Montserrat" !important;
}

/* @media only screen and (max-width: 980px) {
  body h1 {
    font-size: 24pt;
  }
  body h2 {
    font-size: 23pt !important;
  }
  body h3 {
    font-size: 18pt !important;
  }
} */

/* @media only screen and (max-width: 479px) {
  body h1 {
    font-size: 22pt;
  }
  body h2 {
    font-size: 22pt !important;
  }
} */
/* .content {
  padding: 90px 50px 50px 50px;
  background-color: #f1f1f1;
} */
#featured-row{
	justify-content: center
}
.article-container .row {
  padding-bottom: 20px;
  margin-top: 10px;
}
.a-excerpt p {
  margin: 0px;
}
.article-container .a-excerpt {
  border-bottom: 1px solid #d6d6d6;
}
.article-header {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 20px;
  /* border-bottom: 1px solid #ac1f23;
  margin-bottom: 20px; */
}
.a-title {
  font-size: 40px;
  font-weight: 700;
  color: #ac1f23;
}

.a-excerpt,
.a-content {
  font-size: 16px;
  color: black;
}

.a-excerpt {
  font-weight: 700;
}
.a-content {
  font-weight: 500;
}
/* .a-author {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
} */

.a-card {
  height: 100%;
}

.article-title a{
	color: #ac1f23;
	text-decoration:none;
}
.feat-title a{
	color: #fff !important;
	text-decoration:none;
  font-size: 1.5rem;
}

.feat-tag,
.article-tag {
  font-weight: 700;
  border-radius: 400px;
  padding: 5px 10px !important;
  font-size: 0.625rem;
  width: unset !important;
  margin-right: 5px;
}

.feat-tag {
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
}

.article-tag {
  background-color: black;
  color: #fff;
  margin-bottom: 10px;
/* 	display:none; */
}

.feat-title,
.article-title {
  line-height: 20.72px;
  padding: 0 !important;
  font-weight: 700;
}

.feat-title {
  color: #fff;
  margin-bottom: 20px;
}

.article-title {
  color: #ac1f23;
}

.feat-excerpt,
.article-excerpt {
  font-weight: 500;
  padding: 0 !important;
  margin-bottom: 20px;
}

.feat-excerpt {
  color: #fff;
}

.article-excerpt {
  color: #000;
}

.article-date {
  color: rgba(0, 0, 0, 0.4);
  padding: 0 !important;
  margin-bottom: 10px;
}

.feat-button,
.article-button,
.view-more-btn {
  border-radius: 400px;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 0;
  margin: unset;
}

.feat-button,
.article-button {
  background-color: #fff;
  color: #ac1f23;
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.feat-button:hover{
	background-color: #ac1f23;
	color: #fff !important;
	border: 1px solid #fff
}
.article-button:hover{
	background-color: #ac1f23;
	color: #fff !important;
}

.view-more-btn {
  background-color: #ac1f23;
  color: #fff;
  border: none;
  width: 222px;
}

.feat-button {
  border: none;
}

.article-button {
  border: 1px solid #ac1f23;
}

/* Default state: hide tablet and below version */
.tablet {
  display: none;
}
.view-more-container {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}

.view-details-container {
  padding: 0 !important;
  max-width: 222px !important;
}
.search-container {
  display: flex;
  justify-content: center;
  margin: 10px;
}

/* Media query for desktop: show desktop version and hide tablet version */
@media (min-width: 981px) {
	.desktop {
		display: flex;
	}
	.tablet {
		display: none;
	}
	.article-excerpt {
		margin-bottom: 10px;
	}

	.border-card {
		border-left: 10px solid #ac1f23;
	}
	.et_pb_code_1 .article-featured{
		flex: 1;
		padding: 10px !important;
	}
}

/* Media query for tablet and below: show tablet version and hide desktop version */
@media (max-width: 980px) {
	.desktop {
		display: none;
	}
	.tablet {
		display: block;
	}
	.view-details-container {
		width: 100% !important;
		max-width: none !important;
	}
	.et_pb_code_1 .article-featured{
		padding: 20px !important;
	}
}

.article-title,
.article-excerpt,
.feat-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
	height: 44px;
  -webkit-box-orient: vertical;
}

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

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

.services-button{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.margin-bottom{
	margin-bottom: 15px;
}

.et_pb_button {
text-align: center;
}

.flex-col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a{
	text-decoration: none !important;
}

.service-box {
    border-radius: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
	border: 1px solid #ac1f2324;
}

.service-header {
    background-color: #ac1f23;
    color: #fff;
    padding: 1rem;
}

.service-body {
    background-color: #fff;
    color: #000;
    padding: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-header h3,
.service-header .service-title {
    color: #fff;
    margin: 0;
}

.service-body .service-content {
    color: #000;
}

/* Push button to bottom */
.service-body {
    display: flex;
    flex-direction: column;
}

.industry-button {
    margin-top: auto;
}

.see-more-btn:hover {
	text-decoration:underline !important;
}

/* Responsive title styling */
.service-title {
    padding: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
    .service-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .service-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .service-title {
        font-size: 1.1rem;
    }
}

.main-features .et_pb_text_inner:after{
	content: " Main Features";
	color: #ac1f23;
}

.what-is .et_pb_text_inner:before{
	content: "What is ";
	color:#fff;
}


/* .et_pb_slider, .et_pb_slider .et_pb_container {
    height: auto !important;
} */

.contact-icon:before{
	padding: 3px 9px;
	border-radius: 100%;
	background: #fff;
	margin-left: -2.5em !important;
}

.et_pb_slide_title{
	margin: 0;
	padding: 0;
}

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

.see-more-btn {
	font-weight: 700;
	border: 1px solid #ac1f23;
	width: 225px;
	border-radius: 100px;
	padding: 14px;
	font-size: 12px;
	text-align: center;
}

.see-more-btn:hover {
	text-decoration: none !important;
	background: #ac1f23;
	color: #fff;
}

.image-card .et_pb_module_inner,
.image-card  .dipl_interactive_image_card_wrapper{
	height:100%
}

.image-card img{
	object-fit: cover;
}