@font-face {
  font-family: "Gotham";
  src: url('fonts/Gotham-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url('fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url('fonts/Gotham-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

.icon-img {
  width: 100%;
  max-width: 25px;
}
.theme-btn .icon-img {
  max-width: 20px;
}
.theme-btn {
  display: flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
}
:root {
  --st-body: #fff;
  --st-black: #000;
  --st-white: #fff;
  --st-theme: #F68B1F;
  --st-theme2: #F68B1F;
  --st-header: #000;
  --st-text: #555E72;
  --st-border: #FCFCFC;
  --st-bg: #FFF9F6;
  --st-bg2: #F4F4F4;
  --st-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: var(--st-white);
  font-family: "Gotham", sans-serif;
  padding: 21px 32px;
  transition: 500ms;
  background-color: var(--st-header);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.theme-btn::before {
  content: "";
  background-color: var(--st-theme);
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::before {
  transform: translate(0, 0);
}


a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #070337;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #070337;
  margin-top: 44px
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--st-text);
  background-color: var(--st-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--st-white);
  outline: none;
}

input {
  color: var(--st-white);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Gotham", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--st-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 112%;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 134%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--st-header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.about-wrapper-3 .about-image {
  position: relative;
}

.about-wrapper-3 .about-image .border-shape {
  position: absolute;
  top: -5px;
  left: 15px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .border-shape {
    display: none;
  }
}

.about-wrapper-3 .about-image .border-shape img {
  width: initial;
  height: initial;
}

.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper-3 .about-content {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}

.about-wrapper-3 .about-content .about-list-item {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 55px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.about-wrapper-3 .about-content .about-list-item .list-item .list {
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-item .list-item .list {
    margin-bottom: 30px;
  }
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
  color: var(--st-header);
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li i {
  color: var(--st-theme2);
  margin-right: 12px;
}

.about-wrapper-3 .about-content .about-list-item .counter-box {
  background-color: var(--st-theme);
  border-radius: 16px;
  padding: 56px 36px;
  text-align: center;
  width: 268px;
}

.about-wrapper-3 .about-content .about-list-item .counter-box h2 {
  font-size: 72px;
  font-weight: 700;
}

.about-wrapper-3 .about-content .about-list-item .counter-box h4 {
  font-weight: 700;
}

.about-section-3 {
  position: relative;
  z-index: 9;
}

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

@media (max-width: 1199px) {
  .about-section-3 .right-shape {
    display: none;
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.footer-widget-wrapper {
  padding: 70px 0 100px;
}

@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}

@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}

.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}

.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  color: var(--st-white);
  font-weight: 700;
}

.footer-widget-wrapper .footer-widget-items .footer-content {
  max-width: 500px;
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 h3 {
  margin-bottom: 5px;
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon span {
  color: var(--st-white);
  font-family: "Gotham", sans-serif;
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a {
  color: var(--st-white);
}

.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a:hover {
  color: var(--st-theme2);
}

.footer-widget-wrapper .footer-widget-items .footer-content form {
  position: relative;
  margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .footer-content form input {
  border: none;
  width: 100%;
  background-color: var(--st-white);
  border-radius: 100px;
  padding: 19px 25px;
  color: var(--st-text);
  line-height: 1;
}

.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn {
  background-color: var(--st-theme2);
  color: var(--st-white);
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 18px 26px;
}

.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn::before {
  background-color: var(--st-header);
}

.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: flex;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li i {
  color: var(--st-theme);
  line-height: 2;
}

.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 17px;
}

.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: #fff;
  opacity: 0.7;
}

.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}

.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--st-theme);
  opacity: 1;
}

.footer-widget-wrapper .footer-middle-content {
  text-align: center;
  border-bottom: 1px solid rgba(204, 206, 213, 0.16);
  padding-bottom: 48px;
  margin-bottom: 20px;
}

/* .footer-widget-wrapper .footer-middle-content .footer-logo {
  margin-bottom: 40px;
} */
.footer-widget-wrapper .footer-middle-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 786px;
  margin: 0 auto;
}

.footer-bottom {
  border-top: 1.5px solid rgba(155, 155, 155, 0.24);
  padding: 18px 0;
}

.footer-bottom p {
  text-align: center;
  font-size: 18px;
  color: var(--st-white);
}

.footer-bottom p b {
  color: var(--st-theme2);
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.footer-bottom-wrapper.style-2 {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(48px);
  padding: 28px 40px;
}

@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 {
    border-radius: 30px;
  }
}

@media (max-width: 575px) {
  .footer-bottom-wrapper.style-2 {
    justify-content: start;
  }
}

.footer-bottom-wrapper.style-2 .bottom-list {
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 .bottom-list {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.footer-bottom-wrapper.style-2 .bottom-list li a {
  color: rgba(255, 255, 255, 0.88);
}

.footer-bottom-wrapper.style-2 .bottom-list li a:hover {
  color: var(--st-theme2);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--st-white);
  font-family: "Gotham", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a:hover {
  color: var(--st-theme2) !important;
}

.header-main .main-menu ul li:hover>a {
  color: var(--st-theme2);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--st-theme2);
}

.header-main .header-right {
  gap: 30px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  width: 100%;
  z-index: 99999;
  background-color: #16243E;
  border-bottom: 1px solid rgba(204, 206, 213, 0.12);
}

.header-1 .container-fluid {
  padding: 0 155px;
}

@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}

.header-1 .header-right .theme-btn {
  border: 1px solid var(--st-theme);
  color: var(--st-white);
  background-color: transparent;
}

@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}

.header-1 .header-right .theme-btn:hover {
  color: var(--st-header);
}

.header-1 .sidebar__toggle {
  cursor: pointer;
}

.header-1 .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}

@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar {
    width: 25px;
  }
}

.header-1 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--st-white);
  overflow: hidden;
}

.header-1 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--st-white);
  left: 0;
  width: 40px;
}

@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar span:first-child {
    width: 25px;
  }
}

.header-1 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--st-white);
  width: 40px;
}

@media (max-width: 470px) {
  .header-1 .sidebar__toggle .header-bar span:last-child {
    width: 25px;
  }
}

.header-1 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-2 {
  position: relative;
  border-bottom: none;
  background-color: transparent;
  border-bottom: 1px solid #f68b1f54;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-2.style-3::before {
  display: none;
}

.header-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--st-theme);
  z-index: -1;
  width: calc(100% - 515px);
  clip-path: polygon(0 19%, 0 0, 38% 0%, 71% 0%, 100% 0, 100% 0, 97% 106%, 100% 104%, 100% 29%, 100% 100%, 0 100%, 0 48%);
}

@media (max-width: 1600px) {
  .header-2::before {
    width: calc(100% - 330px);
  }
}

@media (max-width: 1399px) {
  .header-2::before {
    display: none;
  }
}

.header-2 .container-fluid {
  padding: 0 120px;
}

@media (max-width: 1600px) {
  .header-2 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .header-2 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header-2 .container-fluid {
    padding: 0 30px;
  }
}

.header-2 .header-main .main-menu ul li a {
  color: var(--st-header);
}

.header-2 .header-main .main-menu ul li a:hover {
  color: var(--st-theme2) !important;
}

.header-2 .header-main .sidebar__toggle {
  color: var(--st-header);
}

.header-2 .header-right .theme-btn {
  background-color: var(--st-theme) !important;
  color: #fff
}

.header-2 .header-right .theme-btn::before {
  background-color: var(--st-header);
}

.header-2 .header-right .theme-btn:hover {
  background-color: var(--st-header);
  color: var(--st-white) !important;
  border: 1px solid var(--st-header) !important;
}

.header-2 .header-right .sidebar__toggle .header-bar span {
  background: var(--st-header);
  overflow: hidden;
}

.header-2 .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--st-header);
}

.header-2 .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--st-header);
}

.offcanvas__info {
  background: var(--st-white) none repeat scroll 0 0;
  border-left: 2px solid var(--st-theme2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info .offcanvas__logo img {
  width: 130px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--st-theme2);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--st-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--st-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--st-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.swiper.imgSlider {
  position: relative;
  bottom: 50px;
  left: 24%;
}

@media (max-width: 1199px) {
  .swiper.imgSlider {
    bottom: 110px;
  }
}

@media (max-width: 991px) {
  .swiper.imgSlider {
    bottom: 120px;
  }
}

@media (max-width: 575px) {
  .swiper.imgSlider {
    bottom: 63px;
  }
}

.hero-3 {
  position: relative;
  z-index: 9;
  padding: 100px 0 20px;
}

/* .hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #16243E;
  width: 68%;
  z-index: -1;
} */
@media (max-width: 1399px) {
  .hero-3::before {
    width: 100%;
  }
}

.hero-3 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.hero-3 .left-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .hero-3 .left-shape {
    display: none;
  }
}

.hero-3 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 36%;
}

@media (max-width: 1199px) {
  .hero-3 .bottom-shape {
    display: none;
  }
}

.hero-3 .top-shape {
  position: absolute;
  left: 48%;
  top: 67px;
}

@media (max-width: 1199px) {
  .hero-3 .top-shape {
    display: none;
  }
}

.hero-3 .container-fluid {
  padding: 0 150px;
}

@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}

.hero-3 .hero-content h5 {
  position: relative;
  color: var(--st-theme);
  margin-bottom: 20px;
}

.hero-3 .hero-content h5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: rgba(227, 87, 45, 0.16);
  top: -20px;
  left: -24px;
}

.hero-3 .hero-content h1 {
  /* color: var(--st-white); */
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 28px;
  }
}

.hero-3 .hero-content p {
  /* color: rgba(255, 255, 255, 0.7); */
  max-width: 773px;
}

.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button {
    flex-wrap: wrap;
  }
}

.hero-3 .hero-content .hero-button .theme-btn {
  background-color: var(--st-theme2);
  color: var(--st-white);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.hero-3 .hero-content .hero-button .theme-btn::before {
  background-color: var(--st-white);
}

.hero-3 .hero-content .hero-button .theme-btn:hover {
  color: #f68b1f;
  border: 1px solid #f68b1f;
}
.hero-btn .icon-img2{
display: none;
}
.hero-btn:hover .icon-img2{
  display: block;
}
.hero-btn:hover .icon-img1{
  display: none;
}
.hero-3 .hero-content .hero-button .theme-btn.border-btn {
  border: 1px solid #000;
  background-color: transparent;
  color: #f68b1f;
}

.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.hero-3 .small-image {
  max-width: 88px;
}

.hero-3 .small-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

@media (max-width: 1199px) {
  .hero-3 .small-image img {
    border-radius: 16px;
  }
}

.propertie-section-4 {
  padding: 50px 0px;
}

.propertie-wrapper-3 .propertie-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 16px 200px;
}

.propertie-wrapper-3 .propertie-image2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px 200px 16px 16px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  color: var(--st-theme2);
  font-family: "Gotham", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}

@media (max-width: 767px) {
  .section-title h5 {
    font-size: 16px;
  }
}

@media (max-width: 470px) {
  .section-title h5 {
    font-size: 14px;
  }
}

.section-title h5 i {
  color: var(--st-theme2);
}

.section-title h2 {
  text-transform: capitalize;
}

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

.section-bg-2 {
  background-color: #2d2d2d;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.testimonial-box-item-3 {
  padding: 32px;
  background-color: var(--st-bg2);
  border-radius: 16px;
  border: 1px solid var(--st-bg2);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .testimonial-box-item-3 {
    padding: 30px;
  }
}

.testimonial-box-item-3.style-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.testimonial-box-item-3 p {
  max-width: 444px;
  margin-bottom: 24px;
}

.testimonial-box-item-3 .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-box-item-3 .client-info-item .client-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-box-item-3 .client-info-item .client-item .info-content h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-box-item-3:hover {
  border: 1px solid var(--st-theme2);
}

.testimonial-section-3 {
  position: relative;
  z-index: 9;
}

.testimonial-section-3 .shape {
  position: absolute;
  left: 50;
  top: 0%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .testimonial-section-3 .shape {
    display: none;
  }
}

.testimonial-section-3 .container-fluid {
  padding: 0 155px;
}

@media (max-width: 1199px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 30px;
  }

}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--st-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-logo-2 {
  display: block;
}

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

.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--st-header);
}

.sticky.header-1 .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}

.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--st-theme2) !important;
}

.sticky.header-1 .header-main .sidebar__toggle {
  color: var(--st-header);
}

.sticky.header-1 .header-right .search-toggler {
  border: 1px solid rgba(0, 0, 0, 0.32);
  color: var(--st-header);
}

@media (max-width: 575px) {
  .sticky.header-1 .header-right .search-toggler {
    border: 1px none;
  }
}

.sticky.header-1 .header-right .theme-btn {
  border: 1px solid var(--st-theme);
  color: var(--st-header);
  background-color: transparent;
}

@media (max-width: 1199px) {
  .sticky.header-1 .header-right .theme-btn {
    display: none;
  }
}

.sticky.header-1 .header-right .theme-btn:hover {
  color: var(--st-header);
}

.sticky.header-1 .sidebar__toggle .header-bar span {
  background: var(--st-header);
  overflow: hidden;
}

.sticky.header-1 .sidebar__toggle .header-bar span:first-child {
  background: var(--st-header);
}

.sticky.header-1 .sidebar__toggle .header-bar span:last-child {
  background: var(--st-header);
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--st-header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Gotham", sans-serif;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--st-theme2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--st-theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.header-1 .header-logo-2 {
  display: none;
}

.sticky.header-1 .header-logo-2 {
  display: block;
}

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

.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.gt-page-heading {
  position: relative;
  padding: 120px 0 100px;
  z-index: 9;
}


.gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.gt-breadcrumb-sub-title h1 {
  color: #fff;
}

.gt-breadcrumb-items,
.gt-breadcrumb-items a {
  color: #fff;
}

.about-wrapper .about-image {
  max-width: 518px;
  position: relative;
  margin-left: 100px;
}

.about-section .about-image-2 {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 9;
}

.about-section .counter-box {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) rotate(180deg);
  display: grid;
  gap: 10px;
}


.bar-shape {
  width: 502px;
  height: 88px;
  background-color: var(--st-theme2);
  opacity: 0.56;
  display: inline-block;
  position: absolute;
  bottom: 73px;
  left: -100px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-image .bar-shape {
    bottom: 35px;
    left: -90px;
  }
}

.about-content .about-text {
  margin-top: 25px;
}


.about-btn {
  margin-top: 48px;
  gap: 32px;
}

.call-info {
  gap: 16px;
}


.content span {
  display: inline-block;
  margin-bottom: 5px;
}

.about-section {
  position: relative;
  z-index: 9;
}

.right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.about-wrapper .about-content ul li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--st-header);
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-wrapper .about-content ul li i {
  color: var(--st-theme2);
}

.about-wrapper .about-content ul {
  margin-top: 30px;
}


@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    max-width: 600px;
  }
}

.about-wrapper-2 .about-content .about-text {
  margin-top: 25px;
}

.about-wrapper-2 .about-content ul {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content ul {
    margin-top: 30px;
    margin-top: 25px;
  }
}

.about-wrapper-2 .about-content ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content ul li {
    display: grid;
  }
}

.about-wrapper-2 .about-content ul li .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: var(--st-white);
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size: 40px;
  color: var(--st-header);
  transition: all 0.4s ease-in-out;
}

.about-wrapper-2 .about-content ul li .content h4 {
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content ul li:not(:last-child) {
  margin-bottom: 25px;
}

.about-wrapper-2 .about-content ul li:hover .icon {
  background-color: var(--st-theme2);
  color: var(--st-white);
}

.about-wrapper-2 .about-image-items .about-image-1 {
  display: flex;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    display: block;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .thumb {
  max-width: 483px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .thumb {
    max-width: 700px;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px 0px;
}

.about-wrapper-2 .about-image-items .about-image-1 .counter-box {
  writing-mode: vertical-rl;
  display: grid;
  gap: 10px;
  transform: rotate(180deg);
  border-radius: 0px 0 0 16px;
  background: var(--st-theme2);
  padding: 20px 36px;
  height: 260px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .counter-box {
    transform: rotate(0deg);
    writing-mode: initial;
    height: initial;
    margin-top: -20px;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .counter-box h2 {
  font-size: 40px;
  color: var(--st-white);
}

.about-wrapper-2 .about-image-items .about-image-1 .counter-box h4 {
  color: var(--st-white);
  font-weight: 600;
  opacity: 0.88;
}

.about-wrapper-2 .about-image-items .about-image-2 {
  display: flex;
  /* align-items: center; */
  margin-top: -20px;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 {
    display: block;
  }
}

.about-wrapper-2 .about-image-items .about-image-2 .icon-box {
  background-color: var(--st-header);
  padding: 43px 24px;
  display: inline-block;
  border-radius: 0px 0px 0px 16px;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 .icon-box {
    display: block;
  }
}

.about-wrapper-2 .about-image-items .about-image-2 .icon-box .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: transparent;
  font-size: 40px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 84px;
  color: var(--st-theme);
}

.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content {
  margin-top: 20px;
}

.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content h4 {
  color: var(--st-white);
  margin-bottom: 14px;
}

.about-wrapper-2 .about-image-items .about-image-2 .icon-box .content p {
  color: var(--st-white);
  opacity: 0.7;
  max-width: 230px;
}

.about-wrapper-2 .about-image-items .about-image-2 .thumb-2 {
  max-width: 365px;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 .thumb-2 {
    max-width: 700px;
  }
}

.about-wrapper-2 .about-image-items .about-image-2 .thumb-2 img {
  border-radius: 16px 0px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
}

.about-section-2 {
  position: relative;
  z-index: 9;
}

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


.contact-info-box {
  margin-top: 30px;
}

.contact-info-box .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #F4F4F4;
  color: var(--st-theme2);
}

.contact-info-box .content {
  margin-top: 20px;
}

.contact-info-box .content h3 {
  margin-bottom: 10px;
}

.contact-info-box .content p,
.contact-info-box .content a {
  font-size: 18px;
  color: var(--st-text);
}

.contact-wrapper-10 {
  border-radius: 24px;
  background: #F4F4F4;
  padding: 48px;
}

@media (max-width: 1199px) {
  .contact-wrapper-10 {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper-10 {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper-10 {
    padding: 25px;
  }
}

.contact-wrapper-10 .section-title h2 {
  font-size: 32px;
}

.contact-wrapper-10 form {
  margin-top: 40px;
}

.contact-wrapper-10 form .form-clt input,
.contact-wrapper-10 form .form-clt textarea {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}

.contact-wrapper-10 form .form-clt textarea {
  padding-bottom: 92px;
}

.contact-wrapper-10 form .form-clt .single-select {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}

.contact-wrapper-10 form .form-clt .single-select::after {
  right: 20px;
  width: 9px;
  height: 9px;
}

.contact-wrapper-10 form .form-clt .single-select .list {
  width: 100%;
}

.contact-wrapper-10 form .theme-btn::before {
  background-color: var(--st-theme2);
}

.contact-wrapper-10 form .theme-btn:hover {
  color: var(--st-white);
}

.googpemap-2 iframe {
  width: 100%;
  height: 600px;
}

.service-box-items-2 {
  border-radius: 16px;
  background: #F4F4F4;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1.5px solid #F4F4F4;
}

.service-box-items-2.style-2 {
  margin-top: 30px;
}

.service-box-items-2 .icon {
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  background: var(--st-white);
  width: 88px;
  height: 88px;
  line-height: 95px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  font-size: 48px;
  color: var(--st-header);
}

.service-box-items-2 .content {
  margin-top: 25px;
}

.service-box-items-2 .content h3 {
  margin-bottom: 10px;
}

.service-box-items-2 .content h3 a:hover {
  color: var(--st-theme2);
}

.service-box-items-2 .content .link-btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: var(--st-header);
  font-family: "Manrope", sans-serif;
  margin-top: 15px;
}

.service-box-items-2 .content .link-btn i {
  margin-right: 5px;
}

.service-box-items-2 .content .link-btn:hover {
  color: var(--st-theme2);
}

.service-box-items-2:hover {
  border: 1.5px solid var(--st-theme2);
}

.service-box-items-2:hover .icon {
  background-color: var(--st-theme2);
  color: var(--st-white);
}

.propertie-feature-section {
  padding: 100px 0px;
}

/* our agents */
.team-card-item-3 {
  margin-top: 30px;
}

.team-card-item-3 .team-image {
  position: relative;
}

.team-card-item-3 .team-image .team-content {
  background-color: var(--st-white);
  padding: 10px 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 16px;
}

.team-card-item-3 .team-image .team-content h4 {
  font-weight: 800;
  margin-bottom: 5px;
}

.team-card-item-3 .team-image .team-content h4 a:hover {
  color: var(--st-theme);
}

.team-card-item-3 .team-image .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(90deg);
  position: absolute;
  background-color: var(--st-theme);
  padding: 12px 24px;
  border-radius: 124px;
  top: 40%;
  right: -30%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-card-item-3 .team-image .social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--st-header);
  border-radius: 100px;
  color: var(--st-white);
  transform: rotate(-90deg);
}

.team-card-item-3 .team-image .social-icon a:hover {
  background-color: var(--st-theme2);
}

.team-card-item-3 .team-image .social-icon span {
  color: var(--st-header);
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

.team-card-item-3 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.team-card-item-3:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  right: -120px;
}

.team-card-item-3 {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-card-item-3:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.team-card-item-3 .team-short-desc {
  margin-top: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  text-align: start;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  border-bottom: 4px solid var(--st-theme);
  box-shadow: none;
  transition: transform 0.25s ease;
}

/* agents details */
.section-bg-3 {
  background-color: #F4F4F4;
}

.gt-team-details-wrapper .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.gt-team-details-wrapper .gt-details-content {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .gt-team-details-wrapper .gt-details-content {
    margin-left: 0;
  }
}

.gt-team-details-wrapper .gt-details-content h2 {
  margin-bottom: 10px;
}

.gt-team-details-wrapper .gt-details-content span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}

.gt-team-details-wrapper .gt-details-content .gt-list {
  margin-top: 30px;
}

.gt-team-details-wrapper .gt-details-content .gt-list li {
  color: var(--st-header);
}

.gt-team-details-wrapper .gt-details-content .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}

.gt-team-details-wrapper .gt-details-content .gt-list li i {
  color: var(--st-header);
  margin-right: 5px;
}

.gt-team-details-wrapper .gt-details-content .gt-social-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gt-team-details-wrapper .gt-details-content .gt-social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--st-header);
  background-color: #F4F4F4;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}

.gt-team-details-wrapper .gt-details-content .gt-social-icon a:hover {
  background-color: var(--st-theme2);
  color: var(--st-white);
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items {
  margin-top: 35px;
  max-width: 550px;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 15px;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--st-header);
  text-transform: capitalize;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--st-white);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--st-theme2);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--st-header);
  font-family: "Manrope", sans-serif;
}

.gt-team-experience-wrapper .contact-form-items h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 25px;
  }
}

.gt-team-experience-wrapper .contact-form-items .form-clt input,
.gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--st-white);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--st-text);
  font-size: 16px;
  border-radius: 4px;
}

.gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  padding-bottom: 30px;
  resize: none;
}

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-testimonial-text {
  margin-top: 25px;
}

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-client-info {
  margin-top: 60px;
}

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-client-info .gt-client-image {
  margin-bottom: 20px;
}

.gt-testimonial-wrapper .gt-testimonial-left-content .gt-client-info span {
  color: var(--st-theme2);
}

.gt-testimonial-wrapper .gt-testimonial-box {
  border-radius: 12px;
  border: 1.5px solid var(--st-theme2);
  background: var(--st-white);
  padding: 40px;
  position: relative;
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    padding: 22px;
  }
}

.gt-testimonial-wrapper .gt-testimonial-box .star {
  color: #FCD554;
}

.gt-testimonial-wrapper .gt-testimonial-box .star i.color-2 {
  color: #9B9B9B;
}

.gt-testimonial-wrapper .gt-testimonial-box .gt-testi-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
}

.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
}

.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
    font-size: 18px;
  }
}

.gt-testimonial-wrapper .gt-testimonial-box .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.gt-testimonial-wrapper .array-button-2 {
  margin-top: 50px;
}

.gt-testimonial-wrapper .array-button-2 .array-prev:hover,
.gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--st-theme2);
  color: var(--st-white);
}

.gt-testimonial-wrapper .array-button-2 .array-prev {
  background-color: var(--st-white);
  color: var(--st-header);
}

.gt-testimonial-wrapper .array-button-2 .array-prev:hover {
  background-color: var(--st-theme2);
  color: var(--st-white);
}

.gt-testimonial-wrapper .array-button-2 .swiper-dot1 {
  text-align: center;
}

.gt-testimonial-wrapper .array-button-2 .array-next {
  background-color: var(--st-theme2);
}

.gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--st-header);
}

.gt-testimonial-wrapper .array-button-2 {
  display: flex;
  align-items: center;
  gap: 13px;
}

.gt-testimonial-wrapper .array-button-2 .array-prev,
.gt-testimonial-wrapper .array-button-2 .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

 .hero-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0; /* adjust according to your layout */
}

/* Video Styles */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Optional Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57) ;/* adjust opacity */
    z-index: 0;
}

/* Content styling */
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-3 .hero-content .hero-button .theme-btn.border-btn {
  border: 1px solid #fff !important;
}
