@charset "UTF-8";

:root {
  --primary-color: #C9983E;
  --heading-color: #011829;
  --primary-black-color: #0A233B;
  --gray-color: #F7F5EF;
  --white-color: #ffffff;
  --text-color: #797E88;
  --border-color: #D8DDE1;
  --PrimaryNavy: #011829;
  --SecondaryNavy: #0A233B;
  --GoldAccent: #C9983E;
  --DarkGold: #A9782C;
  --LightCream: #F7F3EE;
  --DarkGray: #333333;
  --MediumGray: #6B6B6B;
  --LightGray: #E6DED3;
  --WarmBeige: #E9D7BC;
  --black: #000000;
  --navy:#061f33;
  --navy2:#0b2b47;
  --gold:#d8a84b;
  --white:#ffffff;
  --ivory:#f8f6f2;
  --deepNavy:#061f33;
  --text:#d8d8d8;
  --heading-font: "Cal Sans", sans-serif;
  --body-font: "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 {
  font-weight: 600;
  margin: 0px;
  color: var(--heading-color);
  font-family: "Playfair Display", serif;
  /* font-family: var(--heading-font); */
}

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

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

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

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

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

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(--black);
  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
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}

#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 {
  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-padding {
  padding: 60px 0px;
}

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

.custom-bg-light {
  background-color: var(--LightGray);
}

.section-title .sub-title {
  color: var(--primary-color);
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .section-title h2 {
    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 li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.theme-pagination ul li a {
  width: 50px;
  height: 50px;
  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;
  font-weight: 700;
  color: var(--heading-color);
  border-radius: 50%;
}

.theme-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li a.active {
    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;
}

.brand-logo {
  font-weight: 600;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  color: var(--white-color) !important;
}

.brand-logo span {
  font-weight: 600;
  line-height: 1.1;
  font-size: 41px;
  color: var(--GoldAccent);
}

.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: 500;
  font-family: var(--body-font);
  padding: 18px 30px;
  border-radius: 0px;
  font-size: 16px;
  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);
  border: 1px solid var(--DarkGold);
}

.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}

.theme-btn.style-two {
  background-color: var(--PrimaryNavy);
  color: var(--white-color);
  border: 1px solid var(--DarkGold);
}

.theme-btn.style-two: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: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: 320px;
}



@media (max-width: 767.98px) {
  .brand-logo {
    color: var(--GoldAccent) !important;
  }

  .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: var(--heading-color);
  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: 250px;
  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 var(--heading-color);
  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: var(--heading-color);
}

.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;
    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 {
    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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-item .offcanvas-toggle {
  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;
  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;
  padding: 18px 40px;
}

@media screen and (max-width: 1199.98px) {
  .nav-right-item .theme-btn {
    padding: 15px 40px;
  }
}

.header-one {
  margin-top: 25px;
}

.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 {
  background-color: var(--white-color);
  padding: 0 30px;
  border-radius: 100px;
}

@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: var(--heading-color);
  border-color: var(--heading-color);
}

.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: var(--white-color);
}

@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;
}

.sticky.header-one {
  background-color: var(--white-color);
}

.sticky.header-two {
  background-color: var(--SecondaryNavy);
}

.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 .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: -15px;
}

.renvia-avatar-box .avatar-list ul li img {
  width: 55px;
  height: 55px;
  border: 2px solid var(--white-color);
  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 var(--DarkGold);
  background-color: var(--SecondaryNavy);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 991.98px) {
  .renvia-hero_one .hero-dots {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-dots {
    display: none;
  }
}

.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;
}

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

@media (max-width: 767.98px) {
  .renvia-hero_one .renvia-avatar-box {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .renvia-hero_one .renvia-avatar-box .avatar-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.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: 235px 0 220px;
}

@media (max-width: 767.98px) {
  .renvia-hero_one .single-slider {
    padding: 200px 0 250px;
  }
}

.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.2);
  transform: scale(1.2);
  z-index: -1;
}

.renvia-hero_one .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content {
    text-align: center;
  }
}

.renvia-hero_one .hero-content .tag-line {
  font-size: 94px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: lowercase;
  margin-bottom: 68px;
  color: var(--GoldAccent);
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content .tag-line {
    font-size: 16px;
  }
}

.renvia-hero_one .hero-content h2 {
  font-size: 84px;
  font-weight: 600;
  line-height: 104px;
  color: var(--white-color);
  margin-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
  .renvia-hero_one .hero-content h2 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767.98px) {
  .renvia-hero_one .hero-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.renvia-hero_one .hero-content p {
  color: var(--white-color);
  max-width: 100%;
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 46px;
}

@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 {
  max-width: 600px;
  color: var(--white-color);
  margin-bottom: 20px;
}

@media screen and (max-width: 1199.98px) {
  .renvoa-hero_two .hero-content h1 {
    margin: 0 auto 20px;
  }
}

@media (max-width: 767.98px) {
  .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 {
  font-size: 92px;
  line-height: 102px;
  margin-bottom: 30px;
}

@media (max-width: 1650px) {
  .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 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 991.98px) {
  .renvia-hero_three .hero-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 575.98px) {
  .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;
}

@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: 135px 0 135px;
  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.75);
  z-index: -1;
}

.page-hero .page-content h1 {
  color: var(--white-color);
  font-size: 65px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .page-hero .page-content h1 {
    font-size: 44px;
  }
}

.page-hero .page-content ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}

.page-hero .page-content ul li:not(:last-child):after {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 8px;
  margin-right: 5px;
}

.page-hero .page-content ul li a {
  color: var(--primary-color);
}

/*======================
    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;
}

@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: 100%;
  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 {
  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;
}

.renvia-about_one .renvia-content-box h4 {
  margin-bottom: 20px;
}

@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-feature-wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: var(--heading-color);
  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;
  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 {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .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: 30px;
}

@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 .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 {
  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 {
  text-align: center;
}

.renvia-feature-item.style-one .icon {
  position: relative;
  width: 90px;
  height: 90px;
  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);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin: 25px auto;
}

.renvia-feature-item.style-one .icon img {
  width: 45px;
}

.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 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
}

.renvia-feature-item.style-one .content a {
  color: var(--DarkGold);
}

.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 .renvia-image {
  margin-right: -55px;
}

@media screen and (max-width: 1199.98px) {
  .renvia-feature_one .renvia-image {
    margin-right: 0;
  }
}

.renvia-feature_one .renvia-image img {
  border-radius: 30px;
}

.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>p {
  margin-bottom: 35px;
}

.renvia-feature_one .renvia-content-box .counter-wrap {
  padding-top: 15px;
  margin-bottom: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1650px) {
  .renvia-feature_one .renvia-content-box .counter-wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .counter-wrap .renvia-counter-item .content h2 {
    font-size: 30px;
  }
}

.renvia-feature_one .renvia-content-box .counter-wrap .renvia-counter-item .content p {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .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: 300px 0;
}

@media (max-width: 767.98px) {
  .renvia-intro_one {
    padding: 180px 0;
  }
}

.renvia-intro_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 37, 0.6);
  z-index: -1;
}

.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 {
  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 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .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 {
  font-size: 18px;
  margin-bottom: 10px;
}

.renvia-service-card.style-one {
  background-color: var(--white-color);
}

@media screen and (max-width: 1199.98px) {
  .renvia-service-card.style-one {
    padding: 35px 30px 40px;
  }
}

.renvia-service-card.style-one:hover .title-wrap .icon-btn {
  background-color: var(--primary-color);
  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-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-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.renvia-service-card.style-one .title-wrap h4 {
  max-width: 180px;
}

.renvia-service-card.style-one .title-wrap .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;
  background-color: #F8F8F8;
  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);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.renvia-service-card.style-one p {
  margin-bottom: 30px;
}

.renvia-service-card.style-one img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.renvia-service-card.style-one .content {
  padding: 20px;
}

.renvia-service-card.style-one .content h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

.renvia-service-card.style-one .content .icon-btn {
  color: var(--GoldAccent);
  display: inline-block;
}

.renvia-service-card.style-one .content .icon-btn i {
  padding-left: 10px;
}

.renvia-service-card.style-two {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 30px;
}

.renvia-service-card.style-two .content .title {
  margin-bottom: 35px;
}

@media screen and (max-width: 991.98px) {
  .renvia-service-card.style-two .content .title {
    font-size: 20px;
  }
}

.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;
}

.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-top: 25px;
  margin-bottom: 30px;
}

.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;
  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: var(--heading-color);
  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 .content .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.renvia-service-card.style-three .content p {
  margin-bottom: 20px;
  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_two .container-fluid,
.renvia-service_one .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}

@media (max-width: 1650px) {

  .renvia-service_two .container-fluid,
  .renvia-service_one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199.98px) {

  .renvia-service_two .container-fluid,
  .renvia-service_one .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 {
  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 {
  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 {
  margin-bottom: 10px;
}

.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 {
  margin-bottom: 10px;
  color: var(--white-color);
}

.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;
  background-color: var(--white-color);
}

@media (max-width: 767.98px) {
  .renvia-project-item.style-one {
    -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-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 .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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 295px;
  margin-left: 30px;
}

@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;
}

.project-slider,
.projects-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}

@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 .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;
  }
}

.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 {
  font-size: 46px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .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 {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .project-details-wrapper .project-content .project-info-box h5 {
    font-size: 22px;
  }
}

.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;
  font-size: 24px;
}

.accordion-card.style-one .accordion-header .accordion-title:after {
  color: #d4a247;
}

.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 #d4a247;
}

.accordion-card.style-one .accordion-content p {
  font-weight: 400;
}

.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: #F7F5EF;
  border-radius: 20px;
  padding: 10px;
}

.renvia-team-item.style-one .member-image {
  margin-bottom: 10px;
}

.renvia-team-item.style-one .member-image img {
  width: 100%;
  border-radius: 20px;
}

.renvia-team-item.style-one .member-info {
  background-color: var(--white-color);
  padding: 20px;
  text-align: center;
}

.renvia-team-item.style-one .member-info .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.renvia-team-item.style-one .member-info .title:hover {
  color: var(--primary-color);
}

.renvia-team-item.style-one .member-info .position {
  margin-bottom: 23px;
}

.renvia-team-item.style-one .member-info .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--heading-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);
  font-size: 14px;
}

.renvia-team-item.style-one .member-info .social-box a:not(:last-child) {
  margin-right: 5px;
}

.renvia-team-item.style-one .member-info .social-box a: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-member-info-box {}

@media (max-width: 1650px) {
  .renvia-member-info-box {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .renvia-member-info-box {
    padding: 20px 30px;
  }
}

.renvia-member-info-box .icon {}

.renvia-member-info-box .content h4 {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1199.98px) {
  .renvia-member-info-box .content h4 {
    font-size: 18px;
  }
}

.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);
}




@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%;
  height: 616px;
  object-fit: cover;
}

.team-details-wrapper .renvia-team-main .member-info {
  padding: 60px 80px 60px 60px;
}

@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;
}

.why-work-sec {
  background-color: var(--PrimaryNavy);
}

.team-details-wrapper .renvia-team-main .member-info .member-info-list {}

.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);
}

.why-work-sec h2 {
  color: var(--white-color);
}

.why-work-sec p {
  color: var(--white-color);
}

.why-work-sec h4 {
  margin: 20px 0px;
  color: var(--white-color);
}

.why-work-sec span {
  color: var(--white-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 {
  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 {
  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 {
  -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 {
    gap: 10px;
    margin-right: 10px;
  }
}

.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 {
    font-size: 50px;
  }
}

.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 {
    font-size: 50px;
  }
}

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

.renvia-testimonial_two .testimonial-wrapper {
  margin-left: 50px;
}

@media (max-width: 1650px) {
  .renvia-testimonial_two .testimonial-wrapper {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1199.98px) {
  .renvia-testimonial_two .testimonial-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 1650px) {
  .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 {
    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 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 {
    font-size: 16px;
  }
}

.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 {
    display: none;
  }
}

/*======================
    Blog Section  CSS
=======================*/
.renvia-blog-post-item.style-one .post-thumbnail img {
  height: 300px;
  object-fit: cover;
  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;
}

.renvia-blog-post-item.style-one {
  padding: 20px;
  background-color: white;
}

@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 {
    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);
  border-radius: 30px;
}

.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;
}

.renvia-blog-post-item.style-four .post-thumbnail img {
  border-radius: 30px;
  width: 100%;
}

.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: 35px 40px 40px;
}

@media (max-width: 767.98px) {
  .renvia-blog-post-item.style-four .post-content {
    padding: 25px 20px 30px;
  }
}

.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: 30px;
  margin-bottom: 20px;
}

.renvia-blog-post-item.style-four .post-content .title:hover {
  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: 30px;
}

.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;
}

.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 .sidebar-widget.sidebar-post-widget {
  padding: 40px 40px 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;
  border-radius: 20px;
  height: auto;
}

.post-title-date {
    padding-left: 15px;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5 {
  font-weight: 500;
  line-height: 28px;
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5: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 {
  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 .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;
  width: 100%;
  height: 500px;
}

.blog-details-wrapper .blog-post-item .post-content .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item .post-content .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 {
  color: var(--primary-color);
}

.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 {
  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 {
  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 {
    font-size: 16px;
  }
}

.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 {
    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-filter: brightness(1);
  filter: brightness(1);
  -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 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199.98px) {
  .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 {
  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 {
  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 {
  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 {
  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);
}

.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 h3 {
  margin-bottom: 30px;
  text-align: center;
}

.renvia-contact_three .contact-wrapper label {
  position: absolute;
  top: 30px;
  right: 30px;
}

.renvia-contact_three .contact-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 14px 20px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}

.renvia-contact_three .contact-wrapper .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}

.renvia-contact_three .contact-wrapper .form_control::-moz-placeholder {
  color: var(--heading-color);
}

.renvia-contact_three .contact-wrapper .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}

.renvia-contact_three .contact-wrapper .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}

.renvia-contact_three .contact-wrapper .form_control::placeholder {
  color: var(--heading-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 {
  font-size: 60px;
  margin-bottom: 30px;
}

.axis-error-sec .axis-content-box h2 span {
  color: var(--primary-color);
}

@media (max-width: 767.98px) {
  .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: var(--primary-color);
  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: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: var(--GoldAccent);
  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;
}

.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: 16px;
  color: var(--white-color);
  text-transform: uppercase;
}

.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}

.footer-widget.footer-newsletter-widget .widget-content p {
  color: var(--white-color);
  margin-bottom: 14px;
}

footer .social-box {
  margin-top: 20px;
}

.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: var(--white-color);
  border-radius: 30px;
}

.footer-widget.footer-newsletter-widget .widget-content .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .widget-content .form_control::-moz-placeholder {
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .widget-content .form_control:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .widget-content .form_control::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-widget.footer-newsletter-widget .widget-content .form_control::placeholder {
  color: var(--white-color);
}

.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%;
}

.footer-logo a {
  font-weight: 600;
  line-height: 1.5;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  color: var(--white-color) !important;
  margin-bottom: 20px;
}

footer .widget-nav {
  margin-top: 20px;
}

/* Copyright Area */
.copyright-area {
  border-top: 1px solid rgb(144 139 139);
  padding: 8px 0 8px;
}

.copyright-area .copyright-text p {
  font-size: 16px;
  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);
}

.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 {
  padding-top: 60px;
  background-color: var(--primary-black-color);
}

.footer-v1 .widget-content {
  margin-bottom: 30px;
}

.footer-v1 .footer-top {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--LightGray);
}

.footer-v1 .footer-top .section-title p {
  font-size: 18px;
}

/* 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 {
  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 {
  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 {
  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;
}

/* Remove CF7 wrapper spacing */
.wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

/* Make CF7 fields fill Bootstrap columns */
.wpcf7-form-control{
    width:100%;
}

/* Keep icon inside input */
.form-group{
    position:relative;
}

.form-group label{
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    pointer-events:none;
}

.form-group textarea + .wpcf7-form-control-wrap + label,
.form-group textarea + label{
    top:28px;
    transform:none;
}

/* Space for icon */
.form_control{
    width:100%;
    padding-right:60px;
}
.wpcf7-submit {
    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.form-group.text-center .wpcf7-spinner {
    display: none;
}

.hero-section{
    background:var(--navy);
    padding:90px 0;
    overflow:hidden;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:80px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:6px 15px;
    border:1px solid rgba(216,168,75,.3);
    border-radius:50px;
    color:var(--gold);
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:35px;
    background-color: rgb(212 162 71 / 0.1);
}

.hero-badge .dot{
    width:8px;
    height:8px;
    background:var(--gold);
    border-radius:50%;
}

.hero-content h1{
    font-size:70px;
    line-height:1.1;
    color:#fff;
    margin-bottom:30px;
}

.hero-content p{
    color:var(--text);
    font-size:22px;
    line-height:1.8;
    max-width:700px;
    margin-bottom:45px;
}

.hero-btns{
    display:flex;
    gap:20px;
    margin-bottom:35px;
}

.btn{
    display:inline-block;
    padding:18px 36px;
    border-radius:60px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
    transition:.3s;
}

.btn-primary{
    background:var(--gold);
    color:#061f33;
}

.btn-primary:hover{
    background:#fff;
}

.btn-outline{
    border:1px solid rgba(216,168,75,.5);
    color:#fff;
}

.btn-outline:hover{
    background:#0d304d;
}

.hero-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,.15);
}

.hero-info span{
    color:var(--gold);
    font-size:12px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:2px;
    display:block;
    margin-bottom:10px;
}

.hero-info h4{
    color:#fff;
    font-size:16px;
    line-height:1.5;
    font-weight:600;
}

/* IMAGE */

.hero-image{
    position:relative;
}

.image-wrapper{
    position:relative;
    padding:15px;
    background:#0d2f4c;
    border:1px solid rgba(216,168,75,.25);
    border-radius:20px;
    transform:rotate(2deg);
}

.image-wrapper::before{
    content:"";
    position:absolute;
    inset:-18px;
    border:1px solid rgba(216,168,75,.25);
    border-radius:22px;
    z-index:-1;
}

.image-wrapper img{
    width:100%;
    display:block;
    border-radius:14px;
}

.floating-card{
    position:absolute;
    left:-20px;
    bottom:-30px;
    background:#fff;
    border-radius:15px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.floating-card .icon{
    width:42px;
    height:42px;
    background:#f8e8e4;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
}

.floating-card h5{
    color:#061f33;
    margin-bottom:4px;
    font-size:16px;
}

.floating-card p{
    color:#888;
    font-size:13px;
}
.text-accentHighlight {
    --tw-text-opacity: 1;
    color: rgb(177 58 50 / var(--tw-text-opacity, 1));
}

/* ===========================
   Tablet
=========================== */

@media(max-width:991px){

.hero-grid{
    grid-template-columns:1fr;
    gap:70px;
}

.hero-content{
    order:2;
}

.hero-image{
    order:1;
    max-width:500px;
    margin:auto;
}

.hero-content h1{
    font-size:58px;
}

.hero-content p{
    font-size:20px;
}

}

/* ===========================
   Mobile
=========================== */

@media(max-width:767px){

.hero-section{
    padding:60px 0;
}

.hero-content{
    text-align:center;
}

.hero-badge{
    margin:auto auto 30px;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    font-size:17px;
    line-height:1.7;
}

.hero-btns{
    flex-direction:column;
}

.btn{
    width:100%;
}

.hero-info{
    grid-template-columns:1fr;
    text-align:center;
    gap:25px;
}

.floating-card{
    position:relative;
    left:0;
    bottom:0;
    margin:20px auto 0;
    width:fit-content;
}

}
.story-section{
    background:var(--ivory);
    padding:100px 0;
    border-top:1px solid rgba(216,168,75,.25);
    border-bottom:1px solid rgba(216,168,75,.25);
}

.story-wrapper{
    display:grid;
    grid-template-columns:40% 60%;
    gap:90px;
    align-items:flex-start;
}

/* Left */

.story-left{
    position:sticky;
    top:100px;
}

.story-left h2{
    font-size:42px;
    line-height:1.2;
    color:var(--heading-color);
    margin-bottom:45px;
}

.story-left h2 em{
    color:#c96d55;
    font-style:italic;
    font-weight:400;
}

.story-quote{
    border-left:3px solid var(--gold);
    padding-left:25px;
}

.story-quote p{
   font-family: Cormorant Garamond, serif;
    font-style:italic;
    color:#404040;
    font-size:24px;
    line-height:1.7;
    margin-bottom:15px;
}

.story-quote span{
    color:var(--gold);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

/* Right */

.story-right p{
    font-size:20px;
    line-height:1.9;
    color:#000;
    margin-bottom:30px;
}

.story-right strong{
    color:var(--navy);
}

.story-right h3{

    color:var(--navy);
    font-size:34px;
    font-weight: 500;
    line-height:1.3;
    margin:50px 0 25px;
}

.focus-section{
    margin-top:40px;
}

.focus-title{
    display:block;
    color:var(--gold);
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:3px;
    font-weight:700;
    margin-bottom:20px;
}

.focus-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.focus-tags span{
    background:#fff;
    border:1px solid rgba(216,168,75,.35);
    border-radius:40px;
    padding:4px 14px;
    color:var(--navy);
    font-size:12px;
    font-weight:500;
    transition:.3s;
}

.focus-tags span:hover{
    background:var(--gold);
    color:#fff;
}

/***************************
Tablet
****************************/

@media(max-width:991px){

.story-wrapper{
    grid-template-columns:1fr;
    gap:60px;
}

.story-left{
    position:relative;
    top:0;
}

.story-left h2{
    font-size:40px;
}

.story-right h3{
    font-size:30px;
}

.story-right p{
    font-size:18px;
}

}

/***************************
Mobile
****************************/

@media(max-width:767px){

.story-section{
    padding:70px 0;
}

.story-left h2{
    font-size:34px;
}

.story-right h3{
    font-size:28px;
}

.story-right p{
    font-size:17px;
    line-height:1.8;
}

.story-quote p{
    font-size:20px;
}

.focus-tags{
    gap:10px;
}

.focus-tags span{
    width:100%;
    text-align:center;
    padding:14px;
}

}

.why-section{
    background:var(--ivory);
    padding:100px 0;
}

/* Heading */

.why-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.why-header h2{
    font-size:42px;
    font-weight: 400;
    line-height:1.2;
    color:var(--heading-color);
}

/* Card */

.why-card{
    position:relative;
    max-width:950px;
    margin:auto;
    background:#fff;
    border-radius:30px;
    border:1px solid rgba(216,168,75,.25);
    padding:60px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* Decorative Circle */

.shape{
    position:absolute;
    top:-50px;
    right:-50px;
    width:220px;
    height:220px;
    background:rgba(216,168,75,.08);
    border-radius:50%;
    filter:blur(10px);
}

.why-content{
    position:relative;
    z-index:2;
}

.why-content p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:30px;
}

.why-content strong{
    color:var(--gold);
    font-weight:700;
}

/* Quote */

.why-content blockquote{
    margin:45px 0;
    padding:25px 30px;
    border-left:5px solid #b13a32;
    background:#faf8f3;
    border-radius:0 12px 12px 0;

    font-family:Georgia, serif;
    font-style:italic;
    font-size:22px;
    line-height:1.7;
    color:var(--navy);
}

/************************
Tablet
************************/

@media (max-width:991px){

.why-section{
    padding:80px 0;
}

.why-header h2{
    font-size:40px;
}

.why-card{
    padding:45px;
}

.why-content p{
    font-size:18px;
}

.why-content blockquote{
    font-size:22px;
}

}

/************************
Mobile
************************/

@media (max-width:767px){

.why-section{
    padding:60px 0;
}

.why-header{
    margin-bottom:40px;
}

.why-header h2{
    font-size:32px;
    line-height:1.3;
}

.why-card{
    padding:30px 25px;
    border-radius:20px;
}

.why-content p{
    font-size:17px;
    line-height:1.8;
}

.why-content blockquote{
    padding:20px;
    font-size:20px;
    line-height:1.6;
}

.shape{
    width:140px;
    height:140px;
}

}

.design-section{
    padding:100px 0;
    background:var(--ivory);
}
/* Heading */

.section-heading{
    max-width:850px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
}

.section-heading h2{
    font-size:42px;
    font-weight: 400;
    color:var(--heading-color);
    line-height:1.2;
    margin-bottom:25px;
}

.section-heading p{
    font-size:20px;
    line-height:1.8;
}

/* Cards */

.design-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;

}

.design-card{

    background:#fff;
    border:1px solid rgba(216,168,75,.25);
    border-radius:30px;
    padding:45px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:.35s;

}

.design-card:hover{
    border-color:rgb(212, 162, 71); /* #d4a247 */
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    transform:translateY(-5px);
}

/* Icon */

.card-icon{

    width:60px;
    height:60px;
    border-radius:50%;
    background:rgba(216,168,75,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;

}

.card-icon i{

    color:var(--gold);
    font-size:24px;

}

/* Headings */

.design-card h3{

    color:var(--heading-color);
    font-size:32px;
    line-height:1.3;
    margin-bottom:20px;

}

.design-card p{


    font-size:18px;
    line-height:1.8;

}

/* List */

.design-card ul{

    margin:35px 0;
    list-style:none;

}

.design-card li{

    display:flex;
    align-items:flex-start;
    margin-bottom:18px;

}

.design-card li i{

    color: #b13a32;
    margin-right:10px;
    margin-top:6px;
    font-size:15px;

}

.design-card li span{

    font-size:16px;
    line-height:1.8;

}

.design-card strong{

    color:#011829;

}

/* Preview */

.preview-box{

    background:var(--ivory);
    border:1px solid rgba(216,168,75,.2);
    border-radius:15px;
    padding:20px;
    margin-top:20px;

}

.preview-box span{

    display:block;
    color:var(--gold);
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;

}

.preview-box p{

    font-family:Georgia,serif;
    font-style:italic;
    font-size:16px;
    color:var(--navy);
    line-height:1.7;

}

/* Tablet */

@media(max-width:991px){

.design-grid{

    grid-template-columns:1fr;

}

.section-heading h2{

    font-size:38px;

}

.design-card{

    padding:35px;

}

}

/* Mobile */

@media(max-width:767px){

.design-section{

    padding:70px 0;

}

.section-heading{

    margin-bottom:50px;

}

.section-heading h2{

    font-size:30px;

}

.section-heading p{

    font-size:17px;

}

.design-card{

    padding:25px;
    border-radius:20px;

}

.design-card h3{

    font-size:26px;

}

.design-card p{

    font-size:17px;

}

.design-card li span{

    font-size:15px;

}

.preview-box{

    padding:18px;

}

.preview-box p{

    font-size:15px;

}

}

/* Section */

.expertise-section{

    background:var(--deepNavy);
    padding:100px 0;

}

/* Heading */

.featured-heading{

    max-width:850px;
    margin:0 auto 70px;
    text-align:center;

}

.section-subtitle{

    display:block;
    color:var(--gold);
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;

}

.featured-heading h2{
    color: #fff;
    font-size:42px;
    font-weight: 500;
    line-height:1.2;
    margin-bottom:25px;

}

.featured-heading p{

    color:#fff;
    font-size:20px;
    line-height:1.8;

}

/* Grid */

.expertise-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

/* Card */

.expertise-card{

    background-color: #0a2740;
    border:1px solid rgba(212,162,71,.2);
    border-radius:20px;
    padding:35px;
    transition:.35s;

}

.expertise-card:hover{

    border-color:var(--gold);
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.3);

}

/* Icon */

.expertise-icon{

    width:55px;
    height:55px;
    background:rgba(212,162,71,.12);
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;

}

.expertise-icon i{

    color:var(--gold);
    font-size:22px;

}

/* Title */

.expertise-card h3{

    color:#fff;
    font-size:22px;
    line-height:1.3;
    margin-bottom:18px;

}

/* Text */

.expertise-card p{

    color:#fff;
    font-size:16px;
    line-height:1.8;

}

/************************
Large Tablet
************************/

@media(max-width:1199px){

.expertise-grid{

    grid-template-columns:repeat(2,1fr);

}

}

/************************
Tablet
************************/

@media(max-width:991px){

.expertise-section{

    padding:80px 0;

}

.section-heading h2{

    font-size:38px;

}

.section-heading p{

    font-size:18px;

}

.expertise-card{

    padding:30px;

}

.expertise-card h3{

    font-size:24px;

}

}

/************************
Mobile
************************/

@media(max-width:767px){

.expertise-section{

    padding:60px 0;

}

.section-heading{

    margin-bottom:45px;

}

.section-heading h2{

    font-size:30px;

}

.section-heading p{

    font-size:17px;

}

.expertise-grid{

    grid-template-columns:1fr;
    gap:20px;

}

.expertise-card{

    padding:25px;
    border-radius:16px;

}

.expertise-card h3{

    font-size:22px;

}

.expertise-card p{

    font-size:16px;
    line-height:1.7;

}

.expertise-icon{

    width:50px;
    height:50px;

}

.expertise-icon i{

    font-size:20px;

}

}

/* ===========================
   Philosophy Section
=========================== */

.philosophy-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:linear-gradient(135deg,#061f33,#0d2d47);
    border-top:1px solid rgba(212,162,71,.1);
    border-bottom:1px solid rgba(212,162,71,.1);
}

.philosophy-section::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(212,162,71,.05);
    filter:blur(40px);
}

.philosophy-section::after{
    content:"";
    position:absolute;
    bottom:-180px;
    left:-180px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    filter:blur(50px);
}

.philosophy-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
}

.philosophy-content h2{

    font-size:34px;
    font-weight: 500;
    line-height:1.45;
    font-style:italic;
    color:#fff;
    margin-bottom:40px;
}

.divider{
    width:60px;
    height:2px;
    background:#d4a247;
    margin:0 auto 40px;
}

.philosophy-text{
    max-width:700px;
    margin:auto;
}

.philosophy-text p{
    color:#c7d3de;
    font-size:20px;
    line-height:1.9;
    margin-bottom:20px;
}

.philosophy-text strong{
    color:#d4a247;
}

.small-text{
    font-size:16px !important;
    color:rgba(199,211,222,.75) !important;
    line-height:1.8;
}

/***************************
Tablet
****************************/

@media(max-width:991px){

.philosophy-section{
    padding:80px 0;
}

.philosophy-content h2{
    font-size:38px;
}

.philosophy-text p{
    font-size:18px;
}

}

/***************************
Mobile
****************************/

@media(max-width:767px){

.philosophy-section{
    padding:60px 0;
}

.philosophy-content .section-subtitle{
    font-size:12px;
}

.philosophy-content h2{
    font-size:30px;
    line-height:1.5;
}

.divider{
    margin-bottom:30px;
}

.philosophy-text p{
    font-size:17px;
    line-height:1.8;
}

.small-text{
    font-size:15px !important;
}

}

/*==============================
Process Section
==============================*/

.process-section{
    padding:100px 0;
    background:#f8f6f2;
}

/* Heading */

.section-heading{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

/* Grid */

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */

.process-card{
    position:relative;
    background:#fff;
    padding:40px 35px;
    border:1px solid rgba(212,162,71,.2);
    border-radius:20px;
    transition:.35s;
    overflow:hidden;
}

.process-card:hover{
    border-color:#d4a247;
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/* Large Number */

.step-number{
    font-family:Playfair,serif;
    position:absolute;
    top:30px;
    right:20px;
    font-size:40px;
    font-weight:bold;
    color:rgba(212,162,71,.15);
    line-height:1;
}

/* Phase */

.phase{
    display:block;
    margin-bottom:15px;
    color:#d4a247;
    font-size: 12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

/* Title */

.process-card h3{
    color:#011829;
    font-size:26px;
    margin-bottom:20px;
    line-height:1.2;
}

/* Description */

.process-card p{
    color:#000;
    font-size:16px;
    line-height:1.8;
}

/********************************
Large Tablet
********************************/

@media(max-width:1199px){

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/********************************
Tablet
********************************/

@media(max-width:991px){

.process-section{
    padding:80px 0;
}

.section-heading h2{
    font-size:38px;
}

.section-heading p{
    font-size:18px;
}

.process-card{
    padding:35px 30px;
}

.process-card h3{
    font-size:28px;
}

.step-number{
    font-size:60px;
}

}

/********************************
Mobile
********************************/

@media(max-width:767px){

.process-section{
    padding:60px 0;
}

.section-heading{
    margin-bottom:45px;
}

.section-heading h2{
    font-size:30px;
}

.section-heading p{
    font-size:17px;
}

.process-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.process-card{
    padding:30px 25px;
    border-radius:18px;
}

.process-card h3{
    font-size:24px;
}

.process-card p{
    font-size:16px;
    line-height:1.7;
}

.step-number{
    font-size:48px;
    top:15px;
    right:15px;
}

}

/*=================================
Neighborhood Section
=================================*/

.communities-section{
    padding:100px 0;
    background:#0d2d47;
}

.communities-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    margin-bottom:70px;
}

.header-content{
    max-width:700px;
}

.header-content h2{

    font-size:42px;
    font-weight: 500;
    color:#fff;
    line-height:1.2;
    margin:15px 0 20px;
}

.header-content p{
    color:#fff;
    font-size:20px;
    line-height:1.8;
}

.market-label{
    display:flex;
    align-items:center;
    gap:10px;
    color:#d4a247;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.market-label i{
    font-size:15px;
}

/* Grid */

.communities-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* Card */

.community-card{
    background:#061f33;
    border:1px solid rgba(212,162,71,.15);
    border-radius:14px;
    padding:28px 15px;
    text-align:center;
    transition:all .3s ease;
}

.community-card:hover{
    border-color:#d4a247;
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.community-card h4{
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin-bottom:10px;
}

.community-card span{
    display:block;
    color:#d4a247;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

/********************************
Large Tablet
********************************/

@media(max-width:1199px){

.communities-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/********************************
Tablet
********************************/

@media(max-width:991px){

.communities-section{
    padding:80px 0;
}

.communities-header{
    flex-direction:column;
    align-items:flex-start;
}

.header-content h2{
    font-size:38px;
}

.header-content p{
    font-size:18px;
}

.communities-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/********************************
Mobile
********************************/

@media(max-width:767px){

.communities-section{
    padding:60px 0;
}

.communities-header{
    margin-bottom:45px;
}

.header-content h2{
    font-size:30px;
}

.header-content p{
    font-size:17px;
}

.market-label{
    font-size:12px;
}

.communities-grid{
    grid-template-columns:1fr;
    gap:15px;
}

.community-card{
    padding:22px;
}

.community-card h4{
    font-size:22px;
}

.community-card span{
    font-size:10px;
}

}

/*==================================
Curriculum Vitae Section
==================================*/

.cv-section{
    padding:100px 0;
    background:#f8f6f2;
    border-bottom:1px solid rgba(212,162,71,.2);
}

.cv-wrapper{
    display:grid;
    grid-template-columns:4fr 8fr;
    gap:80px;
}

/* Sidebar */

.cv-sidebar{
    position:sticky;
    top:100px;
    align-self:start;
}

.cv-sidebar h2{
    
    font-size:42px;
    font-weight: 500;
    color:#061f33;
    line-height:1.2;
    margin-bottom:20px;
}

.cv-sidebar p{
    font-size:20px;
    line-height:1.8;
    color:#000;
}

/* Future Box */

.future-box{
    margin-top:40px;
    padding:30px;
    background:#fff;
    border:1px solid rgba(212,162,71,.25);
    border-radius:20px;
}

.future-title{
    display:block;
    color:#d4a247;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:20px;
}

.future-box ul{
    margin:0;
    padding-left:18px;
    list-style: disc;
}

.future-box li{
    margin-bottom:5px;
    color:#000;
    font-size:15px;
}

/* Timeline */

.timeline{
    display:flex;
    flex-direction:column;
    gap:60px;
}

.timeline-item{
    position:relative;
    padding-left:35px;
    border-left:2px solid #d4a247;
}

.timeline-dot{
    position:absolute;
    left:-10px;
    top:5px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#d4a247;
    border:4px solid #f8f6f2;
}

.timeline-label{
    display:block;
    color:#d4a247;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.timeline-item h3{

    color:#061f33;
    font-size:28px;
    font-weight: 400;
    margin-bottom:18px;
}

.timeline-item p{
    color:#000;
    font-size:16px;
    line-height:1.8;
}

/* Certification Grid */

.certification-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:25px;
}

.cert-card{
    background:#fff;
    border:1px solid rgba(212,162,71,.25);
    border-radius:12px;
    padding:12px 18px;
    transition:.3s;
}

.cert-card:hover{
    border-color:#d4a247;
    transform:translateY(-4px);
}

.cert-card strong{
    display:block;
    color:#061f33;
    font-size:16px;
}

.cert-card span{
    color:#777;
    font-size:14px;
    line-height:1.6;
}

/*****************************
Large Tablet
*****************************/

@media(max-width:1199px){

.cv-wrapper{
    grid-template-columns:1fr;
    gap:60px;
}

.cv-sidebar{
    position:relative;
    top:0;
}

}

/*****************************
Tablet
*****************************/

@media(max-width:991px){

.cv-section{
    padding:80px 0;
}

.cv-sidebar h2{
    font-size:38px;
}

.timeline-item h3{
    font-size:28px;
}

.certification-grid{
    grid-template-columns:1fr 1fr;
}

}

/*****************************
Mobile
*****************************/

@media(max-width:767px){

.cv-section{
    padding:60px 0;
}

.cv-wrapper{
    gap:40px;
}

.cv-sidebar h2{
    font-size:30px;
}

.cv-sidebar p{
    font-size:17px;
}

.timeline{
    gap:40px;
}

.timeline-item{
    padding-left:25px;
}

.timeline-item h3{
    font-size:24px;
}

.timeline-item p{
    font-size:16px;
}

.certification-grid{
    grid-template-columns:1fr;
}

.future-box{
    padding:22px;
}

.cert-card{
    padding:16px;
}

}

/*===================================
Stats Section
===================================*/

.stats-section{
    padding:100px 0;
    background:#061f33;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */

.stat-card{
    background:#0d2d47;
    border:1px solid rgba(212,162,71,.2);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:all .35s ease;
}

.stat-card:hover{
    border-color:#d4a247;
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.25);
}

/* Label */

.stat-label{
    display:block;
    margin-bottom:15px;
    color:#d4a247;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

/* Title */

.stat-card h3{
    margin-bottom:12px;
    font-size:24px;
    font-weight:600;
    color:#ffffff;
    line-height:1.3;
}

/* Text */

.stat-card p{
    color:rgba(200,210,219,.75);
    font-size:14px;
    line-height:1.8;
}

/********************************
Large Tablet
********************************/

@media (max-width:1199px){

.stats-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/********************************
Tablet
********************************/

@media (max-width:991px){

.stats-section{
    padding:80px 0;
}

.stat-card{
    padding:35px 25px;
}

.stat-card h3{
    font-size:28px;
}

}

/********************************
Mobile
********************************/

@media (max-width:767px){

.stats-section{
    padding:60px 0;
}

.stats-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.stat-card{
    padding:30px 20px;
    border-radius:16px;
}

.stat-label{
    font-size:11px;
}

.stat-card h3{
    font-size:24px;
}

.stat-card p{
    font-size:13px;
}

}

/*=================================
Testimonials Section
=================================*/

.testimonial-section{
    padding:100px 0;
    background:#f8f6f2;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.testimonial-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    border:1px solid rgba(212,162,71,.2);
    border-radius:28px;
    padding:40px;
    transition:all .35s ease;
}

.testimonial-card:hover{
    border-color:#d4a247;
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/* Testimonial Text */

.testimonial-text{
    color:#000;
    font-size:18px;
    line-height:1.8;
    font-style:italic;
    margin-bottom:35px;
}

/* Author */

.testimonial-author{
    display:flex;
    align-items:center;
    gap:15px;
    padding-top:20px;
    border-top:1px solid rgba(212,162,71,.25);
}

/* Avatar */

.author-avatar{
    width:45px;
    height:45px;
    background:rgba(212,162,71,.2);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:#061f33;
    flex-shrink:0;
}

/* Info */

.author-info h4{

    font-size:14px;
    font-weight:700;
    color:#061f33;
}

.author-info span{
    display:block;
    font-size:12px;
    color:#7b848d;
}

/*********************************
Large Tablet
*********************************/

@media(max-width:1199px){

.testimonial-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/*********************************
Tablet
*********************************/

@media(max-width:991px){

.testimonial-section{
    padding:80px 0;
}

.testimonial-grid{
    gap:25px;
}

.testimonial-card{
    padding:35px;
}

.testimonial-text{
    font-size:17px;
}

}

/*********************************
Mobile
*********************************/

@media(max-width:767px){

.testimonial-section{
    padding:60px 0;
}

.testimonial-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.testimonial-card{
    padding:28px 22px;
    border-radius:20px;
}

.testimonial-text{
    font-size:16px;
    line-height:1.7;
}

.author-avatar{
    width:42px;
    height:42px;
    font-size:13px;
}

.author-info h4{
    font-size:13px;
}

.author-info span{
    font-size:11px;
}

}
.faq-wrapper{
    max-width:900px;
    margin:auto;
}