/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: var(--heading-Color);
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 575px) {
  .head_taxonomy .title {
    font-weight: 26px;
  }
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .cate {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.head_single .title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #222;
}
@media (max-width: 575px) {
  .head_single .title {
    font-weight: 24px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #01a652;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 20px;
  }
}

.head_contact {
  position: relative;
  font-family: var(--primary-Font);
}
.head_contact .title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #121559;
  text-transform: uppercase;
}
.head_contact .title span {
  color: var(--primary-Color);
}
@media (max-width: 575px) {
  .head_contact .title {
    font-weight: 24px;
  }
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_post_category {
    padding: 36px 0;
  }
}
@media (max-width: 767px) {
  .gv_post_category .container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  .gv_post_category .container .row > [class*=col-] {
    padding-left: -8px;
    padding-right: -8px;
  }
}
.gv_post_category .blog-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_post_single {
    padding: 36px 0;
  }
}
.gv_post_single .container > .row {
  align-items: stretch;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-left {
    padding-bottom: 32px;
  }
}
.gv_post_single .container > .row > .col-left {
  min-height: 100%;
}
.gv_post_single .container > .row > .col-right {
  min-height: 100%;
}
.gv_post_single .sidebar-main {
  height: 100%;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_page_single {
    padding: 36px 0;
  }
}
/** Page About */
.gv_page_about {
  padding: 28px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_page_about {
    padding-top: 26px 0 0;
  }
}
/** Page Category */
.gv_page_category {
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_page_category {
    padding-top: 36px 0;
  }
}
.gv_page_category .category-wrap .context {
  position: relative;
  overflow: hidden;
  height: 250px;
  padding: 0 5px 25px 5px;
  margin-bottom: 32px;
}
.gv_page_category .category-wrap .context .dtx-more {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.gv_page_category .category-wrap .context .dtx-more::before {
  height: 55px;
  margin-top: -55px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  display: block;
}
.gv_page_category .category-wrap .context .dtx-more button {
  outline: none;
  border: 2px solid #333;
  background: transparent;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  color: #333;
}
.gv_page_category .category-wrap .context .dtx-more button::after {
  content: "";
  width: 0;
  border-top: 7px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 5px;
  margin-left: 5px;
}
.gv_page_category .category-wrap .context.show {
  height: initial;
}
.gv_page_category .category-wrap .context.show .dtx-more {
  position: relative;
}
.gv_page_category .category-wrap .context.show .dtx-more::before {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  position: relative;
}
.gv_page_category .category-wrap .context.show .dtx-more button::after {
  border-top: 0;
  border-bottom: 7px solid #333;
}
.gv_page_category .category-wrap .category-box {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .gv_page_category .category-wrap .category-box {
    padding: 20px 0;
  }
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-item {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-item.active {
  opacity: 1;
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media (max-width: 575px) {
  .gv_page_category .category-wrap .category-box .owl-carousel .owl-nav > [class*=owl-] {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    height: 30px;
    width: 30px;
  }
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-nav .owl-prev {
  left: -80px;
}
@media (max-width: 575px) {
  .gv_page_category .category-wrap .category-box .owl-carousel .owl-nav .owl-prev {
    left: -8px;
  }
}
.gv_page_category .category-wrap .category-box .owl-carousel .owl-nav .owl-next {
  right: -80px;
}
@media (max-width: 575px) {
  .gv_page_category .category-wrap .category-box .owl-carousel .owl-nav .owl-next {
    right: -8px;
  }
}
.gv_page_category .category-wrap .category-box .owl-carousel:hover .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.gv_page_category .category-wrap .category-box .owl-carousel:hover .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .gv_page_category .category-wrap .category-box .owl-carousel:hover .owl-nav .owl-prev {
    left: -8px;
  }
}
.gv_page_category .category-wrap .category-box .owl-carousel:hover .owl-nav .owl-next {
  right: -17px;
}
@media (max-width: 575px) {
  .gv_page_category .category-wrap .category-box .owl-carousel:hover .owl-nav .owl-next {
    right: -8px;
  }
}
/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
}
@media (max-width: 767px) {
  .gv_page_contact {
    padding: 36px 0 36px;
  }
}
.gv_page_contact article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.gv_page_contact article .entry-content {
  font-size: 16px;
  line-height: 1.7;
}
.gv_page_contact .contact-box {
  margin-bottom: 32px;
  position: relative;
}
.gv_page_contact .contact-box .row {
  align-items: stretch;
}
.gv_page_contact .contact-box .row > [class*=col-] {
  min-height: 100%;
  padding: 15px;
  padding-bottom: 15px;
}
.gv_page_contact .contact-box .info {
  background: var(--primary-Color);
  border-radius: 0;
  padding: 40px 24px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info {
    padding: 24px 16px;
  }
}
.gv_page_contact .contact-box .info h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info h2 {
    margin-bottom: 20px;
  }
}
.gv_page_contact .contact-box .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact-box .info ul > li {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li {
    padding-bottom: 20px;
  }
}
.gv_page_contact .contact-box .info ul > li:last-child {
  padding-bottom: 0;
}
.gv_page_contact .contact-box .info ul > li span.icon {
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.icon {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
  }
}
.gv_page_contact .contact-box .info ul > li span.icon svg {
  fill: #fff;
}
.gv_page_contact .contact-box .info ul > li span.text {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.text {
    font-size: 15px;
  }
}
.gv_page_contact .contact-box .info ul > li span.text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li span.text strong {
    font-size: 13px;
  }
}
.gv_page_contact .contact-box .info ul > li.ctx-phone a {
  color: white;
}
.gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call {
  display: flex;
  align-items: center;
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone a.text, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call a.text {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone a.text, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call a.text {
    font-size: 15px;
  }
}
.gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone a.text strong, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call a.text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone a.text strong, .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-call a.text strong {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .gv_page_contact .contact-box .info ul > li.ctx-phone .ct-phone {
    padding-bottom: 20px;
  }
}
.gv_page_contact .contact-box .form {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 40px;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-box .form {
    padding: 30px 20px;
  }
}
.gv_page_contact .contact-box .form h3.name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #121559;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.gv_page_contact .contact-box .form .wpcf7-form input[type=text],
.gv_page_contact .contact-box .form .wpcf7-form input[type=email],
.gv_page_contact .contact-box .form .wpcf7-form input[type=tel],
.gv_page_contact .contact-box .form .wpcf7-form input[type=date],
.gv_page_contact .contact-box .form .wpcf7-form select {
  border-radius: 0;
  margin-bottom: 16px;
}
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  border-radius: 0;
  margin-bottom: 16px;
  height: 130px;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
}
.gv_page_contact .contact-box .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.gv_page_contact .google-map {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.gv_page_contact .google-map iframe {
  height: 450px;
  width: 100%;
  vertical-align: bottom;
}

/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
  background: #fff;
}
@media (max-width: 767px) {
  .gv_page_woocommerce {
    padding: 32px 0 32px;
  }
}
/** Related Box */
.related-box {
  position: relative;
  padding-top: 32px;
}
.related-box .related-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Woocommerce */
.woocommerce form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  flex-wrap: wrap;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce form .form-row textarea {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row span.password-input {
  width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row button.button {
  background: #0b6bbf;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce form p {
  margin-top: 20px;
}
.woocommerce form p button.button {
  background: black;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form p button.button:hover {
  background: darkorange;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout #customer_details {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 24px;
}
.woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
  float: none !important;
  width: auto !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details #ship-to-different-address {
  margin-bottom: 12px;
  float: none !important;
  font-size: 20px;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.5em 0;
  padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
  float: left;
  width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: right;
  width: 47%;
}
.woocommerce .cart_totals > h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.woocommerce .cart_totals a.button.alt {
  background: var(--primary-Color) !important;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column--1 {
    padding-bottom: 24px;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name {
  padding-left: 1.5em;
  position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e038";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-order .thankyou-box {
  display: block;
  padding-bottom: 24px;
  text-align: center;
}
.woocommerce .woocommerce-order .thankyou-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}
.woocommerce .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.woocommerce .product-quantity .quantity label {
  display: none;
}
.woocommerce .product-quantity .quantity input {
  border-radius: 3px;
  margin: 0 3px;
  border: 1px solid #ccc;
  padding: 0px 0px;
  height: 38px;
  line-height: 38px;
  width: 80px;
}
.woocommerce .product-quantity .quantity span {
  display: flex;
  height: 38px;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border-radius: 3px;
}
.woocommerce .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .coupon {
  display: none !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li {
  padding: 5px 0;
  position: relative;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  padding: 10px 24px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li.is-active > a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/** Content Box */
.content-box {
  margin-bottom: 24px;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 24px 24px;
}
@media (max-width: 767px) {
  .content-box {
    padding: 20px 16px;
  }
}
.content-box .meta-box {
  border: 1px solid #46ad52;
  border-radius: 5px;
  padding: 8px 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
  background: #fafafa;
}
.content-box .meta-box .author {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .content-box .meta-box .author {
    margin-bottom: 10px;
  }
}
.content-box .meta-box .author span.a-img {
  display: block;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.content-box .meta-box .author span.a-img img {
  border-radius: 8px;
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.content-box .meta-box .author span.a-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--heading-Color);
  display: inline-block;
}
.content-box .meta-box .meta {
  display: flex;
  flex-wrap: wrap;
}
.content-box .meta-box .meta span {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
.content-box .meta-box .meta span i {
  margin-right: 6px;
}
/** Author Box */
.author-box {
  background: #efefef;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.author-box .avatar {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .author-box .avatar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.author-box .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .author-box .avatar span {
    padding-bottom: 0;
    height: 180px;
    width: 180px;
  }
}
.author-box .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.author-box .info {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 24px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .author-box .info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.author-box .info h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: var(--heading-Color);
  margin-bottom: 12px;
  font-weight: 500;
}
.author-box .info .desc {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
  font-weight: 300;
}

/** Navigation Wrap */
.navi-wrap {
  border: 1px solid #ddd;
  margin-bottom: 32px;
  position: relative;
}
.navi-wrap .row {
  align-items: center;
}
.navi-wrap .col-left {
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
}
.navi-wrap .col-left span {
  height: 44px;
  width: 40px;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.navi-wrap .col-left span i {
  font-size: 22px;
}
.navi-wrap .col-left a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navi-wrap .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navi-wrap .col-right span {
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.navi-wrap .col-right span i {
  font-size: 22px;
}
.navi-wrap .col-right a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Comment Box */
.comment-box {
  border: 2px solid var(--primary-Color);
  background: #fff;
  padding: 20px;
}
.comment-box .comment-list {
  padding-bottom: 24px;
}
.comment-box .comment-list .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #46ad52;
}
.comment-box .comment-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-box .comment-list .list > li {
  display: block;
  margin-bottom: 20px;
}
.comment-box .comment-list .list > li .inner {
  display: flex;
}
.comment-box .comment-list .list > li .inner .avatar {
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .avatar {
    max-width: 60px;
    min-width: 60px;
  }
}
.comment-box .comment-list .list > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list > li .inner .info .tool a {
  border: 1px solid #01a652;
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list > li .inner .info .tool a:hover {
  background: #01a652;
  color: #fff;
}
.comment-box .comment-list .list > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children {
  padding-left: 50px;
  list-style: none;
  margin: 0;
}
.comment-box .comment-list .list ul.children > li {
  display: block;
}
.comment-box .comment-list .list ul.children > li .inner {
  display: flex;
}
.comment-box .comment-list .list ul.children > li .inner .avatar {
  min-width: 50px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .avatar {
    min-width: 40px;
    max-width: 40px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list ul.children > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list ul.children > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a {
  border: 1px solid #01a652;
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a:hover {
  background: #01a652;
  color: #fff;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-form .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #46ad52;
}
.comment-box .comment-form .cancel-comment-reply {
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-box .comment-form form .form-group {
  padding-top: 8px;
  padding-bottom: 8px;
}
.comment-box .comment-form form .form-group input[type=text],
.comment-box .comment-form form .form-group input[type=email],
.comment-box .comment-form form .form-group textarea {
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
}
.comment-box .comment-form form .form-group input[type=text]:focus,
.comment-box .comment-form form .form-group input[type=email]:focus,
.comment-box .comment-form form .form-group textarea:focus {
  box-shadow: 0px 0px 6px 0px rgba(1, 166, 82, 0.27);
}
.comment-box .comment-form form .form-group div.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: red;
  margin-top: 8px;
}
.comment-box .comment-form form .form-submit {
  padding-top: 8px;
  position: relative;
}
.comment-box .comment-form form .form-submit input {
  border: 0;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  background: #46ad52;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 20px;
}

/** Greeting Box */
.greeting-box {
  position: relative;
  overflow: hidden;
  padding: 20px 0 48px;
}
@media (max-width: 767px) {
  .greeting-box {
    padding: 10px 0 36px;
  }
}
.greeting-box .container > .row {
  margin: 0;
}
.greeting-box .container > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.greeting-box .container > .row .col-left {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .greeting-box .container > .row .col-left {
    padding-right: 0;
  }
}
.greeting-box .container > .row .col-right {
  padding-top: 20px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .greeting-box .container > .row .col-right {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
  }
}
.greeting-box .col-left .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
}
.greeting-box .col-right .image {
  position: relative;
}
.greeting-box .col-right .image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  border: 2px solid var(--primary-Color);
  border-radius: 90px 0 90px 0;
  left: -15px;
  top: -15px;
}
@media (max-width: 575px) {
  .greeting-box .col-right .image::before {
    border-radius: 20px 0 0 0;
    left: -10px;
    top: -10px;
  }
}
.greeting-box .col-right .image img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  border-radius: 80px 0 80px 0;
}
@media (max-width: 575px) {
  .greeting-box .col-right .image img {
    border-radius: 20px 0 0 0;
  }
}

/** Develop Box */
.develop-box {
  position: relative;
  padding: 48px 0;
  background: #f3f3f3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .develop-box {
    padding: 36px 0;
  }
}
.develop-box .container > .row {
  align-items: stretch;
  margin: 0 -4px;
}
.develop-box .container > .row > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
  min-height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.develop-box .develop-item .inner {
  height: 100%;
  display: block;
  padding: 40px 20px;
  border-radius: 10px;
  border: 2px solid var(--primary-Color);
}
.develop-box .develop-item .inner .box {
  display: block;
  color: var(--primary-Color);
}
.develop-box .develop-item .inner .box h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.develop-box .develop-item .inner .box p {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 0;
}
.develop-box .develop-item.in-event .inner {
  background: var(--primary-Color);
}
@media (max-width: 575px) {
  .develop-box .develop-item.in-event .inner {
    background: initial;
  }
}
.develop-box .develop-item.in-event .inner .box {
  color: #fff;
}
@media (max-width: 575px) {
  .develop-box .develop-item.in-event .inner .box {
    color: var(--primary-Color);
  }
}
@media (max-width: 575px) {
  .develop-box .develop-item:nth-child(2n) .inner {
    background: var(--primary-Color);
  }
  .develop-box .develop-item:nth-child(2n) .inner .box {
    color: #fff;
  }
}

/** Vision Box */
.vision-box {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vision-box {
    padding: 36px 0;
  }
}
.vision-box .vision-item .inner {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .vision-box .vision-item .inner {
    padding: 15px 0;
  }
}
.vision-box .vision-item .inner .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.vision-box .vision-item .inner .icon span {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(205, 138, 12);
  border-radius: 4px;
}
.vision-box .vision-item .inner .icon span img {
  width: 40px;
  height: auto;
}
.vision-box .vision-item .inner .name {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .vision-box .vision-item .inner .name {
    padding: 0 0;
  }
}
.vision-box .vision-item .inner .name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #121559;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vision-box .vision-item .inner .name p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

/** Category Box */
.category-box {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .category-box {
    padding: 36px 0;
  }
}
.category-box .container > .row {
  align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
}
.category-box .container > .row > [class*=col-] {
  min-height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.category-box .head_section .title {
  color: #fff;
}
.category-box .category-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-box .category-item .inner {
  height: 100%;
  background: #fff;
}
.category-box .category-item .inner .image span {
  position: relative;
  padding-bottom: 60%;
  display: block;
  width: 100%;
  background-position: center;
}
.category-box .category-item .inner .image span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.category-box .category-item .inner .name {
  padding: 16px;
  position: relative;
}
.category-box .category-item .inner .name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #121559;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.category-box .category-item .inner .name p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

/** Product View */
.product-view {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.product-view .row {
  align-items: center;
}
@media (max-width: 767px) {
  .product-view .row .pv-right {
    display: none;
  }
}
.product-view .pvx-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .product-view .pvx-info {
    align-items: stretch;
  }
}
.product-view .pvx-info .thumb {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575px) {
  .product-view .pvx-info .thumb {
    min-height: 100%;
  }
}
.product-view .pvx-info .thumb a {
  display: block;
  padding-bottom: 115%;
  background-position: center;
  width: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .product-view .pvx-info .thumb a {
    padding-bottom: 0;
    height: 100%;
  }
}
.product-view .pvx-info .thumb a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.product-view .pvx-info .thumb:hover a img {
  transform: scale(1.06);
}
.product-view .pvx-info .info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
}
.product-view .pvx-info .info .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
}
.product-view .pvx-info .info .price {
  margin-bottom: 16px;
}
.product-view .pvx-info .info .price p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}
.product-view .pvx-info .info .price span {
  display: block;
  color: var(--second-Color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.product-view .pvx-info .info .more a {
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  background: var(--primary-Color);
  display: inline-block;
  color: #fff;
}
.product-view .pvx-info .info .more a:hover {
  background: var(--hover-Color);
}
.product-view .pvx-gallery {
  display: flex;
  margin: 0 -8px;
  list-style: none;
  padding: 0;
}
.product-view .pvx-gallery > li {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
  padding-left: 8px;
  padding-right: 8px;
}
.product-view .pvx-gallery > li .img span {
  display: block;
  padding-bottom: 115%;
  background-position: center;
  width: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.product-view .pvx-gallery > li .img span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.product-view .pvx-gallery > li .img:hover span img {
  transform: scale(1.06);
}

/** Form Consult */
.consult-form {
  position: relative;
  margin-bottom: 20px;
}
.consult-form .box {
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.consult-form .box .name {
  background: var(--primary-Color);
  padding: 14px 16px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.consult-form .box .wpcf7-form input[type=text],
.consult-form .box .wpcf7-form input[type=email],
.consult-form .box .wpcf7-form input[type=tel],
.consult-form .box .wpcf7-form input[type=date],
.consult-form .box .wpcf7-form select {
  border-radius: 0;
  margin-bottom: 16px;
}
.consult-form .box .wpcf7-form textarea {
  border-radius: 0;
  margin-bottom: 16px;
  height: 130px;
}
.consult-form .box .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
}
.consult-form .box .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.consult-form.type-horizontal .box .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-right: auto;
  margin-left: initial;
}
.consult-form.type-horizontal .box .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.consult-form.type-vertical .box {
  width: 100%;
  max-width: 480px;
}

/**
 * PAGE NAV
 */
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}/*# sourceMappingURL=blog.css.map */