/**
 * HEADING 
 */
.head_category {
  position: relative;
  font-family: var(--primary-Font);
}
.head_category .title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #333;
  padding-bottom: 12px;
  position: relative;
}
.head_category .title::before {
  height: 4px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--primary-Color);
}
.head_category .title::after {
  height: 4px;
  width: 4px;
  position: absolute;
  left: 50px;
  bottom: 0;
  content: "";
  background: var(--primary-Color);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: var(--primary-Color);
  display: block;
  line-height: 1.4;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  display: block;
}

/** Blog Note */
.gv_blog_note {
  padding: 24px 0 0;
  position: relative;
}
.gv_blog_note .box {
  border: 2px dashed #f80000;
  border-radius: 12px;
  padding: 24px;
}
.gv_blog_note .box .name {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gv_blog_note .box .desc {
  font-size: 17px;
  line-height: 1.68;
}
.gv_blog_note .box .desc *:last-child {
  margin-bottom: 0;
}

/** Post Category */
.gv_post_category {
  position: relative;
  padding: 24px 0 36px;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row .col-left {
    padding-bottom: 32px;
  }
}
.gv_post_category .content-blog > .row {
  align-items: stretch;
}
.gv_post_category .content-blog > .row > [class*=col-] {
  min-height: 100%;
}
.gv_post_category .content-blog .post-item {
  padding-bottom: 12px;
  padding-top: 12px;
}

/** Post Detail */
.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 24px 0 36px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row .col-left {
    padding-bottom: 24px;
  }
}
/** Pagee Detail */
.gv_page_detail {
  position: relative;
  overflow: hidden;
  padding: 24px 0 36px;
}
@media (max-width: 991px) {
  .gv_page_detail .container .row .col-left {
    padding-bottom: 32px;
  }
}
/** Page About */
.gv_page_about {
  padding: 24px 0 26px;
}
@media (max-width: 991px) {
  .gv_page_about .container .row .col-left {
    padding-bottom: 32px;
  }
}
.gv_page_about .content-blog .about-box {
  margin-top: 24px;
}
.gv_page_about .content-blog .about-box:last-child {
  margin-bottom: 0;
}
.gv_page_about .content-blog .about-box h3.name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.gv_page_about .content-blog .about-box h3.name::after {
  height: 4px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--primary-Color);
}

/** Page Calculator */
.gv_page_calculate {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 48px;
}
.gv_page_calculate .calculator-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.gv_page_calculate .calculator-box .cx-rexult {
  border: 2px dashed #f80000;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 16px;
}
.gv_page_calculate .calculator-box .cx-rexult .rx-text {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.gv_page_calculate .calculator-box .cx-rexult .rx-prize {
  font-size: 30px;
  font-weight: 700;
  color: red;
  line-height: 1.1;
}
.gv_page_calculate .calculator-box .cx-form h3.name {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gv_page_calculate .calculator-box .cx-form p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.gv_page_calculate .calculator-box .cx-form .form-input {
  margin-bottom: 8px;
}
.gv_page_calculate .calculator-box .cx-form .form-input [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_page_calculate .calculator-box .cx-form .form-action {
  display: flex;
  justify-content: center;
}
.gv_page_calculate .calculator-box .cx-form .form-action button {
  border: 0;
  padding: 6px 24px;
  line-height: 22px;
  cursor: pointer;
  outline: none;
  background: var(--primary-Color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 24px 0 36px;
}
@media (max-width: 991px) {
  .gv_page_contact .container .row .col-left {
    padding-bottom: 32px;
  }
}
.gv_page_contact .content-blog {
  padding: 24px 24px;
  border-radius: 0px;
  color: #000;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .gv_page_contact .content-blog {
    padding: 16px 16px;
  }
}
.gv_page_contact .content-blog .name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--primary-Color);
}
.gv_page_contact .content-blog .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .content-blog .contact > li {
  display: block;
  position: relative;
}
.gv_page_contact .content-blog .contact > li p {
  padding: 10px 0;
  display: flex;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_page_contact .content-blog .contact > li p {
    padding: 16px 0;
    border-bottom: 1px dotted #ddd;
  }
}
.gv_page_contact .content-blog .contact > li p span.icon {
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  flex: 0 0 auto;
  background: #0c76b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
}
.gv_page_contact .content-blog .contact > li p span.icon svg {
  fill: #fff;
  height: 12px;
  width: 12px;
}
.gv_page_contact .content-blog .contact > li p span.text {
  flex: 1;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
}

/* Meta Line */
.meta-line {
  background: #f0f0f0;
  padding: 8px 16px;
  font-style: italic;
  font-size: 13px;
  color: #333;
  font-family: var(--primary-Font);
  margin-bottom: 24px;
  border-radius: 0px;
}
.meta-line span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.meta-line span i {
  margin-right: 7px;
}
.meta-line span + span {
  margin-left: 10px;
  padding-left: 10px;
}
.meta-line span + span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}

/**
 * TAGS
 */
.tags {
  margin-bottom: 20px;
  font-family: var(--primary-Font);
  position: relative;
}

/**
 * RELATED
 */
.related-list {
  font-family: var(--primary-Font);
  position: relative;
}
.related-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-list .list > li {
  position: relative;
  padding-bottom: 12px;
  font-size: 15px;
  padding-left: 12px;
  font-weight: 500;
}
.related-list .list > li::before {
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary-Color);
  position: absolute;
  left: 0;
  top: 10px;
}
.related-list .list > li:last-child {
  padding-bottom: 0;
}
.related-list .list > li > a {
  color: #000;
}
.related-list .list > li > a:hover {
  color: var(--primary-Color);
}/*# sourceMappingURL=blog.css.map */