/** Desktop
--------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/** Header
--------------------------------------------- */
.gv_header_block {
  position: relative;
  background: var(--mainBG);
  transition: all 0.45s ease 0s;
  padding: 0px 0;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
}
.gv_header_block::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background: linear-gradient(#F8B3A0 0%, #FFD6C6 15%, #E78F7E 60%);
  bottom: -3px;
  left: 0;
  display: block;
}
.gv_header_block .container {
  position: relative;
}
.gv_header_block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.gv_header_block .flex .head-left {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.gv_header_block .flex .head-right {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_header_block .logo {
  display: block;
  margin-right: 10px;
}
.gv_header_block .logo a {
  display: inline-block;
}
.gv_header_block .logo a img {
  height: 28px;
  width: auto;
}
.gv_header_block .navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
.gv_header_block .navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_header_block .navi .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gv_header_block .navi .main-nav > li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0px 0px;
}
.gv_header_block .navi .main-nav > li > a {
  display: block;
  padding: 30px 15px 30px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #fff;
  transition: all 0.45s ease 0s;
  background: transparent;
  text-transform: uppercase;
  position: relative;
}
.gv_header_block .navi .main-nav > li i.arrow {
  font-size: 15px;
  color: #fff;
  position: relative;
}
.gv_header_block .navi .main-nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 5px;
  padding: 10px 0px;
  background: #fff;
  box-shadow: 0px 0px 7px -2px #ccc;
  border-radius: 5px;
  min-width: 260px;
  display: none;
  z-index: 11;
}
.gv_header_block .navi .main-nav > li > .sub-menu::before {
  content: "";
  height: 8px;
  width: 18px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #fff;
  left: 20px;
  bottom: 100%;
  position: absolute;
  display: block;
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
}
.gv_header_block .navi .main-nav > li > .sub-menu > li {
  display: block;
  position: relative;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #333;
  transition: all 0.45s ease 0s;
  background: transparent;
  border-radius: 5px;
  border-bottom: 1px dotted #ddd;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li i.arrow {
  display: block;
  color: #888;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fbfbfb;
  border-radius: 3px;
  min-width: 240px;
  display: none;
  z-index: 11;
  padding: 0px;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li > a {
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333;
  transition: all 0.45s ease 0s;
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px dotted #cfcfcf;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li:hover > a {
  color: var(--hoverColor);
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li:hover i.arrow {
  color: #555;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li:hover > ul {
  display: block;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li ul > li:last-child > a {
  border-bottom: 0;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li:hover > a {
  color: var(--hoverColor);
}
.gv_header_block .navi .main-nav > li > .sub-menu > li:hover > a i.arrow {
  color: #555;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li:hover > ul {
  display: block;
}
.gv_header_block .navi .main-nav > li > .sub-menu > li:last-child > a {
  border-bottom: 0;
}
.gv_header_block .navi .main-nav > li:hover > a {
  color: var(--hoverColor);
}
.gv_header_block .navi .main-nav > li:hover > i.arrow {
  color: var(--hoverColor);
}
.gv_header_block .navi .main-nav > li:hover > .sub-menu {
  display: block;
}
.gv_header_block .navi .main-nav > li:last-child > a::after {
  display: none;
}
.gv_header_block .navi .main-nav > li.is-dropdown > a {
  padding-right: 10px;
}
.gv_header_block .navi .main-nav > li.is-dropdown > a::after {
  right: -32.5px;
}
.gv_header_block .navi .main-nav > li.is-dropdown i.arrow {
  margin-right: 20px;
}
.gv_header_block .navi .main-nav > li.is-mega {
  position: static;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 130%;
  z-index: -2;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 7px -2px #ccc;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega::before {
  content: "";
  height: 8px;
  width: 18px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #fff;
  left: 10%;
  bottom: 100%;
  position: absolute;
  display: block;
  transform: translateX(-50%);
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li > a {
  display: block;
  padding: 0px 0px 8px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #333;
  transition: all 0.45s ease 0s;
  background: transparent;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li > a:hover {
  color: var(--mainColor);
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li > i {
  display: none;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul > li {
  display: block;
  position: relative;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul > li > a {
  display: block;
  padding: 5px 0px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333;
  transition: all 0.45s ease 0s;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul > li > a:hover {
  color: var(--mainColor);
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul > li > i {
  display: none;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group > li ul ul {
  padding-left: 10px;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-3 {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.gv_header_block .navi .main-nav > li.is-mega .sub-mega .mega-group .col-menu-6 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.gv_header_block .navi .main-nav > li.is-mega:hover .sub-mega {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.gv_header_block .search {
  position: relative;
}
.gv_header_block .search span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gv_header_block .search span i {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../images/icon-search.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_header_block .search form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  transition: all 0.4s ease 0s;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  overflow: hidden;
}
.gv_header_block .search form input {
  border: none;
  min-height: 40px;
  padding-right: 2.5rem;
  padding-left: 15px;
  color: #333;
  background: transparent;
  font-size: 15px;
  background-color: #fff;
  transition: 0.4s;
  transform-origin: 0 0;
  width: auto;
  max-width: 100%;
  z-index: 10;
  position: relative;
  min-width: 180px;
  border-radius: 50px;
  outline: none;
}
.gv_header_block .search form button {
  right: 5px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 12;
  padding: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: var(--secondColor);
}
.gv_header_block .search:hover form {
  width: 220px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

/** Banner
--------------------------------------------- */
.gv_banner_block {
  position: relative;
}
.gv_banner_block .inner-gx {
  display: block;
  position: relative;
  overflow: hidden;
}
.gv_banner_block .inner-gx .owl-carousel .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.gv_banner_block .inner-gx .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 40px;
  color: #fff;
}
.gv_banner_block .inner-gx .owl-carousel .owl-nav .owl-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .gv_banner_block .inner-gx .owl-carousel .owl-nav .owl-prev {
    left: 8px;
  }
}
.gv_banner_block .inner-gx .owl-carousel .owl-nav .owl-next {
  right: 50px;
}
@media (max-width: 767px) {
  .gv_banner_block .inner-gx .owl-carousel .owl-nav .owl-next {
    right: 8px;
  }
}
.gv_banner_block .inner-gx .owl-carousel:hover .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.gv_banner_block .inner-gx .owl-carousel .owl-dots {
  position: absolute;
  bottom: 80px;
  right: 5%;
  z-index: 4;
  width: auto;
  border-bottom: 2px solid #E78F7E;
  padding-bottom: 2px;
  margin: 0;
}
@media (max-width: 767px) {
  .gv_banner_block .inner-gx .owl-carousel .owl-dots {
    bottom: 25px;
  }
}
.gv_banner_block .inner-gx .owl-carousel .owl-dots .owl-dot span {
  height: 16px;
  width: 60px;
  border-radius: 4px;
  margin: 0 4px;
  background: linear-gradient(#F8B3A0 0%, #FFD6C6 15%, #E78F7E 60%);
}
@media (max-width: 767px) {
  .gv_banner_block .inner-gx .owl-carousel .owl-dots .owl-dot span {
    height: 12px;
    width: 20px;
    border-radius: 2px;
  }
}
.gv_banner_block .inner-gx .owl-carousel .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.gv_banner_block .inner-gx .owl-carousel .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.gv_banner_block .inner-gx .slider-item {
  position: relative;
  width: 100%;
}
.gv_banner_block .inner-gx .slider-item::before {
  content: "";
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(rgb(13, 33, 70) 10%, rgba(13, 33, 70, 0.85) 25%, rgba(13, 33, 70, 0) 90%);
  z-index: 2;
}
.gv_banner_block .inner-gx .slider-item::after {
  content: "";
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(13, 33, 70, 0) 10%, rgba(13, 33, 70, 0.45) 45%, rgba(13, 33, 70, 0.85) 65%, rgb(13, 33, 70) 80%);
  z-index: 2;
}
.gv_banner_block .inner-gx .slider-item > a {
  display: block;
  height: 700px;
  width: 100%;
  position: relative;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_banner_block .inner-gx .slider-item > a {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .gv_banner_block .inner-gx .slider-item > a {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .gv_banner_block .inner-gx .slider-item > a {
    height: 280px;
  }
}
.gv_banner_block .inner-gx .slider-item > a 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%;
}
.gv_banner_block .search-bx {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 980px;
}
@media (max-width: 767px) {
  .gv_banner_block .search-bx {
    position: relative;
    left: initial;
    bottom: initial;
    transform: translateX(0);
    padding: 20px;
  }
}
.gv_banner_block .search-bx form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
  font-family: var(--mainFont);
}
.gv_banner_block .search-bx form .deloyed-column {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #777;
}
@media (max-width: 767px) {
  .gv_banner_block .search-bx form .deloyed-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #777;
  }
}
.gv_banner_block .search-bx form .deloyed-column fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] {
  position: relative;
  padding: 15px 0;
  height: 50px;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] input {
  height: 0;
  width: 0;
  position: absolute;
  left: -999px;
  top: 0px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  z-index: -2;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] label span {
  height: 20px;
  width: 20px;
  padding: 2px;
  border: 2px solid #444;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] label span::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: var(--secondColor);
  opacity: 0;
  visibility: hidden;
  display: block;
}
.gv_banner_block .search-bx form .deloyed-column [class*=search-deloyed] input:checked ~ label span::before {
  opacity: 1;
  visibility: visible;
}
.gv_banner_block .search-bx form .deloyed-column .search-deloyed-1 {
  margin-right: 10px;
}
.gv_banner_block .search-bx form .type-column {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #777;
}
@media (max-width: 767px) {
  .gv_banner_block .search-bx form .type-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #777;
  }
}
.gv_banner_block .search-bx form .type-column select {
  border: 0;
  padding: 15px 10px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  outline: none;
  height: 50px;
}
.gv_banner_block .search-bx form .search-column {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .gv_banner_block .search-bx form .search-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #777;
  }
}
.gv_banner_block .search-bx form .search-column .search-input {
  position: relative;
  padding-left: 30px;
}
.gv_banner_block .search-bx form .search-column .search-input input {
  border: 0;
  outline: none;
  width: 100%;
  line-height: 20px;
  padding: 15px 10px;
  line-height: 20px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
}
.gv_banner_block .search-bx form .search-column .search-input i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icon-glass.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  font-style: normal;
  display: block;
}
.gv_banner_block .search-bx form .button-column {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  .gv_banner_block .search-bx form .button-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_banner_block .search-bx form .button-column button {
  line-height: 20px;
  padding: 15px 15px;
  text-align: center;
  background: var(--secondColor);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
}

/** About
--------------------------------------------- */
.gv_section_about {
  position: relative;
  padding-top: 50px;
  background: var(--mainBG);
  color: #fff;
  padding-bottom: 0;
  overflow: hidden;
}
.gv_section_about .trophy-box {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #f9b3a1;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .gv_section_about .trophy-box > .row {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .gv_section_about .trophy-box > .row [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gv_section_about .trophy-box .trophy-item .inner {
  padding: 10px 0;
}
.gv_section_about .trophy-box .trophy-item .inner .number {
  font-weight: 900;
  font-size: 65px;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .gv_section_about .trophy-box .trophy-item .inner .number {
    font-size: 45px;
  }
}
.gv_section_about .trophy-box .trophy-item .inner .number span {
  display: inline-block;
  background: linear-gradient(152deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gv_section_about .trophy-box .trophy-item .inner .name h4 {
  font-size: 18px;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.gv_section_about .about-box {
  padding: 0 50px;
  position: relative;
  z-index: 4;
}
@media (max-width: 575px) {
  .gv_section_about .about-box {
    padding: 0 0;
  }
}
.gv_section_about .about-box .desc {
  font-size: 16px;
  text-align: justify;
  line-height: 1.65;
  color: #fff;
}
.gv_section_about .image-wrap {
  position: relative;
  margin-top: -120px;
  z-index: 1;
}
.gv_section_about .image-wrap::before {
  content: "";
  height: 55%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(rgb(13, 33, 70) 10%, rgba(13, 33, 70, 0.85) 25%, rgba(13, 33, 70, 0) 90%);
  z-index: 2;
}
.gv_section_about .image-wrap::after {
  content: "";
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(13, 33, 70, 0) 10%, rgba(13, 33, 70, 0.45) 45%, rgba(13, 33, 70, 0.85) 65%, rgb(13, 33, 70) 80%);
  z-index: 2;
}
.gv_section_about .image-wrap span {
  position: relative;
  display: block;
  height: 700px;
  width: 100%;
  overflow: hidden;
  background-position: center;
}
.gv_section_about .image-wrap span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/** Leader
--------------------------------------------- */
.gv_section_leader {
  position: relative;
  overflow: hidden;
  background: var(--mainBG);
  color: #fff;
  padding-top: 24px;
  padding-bottom: 48px;
}
.gv_section_leader .leader-box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.gv_section_leader .leader-box .owl-carousel .owl-nav [class*=owl-] {
  top: 40%;
  height: auto;
  width: auto;
  margin: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav [class*=owl-] {
    height: 36px;
    width: 36px;
    background: var(--secondColor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 30px;
  color: var(--secondColor);
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav [class*=owl-] i {
    font-size: 18px;
    color: #fff;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-nav .owl-prev:hover {
  left: -25px;
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav .owl-prev:hover {
    left: 10px;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-nav .owl-next:hover {
  right: -25px;
}
@media (max-width: 767px) {
  .gv_section_leader .leader-box .owl-carousel .owl-nav .owl-next:hover {
    right: 10px;
  }
}
.gv_section_leader .leader-box .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.gv_section_leader .leader-box .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.gv_section_leader .leader-box .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/** Project
--------------------------------------------- */
.gv_section_project {
  position: relative;
  overflow: hidden;
  background: var(--mainBG);
  padding: 0px 0;
}
.gv_section_project::after {
  content: "";
  background-image: url("../images/prj-bg.jpg");
  height: 100%;
  width: 80vw;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .gv_section_project::after {
    width: 100vw;
  }
}
.gv_section_project .container-flex {
  position: relative;
  z-index: 4;
}
.gv_section_project .container-flex .flex {
  display: flex;
  flex-wrap: wrap;
}
.gv_section_project .container-flex .flex .flx-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 1023px) {
  .gv_section_project .container-flex .flex .flx-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_project .container-flex .flex .flx-right {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 1023px) {
  .gv_section_project .container-flex .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_project .info {
  padding: 23vh 30px 80px calc((100vw - 1190px) / 2);
  position: relative;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .gv_section_project .info {
    padding: 130px 0 60px 100px;
  }
}
@media (min-width: 1440px) {
  .gv_section_project .info {
    padding: 23vh 30px 80px calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 1600px) {
  .gv_section_project .info {
    padding: 23vh 30px 80px calc((100vw - 1440px) / 2);
  }
}
@media (max-width: 1023px) {
  .gv_section_project .info {
    padding: 60px 20px 40px 20px;
  }
}
.gv_section_project .info .intro-project .intro-item {
  position: relative;
}
.gv_section_project .info .intro-project .intro-item h3.name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.gv_section_project .info .intro-project .intro-item .desc {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}
.gv_section_project .info .intro-project .intro-item .desc h1, .gv_section_project .info .intro-project .intro-item .desc h2, .gv_section_project .info .intro-project .intro-item .desc h3, .gv_section_project .info .intro-project .intro-item .desc h4, .gv_section_project .info .intro-project .intro-item .desc h5, .gv_section_project .info .intro-project .intro-item .desc h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.gv_section_project .info .intro-project .intro-item .place {
  padding-bottom: 15px;
  position: relative;
}
.gv_section_project .info .intro-project .intro-item .place p {
  position: relative;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.gv_section_project .info .intro-project .intro-item .place p i {
  width: 20px;
  height: 35px;
  background-image: url("../images/icon-place.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 10px;
  top: -2px;
}
.gv_section_project .info .intro-project .intro-item .more-x {
  display: flex;
  flex-wrap: wrap;
}
.gv_section_project .info .intro-project .intro-item .more-x a {
  display: inline-block;
  margin-right: 15px;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  background: #6e6768;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s ease 0s;
}
.gv_section_project .info .intro-project .intro-item .more-x a:hover {
  background: var(--hoverColor);
}
.gv_section_project .gallery {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 991px) {
  .gv_section_project .gallery {
    height: 400px;
    position: relative;
    z-index: 2;
    width: calc(100% + 15px);
  }
}
.gv_section_project .gallery .slick-slider .slick-list {
  height: 100%;
  overflow: initial;
  position: relative;
  z-index: 1;
}
.gv_section_project .gallery .slick-slider .slick-track {
  height: 100%;
}
.gv_section_project .gallery .slk-project {
  height: 100%;
  z-index: 1;
}
.gv_section_project .gallery .slk-project .project-item {
  width: 21.6666666667vw;
  position: relative;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item {
    width: 88vw;
    border: 0;
    flex-flow: column;
    display: flex;
    margin-right: 16px;
    overflow: hidden;
  }
}
.gv_section_project .gallery .slk-project .project-item::before {
  content: "";
  height: 100%;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item::before {
    display: none;
  }
}
.gv_section_project .gallery .slk-project .project-item .image {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
}
@media (max-width: 767px) {
  .gv_section_project .gallery .slk-project .project-item .image {
    opacity: 1;
    height: 200px;
  }
}
.gv_section_project .gallery .slk-project .project-item .image span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  background-position: center;
}
.gv_section_project .gallery .slk-project .project-item .image span img {
  width: 100%;
  height: 100%;
  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%;
}
.gv_section_project .gallery .slk-project .project-item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 18, 38, 0) 50%, rgba(13, 18, 38, 0.58) 73.57%, rgba(13, 18, 38, 0.8) 101.32%);
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item .image::after {
    display: none;
  }
}
.gv_section_project .gallery .slk-project .project-item .name {
  position: absolute;
  color: #fff;
  display: flex;
  font-weight: 400;
  align-items: end;
  bottom: 32px;
  width: 100%;
  left: 0;
  padding: 0 0 0 32px;
  overflow: hidden;
  pointer-events: none;
  width: 400px;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item .name {
    position: relative;
    bottom: unset;
    left: unset;
    background: #061737;
    overflow: unset;
    padding: 16px;
    width: 100%;
  }
}
.gv_section_project .gallery .slk-project .project-item .name .txt {
  transform: translate(-100%, 0);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item .name .txt {
    transform: none;
    opacity: 1;
  }
}
.gv_section_project .gallery .slk-project .project-item .name .txt h4 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
  background: linear-gradient(152deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item .name .txt h4 {
    font-size: 21px;
  }
}
.gv_section_project .gallery .slk-project .project-item .name .txt p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item .name .txt p {
    font-size: 16px;
  }
}
.gv_section_project .gallery .slk-project .project-item.slick-active {
  pointer-events: auto;
}
.gv_section_project .gallery .slk-project .project-item.slick-active .image {
  opacity: 1;
}
.gv_section_project .gallery .slk-project .project-item.slick-active:hover .name .txt {
  transform: none;
  opacity: 1;
}
.gv_section_project .gallery .slk-project .project-item.slick-current::after {
  content: "";
  position: absolute;
  right: 100%;
  background: var(--mainBG);
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .gv_section_project .gallery .slk-project .project-item.slick-current::after {
    display: none;
  }
}
.gv_section_project .gallery .slk-project .project-item.big {
  width: 48vw;
}
.gv_section_project .gallery .slk-project .project-item.big .name {
  pointer-events: auto;
}
.gv_section_project .gallery .slk-project .project-item.small {
  width: calc(10vw - 1.5rem);
}
.gv_section_project .gallery .arrow .slk-arrow {
  position: absolute;
  right: calc((100vw - 1190px) / 2);
  bottom: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  justify-content: center;
  transition: transform 0.5s ease-in-out;
  background: var(--secondColor);
}
.gv_section_project .gallery .arrow .slk-arrow::before {
  display: none;
}
.gv_section_project .gallery .arrow .slk-arrow:hover {
  transform: scale(0.85) translate(0, -50%);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .gv_section_project .gallery .arrow .slk-arrow {
    right: 100px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .gv_section_project .gallery .arrow .slk-arrow {
    top: 50%;
    bottom: unset;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    background: var(--secondColor);
    font-size: 20px;
    right: 15px;
  }
}

/** Register
--------------------------------------------- */
.gv_register_block {
  background: var(--mainBG);
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.gv_register_block .regist-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.gv_register_block .regist-box .form form > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gv_register_block .regist-box .form form > .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gv_register_block .regist-box .form form .form-group {
  position: relative;
  padding: 2px 2px 2px 2px;
  background: linear-gradient(80deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
  border-radius: 5px;
}
.gv_register_block .regist-box .form form .form-group input[type=text],
.gv_register_block .regist-box .form form .form-group input[type=email],
.gv_register_block .regist-box .form form .form-group input[type=number],
.gv_register_block .regist-box .form form .form-group select, .gv_register_block .regist-box .form form .form-group textarea {
  line-height: 20px;
  outline: none;
  border: 0;
  width: 100%;
  border-radius: 4px;
  background: #554557;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}
.gv_register_block .regist-box .form form .form-group input[type=text]::-moz-placeholder, .gv_register_block .regist-box .form form .form-group input[type=email]::-moz-placeholder, .gv_register_block .regist-box .form form .form-group input[type=number]::-moz-placeholder, .gv_register_block .regist-box .form form .form-group select::-moz-placeholder, .gv_register_block .regist-box .form form .form-group textarea::-moz-placeholder {
  opacity: 0.9;
  color: #fff;
}
.gv_register_block .regist-box .form form .form-group input[type=text]::placeholder,
.gv_register_block .regist-box .form form .form-group input[type=email]::placeholder,
.gv_register_block .regist-box .form form .form-group input[type=number]::placeholder,
.gv_register_block .regist-box .form form .form-group select::placeholder, .gv_register_block .regist-box .form form .form-group textarea::placeholder {
  opacity: 0.9;
  color: #fff;
}
.gv_register_block .regist-box .form form .form-button button {
  line-height: 20px;
  border: 0;
  margin: 0;
  padding: 12px 15px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #6d0000;
  border-radius: 5px;
  font-weight: 600;
  background: linear-gradient(80deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
}
.gv_register_block .regist-box .form form .form-note {
  display: block;
}
.gv_register_block .regist-box .form form .form-note .note-error {
  text-align: center;
  font-style: italic;
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.gv_register_block .regist-box .form form .form-note .note-success {
  text-align: center;
  font-style: italic;
  color: var(--secondColor);
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

/** News
--------------------------------------------- */
.gv_section_news {
  position: relative;
  overflow: hidden;
  background: var(--mainBG);
  padding: 30px 0;
}
.gv_section_news .slx-news .news-item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .gv_section_news .slx-news .news-item {
    padding: 0 5px;
  }
}
.gv_section_news .control {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.gv_section_news .control button.slx-prev,
.gv_section_news .control button.slx-next {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #70525d;
  border-radius: 5px;
  outline: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.gv_section_news .control button.slx-prev i,
.gv_section_news .control button.slx-next i {
  background-position: center;
  background-size: contain;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: block;
}
.gv_section_news .control button.slx-prev i {
  background-image: url("../images/arrow-left.png");
}
.gv_section_news .control button.slx-next i {
  background-image: url("../images/arrow-right.png");
}
.gv_section_news .control .slx-dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
  margin: 0;
}
.gv_section_news .control .slx-dots ul > li {
  margin: 3px 3px;
  position: relative;
  display: block;
}
.gv_section_news .control .slx-dots ul > li button {
  height: 40px;
  width: 40px;
  background: #70525d;
  border-radius: 5px;
  outline: none;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
}
.gv_section_news .control .slx-dots ul > li.slick-active button {
  color: var(--secondColor);
}

/** Partner
--------------------------------------------- */
.gv_section_partner {
  position: relative;
  overflow: hidden;
  background: var(--mainBG);
  padding: 30px 0 60px;
}
.gv_section_partner .partner-box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.gv_section_partner .partner-box .owl-carousel .owl-nav [class*=owl-] {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondColor);
  color: #fff;
  border-radius: 100%;
  margin: 0;
}
.gv_section_partner .partner-box .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 16px;
}
.gv_section_partner .partner-box .owl-carousel .owl-nav .owl-prev {
  left: -15px;
}
@media (max-width: 575px) {
  .gv_section_partner .partner-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_section_partner .partner-box .owl-carousel .owl-nav .owl-next {
  right: -15px;
}
@media (max-width: 575px) {
  .gv_section_partner .partner-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_section_partner .partner-box .partner-item .inner {
  display: block;
  text-align: center;
  padding: 0px;
  position: relative;
}
.gv_section_partner .partner-box .partner-item .inner a {
  display: flex;
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  border: 3px solid #d89f7b;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.gv_section_partner .partner-box .partner-item .inner a img {
  height: auto;
  width: 100%;
}

/** Review
--------------------------------------------- */
.gv_section_review {
  position: relative;
  overflow: hidden;
  background: var(--mainBG);
  padding-top: 36px;
  padding-bottom: 64px;
}
.gv_section_review .owl-carousel .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
  margin: 0;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondColor);
  border-radius: 50px;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav > [class*=owl-] {
    height: 30px;
    width: 30px;
  }
}
.gv_section_review .owl-carousel .owl-nav > [class*=owl-] i {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav > [class*=owl-] i {
    font-size: 14px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-prev {
  left: -18px;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-next {
  right: -18px;
}
@media (max-width: 575px) {
  .gv_section_review .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_section_review .customer-inner {
  padding: 0;
  position: relative;
}
.gv_section_review .customer-inner .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 15px 20px;
  font-family: var(--mainFont);
}
.gv_section_review .customer-inner .box .name h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--mainColor);
  margin-bottom: 10px;
}
.gv_section_review .customer-inner .box .star {
  padding-bottom: 5px;
}
.gv_section_review .customer-inner .box .star span {
  font-size: 15px;
  display: inline-block;
  color: var(--secondColor);
}
.gv_section_review .customer-inner .box .desc {
  font-size: 14px;
  line-height: 1.63;
  display: -webkit-box;
  margin-bottom: 10px;
  color: #333;
  height: 63px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Footer
--------------------------------------------- */
.gv_footer_block {
  position: relative;
  background: var(--mainBG);
  transition: all 0.45s ease 0s;
  padding-top: 50px;
  color: #fff;
}
.gv_footer_block::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background: linear-gradient(#F8B3A0 0%, #FFD6C6 15%, #E78F7E 60%);
  top: -3px;
  left: 0;
  display: block;
}
.gv_footer_block .container {
  position: relative;
}
.gv_footer_block .footer-main {
  position: relative;
  padding-bottom: 30px;
}
.gv_footer_block .footer-main .row [class*=col-] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.gv_footer_block .footer-main .head_footer.text-right .title {
  text-align: right;
}
@media (max-width: 767px) {
  .gv_footer_block .footer-main .head_footer.text-right .title {
    text-align: left;
  }
}
.gv_footer_block .footer-main .name {
  padding-bottom: 25px;
  position: relative;
}
.gv_footer_block .footer-main .name h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: linear-gradient(152deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  margin-bottom: 0;
}
.gv_footer_block .footer-main .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .footer-main .contact li {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.gv_footer_block .footer-main .contact li:last-child {
  margin-bottom: 0;
}
.gv_footer_block .footer-main .address p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.gv_footer_block .footer-main .address p:last-child {
  margin-bottom: 0;
}
.gv_footer_block .footer-main .social {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gv_footer_block .footer-main .social {
    justify-content: flex-start;
  }
}
.gv_footer_block .footer-main .social a {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .gv_footer_block .footer-main .social a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.gv_footer_block .footer-main .social a img {
  height: 34px;
  width: auto;
}
.gv_footer_block .footer-form {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.gv_footer_block .footer-form form > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gv_footer_block .footer-form form > .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gv_footer_block .footer-form form .form-group {
  position: relative;
  padding: 2px 2px 2px 2px;
  background: linear-gradient(80deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
  border-radius: 5px;
}
.gv_footer_block .footer-form form .form-group input[type=text],
.gv_footer_block .footer-form form .form-group input[type=email],
.gv_footer_block .footer-form form .form-group input[type=number],
.gv_footer_block .footer-form form .form-group select, .gv_footer_block .footer-form form .form-group textarea {
  line-height: 20px;
  outline: none;
  border: 0;
  width: 100%;
  border-radius: 4px;
  background: #554557;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}
.gv_footer_block .footer-form form .form-group input[type=text]::-moz-placeholder, .gv_footer_block .footer-form form .form-group input[type=email]::-moz-placeholder, .gv_footer_block .footer-form form .form-group input[type=number]::-moz-placeholder, .gv_footer_block .footer-form form .form-group select::-moz-placeholder, .gv_footer_block .footer-form form .form-group textarea::-moz-placeholder {
  opacity: 0.9;
  color: #fff;
}
.gv_footer_block .footer-form form .form-group input[type=text]::placeholder,
.gv_footer_block .footer-form form .form-group input[type=email]::placeholder,
.gv_footer_block .footer-form form .form-group input[type=number]::placeholder,
.gv_footer_block .footer-form form .form-group select::placeholder, .gv_footer_block .footer-form form .form-group textarea::placeholder {
  opacity: 0.9;
  color: #fff;
}
.gv_footer_block .footer-form form .form-button button {
  line-height: 20px;
  border: 0;
  margin: 0;
  padding: 12px 15px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #6d0000;
  border-radius: 5px;
  font-weight: 600;
  background: linear-gradient(80deg, #e7a193 0%, #db8776 20%, #ee9887 40%, #fab8aa 60%, #ffd6c6 80%, #f9b3a0 100%);
}
.gv_footer_block .footer-form form .form-note {
  display: block;
}
.gv_footer_block .footer-form form .form-note .note-error {
  text-align: center;
  font-style: italic;
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.gv_footer_block .footer-form form .form-note .note-success {
  text-align: center;
  font-style: italic;
  color: var(--secondColor);
  font-size: 14px;
  margin-top: 10px;
  display: block;
}/*# sourceMappingURL=desktop.css.map */