/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --eston-font: 'Space Grotesk', sans-serif;
  --eston-font-two: 'Playfair Display', serif;
  --eston-gray: #777777;
  --eston-gray-rgb: 119, 119, 119;
  --eston-white: #ffffff;
  --eston-white-rgb: 255, 255, 255;
  --eston-base: #17592d;
  --eston-base-rgb: 23, 89, 45;
  --eston-black: #222222;
  --eston-black-rgb: 34, 34, 34;
  --eston-primary: #F5F5F5;
  --eston-primary-rgb: 245, 245, 245;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--eston-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--eston-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--eston-base);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--eston-black);
  margin: 0;
  font-family: var(--eston-font);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--eston-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 47px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--eston-gray);
  font-family: var(--eston-font-two);
  font-style: italic;
  margin-left: -20px;
}

.section-title__title-box {
  position: relative;
  display: block;
  margin-top: 35px;
}

.section-title__title {
  margin: 0;
  color: var(--eston-black);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
}

.section-title__title-box p {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: rgba(var(--eston-black-rgb), 0.2);
  position: absolute;
  top: -24px;
  left: -21px;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--eston-black);
  padding: 13px 30px 13px;
  text-transform: uppercase;
  background-color: var(--eston-white);
  border: 2px solid #EAEAEA;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px;
  background: var(--eston-black);
  content: "";
  transform: scaleX(0.1) rotateX(90deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.thm-btn:hover:after {
  transform: scaleX(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thm-btn span {
  margin-right: 7px;
  position: relative;
  font-size: 16px;
  top: 1px;
}

.thm-btn:hover {
  color: var(--eston-white);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--eston-base);
  color: var(--eston-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--eston-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--eston-base);
  color: var(--eston-white);
  cursor: pointer;
}

/* ==========================================================================
   Honeycomb Loader (From Uiverse.io by boryanakrasteva - Cedarwood Brown Theme)
   ========================================================================== */
.preloader {
  position: fixed;
  background-color: #161717;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@-webkit-keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.honeycomb {
  height: 32px;
  position: relative;
  width: 32px;
  --loader-brown: #a85d32;
  --loader-rust: #c06c3a;
}

.honeycomb div {
  -webkit-animation: honeycomb 2.1s infinite backwards;
  animation: honeycomb 2.1s infinite backwards;
  background: var(--loader-brown, #a85d32);
  height: 14px;
  margin-top: 7px;
  position: absolute;
  width: 28px;
  filter: drop-shadow(0 2px 8px rgba(168, 93, 50, 0.45));
}

.honeycomb div:after,
.honeycomb div:before {
  content: '';
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}

.honeycomb div:after {
  top: -7px;
  border-bottom: 7px solid var(--loader-brown, #a85d32);
}

.honeycomb div:before {
  bottom: -7px;
  border-top: 7px solid var(--loader-brown, #a85d32);
}

.honeycomb div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: -32px;
  top: 0;
}

.honeycomb div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: -16px;
  top: 25px;
}

.honeycomb div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 16px;
  top: 25px;
}

.honeycomb div:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 32px;
  top: 0;
}

.honeycomb div:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 16px;
  top: -25px;
}

.honeycomb div:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -16px;
  top: -25px;
}

.honeycomb div:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 0;
  top: 0;
  background: var(--loader-rust, #c06c3a);
}

.honeycomb div:nth-child(7):after {
  border-bottom-color: var(--loader-rust, #c06c3a);
}

.honeycomb div:nth-child(7):before {
  border-top-color: var(--loader-rust, #c06c3a);
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--eston-white);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--eston-black);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--eston-base);
}

.scroll-to-top:hover i {
  color: var(--eston-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

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

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--eston-base);
  border-color: var(--eston-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-widget::-webkit-scrollbar {
    width: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--eston-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

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

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

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

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--eston-white);
  color: var(--eston-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--eston-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--eston-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0px 70px 0px;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 30px 0;
}

.main-menu__main-menu-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0 40px;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--eston-white);
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover {
  color: var(--eston-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-menu__btn {
  padding: 12px 26px 12px;
  border: none;
}

.stricky-header.main-menu {
  background-color: var(--eston-black);
}

/* From Uiverse.io by ilkhoeri (Adapted for Cedarwood Main Menu) */
.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin: 0;
  padding: 8px 14px;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
  gap: 6px;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .stricky-header .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  list-style: none;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 11px 26px !important;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.33, 0.83, 0.99, 0.98);
  transition: all 300ms cubic-bezier(0.33, 0.83, 0.99, 0.98);
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 34px !important;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
  font-weight: 900;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.main-menu .main-menu__list>li.dropdown:hover>a:after {
  transform: translateY(-50%) rotate(180deg);
  color: #ffffff;
}

.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li:hover>a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.main-menu .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li.current>a {
  color: #ffffff !important;
  background: linear-gradient(135deg, #17592d 0%, #114221 100%) !important;
  box-shadow: 0 4px 14px rgba(23, 89, 45, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-weight: 700;
}

.main-menu .main-menu__list>li.current>a:before,
.main-menu .main-menu__list>li:hover>a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: #c06c3a;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-menu .main-menu__list>li.current>a:before {
  opacity: 1;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 5px;
  padding: 18px 0;
  z-index: 99;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  color: var(--eston-black);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: var(--eston-base);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--eston-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--eston-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--eston-white);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--eston-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--eston-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__content::-webkit-scrollbar {
    width: 0;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--eston-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--eston-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--eston-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--eston-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--eston-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--eston-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  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;
}

.mobile-nav__top .main-menu__login a {
  color: var(--eston-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--eston-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--eston-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--eston-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--eston-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--eston-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0px 100px 0px;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 36px 0;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  padding: 12px 26px 12px;
  border: none;
  background-color: var(--eston-base);
  color: var(--eston-white);
}

.stricky-header.main-menu-two {
  background-color: var(--eston-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--eston-black);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--eston-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--eston-base);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--eston-base);
  padding: 12.5px 50px 12.5px;
}

.main-header-three__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}

.main-header-three__contact-info li {
  position: relative;
  display: block;
}

.main-header-three__contact-info li+li {
  margin-left: 36px;
}

.main-header-three__contact-info li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-white);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__contact-info li a:hover {
  color: var(--eston-black);
}

.main-header-three__top-text {
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-white);
  font-weight: 400;
}

.main-header-three__top-text span {
  font-weight: 700;
}

.main-header-three__social-box {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 2;
}

.main-header-three__social-title {
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-white);
  position: relative;
  display: inline-block;
}

.main-header-three__social-title:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -37px;
  height: 1px;
  width: 23px;
  background-color: rgba(var(--eston-white-rgb), .20);
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--eston-black);
}

.main-header-three__social a+a {
  margin-left: 18px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  padding: 0px 50px 0px;
  background-color: var(--eston-black);
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 36px 0;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

.main-menu-three__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--eston-white);
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__nav-sidebar-icon .navSidebar-button:hover {
  color: var(--eston-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-menu-three__btn {
  padding: 12px 26px 12px;
  border: none;
}

.main-menu-three__btn:after {
  background: var(--eston-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eston-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--eston-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--eston-black);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--eston-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--eston-white);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background: #000000;
  z-index: 10;
}

.main-slider .item {
  background: #000000;
  position: relative;
  padding-top: 389px;
  padding-bottom: 295px;
  z-index: 10;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .44);
  z-index: -1;
}

.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.main-slider__social-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 10;
}

.hero-social-card-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(10, 20, 14, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 6px 18px 6px 20px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}

.hero-social-card-wrapper:hover {
  border-color: rgba(192, 108, 58, 0.45);
  background: rgba(10, 20, 14, 0.65);
}

.hero-social-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  position: relative;
  padding-right: 12px;
}

.hero-social-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.25);
}

.hero-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff !important;
  font-size: 15px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: rgba(255, 255, 255, 0.1);
}

.hero-social-links .social-link-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(214, 36, 159, 0.55);
}

.hero-social-links .social-link-tiktok:hover {
  background-color: #000000;
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.7), -2px -2px 0px #25F4EE, 2px 2px 0px #FE2C55;
}

.hero-social-links .social-link-linkedin:hover {
  background-color: #0a66c2;
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(10, 102, 194, 0.6);
}

.hero-social-links .social-link-youtube:hover {
  background-color: #ff0000;
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(255, 0, 0, 0.6);
}

.main-slider__shape-1 {
  position: absolute;
  top: 426px;
  right: 370px;
  z-index: 1;
}

.main-slider__shape-1 img {
  width: auto !important;
}

.main-slider__shape-2 {
  position: absolute;
  top: 426px;
  right: 200px;
  z-index: 1;
}

.main-slider__shape-2 img {
  width: auto !important;
}

.main-slider__shape-3 {
  position: absolute;
  top: 536px;
  right: 285px;
  z-index: 1;
}

.main-slider__shape-3 img {
  width: auto !important;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--eston-white);
  font-family: var(--eston-font-two);
  font-style: italic;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 70px;
  color: var(--eston-white);
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -0.02em;
  margin-top: 17px;
  margin-bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  border: none;
  background-color: var(--eston-base);
  color: var(--eston-white);
}

.main-slider__btn:hover {
  color: var(--eston-black);
}

.main-slider__btn:after {
  background-color: var(--eston-white);
}

.active .main-slider__title,
.active .main-slider__btn-box,
.active .main-slider__sub-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  padding: 0 200px;
  height: 0;
  line-height: 0;
  margin: 0;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-top: 25px;
}

.main-slider .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: rgba(var(--eston-white-rgb), .20);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover button,
.main-slider .owl-theme .owl-dots .owl-dot.active button {
  color: rgba(var(--eston-white-rgb), 1);
}

.main-slider .owl-theme .owl-dots .owl-dot:hover button:focus {
  outline: none;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  background: #fff;
  padding-right: 100px;
  z-index: 10;
}

.main-slider-two__social-box {
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  top: 287px;
  right: -70px;
  transform: rotate(-90deg);
  z-index: 2;
}

.main-slider-two__social-title {
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-gray);
  position: relative;
  display: inline-block;
}

.main-slider-two__social-title:before {
  content: "";
  position: absolute;
  top: 8px;
  right: -37px;
  height: 1px;
  width: 23px;
  background-color: rgba(var(--eston-black-rgb), .20);
}

.main-slider-two__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.main-slider-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two__social a:hover {
  color: var(--eston-base);
}

.main-slider-two__social a+a {
  margin-left: 18px;
}

.main-slider-two__contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 307px;
  right: -94px;
  transform: rotate(-90deg);
  z-index: 2;
}

.main-slider-two__contact-info li {
  position: relative;
  display: block;
}

.main-slider-two__contact-info li+li {
  margin-left: 36px;
}

.main-slider-two__contact-info li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two__contact-info li a:hover {
  color: var(--eston-base);
}

.main-slider-two .item {
  background: #000000;
  position: relative;
  padding-top: 221px;
  padding-bottom: 51px;
  z-index: 10;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider-two__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: -1;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-two__title {
  position: relative;
  font-size: 70px;
  color: var(--eston-white);
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title span {
  position: relative;
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.6;
  top: -18px;
  margin-right: 10px;
}

.main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  border: none;
  background-color: var(--eston-base);
  color: var(--eston-white);
  padding: 15px 30px 15px;
}

.main-slider-two__btn:hover {
  color: var(--eston-black);
}

.main-slider-two__btn:after {
  background-color: var(--eston-white);
}

.main-slider-two__btn-two {
  background-color: transparent;
  color: var(--eston-white);
  margin-left: 30px;
}

.main-slider-two__btn-two:hover {
  color: var(--eston-black);
}

.main-slider-two__btn-two:after {
  background-color: var(--eston-white);
}

.main-slider-two__shape-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-top: 165px;
}

.main-slider-two__shape-1 {
  position: relative;
  display: block;
}

.main-slider-two__shape-1 img {
  width: auto !important;
}

.main-slider-two__shape-2 {
  position: relative;
  display: block;
  margin-left: 28px;
  margin-right: 34px;
}

.main-slider-two__shape-2 img {
  width: auto !important;
}

.main-slider-two__shape-3 {
  position: relative;
  display: block;
}

.main-slider-two__shape-3 img {
  width: auto !important;
}

.active .main-slider-two__title,
.active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two .owl-theme .owl-nav {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--eston-black-rgb), 1);
  background-color: rgba(var(--eston-white-rgb), 1);
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 21px 0px !important;
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--eston-white-rgb), 1);
  background-color: rgba(var(--eston-base-rgb), 1);
}

.main-slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  left: -60px;
}


/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  background-color: var(--eston-black);
  padding: 464px 0 0;
  z-index: 1;
}

.banner-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 610px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.banner-one__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 98.36%);
  opacity: 0.6;
}

.banner-one__inner {
  position: relative;
  display: block;
}

.banner-one__sub-title {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: var(--eston-font-two);
}

.banner-one__title-one {
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 54px;
}

.banner-one__title-one span {
  font-family: var(--eston-font-two);
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: inline-block;
  line-height: 98px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
}

.banner-one__btn {
  border: none;
  background-color: var(--eston-base);
  color: var(--eston-white);
  padding: 15px 30px 15px;
}

.banner-one__btn:hover {
  color: var(--eston-black);
}

.banner-one__btn:after {
  background-color: var(--eston-white);
}

.banner-one__curved-circle {
  position: absolute;
  bottom: 185px;
  right: 0;
  height: 140px;
  width: 140px;
}


@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner-one__curved-circle .curved-circle {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 200px;
  z-index: 1;
}

.about-one__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 230px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img>img {
  width: 100%;
}

.about-one__img-2 {
  position: absolute;
  top: 180px;
  left: 200px;
  width: 370px;
  height: 370px;
  max-width: 370px;
  z-index: 1;
}

.about-one__img-2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-one__img-2::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  background-color: var(--eston-white);
  z-index: -1;
}

.about-one__shape-1 {
  position: absolute;
  bottom: -56px;
  left: -56px;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 80px;
  margin-top: 85px;
}

.about-one__right .section-title {
  margin-bottom: 24px;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 59px;
}

/*--------------------------------------------------------------
# Awards One
--------------------------------------------------------------*/
.awards-one {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  padding: 120px 0 112px;
  z-index: 1;
}

.awards-one .section-title__title>span {
  color: var(--eston-base);
}

.awards-one .section-title {
  margin-bottom: 77px;
}

.awards-one__bottom {
  position: relative;
  display: block;
  margin-right: -375px;
}

.awards-one__carousel {
  position: relative;
  display: block;
}

.awards-one__single {
  position: relative;
  display: block;
  text-align: center;
}

.awards-one__img {
  position: relative;
  display: flex;
  width: 200px;
  height: 200px;
  background-color: var(--eston-white);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.awards-one__img>img {
  width: auto !important;
}

.awards-one__content {
  position: relative;
  display: block;
}


.awards-one__content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 41px;
}

.awards-one__content h3>span {
  color: var(--eston-base);
}

.awards-one__carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.awards-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.awards-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}







/*--------------------------------------------------------------
# Feature one
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow-x: hidden;
}

.feature-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}

.feature-one:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background: rgb(255, 255, 255);
  background: linear-gradient(280deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}

.feature-one__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.feature-one__wrap:hover .feature-one__title-box {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


.feature-one__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
  animation: slide-left 20s linear infinite;
}

.feature-one__wrap .feature-one__title-box {
  padding: 0;
  -webkit-animation: slide-left 40s linear infinite;
  animation: slide-left 40s linear infinite;
}

.feature-one__title-box>* {
  margin: 0 20px;
}

.feature-one__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 140px;
  text-align: center;
  letter-spacing: -0.02em;
}


@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 90px 0 90px;
  z-index: 1;
}

.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.services-one__top .row {
  align-items: flex-end;
}

.services-one__btn-box {
  text-align: right;
  margin-bottom: 20px;
}

/* From Uiverse.io by joe-watson-sbf (Adapted for Cedarwood Productions) */
.services-one__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: transparent;
  perspective: 1000px;
  height: 360px;
  margin-bottom: 30px;
  border: none;
  padding: 0;
}

.services-one__single .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.services-one__single:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.services-one__single .flip-card-front,
.services-one__single .flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

/* Front Face */
.services-one__single .flip-card-front {
  background-color: #ffffff;
  border: 1.5px solid #E5E7EB;
  color: var(--eston-black);
}

.services-one__single:hover .flip-card-front {
  border-color: var(--eston-base);
  box-shadow: 0 16px 32px rgba(23, 89, 45, 0.12);
}

.services-one__single .flip-card-front .services-one__icon {
  margin-bottom: 20px;
}

.services-one__single .flip-card-front .services-one__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.services-one__single .flip-card-front .services-one__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: var(--eston-black);
  margin: 0 0 10px;
}

.services-one__single .flip-card-front .flip-hint {
  font-size: 12px;
  font-weight: 600;
  color: var(--eston-base);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
}

/* Back Face */
.services-one__single .flip-card-back {
  background: linear-gradient(145deg, #17592d 0%, #114221 55%, #0b2e16 100%);
  color: #ffffff;
  border: 1.5px solid var(--eston-base);
  transform: rotateY(180deg);
  box-shadow: 0 16px 36px rgba(17, 66, 33, 0.25);
}

.services-one__single .flip-card-back .services-one__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 12px;
}

.services-one__single .flip-card-back .services-one__text {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-one__single .flip-card-back .flip-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background-color: #ffffff;
  color: #17592d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.services-one__single .flip-card-back .flip-read-more:hover {
  background-color: #222222;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Project One
/*--------------------------------------------------------------
# Project One - 3D Tracker Cards (Uiverse.io by kennyotsu)
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  background: radial-gradient(circle at 50% 10%, #154222 0%, #0c2414 50%, #07150b 100%);
  padding: 120px 0 130px;
  z-index: 1;
  overflow: hidden;
}

.project-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 80%, rgba(192, 108, 58, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.project-one .container {
  position: relative;
  z-index: 1;
}

.project-one__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.project-one__left .section-title__tagline {
  color: #c06c3a;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-one__left .section-title__title {
  color: var(--eston-white);
  font-weight: 800;
}

.project-one__left .section-title__title-box p {
  color: rgba(255, 255, 255, 0.05);
}

.project-one__btn-box {
  text-align: right;
  margin-top: 25px;
}

.project-one__btn {
  color: #ffffff;
  background: linear-gradient(135deg, #17592d 0%, #114221 50%, #a85d32 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}

.project-one__btn:hover {
  background: linear-gradient(135deg, #a85d32 0%, #c06c3a 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(168, 93, 50, 0.4);
}

/* 3D Tracker Cards Grid */
.project-3d-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  width: 100%;
}

.project-3d-card-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  transition: 200ms;
}

.project-3d-card-wrapper:active {
  transform: scale(0.98);
}

.canvas {
  perspective: 900px;
  inset: 0;
  z-index: 10;
  position: absolute;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0;
  grid-template-areas:
    "tr-1 tr-2 tr-3 tr-4 tr-5"
    "tr-6 tr-7 tr-8 tr-9 tr-10"
    "tr-11 tr-12 tr-13 tr-14 tr-15"
    "tr-16 tr-17 tr-18 tr-19 tr-20"
    "tr-21 tr-22 tr-23 tr-24 tr-25";
}

.tracker {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tr-1 { grid-area: tr-1; }
.tr-2 { grid-area: tr-2; }
.tr-3 { grid-area: tr-3; }
.tr-4 { grid-area: tr-4; }
.tr-5 { grid-area: tr-5; }
.tr-6 { grid-area: tr-6; }
.tr-7 { grid-area: tr-7; }
.tr-8 { grid-area: tr-8; }
.tr-9 { grid-area: tr-9; }
.tr-10 { grid-area: tr-10; }
.tr-11 { grid-area: tr-11; }
.tr-12 { grid-area: tr-12; }
.tr-13 { grid-area: tr-13; }
.tr-14 { grid-area: tr-14; }
.tr-15 { grid-area: tr-15; }
.tr-16 { grid-area: tr-16; }
.tr-17 { grid-area: tr-17; }
.tr-18 { grid-area: tr-18; }
.tr-19 { grid-area: tr-19; }
.tr-20 { grid-area: tr-20; }
.tr-21 { grid-area: tr-21; }
.tr-22 { grid-area: tr-22; }
.tr-23 { grid-area: tr-23; }
.tr-24 { grid-area: tr-24; }
.tr-25 { grid-area: tr-25; }

/* 3D Card Inner */
.project-3d-card {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
  padding: 22px;
  transition: transform 350ms cubic-bezier(0.25, 1, 0.5, 1), filter 300ms ease, box-shadow 300ms ease;
  transform-style: preserve-3d;
  background: #0d1e13;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.project-3d-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: linear-gradient(43deg, rgba(23, 89, 45, 0.6) 0%, rgba(168, 93, 50, 0.5) 50%, rgba(192, 108, 58, 0.6) 100%);
  filter: blur(1.5rem);
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms ease;
  border-radius: 24px;
}

.project-3d-card-wrapper:hover .project-3d-card::before {
  opacity: 0.7;
}

.project-3d-card-wrapper:hover .project-3d-card {
  border-color: rgba(192, 108, 58, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), 0 0 20px rgba(168, 93, 50, 0.25);
}

/* Background image */
.project-3d-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.project-3d-card-wrapper:hover .project-3d-card__bg {
  transform: scale(1.08);
}

.project-3d-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 14, 11, 0.25) 0%, rgba(9, 14, 11, 0.6) 50%, rgba(7, 10, 8, 0.95) 100%);
  z-index: 2;
  transition: background 0.3s ease;
}

.project-3d-card-wrapper:hover .project-3d-card__overlay {
  background: linear-gradient(180deg, rgba(23, 89, 45, 0.2) 0%, rgba(9, 14, 11, 0.7) 45%, rgba(6, 9, 7, 0.98) 100%);
}

/* Card Header (Pills & Badges) */
.project-3d-card__header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateZ(25px);
}

.project-3d-card__year {
  font-size: 11.5px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  letter-spacing: 0.5px;
}

.project-3d-card__tag {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #17592d 0%, #a85d32 100%);
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Content & Action */
.project-3d-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  transform: translateZ(35px);
}

.project-3d-card__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
}

.project-3d-card__title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-3d-card__title a:hover {
  color: #e58e58;
}

.project-3d-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.75);
}

.project-3d-card__director i {
  color: #c06c3a;
  margin-right: 4px;
}

.project-3d-card__category {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11.5px;
}

.project-3d-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #17592d 0%, #114221 100%);
  color: #ffffff !important;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(23, 89, 45, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.project-3d-card__btn:hover {
  background: linear-gradient(135deg, #c06c3a 0%, #a85d32 100%);
  box-shadow: 0 6px 18px rgba(192, 108, 58, 0.5);
  transform: translateY(-2px);
}

/* 25 Tracker Hover Transformations */
.tr-1:hover ~ .project-3d-card { transform: rotateX(16deg) rotateY(-12deg); }
.tr-2:hover ~ .project-3d-card { transform: rotateX(16deg) rotateY(-6deg); }
.tr-3:hover ~ .project-3d-card { transform: rotateX(16deg) rotateY(0deg); }
.tr-4:hover ~ .project-3d-card { transform: rotateX(16deg) rotateY(6deg); }
.tr-5:hover ~ .project-3d-card { transform: rotateX(16deg) rotateY(12deg); }

.tr-6:hover ~ .project-3d-card { transform: rotateX(8deg) rotateY(-12deg); }
.tr-7:hover ~ .project-3d-card { transform: rotateX(8deg) rotateY(-6deg); }
.tr-8:hover ~ .project-3d-card { transform: rotateX(8deg) rotateY(0deg); }
.tr-9:hover ~ .project-3d-card { transform: rotateX(8deg) rotateY(6deg); }
.tr-10:hover ~ .project-3d-card { transform: rotateX(8deg) rotateY(12deg); }

.tr-11:hover ~ .project-3d-card { transform: rotateX(0deg) rotateY(-12deg); }
.tr-12:hover ~ .project-3d-card { transform: rotateX(0deg) rotateY(-6deg); }
.tr-13:hover ~ .project-3d-card { transform: rotateX(0deg) rotateY(0deg) scale(1.02); }
.tr-14:hover ~ .project-3d-card { transform: rotateX(0deg) rotateY(6deg); }
.tr-15:hover ~ .project-3d-card { transform: rotateX(0deg) rotateY(12deg); }

.tr-16:hover ~ .project-3d-card { transform: rotateX(-8deg) rotateY(-12deg); }
.tr-17:hover ~ .project-3d-card { transform: rotateX(-8deg) rotateY(-6deg); }
.tr-18:hover ~ .project-3d-card { transform: rotateX(-8deg) rotateY(0deg); }
.tr-19:hover ~ .project-3d-card { transform: rotateX(-8deg) rotateY(6deg); }
.tr-20:hover ~ .project-3d-card { transform: rotateX(-8deg) rotateY(12deg); }

.tr-21:hover ~ .project-3d-card { transform: rotateX(-16deg) rotateY(-12deg); }
.tr-22:hover ~ .project-3d-card { transform: rotateX(-16deg) rotateY(-6deg); }
.tr-23:hover ~ .project-3d-card { transform: rotateX(-16deg) rotateY(0deg); }
.tr-24:hover ~ .project-3d-card { transform: rotateX(-16deg) rotateY(6deg); }
.tr-25:hover ~ .project-3d-card { transform: rotateX(-16deg) rotateY(12deg); }



/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 56px;
  z-index: 1;
}

.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 851px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.team-one__left {
  position: relative;
  display: block;
}

.team-one__btn {
  border: 2px solid transparent;
}

.team-one__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.team-one__right .row {
  --bs-gutter-x: 50px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
}

.team-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eston-base);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}

.team-one__single:hover .team-one__img:before {
  opacity: 0.4;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.team-one__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.1);
}

.team-one__content {
  position: relative;
  display: block;
  margin-top: 41px;
}

.team-one__content p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--eston-font-two);
}

.team-one__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-top: 10px;
}

.team-one__content h3 a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__content h3 a:hover {
  color: var(--eston-base);
}




/*--------------------------------------------------------------
# Sliding Text
--------------------------------------------------------------*/
.sliding-text {
  position: relative;
  display: block;
  transform: rotate(-3deg);
  overflow-x: hidden;
  z-index: 3;
  margin-left: -5px;
}

.sliding-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--eston-black);
  z-index: -1;
}

.sliding-text__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 18px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.sliding-text__wrap:hover .sliding-text__list {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.sliding-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
  animation: slide-left 20s linear infinite;
}

.sliding-text__list>* {
  margin: 0 72.5px;
}


.sliding-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__list li a {
  color: var(--eston-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__list li:hover a {
  color: transparent;
  -webkit-text-stroke: 1px var(--eston-base);
}

.sliding-text__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -75px;
  height: 45px;
  width: 5px;
  background-color: #474747;
  transform: rotate(21deg);
}

.sliding-text__list li:last-child {}

.sliding-text__list li:last-child::before {
  display: block;
}




/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  z-index: 2;
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.video-one__img {
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.video-one__img img {
  width: 100%;
}

.video-one__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-one__text {
  position: relative;
  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;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: var(--eston-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-one__text:hover {
  background-color: var(--eston-base);
}

.video-one__text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  font-style: italic;
}

.video-one__text:hover p {
  color: var(--eston-white);
}

.video-one__video-link .ripple,
.video-one__text .ripple:before,
.video-one__text .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__text .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__text .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.sliding-text-two {
  margin-right: -5px;
}

.sliding-text-two:before {
  background-color: var(--eston-base);
}

.sliding-text-two .sliding-text__list li::before {
  background-color: #d74a5b;
}

.sliding-text-two .sliding-text__list li:hover a {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}



.cs-reverse_animation {
  animation-direction: reverse !important;
}


/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 162px 0 90px;
}

.news-one__top {
  position: relative;
  display: block;
  margin-bottom: 82px;
}

.news-one__top .section-title {
  margin-bottom: 0px;
}

.news-one__left {
  position: relative;
  display: block;
}

.news-one__right {
  position: relative;
  display: block;
  margin-top: 20px;
}

.news-one__btn-box {
  position: relative;
  display: block;
  text-align: right;
}

.news-one__bottom {
  position: relative;
  display: block;
}

.news-one__bottom .row {
  --bs-gutter-x: 95px;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.news-one__img-box {
  position: relative;
  display: block;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  height: 240px;
}

.news-one__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--eston-base);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.news-one__single:hover .news-one__img::after {
  opacity: 0.8;
  transform: scaleY(1.0);
}

.news-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transform: scale(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
}

.blog-one__single:hover .news-one__img img {
  transform: scale(1.2) rotate(1deg);
}

.news-one__img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.news-one__single:hover .news-one__img .overlay-icon {
  transform: perspective(400px) scaleY(1.0);
}

.news-one__single .news-one__img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.news-one__single .news-one__img .overlay-icon span {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.news-one__content {
  position: relative;
  display: block;
  margin-top: 41px;
}

.news-one__sub-titlt-and-date {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__sub-title {
  position: relative;
  display: block;
}

.news-one__sub-title p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--eston-font-two);
}

.news-one__date {
  position: relative;
  display: block;
  margin-left: 30px;
}

.news-one__date p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--eston-base);
}

.news-one__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 11px;
  margin-bottom: 30px;
}

.news-one__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__title a:hover {
  color: var(--eston-base);
}

.news-one__read-more {
  position: relative;
  display: inline-block;
}

.news-one__read-more a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--eston-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__read-more a {
  color: var(--eston-base);
}

.news-one__read-more a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--eston-base);
  transform: scaleX(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: left center;
}

.news-one__single:hover .news-one__read-more a::before {
  transform: scaleX(1.0);
  transform-origin: bottom center;
  transition-delay: 300ms;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;
}

.brand-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.brand-one__list li {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
}

.brand-one__list li:last-child {
  border-right: 0;
}

.brand-one__list-one li:first-child {
  border-left: 1px solid #DCDCDC;
}

.brand-one__list-one li:last-child {
  border-top: 0;
}

.brand-one__img {
  position: relative;
  display: block;
}

.brand-one__img img {
  width: auto;
}

.brand-one__list--two {
  border-bottom: 0;
}

.brand-one__list--two li {
  border-bottom: 1px solid #DCDCDC;
}

.brand-one__list--two li:first-child {
  border-bottom: 0;
}

.brand-one__list--two li:last-child {
  border-right: 1px solid #DCDCDC;
}

.brand-one__btn {
  position: relative;
  display: block;
}

.brand-one__btn h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.brand-one__btn h5 a {
  position: relative;
  display: inline-block;
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-one__btn h5 a:hover {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--eston-black);
  z-index: 1;
  padding: 109px 0 35px;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 127px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--eston-white);
  line-height: 28px;
  font-weight: 700;
}

.footer-widget__title span {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #A9A9A9;
  font-family: var(--eston-font-two);
  margin-left: 10px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 38px;
  margin-top: 9px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #C4C4C4;
  margin-top: 55px;
  margin-bottom: 20px;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact p {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}

.footer-widget__contact p a {
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact p a:hover {
  color: var(--eston-base);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Uiverse.io by ahmed150up2 - Bouncy Social Media Card
--------------------------------------------------------------*/
.footer-social-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 52px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 14px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.footer-social-card a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff !important;
  font-size: 17px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: rgba(255, 255, 255, 0.08);
}

.footer-social-card .social-link-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(214, 36, 159, 0.5);
  color: #ffffff !important;
}

.footer-social-card .social-link-tiktok:hover {
  background-color: #000000;
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6), -2px -2px 0px #25F4EE, 2px 2px 0px #FE2C55;
  color: #ffffff !important;
}

.footer-social-card .social-link-linkedin:hover {
  background-color: #0a66c2;
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(10, 102, 194, 0.55);
  color: #ffffff !important;
}

.footer-social-card .social-link-youtube:hover {
  background: linear-gradient(135deg, #17592d 0%, #a85d32 100%);
  animation: bounce_613 0.45s ease;
  box-shadow: 0 4px 14px rgba(23, 89, 45, 0.55);
  color: #ffffff !important;
}

@keyframes bounce_613 {
  0% { transform: scale(1); }
  35% { transform: scale(1.35); }
  65% { transform: scale(0.85); }
  85% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.site-footer__social {
  display: flex;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 15px;
  transition: all 300ms ease;
}

.site-footer__social a:hover {
  color: var(--eston-base);
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 0;
}

.footer-widget__services-list {
  position: relative;
  display: block;
}

.footer-widget__services-list li+li {
  margin-top: 14px;
}

.footer-widget__services-list li a {
  position: relative;
  color: #C4C4C4;
  font-size: 14px;
  transition: all 300ms ease;
}

.footer-widget__services-list li a:hover {
  color: var(--eston-white);
  padding-left: 6px;
}

.footer-widget__pages {
  position: relative;
  display: block;
  margin-left: 0;
}

.footer-widget__pages-list {
  position: relative;
  display: block;
}

.footer-widget__pages-list li+li {
  margin-top: 14px;
}

.footer-widget__pages-list li a {
  position: relative;
  color: #C4C4C4;
  font-size: 14px;
  transition: all 300ms ease;
}

.footer-widget__pages-list li a:hover {
  color: var(--eston-white);
  padding-left: 6px;
}

.footer-widget__gallery {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.footer-widget__gallery .footer-widget__title-box {
  margin-bottom: 30px;
}

.footer-widget__gallery .footer-widget__title-box a {
  color: #ffffff;
  text-decoration: none;
}

.footer-widget__gallery .footer-widget__title-box a:hover {
  color: #c06c3a;
}

.footer-widget__gallery-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-widget__gallery-list li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 85px;
  border-radius: 12px;
  z-index: 1;
}

.footer-widget__gallery-img:before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(23, 89, 45, 0.7);
  transition: all 400ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.15);
}

.footer-widget__gallery-img a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--eston-white);
  transform: translateY(30px);
  opacity: 0;
  transition: all 400ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
  color: #ffffff;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #C3C3C3;
}

.site-footer__bottom-text a {
  font-weight: 700;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  padding: 167px 0 90px;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eston-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.counter-one__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 100px;
  margin-bottom: 120px;
}

.counter-one__title span {
  color: var(--eston-base);
}

.counter-one__count-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__count-list li {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 22px;
}

.counter-one__count-list li .icon {
  position: relative;
  display: inline-block;
}

.counter-one__count-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--eston-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__count-list li:hover .icon span {
  transform: scale(0.9);
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 20px;
}

.counter-one__count-box h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.02em;
}

.counter-one__count-plus {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: var(--eston-black);
}

.counter-one__count-shape {
  position: relative;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #EAEAEA;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__count-list li:hover .counter-one__count-shape {
  background-color: var(--eston-base);
}

.counter-one__count-text {
  margin-top: 26px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  background-color: #F5F5F5;
  z-index: 1;
}

.services-two__top {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.services-two__top .section-title {
  margin-bottom: 0px;
}

.services-two__top-left {
  position: relative;
  display: block;
}

.services-two__top-right {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 27px;
}

.services-two__btn-box {
  position: relative;
  display: block;
}

.services-two__btn {
  border: 2px solid var(--eston-white);
}

.services-two__bottom {
  position: relative;
  display: block;
}

.services-two__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.services-two__list li+li {
  margin-left: -23px;
}

.services-two__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 330px;
  background-color: var(--eston-white);
  border-radius: 50%;
  text-align: center;
  padding: 40px 40px 40px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__list li:hover {
  z-index: 3;
}

.services-two__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--eston-base);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-two__list li:hover::before {
  transform: scale(1);
}

.services-two__single {
  position: relative;
  display: block;
}

.services-two__list li:nth-child(3) {
  box-shadow: 20px 16px 32px rgba(0, 0, 0, 0.06);
}

.services-two__icon {
  position: relative;
  display: inline-block;
}

.services-two__icon img {
  width: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.services-two__list li:hover .services-two__icon img {
  opacity: 0;
}

.services-two__hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.services-two__hover-icon img {
  width: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.services-two__list li:hover .services-two__hover-icon img {
  opacity: 1;
}

.services-two__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.services-two__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__list li:hover .services-two__title a {
  color: var(--eston-white);
}

.services-two__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__list li:hover .services-two__text {
  color: var(--eston-white);
}

/*--------------------------------------------------------------
# Sliding Text Three
--------------------------------------------------------------*/
.sliding-text-three {
  margin-right: -5px;
}

.sliding-text-three:before {
  background-color: var(--eston-base);
}

.sliding-text-three .sliding-text__list li::before {
  background-color: #d74a5b;
}

.sliding-text-three .sliding-text__list li a {
  color: #ffffff;
}

.sliding-text-three .sliding-text__list li:hover a {
  color: transparent;
  -webkit-text-stroke: 1px #000000;
}

















/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 190px 0 120px;
}

.project-two .container {
  overflow: hidden;
}

.project-two .section-title {
  margin-bottom: 77px;
}

.project-two .section-title__title-box p {
  left: 50%;
  transform: translateX(-50%);
}

.project-two__carousel-box {
  position: relative;
  display: block;
}

.project-two__carousel {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.project-two__single {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.project-two__single:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(23, 89, 45, 0.22);
}

.project-two__img-box {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  height: 420px;
}

.project-two__img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.project-two__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(9, 14, 11, 0.85) 100%);
  opacity: 0.85;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.project-two__single:hover .project-two__img::before {
  opacity: 0.95;
  background: linear-gradient(180deg, rgba(23, 89, 45, 0.3) 0%, rgba(9, 14, 11, 0.92) 100%);
}

.project-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.08);
}

.project-two__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%) scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.project-two__play span {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--eston-black);
}

.project-two__single:hover .project-two__play {
  transform: translate(-50%, -50%) scale(1.1);
  background: linear-gradient(135deg, #17592d 0%, #a85d32 100%);
}

.project-two__single:hover .project-two__play span {
  color: #ffffff;
}

.project-two__title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  z-index: 2;
  margin: 0;
}

.project-two__title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-two__title a:hover {
  color: #e58e58;
}

.project-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}

.project-two__bottom-title {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -0.04em;
  color: var(--eston-base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-two__bottom-title:hover {
  color: transparent;
  -webkit-text-stroke: 3px var(--eston-base);
}

.project-two__bottom-img {
  position: relative;
  display: block;
  margin-left: 80px;
}

.project-two__bottom-img img {
  width: auto;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  padding: 275px 0 275px;
  z-index: 1;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-two__video-link {
  position: relative;
  display: block;
}

.video-two__text {
  position: relative;
  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;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--eston-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: center;
  margin: 0 auto;
}

.video-two__text:hover {
  background-color: var(--eston-base);
}

.video-two__text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  font-style: italic;
}

.video-two__text:hover p {
  color: var(--eston-white);
}

.video-two__video-link .ripple,
.video-two__text .ripple:before,
.video-two__text .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-two__text .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__text .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 82px 0 82px;
  background-color: var(--eston-base);
  z-index: 1;
}

.brand-two .swiper-slide {
  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;
}

.brand-two .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
}

.brand-two .swiper-slide img:hover {
  opacity: 0.70;
}

.brand-two__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.brand-two__bg-text p {
  font-weight: 700;
  font-size: 160px;
  line-height: 200px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--eston-white-rgb), 0.06);
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.team-two .section-title {
  margin-bottom: 77px;
}

.team-two__bottom {
  position: relative;
  display: block;
  margin-bottom: 65px;
}

.team-two__carousel {
  position: relative;
  display: block;
}

.team-two__single {
  position: relative;
  display: block;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
}

.team-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eston-base);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}

.team-two__single:hover .team-two__img:before {
  opacity: 0.4;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.team-two__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.1);
}

.team-two__content {
  position: relative;
  display: block;
  margin-top: 41px;
}

.team-two__content p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--eston-font-two);
}

.team-two__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-top: 10px;
}

.team-two__content h3 a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__content h3 a:hover {
  color: var(--eston-base);
}

.team-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.team-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.team-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.team-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -166px;
  right: 0;
  margin: 0;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 0;
  color: var(--eston-black);
  background-color: var(--eston-white);
  border: 2px solid #EAEAEA;
  font-size: 16px;
  margin: 0;
  margin-left: 20px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 0;
  color: var(--eston-black);
  background-color: var(--eston-white);
  border: 2px solid #EAEAEA;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.team-two__carousel.owl-theme .owl-nav .owl-next span,
.team-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  border: 2px solid var(--eston-base);
  color: var(--eston-white);
}

.team-two__btn {
  color: var(--eston-white);
  background-color: var(--eston-black);
  border: 2px var(--eston-black);
}

.team-two__btn:hover {
  border: 2px var(--eston-base);
}

.team-two__btn::after {
  background-color: var(--eston-base);
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  padding: 120px 0 90px;
  overflow: hidden;
}

.news-two .section-title {
  margin-bottom: 77px;
}

.news-two .section-title__title-box p {
  left: 50%;
  transform: translateX(-50%);
}

.news-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-two__img-box {
  position: relative;
  display: block;
}

.news-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-two__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--eston-base);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.news-two__single:hover .news-two__img::after {
  opacity: 0.8;
  transform: scaleY(1.0);
}

.news-two__img img {
  width: 100%;
  transform: scale(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
}

.blog-one__single:hover .news-two__img img {
  transform: scale(1.2) rotate(1deg);
}

.news-two__img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.news-two__single:hover .news-two__img .overlay-icon {
  transform: perspective(400px) scaleY(1.0);
}

.news-two__single .news-two__img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.news-two__single .news-two__img .overlay-icon span {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.news-two__date {
  position: absolute;
  right: 40px;
  bottom: -13px;
  z-index: 3;
}

.news-two__date p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--eston-white);
  background-color: var(--eston-base);
  padding: 6px 10px 6px;
}

.news-two__content {
  position: relative;
  display: block;
  padding: 41px 38px 34px;
  background-color: var(--eston-white);
}

.news-two__sub-title {
  position: relative;
  display: block;
}

.news-two__sub-title p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--eston-font-two);
}

.news-two__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 11px;
  margin-bottom: 30px;
}

.news-two__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__title a:hover {
  color: var(--eston-base);
}

.news-two__read-more {
  position: relative;
  display: inline-block;
}

.news-two__read-more a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--eston-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__read-more a:hover {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--eston-black);
  padding: 120px 0 0;
  z-index: 1;
}

.site-footer-two__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: var(--eston-white);
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding-top: 75px;
  padding-bottom: 127px;
  border-bottom: 1px solid rgba(var(--eston-white-rgb), 0.1);
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.footer-widget-two__title {
  font-size: 18px;
  color: var(--eston-white);
  line-height: 28px;
  font-weight: 700;
}

.footer-widget-two__services {
  position: relative;
  display: block;
}

.footer-widget-two__services-list {
  position: relative;
  display: block;
}

.footer-widget-two__services-list li+li {
  margin-top: 14px;
}

.footer-widget-two__services-list li a {
  position: relative;
  color: #C4C4C4;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__services-list li a:hover {
  color: var(--eston-white);
}

.footer-widget-two__pages {
  position: relative;
  display: block;
  margin-left: 22px;
}

.footer-widget-two__pages-box {
  position: relative;
  display: flex;
}

.footer-widget-two__pages-list {
  position: relative;
  display: block;
}

.footer-widget-two__pages-list-2 {
  position: relative;
  display: block;
  margin-left: 52px;
}

.footer-widget-two__pages-list li {
  position: relative;
  display: block;
}

.footer-widget-two__pages-list li+li {
  margin-top: 14px;
}

.footer-widget-two__pages-list li a {
  position: relative;
  color: #C4C4C4;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__pages-list li a:hover {
  color: var(--eston-white);
}

.footer-widget-two__get-in-touch {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget-two__get-in-touch .footer-widget-two__title-box {
  margin-bottom: 31px;
}

.footer-widget-two__get-in-touch-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #C4C4C4;
  margin-bottom: 20px;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
}

.footer-widget-two__contact p {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}

.footer-widget-two__contact p a {
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__contact p a:hover {
  color: var(--eston-base);
}

.site-footer-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer-two__social a {
  position: relative;
  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;
  text-align: center;
  color: #999999;
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-two__social a:hover {
  color: var(--eston-base);
}

.site-footer-two__social a+a {
  margin-left: 17px;
}

.footer-widget-two__newsletter {
  position: relative;
  display: block;
}

.footer-widget-two__newsletter .footer-widget-two__title-box {
  margin-bottom: 26px;
}

.footer-widget-two__email-box {
  position: relative;
  display: block;
}

.footer-widget-two__email-input-box {
  position: relative;
  display: block;
}

.footer-widget-two__email-input-box input[type="email"] {
  width: 100%;
  height: 53px;
  border: none;
  border-bottom: 1px solid var(--eston-white);
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: rgba(var(--eston-white-rgb), 0.3);
  padding-right: 95px;
}

.footer-widget-two__btn {
  position: absolute;
  right: -6px;
  bottom: 14px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--eston-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__btn:hover {
  color: var(--eston-white);
}

.footer-widget-two__newsletter-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(var(--eston-white-rgb), 0.4);
  margin-top: 20px;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  padding: 30px 0 30px;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer-two__bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #C3C3C3;
}

.site-footer-two__bottom-text a {
  font-weight: 700;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__bottom-text a:hover {
  color: var(--eston-base);
}

.site-footer-two__bottom-list {
  position: relative;
  display: block;
}

.site-footer-two__bottom-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-two__bottom-list li a+a {
  margin-left: 45px;
}

.site-footer-two__bottom-list li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__bottom-list li a:hover {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-two__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-two__shape-2 img {
  width: auto;
}

.about-two__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-two__shape-3 img {
  width: auto;
}

.about-two__left {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 60px;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
}

.about-two__icon {
  position: absolute;
  top: 50%;
  right: -85px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
}

.about-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eston-base);
}

.about-two__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-two__shape-1 img {
  width: auto;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 80px;
  margin-top: 57px;
}

.about-two__right .section-title {
  margin-bottom: 24px;
}

.about-two__img-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -23px;
  margin-top: 49px;
}

.about-two__img-list li {
  position: relative;
  display: block;
}

.about-two__img-list li img {
  width: auto;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-three__top {
  position: relative;
  display: block;
  margin-bottom: 77px;
}

.services-three__top .section-title {
  margin-bottom: 0px;
}

.services-three__left {
  position: relative;
  display: block;
}

.services-three__right {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 27px;
}

.services-three__btn-box {
  position: relative;
  display: block;
}

.services-three__btn {
  border: 2px solid var(--eston-white);
}

.services-three__bottom {
  position: relative;
  display: block;
}

.services-three__bottom .row {
  --bs-gutter-x: 50px;
}

.services-three__single {
  position: relative;
  display: block;
  background-color: var(--eston-white);
  margin-bottom: 30px;
}

.services-three__img-box {
  position: relative;
  display: block;
}

.services-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 100%);
  opacity: 0.9;
  z-index: 1;
}

.services-three__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.05);
}

.services-three__title {
  position: absolute;
  bottom: -16px;
  left: 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.02em;
  z-index: 3;
}

.services-three__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--eston-base);
}

.services-three__content {
  position: relative;
  display: block;
  padding: 35px 50px 44px;
}

.services-three__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 34px;
}

.services-three__read-more {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #BFBFBF;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__read-more:hover {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.project-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.project-three .row {
  --bs-gutter-x: 90px;
}

.project-three .section-title {
  margin-bottom: 77px;
}

.project-three .section-title__tagline {
  color: var(--eston-white);
}

.project-three .section-title__title {
  color: var(--eston-white);
}

.project-three .section-title__title-box p {
  left: 50%;
  transform: translateX(-50%);
  color: rgba(121, 121, 121, 0.2);
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-three__img-box {
  position: relative;
  display: block;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-three__img img {
  width: 100%;
}

.project-three__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eston-black);
  background-color: var(--eston-white);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: var(--eston-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--eston-base-rgb), .80);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  transform: scale(1.0);
  opacity: 1;
}

.project-three__play:hover {
  color: var(--eston-white);
  background-color: var(--eston-black);
}

.project-three__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-three__sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(var(--eston-white-rgb), 0.6);
}

.project-three__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 18px;
}

.project-three__title a {
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color: var(--eston-base);
}

.project-three__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.project-three__btn {
  color: var(--eston-white);
  border: 2px solid var(--eston-base);
  background-color: var(--eston-base);
}

/*--------------------------------------------------------------
# Rewards One
--------------------------------------------------------------*/
.rewards-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.hover-reveal {
  position: fixed;
  width: 600px;
  height: 400px;
  top: 50%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.hover-reveal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}





.rewards-one__top {
  position: relative;
  display: block;
  margin-bottom: 77px;
}

.rewards-one__top .section-title {
  margin-bottom: 0px;
}

.rewards-one__left {
  position: relative;
  display: block;
}

.rewards-one__right {
  position: relative;
  display: block;
  margin-top: 27px;
}

.rewards-one__btn-box {
  position: relative;
  display: block;
  text-align: right;
}

.rewards-one__bottom {
  position: relative;
  display: block;
}



.rewards-one__img {
  position: absolute;
  top: -18px;
  right: 187px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.rewards-one__list li:hover .rewards-one__img {
  opacity: 1;
  z-index: 1;
}

.rewards-one__img img {
  width: auto;
}



.rewards-one__list {
  position: relative;
  display: block;
}

.rewards-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 48px;
  border-bottom: 1px solid rgba(var(--eston-black-rgb), 0.06);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.rewards-one__list li:hover {
  border-bottom: 1px solid var(--eston-black);
}

.rewards-one__list li:first-child {
  border-top: 1px solid rgba(var(--eston-black-rgb), 0.06);
}

.rewards-one__list-left {
  position: relative;
  display: flex;
  align-items: center;
}

.rewards-one__year {
  position: relative;
  display: block;
}

.rewards-one__year p {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-base);
}

.rewards-one__title {
  position: relative;
  display: block;
  margin-left: 42px;
}

.rewards-one__title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.rewards-one__title h3 a{
  color: var(--eston-black);
}

.rewards-one__list-right {
  position: relative;
  display: flex;
  align-items: center;
}

.rewards-one__list-right h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.rewards-one__list-right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-left: 11px;
}

.rewards-one__list-right p span {
  position: relative;
  margin-right: 11px;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  padding: 120px 0 160px;
  z-index: 1;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-right: 230px;
}

.faq-one__img-box {
  position: relative;
  display: block;
}

.faq-one__img {
  position: relative;
  display: block;
}

.faq-one__img img {
  width: 100%;
}

.faq-one__img-2 {
  position: absolute;
  top: 180px;
  left: 200px;
  z-index: 1;
}

.faq-one__img-2 img {
  width: auto;
}

.faq-one__img-2::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  background-color: var(--eston-white);
  z-index: -1;
}

.faq-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: 48px;
  margin-top: 44px;
}

.faq-one__right .section-title {
  margin-bottom: 60px;
}

.faq-one__faq-box {
  position: relative;
  display: block;
}

.faq-one__faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-black);
  position: relative;
  background-color: var(--eston-white);
  padding: 23px 30px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 16px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--eston-white);
  background-color: var(--eston-base);
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 14px;
  color: #cecece;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--eston-white);
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 26px 30px 13px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion:last-child {
  border-bottom: 1px solid transparent;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two__left {
  position: relative;
  display: block;
}

.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right: -315px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  border: 2px solid #EAEAEA;
  padding: 48px 48px 48px;
  z-index: 1;
}

.testimonial-two__retting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__retting i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--eston-base);
}

.testimonial-two__retting i+i {
  margin-left: 7px;
}

.testimonial-two__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: var(--eston-black);
  margin-top: 26px;
  margin-bottom: 40px;
}

.testimonial-two__client-img-and-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  border-radius: 50%;
}

.testimonial-two__client-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-two__client-info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: var(--eston-black);
}

.testimonial-two__client-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

.testimonial-two__quote {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}

.testimonial-two__quote img {
  width: auto;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 71px;
  left: -584px;
  margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 56px;
  width: 56px;
  line-height: 55px;
  border-radius: 0;
  color: var(--eston-black);
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(90deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 56px;
  width: 56px;
  line-height: 55px;
  color: var(--eston-black);
  border-radius: 0;
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 9px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 9px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  border: 2px solid var(--eston-base);
  color: var(--eston-white);
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
  ;
}

.brand-three__top {
  position: relative;
  display: block;
  text-align: center;
}

.brand-three__shape-2 {
  position: relative;
  display: block;
  width: 1px;
  height: 150px;
  background-color: var(--eston-base);
  margin: 0 auto 165px;
}

.brand-three__icon {
  position: relative;
  display: inline-block;
}

.brand-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eston-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-three__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.brand-three__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 100px;
  margin-bottom: 80px;
}

.brand-three__title span {
  color: var(--eston-base);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
  background-color: var(--eston-white);
}

.site-footer-three .footer-widget__title {
  color: var(--eston-black);
}

.site-footer-three .footer-widget__about-text {
  color: var(--eston-gray);
}

.site-footer-three .footer-widget__contact p a {
  color: var(--eston-black);
}

.site-footer-three .footer-widget__contact p a:hover {
  color: var(--eston-base);
}

.site-footer-three .footer-widget__services-list li a {
  color: var(--eston-gray);
}

.site-footer-three .footer-widget__services-list li a:hover {
  color: var(--eston-base);
}

.site-footer-three .footer-widget__pages-list li a {
  color: var(--eston-gray);
}

.site-footer-three .footer-widget__pages-list li a:hover {
  color: var(--eston-base);
}

.site-footer-three .footer-widget__title span {
  color: var(--eston-gray);
}

.site-footer-three .site-footer__bottom-text {
  color: var(--eston-gray);
}

.site-footer-three .site-footer__bottom-text a {
  color: var(--eston-black);
}

.site-footer-three .site-footer__bottom-text a:hover {
  color: var(--eston-base);
}



/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: var(--eston-black);
  padding: 203px 0 119px;
  overflow-x: hidden;
  z-index: 1;
}

.feature-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: rgb(34, 34, 34);
  background: linear-gradient(90deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0) 100%, rgba(34, 34, 34, 0) 100%, rgba(34, 34, 34, 1) 100%);
  z-index: 1;
}

.feature-two:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;

  background: rgb(34, 34, 34);
  background: linear-gradient(280deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0.3981967787114846) 50%, rgba(34, 34, 34, 0) 100%);
  z-index: 1;
}




.feature-two__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.feature-two__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 6px;
}

.feature-two__list:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.marquee_mode {
  position: relative;
}

.marquee_mode .js-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.feature-two__list>* {
  margin: 0 0px;
}

.feature-two__list li {
  position: relative;
  display: block;
  margin: 0 70px 0;
}

.feature-two__list li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
}

.feature-two__list li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  right: 0;
  height: 3px;
  background: #ffffff;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__list li:hover a:before {
  transform: scale(1);
}



.feature-two__img {
  position: absolute;
  top: -166px;
  right: -40px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateX(50px) scale(0.5);
  transform: translateX(50px) scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__img img {
  width: 100%;
  border-radius: 50%;
}

.feature-two__list li:hover .feature-two__img {
  -webkit-transform: translateX(0px) scale(1.0);
  transform: translateX(0px) scale(1.0);
  opacity: 1;
}




/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 110px 0 120px;
  z-index: 1;
}

.testimonial-one__slider {
  position: relative;
  display: block;
}

.testimonial-one__main-content {
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__quote {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 78px;
  color: var(--eston-base);
}

.testimonial-one__text {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--eston-black);
}

.testimonial-one__thumb-outer-box {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #EAEAEA;
  padding-top: 30px;
  margin-top: 47px;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: -28px;
  left: 315px;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one__thumb-carousel {
  position: relative;
  display: block;
}

.testimonial-one__thumb-item {
  position: relative;
  display: block;
}

.testimonial-one__img-holder-box {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.testimonial-one__img-holder {
  position: relative;
  display: block;
  width: 60px;
  border-radius: 50%;
}

.testimonial-one__img-holder img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-info {
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}

.testimonial-one__client-sub-title {
  font-size: 14px;
  line-height: 14px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%) !important;
  overflow: hidden;
  z-index: 1;
}

/* From Uiverse.io by amir_6539 (Original Deep Space Starfield) */
.page-header__bg,
.uiverse-grid-pattern,
.uiverse-isometric-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%) !important;
  overflow: hidden;
  z-index: 1;
}

.page-header__bg::before,
.uiverse-grid-pattern::before,
.uiverse-isometric-pattern::before {
  display: none !important;
}

#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  box-shadow:
    501px 811px #fff,
    1450px 1324px #fff,
    1093px 1780px #fff,
    1469px 678px #fff,
    904px 741px #fff,
    1160px 781px #fff,
    1841px 1962px #fff,
    1630px 1667px #fff,
    1788px 676px #fff,
    367px 1734px #fff,
    1343px 156px #fff,
    1283px 1142px #fff,
    1062px 378px #fff,
    1395px 467px #fff,
    1017px 1891px #fff,
    137px 1114px #fff,
    1767px 1403px #fff,
    1543px 11px #fff,
    1078px 181px #fff,
    1189px 1574px #fff,
    1697px 1551px #fff,
    439px 472px #fff,
    1491px 677px #fff,
    1364px 599px #fff,
    34px 382px #fff,
    1221px 1584px #fff,
    1266px 1499px #fff,
    169px 1907px #fff,
    1219px 1125px #fff,
    659px 18px #fff,
    1731px 1959px #fff,
    332px 1216px #fff,
    1913px 788px #fff,
    80px 712px #fff,
    326px 1605px #fff,
    574px 1502px #fff,
    473px 1653px #fff,
    404px 975px #fff,
    322px 1797px #fff,
    425px 1321px #fff,
    1121px 1797px #fff,
    731px 647px #fff,
    891px 1584px #fff,
    1523px 109px #fff,
    1379px 244px #fff,
    865px 1064px #fff,
    493px 956px #fff,
    624px 1380px #fff,
    440px 619px #fff,
    1630px 767px #fff,
    955px 1196px #fff,
    62px 729px #fff,
    126px 946px #fff,
    1256px 896px #fff,
    1444px 256px #fff,
    661px 1628px #fff,
    1078px 1716px #fff,
    300px 737px #fff,
    1734px 413px #fff,
    1296px 129px #fff,
    1771px 1678px #fff,
    977px 1764px #fff,
    1879px 549px #fff,
    665px 1531px #fff,
    89px 701px #fff,
    1084px 1183px #fff,
    1597px 1576px #fff,
    1354px 1774px #fff,
    554px 1471px #fff,
    1469px 287px #fff,
    887px 106px #fff,
    1962px 766px #fff,
    638px 805px #fff,
    1651px 741px #fff,
    1517px 1826px #fff,
    24px 1152px #fff,
    507px 558px #fff,
    1262px 652px #fff,
    246px 1048px #fff,
    1077px 421px #fff,
    1866px 1847px #fff,
    1986px 1561px #fff,
    704px 632px #fff,
    1991px 1875px #fff,
    1227px 395px #fff,
    45px 1116px #fff,
    247px 786px #fff,
    890px 607px #fff,
    787px 1235px #fff,
    557px 524px #fff,
    1582px 1285px #fff,
    1725px 1366px #fff,
    952px 747px #fff,
    251px 458px #fff,
    1500px 1250px #fff,
    1999px 1734px #fff,
    1336px 1955px #fff,
    1705px 1464px #fff,
    728px 697px #fff,
    594px 510px #fff,
    1345px 1990px #fff,
    1919px 1803px #fff,
    1117px 966px #fff,
    1629px 97px #fff,
    1046px 1196px #fff,
    810px 1092px #fff,
    722px 976px #fff,
    406px 18px #fff,
    1665px 1860px #fff,
    1758px 1628px #fff,
    1183px 463px #fff,
    564px 239px #fff,
    13px 1767px #fff,
    1482px 1472px #fff,
    1700px 347px #fff,
    1362px 244px #fff,
    1141px 1708px #fff,
    22px 885px #fff,
    374px 1309px #fff,
    1034px 1037px #fff,
    1725px 1086px #fff,
    1343px 1921px #fff,
    596px 903px #fff,
    1061px 478px #fff,
    18px 1409px #fff,
    729px 1364px #fff,
    264px 911px #fff,
    677px 1442px #fff,
    123px 33px #fff,
    1303px 646px #fff,
    1945px 792px #fff,
    1305px 938px #fff,
    918px 1536px #fff,
    620px 948px #fff,
    183px 646px #fff,
    695px 687px #fff,
    881px 272px #fff,
    1521px 1212px #fff,
    1423px 1022px #fff,
    1545px 1271px #fff,
    1393px 348px #fff,
    685px 1910px #fff,
    1446px 856px #fff,
    73px 1201px #fff,
    736px 999px #fff,
    673px 796px #fff,
    469px 850px #fff,
    1912px 142px #fff,
    1278px 664px #fff,
    184px 1990px #fff,
    1173px 1312px #fff,
    782px 1879px #fff,
    323px 1035px #fff,
    611px 908px #fff,
    565px 1449px #fff,
    748px 1713px #fff,
    1047px 490px #fff,
    1040px 1872px #fff,
    1818px 1659px #fff,
    1806px 1327px #fff,
    386px 575px #fff,
    1550px 463px #fff,
    148px 687px #fff,
    651px 1683px #fff,
    1588px 1194px #fff,
    1831px 2px #fff,
    581px 876px #fff,
    1396px 1743px #fff,
    1212px 1810px #fff,
    421px 1920px #fff,
    658px 1461px #fff,
    1859px 1809px #fff,
    1456px 388px #fff,
    186px 1627px #fff,
    1528px 1145px #fff,
    171px 97px #fff,
    674px 1072px #fff,
    676px 1052px #fff,
    1165px 1131px #fff,
    1088px 781px #fff,
    1231px 948px #fff,
    330px 257px #fff,
    426px 1046px #fff,
    549px 652px #fff,
    1338px 74px #fff,
    1749px 364px #fff,
    931px 369px #fff,
    383px 1428px #fff,
    1558px 389px #fff,
    927px 133px #fff,
    234px 1888px #fff,
    1785px 1617px #fff,
    556px 643px #fff,
    401px 275px #fff,
    406px 1644px #fff,
    1253px 1852px #fff,
    1599px 883px #fff,
    744px 1721px #fff,
    524px 1297px #fff,
    1226px 1177px #fff,
    1679px 55px #fff,
    874px 1811px #fff,
    838px 790px #fff,
    1241px 430px #fff,
    1676px 652px #fff,
    1191px 568px #fff,
    53px 1990px #fff,
    1163px 237px #fff,
    61px 223px #fff,
    592px 456px #fff,
    1844px 271px #fff,
    1324px 1488px #fff,
    1373px 717px #fff,
    1822px 709px #fff,
    1464px 941px #fff,
    1445px 1118px #fff,
    991px 1414px #fff,
    1964px 1076px #fff,
    108px 172px #fff,
    641px 1722px #fff,
    1539px 427px #fff,
    1697px 45px #fff,
    1301px 1353px #fff,
    1060px 329px #fff,
    967px 1396px #fff,
    493px 301px #fff,
    1228px 1406px #fff,
    1211px 1653px #fff,
    444px 1822px #fff,
    1746px 353px #fff,
    1449px 381px #fff,
    671px 887px #fff,
    650px 138px #fff,
    30px 1839px #fff,
    1094px 1405px #fff,
    273px 796px #fff,
    1618px 1964px #fff,
    1045px 1849px #fff,
    1472px 1155px #fff,
    1529px 1312px #fff,
    728px 448px #fff,
    44px 1908px #fff,
    691px 818px #fff,
    254px 293px #fff,
    1981px 1133px #fff,
    1307px 375px #fff,
    196px 316px #fff,
    1241px 1975px #fff,
    1138px 1706px #fff,
    1769px 463px #fff,
    1768px 1428px #fff,
    1730px 590px #fff,
    1780px 523px #fff,
    1862px 1526px #fff,
    1613px 909px #fff,
    1266px 1781px #fff,
    470px 352px #fff,
    699px 1682px #fff,
    1002px 614px #fff,
    1209px 133px #fff,
    1842px 518px #fff,
    1422px 1836px #fff,
    1720px 1901px #fff,
    470px 1788px #fff,
    1355px 1387px #fff,
    146px 1162px #fff,
    933px 80px #fff,
    681px 1063px #fff,
    313px 1341px #fff,
    740px 1498px #fff,
    168px 1014px #fff,
    345px 1355px #fff,
    1498px 1562px #fff,
    1626px 1358px #fff,
    890px 403px #fff,
    663px 562px #fff,
    1481px 168px #fff,
    22px 719px #fff,
    774px 1041px #fff,
    1899px 829px #fff,
    430px 158px #fff,
    430px 361px #fff,
    1592px 1334px #fff,
    224px 323px #fff,
    1639px 1131px #fff,
    7px 271px #fff,
    1646px 1514px #fff,
    1605px 1444px #fff,
    1820px 1665px #fff,
    1549px 1641px #fff,
    1609px 1377px #fff,
    486px 1098px #fff,
    229px 613px #fff,
    542px 1694px #fff,
    318px 256px #fff,
    1861px 918px #fff,
    889px 892px #fff,
    442px 1524px #fff,
    19px 422px #fff,
    1935px 1908px #fff,
    828px 109px #fff,
    862px 1248px #fff,
    1275px 560px #fff,
    906px 63px #fff,
    337px 1605px #fff,
    1691px 918px #fff,
    1414px 679px #fff,
    1726px 749px #fff,
    1540px 1149px #fff,
    1337px 1466px #fff,
    446px 430px #fff,
    676px 1616px #fff,
    840px 326px #fff,
    976px 977px #fff,
    1840px 642px #fff,
    1273px 804px #fff,
    1071px 928px #fff,
    1292px 1675px #fff,
    29px 1148px #fff,
    1585px 135px #fff,
    1007px 563px #fff,
    1035px 78px #fff,
    1174px 574px #fff,
    120px 1304px #fff,
    845px 1292px #fff,
    861px 540px #fff,
    234px 232px #fff,
    1940px 1367px #fff,
    759px 639px #fff,
    1775px 1381px #fff,
    906px 372px #fff,
    1104px 1165px #fff,
    1524px 911px #fff,
    1882px 330px #fff,
    1389px 700px #fff,
    300px 1629px #fff,
    220px 1614px #fff,
    563px 140px #fff,
    1611px 1586px #fff,
    793px 1316px #fff,
    325px 1070px #fff,
    1722px 1462px #fff,
    1406px 1120px #fff,
    1169px 1768px #fff,
    1956px 1053px #fff,
    959px 1587px #fff,
    585px 1566px #fff,
    370px 204px #fff,
    1606px 1416px #fff,
    443px 1606px #fff,
    1499px 1102px #fff,
    1943px 105px #fff,
    1121px 1594px #fff,
    1512px 32px #fff,
    871px 1425px #fff,
    433px 100px #fff,
    294px 1471px #fff,
    1688px 1755px #fff,
    1666px 591px #fff,
    1034px 300px #fff,
    734px 1178px #fff,
    1342px 313px #fff,
    1616px 1590px #fff,
    1763px 1472px #fff,
    632px 1935px #fff,
    1708px 872px #fff,
    1871px 915px #fff,
    1829px 1020px #fff,
    1599px 578px #fff,
    42px 585px #fff,
    1163px 1382px #fff,
    1744px 1272px #fff,
    984px 1426px #fff,
    1786px 1584px #fff,
    1813px 379px #fff,
    1867px 1127px #fff,
    97px 567px #fff,
    626px 988px #fff,
    1178px 79px #fff,
    1703px 211px #fff,
    961px 1785px #fff,
    110px 975px #fff,
    953px 1941px #fff,
    1027px 1790px #fff,
    1665px 107px #fff,
    11px 964px #fff,
    1718px 1147px #fff,
    21px 1728px #fff,
    1358px 1922px #fff,
    872px 65px #fff,
    1191px 1635px #fff,
    762px 681px #fff,
    1519px 1033px #fff,
    906px 566px #fff,
    1074px 657px #fff,
    1093px 415px #fff,
    51px 198px #fff,
    1075px 1418px #fff,
    1547px 1070px #fff,
    225px 920px #fff,
    850px 1974px #fff,
    981px 595px #fff,
    1425px 131px #fff,
    460px 917px #fff,
    56px 495px #fff,
    714px 428px #fff,
    920px 493px #fff,
    470px 1521px #fff,
    532px 821px #fff,
    1905px 71px #fff,
    883px 1501px #fff,
    294px 196px #fff,
    381px 1999px #fff,
    332px 793px #fff,
    1246px 408px #fff,
    233px 149px #fff,
    315px 231px #fff,
    1594px 1302px #fff,
    696px 1585px #fff,
    791px 136px #fff,
    479px 199px #fff,
    1627px 1413px #fff,
    1824px 924px #fff,
    1631px 342px #fff,
    1251px 1151px #fff,
    284px 1781px #fff,
    497px 1052px #fff,
    204px 1161px #fff,
    646px 1499px #fff,
    1762px 558px #fff,
    854px 1833px #fff,
    883px 945px #fff,
    44px 982px #fff,
    1101px 834px #fff,
    515px 1748px #fff,
    1578px 1435px #fff,
    819px 1258px #fff,
    776px 670px #fff,
    115px 385px #fff,
    1478px 434px #fff,
    885px 20px #fff,
    192px 1513px #fff,
    78px 1129px #fff,
    1774px 1105px #fff,
    955px 1149px #fff,
    1817px 1929px #fff,
    1106px 1832px #fff,
    1107px 1997px #fff,
    94px 23px #fff,
    243px 982px #fff,
    43px 1972px #fff,
    1798px 673px #fff,
    1131px 1589px #fff,
    841px 14px #fff,
    826px 345px #fff,
    687px 56px #fff,
    1084px 32px #fff,
    1887px 1878px #fff,
    153px 526px #fff,
    1828px 253px #fff,
    1947px 1105px #fff,
    886px 700px #fff,
    1307px 1723px #fff,
    1274px 651px #fff,
    1530px 837px #fff,
    1699px 1637px #fff,
    1703px 1331px #fff,
    1929px 1557px #fff,
    1763px 737px #fff,
    1118px 1680px #fff,
    1545px 692px #fff,
    1462px 1092px #fff,
    208px 1667px #fff,
    1393px 859px #fff,
    186px 1794px #fff,
    351px 1199px #fff,
    642px 1995px #fff,
    1061px 1726px #fff,
    1708px 115px #fff,
    1233px 1305px #fff,
    637px 1786px #fff,
    1730px 603px #fff,
    75px 1240px #fff,
    1704px 1326px #fff,
    584px 346px #fff,
    438px 1554px #fff,
    561px 513px #fff,
    1382px 225px #fff,
    467px 1674px #fff,
    1403px 815px #fff,
    1546px 1835px #fff,
    127px 1119px #fff,
    276px 591px #fff,
    688px 1458px #fff,
    765px 646px #fff,
    474px 984px #fff,
    171px 361px #fff,
    94px 1480px #fff,
    1962px 1666px #fff,
    909px 1037px #fff,
    1725px 222px #fff,
    253px 1355px #fff,
    1892px 1901px #fff,
    275px 1847px #fff,
    28px 1184px #fff,
    1725px 1382px #fff,
    882px 647px #fff,
    1935px 1046px #fff,
    10px 344px #fff,
    292px 1328px #fff,
    127px 1352px #fff,
    752px 929px #fff,
    1589px 384px #fff,
    284px 1829px #fff,
    381px 820px #fff,
    1229px 1125px #fff,
    777px 429px #fff,
    1811px 1499px #fff,
    1573px 287px #fff,
    295px 756px #fff,
    389px 616px #fff,
    781px 41px #fff,
    1092px 333px #fff,
    794px 1588px #fff,
    386px 1847px #fff,
    1802px 710px #fff,
    662px 60px #fff,
    640px 264px #fff,
    463px 746px #fff,
    1859px 799px #fff,
    763px 37px #fff,
    639px 396px #fff,
    357px 1071px #fff,
    1190px 1430px #fff,
    1814px 257px #fff,
    1382px 235px #fff,
    606px 1304px #fff,
    1939px 1470px #fff,
    1124px 349px #fff,
    307px 1567px #fff,
    310px 1323px #fff,
    1145px 922px #fff,
    1196px 1922px #fff,
    1647px 544px #fff,
    788px 1337px #fff,
    257px 632px #fff,
    1413px 414px #fff,
    590px 620px #fff,
    582px 794px #fff,
    1702px 1481px #fff,
    1055px 53px #fff,
    157px 346px #fff,
    50px 1901px #fff,
    1038px 1369px #fff,
    796px 1941px #fff,
    215px 194px #fff,
    1567px 1538px #fff,
    367px 800px #fff,
    1044px 489px #fff,
    1109px 1712px #fff,
    524px 327px #fff,
    525px 1252px #fff,
    1475px 1240px #fff,
    529px 436px #fff,
    795px 834px #fff,
    122px 1371px #fff,
    79px 482px #fff,
    520px 1249px #fff,
    336px 1878px #fff,
    188px 944px #fff,
    325px 1259px #fff,
    1491px 1942px #fff,
    620px 1054px #fff,
    1606px 1153px #fff,
    1448px 502px #fff,
    53px 1381px #fff,
    107px 1670px #fff,
    1380px 618px #fff,
    967px 1557px #fff,
    1116px 1722px #fff,
    1174px 1044px #fff,
    1805px 717px #fff,
    663px 394px #fff,
    1848px 1007px #fff,
    389px 802px #fff,
    49px 392px #fff,
    1650px 852px #fff,
    1678px 1012px #fff,
    335px 1009px #fff,
    1818px 1631px #fff,
    1568px 742px #fff,
    1162px 1991px #fff,
    52px 1190px #fff,
    1401px 928px #fff,
    119px 1549px #fff,
    537px 1529px #fff,
    2px 1709px #fff,
    122px 387px #fff,
    543px 2px #fff,
    27px 1971px #fff,
    507px 1377px #fff,
    1362px 1080px #fff,
    1031px 1544px #fff,
    1631px 1174px #fff,
    1603px 312px #fff,
    1626px 1422px #fff,
    1430px 615px #fff,
    1958px 1431px #fff,
    1946px 1412px #fff,
    1848px 247px #fff,
    984px 1808px #fff,
    1396px 225px #fff,
    319px 717px #fff,
    1252px 875px #fff,
    1619px 156px #fff,
    951px 1971px #fff,
    386px 355px #fff,
    1406px 1151px #fff,
    273px 1538px #fff,
    844px 1570px #fff,
    947px 151px #fff,
    1363px 525px #fff,
    209px 307px #fff,
    1923px 1718px #fff,
    993px 1741px #fff,
    1513px 353px #fff,
    1353px 61px #fff,
    664px 352px #fff,
    1382px 359px #fff,
    1487px 1707px #fff,
    657px 1045px #fff,
    1107px 490px #fff,
    1834px 1176px #fff,
    837px 1438px #fff,
    1947px 448px #fff,
    1196px 333px #fff,
    151px 555px #fff,
    18px 992px #fff,
    458px 748px #fff,
    1801px 890px #fff,
    1093px 1012px #fff,
    315px 1101px #fff,
    194px 323px #fff,
    754px 292px #fff,
    1737px 7px #fff,
    40px 840px #fff,
    1170px 805px #fff,
    176px 1753px #fff,
    805px 1148px #fff,
    1578px 1271px #fff,
    367px 1494px #fff,
    363px 1111px #fff,
    1955px 243px #fff,
    1451px 1093px #fff,
    375px 617px #fff,
    1223px 720px #fff,
    1178px 13px #fff,
    1456px 865px #fff,
    1440px 49px #fff,
    186px 1569px #fff,
    320px 1853px #fff,
    300px 539px #fff,
    1559px 509px #fff,
    1985px 1108px #fff,
    1588px 828px #fff,
    525px 1432px #fff,
    831px 363px #fff,
    141px 281px #fff,
    1319px 402px #fff,
    40px 456px #fff,
    1955px 478px #fff,
    1758px 818px #fff,
    1924px 688px #fff,
    1030px 953px #fff,
    1982px 210px #fff,
    917px 1401px #fff,
    1051px 1837px #fff,
    1045px 463px #fff,
    1744px 573px #fff,
    529px 1530px #fff,
    542px 469px #fff,
    1982px 324px #fff,
    1902px 1422px #fff,
    1968px 782px #fff,
    1666px 1561px #fff,
    955px 304px #fff,
    323px 778px #fff,
    272px 443px #fff,
    485px 581px #fff,
    1353px 1058px #fff,
    1257px 131px #fff,
    434px 98px #fff,
    1587px 1953px #fff,
    1749px 68px #fff,
    1984px 839px #fff,
    1518px 183px #fff,
    1071px 855px #fff,
    1662px 1994px #fff,
    1111px 106px #fff,
    1954px 838px #fff;
  animation: animStar 50s linear infinite;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: inherit;
}

#stars2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  box-shadow:
    1925px 1320px #fff,
    693px 1778px #fff,
    1016px 711px #fff,
    1171px 563px #fff,
    661px 1919px #fff,
    1610px 44px #fff,
    1275px 140px #fff,
    1208px 1802px #fff,
    1473px 1587px #fff,
    11px 1117px #fff,
    853px 1757px #fff,
    1149px 937px #fff,
    1353px 428px #fff,
    270px 279px #fff,
    258px 1404px #fff,
    417px 1188px #fff,
    286px 561px #fff,
    393px 1765px #fff,
    147px 881px #fff,
    666px 1097px #fff,
    1425px 1278px #fff,
    806px 156px #fff,
    1252px 561px #fff,
    218px 52px #fff,
    1371px 1980px #fff,
    171px 745px #fff,
    1424px 89px #fff,
    137px 244px #fff,
    939px 1922px #fff,
    137px 1080px #fff,
    1757px 50px #fff,
    904px 536px #fff,
    1938px 1001px #fff,
    1172px 440px #fff,
    72px 1475px #fff,
    102px 121px #fff,
    804px 1671px #fff,
    1314px 270px #fff,
    440px 1341px #fff,
    1216px 511px #fff,
    1061px 1523px #fff,
    97px 274px #fff,
    704px 1318px #fff,
    52px 1872px #fff,
    1962px 296px #fff,
    111px 289px #fff,
    1157px 1236px #fff,
    1347px 1451px #fff,
    820px 286px #fff,
    1389px 1169px #fff,
    644px 841px #fff,
    1286px 522px #fff,
    955px 659px #fff,
    428px 1805px #fff,
    237px 557px #fff,
    1689px 1058px #fff,
    636px 1882px #fff,
    1349px 1664px #fff,
    1548px 432px #fff,
    1841px 504px #fff,
    302px 252px #fff,
    827px 1765px #fff,
    620px 123px #fff,
    207px 748px #fff,
    1454px 1234px #fff,
    1967px 1790px #fff,
    542px 33px #fff,
    742px 1214px #fff,
    255px 1402px #fff,
    74px 1772px #fff,
    699px 475px #fff,
    980px 1253px #fff,
    534px 1676px #fff,
    909px 202px #fff,
    1498px 1251px #fff,
    1796px 120px #fff,
    1409px 1263px #fff,
    1627px 995px #fff,
    969px 710px #fff,
    1674px 676px #fff,
    1832px 759px #fff,
    1623px 563px #fff,
    251px 1790px #fff,
    96px 1688px #fff,
    886px 239px #fff,
    778px 150px #fff,
    1767px 430px #fff,
    765px 1259px #fff,
    1189px 877px #fff,
    444px 1629px #fff,
    1560px 324px #fff,
    1952px 1097px #fff,
    712px 1173px #fff,
    541px 911px #fff,
    827px 1420px #fff,
    1233px 285px #fff,
    784px 546px #fff,
    645px 285px #fff,
    1273px 1255px #fff,
    1821px 174px #fff,
    221px 1795px #fff,
    1004px 456px #fff,
    1298px 941px #fff,
    274px 387px #fff,
    174px 376px #fff,
    1491px 258px #fff,
    1489px 1946px #fff,
    1134px 1382px #fff,
    1289px 1145px #fff,
    464px 358px #fff,
    1249px 1842px #fff,
    1665px 831px #fff,
    1982px 84px #fff,
    541px 774px #fff,
    1994px 523px #fff,
    762px 1644px #fff,
    1730px 867px #fff,
    1951px 1287px #fff,
    911px 1691px #fff,
    1454px 725px #fff,
    1287px 1940px #fff,
    70px 564px #fff,
    1980px 638px #fff,
    1674px 1774px #fff,
    1720px 116px #fff,
    1747px 182px #fff,
    1040px 450px #fff,
    1795px 375px #fff,
    857px 1471px #fff,
    1326px 1730px #fff,
    915px 274px #fff,
    1224px 358px #fff,
    1808px 60px #fff,
    43px 1870px #fff,
    1810px 1536px #fff,
    1564px 1719px #fff,
    731px 1388px #fff,
    1953px 1967px #fff,
    1744px 1119px #fff,
    794px 1384px #fff,
    959px 714px #fff,
    18px 1932px #fff,
    1358px 1437px #fff,
    355px 939px #fff,
    1355px 1648px #fff,
    608px 719px #fff,
    383px 758px #fff,
    1164px 1681px #fff,
    1045px 253px #fff,
    424px 1279px #fff,
    1899px 359px #fff,
    379px 488px #fff,
    214px 465px #fff,
    179px 905px #fff,
    830px 1993px #fff,
    448px 1077px #fff,
    1880px 1354px #fff,
    1973px 347px #fff,
    745px 1025px #fff,
    788px 1007px #fff,
    1377px 883px #fff,
    6px 290px #fff,
    1312px 407px #fff,
    1398px 622px #fff,
    1405px 339px #fff,
    1198px 1709px #fff,
    988px 1226px #fff,
    87px 1459px #fff,
    1113px 1698px #fff,
    997px 732px #fff,
    708px 331px #fff,
    1876px 1112px #fff,
    1729px 1797px #fff,
    719px 703px #fff,
    1295px 522px #fff,
    758px 1061px #fff,
    1309px 1014px #fff,
    1327px 1365px #fff,
    854px 1317px #fff,
    531px 1001px #fff,
    1751px 1040px #fff,
    1354px 190px #fff,
    800px 1538px #fff,
    88px 1455px #fff,
    668px 39px #fff,
    1379px 41px #fff,
    892px 524px #fff,
    54px 649px #fff,
    1289px 730px #fff,
    727px 488px #fff,
    181px 842px #fff,
    1230px 64px #fff,
    3px 857px #fff,
    292px 1201px #fff,
    1343px 673px #fff,
    1096px 1412px #fff,
    1520px 292px #fff,
    104px 1683px #fff,
    934px 1387px #fff,
    314px 739px #fff;
  animation: animStar 100s linear infinite;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: inherit;
}

#stars3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  box-shadow:
    200px 981px #fff,
    1731px 521px #fff,
    132px 1039px #fff,
    1888px 1547px #fff,
    899px 1226px #fff,
    1887px 580px #fff,
    1548px 1092px #fff,
    1626px 689px #fff,
    254px 1072px #fff,
    1684px 1211px #fff,
    672px 1267px #fff,
    939px 668px #fff,
    1969px 645px #fff,
    1126px 983px #fff,
    457px 568px #fff,
    476px 876px #fff,
    829px 1896px #fff,
    1364px 1846px #fff,
    1507px 1120px #fff,
    936px 1948px #fff,
    1833px 832px #fff,
    1424px 285px #fff,
    1377px 1596px #fff,
    432px 153px #fff,
    1348px 1410px #fff,
    1529px 954px #fff,
    1102px 387px #fff,
    264px 297px #fff,
    811px 977px #fff,
    1931px 673px #fff,
    1734px 978px #fff,
    1772px 1567px #fff,
    1197px 1400px #fff,
    764px 282px #fff,
    1103px 822px #fff,
    872px 1803px #fff,
    1057px 1763px #fff,
    52px 1299px #fff,
    1312px 1236px #fff,
    235px 1082px #fff,
    299px 1086px #fff,
    1017px 1602px #fff,
    1950px 626px #fff,
    1306px 132px #fff,
    1358px 1618px #fff,
    1873px 1718px #fff,
    1447px 940px #fff,
    1888px 1195px #fff,
    1704px 1765px #fff,
    872px 1357px #fff,
    1555px 1120px #fff,
    250px 1415px #fff,
    450px 415px #fff,
    492px 901px #fff,
    170px 1641px #fff,
    56px 1129px #fff,
    627px 1514px #fff,
    1221px 500px #fff,
    324px 1895px #fff,
    1397px 1775px #fff,
    1966px 598px #fff,
    1550px 763px #fff,
    326px 1605px #fff,
    261px 969px #fff,
    890px 281px #fff,
    736px 544px #fff,
    589px 1262px #fff,
    1581px 368px #fff,
    1900px 1132px #fff,
    1914px 585px #fff,
    1864px 1517px #fff,
    241px 217px #fff,
    859px 787px #fff,
    996px 1729px #fff,
    741px 121px #fff,
    418px 414px #fff,
    142px 967px #fff,
    387px 896px #fff,
    703px 562px #fff,
    968px 1136px #fff,
    1682px 332px #fff,
    1287px 846px #fff,
    256px 1427px #fff,
    1885px 432px #fff,
    1739px 1458px #fff,
    345px 1769px #fff,
    1140px 1612px #fff,
    192px 1921px #fff,
    920px 471px #fff,
    834px 881px #fff,
    917px 1803px #fff,
    466px 1266px #fff,
    483px 1108px #fff,
    689px 986px #fff,
    1279px 786px #fff,
    458px 910px #fff,
    1250px 870px #fff,
    785px 1654px #fff,
    1543px 1757px #fff,
    287px 1272px #fff;
  animation: animStar 150s linear infinite;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: inherit;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 300px 0 100px;
  z-index: 15;
}

.page-header__inner p {
  color: var(--eston-white);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--eston-font-two);
}

.page-header__inner h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: var(--eston-white);
  margin-top: 26px;
}

.thm-breadcrumb__inner {
  position: absolute;
  bottom: 103px;
  right: 0;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 12px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--eston-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-three__left {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

.about-three__img-box {
  position: relative;
  display: block;
  padding: 40px 30px;
}

.about-three__img {
  position: relative;
  display: block;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.about-three__img img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.about-three__img-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  max-width: 220px;
  z-index: 2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  border: 4px solid #ffffff;
}

.about-three__img-2 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.about-three__img-3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 180px;
  max-width: 180px;
  z-index: 3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  border: 4px solid #ffffff;
}

.about-three__img-3 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.about-three__curved-circle {
  position: absolute;
  top: 15px;
  right: -20px;
  height: 140px;
  width: 140px;
  z-index: 4;
}

.about-three__curved-circle .curved-circle-2 {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: .1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 90px;
  margin-right: 220px;
}

.about-three__right .section-title {
  margin-bottom: 33px;
}

.about-three__tab-box {
  position: relative;
  display: block;
}

.tabs-one__inner .tab-buttons {
  position: relative;
  display: block;
}

.tabs-one__inner .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.tabs-one__inner .tab-buttons .tab-btn+.tab-btn {
  margin-left: 10px;
}

.tabs-one__inner .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-black);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.tabs-one__inner .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--eston-base);
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scalex(0) translateZ(100px);
  transform: scalex(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.tabs-one__inner .tab-buttons .tab-btn.active-btn span::before {
  visibility: visible;
  -webkit-transform: scalex(1) translateZ(1px);
  transform: scalex(1) translateZ(1px);
}

.tabs-one__inner .tab-buttons .tab-btn.active-btn span {
  color: var(--eston-base);
}

.tabs-one__inner .tabs-content {
  position: relative;
  display: block;
}

.tabs-one__inner .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.tabs-one__inner .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);

}

.tabs-one__tab-content-inner {
  position: relative;
  display: block;
  margin-top: 21px;
  margin-bottom: 49px;
}

.about-three__btn-box {
  position: relative;
  display: block;
}

.services-four {
  padding: 120px 0 397px;
}

/*--------------------------------------------------------------
# Video Three
--------------------------------------------------------------*/
.video-three {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
  z-index: 2;
}

.video-three .container {
  max-width: 1230px;
}

.video-three__inner {
  position: relative;
  display: block;
  padding: 240px 0 240px;
  z-index: 1;
}

.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-three__video-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-three__text {
  position: relative;
  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;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: var(--eston-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-three__text:hover {
  background-color: var(--eston-base);
}

.video-three__text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  font-style: italic;
}

.video-three__text:hover p {
  color: var(--eston-white);
}

.video-three__video-link .ripple,
.video-three__text .ripple:before,
.video-three__text .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-three__text .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-three__text .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# News Three
--------------------------------------------------------------*/
.news-three .news-two__content {
  border: 1px solid #C8C8C8;
  border-top: 0;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  padding: 300px 0 170px;
  z-index: 1;
}

.team-three .row {
  --bs-gutter-x: 120px;
}

.team-three__single {
  position: relative;
  display: block;
  margin-bottom: 195px;
}

.team-three__single-2 {
  margin-top: -180px;
}

.team-three__single-5 {
  margin-top: -180px;
}

.team-three__img-box {
  position: relative;
  display: block;
}

.team-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
}

.team-three__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eston-base);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}

.team-three__single:hover .team-three__img:before {
  opacity: 0.4;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.team-three__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.team-three__single:hover .team-three__img img {
  transform: scale(1.1);
}

.team-three__content {
  position: relative;
  display: block;
  margin-top: 41px;
}

.team-three__content p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--eston-font-two);
}

.team-three__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-top: 10px;
}

.team-three__content h3 a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-three__content h3 a:hover {
  color: var(--eston-base);
}

.team-three__btn-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -120px;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1257px;
  background-color: var(--eston-primary);
}

.contact-one__left {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 50px;
}

.contact-one__form-box {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--eston-white);
  padding-left: 30px;
  padding-right: 75px;
  outline: none;
  font-size: 14px;
  color: var(--eston-gray);
  display: block;
  font-weight: 400;
}

.contact-one__input-box textarea {
  font-size: 14px;
  color: var(--eston-gray);
  height: 140px;
  width: 100%;
  background-color: var(--eston-white);
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-one__input-box.text-message-box {
  height: 138px;
  margin-bottom: 30px;
}

.contact-one__btn {
  border: 2px solid var(--eston-black);
  color: var(--eston-white);
  background-color: var(--eston-black);
}

.contact-one__btn::after {
  background-color: var(--eston-base);
}

.contact-one__btn:hover {
  border: 2px solid var(--eston-base);
}

.contact-one__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.contact-one__icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -22px;
  bottom: -6px;
  width: 1px;
  background-color: #D9D9D9;
}

.contact-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--eston-base);
}

.contact-one__icon-2 {
  top: 23%;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-left: 40px;
}

.contact-one__google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 500px;
  width: 100%;
}

.contact-one__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.contact-one__logo a {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--eston-base);
  padding: 5px 21px 5px;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-page__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.news-page__single-items {
  position: relative;
  display: block;
}

.news-page__single {
  position: relative;
  display: block;
}

.news-page__single+.news-page__single {
  margin-top: 60px;
}

.news-page__img {
  position: relative;
  display: block;
}

.news-page__img img {
  width: 100%;
}

.news-page__tag {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--eston-base);
  padding: 12px 20px;
  z-index: 2;
}

.news-page__tag p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-white);
}

.news-page__content-box {
  position: relative;
  display: block;
  border: 1px solid #EAEAEA;
  border-top: 0;
}

.news-page__content {
  position: relative;
  display: block;
  padding: 40px 40px 40px;
  border-bottom: 1px solid #EAEAEA;
}

.news-page__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.news-page__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__title a:hover {
  color: var(--eston-base);
}

.news-page__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 20px;
  border-top: 1px solid #EDEDED;
}

.news-page__user {
  position: relative;
  display: flex;
  align-items: center;
}

.news-page__user-img {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.news-page__user-img img {
  width: 100%;
  border-radius: 50%;
}

.news-page__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin-left: 12px;
}

.news-page__name span {
  color: #ABABAB;
  font-weight: 400;
}

.news-page__meta-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-page__date-box-and-dislike {
  position: relative;
  display: flex;
  align-items: center;
}

.news-page__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.news-page__date-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
}

.news-page__date-text {
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  margin-left: 10px;
}

.news-page__dislike {
  position: relative;
  display: block;
  margin-left: 30px;
}

.news-page__dislike a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
}

.news-page__like-and-share {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.news-page__like-and-share-single {
  position: relative;
  display: block;
}

.news-page__like-and-share-single a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
}

.news-page__like-and-share-single+.news-page__like-and-share-single {
  margin-left: 30px;
}

.news-page__like-and-share-single a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
  margin-right: 10px;
}

.news-page__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.news-page__video-text {
  position: relative;
  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;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--eston-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-page__video-text:hover {
  background-color: var(--eston-base);
}

.news-page__video-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  font-style: italic;
}

.news-page__video-text:hover p {
  color: var(--eston-white);
}

.news-page__video-link .ripple,
.news-page__video-text .ripple:before,
.news-page__video-text .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.news-page__video-text .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.news-page__video-text .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.news-page__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  line-height: 0;
  height: 0;
}

.news-page__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--eston-black);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: var(--eston-black);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.news-page__carousel.owl-theme .owl-nav .owl-next span,
.news-page__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page__carousel.owl-theme .owl-nav .owl-next:hover,
.news-page__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  color: var(--eston-white);
}

.news-page__content-box-border {
  border-top: 1px solid #EAEAEA;
}

.news-page__sound-cloud {
  position: relative;
  display: flex;
  border: 1px solid #EAEAEA;
  border-bottom: 0;
  padding: 10px;
}

.news-page__sound-cloud-img-one {
  position: relative;
  display: block;
  width: 154px;
}

.news-page__sound-cloud-img-one img {
  width: 100%;
}

.news-page__sound-cloud-content {
  position: relative;
  display: block;
  max-width: 745px;
  width: 100%;
  margin-left: 10px;
}

.news-page__sound-cloud-content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-page__sound-cloud-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.news-page__sound-cloud-btn-icon {
  position: relative;
  display: block;
}

.news-page__sound-cloud-btn-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #ff5500;
  color: var(--eston-white);
  font-size: 11px;
  border-radius: 50%;
}

.news-page__sound-cloud-btn-content {
  margin-left: 10px;
}

.news-page__sound-cloud-btn-content p {
  line-height: 16px;
}

.news-page__sound-cloud-btn-content h5 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 4px;
}

.news-page__sound-cloud-content-top-right {
  position: relative;
  display: block;
}

.news-page__sound-cloud-content-top-right p {
  font-size: 14px;
  line-height: 14px;
}

.news-page__sound-cloud-content-top-right h5 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  background-color: #999999;
  color: var(--eston-white);
  line-height: 14px;
  padding: 2px 7px;
  border-radius: 9px;
}

.news-page__sound-cloud-img-two {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.news-page__sound-cloud-img-two img {
  width: 100%;
}

.news-page__sound-cloud-meta-and-lenth {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-page__sound-cloud-meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-page__sound-cloud-meta li {
  position: relative;
  display: block;
}

.news-page__sound-cloud-meta li+li {
  margin-left: 5px;
}

.news-page__sound-cloud-meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  border: 1px solid #EAEAEA;
  padding: 4px 8px;
}

.news-page__sound-cloud-meta li a i {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}

.news-page__sound-cloud-lenth {
  position: relative;
  display: block;
}

.news-page__sound-cloud-lenth a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--eston-gray);
}

.news-page__sound-cloud-lenth a i {
  font-size: 12px;
  padding-right: 5px;
}

.news-page__pagination {
  position: relative;
  display: block;
  padding: 60px 0 0px;
  text-align: center;
}

.news-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.news-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.news-page__pagination .pg-pagination li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  color: var(--eston-black);
  background-color: transparent;
  border: 1px solid #EAEAEA;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__pagination .pg-pagination li a:hover {
  background-color: var(--eston-base);
  color: var(--eston-white);
  border: 1px solid var(--eston-base);
}

.news-page__sidebar {
  position: relative;
  display: block;
  margin-top: -5px;
}

.news-page__sidebar-search {
  position: relative;
  display: block;
}

.news-page__sidebar-title {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.news-page__sidebar-search-form {
  position: relative;
}

.news-page__sidebar-search-form input[type="search"] {
  display: block;
  border: 0;
  outline: none;
  background-color: #F5F5F5;
  color: #999999;
  font-size: 14px;
  padding-left: 30px;
  height: 54px;
  width: 100%;
  padding-right: 65px;
}

.news-page__sidebar-search-form button[type="submit"] {
  background-color: var(--eston-base);
  color: var(--eston-white);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__sidebar-search-form button[type="submit"]:hover {
  background-color: var(--eston-black);
}

.sidebar__post {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 1;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 25px;
}

.sidebar__post-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image>img {
  width: 85px;
}

.sidebar__post-content {
  position: relative;
  top: -1px;
}

.sidebar__post-content h3 {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-weight: 700;
}

.sidebar__post-content h3 a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
  color: var(--eston-base);
}

.sidebar__post-content-meta {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: var(--eston-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 5px;
}

.sidebar__post-content-meta i {
  color: var(--eston-black);
  font-size: 14px;
  padding-right: 4px;
}

.news-page__sidebar-popular-keywords {
  position: relative;
  display: block;
}

.news-page__sidebar-popular-keywords-list {
  position: relative;
  display: block;
}

.news-page__sidebar-popular-keywords-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-page__sidebar-popular-keywords-list li+li {
  margin-top: 14px;
}

.news-page__sidebar-popular-keywords-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--eston-black);
  padding-left: 36px;
}

.news-page__sidebar-popular-keywords-list li a:before {
  position: absolute;
  content: "";
  background-color: #efefef;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 0;
  border: 4px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__sidebar-popular-keywords-list li:hover a:before {
  background-color: var(--eston-white);
  border: 4px solid var(--eston-base);
}

.news-page__sidebar-popular-keywords-list li span {
  font-size: 14px;
  color: var(--eston-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page__sidebar-popular-keywords-list li:hover span {
  color: var(--eston-black);
}

.news-page__sidebar-banner {
  position: relative;
  display: block;
  margin-top: 47px;
}

.news-page__sidebar-banner-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-page__sidebar-banner-img img {
  width: 100%;
}

.news-page__sidebar-banner-shpae {
  position: absolute;
  width: 255px;
  height: 255px;
  left: -30px;
  bottom: -60px;
  background: #C72538;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 72px;
}

.news-page__sidebar-banner-shpae p {
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-white);
}

.news-page__sidebar-banner-shpae h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: var(--eston-white);
  margin-top: 10px;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.news-details__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.news-details__content-one {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.news-details__img-one {
  position: relative;
  display: block;
}

.news-details__img-one img {
  width: 100%;
}

.news-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 20px;
  border: 1px solid #EDEDED;
  border-top: 0;
}

.news-details__user {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__user-img {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.news-details__user-img img {
  width: 100%;
  border-radius: 50%;
}

.news-details__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin-left: 12px;
}

.news-details__name span {
  color: #ABABAB;
  font-weight: 400;
}

.news-details__meta-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-details__date-box-and-dislike {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__date-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
}

.news-details__date-text {
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  margin-left: 10px;
}

.news-details__dislike {
  position: relative;
  display: block;
  margin-left: 30px;
}

.news-details__dislike a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
}

.news-details__like-and-share {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.news-details__like-and-share-single {
  position: relative;
  display: block;
}

.news-details__like-and-share-single a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
}

.news-details__like-and-share-single+.news-details__like-and-share-single {
  margin-left: 30px;
}

.news-details__like-and-share-single a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  font-size: 15px;
  color: var(--eston-black);
  margin-right: 10px;
}


.news-details__text-1 {
  font-size: 18px;
  line-height: 28px;
}

.news-details__text-2 {
  font-size: 18px;
  line-height: 28px;
  color: var(--eston-black);
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 30px;
}

.news-details__text-3 {
  font-size: 18px;
  line-height: 28px;
}

.news-details__text-4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 55px;
}

.news-details__text-5 {
  font-size: 18px;
  line-height: 28px;
}

.news-details__content-two {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 52px;
}

.news-details__img-two {
  position: relative;
  display: block;
  width: 450px;
}

.news-details__img-two img {
  width: 100%;
}

.news-details__content-two-box {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin-left: 60px;
}

.news-details__content-two-box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 33px;
}

.news-details__content-two-box p {
  font-size: 18px;
  line-height: 28px;
}

.news-details__text-6 {
  font-size: 18px;
  line-height: 28px;
}

.news-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(var(--eston-black-rgb), .20);
  border-bottom: 1px solid rgba(var(--eston-black-rgb), .20);
  padding: 20px 0 20px;
  margin-top: 75px;
}

.news-details__pagination li {
  display: inline-block;
}

.news-details__pagination li.next {
  float: left;
  position: relative;
}

.news-details__pagination li a {
  font-size: 14px;
  color: var(--eston-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.news-details__pagination li a:hover {
  color: var(--eston-base);
}

.news-details__pagination li.next i {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eston-black);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.news-details__pagination li.previous {
  position: relative;
  float: right;
}

.news-details__pagination li.previous i {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eston-black);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}

.news-details__pagination li a:hover i {
  color: var(--eston-white);
  border: 1px solid var(--eston-base);
  background-color: var(--eston-base);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment {
  position: relative;
  display: block;
  margin-top: 80px;
}

.comment-one__title {
  position: relative;
  color: var(--eston-black);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.comment-one__title span {
  color: var(--eston-base);
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EDEDED;
  padding-top: 40px;
  margin-bottom: 50px;
}

.comment-one__single--two {
  margin-left: 110px;
}

.comment-one__content {
  position: relative;
  margin-left: 30px;
  max-width: 830px;
  width: 100%;
  top: -4px;
}

.comment-one__content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.comment-one__content h3 span {
  position: relative;
  display: inline-block;
  color: var(--eston-gray);
  font-weight: 400;
  padding-left: 6px;
}

.comment-one__content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 23px;
}

.comment-one__btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn span {
  font-size: 14px;
  color: var(--eston-black);
  height: 30px;
  width: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.comment-one__btn:hover {
  color: var(--eston-base);
}

.comment-one__image {
  position: relative;
  display: block;
  width: 80px;
}

.comment-one__image img {
  width: 100%;
}


.comment-form {
  position: relative;
  display: block;
}

.comment-form__title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.comment-form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.comment-form__review {
  position: relative;
  display: flex;
  align-items: center;
}

.comment-form__review span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--eston-base);
}

.comment-form__review span+span {
  margin-left: 4px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 54px;
  width: 100%;
  border: 1px solid #A8A8A8;
  background-color: var(--eston-white);
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 14px;
  color: #A8A8A8;
  display: block;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box input[type="text"]:focus,
.comment-form__input-box input[type="email"]:focus {
  border: 1px solid var(--eston-black);
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: #A8A8A8;
  height: 180px;
  width: 100%;
  border: 1px solid #A8A8A8;
  background-color: var(--eston-white);
  padding: 25px 30px 30px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box textarea:focus {
  border: 1px solid var(--eston-black);
}

.comment-form__btn {
  border: none;
  background-color: var(--eston-base);
  color: var(--eston-white);
}

.comment-form__input-box.text-message-box {
  height: 180px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-details__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.team-details__img {
  position: relative;
  display: block;
}

.team-details__img img {
  width: 100%;
}

.team-details__right {
  position: relative;
  display: block;
  margin-top: -3px;
}

.team-details__title-box {
  position: relative;
  display: block;
}

.team-details__sub-title {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.team-details__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
}

.team-details__text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 59px;
}

.team-details__my-skill {
  position: relative;
  display: block;
}

.team-details__my-skill h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
}

.team-details__my-skill p {
  font-size: 18px;
  line-height: 28px;
}

.team-details__progress {
  position: relative;
  display: block;
  margin-top: 37px;
}

.team-details__progress-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__progress-single {
  display: block;
  position: relative;
  text-align: center;
}

.team-details__progress-single+.team-details__progress-single {
  margin-left: 55px;
}

.team-details__progress-box {
  position: relative;
  display: inline-block;
}

.team-details__progress-box canvas {
  transform: rotate(90deg);
}

.team-details__progress-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--eston-black);
}

.team-details__progress h3 {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: var(--eston-black);
  margin-top: 15px;
}

.team-details__progress-single-last {
  border: 0;
  padding: 0;
  margin: 0;
}

.team-details__creative {
  position: relative;
  display: block;
  border-top: 1px solid #DBDBDB;
  margin-top: 55px;
  padding-top: 55px;
}

.team-details__creative-title-one {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 19px;
}

.team-details__creative-text {
  font-size: 18px;
  line-height: 28px;
}

.team-details__creative-content-box {
  position: relative;
  display: block;
  margin-top: 52px;
}

.team-details__creative-content-box .row {
  --bs-gutter-x: 20px;
}

.team-details__creative-single {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.team-details__creative-img {
  position: relative;
  display: block;
}

.team-details__creative-img img {
  width: 100%;
}

.team-details__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.team-details__video-text {
  position: relative;
  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;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--eston-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team-details__video-text:hover {
  background-color: var(--eston-base);
}

.team-details__video-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  font-style: italic;
}

.team-details__video-text:hover p {
  color: var(--eston-white);
}

.team-details__video-link .ripple,
.team-details__video-text .ripple:before,
.team-details__video-text .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eston-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.team-details__video-text .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.team-details__video-text .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.team-details__creative-content {
  position: relative;
  display: block;
  margin-top: 38px;
}

.team-details__creative-sub-title {
  font-size: 14px;
  line-height: 14px;
}

.team-details__creative-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

.team-details__creative-title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__creative-title a:hover {
  color: var(--eston-base);
}


/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  padding: 90px 0 120px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -166px;
  right: 0;
  margin: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 56px;
  width: 56px;
  line-height: 55px;
  border-radius: 0;
  color: var(--eston-black);
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(90deg);
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 56px;
  width: 56px;
  line-height: 55px;
  color: var(--eston-black);
  border-radius: 0;
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 9px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 9px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  border: 2px solid var(--eston-base);
  color: var(--eston-white);
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.project-page {
  position: relative;
  display: block;
  padding: 113px 0 120px;
  z-index: 1;
}

/* Modern Individual Category Pill Chips */
.project-page__filter-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
}

.project-page__filter.style1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
  list-style: none;
  margin: 0;
}

.project-page__filter.style1 li {
  position: relative;
  margin: 0 !important;
  list-style: none;
}

.project-page__filter.style1 li .filter-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: var(--eston-black);
  background: #f5f6f6;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  white-space: nowrap;
}

.project-page__filter.style1 li .filter-text:before {
  display: none !important;
}

/* Hover State - Warm Rust / Amber accent */
.project-page__filter.style1 li:hover .filter-text {
  color: #c06c3a;
  background: rgba(192, 108, 58, 0.1);
  border-color: rgba(192, 108, 58, 0.4);
  transform: translateY(-2px);
}

/* Active State - Cedarwood Deep Green with Rust/Amber gradient & glow */
.project-page__filter.style1 li.active .filter-text {
  color: #ffffff !important;
  background: linear-gradient(135deg, #17592d 0%, #114221 60%, #a85d32 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 16px rgba(23, 89, 45, 0.35), 0 0 0 2px rgba(168, 93, 50, 0.4);
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .project-page__filter-box {
    margin-bottom: 30px;
  }
  .project-page__filter.style1 {
    gap: 8px;
    padding: 0 10px;
  }
  .project-page__filter.style1 li .filter-text {
    padding: 8px 16px;
    font-size: 11.5px;
  }
}

.project-page .project-three__sub-title {
  color: var(--eston-gray);
}

.project-page .project-three__title a {
  color: var(--eston-black);
}

.project-page .project-three__title a:hover {
  color: var(--eston-base);
}

.project-page__btn-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 162px;
}

.project-details__top {
  position: relative;
  display: block;
}

.project-details__carousel {
  position: relative;
  display: block;
}

.project-details__single {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.project-details__play a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--eston-black);
  font-family: var(--eston-font-two);
  background-color: var(--eston-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__play a:hover {
  color: var(--eston-white);
  background-color: var(--eston-base);
}

.project-details__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project-details__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 0;
  color: var(--eston-black);
  background-color: var(--eston-white);
  transform: rotate(90deg);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.project-details__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 0;
  color: var(--eston-black);
  background-color: var(--eston-white);
  transform: rotate(-90deg);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.project-details__carousel.owl-theme .owl-nav .owl-next span,
.project-details__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-details__carousel.owl-theme .owl-nav .owl-next:hover,
.project-details__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  color: var(--eston-white);
}

.project-details__bottom {
  position: relative;
  display: block;
  margin-top: 100px;
}

.project-details__left {
  position: relative;
  display: block;
}

.project-details__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

.project-details__text-1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 37px;
  margin-bottom: 30px;
}

.project-details__text-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.project-details__title-2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-top: 60px;
  margin-bottom: 35px;
}

.project-details__text-3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.project-details__text-4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}

.project-details__right {
  position: relative;
  display: block;
  margin-left: 158px;
}

.project-details__short-details {
  position: relative;
  display: block;
}

.project-details__short-details h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.project-details__short-details-list {
  position: relative;
  display: block;
  margin-top: 36px;
}

.project-details__short-details-list li {
  position: relative;
  display: block;
}

.project-details__short-details-list li+li {
  margin-top: 26px;
}

.project-details__short-details-list li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.project-details__short-details-list li p span {
  color: var(--eston-black);
}

.project-details__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.project-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: var(--eston-black);
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__social a:hover {
  color: var(--eston-white);
  border: 1px solid var(--eston-base);
  background-color: var(--eston-base);
}

.project-details__social a+a {
  margin-left: 10px;
}

.project-details__cast {
  position: relative;
  display: block;
}

.project-details__cast-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}

.project-details__cast-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.project-details__cast-list li {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.project-details__cast-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 70px;
  z-index: 1;
}

.project-details__cast-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--eston-black-rgb), .60);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.project-details__cast-list li:hover .project-details__cast-img:before {
  transform: translateY(0%);
}

.project-details__cast-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.project-details__cast-list li:hover .project-details__cast-img img {
  transform: scale(1.1) rotate(2deg);
}

.project-details__cast-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--eston-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.project-details__cast-list li:hover .project-details__cast-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.project-details__cast-list li .project-details__cast-img a:hover {
  color: var(--eston-base);
}

.project-details__right-shape-1 {
  position: absolute;
  top: 0;
  left: -102px;
  width: 1px;
  height: 700px;
  background-color: var(--eston-black);
}

/*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/
.project-four {
  position: relative;
  display: block;
  padding: 180px 0 116px;
}

.project-four .section-title {
  margin-bottom: 77px;
}

.project-four__bottom {
  position: relative;
  display: block;
}

.project-four__carousel {
  position: relative;
  display: block;
}

.project-four .project-three__sub-title {
  color: var(--eston-gray);
}

.project-four .project-three__title a {
  color: var(--eston-black);
}

.project-four .project-three__title a:hover {
  color: var(--eston-base);
}

.project-four .project-three__single {
  margin-bottom: 0;
}

.project-four__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -165px;
  right: 0;
  margin: 0;
}

.project-four__carousel.owl-theme .owl-nav .owl-next {
  height: 56px;
  width: 56px;
  line-height: 55px;
  border-radius: 0;
  color: var(--eston-black);
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(90deg);
}

.project-four__carousel.owl-theme .owl-nav .owl-prev {
  height: 56px;
  width: 56px;
  line-height: 55px;
  color: var(--eston-black);
  border-radius: 0;
  border: 2px solid #F2F2F2;
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.project-four__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 9px;
}

.project-four__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 9px;
}

.project-four__carousel.owl-theme .owl-nav .owl-next span,
.project-four__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-four__carousel.owl-theme .owl-nav .owl-next:hover,
.project-four__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eston-base);
  border: 2px solid var(--eston-base);
  color: var(--eston-white);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 98px;
  counter-reset: count;
}

.contact-page .row {
  --bs-gutter-x: 45px;
}

.contact-page__single {
  position: relative;
  display: block;
  border-top: 1px solid var(--eston-base);
  padding: 50px 0 0;
  margin-bottom: 22px;
}

.contact-page__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.contact-page__title a {
  color: var(--eston-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__title a:hover {
  color: var(--eston-base);
}

.contact-page__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 75px;
}

.contact-page__icon {
  position: relative;
  display: inline-block;
}

.contact-page__icon span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: var(--eston-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-page__single:hover .contact-page__icon span {
  transform: scale(0.9);
}

.contact-page__single-1 .contact-page__icon span {
  font-size: 90px;
}

.contact-page__single-3 .contact-page__icon span {
  font-size: 87px;
}

.contact-page__count {
  position: absolute;
  bottom: 0px;
  right: 33px;
}

.contact-page__count:before {
  position: relative;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: linear-gradient(303.2deg, #D9D9D9 9.69%, rgba(217, 217, 217, 0) 90.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.5;
  font-family: var(--eston-font);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 112px;
  z-index: 1;
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__img-1 {
  position: relative;
  display: block;
}

.services-details__img-1 img {
  width: 100%;
}

.services-details__title-1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 100px;
}

.services-details__text-1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.services-details__text-2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.services-details__text-2 span {
  font-weight: 700;
  color: var(--eston-black);
}

.services-details__feature {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-img {
  position: relative;
  display: block;
}

.services-details__feature-img img {
  width: auto;
}

.services-details__feature-box {
  position: relative;
  display: block;
  margin-left: 60px;
}

.services-details__feature-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.services-details__feature-points {
  position: relative;
  display: block;
  margin-top: 40px;
}

.services-details__feature-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.services-details__feature-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--eston-base);
}

.services-details__feature-points li .text {
  margin-left: 20px;
}

.services-details__feature-points li .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: var(--eston-black);
}

.services-details__title-2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: var(--eston-black);
  margin-top: 80px;
  margin-bottom: 50px;
}

.services-details__text-3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.services-details__text-3 span {
  font-weight: 700;
  color: var(--eston-black);
}

.services-details__text-4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-details__text-4 span {
  font-weight: 700;
  color: var(--eston-black);
}

.services-details__text-5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.services-details__text-5 span {
  font-weight: 700;
  color: var(--eston-black);
}

.services-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--eston-black);
  margin-top: 100px;
  padding-top: 34px;
}

.services-details__pagination li {
  display: inline-block;
}

.services-details__pagination li.next {
  float: left;
  position: relative;
}

.services-details__pagination li a {
  font-size: 14px;
  color: var(--eston-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.services-details__pagination li a:hover {
  color: var(--eston-base);
}

.services-details__pagination li.next i {
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 10px;
  font-weight: 700;
}

.services-details__pagination li.previous {
  position: relative;
  float: right;
}

.services-details__pagination li.previous i {
  position: relative;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
  font-weight: 700;
}

.services-details__pagination li a:hover i {
  color: var(--eston-base);
}

.services-details__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.services-details__services-box {
  position: relative;
  display: block;
  border: 1px solid #C8C8C8;
  padding: 49px 49px 49px;
}

.services-details__services-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.services-details__services-list {
  position: relative;
  display: block;
  margin-top: 40px;
}

.services-details__services-list li {
  position: relative;
  display: block;
}

.services-details__services-list li+li {
  margin-top: 12px;
}

.services-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #C8C8C8;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--eston-black);
  padding: 17px 18px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__services-list li:hover a {
  color: var(--eston-white);
  background-color: var(--eston-base);
  border: 1px solid var(--eston-base);
}

.services-details__services-list li a span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--eston-black);
  transform: rotate(90deg);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__services-list li:hover a>span {
  color: var(--eston-white);
}

.services-details__services-list li.active a {
  color: var(--eston-white);
  background-color: var(--eston-base);
  border: 1px solid var(--eston-base);
}

.services-details__services-list li.active a>span {
  color: var(--eston-white);
}

.services-details__get-quote {
  position: relative;
  display: block;
  border: 1px solid #C8C8C8;
  padding: 49px 49px 49px;
  margin-top: 40px;
}

.services-details__get-quote-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 36px;
}

.services-details__get-quote .contact-one__input-box {
  margin-bottom: 14px;
}

.services-details__get-quote .contact-one__input-box input[type="text"],
.services-details__get-quote .contact-one__input-box input[type="email"] {
  height: 50px;
  border: 1px solid #C8C8C8;
}

.services-details__get-quote .contact-one__input-box textarea {
  border: 1px solid #C8C8C8;
}

.services-details__get-quote .contact-one__icon::before {
  top: -2px;
  bottom: 0px;
}

.services-details__get-quote .contact-one__btn {
  width: 100%;
}

/*--------------------------------------------------------------
# History One
--------------------------------------------------------------*/
.history-one {
  position: relative;
  display: block;
  padding: 120px 0 80px;
}

.history-one__top {
  position: relative;
  display: block;
}

.history-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 77px;
}

.history-one__top-inner .section-title {
  margin-bottom: 0px;
}

.history-one__bottom {
  position: relative;
  display: block;
}

.history-one__bottom-inner {
  position: relative;
  display: block;
}

.history-one__thumb-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
  z-index: 1;
}

.history-one__thumb-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #E2E4E3;
  transform: translateY(-50%);
  z-index: -1;
}

.history-one__thumb-year {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  width: auto;
  text-align: center;
  margin: 0 auto;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  padding: 8px 18px;
  background-color: var(--eston-white);
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.history-one__thumb-year p {
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.2;
  color: var(--eston-black);
  margin: 0;
  white-space: nowrap;
}

#history-one__thumb .swiper-slide-thumb-active .history-one__thumb-year {
  background: linear-gradient(135deg, #17592d 0%, #114221 100%);
  border-color: #17592d;
  box-shadow: 0 4px 14px rgba(23, 89, 45, 0.35);
  transform: scale(1.05);
}

#history-one__thumb .swiper-slide-thumb-active .history-one__thumb-year p {
  color: var(--eston-white);
}

.history-one__content-box {
  position: relative;
  display: block;
}

.history-one__main-content-box {
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.history-one__main-content-box-year {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -0.02em;
  color: #222222;
  opacity: 0.04;
  position: absolute;
  bottom: -30px;
  left: 250px;
}

.history-one__main-content-left {
  position: relative;
  display: block;
  margin-top: 68px;
}

.history-one__main-content-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
}

.history-one__main-content-text {
  margin-top: 30px;
  margin-bottom: 52px;
}

.history-one__btn-box {
  position: relative;
  display: block;
}

.history-one__btn:hover {
  border: 2px solid var(--eston-black);
}

.history-one__main-content-right {
  position: relative;
  display: block;
  margin-left: 110px;
}

.history-one__main-content-img {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.history-one__main-content-img img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.history-one__nav {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 100;
}

.history-one__nav .swiper-button-next,
.history-one__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--eston-black);
  background-color: var(--eston-white);
  border: 2px solid #EAEAEA;
  border-radius: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}


.history-one__nav .swiper-button-next:hover,
.history-one__nav .swiper-button-prev:hover {
  color: var(--eston-white);
  background-color: var(--eston-base);
  border: 2px solid var(--eston-base);
}

.history-one__nav .swiper-button-next {
  margin-left: 20px;
}

.history-one__nav .swiper-button-next i,
.history-one__nav .swiper-button-prev i {
  position: relative;
  display: flex;
  align-items: center;
}

.history-one__nav .swiper-button-next::after,
.history-one__nav .swiper-button-prev::after {
  display: none;
}






/*--------------------------------------------------------------
# Modern Floating Media Project Cards (Uiverse.io inspired)
--------------------------------------------------------------*/
.project-card-modern {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 18px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 35px;
  margin-bottom: 45px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(23, 89, 45, 0.14);
  border-color: rgba(23, 89, 45, 0.25);
}

.project-card-modern__media {
  position: relative;
  margin: -30px 18px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  aspect-ratio: 16 / 10;
  background-color: #1a1a1a;
}

.project-card-modern__img-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-card-modern__img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card-modern:hover .project-card-modern__img-link img {
  transform: scale(1.08);
}

.project-card-modern__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(23, 89, 45, 0.7) 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.project-card-modern:hover .project-card-modern__overlay {
  opacity: 1;
}

.project-card-modern__play-btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: var(--eston-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-left: 3px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.project-card-modern:hover .project-card-modern__play-btn {
  transform: scale(1);
}

.project-card-modern__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.project-card-modern__body {
  padding: 22px 24px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.project-card-modern__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.project-card-modern__cat {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--eston-base);
  background-color: rgba(23, 89, 45, 0.08);
  padding: 3px 10px;
  border-radius: 6px;
}

.project-card-modern__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}

.project-card-modern__title a {
  color: var(--eston-black);
  transition: color 0.3s ease;
}

.project-card-modern__title a:hover {
  color: var(--eston-base);
}

.project-card-modern__director {
  font-size: 13.5px;
  color: var(--eston-gray);
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-card-modern__director span {
  font-weight: 600;
  color: var(--eston-black);
}

.project-card-modern__director i {
  color: var(--eston-base);
  font-size: 12px;
}

.project-card-modern__footer {
  padding: 0 24px 22px;
}

.project-card-modern__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 20px;
  background-color: #f7f9f8;
  color: var(--eston-black);
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.project-card-modern__btn:hover {
  background-color: var(--eston-base);
  color: #ffffff;
  border-color: var(--eston-base);
  box-shadow: 0 6px 16px rgba(23, 89, 45, 0.25);
  transform: translateY(-1px);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/