#topnav .navigation-menu > li > a {
  color: #000000;
}
.horizontal-line-top {
  border: 1px solid #000000;
  margin-bottom: 38px;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #000000;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -1px;
  top: 32px;
}
.banner-section {
  margin: 40px 0 0 0;
  /* background-color: #f2f5ff; */
}
.box-shadow {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.text-truncate-1 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.text-truncate-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.text-truncate-3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.hover_scaleup {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fixed_height {
  height: 225px;
  display: inline-block;
  width: 100%;
}
.hover_scaleup:hover {
  width: 100%;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 0.2s;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.card_wrapper {
  overflow: hidden;
}

h3.widget-title {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.category_list {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  list-style-type: none;
}
.form-control {
  line-height: 1.5 !important;
}
.heading_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-38 {
  margin-block: 38px;
}
.heading_wrapper .widget-title {
  margin: 0 10px 0 0;
  /* white-space: nowrap; */
}
.after_line {
  color: red;
  border-bottom: 3px solid red;
  width: 100%;
}
.after-psedu:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: red;
  position: relative;
}
.socialIcons_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-block: 1rem;
}
h6.fs-14 {
  font-size: 14px !important;
}
.breadcrumb_item:not(:last-child):after {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  margin-inline: 0.5rem;
  vertical-align: middle;
  font-weight: 900;
}
.breadcrumb .breadcrumb_item a {
  color: #000;
}
.breadcrumb .breadcrumb_item.active {
  color: #dc3545;
  text-decoration: underline;
  font-weight: 600;
}
.breadcrumb .breadcrumb_item a:hover {
  color: #dc3545;
}
.custom_overlay_effect {
  position: absolute;
  background-color: rgba(24, 24, 24, 0.6);
  height: 54%;
  width: 100%;
  bottom: 0px;
  padding: 10px;
}
.custom_overlay_effect.height-24 {
  height: 24%;
}
.custom_overlay_effect.height_30 {
  height: 30%;
}
.custom_overlay_effect h5 {
  color: #fff;
}
.custom-btn-primary {
  background-color: #e33333;
  border: 1px solid #e33333;
  color: #fff;
}
.btn.custom-btn-primary:hover {
  color: #fff;
  box-shadow: 0 3px 13px 0px #e3333340;
}
.comment_svg_wrapper {
  display: flex;
  gap: 6px;
  float: right;
}
.comment_svg_wrapper:hover {
  color: rgb(58, 58, 58);
}
.comment_svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: rgb(58, 58, 58);
}
.comment_svg h5 {
  color: rgb(58, 58, 58);
}
/* Pagination. */
.pagination {
  margin-bottom: 1rem;
}
#numbers {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
#numbers li a {
  color: #0c0a0a;
  padding: 0.5rem 1rem;
  text-decoration: none;
  opacity: 0.7;
  margin-right: 3px;
}
#numbers li a:hover {
  opacity: 1;
  background-color: #ddd;
  border-radius: 4px;
}
#numbers li a.active {
  opacity: 1;
  background-color: #141230;
  color: #fff;
  border-radius: 4px;
}
.callToAction_overlay_effect {
  position: absolute;
  background-color: rgba(24, 24, 24, 0.32);
  height: 40%;
  width: 100%;
  bottom: 0px;
  padding: 2rem;
  border-radius: calc(0.25rem - 1px);
}
.Neon-input-dragDrop {
  display: block;
  width: 100%;
  padding: 25px;
  color: #8d9499;
  color: #97a1a8;
  background: #fff;
  border: 2px dashed #c8cbce;
  text-align: center;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.Neon-input-dragDrop .Neon-input-icon {
  font-size: 12px;
  color: #e33333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.height-200 {
  height: 200px;
  width: 100%;
}
.height-424 {
  height: 424px;
  width: 100%;
}
.height-80 {
  height: 80px;
  width: 100%;
  display: inline-block;
}
.parent_class:nth-child(1),
.parent_class:nth-child(2) {
  margin-bottom: 20px;
}
.asterisk {
  color: #cd2026;
  margin-left: 2px;
}
.border-bottom-after {
  position: relative;
  display: inline-block;
}
.border-bottom-after::after {
  content: "";
  width: 50%;
  height: 4px;
  background-color: #e33333;
  position: absolute;
  left: 0;
  bottom: 0;
}
a.activePage {
  border-radius: 8px;
  margin: 0.4rem 0;
  color: #e33333;
  text-decoration: underline !important;
}
.bootstrap-tagsinput .tag {
  background-color: #e33333;
  border-radius: 0.25rem;
  padding: 0 0.4rem;
}
@media only screen and (max-width:767px)  {
  .callToAction_overlay_effect{
    height: 100%;
  }
  
}