@font-face {
  font-family: "robotoregular";
  src: url("../font/roboto-regular-webfont.woff2") format("woff2"), url("../font/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quicksandlight";
  src: url("../font/quicksand-variablefont_wght-webfont.woff2") format("woff2"), url("../font/quicksand-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  /* ---------------------------------font-family--------------------------------- */
  --firstfont: "robotoregular";
  --secondfont: "Quicksand", sans-serif;
  --thirdfont: "icomoon";
  --fourthfont: "Font Awesome 5 Free";
  --themeprimarycolor: #3cbdcf;
  --themeprimarycolor-light: #11fff7;
  --themeprimarybg: #3cbdcf;
  --slight-dark: #2ba2b3;
  --themesecondarycolor: #213360;
  --themesecondarybg: #213360;
  --whitecolor: #fff;
  --whitebg: #fff;
  --textclr1: #525252;
  --textclr2: #505050;
  --blackcolor: #000;
  --blackbg: #000;
  --header-li-bg: #efefef;
  --ratingcolor: #ffff00;
  --header-dropdown-anchor-color: #213360;
  --themethirdcolor: #ff0000;
  --theme-bg-second: #213360ed;
  --theme-bg-third: #3851a2;
  --bg-card-color-one: #3cbdcf;
  --bg-card-color-two: #3851a2;
  --bg-card-color-three: #2d4990;
  --card-text-color: #fff;
  --bgclr1: #def8f6;
  --lightbg: #aee5ed57;
  --bg-grey: #f5f5f5;
  --gallery-overlay: #05090ac2;
  --map-color: #44bb30;
  --bd-clr: #cdcdcd;
  --border1: #e6e8eb;
  --multiple-same-fs: 0.9rem;
  --poweredBy: #56b7ac;
}

.headings {
  font-family: var(--secondfont);
  font-weight: 600;
}

.detail,
.sidebar {
  position: sticky;
  top: 20%;
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .detail,
  .sidebar {
    top: 10%;
  }
}
.details-img img {
  border-radius: 8px;
}

.blog-details .detail h4 {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-details .detail p {
  margin-bottom: 30px;
  text-align: justify;
}

.blog-details .detail img {
  background-color: transparent;
}

.blog-details .detail .content p {
  margin-bottom: 12px;
}

.blog-details .widget {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: var(--bgclr1);
}

.blog-details .widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: var(--themeprimarycolor);
}

.blog-details .widget:last-child {
  margin-bottom: 0;
}

.blog-details .widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.blog-details .widget-search .widget__form-search {
  position: relative;
}

.blog-details .widget-search .widget__form-search .form-control {
  height: 36px;
}

.blog-details .widget-search .widget__form-search .form-control:focus {
  border-color: var(--themeprimarycolor);
}

.blog-details .widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: var(--themeprimarycolor);
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}

.blog-details .widget-search .widget__form-search .btn:before {
  display: none;
}

.blog-details .widget-search .widget__form-search .btn:hover {
  color: var(--themesecondarycolor);
}

.blog-details .widget {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: var(--bgclr1);
}

.blog-details .widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: var(--themeprimarycolor);
}

.blog-details .widget:last-child {
  margin-bottom: 0;
}

.blog-details .widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.blog-details .widget-post-item {
  margin-bottom: 25px;
}

.blog-details .widget-post-item:last-of-type {
  margin-bottom: 0;
}

.blog-details .widget-post-item .widget-post__title {
  font-size: 14px;
  margin-top: 0.3rem;
}

.blog-details .widget-post-item .widget-post__title a {
  color: var(--themesecondarycolor);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-details .widget-post-item:hover .widget-post__title a {
  color: var(--themeprimarycolor);
}

.blog-details .widget-post-item .widget-post__img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}

.blog-details .widget-post-item .widget-post__img img {
  border-radius: 5px;
}

.blog-details .widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 10px;
  margin-bottom: 4px;
  color: var(--textclr1);
}

.blog-details .widget {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: var(--bgclr1);
}

.blog-details .widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: var(--themeprimarycolor);
}

.blog-details .widget:last-child {
  margin-bottom: 0;
}

.blog-details .widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.blog-details .widget-categories ul li {
  margin-bottom: 11px;
}

.blog-details .widget-categories ul li:last-child {
  margin-bottom: 0;
}

.blog-details .widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--themesecondarycolor);
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s linear;
}

.blog-details .widget-categories ul li a:hover {
  color: var(--themeprimarycolor);
}

.blog-details .widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  border: 1px solid var(--border1);
  color: var(--textclr2);
  background-color: var(--whitecolor);
}

.blog-details .widget {
  position: relative;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: var(--bgclr1);
}

.blog-details .widget:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: var(--themeprimarycolor);
}

.blog-details .widget:last-child {
  margin-bottom: 0;
}

.blog-details .widget .widget__title {
  font-size: 19px;
  margin-bottom: 23px;
}

.blog-details .widget-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.blog-details .widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  border: 1px solid var(--border1);
  color: var(--textclr2);
  background-color: var(--whitebg);
  transition: all 0.4s ease;
}

.blog-details .widget-tags ul li a:hover {
  color: var(--whitecolor);
  border-color: var(--themeprimarycolor);
  background-color: var(--themeprimarybg);
}

.social-icons li a {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s linear;
}/*# sourceMappingURL=blog-detailDesign2.css.map */