/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  background: var(--primary-Color);
  overflow: hidden;
  padding: 0 2px 10px;
}
.gv_banner_block .slider {
  overflow: hidden;
  border-radius: 0 0 32px 32px;
}
.gv_banner_block .slider .owl-carousel .owl-item.active a img {
  animation-name: banner-zoom;
  animation-duration: 2s;
}
.gv_banner_block .slider .banner-item > a {
  display: block;
  width: 100%;
  position: relative;
}
.gv_banner_block .slider .banner-item > a img {
  width: 100%;
  height: auto;
}

/** About */
.gv_section_about {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
.gv_section_about .container > .row {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
.gv_section_about .container > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .gv_section_about .container > .row .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_section_about .container > .row .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_section_about .image {
  position: relative;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 20px;
}
.gv_section_about .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.gv_section_about .info {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .gv_section_about .info {
    padding-left: 0;
  }
}
.gv_section_about .info .sub {
  display: block;
  margin-bottom: 20px;
}
.gv_section_about .info .sub span {
  font-size: 16px;
  padding: 8px 20px 8px;
  line-height: 20px;
  background: var(--primary-Color);
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
}
.gv_section_about .info .head_section {
  padding-bottom: 24px;
}
.gv_section_about .info .desc {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
.gv_section_about .info .more-x > a {
  display: inline-block;
  border: 3px solid var(--primary-Color);
  padding: 10px 30px;
  line-height: 20px;
  color: var(--primary-Color);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}
.gv_section_about .info .more-x > a:hover {
  background: var(--primary-Color);
  color: #fff;
  border-radius: 10px;
}

/** Service */
.gv_section_service {
  position: relative;
  padding: 0px 0 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_section_service {
    padding: 0px 0 30px;
  }
}
.gv_section_service .container > .row {
  align-items: stretch;
}
.gv_section_service .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_service .container > .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-top: 24px;
}
.gv_section_service .container > .grid > .grid-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 8px 8px;
  border-right: 1px solid var(--primary-Color);
}
.gv_section_service .container > .grid > .grid-item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .gv_section_service .container > .grid > .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 0;
  }
  .gv_section_service .container > .grid > .grid-item:nth-child(2n) {
    border-right: 0;
  }
}
.gv_section_service .head_section {
  padding-bottom: 24px;
}
.gv_section_service .service-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_service .grid-item .box {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .gv_section_service .grid-item .box {
    padding: 8px 0;
  }
}
.gv_section_service .grid-item .box .icon {
  flex: 0 0 auto;
}
.gv_section_service .grid-item .box .icon span {
  display: block;
  border: 1px solid #000;
  padding: 10px;
  height: 65px;
  width: 65px;
}
@media (max-width: 767px) {
  .gv_section_service .grid-item .box .icon span {
    width: 54px;
    height: 54px;
    padding: 6px;
  }
}
.gv_section_service .grid-item .box .icon span img {
  width: 100%;
  height: auto;
}
.gv_section_service .grid-item .box .info {
  flex: 1;
  max-width: 100%;
  padding-left: 16px;
}
.gv_section_service .grid-item .box .info span {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-Color);
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .gv_section_service .grid-item .box .info span {
    font-size: 26px;
  }
}
.gv_section_service .grid-item .box .info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_section_service .grid-item .box .info p {
    font-size: 15px;
  }
}

/** Service */
.gv_section_glory {
  position: relative;
  padding: 48px 0 48px;
  overflow: hidden;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .gv_section_glory {
    padding: 36px 0 36px;
  }
}
.gv_section_glory .container > .row {
  align-items: stretch;
}
.gv_section_glory .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_glory .head_section {
  padding-bottom: 24px;
}
.gv_section_glory .glory-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_glory .more-x {
  display: block;
  text-align: center;
  padding-top: 24px;
}
.gv_section_glory .more-x > a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.gv_section_glory .more-x > a > span {
  display: block;
  background: var(--primary-Color);
  padding: 10px 24px;
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
}
.gv_section_glory .more-x > a::after {
  content: "";
  position: absolute;
  background: #bbb;
  height: 100%;
  width: 100%;
  bottom: -4px;
  right: -4px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.gv_section_glory .more-x > a:hover::after {
  right: -1px;
  bottom: -1px;
}

/** Gallery */
.gv_section_gallery {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-height: 767px) {
  .gv_section_gallery {
    padding: 36px 0;
  }
}
.gv_section_gallery .container > .row {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}
.gv_section_gallery .container > .row > [class*=col-] {
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gv_section_gallery .head_section {
  padding-bottom: 30px;
}
.gv_section_gallery .gallery_inner {
  padding: 0;
  transition: all 0.3s ease 0s;
  background: var(--primary-Color);
}
.gv_section_gallery .gallery_inner .box {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.gv_section_gallery .gallery_inner .box .image {
  overflow: hidden;
}
.gv_section_gallery .gallery_inner .box .image img {
  transition: all 0.3s ease-in-out;
}
.gv_section_gallery .gallery_inner:hover .box .image img {
  transform: scale(1.13);
}
.gv_section_gallery .gallery-box .gallery_inner {
  display: block;
}
.gv_section_gallery .gallery-box .gallery_inner .box {
  display: block;
  position: relative;
  width: 100%;
}
.gv_section_gallery .gallery-box .gallery_inner .box .image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
}
.gv_section_gallery .gallery-box .gallery_inner .box .image 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;
}
.gv_section_gallery .gallery-box .gallery_inner .box .name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transform: all 0.3s ease 0s;
}
.gv_section_gallery .gallery-box .gallery_inner .box .name h4 {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.gv_section_gallery .gallery-box .gallery_inner .box:hover .name {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.gv_section_gallery .gallery-wrap .gallery_inner {
  height: 100%;
}
.gv_section_gallery .gallery-wrap .gallery_inner .box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gv_section_gallery .gallery-wrap .gallery_inner .box .image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .gv_section_gallery .gallery-wrap .gallery_inner .box .image {
    height: auto;
    padding-bottom: 56%;
  }
}
.gv_section_gallery .gallery-wrap .gallery_inner .box .image 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%;
}
.gv_section_gallery .gallery-wrap .gallery_inner .box .name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transform: all 0.3s ease 0s;
}
.gv_section_gallery .gallery-wrap .gallery_inner .box .name h4 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gv_section_gallery .gallery-wrap .gallery_inner .box .name h4 {
    font-size: 18px;
  }
}
.gv_section_gallery .gallery-wrap .gallery_inner .box:hover .name {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.gv_section_gallery .gallery-normal .gallery_inner {
  height: 100%;
}
.gv_section_gallery .gallery-normal .gallery_inner .box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gv_section_gallery .gallery-normal .gallery_inner .box .image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  background-position: center;
}
@media (max-width: 767px) {
  .gv_section_gallery .gallery-normal .gallery_inner .box .image {
    padding-bottom: 56%;
  }
}
.gv_section_gallery .gallery-normal .gallery_inner .box .image 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%;
}
.gv_section_gallery .gallery-normal .gallery_inner .box .name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  transform: all 0.3s ease 0s;
}
.gv_section_gallery .gallery-normal .gallery_inner .box .name h4 {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.gv_section_gallery .gallery-normal .gallery_inner .box:hover .name {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

/** Blog */
.gv_section_blog {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .gv_section_blog {
    padding: 36px 0;
  }
}
.gv_section_blog .head_section {
  padding-bottom: 30px;
}
.gv_section_blog .tab-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  gap: 3px;
}
@media (max-width: 575px) {
  .gv_section_blog .tab-menu {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
  }
}
.gv_section_blog .tab-menu > li {
  display: block;
}
.gv_section_blog .tab-menu > li a {
  background: transparent;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-bottom: 2px solid var(--primary-Color);
  display: block;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  position: relative;
}
.gv_section_blog .tab-menu > li a::after {
  content: "";
  height: 10px;
  width: 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-Color);
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.3s ease 0s;
}
.gv_section_blog .tab-menu > li:hover a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_blog .tab-menu > li:hover a::after {
  opacity: 1;
  visibility: visible;
}
.gv_section_blog .tab-menu > li.active a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_blog .tab-menu > li.active a::after {
  opacity: 1;
  visibility: visible;
}
.gv_section_blog .tab-content {
  position: relative;
}
.gv_section_blog .tab-content .tab-page {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
}
.gv_section_blog .tab-content .tab-page .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 0;
}
.gv_section_blog .tab-content .tab-page .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.gv_section_blog .tab-content .tab-page .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.gv_section_blog .tab-content .tab-page.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=home.css.map */