/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --rh-body-color: #666666;
  --rh-title-color: #000000;
  --rh-heading: "Lato", sans-serif;
  --rh-body-font: "Lato", sans-serif;
  --rh-prime-c: #B79B6F;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

.rh-header-section .rh-header-action .offcanvas-trigger {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .rh-header-section .rh-header-action .offcanvas-trigger {
    width: 50px;
  }
}
.rh-header-section .rh-header-action .offcanvas-trigger button {
  padding: 0;
  width: 30px;
  border: none;
  height: 30px;
  background-color: transparent;
}
.rh-header-section .rh-header-action .offcanvas-trigger span {
  width: 5px;
  height: 5px;
  float: left;
  margin: 2px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span {
  background: #000;
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(1) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(2) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(3) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(6) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(9) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(8) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(7) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.rh-header-section .rh-header-action .offcanvas-trigger:hover span:nth-child(4) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.rh-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.rh-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rh-header-section .dropdown {
  position: relative;
}
.rh-header-section .dropdown:after {
  top: 4px;
  z-index: 2;
  right: -16px;
  content: "\f078";
  font-size: 12px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: var(--rh-prime-c);
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rh-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.rh-header-section .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.rh-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.rh-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.rh-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.rh-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.rh-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.rh-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.rh-header-section .dropdown-menu li:before {
  display: none;
}
.rh-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.rh-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.rh-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.rh-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.rh-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.rh-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #000 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 8px 0px 8px 18px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: none !important;
  background-color: transparent !important;
}
.rh-header-section .dropdown-menu a span:after {
  display: none;
}
.rh-header-section .dropdown-menu a:before {
  display: none;
}
.rh-header-section .dropdown-menu a:after {
  display: none;
}
.rh-header-section .dropdown-menu a:hover, .rh-header-section .dropdown-menu a.active {
  color: var(--st-prime-c) !important;
  padding-left: 30px !important;
}
.rh-header-section .dropdown-menu a:hover:after, .rh-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.rh-header-section .dropdown-menu a:hover:before, .rh-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.rh-header-section .rh-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-mobile-menu-btn {
    display: block;
  }
}
.rh-header-section .rh-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rh-header-section .rh-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.rh-header-section .rh-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.rh-header-section .rh-header-content .brand-logo a {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-content .brand-logo a {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-content .brand-logo a {
    height: 75px;
  }
}
.rh-header-section .rh-navigation-wrap {
  background-color: #363636;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-navigation-wrap {
    padding: 16px 15px;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}
.rh-header-section .rh-navigation-wrap .main-navigation {
  padding-left: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-navigation-wrap .main-navigation {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-navigation-wrap .main-navigation {
    display: none;
  }
}
.rh-header-section .rh-navigation-wrap .main-navigation li {
  margin: 0px 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rh-header-section .rh-navigation-wrap .main-navigation li {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-header-section .rh-navigation-wrap .main-navigation li {
    margin: 0px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rh-header-section .rh-navigation-wrap .main-navigation li {
    margin: 0px 10px;
  }
}
.rh-header-section .rh-navigation-wrap .main-navigation li a {
  color: #fff;
  display: inline;
  font-weight: 500;
  padding-bottom: 30px;
}
.rh-header-section .rh-navigation-wrap .main-navigation li:hover a {
  color: var(--rh-prime-c);
}
.rh-header-section .rh-header-navigation {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-navigation .header-top {
    display: none !important;
  }
}
.rh-header-section .rh-header-navigation .header-top .top-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rh-header-section .rh-header-navigation .header-top .top-cta a {
  color: #fff;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 0px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-navigation .header-top .top-cta a {
    font-size: 14px;
    padding: 0px 14px;
  }
}
.rh-header-section .rh-header-navigation .header-top .top-cta a i {
  margin-right: 8px;
  color: var(--rh-prime-c);
}
.rh-header-section .rh-header-navigation .header-top .top-cta a:hover {
  color: var(--rh-prime-c);
}
.rh-header-section .rh-header-navigation .header-top .top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rh-header-section .rh-header-navigation .header-top .top-social a {
  color: #fff;
  width: 50px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-navigation .header-top .top-social a {
    width: 40px;
  }
}
.rh-header-section .rh-header-navigation .header-top .top-social a:hover {
  color: var(--rh-prime-c);
}
.rh-header-section .rh-header-action {
  gap: 15px 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-action {
    gap: 15px 20px;
  }
}
@media (max-width: 480px) {
  .rh-header-section .rh-header-action {
    height: 43px;
  }
}
@media (max-width: 480px) {
  .rh-header-section .rh-header-action .hd-cta-btn {
    display: none;
  }
}
.rh-header-section .rh-header-action .hd-cta-btn a {
  color: #060606;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 22px;
  white-space: nowrap;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-action .hd-cta-btn a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.rh-header-section .rh-header-action .hd-cta-btn a:hover {
  color: #fff;
  background-color: var(--rh-prime-c);
}
.rh-header-section .rh-header-action .hd-search {
  width: 130px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-action .hd-search {
    display: none;
  }
}
.rh-header-section .rh-header-action .hd-search button {
  left: 0;
  top: 1px;
  padding: 0;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.rh-header-section .rh-header-action .hd-search input {
  border: none;
  font-size: 16px;
  padding-left: 30px;
  background-color: transparent;
  \c olor: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .hd-search input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .hd-search input::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .hd-search input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .hd-search input::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .hd-search input::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
}
.rh-header-section .rh-header-action .offcanvas-trigger {
  width: 72px;
  height: 72px;
  background-color: var(--rh-prime-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-header-section .rh-header-action .offcanvas-trigger {
    display: none;
  }
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #000;
  background-color: #fff;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.555;
  position: relative;
  overflow-x: hidden;
  color: var(--rh-body-color);
  font-family: var(--rh-body-font);
  background-color: #F5F5F5;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1424px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--rh-prime-c);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--rh-title-color);
  font-family: var(--rh-heading);
}

.draw-path {
  stroke: #B79B6F;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 5s ease infinite;
          animation: draw 5s ease infinite;
}

.draw-delay-1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.draw-delay-2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.draw-delay-3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.draw-delay-4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.draw-delay-5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.draw-delay-6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo img {
  -webkit-animation: TXTImgIn 1500ms ease-in-out infinite;
          animation: TXTImgIn 1500ms ease-in-out infinite;
}

.rh-scrollup {
  color: #fff;
  width: 70px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 72px;
  background: var(--rh-prime-c);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.rh-scrollup i {
  color: #fff;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
.rh-btn1 {
  display: inline-block;
}
.rh-btn1 a {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-btn1 a span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  padding: 16px 24px 18px;
  background-color: var(--rh-prime-c);
}
.rh-btn1 a span b {
  font-weight: 500;
  position: relative;
}
.rh-btn1 a span b:before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s var(--cube-1);
  transition: all 0.5s var(--cube-1);
  position: relative;
  content: attr(data-front);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #fff;
}
.rh-btn1 a span b:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s var(--cube-1);
  transition: all 0.5s var(--cube-1);
  position: absolute;
  content: attr(data-back);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
}
.rh-btn1 a span i {
  top: 12px;
  right: 0px;
  width: 18px;
  height: 16px;
  content: "";
  border-radius: 10px;
  position: absolute;
}
.rh-btn1 a .btn-icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--rh-prime-c);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 4px solid var(--rh-prime-c);
  background-color: var(--rh-title-color);
}
.rh-btn1:is(.ver_2) a span {
  background-color: var(--rh-title-color);
}
.rh-btn1:is(.ver_2) a .btn-icon {
  background-color: #fff;
  color: var(--rh-title-color);
  border: 4px solid var(--rh-title-color);
}
.rh-btn1:is(.ver_2) a:hover span b:before, .rh-btn1:is(.ver_2) a:hover span b:after {
  color: var(--rh-prime-c);
}
.rh-btn1:hover a {
  gap: 0;
}
.rh-btn1:hover a span b:before {
  opacity: 0;
  color: #000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.rh-btn1:hover a span b:after {
  opacity: 1;
  color: #000;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.rh-btn1:hover a .btn-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.rh-btn1:hover a .btn-icon:before {
  -webkit-animation: toLeftFromRight 0.5s forwards;
          animation: toLeftFromRight 0.5s forwards;
}

.rh-sec-title .subtitle {
  margin-bottom: 16px;
  color: rgba(6, 6, 6, 0.64);
}
.rh-sec-title .subtitle span {
  padding-right: 32px;
  color: var(--rh-prime-c);
}
.rh-sec-title .sec_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.083;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rh-sec-title .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rh-sec-title .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .rh-sec-title .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .rh-sec-title .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .rh-sec-title .sec_title {
    font-size: 30px;
  }
}
.rh-sec-title p {
  color: #000000;
  padding-top: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.rh-hero-content {
  z-index: 1;
  padding-top: 285px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-content {
    border-radius: 0;
    padding-top: 200px;
  }
}
.rh-hero-content .rh-hero-shape {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  height: 100%;
  max-height: 850px;
  background-color: #fff;
  background-color: #000000;
  clip-path: polygon(0% 92.752%, 0% 0%, 100% 0%, 100% 51.222%, 100% 51.222%, 99.963% 52.303%, 99.856% 53.336%, 99.683% 54.31%, 99.45% 55.212%, 99.162% 56.029%, 98.823% 56.75%, 98.439% 57.362%, 98.016% 57.852%, 97.557% 58.208%, 97.068% 58.418%, 41.907% 72.967%, 41.907% 72.967%, 41.574% 73.092%, 41.253% 73.287%, 40.944% 73.549%, 40.65% 73.875%, 40.373% 74.262%, 40.114% 74.705%, 39.877% 75.204%, 39.662% 75.753%, 39.473% 76.351%, 39.31% 76.994%, 35.079% 95.921%, 35.079% 95.921%, 34.894% 96.642%, 34.675% 97.303%, 34.426% 97.902%, 34.15% 98.435%, 33.849% 98.896%, 33.527% 99.283%, 33.186% 99.591%, 32.829% 99.815%, 32.46% 99.953%, 32.081% 100%, 3.333% 100%, 3.333% 100%, 2.793% 99.905%, 2.28% 99.63%, 1.801% 99.191%, 1.365% 98.602%, 0.976% 97.877%, 0.643% 97.033%, 0.372% 96.083%, 0.17% 95.043%, 0.044% 93.928%, 0% 92.752%);
}
.rh-hero-content .rh-hero-shape img {
  opacity: 0.28;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-content .rh-hero-shape {
    clip-path: none;
  }
}
.rh-hero-content .rh-hero-bg {
  left: 0;
  bottom: 0;
  z-index: -3;
  height: 70%;
  width: 100%;
}
.rh-hero-content .rh-hero-bg2 {
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 82%;
  z-index: -1;
}

.rh-hero-text {
  max-width: 620px;
  padding-bottom: 260px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-text {
    padding-bottom: 100px;
  }
}
.rh-hero-text .hero_text {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .rh-hero-text .hero_text {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .rh-hero-text .hero_text {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .rh-hero-text .hero_text {
    font-size: 38px;
  }
}
.rh-hero-text p {
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
  margin-bottom: 40px;
}

.rh-hero-search {
  z-index: 1;
  height: 215px;
  margin-top: 305px;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-search {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-search {
    height: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
  }
}
.rh-hero-search .rh-search-shape {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-search .rh-search-shape {
    display: none;
  }
}

.rh-hero-filter-btn {
  display: inline-block;
  padding: 28px 28px 28px 35px;
}
.directorist-search-contents{
  padding: 0;
}
.directorist-search-form__box {
  border: none;
  box-shadow: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-filter-btn {
    padding: 25px 20px;
  }
}
.rh-hero-filter-btn li {
  margin-right: 18px;
}
.rh-hero-filter-btn li:last-child {
  margin-right: 0;
}
.rh-hero-filter-btn .nav-tabs .nav-link {
  position: relative;
  background-color: #F5F5F5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-hero-filter-btn .nav-tabs .nav-link i {
  right: 0;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.rh-hero-filter-btn .nav-tabs .nav-link,
.rh-hero-filter-btn .nav-tabs .nav-link.active {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  color: var(--rh-title-color);
}
.rh-hero-filter-btn .nav-tabs .nav-link.active {
  color: #fff;
  -webkit-box-shadow: 4px 8px 17px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 4px 8px 17px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: var(--rh-prime-c);
}
.rh-hero-filter-btn .nav-tabs .nav-link.active i {
  opacity: 1;
  bottom: -10px;
}

.rh-hero-filter-area {
  gap: 16px;
  margin-bottom: 10px;
  padding: 6px 10px 0px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-filter-area {
    padding: 6px 15px 0px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-filter-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rh-hero-filter-area .rh-filter-field {
  width: 100%;
  max-width: 280px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-hero-filter-area .rh-filter-field {
    max-width: 100%;
  }
}
.rh-hero-filter-area .rh-filter-field label {
  display: block;
  margin-bottom: 5px;
  color: var(--rh-title-color);
}
.directorist-listing-category-top {
  display: none;
}
.rh-hero-filter-area .rh-filter-field input, 
.rh-hero-filter-area .rh-filter-field select {
  width: 100%;
  color: #666666;
  height: 52px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 16px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.rh-hero-filter-area .rh-filter-field input::-webkit-input-placeholder, .rh-hero-filter-area .rh-filter-field select::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
}
.rh-hero-filter-area .rh-filter-field input::-moz-placeholder, .rh-hero-filter-area .rh-filter-field select::-moz-placeholder {
  color: #666666;
  font-size: 16px;
}
.rh-hero-filter-area .rh-filter-field input:-ms-input-placeholder, .rh-hero-filter-area .rh-filter-field select:-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
}
.rh-hero-filter-area .rh-filter-field input::-ms-input-placeholder, .rh-hero-filter-area .rh-filter-field select::-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
}
.rh-hero-filter-area .rh-filter-field input::placeholder, .rh-hero-filter-area .rh-filter-field select::placeholder {
  color: #666666;
  font-size: 16px;
}
.rh-hero-filter-area .inner-select:before {
  top: 15px;
  right: 15px;
  font-size: 14px;
  content: "\f078";
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.rh-hero-filter-area button {
  color: #fff;
  height: 52px;
  border: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 32px;
  white-space: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--rh-prime-c);
}
.rh-hero-filter-area button:hover {
  background-color: #000;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.rh-about-sec {
  z-index: 1;
}
.rh-about-sec .rh-ab-shape {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.06;
}
.rh-about-sec .rh-ab-shape2 {
  left: 0;
  bottom: 0;
  opacity: 0.2;
}

.rh-about-title {
  padding-right: 50px;
}
.rh-about-title .rh-sec-title {
  max-width: 955px;
}

.rh-about-content {
  gap: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.rh-about-wrap1 {
  max-width: 571px;
}

.rh-about-img1 .item-img {
  clip-path: polygon(100% 69.34%, 100% 69.34%, 99.993% 69.542%, 99.973% 69.743%, 99.94% 69.939%, 99.895% 70.132%, 99.837% 70.319%, 99.767% 70.5%, 99.685% 70.675%, 99.592% 70.841%, 99.488% 70.999%, 99.373% 71.147%, 87.157% 85.671%, 76.099% 99.242%, 76.099% 99.242%, 75.976% 99.381%, 75.846% 99.507%, 75.708% 99.62%, 75.563% 99.718%, 75.413% 99.803%, 75.258% 99.873%, 75.098% 99.928%, 74.935% 99.968%, 74.769% 99.992%, 74.601% 100%, 2.102% 100%, 2.102% 100%, 1.761% 99.967%, 1.437% 99.871%, 1.136% 99.717%, 0.86% 99.51%, 0.616% 99.257%, 0.405% 98.961%, 0.235% 98.629%, 0.107% 98.265%, 0.028% 97.874%, 0% 97.463%, 0% 2.537%, 0% 2.537%, 0.028% 2.125%, 0.107% 1.735%, 0.235% 1.371%, 0.405% 1.039%, 0.616% 0.743%, 0.86% 0.489%, 1.136% 0.283%, 1.437% 0.129%, 1.761% 0.033%, 2.102% 0%, 97.898% 0%, 97.898% 0%, 98.239% 0.033%, 98.563% 0.129%, 98.864% 0.283%, 99.14% 0.489%, 99.384% 0.743%, 99.594% 1.039%, 99.765% 1.371%, 99.893% 1.735%, 99.972% 2.125%, 100% 2.537%, 100% 69.34%, 100% 97.463%, 100% 84.918%, 99.936% 84.278%, 99.756% 83.714%, 99.479% 83.236%, 99.124% 82.854%, 98.71% 82.578%, 98.256% 82.416%, 97.782% 82.379%, 97.306% 82.476%, 96.847% 82.716%, 96.424% 83.11%, 96.424% 83.11%, 90.826% 89.765%, 86.004% 95.684%, 85.678% 96.195%, 85.478% 96.749%, 85.398% 97.324%, 85.429% 97.896%, 85.564% 98.444%, 85.793% 98.943%, 86.109% 99.371%, 86.505% 99.705%, 86.972% 99.922%, 87.502% 100%, 87.502% 100%, 97.898% 100%, 98.239% 99.967%, 98.563% 99.871%, 98.864% 99.717%, 99.14% 99.51%, 99.384% 99.257%, 99.594% 98.961%, 99.765% 98.629%, 99.893% 98.265%, 99.972% 97.874%, 100% 97.463%, 100% 97.463%);
}

.rh-about-list ul {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rh-about-list ul li {
  width: 48%;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .rh-about-list ul li {
    width: 100%;
  }
}
.rh-about-list ul li:before {
  top: 0;
  left: 0;
  color: #000000;
  content: "+";
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-about-list ul li:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rh-about-wrap2 {
  max-width: 741px;
}

.rh-about-img2 .item-img {
  clip-path: polygon(100% 82.147%, 100% 82.147%, 99.993% 82.407%, 99.973% 82.663%, 99.941% 82.915%, 99.895% 83.162%, 99.837% 83.403%, 99.768% 83.636%, 99.686% 83.86%, 99.593% 84.074%, 99.489% 84.278%, 99.374% 84.47%, 94.262% 92.347%, 89.835% 99.045%, 89.835% 99.045%, 89.71% 99.22%, 89.576% 99.379%, 89.436% 99.521%, 89.289% 99.645%, 89.137% 99.752%, 88.98% 99.84%, 88.818% 99.909%, 88.653% 99.959%, 88.485% 99.99%, 88.316% 100%, 2.159% 100%, 2.159% 100%, 1.809% 99.957%, 1.477% 99.832%, 1.167% 99.632%, 0.884% 99.364%, 0.632% 99.034%, 0.417% 98.649%, 0.241% 98.217%, 0.11% 97.744%, 0.028% 97.236%, 0% 96.701%, 0% 17.853%, 0% 17.853%, 0.007% 17.593%, 0.027% 17.337%, 0.059% 17.084%, 0.105% 16.838%, 0.163% 16.597%, 0.232% 16.364%, 0.314% 16.14%, 0.407% 15.926%, 0.511% 15.722%, 0.626% 15.53%, 5.739% 7.653%, 10.165% 0.955%, 10.165% 0.955%, 10.291% 0.78%, 10.424% 0.621%, 10.564% 0.479%, 10.711% 0.355%, 10.863% 0.248%, 11.02% 0.16%, 11.182% 0.091%, 11.347% 0.041%, 11.515% 0.01%, 11.685% 0%, 97.841% 0%, 97.841% 0%, 98.191% 0.043%, 98.523% 0.168%, 98.833% 0.368%, 99.116% 0.637%, 99.368% 0.966%, 99.583% 1.351%, 99.759% 1.783%, 99.89% 2.256%, 99.972% 2.764%, 100% 3.299%, 100% 82.147%);
}

/*---------------------------------------------------- */
/*Properti area*/
/*----------------------------------------------------*/
.rh-properti-sec .rh-sec-title {
  margin: 0 auto;
  max-width: 500px;
}

.rh-properti-item {
  padding: 50px 0px;
}
.rh-properti-item .item-inner {
  padding: 0;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-properti-item .item-inner .item-img {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-properti-item .item-inner .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-properti-item .item-inner .item-text {
  padding: 0px 16px 4px;
}
.rh-properti-item .item-inner .inner-text {
  padding-bottom: 15px;
}
.rh-properti-item .item-inner .inner-text h3 {
  font-size: 20px;
  font-weight: 400;
}
.rh-properti-item .item-inner .inner-text h3:hover {
  letter-spacing: 1px;
}
.rh-properti-item .item-inner .inner-text span {
  color: #666666;
  font-size: 15px;
}
.rh-properti-item .item-inner .item-arrow a {
  color: var(--rh-prime-c);
}
.rh-properti-item .item-inner:hover {
  padding: 8px 8px 0px;
  -webkit-box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 12px 12px 28px 0px rgba(0, 0, 0, 0.3215686275);
}
.rh-properti-item .item-inner:hover .item-img {
  padding-bottom: 15px;
}
.rh-properti-item .item-inner:hover .item-img img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.rh-property-nav .rh-pro-prev,
.rh-property-nav .rh-pro-next {
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  color: var(--rh-prime-c);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-property-nav .rh-pro-prev:hover,
.rh-property-nav .rh-pro-next:hover {
  color: #fff;
  background-color: var(--rh-prime-c);
}
.rh-property-nav .rh-pro-prev {
  left: 20px;
}
.rh-property-nav .rh-pro-next {
  right: 20px;
}

.rh-properti-slider {
  width: 136%;
  margin-left: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-properti-slider {
    width: 100%;
    margin-left: 0px;
  }
}

.rh-top-property-sec {
  z-index: 1;
}
.rh-top-property-sec .rh-sec-title {
  margin: 0 auto;
  max-width: 720px;
}
.rh-top-property-sec .rh-sec-title .sec_title {
  color: #fff;
}
.rh-top-property-sec .rh-sec-title .subtitle {
  color: rgba(255, 255, 255, 0.64);
}
.rh-top-property-sec .rh-tp-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.rh-top-property-sec .rh-btn1 a span {
  color: #000000;
}

.rh-tp-filter-btn button {
  color: #fff;
  border: none;
  margin: 4px 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 24px;
  border-radius: 30px;
  background-color: #27282C;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-tp-filter-btn button:is(.is-checked) {
  color: #000;
  background-color: var(--rh-prime-c);
}

.rh-tp-item {
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(20px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-tp-item .item-img {
  overflow: hidden;
}
.rh-tp-item .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-tp-item .item-img span {
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 10px;
  position: absolute;
  border-radius: 5px;
  background-color: #5587FF;
}
.rh-tp-item .item-text {
  padding: 25px 30px 28px;
}
@media (max-width: 480px) {
  .rh-tp-item .item-text {
    padding: 25px 16px 28px;
  }
}
.rh-tp-item .item-text .inner-location {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.rh-tp-item .item-text .inner-location i {
  margin-right: 8px;
}
.rh-tp-item .item-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .rh-tp-item .item-text h3 {
    font-size: 20px;
  }
}
.rh-tp-item .item-text h3:hover {
  letter-spacing: 1px;
}
.rh-tp-item .item-text .item-meta {
  gap: 8px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.rh-tp-item .item-text .item-meta a {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.rh-tp-item .item-text .item-meta a i {
  margin-right: 2px;
}
.rh-tp-item .item-text .item-meta a span {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.rh-tp-item .item-text .item-price .item-auth {
  gap: 12px;
}
.rh-tp-item .item-text .item-price .item-auth .auth-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
}
.rh-tp-item .item-text .item-price .item-auth .auth-name {
  color: #fff;
  font-size: 16px;
}
.rh-tp-item .item-text .price-value {
  color: #F5F5F5;
  font-size: 20px;
  font-weight: 600;
}
.rh-tp-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.rh-tp-item:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rh-tp-filter-area {
  margin: 0px -16px;
}
.rh-tp-filter-area .grid-sizer {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rh-tp-filter-area .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rh-tp-filter-area .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-tp-filter-area .grid-sizer {
    width: 100%;
  }
}
.rh-tp-filter-area .grid-item {
  float: left;
  padding: 16px;
  display: inline-block;
}
.rh-tp-filter-area .grid-size-33 {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rh-tp-filter-area .grid-size-33 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rh-tp-filter-area .grid-size-33 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-tp-filter-area .grid-size-33 {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.rh-video-wrap {
  max-height: 680px;
  background-color: var(--rh-prime-c);
}
.rh-video-wrap video {
  mix-blend-mode: hard-light;
}

.rh-video-text {
  left: 0;
  bottom: -45px;
  position: absolute;
  display: flow-root;
}
.rh-video-text h2 {
  color: #fff;
  line-height: 1;
  font-size: 200px;
  font-weight: 700;
  letter-spacing: -2px;
  display: inline-block;
  text-shadow: 5px 5px #000000;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.rh-ser-sec .rh-ser-img {
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rh-ser-sec .rh-ser-img {
    left: -8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-ser-sec .rh-ser-img {
    left: -20%;
  }
}
.rh-ser-sec .rh-ser-img .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-sec .rh-ser-img {
    display: none;
  }
}

.rh-ser-content {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rh-ser-text-wrap {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-text-wrap {
    max-width: 670px;
  }
}

.rh-ser-item-wrap {
  max-width: 672px;
  margin-top: 55px;
  border-top: 1px solid #B5B5B5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item-wrap {
    margin-top: 0;
  }
}

.rh-ser-item {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #B5B5B5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rh-ser-item:before {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  max-width: 108px;
  position: absolute;
  background-color: #000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item:before {
    display: none;
  }
}
.rh-ser-item .item-icon {
  width: 108px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item .item-icon {
    background-color: #fff;
  }
}
.rh-ser-item .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item .item-icon {
    padding: 25px;
  }
}
.rh-ser-item .item-text {
  max-width: 565px;
  padding: 28px 35px;
  border-left: 1px solid #B5B5B5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-ser-item .item-text {
    max-width: 410px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item .item-text {
    border-left: none;
    padding-left: 0;
  }
}
.rh-ser-item .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 14px;
}
.rh-ser-item .item-text p {
  font-size: 16px;
}
.rh-ser-item:hover:before {
  width: 100%;
}
.rh-ser-item:hover .item-icon svg path {
  fill: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item:hover .item-icon {
    background-color: #000;
  }
}
.rh-ser-item:hover .item-text {
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-ser-item:hover .item-text {
    background-color: transparent;
  }
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.rh-team-sec .rh-sec-title {
  max-width: 645px;
}
.rh-team-sec .rh-tm-text {
  top: 17%;
  right: 0;
  line-height: 1;
  font-weight: 800;
  font-size: 159px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.06);
}

.rh-team-content .row {
  --bs-gutter-x: 12px;
}

.rh-team-item {
  padding: 8px;
  margin: 0 auto;
  max-width: 338px;
  border-radius: 12px;
  margin-bottom: 48px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-team-item .item-img {
  margin-bottom: 15px;
}
.rh-team-item .item-img .inner-img {
  clip-path: polygon(100% 71.761%, 100% 71.761%, 99.988% 72.043%, 99.953% 72.321%, 99.895% 72.594%, 99.815% 72.861%, 99.714% 73.121%, 99.591% 73.373%, 99.448% 73.615%, 99.284% 73.846%, 99.101% 74.066%, 98.899% 74.271%, 89.641% 82.989%, 73% 98.958%, 73% 98.958%, 72.784% 99.149%, 72.554% 99.322%, 72.312% 99.477%, 72.059% 99.613%, 71.795% 99.729%, 71.523% 99.825%, 71.243% 99.901%, 70.957% 99.956%, 70.667% 99.989%, 70.372% 100%, 3.704% 100%, 3.704% 100%, 3.103% 99.954%, 2.533% 99.82%, 2.002% 99.606%, 1.516% 99.319%, 1.085% 98.966%, 0.715% 98.555%, 0.413% 98.093%, 0.189% 97.586%, 0.048% 97.043%, 0% 96.471%, 0% 3.529%, 0% 3.529%, 0.048% 2.957%, 0.189% 2.414%, 0.413% 1.907%, 0.715% 1.445%, 1.085% 1.034%, 1.516% 0.681%, 2.002% 0.394%, 2.533% 0.18%, 3.103% 0.046%, 3.704% 0%, 96.296% 0%, 96.296% 0%, 96.897% 0.046%, 97.467% 0.18%, 97.998% 0.394%, 98.484% 0.681%, 98.915% 1.034%, 99.285% 1.445%, 99.587% 1.907%, 99.811% 2.414%, 99.952% 2.957%, 100% 3.529%, 100% 71.761%);
}
.rh-team-item .item-img .item-arrow {
  right: 0;
  bottom: 0;
  position: absolute;
}
.rh-team-item .item-img .item-arrow a {
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  clip-path: polygon(60.75% 33.279%, 93.529% 0.894%, 93.529% 0.894%, 94.148% 0.415%, 94.82% 0.122%, 95.518% 0.004%, 96.213% 0.048%, 96.877% 0.244%, 97.484% 0.579%, 98.004% 1.042%, 98.41% 1.622%, 98.674% 2.306%, 98.768% 3.083%, 98.768% 95.717%, 98.768% 95.717%, 98.728% 96.216%, 98.611% 96.69%, 98.425% 97.131%, 98.174% 97.535%, 97.867% 97.893%, 97.508% 98.201%, 97.105% 98.451%, 96.664% 98.637%, 96.19% 98.754%, 95.691% 98.794%, 3.083% 98.794%, 3.083% 98.794%, 2.305% 98.7%, 1.62% 98.435%, 1.041% 98.028%, 0.577% 97.507%, 0.242% 96.9%, 0.047% 96.234%, 0.004% 95.538%, 0.124% 94.84%, 0.419% 94.168%, 0.9% 93.549%, 60.75% 33.279%);
}
.rh-team-item .item-img .item-arrow a i {
  font-size: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: rotate(-45deg) translate(17px, -1px);
          transform: rotate(-45deg) translate(17px, -1px);
}
.rh-team-item .item-text {
  padding-left: 16px;
  padding-bottom: 6px;
}
.rh-team-item .item-text h3 {
  font-size: 20px;
  font-weight: 700;
}
.rh-team-item .item-text span {
  color: #666666;
  font-size: 16px;
}
.rh-team-item .item-social {
  overflow: hidden;
  position: absolute;
}
.rh-team-item .item-social a {
  width: 46px;
  height: 46px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rh-team-item .item-social a:hover {
  color: #fff;
  background-color: var(--rh-prime-c);
}
.rh-team-item .item-social:is(.left-social) {
  left: 10px;
  bottom: 56px;
}
.rh-team-item .item-social:is(.left-social) a {
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
}
.rh-team-item .item-social:is(.top-social) {
  gap: 5px;
  left: 60px;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rh-team-item .item-social:is(.top-social) a {
  -webkit-transform: translateX(-105px);
          transform: translateX(-105px);
}
.rh-team-item .social-minus {
  left: 10px;
  color: #fff;
  width: 46px;
  height: 46px;
  opacity: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--rh-prime-c);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rh-team-item:hover {
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.1215686275);
}
.rh-team-item:hover .item-img .item-arrow a {
  background-color: var(--rh-prime-c);
}
.rh-team-item:hover .item-img .item-arrow a i {
  color: #fff;
}
.rh-team-item:hover .item-img .social-minus {
  opacity: 1;
  visibility: visible;
}
.rh-team-item:hover .item-img .item-social:is(.left-social) a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.rh-team-item:hover .item-img .item-social:is(.top-social) a {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.rh-team-desc {
  height: 100%;
  padding-top: 50px;
  padding-left: 20px;
}
.rh-team-desc .inner-item {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-team-desc .inner-item .rh-btn1 {
    margin-top: 30px;
  }
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.rh-price-sec {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#E9E9E9));
  background: linear-gradient(270deg, #FFFFFF 0%, #E9E9E9 100%);
}
.rh-price-sec .rh-price-img {
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  background: #F5F5F5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-price-sec .rh-price-img {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-price-sec .rh-price-img {
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 50px;
    position: static !important;
  }
}
.rh-price-sec .rh-price-img .item-img {
  height: 100%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-image: url(../img/pr-shape.svg);
          mask-image: url(../img/pr-shape.svg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-price-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.rh-price-plan {
  width: 100%;
  max-width: 712px;
}

.rh-price-wrap {
  gap: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-price-wrap {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rh-price-item {
  width: 100%;
  padding: 10px;
  max-width: 340px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-price-item {
    max-width: 100%;
  }
}
.rh-price-item .item-content {
  padding: 28px;
  border-radius: 20px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2784313725);
}
.rh-price-item .item-content .price-value {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.rh-price-item .item-content .price-value span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
}
.rh-price-item .item-content .price-value h2 {
  font-size: 56px;
  font-weight: 600;
}
.rh-price-item .item-content .price-value h2 sub {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.rh-price-item .item-content li {
  margin-bottom: 12px;
  color: var(--rh-title-color);
}
.rh-price-item .item-content li:last-child {
  margin-bottom: 0;
}
.rh-price-item .item-content li i {
  margin-right: 12px;
}
.rh-price-item .item-btn {
  margin-top: 12px;
}
.rh-price-item .item-btn a {
  gap: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  color: var(--rh-title-color);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2784313725);
}
.rh-price-item .item-btn a:hover {
  letter-spacing: 1px;
  background-color: var(--rh-prime-c);
}
.rh-price-item:is(.popular) .price-tag {
  right: 0;
  top: 28px;
  color: #fff;
  font-size: 14px;
  border-radius: 27px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  background-color: #FFAA00;
  padding: 5px 12px 5px 24px;
}
.rh-price-item:is(.popular) .price-tag:before {
  top: 13px;
  left: 11px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #000;
}
.rh-price-item:is(.popular) .item-content {
  -webkit-box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.337254902);
          box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.337254902);
}
.rh-price-item:is(.popular) .item-content .price-value span {
  color: rgba(255, 255, 255, 0.4);
}
.rh-price-item:is(.popular) .item-content .price-value h2 {
  color: rgb(255, 255, 255);
}
.rh-price-item:is(.popular) .item-content .price-value h2 sub {
  color: rgba(255, 255, 255, 0.4);
}
.rh-price-item:is(.popular) .item-content li {
  color: #fff;
}
.rh-price-item:is(.popular) .item-btn a {
  z-index: 1;
  color: var(--rh-prime-c);
  background: linear-gradient(91.44deg, #000000 1.83%, #313131 98.74%);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.56);
          box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.56);
  position: relative;
}
.rh-price-item:is(.popular) .item-btn a:before {
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px -3px 8px 0px rgba(255, 255, 255, 0.48) inset;
          box-shadow: 0px -3px 8px 0px rgba(255, 255, 255, 0.48) inset;
  position: absolute;
}

/*---------------------------------------------------- */
/*static area*/
/*----------------------------------------------------*/
.rh-static-sec .rh-sec-title {
  max-width: 695px;
}

.rh-static-item1 {
  z-index: 1;
  width: 100%;
  padding: 35px;
  max-width: 802px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item1 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .rh-static-item1 {
    padding: 15px;
  }
}
.rh-static-item1 .inner-item h3 {
  line-height: 1;
  font-size: 72px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.2);
}
.rh-static-item1 .inner-item .item-text {
  margin-top: 155px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item1 .inner-item .item-text {
    margin-top: 30px;
  }
}
.rh-static-item1 .inner-item .item-text h4 {
  font-size: 24px;
  font-weight: 600;
  max-width: 245px;
  padding-bottom: 18px;
  color: var(--rh-title-color);
}
.rh-static-item1 .inner-item .item-text p {
  max-width: 645px;
}
.rh-static-item1 .rh-static-gallery1 {
  top: 30px;
  width: 100%;
  z-index: -1;
  right: -10px;
  max-width: 550px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item1 .rh-static-gallery1 {
    position: static;
    margin-bottom: 30px;
    text-align: center;
  }
}
.rh-static-item1 .rh-static-gallery1 li .item-img {
  width: 180px;
  height: 184px;
  overflow: hidden;
  border-radius: 6px;
  border: 4px solid #fff;
  -webkit-box-shadow: -8px 7px 20px 0px rgba(0, 0, 0, 0.3215686275);
          box-shadow: -8px 7px 20px 0px rgba(0, 0, 0, 0.3215686275);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item1 .rh-static-gallery1 li .item-img {
    -webkit-transform: rotate(0) translateY(0) !important;
            transform: rotate(0) translateY(0) !important;
  }
}
@media (max-width: 480px) {
  .rh-static-item1 .rh-static-gallery1 li .item-img {
    width: 130px;
  }
  .rh-static-item1 .rh-static-gallery1 li .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.rh-static-item1 .rh-static-gallery1 li:nth-child(1) .item-img {
  -webkit-transform: rotate(-15deg) translateY(62px);
          transform: rotate(-15deg) translateY(62px);
}
.rh-static-item1 .rh-static-gallery1 li:nth-child(2) .item-img {
  -webkit-transform: rotate(-15deg) translateX(-88px) translateY(-88px);
          transform: rotate(-15deg) translateX(-88px) translateY(-88px);
}
.rh-static-item1 .rh-static-gallery1 li:nth-child(3) .item-img {
  -webkit-transform: rotate(16deg) translateX(-150px) translateY(-45px);
          transform: rotate(16deg) translateX(-150px) translateY(-45px);
}
.rh-static-item1 .rh-static-gallery1 li:nth-child(4) .item-img {
  -webkit-transform: rotate(-10deg) translateX(200px) translateY(-125px);
          transform: rotate(-10deg) translateX(200px) translateY(-125px);
}
.rh-static-item1 .rh-static-gallery1 li:nth-child(5) .item-img {
  -webkit-transform: rotate(16deg) translateX(95px) translateY(-170px);
          transform: rotate(16deg) translateX(95px) translateY(-170px);
}

.rh-static-top {
  gap: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rh-static-item2 {
  width: 100%;
  max-width: 586px;
  overflow: hidden;
  border-radius: 12px;
  height: 431px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-static-item2 {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item2 {
    max-width: 100%;
  }
}
.rh-static-item2 .item-inner {
  max-width: 292px;
}
.rh-static-item2 .item-text {
  margin-bottom: 75px;
}
.rh-static-item2 .item-text h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 800;
  padding-bottom: 20px;
}
.rh-static-item2 .item-text p {
  color: rgba(255, 255, 255, 0.8);
}
.rh-static-item2 .item-img {
  padding-right: 35px;
}
.rh-static-item2 .item-img img {
  mix-blend-mode: luminosity;
}
.rh-static-item2 .shadow-shape {
  left: -35%;
  bottom: -35%;
}

.rh-st-item-wrapper {
  gap: 12px;
  width: 100%;
  max-width: 628px;
  height: 387px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-st-item-wrapper {
    max-width: 100%;
  }
}

.rh-static-bottom {
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-st-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rh-static-item3 {
  width: 240px;
  border-radius: 6px;
  border: 6px solid #fff;
}
.rh-static-item3 img, .rh-static-item3 video {
  border-radius: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item3 {
    width: 100%;
    height: 400px;
  }
}

.rh-static-item4 {
  width: 100%;
  padding: 40px;
  overflow: hidden;
  max-width: 377px;
  border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-static-item4 {
    height: 388px;
  }
}
.rh-static-item4 .item-text {
  max-width: 295px;
}
.rh-static-item4 .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 68px;
  padding-bottom: 14px;
}
.rh-static-item4 .item-text p {
  color: #FFFFFF;
}

.rh-static-img-wrap {
  left: -10px;
  width: 115%;
  bottom: -50px;
  position: absolute;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.rh-static-img-wrap .item-wrap1,
.rh-static-img-wrap .item-wrap2,
.rh-static-img-wrap .item-wrap3 {
  margin-bottom: -10px;
  display: flow-root;
}
.rh-static-img-wrap .item-img1 {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.rh-static-img-wrap .item-img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rh-static-item5 {
  width: 100%;
  padding: 14px;
  max-width: 760px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rh-static-item5 {
    max-width: 500px;
  }
}
.rh-static-item5 .rh-st-exp-text {
  gap: 15px;
  padding: 15px;
}
@media (max-width: 480px) {
  .rh-static-item5 .rh-st-exp-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rh-static-item5 .rh-st-exp-text h2 {
  line-height: 1;
  font-size: 68px;
  font-weight: 800;
  color: var(--rh-prime-c);
  text-shadow: 2px 2px #000000;
}
.rh-static-item5 .rh-st-exp-text .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}

.rh-st-gallery2 {
  border-radius: 12px;
  padding: 16px 16px 12px;
  background-color: #F5F5F5;
}
.rh-st-gallery2 .inner-gallery {
  display: flow-root;
}
.rh-st-gallery2 .gallery-img {
  width: 203px;
  height: 226px;
  margin: 0px 4px;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.rh-project-item .item-img {
  clip-path: polygon(36.931% 14.638%, 0% 14.638%, 0% 100%, 58.346% 100%, 58.346% 100%, 58.446% 99.997%, 58.545% 99.987%, 58.644% 99.972%, 58.743% 99.95%, 58.841% 99.922%, 58.939% 99.887%, 59.035% 99.847%, 59.131% 99.8%, 59.226% 99.748%, 59.32% 99.689%, 73.753% 90.147%, 73.753% 90.147%, 73.849% 90.088%, 73.945% 90.034%, 74.043% 89.987%, 74.142% 89.946%, 74.241% 89.912%, 74.341% 89.884%, 74.442% 89.862%, 74.543% 89.847%, 74.644% 89.839%, 74.745% 89.837%, 100% 90.138%, 100% 0%, 45.639% 4.163%, 45.639% 4.163%, 45.451% 4.188%, 45.265% 4.236%, 45.083% 4.306%, 44.904% 4.396%, 44.729% 4.508%, 44.559% 4.639%, 44.395% 4.791%, 44.237% 4.962%, 44.086% 5.152%, 43.941% 5.361%, 38.749% 13.435%, 38.749% 13.435%, 38.595% 13.657%, 38.433% 13.857%, 38.263% 14.036%, 38.087% 14.193%, 37.905% 14.327%, 37.718% 14.437%, 37.526% 14.524%, 37.33% 14.587%, 37.131% 14.625%, 36.931% 14.638%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-project-item .item-img {
    clip-path: none;
    height: 570px;
  }
}
.rh-project-item .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.rh-project-item .item-text {
  top: 25%;
  left: 14%;
  width: 100%;
  padding: 40px;
  max-width: 486px;
  border-radius: 12px;
  position: absolute;
  background: rgba(0, 0, 0, 0.3215686275);
  backdrop-filter: blur(10px);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-project-item .item-text {
    left: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-project-item .item-text {
    max-width: 100%;
    position: static;
    border-radius: 0;
    background-color: #000;
  }
}
.rh-project-item .item-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 70px;
}
.rh-project-item .item-text h3:hover {
  letter-spacing: 1px;
}
.rh-project-item .item-text p {
  color: #fff;
  padding-bottom: 16px;
}
.rh-project-item .item-text span {
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.8);
}
.rh-project-item .item-text span b {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-left: 5px;
}

.rh-project-thumbnail {
  top: 50%;
  right: 40px;
  z-index: 2;
  height: 448px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-project-thumbnail {
    display: none;
  }
}
.rh-project-thumbnail .rh-pro-more {
  z-index: 2;
  right: 11px;
  bottom: 12px;
  position: absolute;
}
.rh-project-thumbnail .rh-pro-more a {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--rh-prime-c);
}

.rh-project-thumb {
  height: 448px;
  padding-top: 12px;
  padding-right: 12px;
}
.rh-project-thumb:before {
  top: 0;
  right: 0;
  height: 100%;
  width: 88px;
  content: "";
  position: absolute;
  border-radius: 66px;
  background: rgba(0, 0, 0, 0.2392156863);
  backdrop-filter: blur(16px);
}
.rh-project-thumb .swiper-slide {
  height: 64px !important;
}
.rh-project-thumb .swiper-slide:is(.swiper-slide-thumb-active) .rh-pro-thumb .item-icon {
  background-color: #fff;
  -webkit-box-shadow: -2px -2px 4px 0px #000000 inset;
          box-shadow: -2px -2px 4px 0px #000000 inset;
}
.rh-project-thumb .swiper-slide:is(.swiper-slide-thumb-active) .rh-pro-thumb .item-icon svg path {
  fill: #000;
}
.rh-project-thumb .swiper-slide:is(.swiper-slide-thumb-active) .rh-pro-thumb .item-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.rh-pro-thumb {
  gap: 32px;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.rh-pro-thumb .item-icon {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #313131;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.3215686275) inset;
          box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.3215686275) inset;
}
.rh-pro-thumb .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-pro-thumb .item-text {
  opacity: 0;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  visibility: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-pro-thumb .item-text {
    color: #000;
  }
}

.swiper-slide-active .rh-project-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .rh-project-item .item-text {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
@-webkit-keyframes hithere {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40%, 60% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hithere {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40%, 60% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rh-sponsor-img .item-img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rh-sponsor-img .item-img img {
  opacity: 0.6;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-sponsor-img:hover .item-img {
  -webkit-animation: hithere 1s ease infinite;
          animation: hithere 1s ease infinite;
}
.rh-sponsor-img:hover .item-img img {
  opacity: 1;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.rh-blog-top {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rh-blog-top .rh-sec-title {
  max-width: 605px;
}
.rh-blog-top .desc-text {
  color: #000000;
  max-width: 530px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-blog-top .desc-text {
    text-align: left !important;
  }
}

.rh-blog-item {
  padding: 16px;
  margin-bottom: 30px;
  background-color: #fff;
  clip-path: polygon(100% 92.96%, 100% 92.96%, 99.992% 93.12%, 99.968% 93.278%, 99.929% 93.433%, 99.874% 93.585%, 99.805% 93.733%, 99.721% 93.877%, 99.623% 94.015%, 99.512% 94.148%, 99.386% 94.274%, 99.248% 94.394%, 95.899% 97.069%, 92.692% 99.425%, 92.692% 99.425%, 92.537% 99.531%, 92.372% 99.627%, 92.199% 99.712%, 92.019% 99.787%, 91.832% 99.851%, 91.639% 99.904%, 91.442% 99.946%, 91.24% 99.976%, 91.035% 99.994%, 90.827% 100%, 2.697% 100%, 2.697% 100%, 2.259% 99.973%, 1.844% 99.895%, 1.457% 99.769%, 1.104% 99.601%, 0.79% 99.394%, 0.52% 99.153%, 0.301% 98.882%, 0.137% 98.585%, 0.035% 98.267%, 0% 97.931%, 0% 7.04%, 0% 7.04%, 0.008% 6.88%, 0.032% 6.722%, 0.071% 6.567%, 0.126% 6.415%, 0.195% 6.267%, 0.279% 6.123%, 0.377% 5.985%, 0.488% 5.852%, 0.614% 5.726%, 0.752% 5.606%, 4.101% 2.931%, 7.308% 0.575%, 7.308% 0.575%, 7.463% 0.469%, 7.628% 0.373%, 7.801% 0.288%, 7.981% 0.213%, 8.168% 0.149%, 8.361% 0.096%, 8.558% 0.054%, 8.76% 0.024%, 8.965% 0.006%, 9.173% 0%, 97.303% 0%, 97.303% 0%, 97.741% 0.027%, 98.156% 0.105%, 98.543% 0.231%, 98.896% 0.399%, 99.21% 0.606%, 99.48% 0.847%, 99.699% 1.118%, 99.863% 1.415%, 99.965% 1.733%, 100% 2.069%, 100% 92.96%);
}
.rh-blog-item .item-img {
  height: 400px;
  width: 100%;
  margin-bottom: 30px;
  clip-path: polygon(100% 92.195%, 100% 92.195%, 99.994% 92.349%, 99.977% 92.502%, 99.949% 92.652%, 99.91% 92.799%, 99.86% 92.942%, 99.8% 93.081%, 99.729% 93.215%, 99.649% 93.343%, 99.559% 93.465%, 99.46% 93.581%, 96.563% 96.694%, 93.782% 99.445%, 93.782% 99.445%, 93.67% 99.547%, 93.552% 99.639%, 93.428% 99.722%, 93.299% 99.794%, 93.164% 99.856%, 93.026% 99.907%, 92.884% 99.947%, 92.739% 99.976%, 92.591% 99.994%, 92.442% 100%, 1.937% 100%, 1.937% 100%, 1.623% 99.974%, 1.325% 99.898%, 1.047% 99.777%, 0.793% 99.614%, 0.567% 99.414%, 0.374% 99.181%, 0.216% 98.919%, 0.099% 98.632%, 0.025% 98.324%, 0% 98%, 0% 7.805%, 0% 7.805%, 0.006% 7.651%, 0.023% 7.498%, 0.051% 7.348%, 0.09% 7.201%, 0.14% 7.058%, 0.2% 6.919%, 0.271% 6.785%, 0.351% 6.657%, 0.441% 6.535%, 0.54% 6.419%, 3.437% 3.306%, 6.218% 0.556%, 6.218% 0.556%, 6.329% 0.453%, 6.448% 0.361%, 6.572% 0.278%, 6.701% 0.206%, 6.836% 0.144%, 6.974% 0.093%, 7.116% 0.053%, 7.261% 0.024%, 7.409% 0.006%, 7.558% 0%, 98.063% 0%, 98.063% 0%, 98.377% 0.026%, 98.675% 0.102%, 98.953% 0.223%, 99.207% 0.386%, 99.433% 0.586%, 99.626% 0.819%, 99.784% 1.081%, 99.901% 1.368%, 99.975% 1.676%, 100% 2%, 100% 92.195%);
}
.rh-blog-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-blog-item .item-text {
  padding-left: 8px;
  padding-bottom: 12px;
}
.rh-blog-item .item-text .item-meta {
  margin-bottom: 16px;
}
.rh-blog-item .item-text .item-meta a {
  color: #A37733;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 4px;
  background-color: #F8EBD6;
}
.rh-blog-item .item-text .item-meta a:last-child {
  color: #666666;
  margin-right: 0;
  background-color: #E5E5E5;
}
.rh-blog-item .item-text h3 {
  font-size: 24px;
  font-weight: 500;
}
.rh-blog-item:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rh-blog-more {
  z-index: 1;
}
.rh-blog-more .rh-blog-shape {
  left: 0;
  top: -12px;
  z-index: -1;
  overflow: hidden;
  position: absolute;
}

/*---------------------------------------------------- */
/*Testi area*/
/*----------------------------------------------------*/
.rh-testi-sec .rh-testi-wrapper {
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-testi-sec .rh-testi-wrapper {
    padding-bottom: 120px;
  }
}
.rh-testi-sec .rh-testi-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rh-testi-sec .rh-testi-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 788px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.02%, #F5F5F5), color-stop(43.75%, rgba(245, 245, 245, 0.88)), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(180deg, #F5F5F5 12.02%, rgba(245, 245, 245, 0.88) 43.75%, rgba(245, 245, 245, 0) 100%);
}
.rh-testi-sec .rh-sec-title {
  margin: 0 auto;
  max-width: 780px;
}

.rh-testi-content {
  gap: 2px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-testi-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rh-testi-img {
  width: 20%;
  z-index: 3;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-testi-img {
    display: none;
  }
}

.rh-testi-item {
  padding: 30px;
  max-width: 20%;
  border-radius: 6px;
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-testi-item {
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rh-testi-item {
    max-width: 48%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-testi-item {
    max-width: 100%;
  }
}
.rh-testi-item:nth-child(1) {
  background: rgba(255, 255, 255, 0.3);
}
.rh-testi-item:nth-child(2) {
  background: rgba(255, 255, 255, 0.65);
}
.rh-testi-item:nth-child(4) {
  z-index: 2;
  background: rgba(255, 255, 255, 0.65);
}
.rh-testi-item:nth-child(5) {
  background: rgba(255, 255, 255, 0.3);
}
.rh-testi-item li {
  color: #FFAA00;
  font-size: 16px;
}
.rh-testi-item p {
  color: #000000;
  padding-top: 18px;
  padding-bottom: 75px;
}
.rh-testi-item .rh-auth {
  gap: 15px;
}
.rh-testi-item .rh-auth .item-img {
  width: 80px;
  height: 98px;
  overflow: hidden;
  border-radius: 6px;
}
.rh-testi-item .rh-auth .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
.rh-testi-item .rh-auth .item-text span {
  font-size: 15px;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.rh-footer-sec {
  z-index: 1;
  background-color: #000;
}
.rh-footer-sec .rh-ftr-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 85%;
  width: 100%;
}
.rh-footer-sec .rh-ftr-bg img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.rh-footer-sec:before {
  left: 0;
  top: 250px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rh-footer-widget-area {
  width: 100%;
  max-width: 660px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-footer-widget-area {
    max-width: 100%;
  }
}

.rh-footer-widget-wrap {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-footer-widget-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rh-footer-widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
  color: var(--rh-prime-c);
}
.rh-footer-widget .menu-widget {
  width: 175px;
}
.rh-footer-widget .menu-widget li {
  margin-bottom: 12px;
}
.rh-footer-widget .menu-widget li a {
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.rh-footer-widget .menu-widget li a:before {
  left: 0;
  width: 0%;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}
.rh-footer-widget .menu-widget li a:hover:before {
  width: 100%;
}
.rh-footer-widget .cta-widget {
  max-width: 196px;
  margin-left: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-footer-widget .cta-widget {
    margin-left: 0;
  }
}
.rh-footer-widget .cta-widget .item-cta {
  gap: 16px;
}
.rh-footer-widget .cta-widget .item-cta .ct-icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--rh-prime-c);
}
.rh-footer-widget .cta-widget .item-cta .ct-text {
  color: #fff;
  font-size: 14px;
  max-width: 147px;
}
.rh-footer-widget .cta-widget a {
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  white-space: nowrap;
}
.rh-footer-widget .cta-widget a:hover {
  color: var(--rh-prime-c);
}

.rh-footer-contact {
  width: 100%;
  padding: 60px;
  max-width: 580px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rh-footer-contact {
    max-width: 470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-footer-contact {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .rh-footer-contact {
    padding: 30px;
  }
}
.rh-footer-contact h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 40px;
}
.rh-footer-contact .input-field {
  margin-bottom: 40px;
}
.rh-footer-contact .input-field label {
  color: #FFFFFF;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.rh-footer-contact .input-field input, .rh-footer-contact .input-field textarea {
  width: 100%;
  height: 40px;
  border: none;
  padding-bottom: 5px;
  background-color: transparent;
  border-bottom: 2px solid rgba(217, 217, 217, 0.24);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-footer-contact .input-field input::-webkit-input-placeholder, .rh-footer-contact .input-field textarea::-webkit-input-placeholder {
  opacity: 0.56;
}
.rh-footer-contact .input-field input::-moz-placeholder, .rh-footer-contact .input-field textarea::-moz-placeholder {
  opacity: 0.56;
}
.rh-footer-contact .input-field input:-ms-input-placeholder, .rh-footer-contact .input-field textarea:-ms-input-placeholder {
  opacity: 0.56;
}
.rh-footer-contact .input-field input::-ms-input-placeholder, .rh-footer-contact .input-field textarea::-ms-input-placeholder {
  opacity: 0.56;
}
.rh-footer-contact .input-field input::placeholder, .rh-footer-contact .input-field textarea::placeholder {
  opacity: 0.56;
}
.rh-footer-contact .input-field input:focus, .rh-footer-contact .input-field textarea:focus {
  border-bottom: 2px solid rgb(217, 217, 217);
}
.rh-footer-contact .input-field textarea {
  height: 80px;
  padding-top: 10px;
}
.rh-footer-contact button {
  gap: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-footer-contact button span {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  padding: 16px 24px 18px;
  background-color: var(--rh-prime-c);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-footer-contact button span i {
  top: 12px;
  right: 0px;
  width: 18px;
  height: 16px;
  content: "";
  border-radius: 10px;
  position: absolute;
}
.rh-footer-contact button span i svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-footer-contact button .btn-icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--rh-prime-c);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 4px solid var(--rh-prime-c);
  background-color: var(--rh-title-color);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rh-footer-contact button:hover {
  gap: 0;
}
.rh-footer-contact button:hover span {
  background-color: #fff;
}
.rh-footer-contact button:hover span i svg path {
  fill: #fff;
}
.rh-footer-contact button:hover .btn-icon {
  border: 4px solid #fff;
}

.rh-copyright-text {
  font-size: 16px;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.64);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .rh-copyright-text {
    margin-top: 20px;
  }
}
.rh-copyright-text a {
  color: rgb(255, 255, 255);
}

.rh-footer-text {
  display: flow-root;
}
.rh-footer-text h2 {
  color: #fff;
  line-height: 1;
  font-size: 104px;
  font-weight: 800;
  letter-spacing: 3px;
  display: inline-block;
}
.rh-footer-text h2 span {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.rh-footer-text i {
  width: 116px;
  height: 116px;
  overflow: hidden;
  margin: 0px 15px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.rh-footer-text:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/******* INNER PAGE *******/
/*Breadcrumb area*/
/*----------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-top: 80px;
  }
}

.sn-breadcrumb-sec .sn-breadcrumb-wrapper {
  overflow: hidden;
}

.sn-breadcrumb-content {
  padding: 130px 0px;
  padding-top: 180px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-content {
    padding: 75px 0px;
  }
}

.sn-breadcrumb-content .bread_title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-breadcrumb-content .bread_tiftle {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 42px;
  }
}

@media (max-width: 360px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 36px;
  }
}

.sn-breadcrumb-content ul {
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  font-family: var(--rh-heading);
  border: 1px solid rgba(96, 91, 255, 0.2392156863);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.sn-breadcrumb-content ul li {
  position: relative;
  margin-right: 38px;
  color: rgba(0, 0, 0, 0.52);
}

.sn-breadcrumb-content ul li:before {
  top: 2px;
  right: -35px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url(../img/ic22.svg);
  background-repeat: no-repeat;
}

.sn-breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.sn-breadcrumb-content ul li:last-child:before {
  display: none;
}

.sn-breadcrumb-content ul li a {
  color: rgb(0, 0, 0);
}

.sn-breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

.sn-breadcrumb-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  z-index: -1;
  opacity: .6;
}

/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--rh-prime-c);
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--rh-prime-c);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--rh-prime-c);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--rh-body-font);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--rh-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--rh-prime-c);
  background: var(--rh-prime-c);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/
.b-thumbnail-wrap {
  padding-top: 100px;
}
section#sn-b-thumbnail {
  background: #000;
}
@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail-wrap {
    padding-top: 80px;
  }
}

.b-thumbnail {
  margin: 0 auto;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
  margin-left: -150px;
  margin-right: -150px;
}

.sn-b-details-content p {
  margin-bottom: 30px;
}

p.form-submit {
  display: none;
}

.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid #34C9FF;
  border-right: 4px solid #FF9951;
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}

.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--rh-prime-c);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--rh-prime-c);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}

.art-b-comment-form button {
  z-index: 1;
  padding: 0;
  border: none;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: var(--rh-prime-c);
}

.art-b-comment-form button span {
  border-radius: 10px;
  padding: 14px 25px;
  position: relative;
}

.art-b-comment-form button span:after {
  top: 2px;
  left: 1.7px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 11px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(46.15%, #DDD1DC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDD1DC 46.15%, #FFFFFF 100%);
}

.art-b-comment-form button:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.art-b-comment-form button:hover:before {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}
/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */