.service-box-icon a {
  padding: 50px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}
.service-box-icon a img {
  width: 52px;
  height: 52px;
}
.service-box-info {
  margin-top: 2rem;
}
header {
  background-image: linear-gradient(#dd9900, #441203);
}
header .inner-container .top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
header .inner-container .top-bar .social-group {
  display: flex;
}
header .inner-container .top-bar .social-group .social-icon {
  font-size: 1.8rem;
  padding: 0.7rem;
}
header .inner-container .top-bar .font-group {
  display: flex;
  align-items: baseline;
}
header .inner-container .top-bar .font-group .font-icon {
  padding: 0.7rem;
}
header .inner-container .top-bar .font-group .font-icon .font-icon-sm {
  font-size: 1rem;
}
header .inner-container .top-bar .font-group .font-icon .font-icon-md {
  font-size: 1.25rem;
}
header .inner-container .top-bar .font-group .font-icon .font-icon-lg {
  font-size: 1.5rem;
}
header .inner-container .top-bar a {
  color: #652288;
}
header .inner-container .top-bar a:hover {
  color: #7547bf;
}
header .inner-container .logo {
  display: flex;
  margin-bottom: 1rem;
}
header .inner-container .logo img {
  margin: 0 1rem;
}
header .inner-container .logo .h1 {
  font-family: 'Prompt', sans-serif !important;
  font-size: calc(1.2rem + 1vw);
  line-height: 1em;
  color: #fff;
  margin: 1rem 0;
}
header .inner-container .logo .h1 small {
  color: #fff;
}
header .inner-container .logo a {
  color: #fff;
}
header .inner-container .logo a:hover {
  text-decoration: none;
}
#mobile-bar {
  text-align: right;
  display: none;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #mobile-bar {
    display: block !important;
  }
}
#menu.collapse {
  display: block !important;
}
@media (max-width: 768px) {
  #menu.collapse {
    display: none !important;
  }
  #menu.collapse.in {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #menu #nav-topmenu {
    margin-bottom: 1rem;
  }
  #menu #nav-topmenu > li {
    float: none;
  }
  #menu #nav-topmenu > li.pull-right {
    float: none !important;
  }
}
.scrollup {
  width: 40px;
  height: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: none;
  text-align: center;
  color: #fafafa;
  font-size: 28px;
  background: #9e9e9e;
  z-index: 9999;
}
.scrollup i {
  line-height: 38px;
}
a.scrollup:hover i,
a.scrollup:focus i {
  text-decoration: none;
  color: #fafafa;
  outline: none;
}
/* Responsive image gallery rules begin*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.image-gallery > li {
  flex: 1 1 auto;
  /* or flex: auto; */
  height: 180px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .image-gallery > li {
    height: auto;
  }
}
.image-gallery::after {
  content: "";
  flex-grow: 999;
}
.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.overlay {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
/* hover */
.image-gallery li:hover .overlay {
  transform: scale(1);
}
#footer {
  margin-top: 30px;
  background: #0074b9;
  line-height: 2.6rem;
}
#footer a {
  color: #d8fff4;
}
#footer .pattern-overlay {
  background: url(../images/footer-bg.png) repeat-x bottom;
}
#footer ul {
  list-style: none;
}
#footer ul,
#footer li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#footer .contact-us p {
  line-height: 24px;
  margin-left: 20px;
  margin-top: -2px;
}
#footer .contact-us li em {
  float: left;
  margin: 4px 0 0;
}
#footer .footer-top {
  border-bottom: 1px solid #414f5a;
  color: #fff;
  padding: 30px 0;
}
#footer .footer-bottom {
  background: #212733;
  color: #fff;
  line-height: 30px;
}
#footer .footer-bottom a {
  color: #fff;
}
#footer .footer-bottom p.credits {
  margin-bottom: 0;
  line-height: 38px;
}
#footer .footer-bottom .social-icons-footer-bottom {
  float: right;
}
#footer .footer-bottom .social-icons-footer-bottom li {
  display: inline;
  float: left;
  list-style: none;
  border-right: 1px solid #414f5a !important;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  -o-transition: all 0.2s ease-in-out 0;
  -ms-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
#footer .footer-bottom .social-icons-footer-bottom li em {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 38px;
  padding-top: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  color: #fff;
}
#footer .footer-bottom .social li {
  border-right: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  padding: 1px;
}
#footer .footer-bottom .social li:first-child {
  border-left: 1px solid #414f5a;
}
#footer .footer-bottom .social li.facebook:hover {
  background: #4C66A4;
}
#footer .footer-bottom .social li.twitter:hover {
  background: #2C77BA;
}
#footer .footer-bottom .social li em {
  font-family: "Font Awesome 5 Brands";
}
.scrollup em {
  line-height: 38px;
}
.btn-info {
  color: #fff !important;
  background-image: none;
  background-color: #7a359f;
  border-color: #1b23a7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus {
  background-color: #293c93;
  border-color: #5a30bb;
}
.content-cover img {
  max-width: 100%;
}
.margin-top30 {
  margin-top: 30px;
}
.post-content {
  padding: 1rem;
}
.title-icon {
  width: 42px;
}
#calendar-box {
  background: url(../images/calendar-bg.jpg) no-repeat center;
  padding-bottom: 3rem;
}
#core-calendar.fullcalendar .fc-day-header {
  background: #ffec99;
}
.modal-body img {
  max-width: 100%;
}
.client-carousel img {
  max-width: 100%;
}
.tab-content {
  padding: 1rem 0;
}
.alert-info {
  border: 1px solid #8370d8;
  background-image: none;
  background-color: #43209b !important;
  color: #fff;
}
.alert-info button {
  background-color: #7f32f1;
}
.side-topic {
  padding: 0.5rem;
  border: 1px solid #e5c3b0;
  background-image: none;
  background-color: #ffeed7 !important;
}
.error-summary {
  margin: 1rem 0;
  padding: 1rem;
  color: red;
  border-radius: 4px;
  background-color: #ffd6d5;
  border: 1px solid #ffabac;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tparrows.preview2 {
  background: #fff;
}
.tparrows.preview2:hover {
  background: #6c4412ba;
}
.label-default {
  background-color: #62310a;
}
.text-counter {
  color: #fffb75;
}
.font-weight-bold {
  font-weight: bold;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5a30bb;
  border-color: #7f32f1;
}
.form-topic {
  display: inline-block;
  font-weight: bold;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  background-color: #ffd69d;
}
fieldset {
  background-color: #fffcef;
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=old.css.map */