/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@400&display=swap');*/
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/helveticaneue/HelveticaNeueLt.ttf");
  format("ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/helveticaneue/HelveticaNeueIt.ttf");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/helveticaneue/HelveticaNeueBd.ttf");
  font-style: normal;
  font-weight: bold;
}


@font-face{
  font-family:"Eva Bold";
  src:url("../fonts/eva-bold.woff2")
  format("woff2");
  font-style:normal;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
  font-display:swap
}

body {
  /*font-family: "Open Sans", Serif;*/
  /*font-family: HelveticaNeue, Helvetica, Arial, sans-serif;*/
  /*font-size: 1.25rem;*/
  /*font: normal 16px/1.3 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;*/
  font-family: Sans-Serif;
  color: #444444;
}

nav {
  font-family: Sans-Serif;
}

/*footer a:hover {*/
/*  color: white;*/
/*}*/

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #054df9;
  text-decoration: none;
}




/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  !*font-family: "Nunito", sans-serif;*!*/
/*  !*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*!*/
/*}*/

.home-big-post-title {
font: 400 calc(16px + 1rem)/1.3 "Eva Bold","Times New Roman",Times,serif;
}

.home-big-post-subtitle {
font: normal 18px/1.4 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;}

.home-default-post-title {
  font: 400 18px/1.3 "Eva Bold","Times New Roman",Times,serif;
}
.home-default-post-title:hover{
  color: #054df9 !important;
}
.card-title.sidebar-default-post-title:hover{
  color: #054df9 !important;
}

.home-default-subtitle {
    font: normal 16px/1.2 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
}

.sidebar-default-post-title {
  font: 400 15px/1.1 "Eva Bold","Times New Roman",Times,serif;
}
.sidebar-default-post-subtitle {
      font: normal 14px/1.2 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
      margin-bottom: 1rem !important;
}

.blog-dtl-related-item-title {
  font: 400 15px/1.1 "Eva Bold","Times New Roman",Times,serif;
}

.blog-dtl-related-item-subtitle {
    font: normal 14px/1.1 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
    text-align: justify;
}

.nav-item {
  /*font-family: HelveticaNeue,Helvetica,Arial,sans-serif;*/}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #9c1d5e;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #9c1d5e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.hover-cursor-pointer {
    cursor: pointer;
}

@media only screen and (min-width: 576px) {
  .home-post-list-item {
    width: 15rem;
  }
}

@media only screen and (min-width: 768px) {
  .home-post-list-item {
    width: 17rem;
  }
}

@media only screen and (min-width: 992px) {
  .home-post-list-item {
    width: 18rem;
  }
}

@media only screen and (min-width: 1400px) {
  .home-post-list-item {
    width: 19rem;
  }
}

/*--------------------------------------------------------------
# custom
--------------------------------------------------------------*/

        .nav-underline .nav-link.active, .nav-underline .show>.nav-link {
            /*color: #9c1d5e;*/
        }

        .nav-link {
            color: #000;
        }

        .nav-link:focus, .nav-link:hover {
            color: #000;
        }

        .arshive-tab .nav-link.active, .nav-underline .show>.nav-link {
            background: #ebebebff;
            border-radius: 25px;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #9c1d5e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #9c1d5e;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

.card-body a:hover {
  color: #054df9 !important;
  text-decoration: none
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {

}

.breadcrumbs {
  background: lightgrey !important;
  /*padding: 15px 0;*/
  /*margin-top: 67px;*/
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  margin-left: -30px;
  padding: 0;
  color: black;
  font: 400 calc(16px + 1.5rem)/1.3 "Eva Bold","Times New Roman",Times,serif;
}

.blog .entry .entry-desc {
  font: normal 18px/1.3 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0 0 20px -20px;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #9c1d5e;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #b1a0a3;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.entry-content {
  color: black;
  font: normal 18px/1.5 "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content a {
  color: #054df9;
  text-decoration: none;
}

.entry-content a:hover {
  color: #054df9;
  text-decoration: underline;
}

/*.blog .entry .entry-content p {*/
/*  line-height: 24px;*/
/*}*/

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #9c1d5e;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e7526f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #57484a;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #9c1d5e;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #493c3e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(73, 60, 62, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #493c3e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #9c1d5e;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
  border-bottom: 1px solid gray;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #9c1d5e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e64e6b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #9c1d5e;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #9c1d5e;
}

.blog .sidebar .recent-posts time, .blog .sidebar .recent-posts p {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f6f4f4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #9c1d5e;
  background: #9c1d5e;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
