/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #0A4D4A;
  --theme-2: #F4B400;
  --header: #2E2E2E;
  --text: #2E2E2E;
  --border: #49515b4d;
  --bg: #F9F8F4;
  --bg-2: #003B49;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme);
  font-family: "Poppins", sans-serif;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 6px 6px 32px;
  letter-spacing: -0.18px;
}
.theme-btn i {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: var(--theme-2);
  color: var(--header);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--theme-2);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--header);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn:hover i {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
  }
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: var(--theme-2);
}
.link-btns i {
  margin-left: 7px;
}
.link-btns:hover {
  color: var(--theme);
}

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

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

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

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

input {
  color: var(--text);
}

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

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

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

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

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

.about-wrapper .about-image {
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-wrapper .about-image .count-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0;
  background: #F4B400;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 320px;
}
.about-wrapper .about-image .count-box h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2E2E2E;
  font-size: 60px;
  font-weight: 700;
  color: transparent;
}
@media (max-width: 767px) {
  .about-wrapper .about-image .count-box h2 {
    font-size: 42px;
  }
}
.about-wrapper .about-image .count-box p {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-wrapper .about-image .count-box p {
    font-size: 16px;
  }
}
.about-wrapper .about-image .count-box p br {
  display: block !important;
}
.about-wrapper .about-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content .about-text {
  margin-top: 30px;
}
.about-wrapper .about-content .nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .nav {
    gap: 12px;
  }
}
.about-wrapper .about-content .nav .nav-item .nav-link {
  display: inline-block;
  padding: 18px 24px;
  border-radius: 30px;
  border: 1px solid rgba(46, 46, 46, 0.5);
  background: var(--white);
  line-height: 1;
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .nav .nav-item .nav-link {
    font-size: 15px;
    padding: 16px 16px;
  }
}
.about-wrapper .about-content .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}
.about-wrapper .about-content .about-list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.about-wrapper .about-content .about-list-items ul li {
  font-size: 18px;
  font-weight: 600;
}
.about-wrapper .about-content .about-list-items ul li i {
  margin-right: 6px;
  color: var(--theme-2);
}
.about-wrapper .about-content .about-list-items ul li:not(:last-child) {
  margin-bottom: 12px;
}
.about-wrapper .about-content .theme-btn {
  margin-top: 40px;
}

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

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  display: block;
  padding: 30px;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.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;
  }
}
.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;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.cta-wrapper {
  padding: 120px 30px;
  text-align: center;
  border-radius: 20px;
  background-color: var(--theme-2);
}
@media (max-width: 1199px) {
  .cta-wrapper {
    padding: 100px 30px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    padding: 80px 30px;
  }
}
.cta-wrapper h2 {
  font-size: 60px;
  font-weight: 600;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .cta-wrapper h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper h2 {
    font-size: 35px;
  }
}
.cta-wrapper p {
  margin-top: 12px;
}
.cta-wrapper form {
  max-width: 480px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
.cta-wrapper form .theme-btn {
  display: inline-block;
  background-color: var(--header);
  color: var(--white);
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  top: 6px;
  right: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.cta-wrapper form .theme-btn::before {
  background-color: var(--theme);
}
.cta-wrapper form input {
  width: 100%;
  outline: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid var(--header);
  font-size: 15px;
  padding: 20px 20px;
  line-height: 1;
  color: var(--header);
}
.cta-wrapper form input::placeholder {
  color: var(--header);
}
.cta-wrapper .cta-image-items {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
.cta-wrapper .cta-image-items .cta-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.footer-wrapper .footer-left-items .footer-information {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  margin-top: 30px;
}
.footer-wrapper .footer-left-items .footer-information h3 {
  margin-bottom: 15px;
  color: var(--white);
}
.footer-wrapper .footer-left-items .footer-information ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 18px;
}
.footer-wrapper .footer-left-items .footer-information ul li a {
  font-size: 18px;
  color: var(--white);
}
.footer-wrapper .footer-left-items .footer-information ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-wrapper .contact-items .contact-form-box .form-clt input, .footer-wrapper .contact-items .contact-form-box .form-clt textarea {
  border-radius: 10px;
  border: none;
  background: var(--white);
  line-height: 1;
  padding: 23px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header) !important;
}
.footer-wrapper .contact-items .contact-form-box .form-clt input::placeholder, .footer-wrapper .contact-items .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.footer-wrapper .contact-items .contact-form-box .form-clt textarea {
  padding-bottom: 140px;
}
.footer-wrapper .contact-items .contact-form-box .theme-btn {
  background-color: var(--theme-2);
  color: var(--header);
}
.footer-wrapper .contact-items .contact-form-box .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.footer-wrapper .contact-items .contact-form-box .theme-btn::before {
  background-color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 100px;
}
@media (max-width: 991px) {
  .footer-bottom {
    margin-top: 80px;
  }
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  font-size: 18px;
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom .footer-bottom-wrapper .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  color: var(--white);
  opacity: 0.8;
}
.footer-bottom .footer-bottom-wrapper .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--header);
  border: 1px solid var(--theme);
  opacity: 1;
}

.header-top-section {
  background-color: #0A4D4A;
  padding: 12px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section .header-top-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-top-section .header-top-wrapper ul li {
  color: var(--white);
  font-size: 16px;
}
.header-top-section .header-top-wrapper ul li a {
  color: var(--white);
}
.header-top-section .header-top-wrapper ul li:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.header-top-section .header-top-wrapper ul li i {
  margin-right: 9px;
}
.header-top-section .header-top-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-section .header-top-wrapper .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--white);
  text-align: center;
  color: var(--white);
  font-size: 14px;
}
.header-top-section .header-top-wrapper .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid var(--theme-2);
  opacity: 1;
}

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

.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: 35px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    font-size: 20px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    font-size: 14px;
  }
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  font-size: 24px;
}
.header-main .header-right.style-2 .search-icon {
  color: var(--white);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 .header-right {
  gap: 100px;
}
@media (max-width: 1600px) {
  .header-1 .header-right {
    gap: 45px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-right {
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 25px;
  }
}
.header-1 .header-right-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-1 .header-right-icon .search-toggler {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(46, 46, 46, 0.3);
}
@media (max-width: 1199px) {
  .header-1 .theme-btn {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--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-main .logo .header-logo-3 {
  display: none;
}
.sticky.header-1 .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu {
  padding-left: initial;
  padding-right: initial;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky.header-1 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.sticky.header-1 .header-main .sidebar__toggle {
  color: var(--header);
}
.sticky.header-1 .contact-items .content span {
  color: var(--text);
}
.sticky.header-1 .contact-items .content h6 a {
  color: var(--header);
}
.sticky.header-1 .header-logo {
  display: none !important;
}
.sticky.header-1 .header-logo-2 {
  display: block !important;
}
.sticky.header-3 {
  margin-top: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  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: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

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

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
  margin-bottom: 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
  font-weight: 600;
  color: var(--header);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items .offcanvas-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 0;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  text-align: center;
}

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

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@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(--theme);
  border-radius: 5px;
}

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

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

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

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot {
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgb(0, 56, 101);
  content: "";
}
.swiper-dot.style-2 .swiper-pagination-bullet {
  background: var(--theme);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--header);
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  background: transparent;
  color: var(--black);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.array-button {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
  padding: 7px 12px;
  border-radius: 32px;
  line-height: 1;
}
.array-button .array-prev, .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.array-button .array-prev {
  background-color: #2E2E2E;
}
.array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.array-button .array-next {
  background-color: var(--theme-2);
  color: var(--header);
}
.array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.header-container {
  max-width: 1616px;
  margin: 0 auto;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.footer-bg {
  background-color: #162726;
}

.footer-bg-2 {
  background-color: #F2F4F7;
}

.ml-40 {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .ml-40 {
    margin-left: 0;
  }
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--bg);
  border: none;
  color: var(--header);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: none;
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.hero-1 {
  background-color: #0A4D4A;
  padding: 100px 0 0;
  position: relative;
  z-index: 9;
}
.hero-1 .hero-shape-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-1 .title {
  color: var(--white);
}
.hero-1 .hero-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    margin-left: 0;
  }
}
.hero-1 .hero-content p {
  color: var(--white);
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}
.hero-1 .hero-content .theme-btn {
  margin-top: 40px;
  background-color: var(--white);
  color: var(--header);
}
.hero-1 .shape-3 {
  position: absolute;
  left: 30%;
  top: 0;
  transform: translateX(-50%);
}
.hero-1 .hero-image-items {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-1 .hero-image-items {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-items {
    height: 650px;
  }
}
.hero-1 .hero-image-items .hero-video {
  position: absolute;
  top: 80px;
  left: 30%;
  transform: translateX(-50%);
  width: 186px;
  height: 186px;
  border-radius: 50%;
  background-color: #0A4D4A;
  text-align: center;
  line-height: 190px;
  z-index: 9;
}
.hero-1 .hero-image-items .hero-video::before {
  width: 158px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-2);
  border-radius: 50%;
  color: var(--white);
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}
.hero-1 .hero-image-items .hero-video .video-btn {
  z-index: 1;
  font-size: 30px;
  color: var(--header);
}
.hero-1 .hero-image-items .hero-video .video-btn.ripple::before, .hero-1 .hero-image-items .hero-video .video-btn.ripple::after {
  width: 70px;
  height: 70px;
}
.hero-1 .hero-image-items .hero-video .text-circle {
  position: absolute;
  top: -4px;
  left: 27px;
  z-index: -1;
}
.hero-1 .hero-image-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-1 .hero-image-items .heor-box-item {
  padding: 50px 40px;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  position: absolute;
  bottom: 0;
  right: 180px;
  max-width: 530px;
}
.hero-1 .hero-image-items .heor-box-item .x-shape {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-1 .hero-image-items .heor-box-item {
    right: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-items .heor-box-item {
    padding: 30px 20px;
    bottom: 0;
    right: 0;
    max-width: 530px;
  }
}
.hero-1 .hero-image-items .heor-box-item img {
  width: initial;
}
.hero-1 .hero-image-items .heor-box-item .icon {
  margin-bottom: 30px;
}
.hero-1 .hero-image-items .heor-box-item p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.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 .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

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

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

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

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

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

.news-box-items {
  margin-top: 30px;
}
.news-box-items .news-img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
}
.news-box-items .news-content {
  background-color: var(--bg);
  border-radius: 20px;
  padding: 20px 24px;
}
.news-box-items .news-content p {
  font-size: 18px;
}
.news-box-items .news-content h3 {
  margin-top: 5px;
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme-2);
}
.news-box-items .news-content .link-btns {
  color: var(--theme);
  margin-top: 10px;
}
.news-box-items .news-content .link-btns:hover {
  color: var(--theme-2);
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.3;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--black);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.project-image {
  margin-top: 30px;
  position: relative;
}
.project-image .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--theme-2);
  text-align: center;
  line-height: 120px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-image .hero-video .video-btn {
  z-index: 1;
  font-size: 30px;
  color: var(--header);
}
.project-image .hero-video .video-btn.ripple::before, .project-image .hero-video .video-btn.ripple::after {
  width: 70px;
  height: 70px;
}
.project-image .hero-video .text-circle {
  position: absolute;
  top: -3px;
  left: 10px;
  z-index: -1;
}
.project-image .hero-video .text-circle img {
  width: initial;
}
.project-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.project-slider {
  margin-top: 50px;
  height: 495px;
}
@media (max-width: 1399px) {
  .project-slider {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .project-slider {
    height: initial;
  }
}
.project-slider .swiper-slide {
  transform: scale(0.92);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .project-slider .swiper-slide {
    transform: initial;
  }
}
.project-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
  z-index: 2;
}
@media (max-width: 1199px) {
  .project-slider .swiper-slide.swiper-slide-active {
    transform: initial !important;
  }
}
.project-slider .swiper-slide.swiper-slide-active .hero-video {
  opacity: 1;
  visibility: visible;
}
.project-slider .project-image {
  position: relative;
}
.project-slider .project-image img {
  width: 100%;
  border-radius: 20px;
}
.project-slider .project-image .play-btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #ffc107;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.project-slider .project-image .play-btn-center span {
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.section-title h6 {
  color: var(--theme);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
  color: var(--theme-2);
}
@media (max-width: 1199px) {
  .section-title h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-title h6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  max-width: 532px;
}
.section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .section-title-area .nav {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section-title-area .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #6C706F;
}
.section-title-area .nav .nav-item .nav-link.active {
  color: var(--header);
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

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

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

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

.service-box-items {
  background-color: var(--bg);
  padding: 40px 35px;
  border-radius: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .service-box-items {
    padding: 28px 22px;
  }
}
.service-box-items .service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.service-box-items .service-content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .service-box-items .service-content {
    margin-top: 25px;
  }
}
.service-box-items .service-content h3 {
  margin-bottom: 10px;
}
.service-box-items .service-content h3 a:hover {
  color: var(--theme-2);
}
.service-box-items .service-content p {
  margin-bottom: 20px;
}
.service-box-items:hover .service-icon {
  background-color: var(--theme-2);
}
.service-box-items:hover .service-icon svg path {
  fill: var(--header);
}

.service-icon-box {
  text-align: center;
  margin-top: 30px;
}
.service-icon-box .arrow-icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  margin: 0 auto 25px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.service-icon-box .arrow-icon:hover {
  background-color: var(--theme-2);
}
.service-icon-box .arrow-icon:hover a {
  color: var(--header);
}
.service-icon-box .arrow-icon a {
  color: var(--white);
}
.service-icon-box h3 a:hover {
  color: var(--theme-2);
}

.testimonial-box-items {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-box-items {
    padding: 28px;
  }
}
.testimonial-box-items .quote-icon {
  margin-bottom: 25px;
}
.testimonial-box-items h4 {
  color: var(--white);
  line-height: 144%;
  font-weight: 400;
}
@media (max-width: 575px) {
  .testimonial-box-items h4 {
    font-size: 17px;
    line-height: 160%;
  }
}
.testimonial-box-items .client-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.testimonial-box-items .client-info-area .client-content h3 {
  color: var(--white);
}
.testimonial-box-items .client-info-area .client-content p {
  font-size: 18px;
  color: var(--white);
}
.testimonial-box-items .client-info-area .star {
  color: var(--theme-2);
}

.testimonial-section {
  position: relative;
  z-index: 9;
}
.testimonial-section .testimonial-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}/*# sourceMappingURL=main.css.map */