/** HEADING */
.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  margin: 0;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-Color);
  padding: 0px;
  text-transform: uppercase;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media (max-width: 575px) {
  .head_blog .title {
    font-size: 24px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
}

/** POST CATEGORY */
.gv_post_category {
  padding: 24px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_post_category .container > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}

/** POST SINGLE */
.gv_post_single {
  padding: 24px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_post_single .content-box .head_single {
  padding-bottom: 12px;
}

/** PAGE REGISTER */
.gv_page_register {
  position: relative;
  background: #f5f5f5;
  padding: 24px 0 40px;
}
.gv_page_register .register_box {
  width: 100%;
  max-width: 576px;
  padding: 40px 20px;
  margin: 0 auto;
  background: var(--primary-Color);
  color: #fff;
  box-shadow: 0px 0px 10px 0px #cecece;
  border-radius: 5px;
}
.gv_page_register .register_box .head_blog .title {
  color: #fff;
}
.gv_page_register .register_box .box .desc {
  font-size: 16px;
  line-height: 1.77;
  font-weight: 500;
  text-align: center;
}
.gv_page_register .register_box .box .form {
  padding: 0 15px;
  background: var(--primary-Color);
  color: #fff;
}
.gv_page_register .register_box .box .form .wpcf7-form input[type=text],
.gv_page_register .register_box .box .form .wpcf7-form input[type=tel],
.gv_page_register .register_box .box .form .wpcf7-form input[type=email],
.gv_page_register .register_box .box .form .wpcf7-form input[type=date],
.gv_page_register .register_box .box .form .wpcf7-form select, .gv_page_register .register_box .box .form .wpcf7-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  padding: 12px 15px;
  margin: 7px 0;
  font-size: 15px;
  border-radius: 4px;
  color: #000;
  line-height: 20px;
}
.gv_page_register .register_box .box .form .wpcf7-form input.wpcf7-submit {
  width: auto;
  display: block;
  margin: 7px auto 0;
  padding: 12px 25px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-Color);
  line-height: 20px;
}

/** PAGE SERVICE */
.gv_page_service {
  position: relative;
  background: #f5f5f5;
  padding: 24px 0 40px;
}
.gv_page_service .service_box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #cecece;
  margin-bottom: 25px;
}
.gv_page_service .service_box > .row {
  margin-left: 0;
  margin-right: 0;
  align-items: stretch;
}
.gv_page_service .service_box > .row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  min-height: 100%;
}
.gv_page_service .service_box .info {
  padding: 40px 30px;
}
.gv_page_service .service_box .info .desc {
  font-size: 16px;
  line-height: 1.77;
  font-weight: 500;
}
.gv_page_service .service_box .form {
  padding: 40px 30px;
  background: #ee1b28;
  color: #fff;
}
.gv_page_service .service_box .form > .inner > .name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gv_page_service .service_box .form > .inner .wpcf7-form input[type=text],
.gv_page_service .service_box .form > .inner .wpcf7-form input[type=tel],
.gv_page_service .service_box .form > .inner .wpcf7-form input[type=email],
.gv_page_service .service_box .form > .inner .wpcf7-form input[type=date],
.gv_page_service .service_box .form > .inner .wpcf7-form select, .gv_page_service .service_box .form > .inner .wpcf7-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  padding: 12px 15px;
  margin: 7px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #000;
  line-height: 20px;
}
.gv_page_service .service_box .form > .inner .wpcf7-form input.wpcf7-submit {
  width: auto;
  display: block;
  margin: 7px auto 0;
  padding: 12px 25px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  color: #ee1b28;
  line-height: 20px;
}
.gv_page_service .content_blog {
  background: #fff;
  padding: 30px 25px;
  position: relative;
}
.gv_page_service .content_blog .desc {
  font-size: 16px;
  line-height: 1.77;
  font-weight: 500;
  text-align: center;
}

/** PAGE CONTACT */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gv_page_contact .container > .row {
  align-items: stretch;
}
.gv_page_contact .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100%;
}
.gv_page_contact .head_block {
  padding-bottom: 12px;
}
.gv_page_contact .desc {
  margin-bottom: 24px;
}
.gv_page_contact .contact {
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px #ccc;
  padding: 30px 35px;
  position: relative;
  height: 100%;
}
.gv_page_contact .contact .name {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-Color);
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.gv_page_contact .contact .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact .list > li {
  padding: 15px 0;
  display: flex;
  position: relative;
  align-items: center;
}
.gv_page_contact .contact .list > li span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border: 2px solid var(--primary-Color);
  color: var(--primary-Color);
  border-radius: 100%;
  max-width: 50px;
  min-width: 50px;
}
.gv_page_contact .contact .list > li p {
  flex: 1;
  padding-left: 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.gv_page_contact .form {
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px #ccc;
  padding: 30px 35px;
  position: relative;
  background: var(--primary-Color);
  height: 100%;
}
.gv_page_contact .form .name {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.gv_page_contact .form .form_box .wpcf7-form input[type=text],
.gv_page_contact .form .form_box .wpcf7-form input[type=tel],
.gv_page_contact .form .form_box .wpcf7-form input[type=email],
.gv_page_contact .form .form_box .wpcf7-form input[type=date],
.gv_page_contact .form .form_box .wpcf7-form select, .gv_page_contact .form .form_box .wpcf7-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #000;
  line-height: 20px;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
  font-weight: 600;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  margin-bottom: 0;
  margin-left: 8px;
}
.gv_page_contact .form .form_box .wpcf7-form input.wpcf7-submit {
  width: auto;
  display: block;
  margin: 10px auto 0;
  padding: 12px 25px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 20px;
}

/** PAGE PAYMENT */
.gv_page_payment {
  padding: 24px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_page_payment .form-box {
  padding-top: 16px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
.gv_page_payment .form-box .form {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 30px;
  background: var(--primary-Color);
}
.gv_page_payment .form-box .form .name {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.gv_page_payment .form-box .form .wpcf7-form input[type=text],
.gv_page_payment .form-box .form .wpcf7-form input[type=tel],
.gv_page_payment .form-box .form .wpcf7-form input[type=email],
.gv_page_payment .form-box .form .wpcf7-form input[type=date],
.gv_page_payment .form-box .form .wpcf7-form textarea,
.gv_page_payment .form-box .form .wpcf7-form select {
  border: 0;
  padding: 10px 15px;
  color: #000;
  background: #fff;
  font-family: var(--primary-Font);
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}
.gv_page_payment .form-box .form .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.gv_page_payment .form-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
}
.gv_page_payment .form-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 10px 0;
  margin-left: 6px;
  width: auto;
}
.gv_page_payment .form-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
.gv_page_payment .form-box .form .wpcf7-form input.wpcf7-submit {
  color: #FFF;
  background: #f80000;
  border: 0;
  margin-bottom: 0;
  outline: none;
  width: 100%;
  border-radius: 5px;
  padding: 11px 15px;
  line-height: 20px;
  font-size: 15px;
  text-transform: none;
}
.gv_page_payment .form-box .form .wpcf7-form .wpcf7-spiner {
  position: absolute;
  right: -20px;
  bottom: 0;
}
/** PAGE SINGLE */
.gv_page_single {
  padding: 24px 0 40px;
  position: relative;
  overflow: hidden;
}
/** Meta Line*/
.meta-line {
  font-style: italic;
  font-size: 14px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 6px 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.meta-line span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
}
.meta-line span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.meta-line span i {
  margin-right: 7px;
}
.meta-line span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.meta-line span:last-child::before {
  display: none;
}

/** Tag List*/
.tag-list {
  margin-bottom: 20px;
}

/** Related List */
.related-list .head_box {
  padding-bottom: 24px;
}
.related-list .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  border: 0;
}
.related-list .owl-carousel .owl-nav [class*=owl-] i {
  color: #FFF;
}
.related-list .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.related-list .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

/** MAP */
.gv_section_map {
  position: relative;
  overflow: hidden;
}
.gv_section_map .embed-map {
  height: 500px;
  position: relative;
  width: 100%;
}
.gv_section_map .embed-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/** Loop Post */
.post_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.post_inner .image {
  display: block;
  padding-bottom: 80%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
}
@media (max-width: 575px) {
  .post_inner .image {
    height: 100%;
  }
}
.post_inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.4s ease 0s;
}
.post_inner .image::after {
  content: "";
  height: 55%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 90%);
}
@media (max-width: 575px) {
  .post_inner .image::after {
    height: 99%;
  }
}
.post_inner .info {
  position: absolute;
  z-index: 4;
  padding: 10px;
  left: 0;
  bottom: 0;
}
.post_inner .info h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.post_inner .info .desc {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 43px;
  overflow: hidden;
  color: #fff;
}/*# sourceMappingURL=blog.css.map */