@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #ffb300;
  --heading-color: #1C1C25;
  --primary-black-color: #1C1C25;
  --gray-color: #F7F5EF;
  --white-color: #ffffff;
  --text-color: #797E88;
  --border-color: #D8DDE1;
  --heading-font: "Montserrat","Cal Sans", sans-serif;
  --body-font: "Montserrat","Plus Jakarta Sans", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1,.h1 {
  font-size: 65px;
  line-height: 1.15em;
}

h2,.h2 {
  font-size: 46px;
  line-height: 1.25em;
}

h3,.h3 {
  font-size: 30px;
  line-height: 1.33em;
}

h4,.h4 {
  font-size: 24px;
  line-height: 1.3em;
}

h5,.h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6,.h6 {
  font-size: 16px;
  line-height: 28px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

.home-one main {
  margin-top: 157px;
}
@media (max-width: 767.98px) {
  .home-one main {
    margin-top: 130px;
  }
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/

#smooth-wrapper {
  z-index: 1;
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1,.text-white .h6,
.text-white .h5,
.text-white .h4,
.text-white .h3,
.text-white .h2, .text-white .h1  {
  color: var(--white-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

/* Section Title */
.sub-title {
  font-size: 16px;
  line-height: 1;
  font-family: var(--body-font);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 14px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .sub-title {
    font-size: 16px;
  }
}

.section-title .sub-title {
  color: #b71c22;
  margin-bottom: 12px;
}
.section-title .title {
  font-size: 30px;font-weight: 700;color: #000;
  margin-bottom: 20px; text-transform:capitalize;
}
@media (max-width: 1650px) {
  .section-title .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title .title {
    font-size: 32px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title .title {
    font-size: 26px;
    line-height: 1.4em;
  }
}

.text-white .sub-title {
  color: var(--primary-color);
}
.text-white .sub-title:after {
  background-color: var(--primary-color);
}

/* Check List */
.check-list li {
  position: relative;
  font-weight: 500;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list.style-one i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-one img {
  margin-right: 10px;
}
.check-list.style-two li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 10px;
  margin-right: 10px;
  color: var(--white-color);
  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;
}
.check-list.style-three li {
  padding-left: 15px;
}
.check-list.style-three li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* Floating Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Ratings */
.ratings i {
  color: #FF6633;
}

/* Pagination */
.theme-pagination ul .page-numbers {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.theme-pagination ul .page-numbers {
  width: auto;
  height: 40px;line-height: 40px; text-align: center;padding: 0 15px;
  border: 1px solid var(--border-color);
  float: left;
	
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: var(--heading-color);
}
.theme-pagination ul .page-numbers:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.theme-pagination ul .page-numbers.current{
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  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;
  background-color: var(--white-color);
}
.preloader .loading, .preloader .loading-wrapper {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loading-wrapper {
  margin: 40px auto;
}
.preloader .loading-wrapper .loading {
  border: 1px solid transparent;
  border-color: transparent var(--primary-black-color) transparent var(--primary-black-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-wrapper #loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading-wrapper #loading-icon img {
  width: 40px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1000;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.renvia-offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 350px;
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -350px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
  z-index: 999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.renvia-offcanvas-panel .panel-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.renvia-offcanvas-panel .panel-header .brand-logo {
  max-width: 150px;
}
.renvia-offcanvas-panel .panel-header .panel-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  color: var(--white-color);
  background-color: var(--primary-color);
  cursor: pointer;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .location {
  color: var(--white-color);
  margin-bottom: 10px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .location i {
  color: var(--primary-color);
  margin-right: 8px;
}
.renvia-offcanvas-panel .panel-box .renvia-project-item .project-thumbnail .project-content .title {
  color: var(--white-color);
  font-size: 22px;
}
.renvia-offcanvas-panel .panel-box form {
  padding-bottom: 20px;
}
.renvia-offcanvas-panel .panel-box .form_control {
  border-radius: 28px;
  border: 1px solid var(--border-color);
  padding: 12px 170px 12px 25px;
}
.renvia-offcanvas-panel .panel-box .theme-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.renvia-offcanvas-panel .panel-box .theme-btn.style-one {
  padding: 11px 20px;
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-family: var(--body-font);
  padding: 18px 30px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn i {
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-one {
    padding: 15px 30px;
  }
}

.theme-btn.style-two {
  background-color: #ffb300;
  color: var(--white-color);
}
.theme-btn.style-two:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-two {
    padding: 15px 30px;
  }
}

.theme-btn.style-three {
  background-color: #b71c22;
  color: var(--white-color);
}
.theme-btn.style-three:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-three {
    padding: 15px 30px;
  }
}


.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.read-more.style-one {
  position: relative;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.read-more.style-one:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
}
.read-more.style-one i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}
.read-more.style-one:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.read-more.style-one:hover:after {
  left: auto;
  right: 0;
  background-color: var(--primary-color);
}
.read-more.style-two {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 700;
}
.read-more.style-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
}
.read-more.style-two:hover .icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
}

/*  Header Area */
.header-area {
  position: relative;
  z-index: 9999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .header-navigation .site-branding {
    max-width: 150px;
  }
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  color: #000;
  padding: 40px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 380px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #000;
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;color: #000;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
	
	
	

	
	
	
	
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    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: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-menu-bottom h5,.header-navigation .theme-menu-bottom .h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    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;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;position: relative; z-index: 11;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .offcanvas-toggle {
  width: 55px;
  height: 55px;
  border-radius: 50%;position: relative; z-index: 11;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--white-color);
  cursor: pointer;
  color: var(--white-color);
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle {
    display: none;
  }
}
.nav-right-item .theme-btn {
  margin-left: 30px;position: relative; z-index: 11;
  padding: 18px 40px;
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .theme-btn {
    padding: 15px 40px;
  }
}


.tp-header-top{width:100%; height:auto; margin:0;padding:10px 0; background: #fff; border-bottom: 1px solid rgba(255,255,255,.2); display: inline-block;  position: relative;  z-index: 9999;}
.tp-header-top .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1650px) {
.tp-header-top .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
.tp-header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
.tp-header-top{display: none;}

}


.tp-header-top-info ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tp-header-top-info ul li {
  font-weight: 400;
  font-size: 14px;line-height: 30px;
  color: #666;
  list-style: none;
  display: flex;
  align-items: center;
}
.tp-header-top-info ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-header-top-info ul li a:hover {
  color: #f22f37;
}
.tp-header-top-info ul li a i {
  color:#f22f37;line-height: 30px;font-size: 18px;
}
.tp-header-top-info ul li .tp-border {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
}



.tp-header-top .tp-header-top-right .social-box a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #1F2432;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  z-index: 1;
}
.tp-header-top .tp-header-top-right .social-box a:not(:last-child) {
  margin-right: 6px;
}
.tp-header-top .tp-header-top-right .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}

ul.tp-header-list{width: auto; height: auto; float: right; margin: 0; padding: 0;}
ul.tp-header-list li{width: auto; height: auto; float: right; margin: 0; padding: 0 20px; margin-right: 10px; border: 1px solid #e3e3e3; text-align: center; color: #666; font-size: 14px; border-radius: 50px; }

ul.tp-header-list li:hover{background: #ffb300; color: #fff;border: 1px solid #ffb300; font-size: 14px; border-radius: 50px; }



.tp-header-top-lang{width: 100px; position: relative; display: block;}
.tp-header-top-selected-lang{width: 100px; position: relative; display: block; font-size: 16px; font-weight: 800; color: #666;z-index: 999999;}

.tp-header-top-selected-lang::after {
  position: absolute;
  transition: all 0.3s ease;
  content: "\f107";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  font-family:"Font Awesome 5 Pro";
}
.tp-header-top-lang-list {
  position: absolute;
  top: 120%;
  right: 0;
  background-color:#fff;display: block;
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  transition: all 0.2s ease-out 0s;z-index: 999999;
}
.tp-header-top-lang-list li {
  list-style: none;
  color: #ffb300;display: block;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;z-index: 999999;
}
.tp-header-top-lang-list li:hover {
  color: #ffb300;
}
.tp-header-top-lang:hover .tp-header-top-lang-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.tp-header-top-right {
  gap: 30px;
}
.tp-header-top-right-border {
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.tp-header-top-spacing {
  padding: 12px 0px;
}
.tp-header-left {
  gap: 96px;
}
@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), (max-width: 574.98px) {
  .tp-header-left {
    gap: 40px;
  }
}












.header-one { border-top: 1px solid rgba(0,0,0,.1);background: #fff;}
.header-one .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1650px) {
  .header-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-one .header-navigation {
  width: 100%; height: auto;
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    padding: 15px 20px;
    border-radius: 50px;
  }
}
.header-one .nav-right-item .offcanvas-toggle {
  color: #fff;
  border-color: #fff;position: relative; z-index: 11;
}


.header-one .brand-logo{display: block;}
.header-one .brand-logo-1{display: none;}




.header-two .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .header-two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-two .header-navigation .main-menu ul > li > a {
  color: #000;
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-two .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

.header-three .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-three .header-navigation {
  border-bottom: 1px solid var(--border-color);
}
.header-three .nav-right-item .offcanvas-toggle {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

/* Header Style Four */
.header-four {
  margin-top: 25px;
}
.header-four .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .header-four .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-four .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-four .header-navigation {
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.26);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  padding: 0 40px;
}
@media screen and (max-width: 1199.98px) {
  .header-four .header-navigation {
    backdrop-filter: inherit;
    padding: 10px 15px;
  }
}
.header-four .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-four .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-four .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-four .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-four .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-four .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-four .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-four .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Sticky Header */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;transition: 0.6s;
}
.sticky.header-one {
  background-color: var(--white-color);
}


.sticky.header-one .brand-logo{display: none;}
.sticky.header-one .brand-logo-1{display: block;}


.sticky.header-one .header-navigation .main-menu ul > li > a { 
  color: #000;
}

.sticky.header-one .nav-right-item .offcanvas-toggle {
  color: #000;
  border-color: #000;
}



.sticky.header-two {
  background-color: var(--heading-color);
}
.sticky.header-three {
  background-color: var(--white-color);
}
.sticky.header-four {
  background-color: var(--heading-color);
}
.sticky.header-four .header-navigation {
  border-radius: 0;
  border: none;
  background-color: inherit;
  backdrop-filter: inherit;
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .sticky.header-four .header-navigation {
    padding: 10px 0;
  }
}
.sticky.header-four .nav-right-item .nav-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/*======================
    Hero Section  CSS
=======================*/
/* Avatar Box */

.renvia-avatar-box {
background: rgba(255, 174, 0, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 40px;

}
.exp-bottom{padding:0 0 20px 0; margin-bottom: 30px; width: 100%; height: auto; font-size: 18px; font-weight: 700; line-height: 30px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2)}
.renvia-avatar-box .avatar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.renvia-avatar-box .avatar-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-avatar-box .avatar-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-avatar-box .avatar-list ul li:not(:first-child) {
  margin-left: 8px;
}
.renvia-avatar-box .avatar-list ul li img {
  width: 55px;
  height: 55px;
  border: 3px solid rgba(255,255,255,0.4);
  border-radius: 50%;
}
.renvia-avatar-box .avatar-list ul li span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white-color);
  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;
}

.renvia-hero_one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.renvia-hero_one .hero-dots {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0px 20px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 179, 0, 0.25);
  background-color: rgba(255, 179, 0, 0.15);
  backdrop-filter: blur(5px);
}





.renvia-hero_one .hero-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.renvia-hero_one .hero-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-hero_one .hero-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-dots {
   position: absolute;
  bottom: 30px;top: auto;
  right: 30px;
  z-index: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  padding: 0px 20px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 179, 0, 0.25);
  background-color: rgba(255, 179, 0, 0.15);
  backdrop-filter: blur(5px);
  }
}


.renvia-hero_one .renvia-avatar-box {
  position: absolute;
  right: 60px;
  bottom: 120px;
  z-index: 1;
}






@media (max-width: 1360px) {
  .renvia-hero_one .renvia-avatar-box {display: none;
  }
}

.renvia-hero_one .renvia-avatar-box .avatar-list .text p {
  color: var(--white-color);
  margin-top: 5px;
}
.renvia-hero_one .single-slider {
  position: relative;
  z-index: 1;
  padding:100px 0 0 0; height: auto;
}

.renvia-hero_one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  z-index: -1;
}
/*
.renvia-hero_one .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(69, 171, 105, 0.00) 19.79%, rgba(0, 58, 113, 0.85) 83.96%);
  z-index: -1;
}

*/

.renvia-hero_one .pcimg{width: 100%; height: auto; margin: 0; padding: 0; position: relative;}
.renvia-hero_one .pcimg img{width: 100%; height: auto;}

.renvia-hero_one .hero-content {position: absolute; top: 300px; left: 0; width: 100%; height: auto;  }

@media (max-width: 1520px) {
 
.renvia-hero_one .hero-content {position: absolute; top: 200px; left: 0; width: 100%; height: auto;  }
}

@media (max-width: 1280px) {
 
.renvia-hero_one .hero-content {position: absolute; top: 200px; left: 0; width: 100%; height: auto;  }
}





@media (max-width: 991px) {

	.renvia-hero_one .pcimg img{width: 100%; height: 500px; object-fit: cover;}
}
.renvia-hero_one .hero-content .tag-line {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 991px) {
  .renvia-hero_one .hero-content .tag-line {
    display: none;
  }
}

.renvia-hero_one .hero-content h1,.renvia-hero_one .hero-content .h1,.renvia-hero_one .hero-content .title {
  font-size: 46px;font-weight: 700; text-transform:uppercase;
  line-height: 60px;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 1441px) {
  .renvia-hero_one .hero-content h1,.renvia-hero_one .hero-content .h1,.renvia-hero_one .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width:1280px) {
  .renvia-hero_one .hero-content h1,.renvia-hero_one .hero-content .h1,.renvia-hero_one .hero-content .title {
    font-size:32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_one .hero-content h1,.renvia-hero_one .hero-content .h1,.renvia-hero_one .hero-content .title {
    font-size: 26px;
    line-height: 30px;margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content h1,.renvia-hero_one .hero-content .h1,.renvia-hero_one .hero-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.renvia-hero_one .hero-content p {
  color: #666;
  max-width: 650px; font-size: 18px;line-height: 25px; height: 50px; overflow: hidden;
  margin-bottom: 80px;
}

@media (max-width: 1441px) {
  .renvia-hero_one .hero-content p {
    margin-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .renvia-hero_one .hero-content p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content p {
    margin-bottom: 40px;
  }
}

.renvoa-hero_two {
  padding: 310px 0 240px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .renvoa-hero_two {
    padding: 150px 0 100px;
  }
}
.renvoa-hero_two .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-image {
    display: none;
  }
}
.renvoa-hero_two .hero-image img {
  width: 100%;
  height: 100%;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1650px) {
  .renvoa-hero_two .hero-image img {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.renvoa-hero_two .hero-image:after {
  position: absolute;
  left: 70px;
  bottom: -80px;
  content: "";
  width: 100px;
  height: 580px;
  background-color: var(--white-color);
  clip-path: polygon(55% 0%, 100% 0%, 45% 100%, 0% 100%);
  z-index: -1;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
@media (max-width: 1650px) {
  .renvoa-hero_two .hero-image:after {
    left: 110px;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
}
.renvoa-hero_two .shape-one {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 2;
}
.renvoa-hero_two .shape-one span {
  width: 500px;
  height: 500px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 0, 20% 100%, 100% 100%);
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .shape-one {
    display: none;
  }
}
.renvoa-hero_two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.97);
  z-index: -1;
}
.renvoa-hero_two .container-fluid {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1650px) {
  .renvoa-hero_two .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content {
    text-align: center;
  }
}
.renvoa-hero_two .hero-content .tag-line {
  color: var(--primary-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .renvoa-hero_two .hero-content .tag-line {
    font-size: 16px;
  }
}
.renvoa-hero_two .hero-content h1,.renvoa-hero_two .hero-content .h1 {
  max-width: 600px;
  color: var(--white-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content h1,.renvoa-hero_two .hero-content .h1 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767.98px) {
  .renvoa-hero_two .hero-content h1,.renvoa-hero_two .hero-content .h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
.renvoa-hero_two .hero-content p {
  color: var(--white-color);
  max-width: 635px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content p {
    margin: 0 auto 35px;
  }
}

.renvia-hero_three {
  position: relative;
  z-index: 1;
  padding: 138px 0 0;
}
.renvia-hero_three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75%;
  background-color: var(--gray-color);
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three:after {
    height: 85%;
  }
}
.renvia-hero_three .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-hero_three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.renvia-hero_three .hero-content {
  max-width: 765px;
}
.renvia-hero_three .hero-content h1,.renvia-hero_three .hero-content .h1 {
  font-size: 92px;
  line-height: 102px;
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .renvia-hero_three .hero-content h1,.renvia-hero_three .hero-content .h1 {
    font-size: 72px;
    line-height: 85px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-hero_three .hero-content h1,.renvia-hero_three .hero-content .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .hero-content h1,.renvia-hero_three .hero-content .h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575.98px) {
  .renvia-hero_three .hero-content h1,.renvia-hero_three .hero-content .h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
.renvia-hero_three .hero-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  max-width: 700px;
  color: var(--heading-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .hero-content p {
    font-size: 16px;
  }
}
.renvia-hero_three .renvia-text-box {
  margin-top: 10px;
  max-width: 520px;
  float: right;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-text-box {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renvia-hero_three .renvia-text-box .renvia-avatar-box .avatar-list .text p {
  color: var(--heading-color);
  font-weight: 600;
}
.renvia-hero_three .renvia-text-box > p {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.renvia-hero_three .renvia-image img {
  border-radius: 50px;max-width: 100%; height: auto;
}
@media screen and (max-width: 991.98px) {
  .renvia-hero_three .renvia-image img {
    border-radius: 20px;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/* Page Banner CSS */
.page-hero {
  padding: 250px 0 135px;margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .page-hero {
    padding: 230px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .page-hero {
    padding: 200px 0 100px;
  }
}
.page-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.25);
  z-index: -1;
}
.page-hero .page-content .title {
  color: var(--white-color);
  font-size: 40px;font-weight: 600; text-transform: capitalize;line-height: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .page-hero .page-content .title {
    font-size: 25px;line-height: 25px;
  }
}
.page-hero .page-content ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 14px;
  line-height: 28px;
}


.page-hero .page-content ul li a,.page-hero .page-content ul a {
  color: #fff;font-size: 14px;
  line-height: 28px;
}

/*======================
    About Section  CSS
=======================*/
.renvia-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  margin-right: 15px;
}
.renvia-support-box .thumb img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.renvia-support-box .content .title {
  margin-bottom: 5px;
}
.renvia-support-box .content h6 {
  color: var(--primary-color);
}

.renvia-support-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box-two .icon-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-support-box-two .icon-thumb .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}
.renvia-support-box-two .icon-thumb .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  color: var(--white-color);
  background-color: var(--primary-color);
  margin-left: -20px;
}

.renvia-about_one {
  position: relative;
  z-index: 1;
}
.renvia-about_one .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.renvia-about_one .renvia-image-box {
  position: relative;
  min-height: 610px;
  margin-right: -30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_one .renvia-image-box {
    margin-right: 0;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_one {
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one {
    padding-top: 0;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_one img {
  max-width: 355px;
  border-radius: 20px;
}
@media (max-width: 1650px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one img {
    max-width: 305px;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_one {
    margin-bottom: 30px;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_two {
  position: absolute;
  right: 0;
  top: 0;
}
.renvia-about_one .renvia-image-box .renvia-image.image_two img {
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_two {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
  }
}
.renvia-about_one .renvia-image-box .renvia-image.image_three {
  position: absolute;
  top: 35%;
  right: 28%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-image.image_three {
    display: none;
  }
  .renvia-about_one .renvia-image-box .renvia-image.image_three img {
    width: 100%;
  }
}
.renvia-about_one .renvia-image-box .renvia-ratings-box {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 10px 40px 20px;
  border-radius: 30px;
  max-width: 275px;
  width: 100%;
  background-color: var(--white-color);
}
@media (max-width: 767.98px) {
  .renvia-about_one .renvia-image-box .renvia-ratings-box {
    display: none;
  }
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content h2,.renvia-about_one .renvia-image-box .renvia-ratings-box .content .h2 {
  font-size: 75px;
  color: var(--primary-color);
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .renvia-avatar-box .avatar-list {
  margin-bottom: 10px;
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .text .ratings {
  margin-bottom: 15px;
}
.renvia-about_one .renvia-image-box .renvia-ratings-box .content .text .ratings i {
  font-size: 10px;
}
.renvia-about_one .renvia-content-box {
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .renvia-about_one .renvia-content-box {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_one .renvia-content-box {
    padding-left: 0;
  }
}
.renvia-about_one .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box .renvia-features-list {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box .check-list {
  margin-bottom: 30px;
}
.renvia-about_one .renvia-content-box > h6 {
  margin-bottom: 30px;
}

.call-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.call-support-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #333;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.call-support-box .content .title {
  color: var(--heading-color);
  font-weight: 700;
}

.renvia-about_two {
  overflow: hidden;
  position: relative;padding: 80px 0; margin: 0; width: 100%; height: auto;
  z-index: 1;
}
.renvia-about_two .shape {
  z-index: -1;
}
@media (max-width: 767.98px) {
  .renvia-about_two .shape {
    display: none;
  }
}
.renvia-about_two .shape.shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 1650px) {
  .renvia-about_two .shape.shape-one img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_two .shape.shape-one img {
    max-width: 100%;
  }
}
.renvia-about_two .shape.shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 1650px) {
  .renvia-about_two .shape.shape-two img {
    max-width: 50%;
  }
}
.renvia-about_two .renvia-image-box {
  position: relative;
}
.renvia-about_two .renvia-image-box .renvia-image img {
  border-radius: 30px;
}
.renvia-about_two .renvia-image-box .renvia-content-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 20px;
}
.renvia-about_two .renvia-image-box .renvia-content-box .content {
  padding: 30px 20px;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}
@media (max-width: 1650px) {
  .renvia-about_two .renvia-content-box .section-title h2,.renvia-about_two .renvia-content-box .section-title .h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .section-title h2,.renvia-about_two .renvia-content-box .section-title .h2 {
    font-size: 28px;
  }
}
.renvia-about_two .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-about_two .renvia-content-box .renvia-tabs {
  margin-bottom: 30px;
}
.renvia-about_two .renvia-content-box .renvia-tabs .nav-tabs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.renvia-about_two .renvia-content-box .renvia-tabs li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-tabs li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.renvia-about_two .renvia-content-box .renvia-tabs .nav-link {
  padding: 14px 24px;
  background-color: #f8f8f8;
  color: var(--heading-color);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
}


.renvia-about_two .renvia-content-box .renvia-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-about_two .renvia-content-box .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
	.renvia-about_two .renvia-content-box .renvia-tabs .nav-link {
  padding: 14px 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  border: none;
}
  .renvia-about_two .renvia-content-box .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_two .renvia-content-box .content-box .renvia-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 230px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .content-box .renvia-image {
    margin-bottom: 20px;
  }
}
.renvia-about_two .renvia-content-box .content-box .renvia-image img {
  width: 100%;
  border-radius: 20px;
}
.renvia-about_two .renvia-content-box .content-box .content p {
  margin-bottom: 20px;
  line-height: 26px;
}
.renvia-about_two .renvia-content-box .renvia-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_two .renvia-content-box .renvia-button-wrap .call-support-box {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .renvia-about_two .renvia-content-box .renvia-button-wrap .call-support-box {
    margin-left: 0;
    margin-top: 20px;
  }
}

.renvia-about_three {
  background-color: #f8f8f8;
}
.renvia-about_three .renvia-content-box {
  padding-right: 60px;
}
@media (max-width: 1650px) {
  .renvia-about_three .renvia-content-box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-about_three .renvia-content-box {
    padding-right: 0;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .features-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap .renvia-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 275px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .features-box-wrap .renvia-image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.renvia-about_three .renvia-content-box .features-box-wrap .renvia-image img {
  border-radius: 20px;
}
.renvia-about_three .renvia-content-box .renvia-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 460px;
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .renvia-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .renvia-about_three .renvia-content-box .renvia-button-wrap .renvia-button {
    margin-top: 20px;
  }
}
.renvia-about_three .renvia-text-box p {
  margin-bottom: 30px;
  font-weight: 600;
}
.renvia-about_three .renvia-text-box img {
  border-radius: 30px;
}

.renvia-work-sec .renvia-work-item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.renvia-work-sec .renvia-work-item:nth-child(even) .thumbnail {
  text-align: left;
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item:nth-child(even) .thumbnail {
    text-align: center;
  }
}
.renvia-work-sec .renvia-work-item .content {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content {
    padding-left: 0;
  }
}
.renvia-work-sec .renvia-work-item .content .sub-text {
  position: absolute;
  top: 155px;
  left: -135px;
  width: 48%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary-color);
  font-weight: 700;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .renvia-work-sec .renvia-work-item .content .sub-text {
    left: -95px;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content .sub-text {
    display: none;
  }
}
.renvia-work-sec .renvia-work-item .content .step {
  font-size: 100px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1650px) {
  .renvia-work-sec .renvia-work-item .content .step {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .renvia-work-sec .renvia-work-item .content .step {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.renvia-work-sec .renvia-work-item .content .title {
  margin-bottom: 20px;
}
.renvia-work-sec .renvia-work-item .thumbnail {
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  .renvia-work-sec .renvia-work-item .thumbnail {
    text-align: center;
  }
}
.renvia-work-sec .renvia-work-item .thumbnail img {
  border-radius: 20px;
}

/*======================
    Features Section  CSS
=======================*/
.renvia-iconic-left-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-iconic-left-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  margin-right: 15px;
}
.renvia-iconic-left-box.style-one .content h5,.renvia-iconic-left-box.style-one .content .h5  {
  line-height: 28px;
  max-width: 200px;
}
.renvia-iconic-left-box.style-two .content .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.renvia-iconic-left-box.style-two .content .title .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F5EF;
}
.renvia-iconic-left-box.style-two .content p {
  font-weight: 600;
}
.renvia-iconic-left-box.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-iconic-left-box.style-three .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  font-size: 40px;
  color: var(--primary-color);
}
.renvia-iconic-left-box.style-three .content .title {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .renvia-iconic-left-box.style-three .content .title {
    font-size: 18px;
  }
}
.renvia-iconic-left-box.style-three .content p {
  font-weight: 500;
}

.renvia-feature-item.style-one .icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  margin-bottom: 25px;
}
.renvia-feature-item.style-one .icon .sm-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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(--primary-color);
}
.renvia-feature-item.style-one .content h5,.renvia-feature-item.style-one .content .h5 {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.renvia-feature-item.style-two {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px 20px 25px;
}
.renvia-feature-item.style-two .icon {
  margin-bottom: 22px;
}
.renvia-feature-item.style-two .content .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.renvia-feature_one{padding:120px 0 80px 0; margin: 0; width: 100%; height: auto;background-image: url(../images/bg-pattern.png);
	background-position: top left;
	background-repeat: no-repeat;}

.renvia-feature_one .renvia-image {
  margin-right: -55px;
}

.renvia-feature_one .img {
  width: 100%; height: auto; margin: 0; padding: 0;
}


.renvia-feature_one .aboutimg {
  width: 100%; height: auto; margin: 0; padding: 0;position: relative;
}
.renvia-feature_one .aboutimg img{
  width: 100%; height: auto; margin: 0; padding: 0;
}




.renvia-feature_one .aboutimg .about-dots {
  position: absolute;
  bottom: 30px;
  right: 40%;
  z-index: 1;
  padding: 0px 20px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 179, 0, 0.25);
  background-color: rgba(255, 179, 0, 0.15);
  backdrop-filter: blur(5px);
}





.renvia-feature_one .aboutimg .about-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.renvia-feature_one .aboutimg .about-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-feature_one .aboutimg .about-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 10px;
}




.renvia-feature_one .aboutimg .single-slider {
  position: relative;
  z-index: 1;border-radius: 30px;overflow: hidden;
  padding:0; height: auto;
}

.renvia-feature_one .aboutimg .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  z-index: -1;
}












@media screen and (max-width: 1199.98px) {
  .renvia-feature_one .renvia-image {
    margin-right: 0;
  }
}
.renvia-feature_one .renvia-image img {
  border-radius: 30px;max-width: 100%; height: auto;
}
.renvia-feature_one .img img {
  border-radius: 30px;max-width: 100%; height: auto;
}


.renvia-feature_one .renvia-content-box {
  padding-left: 85px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-feature_one .renvia-content-box {
    padding-left: 0;
  }
}

.renvia-feature_one .renvia-content-box .title4{ margin:10px auto; padding:10px 0; width: 100%; height: auto; font-size: 22px; color: #000; font-weight: 600; text-align: left; line-height: 30px; border-bottom: 1px dashed #e3e3e3;}


.renvia-feature_one .renvia-content-box > p {
  margin-bottom: 35px;font-size: 16px; line-height: 25px;overflow: hidden;
}



.renvia-feature_one .counter-wrap {
  padding:20px 15px;
}

 .renvia-feature_one .counter-wrap .renvia-counter-item .content h2, .renvia-feature_one .counter-wrap .renvia-counter-item .content .h2, .renvia-feature_one .counter-wrap .renvia-counter-item .content .cou {
    font-size: 50px;text-align: center;
  }

@media (max-width: 767.98px) {
  .renvia-feature_one .counter-wrap .renvia-counter-item .content h2, .renvia-feature_one .counter-wrap .renvia-counter-item .content .h2, .renvia-feature_one .counter-wrap .renvia-counter-item .content .cou {
    font-size: 30px;
  }
}
.renvia-feature_one .counter-wrap .renvia-counter-item .content p {
  font-size: 14px;text-align: center;
}
@media (max-width: 767.98px) {
  .renvia-feature_one .counter-wrap .renvia-counter-item .content p {
    font-size: 12px;
    line-height: 24px;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
  margin-right: 30px;
}
@media (max-width: 1650px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .button-check-wrap .renvia-button {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.renvia-feature_one .renvia-content-box .button-check-wrap .check-list li {
  color: var(--text-color);
}
.renvia-feature_one .renvia-content-box .button-check-wrap .check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.renvia-feature_two .renvia-image-box {
  position: relative;
}
.renvia-feature_two .renvia-image-box .renvia-image img {
  border-radius: 30px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--primary-color);
  max-width: 270px;
  width: 100%;
  border-radius: 20px;
  padding: 30px 20px 25px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .avatar-list ul li img {
  width: 40px;
  height: 40px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .avatar-list ul li span {
  width: 40px;
  height: 40px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap .number {
  font-size: 18px;
  color: var(--white-color);
  margin-right: 10px;
  font-weight: 700;
}
.renvia-feature_two .renvia-image-box .renvia-avatar-box .text-wrap .text {
  font-size: 14px;
  color: var(--white-color);
}

.renvia-intro_one {
  position: relative;
  z-index: 1;
  padding: 80px 0;height: auto;
}



.renvia-intro_one .play-button .video-popup {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
}
.renvia-intro_one .play-button .video-popup:after, .renvia-intro_one .play-button .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.renvia-intro_one .play-button .video-popup:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.renvia-intro_one .play-button .video-popup:after {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.renvia-intro_one .play-button .video-popup:hover {
  color: var(--primary-color);
}

.renvia-choose-sec .renvia-image img {
  border-radius: 30px;
}
.renvia-choose-sec .renvia-content-box {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-choose-sec .renvia-content-box {
    padding-left: 0;
  }
}
.renvia-choose-sec .renvia-content-box > p {
  margin-bottom: 20px;
  font-weight: 600;
}
.renvia-choose-sec .renvia-content-box .check-list li {
  padding-left: 20px;
  color: var(--heading-color);
}
.renvia-choose-sec .renvia-content-box .check-list li:before {
  top: 7px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-choose-sec .renvia-content-box .check-counter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap {
    margin-top: 25px;
    margin-left: 0;
  }
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap .renvia-counter-item {
  text-align: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.renvia-choose-sec .renvia-content-box .check-counter-wrap .counter-wrap .renvia-counter-item:last-child {
  margin-left: -15px;
}

.renvia-make-sec .container {
  max-width: 1450px;
}
.renvia-make-sec .make-wrapper {
  position: relative;
  background-color: var(--primary-black-color);
  max-width: 1450px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-make-sec .make-wrapper {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .renvia-make-sec .make-wrapper {
    padding: 30px;
  }
}
.renvia-make-sec .make-wrapper .shape {
  position: absolute;
  bottom: 40px;
  left: 20%;
}
@media (max-width: 767.98px) {
  .renvia-make-sec .make-wrapper .shape {
    display: none;
  }
}
.renvia-make-sec .choose-arrows {
  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;
  gap: 15px;
  margin-top: 50px;
}
.renvia-make-sec .choose-arrows .slick-arrow {
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-make-sec .choose-arrows .slick-arrow:hover {
  color: var(--primary-color);
}
.renvia-make-sec .choose-arrows .progress-wrap {
  width: 70%;
  height: 1px;
  background-color: var(--border-color);
  border-radius: 3px;
  overflow: hidden;
}

.choose-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.choose-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.renvia-choose-box {
  text-align: center;
  border: 1px solid var(--white-color);
  padding: 40px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-choose-box:hover {
  border-color: var(--primary-color);
}
.renvia-choose-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.renvia-choose-box .content h5,.renvia-choose-box .content .h5 {
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 20px;
}
.renvia-choose-box .content p {
  font-weight: 700;
  color: var(--white-color);
}

/* Awards section CSS */
.renvia-award-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.renvia-award-item.style-one:first-child {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
}
.renvia-award-item.style-one .award-title {
  width: 250px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one .award-title {
    width: auto;
  }
}
.renvia-award-item.style-one .award-title h3 ,.renvia-award-item.style-one .award-title .h3{
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .renvia-award-item.style-one .award-title h3,.renvia-award-item.style-one .award-title .h3 {
    font-size: 20px;
  }
}
.renvia-award-item.style-one .award-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 450px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-award-item.style-one .award-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-one .award-info {
    padding: 20px 30px;
  }
}
.renvia-award-item.style-one .award-info p {
  max-width: 440px;
}
.renvia-award-item.style-one .award-thumb-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-award-item.style-one .award-thumb-year .award-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  border-right: 1px solid var(--border-color);
  margin-right: 50px;
}
.renvia-award-item.style-two {
  padding: 40px 40px 0;
}
.renvia-award-item.style-two .icon {
  margin-bottom: 15px;
}
.renvia-award-item.style-two .content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award-item.style-two .content .title {
    font-size: 22px;
  }
}

.renvia-awards_one {
  background-color: var(--gray-color);
}
.renvia-awards_one .text-box {
  max-width: 440px;
}
@media screen and (max-width: 991.98px) {
  .renvia-awards_one .text-box {
    margin: 0 auto 40px;
  }
}

.renvia-award_two {
  padding-bottom: 120px;
}
@media screen and (max-width: 991.98px) {
  .renvia-award_two {
    padding-bottom: 80px;
  }
}
.renvia-award_two .award-wrapper {
  border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper {
    border-top: none;
  }
}
.renvia-award_two .award-wrapper .item-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper .item-border:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-award_two .award-wrapper .item-border .renvia-award-item {
    border: 1px solid var(--border-color);
    padding: 40px 30px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
}

/*======================
    Service Section  CSS
=======================*/
.renvia-iconic-box.style-one {
  border: 1px solid var(--heading-color);
  border-radius: 20px;
  padding: 0 20px 20px;
}
.renvia-iconic-box.style-one .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-bottom: 15px;
  margin-top: -30px;
}
.renvia-iconic-box.style-one .content h5,.renvia-iconic-box.style-one .content .h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.renvia-service-card.style-one {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .renvia-service-card.style-one {
    padding: 35px 30px 40px;
  }
}

.renvia-service-card.style-one .content .img{
  width: 100%; height: auto; margin: 0; padding: 0;border-top-left-radius: 20px; border-top-right-radius: 20px;overflow: hidden;transition: 0.6s;
}
.renvia-service-card.style-one .content .img img{
  width: 100%; height: auto;transition: 0.6s;
}
.renvia-service-card.style-one .title-wrap {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  padding: 20px;
  margin-bottom: 30px;
}



.renvia-service-card.style-one .title-wrap h4,.renvia-service-card.style-one .title-wrap .h4,.renvia-service-card.style-one .title-wrap .title {
  width: 100%; font-size: 20px; line-height: 30px; height: 150px; overflow: hidden;margin:0; padding:0;font-weight: 400;
  border-bottom: 1px solid var(--border-color);transition: 0.6s;
}


.renvia-service-card.style-one .title-wrap .data{width: 100%; height: auto; margin:20px 0 0 0; padding: 0 10px; position: relative;}
.renvia-service-card.style-one .title-wrap .data .time{width:100%; height: auto; margin: 0; padding: 0; padding-right: 80px; font-size: 14px; color: #000;font-weight: 600;}


.renvia-service-card.style-one .title-wrap .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;position: absolute;right: 0; top: 0;
 
  background-color: #fff;text-align: center;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-service-card.style-one .title-wrap .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);text-align: center; line-height: 50px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.renvia-service-card.style-one p {
  margin-bottom: 30px;
}

.renvia-service-card.style-one:hover{transition: 0.6s;}
.renvia-service-card.style-one:hover .content .img{
  width: 100%; height: auto; margin: 0; padding: 0;border-top-left-radius: 20px; border-top-right-radius: 20px;overflow: hidden;transition: 0.6s;
}
.renvia-service-card.style-one:hover .content .img img{
  width: 100%; height: auto;transform: scale(1.1);transition: 0.6s;
}

.renvia-service-card.style-one:hover .title-wrap h4,.renvia-service-card.style-one:hover .title-wrap .h4,.renvia-service-card.style-one:hover .title-wrap .title {
  color: #000;transition: 0.6s;
}
.renvia-service-card.style-one:hover .title-wrap .data .time{color: #ffb300;transition: 0.6s;}


.renvia-service-card.style-one:hover .title-wrap .icon-btn {
  background-color: #ffb300;
  color: var(--white-color);
}
.renvia-service-card.style-one:hover .title-wrap .icon-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}







.renvia-service-card.style-two {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 30px;margin: 10px;
}
.renvia-service-card.style-two .content .title {
  margin-bottom: 15px;text-align: center;
}

.renvia-service-card.style-two .content .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;font-size: 18px; text-align: center;font-weight: 800;
}
.renvia-service-card.style-two .content .title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 40px;
  margin-right: 15px;
}
.renvia-service-card.style-two .content > img {
  width: 100%;
}
.renvia-service-card.style-two .content p {
  margin-bottom: 10px;font-size: 14px; height: 40px; overflow: hidden;padding: 0; line-height: 20px; 
}


.renvia-service-card.style-two .content .read-more{border-top: 1px solid #e3e3e3; width: 100%; padding: 10px 0 0 0; margin: 10px 0 0 0;}

.renvia-service-card.style-three {
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.4s;background: #fff;
  transition: all 0.4s;
}
@media (max-width: 1650px) {
  .renvia-service-card.style-three {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-service-card.style-three {
    padding: 40px 30px;
  }
}
.renvia-service-card.style-three:hover {
  background-color: #666;
  border-color: transparent;
}
.renvia-service-card.style-three:hover .content .title {
  color: var(--white-color);
}
.renvia-service-card.style-three:hover .content p {
  color: var(--white-color);
}
.renvia-service-card.style-three:hover .content .icon-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-service-card.style-three .icon {
  margin-bottom: 35px;
}

.renvia-service-card.style-three .icon img{
  width: 60px; height: auto;
}
.renvia-service-card.style-three .content .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.renvia-service-card.style-three .content p {
  margin-bottom: 20px;font-size: 14px;line-height: 20px; height: 80px; overflow: hidden;
  font-weight: 600;
}
.renvia-service-card.style-three .content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-service-card.style-three .content .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.service-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.service-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}


.renvia-service_one{padding: 60px 0; margin: 0; width: 100%; height: auto;}


.renvia-service_two .container-fluid{
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .renvia-service_two .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-service_two .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Service Details */
.service-details-wrapper .service-image {
  margin-bottom: 30px;
}
.service-details-wrapper .service-image img {
  border-radius: 30px;
}
.service-details-wrapper .service-content h3,.service-details-wrapper .service-content .h3 {
  margin-bottom: 25px;
  font-size: 30px;
}
.service-details-wrapper .service-content > p {
  margin-bottom: 30px;
}
.service-details-wrapper .service-content .content-box p {
  margin-bottom: 20px;
}
.service-details-wrapper .service-content h4,.service-details-wrapper .service-content .h4 {
  margin-bottom: 20px;
}
.service-details-wrapper .service-content .renvia-image {
  margin-right: 20px;
}
.service-details-wrapper .service-content .renvia-image img {
  border-radius: 20px;
  width: 100%;
}

/*======================
    Counter Section  CSS
=======================*/
.renvia-counter-item.style-one .content h2,.renvia-counter-item.style-one .content .h2 {
  margin-bottom: 10px;
}
.renvia-counter-item.style-one .content h2 .symbol,.renvia-counter-item.style-one .content .h2 .symbol {
  color: var(--primary-color);
}
.renvia-counter-item.style-three {
  text-align: center;
}
.renvia-counter-item.style-three .content .title {
  color: var(--white-color);
  font-family: var(--heading-font);
  margin-bottom: 42px;
}
.renvia-counter-item.style-three .content h2,.renvia-counter-item.style-three .content .h2 {
  margin-bottom: 10px;
  color: var(--white-color);
}
.renvia-counter-item.style-three .content h2 .symbol,.renvia-counter-item.style-three .content .h2 .symbol {
  color: var(--primary-color);
}
.renvia-counter-item.style-three .content p {
  font-weight: 700;
}

.renvia-counter-sec {
  background-color: var(--heading-color);
}
.renvia-counter-sec .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991.98px) {
  .renvia-counter-sec .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
    border-right: none;
  }
}

.renvia-counter_three .renvia-text-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  border-radius: 30px;
  text-align: center;
}
.renvia-counter_three .renvia-text-box p {
  color: var(--white-color);
}
.renvia-counter_three .renvia-image img {
  border-radius: 30px;
  width: 100%;
}
.renvia-counter_three .renvia-image-two {
  margin-right: -20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-counter_three .renvia-image-two {
    margin-right: 0;
  }
}
.renvia-counter_three .counter-wrapper {
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 35px 40px 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-counter_three .counter-wrapper {
    margin-left: 0;
  }
}
.renvia-counter_three .counter-wrapper .counter-list {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-list {
    border-right: none;
  }
}
.renvia-counter_three .counter-wrapper .counter-list .renvia-counter-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-list .renvia-counter-item:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.renvia-counter_three .counter-wrapper .counter-wrap .renvia-counter-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-counter_three .counter-wrapper .counter-wrap .renvia-counter-item:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/*======================
    Project Section  CSS
=======================*/
.renvia-project-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;padding:80px 50px; border-radius: 50px;
  background-color: var(--white-color);
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-one {
    -webkit-box-orient: vertical;padding:20px 30px;border-radius: 20px;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renvia-project-item.style-one .project-content{width: 100%; height: auto; margin: 0; padding: 0; min-height: 400px;}
.renvia-project-item.style-one .project-content .project-meta span {
  color: var(--heading-color);
  margin-bottom: 10px;
}
.renvia-project-item.style-one .project-content .project-meta span:not(:last-child) {
  margin-right: 15px;
}
.renvia-project-item.style-one .project-content .project-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.renvia-project-item.style-one .project-content .project-meta span.location {
  font-weight: 500;
}
.renvia-project-item.style-one .project-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.renvia-project-item.style-one .project-content p {
  margin-bottom: 25px;
}

.renvia-project-item.style-one .project-content ul{margin: 20px 0; padding: 0; width: 100%; height: auto;}
.renvia-project-item.style-one .project-content ul li{margin: 0; padding:5px 0; width: 100%; height: auto; padding-left: 30px; font-size: 14px; line-height: 20px; color: #666; position: relative;}
.renvia-project-item.style-one .project-content ul li::before{position: absolute; top: 5px; left: 0; content: "\f058";; font-family: "Font Awesome 5 Pro"; color: #45ab69;}

@media (max-width: 767.98px) {
  .renvia-project-item.style-one .project-content{width: 100%; height: auto; margin: 0; padding: 0; max-height: 200px;min-height: 200px; overflow: hidden;overflow: auto;overflow-y: auto;}
	.renvia-project-item.style-one .project-content .title {
  font-size: 20px;line-height: 20px;
  margin-bottom: 10px;
}
}


.renvia-project-item.style-one .project-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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(--primary-color);
  color: var(--white-color);
}
.renvia-project-item.style-one .project-content .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-one .project-thumbnail {
 width: 100%; height: auto; margin: 0; padding: 0;
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-one .project-thumbnail {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
.renvia-project-item.style-one .project-thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.renvia-project-item.style-two .project-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.renvia-project-item.style-two .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px;
  background-color: rgba(28, 28, 37, 0.5);
}
.renvia-project-item.style-two .project-thumbnail .project-content .location {
  padding: 8px 12px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(4px);
  color: var(--white-color);
  margin-bottom: 25px;
}
.renvia-project-item.style-two .project-thumbnail .project-content .location i {
  color: var(--primary-color);
  margin-right: 8px;
}
.renvia-project-item.style-two .project-thumbnail .project-content .title {
  font-size: 36px;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-two .project-thumbnail .project-content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .renvia-project-item.style-two .project-thumbnail .project-content .theme-btn.style-one {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.renvia-project-item.style-three:hover .project-thumbnail .icon-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renvia-project-item.style-three:hover .project-thumbnail .hover-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 37, 0)), color-stop(89.35%, #1C1C25));
  background: linear-gradient(180deg, rgba(28, 28, 37, 0) 0%, #1C1C25 89.35%);
}
.renvia-project-item.style-three .project-thumbnail {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.renvia-project-item.style-three .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.renvia-project-item.style-three .project-thumbnail .icon-btn {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-three .project-thumbnail .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.renvia-project-item.style-three .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 40px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-three .project-thumbnail .project-content .title {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.renvia-project-item.style-three .project-thumbnail .project-content span {
  color: var(--white-color);
}
.renvia-project-item.style-four:hover .project-thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.renvia-project-item.style-four:hover .project-thumbnail .hover-content .icon-btn {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.renvia-project-item.style-four .project-thumbnail {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.renvia-project-item.style-four .project-thumbnail .location {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  background-color: var(--white-color);
  font-family: var(--body-font);
  color: var(--heading-color);
}
.renvia-project-item.style-four .project-thumbnail .location i {
  color: var(--primary-color);
  margin-right: 10px;
}
.renvia-project-item.style-four .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.renvia-project-item.style-four .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(28, 28, 37, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-project-item.style-four .project-thumbnail .hover-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  color: var(--white-color);
  background-color: var(--primary-color);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.renvia-project-item.style-four .project-content .title {
  font-size: 30px;
}
.renvia-project-item.style-four .project-content .title:hover {
  color: var(--primary-color);
}

/* Project Slider CSS */
.project-slider .renvia-project-item.style-two .project-thumbnail .project-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .project-slider .renvia-project-item.style-two .project-thumbnail .project-content {
    visibility: visible;
    opacity: 1;
  }
}
.project-slider .slick-center.renvia-project-item.style-two .project-thumbnail .project-content {
  visibility: visible;
  opacity: 1;
}


.projects-slider-wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}



.project-slider,
.projects-slider-two {
  margin-left: -15px;
  margin-right: -15px;position: relative;
}
@media screen and (max-width: 991.98px) {
  .project-slider,
  .projects-slider-two {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.project-slider .slick-slide,
.projects-slider-two .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider .slick-slide,
  .projects-slider-two .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}




/* Project Section CSS */

.renvia-project_one{background: #888; padding: 80px 0 180px 0; margin: 0; width: 100%; height: auto; position: relative;}


.renvia-project_one .renvia-content-box {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_one .renvia-content-box {
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .renvia-project_one .renvia-content-box.mb-60 {
   margin-bottom: 10px;
  }
}

.renvia-project_one .renvia-proiect-list {
  padding-left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_one .renvia-proiect-list {
    padding-left: 0;
    margin-top: 50px;
  }
}
.renvia-project_one .renvia-proiect-list .renvia-project-item {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.renvia-project_one .renvia-proiect-list .renvia-project-item:not(:last-child) {
  margin-bottom: 30px;
}

.renvia-project_two {
  background-color: var(--heading-color);
}
.renvia-project_two .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1199.98px) {
  .renvia-project_two .counter-wrapper .item-border:not(:last-child) .renvia-counter-item {
    border-right: none;
  }
}

.renvia-projects_three .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .renvia-projects_three .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-projects_three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.projects-item-filter .nice-select {
  padding: 20px 25px;
  border-radius: 50px;
  background-color: #F7F5EF;
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.projects-item-filter .nice-select:after {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 18px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}
.projects-item-filter .theme-btn {
  width: 100%;
}

.projects-wrapper .row {
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 1199.98px) {
  .projects-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.projects-wrapper .row > * {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .projects-wrapper .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.projects-wrapper .renvia-project-item {
  margin-bottom: 65px;
}

/* Project Details Wrapper */
.project-details-wrapper .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-content .project-meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .project-meta-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item {
    width: 50%;
  }
  .project-details-wrapper .project-content .project-meta-list .renvia-info-item .icon {
    margin-right: 10px;
  }
}
.project-details-wrapper .project-content .location {
  margin-bottom: 15px;
}
.project-details-wrapper .project-content .location i {
  margin-right: 10px;
  color: var(--primary-color);
}
.project-details-wrapper .project-content .title {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .title {
    font-size: 24px;
  }
}
.project-details-wrapper .project-content > p {
  margin-bottom: 30px;
}
.project-details-wrapper .project-content .content-box {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.project-details-wrapper .project-content .content-box h3,.project-details-wrapper .project-content .content-box .h3 {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .content-box h3,.project-details-wrapper .project-content .content-box .h3 {
    font-size: 22px;
  }
}
.project-details-wrapper .project-content .content-box p {
  margin-bottom: 30px;
}
.project-details-wrapper .project-content .content-box .features-amenities-list {
  background-color: #F8F8F8;
  padding: 40px 30px;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 30px;
}
@media screen and (max-width: 1199.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .content-box .features-amenities-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-details-wrapper .project-content .project-info-box {
  border-radius: 30px;
  background-color: #f8f8f8;
  padding: 40px;
}
.project-details-wrapper .project-content .project-info-box h5,.project-details-wrapper .project-content .project-info-box .h5 {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .project-info-box h5,.project-details-wrapper .project-content .project-info-box .h5 {
    font-size: 22px;
  }
}
.project-details-wrapper .project-content .project-info-box h5:after,.project-details-wrapper .project-content .project-info-box .h5:after {
  display: block;
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 25px;
}
.project-details-wrapper .project-content .project-info-box ul li {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.project-details-wrapper .project-content .project-info-box ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.project-details-wrapper .project-content .project-info-box ul li span {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  float: right;
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-tabs {
  border-bottom: none;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  .project-details-wrapper .project-content .property-media-box .property-tabs .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-link {
  padding: 12px 20px;
  line-height: 1px;
  background-color: var(--gray-color);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  color: var(--heading-color);
  border: none;
}
.project-details-wrapper .project-content .property-media-box .property-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.project-details-wrapper .project-content .property-media-box .map-box iframe {
  height: 570px;
  border-radius: 30px;
  margin-bottom: 35px;
}
.project-details-wrapper .project-content .property-media-box .renvia-image {
  position: relative;
}
.project-details-wrapper .project-content .property-media-box .renvia-image img {
  width: 100%;
  border-radius: 30px;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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(--white-color);
  color: var(--primary-color);
  position: relative;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:before, .project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:before {
  background-color: var(--white-color);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.project-details-wrapper .project-content .property-media-box .renvia-image .play-button .video-popup:after {
  background-color: rgb(255, 255, 255);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}
.project-details-wrapper .project-content .property-media-box .video-image .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.project-details-wrapper .project-content .property-media-box .video-image .overlay-image .play-button {
  z-index: 1;
}

/*=========================
    Pricing Section  CSS
==========================*/
/* Switch Box */
.theme-switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-switch-box span {
  font-size: 18px;
  color: var(--heading-color);
}
.theme-switch-box span.left {
  margin-right: 10px;
}
.theme-switch-box span.right {
  margin-left: 10px;
}
.theme-switch-box .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 60px;
}
.theme-switch-box .switch input {
  display: none;
}
.theme-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(33px);
          transform: translateX(33px);
}
.theme-switch-box .switch .slider {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-right: 0;
  cursor: pointer;
}
.theme-switch-box .switch .slider.round {
  border-radius: 15px;
}
.theme-switch-box .switch .slider:before {
  background-color: var(--white-color);
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.renvia-pricing-item.style-one {
  position: relative;
  background-color: var(--white-color);
  padding: 35px 40px 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one {
    padding: 35px 20px 40px;
  }
}
.renvia-pricing-item.style-one .popular {
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
  padding: 0 10px;
}
.renvia-pricing-item.style-one .pricing-header {
  padding: 0 25px;
  text-align: center;
}
.renvia-pricing-item.style-one .pricing-header .plan {
  font-size: 30px;
  color: var(--heading-color);
  margin-bottom: 35px;
  font-family: var(--heading-font);
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one .pricing-header .plan {
    font-size: 20px;
  }
}
.renvia-pricing-item.style-one .pricing-header .price {
  color: var(--heading-color);
  font-family: var(--body-font);
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 700;
}
.renvia-pricing-item.style-one .pricing-header .price span {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}
.renvia-pricing-item.style-one .pricing-button .theme-btn {
  width: 100%;
}
.renvia-pricing-item.style-one .pricing-button .theme-btn.style-one {
  background-color: var(--primary-black-color);
}
.renvia-pricing-item.style-one .pricing-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
}
.renvia-pricing-item.style-one .pricing-body {
  padding: 0 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-pricing-item.style-one .pricing-body {
    padding: 0;
  }
}
.renvia-pricing-item.style-one .pricing-body ul li {
  color: var(--text-color);
}
.renvia-pricing-item.style-one .pricing-body ul li:not(:last-child) {
  margin-bottom: 28px;
}
.renvia-pricing-item.style-one .pricing-body .uncheck i {
  color: var(--text-color);
}
.renvia-pricing-item.style-one.popular-plan .pricing-button .theme-btn.style-one {
  background-color: var(--primary-color);
}

/*======================
    Faq Section  CSS
=======================*/
.accordion-card .accordion-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  cursor: pointer;
  font-weight: 600;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #1A685B;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f106";
}
.accordion-card.style-one {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}
.accordion-card.style-one .accordion-header .accordion-title {
  font-weight: 400;
}
.accordion-card.style-one .accordion-header .accordion-title:after {
  color: var(--heading-color);
}
.accordion-card.style-one .accordion-header .accordion-title[aria-expanded=true] {
  padding-bottom: 25px;
}
.accordion-card.style-one .accordion-content {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.accordion-card.style-one .accordion-content p {
  font-weight: 600;
}

.renvia-faq-sec .renvia-content-box {
  padding-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-faq-sec .renvia-content-box {
    padding-right: 0;
  }
}
.renvia-faq-sec .renvia-question-box {
  background-color: var(--gray-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 30px;
}
.renvia-faq-sec .renvia-question-box .content .renvia-iconic-left-box {
  margin-bottom: 30px;
}
.renvia-faq-sec .renvia-question-box .content .theme-btn {
  width: 100%;
}

/*======================
    Team Section  CSS
=======================*/
.renvia-team-item.style-one {
  background-color: #f8f8f8;
  padding: 10px;
}
.renvia-team-item.style-one .member-image {
  margin-bottom: 0;
}
.renvia-team-item.style-one .member-image img {
  width: 100%;border-radius: 10px; 
}
.renvia-team-item.style-one .member-info {
	
  padding:10px;
  text-align: center;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
}
.renvia-team-item.style-one .member-info .title {
  font-size: 16px; line-height: 20px; text-align: left;color: #000; font-weight: 600; height: 40px; overflow: hidden; word-break: break-all;
}
.renvia-team-item.style-one .member-info .title:hover {
  color: var(--primary-color);
}
.renvia-team-item.style-one .member-info p {
  font-size: 14px; line-height: 20px; text-align: left; height: 60px; overflow: hidden; margin: 10px 0 20px 0;
}



.renvia-team-item.style-one .member-info .position {
  margin-bottom: 23px;
}
.renvia-team-item.style-one .member-info .social-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #bbb;line-height: 34px;
  color:#bbb;
  font-size: 14px;
}

.renvia-team-item.style-one .member-info .social-box:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}



.renvia-team-item.style-two:hover .member-image .social-box {
  right: 25px;
}
.renvia-team-item.style-two .member-image {
  position: relative;
  overflow: hidden;
}
.renvia-team-item.style-two .member-image img {
  width: 100%;
  border-radius: 30px;
}
.renvia-team-item.style-two .member-image .social-box {
  position: absolute;
  top: 25px;
  right: -50%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-team-item.style-two .member-image .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.renvia-team-item.style-two .member-image .social-box a:not(:last-child) {
  margin-bottom: 5px;
}
.renvia-team-item.style-two .member-image .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renvia-team-item.style-two .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.renvia-team-item.style-two .member-image .hover-content .member-info {
  background-color: var(--white-color);
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  border-radius: 20px;
}
.renvia-team-item.style-two .member-image .hover-content .member-info .position {
  color: var(--primary-color);
  margin-bottom: 10px;
}



.renvia-team-item.style-three {
  background-color: #f3f3f3;
  padding: 20px;border-radius: 10px; 
}
.renvia-team-item.style-three .member-image {
  margin-bottom: 0;overflow: hidden;transition: 0.6s
}
.renvia-team-item.style-three .member-image img {
  width: 100%;border-radius: 10px; transition: 0.6s
}
.renvia-team-item.style-three:hover .member-image img {
  width: 100%;border-radius: 10px; transform: scale(1.1);transition: 0.6s
}
.renvia-team-item.style-three .member-info {
	
  padding:10px 0;
  text-align: center;
	 position: relative;
}
.renvia-team-item.style-three .member-info .title {
  font-size: 16px; line-height: 20px; text-align: left;font-weight: 600; color: #000; width: calc(100% - 60px);float: left; height: 60px; overflow: hidden;
}
.renvia-team-item.style-three .member-info .title:hover {
  color: var(--primary-color);
}
.renvia-team-item.style-three .member-info p {
  font-size: 14px; line-height: 20px; text-align: left; height: 60px; overflow: hidden; margin: 10px 0 20px 0;
}



.renvia-team-item.style-three .member-info .position {
  margin-bottom: 23px;
}
.renvia-team-item.style-three .member-info .social-box {
  width: 36px;
  height: 36px;
  border-radius: 50%; float: right;
  border: 1px solid #bbb;line-height: 34px; margin-top: 10px;
  color:#bbb;
  font-size: 14px;
}

.renvia-team-item.style-three .member-info .social-box:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}










.renvia-skill-item .progress-title h6 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.renvia-skill-item .progress-title h6 span {
  float: right;
}
.renvia-skill-item .progress {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  height: 10px;
  padding: 2px;
}
.renvia-skill-item .progress .progress-bar {
  background-color: var(--primary-color);
}

.team-details-wrapper .renvia-team-main {
  background-color: #F8F8F8;
  border-radius: 50px;
  padding: 60px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .renvia-team-main {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main {
    padding: 15px 20px;
  }
}
.team-details-wrapper .renvia-team-main .member-image img {
  width: 100%;
  border-radius: 20px;
}
.team-details-wrapper .renvia-team-main .member-info {
  padding-left: 40px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .renvia-team-main .member-info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  .team-details-wrapper .renvia-team-main .member-info {
    padding-left: 0;
  }
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .title-social-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .title-wrap .position {
  color: var(--primary-color);
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D8DDE1;
  color: var(--heading-color);
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a:not(:last-child) {
  margin-right: 5px;
}
.team-details-wrapper .renvia-team-main .member-info .title-social-wrap .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.team-details-wrapper .renvia-team-main .member-info > p {
  margin-bottom: 30px;
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list {
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(1) {
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(1) {
    border-right: none;
  }
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(2) {
  border-bottom: 1px solid var(--border-color);
}
.team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(3) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .team-details-wrapper .renvia-team-main .member-info .member-info-list .item-border:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}

/*============================
    Testimonial Section  CSS
=============================*/
.author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin-right: 20px;
}
.author-thumb-item .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.author-thumb-item .author-info h5,.author-thumb-item .author-info .h5 {
  margin-bottom: 5px;
}

.renvia-testimonial-item.style-one .testimonial-content .quote {
  margin-bottom: 35px;
}
.renvia-testimonial-item.style-one .testimonial-content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .renvia-testimonial-item.style-one .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 0;
  }
}
.renvia-testimonial-item.style-two {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 30px;
}
.renvia-testimonial-item.style-two .testimonial-content .quote-ratings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.renvia-testimonial-item.style-two .testimonial-content > p {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-thumb {
  margin-right: 16px;
  max-width: 50px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-thumb img {
  width: 50px;
  height: 50px;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info h5,.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info .h5 {
  margin-bottom: 0;
}
.renvia-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info .position {
  color: var(--primary-color);
  font-size: 14px;
}
.renvia-testimonial-item.style-three {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 50px;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial-item.style-three {
    padding: 30px;
  }
}
.renvia-testimonial-item.style-three .testimonial-content .quote-ratings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.renvia-testimonial-item.style-three .testimonial-content > p {
  font-size: 20px;
  color: var(--heading-color);
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial-item.style-three .testimonial-content > p {
    font-size: 16px;
    line-height: 28px;
  }
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item .author-thumb {
  width: 80px;
  margin-right: 0;
}
.renvia-testimonial-item.style-three .testimonial-content .author-thumb-item .author-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-slider-two .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-slider-three {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider-three {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.testimonial-slider-three .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .testimonial-slider-three .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.renvia-testimonial_one .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.renvia-testimonial_one .renvia-image {
  margin-right: 35px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .renvia-image {
    margin-right: 0;
  }
}
.renvia-testimonial_one .renvia-image img {
  width: 100%;
  border-radius: 30px;
}
.renvia-testimonial_one .renvia-content-box {
  padding: 120px 220px 125px 120px;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 27px 50px 27px 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 70px 50px 70px 50px;
  }
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box {
    padding: 50px 30px 50px;
  }
}
.renvia-testimonial_one .renvia-content-box .testimonial-slider-wrap {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-testimonial_one .renvia-content-box .testimonial-arrows .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 {
    gap: 10px;
    margin-right: 10px;
  }
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .number,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 .number {
  font-family: var(--heading-font);
  font-size: 88px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color);
  color: transparent;
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .number,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 .number {
    font-size: 50px;
  }
}
.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .symbol,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 .symbol {
  font-family: var(--heading-font);
  font-size: 80px;
  color: var(--heading-color);
}
@media (max-width: 767.98px) {
  .renvia-testimonial_one .renvia-content-box .renvia-counter-box .content h2 .symbol,.renvia-testimonial_one .renvia-content-box .renvia-counter-box .content .h2 .symbol {
    font-size: 50px;
  }
}

.renvia-testimonial_two {
	
}

.renvia-testimonial_two .clients-wrapper{padding: 30px 0; border-bottom: 1px solid #e3e3e3; width: 100%;}
.renvia-testimonial_two .testimonial-wrapper {
  margin-left: 0;
}





.renvia-testimonial_two .testimonial-wrapper .testimonial-dots {
  text-align: center;
}
.renvia-testimonial_two .testimonial-wrapper .testimonial-dots .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.renvia-testimonial_two .testimonial-wrapper .testimonial-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-testimonial_two .testimonial-wrapper .testimonial-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 8px;
  background-color: var(--primary-color);
}






@media (max-width: 1650px) {
  .renvia-testimonial_two .renvia-content-box .section-title h2,.renvia-testimonial_two .renvia-content-box .section-title .h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .renvia-testimonial_two .renvia-content-box .section-title h2,.renvia-testimonial_two .renvia-content-box .section-title .h2 {
    font-size: 28px;
  }
}
.renvia-testimonial_two .renvia-content-box .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.renvia-testimonial_two .renvia-content-box .text-wrap .number {
  font-size: 52px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin-right: 18px;
}
.renvia-testimonial_two .renvia-content-box .text-wrap .text p {
  font-size: 14px;
  color: var(--heading-color);
}
.renvia-testimonial_two .testimonial-dots {
  text-align: center;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-testimonial_two .testimonial-dots .slick-dots li.slick-active button {
  width: 25px;
  border-radius: 8px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title {
    text-align: center;
  }
}
.renvia-testimonial_two .clients-wrapper .section-title .title{font-size: 30px; font-weight: 600; color: #000; line-height: 30px; width: 100%; height: auto;}
.renvia-testimonial_two .clients-wrapper .section-title p{font-size: 14px; font-weight: 400; color: #000; line-height:20px; width: 100%; height: auto; margin: 15px 0;}



.renvia-testimonial_two .clients-wrapper .section-title h3 ,.renvia-testimonial_two .clients-wrapper .section-title .h3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title h3,.renvia-testimonial_two .clients-wrapper .section-title .h3 {
    font-size: 16px;
  }
}
.renvia-testimonial_two .clients-wrapper .section-title h3:after,.renvia-testimonial_two .clients-wrapper .section-title .h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: var(--border-color);
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .renvia-testimonial_two .clients-wrapper .section-title h3:after,.renvia-testimonial_two .clients-wrapper .section-title .h3:after {
    display: none;
  }
}

/*======================
    Blog Section  CSS
=======================*/
.renvia-blog-post-item.style-one .post-thumbnail img {
  border-radius: 30px;
  width: 100%;
}
.renvia-blog-post-item.style-one .post-content {
  padding-top: 23px;
}
.renvia-blog-post-item.style-one .post-content .post-tags span {
  margin-bottom: 15px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-one .post-content .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-one .post-content .title {
    font-size: 22px;
  }
}
.renvia-blog-post-item.style-one .post-content .title:hover {
  color: var(--primary-color);
}
.renvia-blog-post-item.style-one .post-content .title:hover a {
  text-decoration: underline;
}
.renvia-blog-post-item.style-two .post-thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.renvia-blog-post-item.style-two .post-content {
  padding-top: 35px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span {
  margin-bottom: 12px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.renvia-blog-post-item.style-two .post-content .post-meta span i {
  margin-right: 8px;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-two .post-content h3.title, .renvia-blog-post-item.style-two .post-content .title, .renvia-blog-post-item.style-two .post-content .h3.title {
    font-size: 24px;
  }
}
.renvia-blog-post-item.style-two .post-content .title {
  margin-bottom: 15px;
}
.renvia-blog-post-item.style-two .post-content .title:hover {
  color: var(--primary-color);
}
.renvia-blog-post-item.style-three:hover .post-content {
  border-color: var(--primary-color);
}
.renvia-blog-post-item.style-three .post-thumbnail img {
  border-radius: 20px;
  width: 100%;
}
.renvia-blog-post-item.style-three .post-content {
  padding-bottom: 20px;
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-blog-post-item.style-three .post-content .post-tags span {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-three .post-content .title {
  margin-bottom: 8px;
  line-height: 34px;
}
.renvia-blog-post-item.style-three .post-content .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.renvia-blog-post-item.style-three .post-content .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--text-color);
  margin-left: 15px;
  margin-right: 15px;
}
.renvia-blog-post-item.style-four {
  border: 1px solid var(--border-color);width: 100%; height: auto; display: inline-block;position: relative; overflow: hidden;
  border-radius: 20px;transition: 0.6s
}


.renvia-blog-post-item.style-four .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  color: var(--white-color);
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-blog-post-item.style-four .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
.renvia-blog-post-item.style-four .slick-arrow.prev {
  left: 40px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .slick-arrow.prev {
    left: 20px;
  }
}
.renvia-blog-post-item.style-four .slick-arrow.next {
  right: 40px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .slick-arrow.next {
    right: 20px;
  }
}


.renvia-blog-post-item.style-four .post-thumbnail {
  position: relative;width: 40%; float: left;display: inline-block;margin: 0; padding: 0;overflow: hidden;
}
.renvia-blog-post-item.style-four .post-thumbnail img {
  display: block;margin: 0; padding: 0;border-top-left-radius: 20px; border-bottom-left-radius: 20px;
  width: 100%;
	height: 280px;
	object-fit: cover;transition: 0.6s
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  background-color: var(--white-color);
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:before, .renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:before {
  background-color: var(--white-color);
  -webkit-animation: playpopup infinite ease-in 2s;
          animation: playpopup infinite ease-in 2s;
}
.renvia-blog-post-item.style-four .post-thumbnail .play-button .video-popup:after {
  background-color: rgb(255, 255, 255);
  -webkit-animation: playpopup infinite ease-in-out 4s;
          animation: playpopup infinite ease-in-out 4s;
}


.renvia-blog-post-item.style-four .post-content {
  padding: 20px;width: 60%; float: left; 
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content {
    padding: 25px 20px 30px;width: 100%;
  }
	
.renvia-blog-post-item.style-four .post-thumbnail {
  position: relative;width: 100%; float: left;display: inline-block;margin: 0; padding: 0;overflow: hidden;
}
.renvia-blog-post-item.style-four .post-thumbnail img {
  display: block;margin: 0; padding: 0;border-top-left-radius: 20px; border-bottom-left-radius: 20px;
  width: 100%;
	height: 280px;
	object-fit: cover;transition: 0.6s
}
}
.renvia-blog-post-item.style-four .post-content .post-meta span {
  margin-bottom: 10px;
}
.renvia-blog-post-item.style-four .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content .post-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
.renvia-blog-post-item.style-four .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.renvia-blog-post-item.style-four .post-content .title {
  font-size: 20px;line-height: 20px; max-height: 40px; overflow: hidden;
  margin-bottom: 20px;
}
.renvia-blog-post-item.style-four:hover .post-content .title {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content .title {
    font-size: 22px;
  }
}
.renvia-blog-post-item.style-four .post-content p {
  margin-bottom: 10px;font-size: 14px;line-height: 20px; height: 60px; overflow: hidden;
}


.renvia-blog-post-item.style-four:hover{background: #f3f3f3;transition: 0.6s}

.renvia-blog-post-item.style-four:hover .post-thumbnail img {
 transform: scale(1.1);transition: 0.6s
}



.renvia-blog_two {
  background-color: #f8f8f8;
}

/* Sidebar Widget Area */
.sidebar-widget-area .sidebar-widget {
  background-color: #F6F6F6;
  padding: 40px;
  border-radius: 30px;
}



@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 40px 30px;
  }
}
.sidebar-widget-area .sidebar-widget .widget-title {
  margin-bottom: 25px;font-size: 24px; color: #000; font-weight: 600;line-height: 30px;
}




.sidebar-widget-area .sidebar-widget.sidebar-search-widget .form_control {
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  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;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 25px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span {
  margin-left: auto;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.sidebar-widget-area .pro-widget {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
}
.sidebar-widget-area .pro-widget .widget-title {
  margin-bottom: 10px;font-size: 24px; color: #000; font-weight: 600;line-height: 30px; border-bottom: 1px solid #e3e3e3; padding: 10px 0; position: relative;
}

.sidebar-widget-area .pro-widget .widget-title::before{position: absolute; top: 5px; right: 0; content: "\f078";; font-family: "Font Awesome 5 Pro"; color: #ffb300; font-size: 14px;}

.sidebar-widget-area .pro-widget .pro-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .pro-widget .pro-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px;font-size: 16px; line-height: 20px;color: #000; font-weight: 600;margin: 0;border-bottom: 1px dashed #e3e3e3; text-transform: capitalize
}
.sidebar-widget-area .pro-widget .pro-content ul li ul{padding: 10px 0; margin: 0; width: 100%; height: auto;}
.sidebar-widget-area .pro-widget .pro-content ul li ul li{
  width: 100%;
  padding: 0 15px;font-size: 14px; line-height: 20px;font-weight: 400;margin: 0;
  border: 0;position: relative;}


.sidebar-widget-area .pro-widget .pro-content ul li ul li a {
  font-size: 14px; line-height: 20px;font-weight: 400;margin: 0; padding: 0;border-bottom: 0;
}
.sidebar-widget-area .pro-widget .pro-content ul li ul li::before{position: absolute; top: 0; left: 0; content: "\f101";; font-family: "Font Awesome 5 Pro"; color: #ffb300;}

.sidebar-widget-area .pro-widget .pro-content ul li a span {
  margin-left: auto;
}
.sidebar-widget-area .pro-widget .pro-content ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}







.sidebar-widget-area .sidebar-widget.sidebar-post-widget {
  padding: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date .title {
  font-weight: 500;
  line-height: 20px;font-size: 16px; height: 40px; overflow: hidden;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date .title:hover {
  color: var(--primary-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
  padding: 40px 40px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  padding: 13px 20px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  line-height: 1;
  border-radius: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget {
  background-color: var(--heading-color);
  border-radius: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content h4,.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content .h4  {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content > p {
  color: var(--border-color);
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-info-widget .widget-content .renvia-info-box:not(:last-child) {
  margin-bottom: 20px;
}

/* Blog Details Page CSS */

.blog-details-wrapper{padding: 0; width: 100%; height: auto; }
.blog-details-wrapper .miaoshu{padding: 30px; background: #fff; width: 100%; margin-bottom: 40px; height: auto; border-radius: 25px;}

.blog-details-wrapper .blog-post-item .post-data{margin: 0; padding: 10px 30px; background: #ffb300; display: inline-block; color: #fff; border-radius: 20px; line-height: 20px;}
.blog-details-wrapper .blog-post-item .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-thumbnail img {
  border-radius: 30px;
}
.blog-details-wrapper .blog-post-item .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  background-color: #F6F6F6;
  padding: 30px 20px 20px;
  position: relative;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  top: -16px;
  left: 20px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote p {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5,.blog-details-wrapper .blog-post-item .post-content blockquote .h5 {
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5:before,.blog-details-wrapper .blog-post-item .post-content blockquote .h5:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
  vertical-align: middle;
  margin-right: 15px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image img {
  border-radius: 30px;
}
.blog-details-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .entry-footer span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 15px;
  font-size: 20px;
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 8px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .blog-details-wrapper .entry-footer .tag-links a {
    margin-bottom: 10px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .entry-footer .social-share {
    margin-top: 15px;
  }
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-area h3.comments-title,.blog-details-wrapper .comments-area .comments-title,.blog-details-wrapper .comments-area .h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    margin-bottom: 20px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content {
  position: relative;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  font: 600 18px var(--heading-font);
  margin-bottom: 15px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name .date {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-top: 5px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content p {
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 500;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply i {
  margin-right: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 20px;
  }
}
.blog-details-wrapper .comment-form .form_control {
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 50px;
  margin-bottom: 30px;
}
.blog-details-wrapper .comment-form textarea.form_control {
  padding: 30px;
}
.blog-details-wrapper .comment-form .theme-btn {
  width: 100%;
}

/*========================
    Company Section  CSS
==========================*/
@media screen and (max-width: 991.98px) {
  .renvia-clients-sec .section-title {
    text-align: center;
  }
}
.renvia-clients-sec .section-title h3,.renvia-clients-sec .section-title .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-clients-sec .section-title h3,.renvia-clients-sec .section-title .h3 {
    font-size: 16px;
  }
}
.renvia-clients-sec .section-title h3:after,.renvia-clients-sec .section-title .h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: var(--border-color);
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .renvia-clients-sec .section-title h3:after,.renvia-clients-sec .section-title .h3:after {
    display: none;
  }
}

.clients-slider {
  margin-left: -30px;
  margin-right: -30px;
}
.clients-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-slider .slick-slide {
  margin-left: 30px;
  margin-right: 30px;
}

.renvia-client-item {
  cursor: pointer;
}
.renvia-client-item:hover .client-img img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.renvia-client-item .client-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}

/*========================
    CTA Section  CSS
==========================*/
.renvia-cta_one {
  position: relative;
  z-index: 1;
}
.renvia-cta_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.7);
  z-index: -1;
}
.renvia-cta_one .renvia-content-box h2,.renvia-cta_one .renvia-content-box .h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-cta_one .renvia-content-box h2,.renvia-cta_one .renvia-content-box .h2 {
    font-size: 30px;
  }
}

/*========================
    Contact Section  CSS
==========================*/
.renvia-info-item.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renvia-info-item.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--primary-color);
  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;
  background-color: #f8f9f8;
  font-size: 20px;
}
.renvia-info-item.style-one .content h5,.renvia-info-item.style-one .content .h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.renvia-info-item.style-one .content p {
  font-size: 18px;
  line-height: 28px;
}
.renvia-info-item.style-one .content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
}
.renvia-info-item.style-one .content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.renvia-info-item.style-one .content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}
.renvia-info-item.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-info-item.style-two .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--white-color);
}
.renvia-info-item.style-two .content span {
  color: var(--white-color);
  margin-bottom: 5px;
}
.renvia-info-item.style-two .content h5,.renvia-info-item.style-two .content .h5 {
  font-size: 18px;
  color: var(--white-color);
}
.renvia-info-item.style-two.item_one .icon {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.renvia-info-item.style-two.item_two .icon {
  border-color: #E4ED64;
  color: #E4ED64;
}
.renvia-info-item.style-two.item_three .icon {
  border-color: #E2791D;
  color: #E2791D;
}
.renvia-info-item.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-info-item.style-three .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  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;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-info-item.style-three .info span {
  margin-bottom: 3px;
}
.renvia-info-item.style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renvia-info-item.style-four .icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  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;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.renvia-info-item.style-four .info h6 {
  font-family: var(--body-font);
  font-weight: 700;
}
.renvia-info-item.style-four .info p {
  margin-bottom: 0;
}

.renvia-info-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  padding: 25px 30px;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .renvia-info-left-box {
    padding: 20px 17px;
  }
}
.renvia-info-left-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  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;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .renvia-info-left-box .icon {
    font-size: 30px;
  }
}
.renvia-info-left-box .content h5,.renvia-info-left-box .content .h5 {
  font-size: 20px;
  margin-bottom: 7px;
}

.renvia-contact_one {
  position: relative;
  z-index: 1;
}
.renvia-contact_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.9);
  z-index: -1;
}
.renvia-contact_one .contact-wrapper {
  background-color: var(--white-color);
  padding: 50px 60px 60px;
  border-radius: 30px;
  margin-left: 55px;
}
@media screen and (max-width: 1199.98px) {
  .renvia-contact_one .contact-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .renvia-contact_one .contact-wrapper {
    padding: 30px 30px 40px;
  }
}
.renvia-contact_one .contact-wrapper p {
  margin-bottom: 30px;
}
.renvia-contact_one .contact-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 14px 20px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  background-color: #f8f8f8;
}
.renvia-contact_one .contact-wrapper .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .form_control::placeholder {
  color: var(--heading-color);
}
.renvia-contact_one .contact-wrapper .theme-btn {
  width: 100%;
}

.renvia-contact_two .contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: -1;
}
.renvia-contact_two .renvia-content-box {
  padding-right: 30px;
}
.renvia-contact_two .renvia-content-box > p {
  margin-bottom: 30px;
}
.renvia-contact_two .renvia-content-box .map-box iframe {
  border: 5px solid var(--white-color);
  border-radius: 30px;
  height: 260px;
}
.renvia-contact_two .contact-form-wrapper {
  background-color: var(--white-color);
  padding: 40px 40px 50px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .renvia-contact_two .contact-form-wrapper {
    padding: 30px 20px 40px;
  }
}
.renvia-contact_two .contact-form-wrapper h4,.renvia-contact_two .contact-form-wrapper .h4 {
  margin-bottom: 25px;
}
.renvia-contact_two .contact-form-wrapper label {
  font-size: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}
.renvia-contact_two .contact-form-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}

.renvia-contact_two .contact-wrapper {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
}
.renvia-contact_two .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}



.contact-map-sec .map-box iframe {
  height: 540px;
  width: 100%;
}

/*======================
    Error Section  CSS
=======================*/
.axis-error-sec .axis-content-box .axis-image {
  margin-bottom: 20px;
}
.axis-error-sec .axis-content-box h2,.axis-error-sec .axis-content-box .h2 {
  font-size: 60px;
  margin-bottom: 30px;
}
.axis-error-sec .axis-content-box h2 span,.axis-error-sec .axis-content-box .h2 span {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .axis-error-sec .axis-content-box h2,.axis-error-sec .axis-content-box .h2 {
    font-size: 28px;
  }
}
.axis-error-sec .axis-content-box p {
  max-width: 505px;
  margin: 0 auto 40px;
}

/* Footer Widget */
.footer-widget .widget-title {
  color: var(--white-color);
  font-size: 24px;
}
.footer-widget .line-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.footer-widget .line-wrap span {
  background-color: #fff;
  height: 2px;
  border-radius: 5px;
}
.footer-widget .line-wrap span:nth-child(1) {
  width: 40px;
}
.footer-widget .line-wrap span:nth-child(2) {
  width: 10px;
}
.footer-widget .line-wrap span:nth-child(3) {
  width: 5px;
}
.footer-widget .widget-content > p {
  color: var(--white-color);
  margin-bottom: 30px;
}
.footer-widget .widget-content .social-box a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #ffb300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;border: 1px solid rgba(255,255,255,.3);
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  z-index: 1;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 6px;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 14px;font-weight: 300;
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a i{
  margin-right: 8px;font-size: 14px;
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: #ffb300;margin-left: 10px;
}
.footer-widget.footer-newsletter-widget .widget-content p {
  color: var(--white-color);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control {
  background-color: transparent;
  border: none;
  border: 1px solid var(--border-color);
  padding: 10px 5px 10px 25px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .submit-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--primary-color);
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: var(--white-color);
  border-radius: 50%;
}

/* Copyright Area */
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 28px;
}
.copyright-area .copyright-text p {
  font-size: 14px;
  color: var(--white-color);
}
.copyright-area .copyright-text p span {
  color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-text p {
    margin-bottom: 10px;
  }
}
.copyright-area .copyright-link a {
  color: var(--white-color);font-size: 14px;
}
.copyright-area .copyright-link a:not(:last-child) {
  margin-right: 20px;
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

/* Footer V1 */
.footer-v1 {
  background:url(../images/foot-bg.jpg) no-repeat top center;position: relative;width: 100%; height: auto;z-index: 1;
}
.footer-v1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(0, 0, 0, 0.5) 19.79%, rgba(0, 0, 0, 0.65) 83.96%);
  z-index: -1;
}


.footer-v1 .footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-v1 .footer-top .section-title p {
  font-size: 18px;
}


.footer-v1 .footer-widget .footer-logo{width: 260px; height: auto; margin: 0; padding: 0; margin-bottom: 40px;}
.footer-v1 .footer-widget .footer-logo img{width: 260px; height: auto; margin: 0; padding: 0;}

.media-icon{ display: inline-block; margin-bottom: 25px; }
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 10px !important; font-size: 14px; font-weight: 500; display: inline-block; align-items: center; color:#fff; padding-left: 30px; position: relative;}
.media-icon li:last-child { margin-bottom: 0 !important; }
.media-icon li i { position: absolute; font-size: 18px; color:#fff; left: 0; top: 8px;}
.media-icon li a { color: #fff; }
.media-icon li a:hover { color: var(--themeht-secondary-color);}






/* Footer V2 */
.footer-v2 {
  position: relative;
  z-index: 1;
}
.footer-v2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.95);
  z-index: -1;
}
.footer-v2 .footer-nav ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .footer-v2 .footer-nav ul {
    gap: 15px;
  }
}
.footer-v2 .footer-nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 700;
}
.footer-v2 .footer-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-v2 .footer-info-wrapper .contact-info-box {
  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;
  padding: 20px 0;
}
.footer-v2 .footer-info-wrapper .contact-info-box.item-one {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .footer-info-wrapper .contact-info-box.item-one {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-v2 .footer-info-wrapper .contact-info-box.item-two {
  padding: 23px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991.98px) {
  .footer-v2 .footer-info-wrapper .contact-info-box.item-two {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .icon {
  margin-right: 15px;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .icon i {
  color: var(--primary-color);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .content p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box a {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1F2432;
  color: var(--white-color);
}
.footer-v2 .footer-info-wrapper .contact-info-box .inner-content .social-box a:hover {
  background-color: var(--primary-color);
}
.footer-v2 .footer-newsletter {
  max-width: 600px;
  margin: 0 auto;
}
.footer-v2 .footer-newsletter .form_control {
  background-color: #1F2432;
  border-radius: 30px;
  padding: 17px 30px;
  line-height: 1;
  border: none;
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-moz-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .form_control::placeholder {
  color: var(--text-color);
}
.footer-v2 .footer-newsletter .submit-btn {
  border: none;
  position: absolute;
  top: 17px;
  right: 25px;
  color: var(--primary-color);
  background-color: transparent;
}
.footer-v2 .copyright-area {
  border-top: none;
  background-color: #1F2432;
}

/* Footer V3 */
.footer-v3 {
  background-color: var(--primary-black-color);
}
.footer-v3 .footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-v3 .footer-top .section-title p {
  font-size: 18px;
}
.footer-v3 .footer-about-widget {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-about-widget {
    padding-right: 0;
  }
}
.footer-v3 .widget-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .footer-v3 .widget-top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-v3 .widget-top-area .footer-nav-widget {
  margin-bottom: 40px;
}
.footer-v3 .widget-top-area .footer-nav-widget h4,.footer-v3 .widget-top-area .footer-nav-widget .h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-nav-widget .widget-content ul li a {
    font-size: 14px;
  }
}
.footer-v3 .widget-top-area .footer-opening-widget {
  margin-bottom: 40px;
}
.footer-v3 .widget-top-area .footer-opening-widget h4,.footer-v3 .widget-top-area .footer-opening-widget .h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-opening-widget .widget-content span {
    font-size: 14px;
  }
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span b {
  color: var(--primary-color);
}
.footer-v3 .widget-top-area .footer-opening-widget .widget-content span:last-child {
  margin-left: 25px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .widget-top-area .footer-opening-widget .widget-content span:last-child {
    margin-left: 15px;
  }
}
.footer-v3 .contact-info-wrapper {
  padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box {
  margin-bottom: 40px;
}
.footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
  padding-left: 50px;
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:first-child) {
    padding-left: 0;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-v3 .contact-info-wrapper .widget-info-box:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}
.footer-v3 .contact-info-wrapper .widget-info-box .content h4,.footer-v3 .contact-info-wrapper .widget-info-box .content .h4 {
  color: var(--white-color);
  margin-bottom: 15px;
}
.footer-v3 .contact-info-wrapper .widget-info-box .content span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.footer-v3 .contact-info-wrapper .widget-info-box .content span i {
  color: var(--primary-color);
  margin-right: 10px;
}

.foot-top{width: 100%; height: auto; margin: 0; padding:0 0 30px 0; display: inline-block;border-bottom: 1px solid rgba(255,255,255,.3); margin-bottom: 50px;}
.foot-logo{margin: 0; padding: 0; width: 300px; height: auto; float: left;}
.foot-logo img{width: 300px; height: auto;}

.foot-whatsapp{margin: 0; padding: 0; width: 300px; height: auto; float: right;}
.foot-whatsapp1{margin: 0; padding: 0 15px; width: 120px; float: left;height: auto; text-align: center; font-size: 14px; color: #fff; line-height: 30px;}
.foot-whatsapp1 img{width: 120px; height: auto;}





.index-service{
	position: relative;
	padding: 80px 0;
	background-image: url('../images/hero-bg-image-1.png');
	margin: 60px auto 0 auto;
	width: 100%;
	max-width: 1880px;
	border-radius: 20px;
	
	overflow: hidden;z-index: 1;
}

.index-service::before,
.index-service::after{
	content: '';
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 100%;
	width: 100%;z-index: 1;
}

.index-service::before{
	background-image: url('../images/hero-bg-image-2.png');
	background-position: top center;z-index: 1;
}

.index-service::after{
	background-image: url('../images/hero-bg-image-3.png');
	background-position: bottom center;z-index: 1;
}


.dark-section{
	background-color: #10674f;
	background-image: url('../images/dark-section-bg-shape.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*
.dark-section:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/testimonial-bg.png') no-repeat;
	background-position: center right;
	background-size: contain;
	animation: circlerotate 40s infinite linear;
	z-index: 0;
}

@keyframes circlerotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}
*/

.dark-section .earth{width: 760px; height: 760px;overflow: hidden; margin: 0; padding:0;position: absolute;bottom:0; right: 0; z-index: 2; transition: all 0.35s;}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dark-section .earth img {
   width: 760px;
            height: auto;
            display: block;
            object-fit: cover;  
            animation: spin 20s linear infinite;
            transform-origin: center center;
}




.index-service .section-title{position: relative;}

.index-service-con {
  border-radius: 30px;margin: 15px 0;display: inline-block;position: relative;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid var(--border-color);backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.34);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;z-index: 100;
}

.index-service-con .icon {
  margin-bottom: 35px;
}
.index-service-con .content{text-align: left;z-index: 100;}
.index-service-con .content .title {
  font-size: 22px; color: var(--white-color);text-align: left;
  margin-bottom: 10px;z-index: 100;
}
.index-service-con .content p {
  margin-bottom: 20px; color: var(--white-color);text-align: left;
  font-weight:300;z-index: 100;
}
.index-service-con .content .icon-btn {
  width: 50px;text-align: left;z-index: 100;
  height: auto;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-service-con .content .icon-btn i {
 
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.index-service-con:hover {
  background: #45ab69;
  border-color: transparent;transition: all .4s ease;
}


.index-service-con:hover .content .icon-btn {
  padding-left: 20px;
}



.about-footer-item-royal{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.about-footer-item-royal:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.563vw;
	height: 50px;
	width: 1px;
	background-color: #e3e3e3;
}

.about-footer-item-royal:nth-child(5n + 5):before,
.about-footer-item-royal:last-child:before{
	display: none;
}

.about-footer-item-royal .icon-box{
	position: relative;
    width: 60px;
    height: 60px;
    background: #ffb300;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-footer-item-royal .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background:#666;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-footer-item-royal:hover .icon-box:before{
	transform: rotate(0) scale(1);
}

.about-footer-item-royal .icon-box img{
	position: relative;
    width: 100%;
    max-width: 30px;filter:brightness(0) invert(1);
    z-index: 1;
	transition: all 0.4s ease-in-out;
}

.about-footer-item-royal:hover .icon-box img{
	filter: brightness(1) invert(1);
}

.about-footer-item-content-royal .cou{font-size: 20px; line-height: 30px; color: #666; }
.about-footer-item-content-royal .counter{font-size: 40px; line-height: 30px; color: #000; font-weight: 600; margin-right: 6px; }

.title-desc-about{margin:0 auto; padding: 0; width: 100%; height: auto;}
.title-desc-about ul{margin:0 auto; padding: 0; width: 100%; height: auto;}
.title-desc-about li{margin:5px auto; padding: 0; width: 100%; height: auto; font-size: 16px; line-height: 24px; text-align: left; color: #666; padding-left: 25px; position: relative;}
.title-desc-about li i{font-size: 16px; line-height: 20px; text-align: left; color: #b90000; margin-right: 10px; position: absolute; left: 0; top: 0;}


.title-desc-about li strong{ color: #000;}



.company-supports-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 40px;
}

.company-supports-content hr{
    height: 1px;
    width: 33%;
    color: #e3e3e3;
	opacity: 1;
	margin: 0;
}

.company-supports-content .title{
    font-size: 24px;font-weight: 600;
	color: #000;
}



/*==============================================
 Start project section
================================================*/
.project-section {
  padding: 80px 0 120px 0;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  z-index: 1;
}
.project-section .project-box-items {
  margin-bottom: 10px;margin-left: 10px; margin-right: 10px;
  text-align: center;
}
.project-section .project-box-items .project-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-section .project-box-items .project-thumb::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.project-section .project-box-items .project-thumb figure {
  margin: 0;
}
.project-section .project-box-items .project-thumb figure img {
  width: 100%;
}
.project-section .project-box-items .project-thumb .project-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.project-section .project-box-items .project-thumb .project-btn a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  border-radius: 40px;
  border: 1px solid #ffb300;
  font-size: 15px;
  transform: rotate(-45deg);
  color: #ffb300;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 600ms linear;
}

.project-section .project-box-items .project-thumb .project-content {
  position: absolute;
  z-index: 1;
  bottom: 38px;
  left: 30px;
  margin: 0 auto;
  opacity: 1;
  transition: 0.5s;
  text-align: left;
}
.project-section .project-box-items .project-thumb .project-content .t1 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 14px;
}
.project-section .project-box-items .project-thumb .project-content .t2 {
  color: rgba(255, 255, 255, 0.8588235294);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  border-radius: 20px;
  margin-top: 0;
  font-weight: 400;
  font-size: 15px;
  padding: 2px 15px;
  display: inline-block;
  font-family: var(--text-font);
}

.project-section .project-box-items .project-thumb:hover .project-btn a {
  color: #fff;background: #ffb300;
  transform: rotate(0deg);
}
.project-section .project-box-items:hover .project-thumb::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-section .project-shape1 {
  position: absolute;
  top: 21%;
  left: 300px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.project-section .project-shape2 {
  position: absolute;
  top: 19%;
  right: 208px;
  animation: bounceleft 6s linear infinite;
  z-index: -1;
}
.project-section .project-active {
  overflow: hidden;
}
.project-section .project-active .slider-arrow-box {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  margin: 0;
  text-align: center;
}
.project-section .project-active .slider-arrow-box .slider-prev {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--primary-color);
  background: var(--primary-color3);
  margin-right: 12px;
}
.project-section .project-active .slider-arrow-box .slider-prev i {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
.project-section .project-active .slider-arrow-box .slider-prev:hover {
  background: var(--primary-color);
  color: var(--theme-color-white);
}
.project-section .project-active .slider-arrow-box .slider-next {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--theme-color-white);
  background: var(--primary-color);
}
.project-section .project-active .slider-arrow-box .slider-next:hover {
  background: var(--primary-color3);
  color: var(--primary-color);
}
.project-section .project-active .slider-arrow-box .slider-next i {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.projecttwo-slider-wrap{position: relative;}


.project-section .testimonial-arrows {
  position: absolute;
  bottom: -70px;
  right: calc(50% - 50px); 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.project-section .testimonial-arrows .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffb300;
  color: #ffb300;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-section .testimonial-arrows .slick-arrow:hover {
  background-color: #ffb300;
  color: var(--white-color);
  border-color: transparent;
}

.indexpro{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.indexpro .left{margin: 0 auto; padding: 0; padding-right: 2%; width: 30%; height: auto; float: left;}
.indexpro .right{margin: 0 auto; padding: 0; width: 70%; height: auto;float: right;}



.service-txt-con{padding: 30px 0; margin: 0; width: 100%; height: auto;}
.service-txt{padding: 0; margin: 0; width: 100%; height: auto;}
.service-txt .t1{padding:0; margin: 0; width: 100%; height: auto; font-size: 24px; color: #000; line-height: 30px; font-weight: bold;}
.service-txt .t2{padding:20px 0; margin: 0; width: 100%; height: auto; font-size: 14px; color: #666; line-height: 20px;}
.service-txt .t3 a{padding:5px 0; margin: 0; margin-right: 10px; width: 150px; border-radius: 20px; float: left;height: auto; font-size: 14px; color: #fff; line-height: 20px; text-align: center; display: block; background: #c01d27;}
.service-txt .t3 a:hover{color: #fff;margin-left: 5px; background: #333;}

.service-txt ul{margin: 20px 0; padding: 0; width: 100%; height: auto;}
.service-txt ul li{margin: 0; padding:5px 0; width: 100%; height: auto; padding-left: 30px; font-size: 14px; line-height: 20px; color: #666; position: relative;}
.service-txt ul li::before{position: absolute; top: 5px; left: 0; content: "\f058";; font-family: "Font Awesome 5 Pro"; color: #c24033;}



.service-txt .t3 a.cc{background: #333;}





.scrolling-wrap {
  white-space: nowrap;
  display: flex;
  gap: 30px;
  position: absolute; bottom: 40px; left: 0;
  z-index: 999;
  margin-top: -20px;
}

@media (max-width: 1399px) {
  .scrolling-wrap::after {
    display: none;
  }
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 98px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Funnel Display", sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s ease-in-out;
  color: rgba(255,255,255,.3);
  letter-spacing: -5.9px;
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 90px;
  }
}
.scrolling-wrap.color-2 .comm .cmn-textslide {
  color: var(--header);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.videobottom{position: relative;  width: 100%; height: auto;}


.videobottom .testimonial-wrapper{margin: 0 auto; padding:40px;  width: 100%; height: auto;}
.video-index{margin: 0 auto; padding: 0; width: 100%; height: auto;background: #fff;}
.video-index .img{margin: 0 auto; padding: 0; width: 100%; height: auto; position: relative; overflow: hidden;z-index: 10; transition: 0.6s}
.video-index .img img{max-width: 100%; height: auto;z-index: 10;transition: 0.6s}
.video-index .img i{width: 60px; height: 60px; border-radius: 60px; background: #ffb300; z-index: 50;position: absolute; left: calc(50% - 30px); top: calc(50% - 30px); text-align: center; line-height: 60px; color: #fff;transition: 0.6s}

.video-index:hover .img img{transform: scale(1.1);z-index: 10;transition: 0.6s}
.video-index:hover .img i{background: #b71c22;z-index: 50;transition: 0.6s}


.video-txt{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.video-txt .title{margin: 10px auto; padding: 0; width: 100%; height: 40px; overflow: hidden; font-size: 14px; line-height: 20px; color: #666; text-align: center; }


.contact-nei{margin: 0 auto; padding: 0; width: 100%; height: auto; padding-right: 50px;}
.contact-nei .title1{margin: 0 auto; padding: 0; width: 100%; height: auto; font-size: 40px; line-height: 40px; color: #000; text-align: left; font-weight: 600;}
.contact-nei .title2{margin: 0 auto; padding:15px 0; width: 100%; height: auto;  font-size: 24px; line-height: 30px; color: #000; text-align: left; font-weight: 400;}
.contact-nei .title3{margin: 0 auto; padding: 0; width: 100%; height: auto; }
.contact-nei .title3 img{width: 100px; height: auto; margin-right: 30px; }

.video{ margin:0 auto; padding:10px 0; width: 100%; height: auto; text-align: center;}
.video iframe{ margin:0 auto; padding:0; width: 100%; height: auto; border: 0; min-height: 260px;}
.video .txt{ margin:0 auto; padding:0; width: 100%; height: auto;}
.video .txt a{margin:0 auto; padding:0; width: 100%; height: auto; display: block;text-align: center;line-height: 24px; color: #666; font-size: 14px; font-weight: normal;}


.why-choose-us{
	padding: 100px 0; background: #f3f3f3;
}

.why-choose-content{
	margin-right: 15px;
}

.why-choose-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.why-choose-item{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.why-choose-item .icon-box{
	position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.why-choose-item .icon-box::before{
   	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.why-choose-item:hover .icon-box::before{
    transform: scale(1);
}

.why-choose-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 25px;
    z-index: 1;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img{
   filter: brightness(0) invert(1);
}

.why-choose-item-content{
	width: calc(100% - 65px);
}

.why-choose-item-content h3,.why-choose-item-content .h3{
	font-size: 20px;
}

.why-choose-item-content p{
	margin: 10px 0 0;
}

.why-choose-author-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3; background: #fff;
	margin-top: 40px;padding: 20px;
}

.why-choose-author-image figure{
	display: block;
	border-radius: 50%;
}

.why-choose-author-image img{
	width: 100%;
	max-width: 100px;
	border-radius: 50%;
}

.why-choose-author-content{
	max-width: 460px;
}

.why-choose-author-content h3,.why-choose-author-content .h3{
	font-size: 20px;
}

.why-choose-author-content p{
	margin: 10px 0 0;
}

.why-choose-images{
	display: flex;
	flex-wrap: wrap;
}

.why-choose-image-box-1{
	width: 60%;
	align-content: end;
}

.why-choose-image figure{
	display: block;
	border-radius: 20px;
}

.why-choose-image img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.why-choose-image-box-1 .why-choose-image{
	position: relative;
	z-index: 2;
}

.why-choose-image-box-1 .why-choose-image img{
	aspect-ratio: 1 / 1.378;
}

.why-choose-image-box-2{
	width: 40%;
}

.why-choose-image-box-2 .why-choose-image{
	margin-left: -135px;
}

.why-choose-image-box-2 .why-choose-image img{
	aspect-ratio: 1 / 1.07;
}

.why-choose-counter-box{
	background: var(--white-color);
	border-radius: 20px;
	margin: 20px 20px 20px 10px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
}

.why-choose-counter-box:hover{
	background: var(--accent-color);
}

.why-choose-counter-box h2,.why-choose-counter-box .h2{
	font-size: 40px;
}

.why-choose-counter-box p{
	margin: 10px 0 0;
}








.renvia-member-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;margin: 10px 0; border-bottom: 1px solid #e3e3e3;
}


.renvia-member-info-box .icon {
  margin-right: 0;
  width: 70px;
  height: auto;font-size: 20px;
  color: var(--primary-color);
}

.renvia-member-info-box .icon img{
  width: 40px;
  height: auto;
}

.renvia-member-info-box .content span {
  font-size: 16px; color: var(--primary-color); line-height: 30px;
}
.renvia-member-info-box .content .title {
  font-size: 18px;font-weight: 600;color: #000;
}
@media screen and (max-width: 1199.98px) {
  .renvia-member-info-box .content .title  {
    font-size: 18px;
  }
}

.renvia-contact_three .contact-wrapper {
  background-color: #f8f9f8;
  padding: 50px 60px 60px;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .renvia-contact_three .contact-wrapper {
    padding: 20px 20px 30px;
  }
}

.renvia-contact_three .contact-wrapper .title{margin: 0 auto; padding: 15px 0; width: 100%; height: auto; font-size: 30px; color: #000; line-height: 30px; text-align: left;}


 .contact-form {
  position: relative;margin: 20px 0; display: inline-block;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .contact-form{
    margin-top: 30px;
  }
}
.contact-form .form-group {
	color: #666;width: 100%; height: auto;}
 .contact-form .form-group p {
  color: #666;width: 100%; height: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
 .contact-form .form-group span {
  color: #666;width: 100%; height: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contact-form .form-group label {
  position: absolute;
  top: 15px;
  right: 30px;
}
 .contact-form .form-group input {
  width: 100%;
  border: 1px solid #EAEBEB;
  color: #000;background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight:300;
  line-height: 16px;
  padding: 16px 16px;
  margin-bottom: 10px;
}
.contact-form .form-group input::-moz-placeholder {
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
 .contact-form .form-group input::placeholder {
  color:#6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

 .contact-form .form-group input.wpcf7-captchar{width: 50%;
  padding: 6px 16px;}




 .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #EAEBEB;background: #fff;
  color:#000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 16px 16px;
  margin-bottom: 10px;
  height: 128px;
}
 .contact-form .form-group textarea::-moz-placeholder {
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.contact-form .form-group textarea::placeholder {
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.contact-form .form-group button {
  border: none;
  outline: none;
}

.contact-form .form-group .wpcf7-submit{margin: 0; padding: 10px 40px; width: auto; height: 40px; background: #c01d27; color: #fff;transition: all 0.3s ease-out 0s;}
.contact-form .form-group .wpcf7-submit:hover{background: #d6000f; color: #fff; margin-left: 15px;transition: all 0.3s ease-out 0s;}




.miaoshu{padding: 10px 0; margin: 0; width: 100%; height: auto; font-size: 16px; line-height: 24px;}

.miaoshu .pro-title{ margin:15px auto; padding:10px 0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3; font-size: 30px; line-height: 30px;}



.miaoshu h3{ margin:15px auto; padding:10px 0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3; font-size: 26px; line-height: 30px;}

.miaoshu h4{ margin:15px auto; padding:10px 0; width: 100%; height: auto; border-bottom: 1px dashed #e3e3e3; font-size: 22px; line-height: 25px;}



.miaoshu table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.miaoshu table td{ border:1px solid #909090; text-align: center;}

.miaoshu table td{ border:1px solid #909090; text-align: center; padding: 5px 0; color: #909090;}
.miaoshu table tr:nth-child(odd){background:;}
.miaoshu table tr:nth-child(even){background:#;}
.miaoshu table tr:nth-child(1){background:#b5bbcd;color:#000;font-weight: bold;}
.miaoshu table tr:nth-child(1) td{background:#b5bbcd; color: #000; font-weight: bold;}

.miaoshu ul{margin: 20px 0; padding: 0; width: 100%; height: auto;}
.miaoshu ul li{margin: 0; padding:5px 0; width: 100%; height: auto; padding-left: 30px; font-size: 16px; line-height: 25px; color: #666; position: relative;}
.miaoshu ul li::before{position: absolute; top: 5px; left: 0; content: "\f058";; font-family: "Font Awesome 5 Pro"; color: #c24033;}


.miaoshu img{margin: 15px 0; max-width: 100%; height: auto;}

.miaoshu iframe{margin: 15px 0; max-width: 100%; height: auto; min-height: 500px;}



.zhenshu{width: 100%; height: auto; margin: 0;padding: 20px;background: #f3f3f3;}
.zhenshu .img{width: 100%; height: auto; margin: 0;padding: 0}
.zhenshu .img img{width: 100%; height: auto; margin: 0;padding: 0}

.zhenshu .txt{width: 100%; height: auto; margin: 0;padding:15px 0; font-size: 16px; line-height: 25px; color: #666; text-align: center; }




.renvia-service-card.pro-one {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}

.renvia-service-card.pro-one .img{
  width: 100%; height: auto; margin: 0; padding: 0;border-radius: 20px;overflow: hidden;transition: 0.6s;
}
.renvia-service-card.pro-one .img img{
  width: 100%; height: auto;transition: 0.6s;
}

.renvia-service-card.pro-one .content{position: relative; margin: 0; padding:10px 0;width: 100%; height: auto;}
.renvia-service-card.pro-one .title-wrap {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  padding: 0;
  margin-bottom: 10px;
}



.renvia-service-card.pro-one .title-wrap h4,.renvia-service-card.pro-one .title-wrap .h4,.renvia-service-card.pro-one .title-wrap .title {
  width: 100%; font-size: 16px; line-height: 20px; height: 60px; overflow: hidden;margin:15px 0; padding:0;font-weight: 600; display: block;
  transition: 0.6s;
}

.renvia-service-card.pro-one .title-video h4,.renvia-service-card.pro-one .title-video .h4,.renvia-service-card.pro-one .title-video .title {
  width: 100%; font-size: 16px; line-height: 20px; height: auto; overflow: hidden;margin:15px 0; padding:0;font-weight: 600; display: block;
  transition: 0.6s;
}



.renvia-service-card.pro-one .readmore{position: relative; margin: 0; padding:10px 0 0 0; margin: 10px 0 0 0; width: 100%; height: auto;border-top: 1px solid var(--border-color);}

.renvia-service-card.pro-one .readmore .read{font-size: 14px; font-weight: 600; color: #000; line-height: 30px; padding: 15px 0;}

.renvia-service-card.pro-one .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;position: relative;
 
  background-color: #f8f8f8;text-align: center;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.renvia-service-card.pro-one .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);text-align: center; line-height: 50px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.renvia-service-card.pro-one p {
  margin:20px 0;font-size: 14px; line-height: 20px;
}

.renvia-service-card.pro-one:hover{transition: 0.6s;}
.renvia-service-card.pro-one:hover .img{
  width: 100%; height: auto; margin: 0; padding: 0;border-top-left-radius: 20px; border-top-right-radius: 20px;overflow: hidden;transition: 0.6s;
}
.renvia-service-card.pro-one:hover .img img{
  width: 100%; height: auto;transform: scale(1.1);transition: 0.6s;
}

.renvia-service-card.pro-one:hover .title-wrap h4,.renvia-service-card.pro-one:hover .title-wrap .h4,.renvia-service-card.pro-one:hover .title-wrap .title {
  color: #000;transition: 0.6s;
}
.renvia-service-card.pro-one:hover .title-wrap .data .time{color: #ffb300;transition: 0.6s;}


.renvia-service-card.pro-one:hover .icon-btn {
  background-color: #ffb300;
  color: var(--white-color);
}
.renvia-service-card.pro-one:hover .icon-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}












/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;background: #f3f3f3;
  margin:30px 0 10px 0; border-bottom: 1px solid #e3e3e3;border-top: 1px solid #e3e3e3; padding: 20px ;
}


.nav-links .prev {
 
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}


.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);text-align: right;
}


.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;color: #000;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: block;width: 100%;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size:14px;
  line-height:20px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #666;
  padding: 0;
  border-radius: 10px; 
  width: 100%; max-height: 40px; overflow: hidden;
}




.header-navigation .main-menu ul > li .sub-menutwo {
    position: absolute;
  left: -500px;
  top: 120%;
  width: 1500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 25px 30px;
  background-color: #fff;
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menutwo li {
  display: block; width: 19%; float: left;
  margin: 0 0.5%; border-radius: 1px solid #e3e3e3;
}
.header-navigation .main-menu ul > li .sub-menutwo li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;width: 100%;
  line-height: 2.5;font-size: 14px; font-weight: 800;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-navigation .main-menu ul > li .sub-menutwo li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menutwo li .menutwo {
  width: 100%; height: auto;display: block;background: #333;
}
.header-navigation .main-menu ul > li .sub-menutwo li .menutwo li{margin: 0; padding: 0; width: 100%; height: auto;}
.header-navigation .main-menu ul > li .sub-menutwo li .menutwo li a{
  width: 100%; height: auto;font-size: 14px; margin:5px 0; padding: 0;display: block;color: #888;font-weight: 400;line-height: 20px;
}
.header-navigation .main-menu ul > li .sub-menutwo li:hover > a {
  
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menutwo li .menutwo li:hover a{
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > .sub-menutwo {
  opacity: 1;
  visibility: visible;
  top: 100%;
}








.shop-details-section{width: 100%; height: auto; margin: 0; padding: 100px 0;}


.shop-details-wrapper .shop-details-image {
  position: relative;
}
.shop-details-wrapper .shop-details-image .nav {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 20px;
}
.shop-details-wrapper .shop-details-image .nav img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.shop-details-wrapper .shop-details-image .nav .nav-link {
  padding: 0;
  max-width: 109px;
}
.shop-details-wrapper .shop-details-image .shop-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.shop-details-wrapper .product-details-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 0;
  }
}
.shop-details-wrapper .product-details-content h2,.shop-details-wrapper .product-details-content .h2 {
  font-size: 30px;
  font-weight: 500;
}
.shop-details-wrapper .product-details-content .star a {
  color: var(--theme3);
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper .product-details-content .star span {
  margin-left: 10px;
}
.shop-details-wrapper .product-details-content .price-list {
  gap: 20px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding-bottom: 30px;
}
.shop-details-wrapper .product-details-content .price-list h3,.shop-details-wrapper .product-details-content .price-list .h3  {
  font-size: 22px;
  font-weight: 500;
}
.shop-details-wrapper .product-details-content .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity {
  padding-right: 15px;
  margin-right: 15px;
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
  width: 50px;
  height: 38px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(47, 47, 47, 0.2);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  margin-top: 2px;
  border-radius: 4px;
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity input:hover {
  background: var(--theme3);
  color: var(--white);
  border-color: var(--theme3);
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
  color: var(--header);
  font-weight: 700;
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
  color: var(--header);
}
.shop-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
  color: var(--header);
}
.shop-details-wrapper .product-details-content .cart-wrp .icon {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(47, 47, 47, 0.2);
  color: var(--header);
  line-height: 40px;
  border-radius: 4px;
}
.shop-details-wrapper .product-details-content .cart-wrp .icon:hover {
  background: var(--theme3);
  color: var(--white);
  border-color: var(--theme3);
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile {
  z-index: 2;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul {
  transform: translateX(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: transparent;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-left: 0 px solid var(--border);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 4px;
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile ul li a:hover {
  color: var(--white);
  background-color: var(--theme3);
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile .plus-btn {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(47, 47, 47, 0.2);
  color: var(--header);
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
}
.shop-details-wrapper .product-details-content .cart-wrp .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .product-details-content .cart-wrp .theme-btn {
    padding: 15px 40px;
  }
}
.shop-details-wrapper .product-details-content .shop-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.shop-details-wrapper .product-details-content .shop-btn .theme-btn {
  padding: 14px 35px;
}
.shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2) {
  background-color: transparent;
  background-color: transparent;
  color: var(--theme3);
  border: 1px solid var(--theme3);
}
.shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2)::before, .shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2)::after {
  background-color: var(--theme3);
}
.shop-details-wrapper .product-details-content .shop-btn .theme-btn:nth-child(2):hover {
  color: var(--white);
}
.shop-details-wrapper .product-details-content .details-info {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper .product-details-content .details-info span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 5px;
  font-family: "Inter", sans-serif;
}
.shop-details-wrapper .product-details-content .details-info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  text-transform: capitalize;
}
.shop-details-wrapper .product-details-content .details-info.style-2 a b {
  border: 1px solid #e6e6e6;
  padding: 4px 12px 6px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.shop-details-wrapper .product-details-content .details-info.style-2 a b:hover {
  background-color: var(--theme3);
  color: var(--white);
}



.solution-one{margin:0 auto; padding:80px 0; width:100%; height:auto;}


/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-box-content{
    background-color: #fff;
    padding: 30px 30px 30px 0px;  transition: all ease 400ms;  
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-right: 30px;
	color: #45ab69;
}
.pbmit-service-style-2 .pbmit-featured-wrapper{width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0;}
.pbmit-service-style-2 .pbmit-featured-wrapper img{
  width: 100%; height: auto;transition: all ease 400ms;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img{
  transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);transition: all ease 400ms;
}


.pbmit-service-style-2 .pbmit-service-custom-icon-wrapper img{
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.pbmit-service-style-2 .pbmit-service-title a{
    font-size: 22px;
    line-height: 25px;font-weight: 600;
	margin-bottom: 10px;
}

.pbmit-service-style-2:hover .pbmit-service-title a{
   color: #ffb300;margin-left: 10px;transition: all ease 400ms;
}

.pbmit-service-style-2 .pbmit-service-content{
    margin-top: 10px;font-size: 14px; line-height: 20px; height: 80px; overflow: hidden;
}
.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner{
    position: relative;
    padding-left: 45px;
    border-left: 1px solid #e5e5e5;
    position: relative;
}

.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner:before,
.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color:#ffb300;
    left: -3px;
}
.pbmit-service-style-2 .pbminfotech-box-content .pbminfotech-box-content-inner:after{
    bottom: 0;
}



.pbmit-service-btn{
	
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;margin: 20px 0 10px 0;
    letter-spacing: 1px;color: #ffb300;
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-service-btn a{
	font-size: 13px;
    line-height: 23px;
    font-weight: 700;color: #ffb300;
    text-transform: uppercase;
}
.pbmit-service-btn a span{
	position: relative;
    display: inline-block;
    line-height: normal;
    padding-right: 20px;
}
.pbmit-service-btn a span:after{
	content: "+";
    font-size: 20px;
    line-height: 23px;
    position: absolute;color: #ffb300;
    right: 0;
    top: -2px;
}




.single-features-item .content .icon-btn i{
  color: #fff;
}

.single-features-item .img-holder .text .icon-btn, .single-features-item .img-holder .text h4.title:before, .single-features-item .img-holder .text .h4.title:before, .single-features-item .img-holder .text .title:before{background-color: #a7917c;}

 .single-features-item .content .meta{
  background-color: #fff;
}
.single-features-item .content .icon-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;background-color: #a7917c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-features-item .content .icon-btn i{
  color: #fff;
}




.single-features-item:hover .img-holder .content p {
  opacity: 1;
  max-height: 90px;
  margin-top: 20px;
}
.single-features-item .img-holder {
  position: relative;
}
.single-features-item .img-holder img {
  width: 100%;
  border-radius: 7px;
}
.single-features-item .img-holder .content {
  position: absolute;
  bottom: -60px;
  left: 30px;
  right: 30px;
  padding: 30px 30px 20px 20px;background: #fff;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


.category_item{
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 0px 0 0px;
  position: relative;
  text-align: center;
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item .thumb{
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 42px 0;
  position: relative;
}
.category_item .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item:hover{
  -webkit-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
}
.category_item:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category_item .details .title,
.category_item .details .title a{
  color: #2b2c2a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.category_item.home6_style{
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 30px;
  padding: 0;
	padding: 20px 0px
}
.category_item.home6_style .icon span,
.category_item.home6_style .title,
.category_item.home6_style .title a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item.home6_style .icon span{
  font-size: 80px;
  font-weight: normal;
  line-height: 0;
}
.category_item.home6_style .icon span img{
  width: 80px; height: auto;
}


.category_item.home6_style .title,
.category_item.home6_style .title a{
  color: #2b2c2a;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.category_item.home6_style .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.category_item.home6_style:hover .icon span,
.category_item.home6_style:hover .title,
.category_item.home6_style:hover .title a{
  color: #45ab69;
}








@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-features-item .img-holder .content {
    padding: 35px 25px 25px;left: 20px;
  right: 20px;
  }
}
@media only screen and (max-width: 991px) {
	.miaoshu iframe{margin: 15px 0; max-width: 100%; height: auto; min-height: 420px;}
	
	
}
	
	
@media only screen and (max-width: 760px) {
	.single-features-item{margin: 10px 0;}
  .single-features-item .img-holder .content {
    padding: 35px 25px 25px;left: 20px;position: relative;bottom: 0;
  right: 0;left:0;border-radius: 0;
  }
	.single-features-item .img-holder img {
  width: 100%;
  border-radius: 0;
}
	
.miaoshu iframe{margin: 15px 0; max-width: 100%; height: auto; min-height: 360px;}
	
	
}

.pcblock{display: block;}

.single-features-item .img-holder .text {
  display: -webkit-box;
  display: -ms-flexbox;text-align: left;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-features-item .img-holder .text h4.title,.single-features-item .img-holder .text .title,.single-features-item .img-holder .text .h4.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;text-align: left;
          flex: 0 0 auto;
  width: 90%;font-size: 18px;line-height: 20px;
}
.single-features-item .img-holder .text h4.title:before,.single-features-item .img-holder .text .h4.title:before,.single-features-item .img-holder .text .title:before {
  display: block;
  content: "";
  width: 45px;
  height: 3px;
  margin-bottom: 15px;
  border-radius: 10px;
}

@media (max-width: 1620px) {
.single-features-item .img-holder .text h4.title,.single-features-item .img-holder .text .h4.title,.single-features-item .img-holder .text .title {font-size: 18px; width: 90%;}
}



@media (max-width: 1199px) {
  .single-features-item .img-holder .text h4.title,.single-features-item .img-holder .text .h4.title,.single-features-item .img-holder .text .title {
    font-size: 16px;
  }
}
.single-features-item .img-holder .text .icon-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

@media (max-width: 767px) {
.pcblock{display: none;}
	.about-footer-item-content-royal .cou{font-size: 15px; line-height: 30px; color: #666; }
.about-footer-item-content-royal .counter{font-size: 20px; line-height: 30px; color: #000; font-weight: 600; margin-right: 6px; }
.about-footer-item-content-royal p{font-size: 12px; line-height: 20px; color: #666; }
}

@media (max-width: 575px) {
  .single-features-item .img-holder .text .icon-btn {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.single-features-item .img-holder p {
  height: auto;
  max-height: 0;text-align: left;
  opacity: 0;font-size: 14px;line-height: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 1199px) {
  .single-features-item .img-holder p {
    font-size: 14px;
  }
}
