@charset "UTF-8";

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #0b5faa;
  --theme-2: #005DB5;
  --theme-3: #0b5faa;
  --theme-4: #79B900;
  --header: #192A19;
  --text: #898989;
  --text-2: #687799;
  --border: #CAD2D2;
  --bg: #F6F8EF;
  --bg-2: #F5F5F5;
  --bg-3: #F3F8F3;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.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);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 7px 7px 32px;
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 7px 7px 7px 22px;
  }
}
.theme-btn i {
  margin-left: 20px;
  transition: all 0.4s ease-in-out;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50%;
  background-color: #8bc04d;
  color: var(--theme);
}
@media (max-width: 575px) {
  .theme-btn i {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #091613;
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn:hover i {
  background-color: var(--theme);
  color: #091613;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family:'Noto Sans SC', 'Microsoft JhengHei', 'Microsoft YaHei',"微软雅黑","DM Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--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(--white);
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Noto Sans SC', 'Microsoft JhengHei', 'Microsoft YaHei',"微软雅黑","DM Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 97%;
}


@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}


h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 129%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 36px;
  }
}

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


h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 145%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

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

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-image-items-style-1 {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .about-image-items-style-1 {
    margin-right: 0;
  }
}
.about-image-items-style-1 .about-image {
  width: 370px;
  margin-top: 60px;
  margin-left: -80px;
}
@media (max-width: 1399px) {
  .about-image-items-style-1 .about-image {
    margin-left: 0;
    width: initial;
    max-width: 370px;
  }
}
.about-image-items-style-1 .about-image img {
  width: 100%;
  height: 100%;
}

.about-section-2 {
  margin: 0 15px;
}

.about-content-style-1 .section-title h2 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .about-content-style-1 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .about-content-style-1 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .about-content-style-1 .section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .about-content-style-1 .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-content-style-1 .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .about-content-style-1 .section-title h2 {
    font-size: 25px;
  }
}
.about-content-style-1 .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-content-style-1 .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-content-style-1 .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.about-content-style-1 .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about-content-style-1 .list-items ul li img {
  margin-right: 10px;
}
.about-content-style-1 .bottom-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 47px;
}
@media (max-width: 1199px) {
  .about-content-style-1 .bottom-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-content-style-1 .bottom-items .icon-box-items {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about-content-style-1 .bottom-items .icon-box-items .icon {
  width: 100%;
  max-width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background-color: rgba(0, 93, 181, 0.07);
  border-radius: 50%;
}
.about-content-style-1 .bottom-items .icon-box-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.about-content-style-1 .bottom-items .icon-box-items .content p {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .about-content-style-1 .bottom-items .icon-box-items .content p br {
    display: none;
  }
}
.about-content-style-1 .bottom-items .icon-box-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.about-content-style-1 .theme-btn {
  margin-top: 50px;
}

.about-feature-section-2 .container {
  max-width: 1390px;
}
.about-feature-section-2 .about-feature-wrapper-2 {
  border-radius: 20px;
  background: var(--white);
  margin-top: 90px;
  padding-left: 60px;
  position: relative;
}
.about-feature-section-2 .about-feature-wrapper-2.style-2 {
  background-color: var(--bg-2);
}
.about-feature-section-2 .about-feature-wrapper-2.style-2 .about-feature-icon-box {
  background-color: var(--white);
}
@media (max-width: 991px) {
  .about-feature-section-2 .about-feature-wrapper-2 {
    margin-top: 30px;
    padding: 0 40px;
    padding-top: 50px;
  }
}
.about-feature-section-2 .about-feature-wrapper-2 .about-shape {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .about-feature-section-2 .about-feature-wrapper-2 .about-shape {
    display: none;
  }
}
.about-feature-section-2 .about-feature-wrapper-2 .about-shape img {
  height: 100%;
}

.about-feature-image-items-style-2 {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 70px;
}
@media (max-width: 1399px) {
  .about-feature-image-items-style-2 {
    position: relative;
    left: initial;
  }
}
@media (max-width: 991px) {
  .about-feature-image-items-style-2 {
    max-width: 700px;
    margin: 0 auto;
  }
}
.about-feature-image-items-style-2 img {
  width: 100%;
  height: 100%;
}
.about-feature-image-items-style-2 .circle-image {
  position: absolute;
  bottom: 80px;
  right: 6px;
}
@media (max-width: 767px) {
  .about-feature-image-items-style-2 .circle-image {
    display: none;
  }
}
.about-feature-image-items-style-2 .circle-image img {
  width: initial;
  height: initial;
  animation: cir36 20s linear infinite;
}
.about-feature-image-items-style-2 .circle-image .counter-items {
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 31px;
}
.about-feature-image-items-style-2 .circle-image .counter-items h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.about-feature-image-items-style-2 .circle-image .counter-items p {
  color: var(--header);
}

.about-feature-content-items-style-2 {
  padding: 35px 60px;
}
@media (max-width: 1399px) {
  .about-feature-content-items-style-2 {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .about-feature-content-items-style-2 {
    padding: 0;
  }
}
.about-feature-content-items-style-2 .about-feature-icon-box {
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 10px;
  background-color: var(--bg-2);
  padding: 24px 34px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .about-feature-content-items-style-2 .about-feature-icon-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-feature-content-items-style-2 .about-feature-icon-box .content h4 {
  font-size: 20px;
  font-weight: 600;
}
.about-feature-content-items-style-2 .about-feature-icon-box .content p {
  max-width: 365px;
}
.about-feature-content-items-style-2 .theme-btn {
  margin-top: 25px;
  background-color: var(--header);
  color: var(--white);
}
.about-feature-content-items-style-2 .theme-btn::before {
  background-color: var(--theme);
}
.about-feature-content-items-style-2 .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.about-feature-content-items-style-2 .theme-btn:hover {
  color: var(--header);
  background-color: var(--header);
}
.about-feature-content-items-style-2 .theme-btn:hover i {
  background-color: var(--header);
  color: var(--theme);
}

.custom-support-list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 991px) {
  .custom-support-list {
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
  }
}

.about-left-image-style-2 {
  max-width: 814px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-left-image-style-2 {
    max-width: initial;
  }
}
.about-left-image-style-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-right-content-style-2 .section-title h2 {
  font-size: 46px;
  font-weight: 500;
  max-width: 590px;
  letter-spacing: -1.38px;
  text-transform: none;
}
@media (max-width: 1399px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .about-right-content-style-2 .section-title h2 {
    font-size: 25px;
  }
}
.about-right-content-style-2 p {
  margin-top: 100px;
  max-width: 470px;
  margin-left: 150px;
  text-transform: none;
}
@media (max-width: 1399px) {
  .about-right-content-style-2 p {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about-right-content-style-2 p {
    margin-left: 0;
    margin-top: 30px;
  }
}

.about-counter-style-2 {
  margin-left: 300px;
  margin-top: 150px;
}
@media (max-width: 1600px) {
  .about-counter-style-2 {
    margin-left: 200px;
  }
}
@media (max-width: 1399px) {
  .about-counter-style-2 {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .about-counter-style-2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-counter-style-2 .counter-items h2 {
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  color: var(--theme-2);
}
@media (max-width: 1399px) {
  .about-counter-style-2 .counter-items h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .about-counter-style-2 .counter-items h2 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .about-counter-style-2 .counter-items h2 {
    font-size: 80px;
  }
}
.about-counter-style-2 .counter-items p {
  font-size: 28px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 1399px) {
  .about-counter-style-2 .counter-items p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about-counter-style-2 .counter-items p {
    font-size: 18px;
  }
}

.about-image-box-style-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-image-box-style-2 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.about-image-box-style-2 .about-bottom-box {
  border-radius: 20px;
  background: var(--white);
}
.about-image-box-style-2 .about-bottom-box .about-content {
  padding: 30px 20px;
}
.about-image-box-style-2 .about-bottom-box .about-content h4 {
  font-size: 22px;
  font-weight: 600;
  max-width: 225px;
}
.about-image-box-style-2 .about-bottom-box .about-content .theme-btn {
  background-color: var(--header);
  color: var(--white);
  line-height: 1;
  margin-top: 20px;
}
.about-image-box-style-2 .about-bottom-box .about-content .theme-btn::before {
  background-color: var(--theme);
}
.about-image-box-style-2 .about-bottom-box .about-content .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.about-image-box-style-2 .about-bottom-box .about-content .theme-btn:hover {
  color: var(--header);
}
.about-image-box-style-2 .about-bottom-box .about-content .theme-btn:hover i {
  background-color: var(--header);
  color: var(--theme);
}
.about-image-box-style-2 .about-bottom-box .about-image {
  padding: 5px;
}
.about-image-box-style-2 .about-bottom-box .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-image-box-style-2 .about-bottom-image {
  height: 424px;
  border-radius: 20px;
}
.about-image-box-style-2 .about-bottom-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-left-image-items-style-4 {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-left: -210px;
}
@media (max-width: 1399px) {
  .about-left-image-items-style-4 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-left-image-items-style-4 {
    height: 600px;
  }
  .about-left-image-items-style-4 img {
    object-fit: cover;
  }
}
.about-left-image-items-style-4 img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.about-right-content-items-style-4 {
  padding-left: 50px;
  max-width: 702px;
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 {
    padding-left: 0;
  }
}
.about-right-content-items-style-4 .nav {
  display: flex;
  align-items: center;
  gap: 100px;
  border-bottom: 1px solid rgba(0, 93, 181, 0.08);
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 .nav {
    gap: 30px;
    padding-left: 0;
    margin-top: 30px;
  }
}
.about-right-content-items-style-4 .nav .nav-item .nav-link {
  color: var(--header);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  padding: 0;
  position: relative;
}
.about-right-content-items-style-4 .nav .nav-item .nav-link.active {
  color: var(--theme-3);
}
.about-right-content-items-style-4 .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--theme-3);
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 .nav .nav-item .nav-link.active::before {
    display: none;
  }
}
.about-right-content-items-style-4 .about-text {
  margin-top: 25px;
  max-width: 600px;
}
.about-right-content-items-style-4 .icon-items-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 .icon-items-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-right-content-items-style-4 .icon-items-area .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.about-right-content-items-style-4 .icon-items-area .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-right-content-items-style-4 .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-right-content-items-style-4 .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.about-right-content-items-style-4 .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about-right-content-items-style-4 .list-items ul li img {
  margin-right: 10px;
}
.about-right-content-items-style-4 .bottom-items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-right-content-items-style-4 .bottom-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.about-right-content-items-style-4 .bottom-items .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
}
.about-right-content-items-style-4 .bottom-items .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}
.about-right-content-items-style-4 .bottom-items .phone-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-right-content-items-style-4 .bottom-items .phone-box-items .icon {
  font-size: 50px;
  color: var(--theme-3);
}
.about-right-content-items-style-4 .bottom-items .phone-box-items .content p {
  font-weight: 600;
  color: #454E59;
}
.about-right-content-items-style-4 .bottom-items .phone-box-items .content a {
  color: var(--text);
}
.about-right-content-items-style-4:hover .icon-items-area .icon img {
  transform: scaleX(-1) !important;
}

.about-left-style-5 .about-text {
  margin-top: 25px;
}

.about-meddile-image-style-5 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.counter-items-style-5 {
  text-align: center;
  margin-top: -45px;
}
@media (max-width: 1600px) {
  .counter-items-style-5 {
    margin-top: 0;
  }
}
.counter-items-style-5 h2 {
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-4);
}
@media (max-width: 1399px) {
  .counter-items-style-5 h2 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .counter-items-style-5 h2 {
    font-size: 180px;
  }
}
@media (max-width: 575px) {
  .counter-items-style-5 h2 {
    font-size: 150px;
  }
}
.counter-items-style-5 p {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1600px) {
  .counter-items-style-5 p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .counter-items-style-5 p {
    font-size: 22px;
  }
}

.about-left-bottom-style-5 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.about-middle-bottom-style-5 .nav {
  
  align-items: center;
  justify-content:center;
	/*
	display: flex;
	
  background-color: rgba(121, 185, 0, 0.1);*/
	
	
	
  padding: 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.about-middle-bottom-style-5 .nav .nav-item {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 600;
}
.about-middle-bottom-style-5 .nav .nav-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.about-middle-bottom-style-5 .nav .nav-item .nav-link {
  padding: 0;
  font-weight: 600;background: #fff; border: 1px solid #e3e3e3;
  color:#0560a7;
  padding: 12px 25px;margin: 5px;
  border-radius: 5px;
}


.about-middle-bottom-style-5 .nav .nav-item .nav-link.active {
  background-color: #0560a7;
  color: var(--white);
}
.about-middle-bottom-style-5 p {
  margin-bottom: 14px;
}
.about-middle-bottom-style-5 ul li {
  font-size: 20px;
  font-weight: 700;
  color: #001819;
}
.about-middle-bottom-style-5 ul li img {
  margin-right: 10px;
}
.about-middle-bottom-style-5 ul li:not(:last-child) {
  margin-bottom: 15px;
}








.about-bottom-image-style-5 {
  margin-top: -50px;
}
@media (max-width: 1199px) {
  .about-bottom-image-style-5 {
    margin-top: 0;
  }
}
.about-bottom-image-style-5 .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.about-bottom-image-style-5 .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.about-image-items-style-5 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .about-image-items-style-5 {
    margin-bottom: 170px;
  }
}
@media (max-width: 575px) {
  .about-image-items-style-5 {
    margin-bottom: 0;
  }
}
.about-image-items-style-5 .left-image {
  max-width: 350px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .about-image-items-style-5 .left-image {
    max-width: 500px;
  }
}
.about-image-items-style-5 .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.about-image-items-style-5 .left-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  border-radius: 20px;
  top: 37%;
  left: 0;
  z-index: -1;
  width: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 .left-image::before {
    display: none;
  }
}
.about-image-items-style-5 .left-image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  border-radius: 20px;
  top: 40%;
  left: 12px;
  z-index: -1;
  width: 375px;
  height: 94%;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 .left-image::after {
    display: none;
  }
}
.about-image-items-style-5 .right-image {
  max-width: 360px;
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 52%;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 .right-image {
    right: 5%;
  }
}
@media (max-width: 991px) {
  .about-image-items-style-5 .right-image {
    right: 24%;
  }
}
@media (max-width: 575px) {
  .about-image-items-style-5 .right-image {
    position: static;
    max-width: 500px;
    margin-top: 30px;
  }
}
.about-image-items-style-5 .right-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-image-items-style-5 .icon-shape {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 15%;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 .icon-shape {
    display: none;
  }
}
.about-image-items-style-5 .video-icon {
  position: absolute;
  text-align: center;
  z-index: 9;
  bottom: -125px;
  left: 75px;
}
@media (max-width: 1199px) {
  .about-image-items-style-5 .video-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
  }
}
@media (max-width: 575px) {
  .about-image-items-style-5 .video-icon {
    top: 30%;
  }
}
.about-image-items-style-5 .video-icon .video-btn {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-4);
  color: var(--white);
  text-align: center;
  font-size: 20px;
  width: 100%;
  display: inline-block;
}
.about-image-items-style-5 .video-icon h4 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-top: 10px;
}

.about-content-items-style-6 .about-text {
  margin-top: 25px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.about-content-items-style-6 .bottom-items-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .about-content-items-style-6 .bottom-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-content-items-style-6 .bottom-items-area .list-items {
  border-right: 1px solid #D9D9D9;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .about-content-items-style-6 .bottom-items-area .list-items {
    border-right: none;
    padding-right: 0;
  }
}
.about-content-items-style-6 .bottom-items-area .list-items ul li {
  font-size: 20px;
  font-weight: 700;
  color: #001819;
}
.about-content-items-style-6 .bottom-items-area .list-items ul li img {
  margin-right: 10px;
}
.about-content-items-style-6 .bottom-items-area .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-content-items-style-6 .bottom-items-area .list-items .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}
.about-content-items-style-6 .bottom-items-area .client-items .counter-items-style-6 {
  margin-top: 20px;
}
.about-content-items-style-6 .bottom-items-area .client-items .counter-items-style-6 h2 {
  font-size: 70px;
  font-weight: 700;
}

.about-left-items-style-7 {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .about-left-items-style-7 {
    margin-right: 0;
  }
}
.about-left-items-style-7 .about-image {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
  border-radius: 20px;
}
.about-left-items-style-7 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-left-items-style-7 .bottom-items-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .about-left-items-style-7 .bottom-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-left-items-style-7 .bottom-items-area .list-items {
  border-right: 1px solid #D9D9D9;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .about-left-items-style-7 .bottom-items-area .list-items {
    padding-right: 0;
    border-right: none;
  }
}
.about-left-items-style-7 .bottom-items-area .list-items ul li {
  font-size: 20px;
  font-weight: 700;
  color: #001819;
}
.about-left-items-style-7 .bottom-items-area .list-items ul li img {
  margin-right: 10px;
}
.about-left-items-style-7 .bottom-items-area .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-left-items-style-7 .bottom-items-area .list-items .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}
.about-left-items-style-7 .bottom-items-area .client-items .counter-items-style-6 {
  margin-top: 20px;
}
.about-left-items-style-7 .bottom-items-area .client-items .counter-items-style-6 h2 {
  font-size: 70px;
  font-weight: 700;
}

.about-right-items-style-7 {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .about-right-items-style-7 {
    margin-left: 0;
  }
}
.about-right-items-style-7 .about-text {
  margin-top: 25px;
}
.about-right-items-style-7 .about-image {
  margin-top: 60px;
  border-radius: 20px;
}
.about-right-items-style-7 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-section-7 {
  position: relative;
  z-index: 9;
}
.about-section-7 .about-right-shape {
  position: absolute;
  top: -30%;
  right: 0;
}

@-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%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@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 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 moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*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;
  }
}
.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;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

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

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.brand-section .top-text {
  margin-bottom: 60px;
  font-size: 18px;
  color: #626262;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.brand-section .top-text .line-1 {
  display: inline-block;
  width: 224px;
  height: 1px;
  background-color: rgba(25, 42, 25, 0.26);
}
@media (max-width: 991px) {
  .brand-section .top-text .line-1 {
    display: none;
  }
}

.contact-section {
  margin: 0 ; padding: 80px 0 120px 0;width: 100%; height: auto;
}



.contact-section .img{width: 100%; height: auto; margin: 0; padding: 0; overflow: hidden;}
.contact-section .img img{max-width: 100%; height: auto;transition: 0.6s;}
.contact-section .img:hover img{transform: scale(1.3);transition: 0.6s}


.contact-section .contact-con{width: 100%; height: auto; margin: 0; padding: 0;}
.contact-section .contact-con .t1{width: 100%; height: auto; margin: 0; padding: 0; font-size: 34px; color: #000; line-height: 30px; margin-bottom: 30px;}
.contact-section .contact-con .t2{width: 100%; height: auto; margin:10px 0; padding: 0; font-size: 30px; color: #000; line-height: 30px; font-weight: 600;}

.contact-section .contact-con .t3{width: 100%; height: auto; margin:0; padding:20px 0; font-size: 18px; color: #666; line-height: 24px;}
.contact-section .contact-con .t3 p{width: 100%; height: auto; margin:0; padding:10px 0; font-size: 18px; color: #666; line-height: 24px;}

.contact-section .contact-con .t4{width: 100%; height: auto; margin:0; padding:20px 0; font-size: 24px; color: #000; line-height: 24px;}





.contact-form-box {
  border-radius: 20px;
  background: var(--white);
  padding: 35px;
}
.contact-form-box h3 {
  margin-bottom: 30px;
}
.contact-form-box .form-clt input, .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}

.counter-wrapper-2 {
  border-radius: 20px;
  background: var(--white);
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

.counter-wrapper-222 {
  border-radius: 20px;
  background: #E6E6E6;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

.counter-section-2 .container {
  max-width: 1390px;
}

.counter-image-style-2 {
  max-width: 465px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .counter-image-style-2 {
    margin-top: 30px;
    max-width: initial;
    padding: 0 25px;
    padding-right: 0;
  }
}
.counter-image-style-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-information-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .contact-information-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    margin-top: 40px;
  }
}
.contact-information-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-form-box-2 {
  margin-right: 20px;
  padding: 0 35px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .contact-form-box-2 {
    margin-right: 0;
  }
}
.contact-form-box-2 h3 {
  margin-bottom: 20px;
}
.contact-form-box-2 .form-clt input, .contact-form-box-2 .form-clt textarea {
  line-height: 1;
  padding: 10px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}
.contact-form-box-2 .form-clt textarea {
  padding-bottom: 100px;
}
.contact-form-box-2 .form-clt.color-2 {
  background: var(--white);
}

.contact-left-image-style-5 {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
}
.contact-left-image-style-5 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.contact-form-box-5-area {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .contact-form-box-5-area {
    margin-left: 0;
  }
}

.contact-form-box-5 .form-clt input, .contact-form-box-5 .form-clt textarea {
  line-height: 1;
  padding: 18px 20px;
  width: 100%;
  text-transform: capitalize;
  color: #898989;
  border-radius: 6px;
  border: 1px solid rgba(216, 221, 225, 0.77);
  background: var(--white);
}
.contact-form-box-5 .form-clt textarea {
  padding-bottom: 130px;
}
.contact-form-box-5 .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.contact-top h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .contact-top h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .contact-top h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.contact-top .icon-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 40px 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items {
    display: block;
  }
}
.contact-top .icon-box-items .icon {
  max-width: 62px;
  height: 62px;
  line-height: 70px;
  text-align: center;
  background-color: rgba(20, 75, 36, 0.1);
  border-radius: 50%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .contact-top .icon-box-items .icon {
    margin-bottom: 15px;
  }
}
.contact-top .icon-box-items .icon i {
  transition: all 0.4s ease-in-out;
  font-size: 26px;
  color: var(--theme-2);
}
.contact-top .icon-box-items .content h5 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .contact-top .icon-box-items .content h5 {
    font-size: 18px;
  }
}
.contact-top .icon-box-items:hover .icon img {
  filter: brightness(0) invert(1);
}

.contact-middle-items {
  margin-top: 120px;
}
.contact-middle-items .contact-form-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 50px 40px;
}
.contact-middle-items .contact-form-box h3 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-middle-items .contact-form-box .form-clt input, .contact-middle-items .contact-form-box .form-clt textarea {
  border-radius: 2px;
  border: 1px solid rgba(0, 53, 102, 0.12);
  background: var(--white);
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}
.contact-middle-items .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}
.contact-middle-items .contact-form-box .theme-btn {
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .contact-form-box .theme-btn i {
  transition: all 0.4s ease-in-out;
}
.contact-middle-items .google-map-items iframe {
  width: 100%;
  height: 610px;
  border-radius: 10px;
}

.cta-section {
  background-color: var(--theme);
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .cta-section {
    margin-top: 0;
  }
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 0;
    justify-content: center;
  }
  .cta-wrapper h3 {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    text-align: center;
  }
}
.cta-wrapper .cta-image {
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-image {
    display: none;
  }
}
.cta-wrapper h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .cta-wrapper h3 {
    font-size: 30px;
  }
}
.cta-wrapper .theme-btn {
  background-color: var(--header);
  color: var(--white);
}
.cta-wrapper .theme-btn::before {
  background-color: var(--white);
}
.cta-wrapper .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.cta-wrapper .theme-btn:hover {
  color: var(--header);
}

.cta-section-2 {
  position: relative;
  z-index: 9;
  border-radius: 0 0 20px 20px;
  margin: 0 15px;
  padding: 90px 0;
}
.cta-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, rgba(191, 221, 52, 0.79) 9.84%, #BFDD34 35.32%);
}

.cta-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-wrapper-2 h3 {
  font-size: 36px;
  font-weight: 700;
  max-width: 425px;
}
@media (max-width: 575px) {
  .cta-wrapper-2 h3 {
    font-size: 28px;
  }
}
.cta-wrapper-2 .cta-icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-wrapper-2 .cta-icon-items .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cta-wrapper-2 .cta-icon-items .content p {
  color: var(--header);
  opacity: 0.8;
  font-weight: 500;
}
.cta-wrapper-2 .theme-btn {
  background-color: var(--header);
  color: var(--white);
}
.cta-wrapper-2 .theme-btn::before {
  background-color: var(--white);
}
.cta-wrapper-2 .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.cta-wrapper-2 .theme-btn:hover {
  color: var(--header);
}

.cta-banner-section-2 {
  border-radius: 115px 115px 0 0;
  margin: 0 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .cta-banner-section-2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.cta-banner-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 115px 115px 0 0;
  background: linear-gradient(255deg, rgba(0, 0, 0, 0.28) 18.51%, rgba(0, 0, 0, 0.37) 62.73%);
}
@media (max-width: 1199px) {
  .cta-banner-section-2::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.cta-banner-content-2 {
  position: relative;
  z-index: 9;
  padding: 200px 0 145px;
}
.cta-banner-content-2 .circle-box {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10.6999998093px);
}
.cta-banner-content-2 .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.cta-banner-content-2 .circle-box .arrow-icon {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.cta-banner-content-2 .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.cta-banner-content-2 h2 {
  font-size: 118px;
  font-weight: 800;
  text-align: center;
  color: var(--white);
  letter-spacing: -5.9px;
  text-transform: uppercase;
  line-height: 110%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cta-banner-content-2 h2 {
    font-size: 90px;
    letter-spacing: initial;
  }
}
@media (max-width: 991px) {
  .cta-banner-content-2 h2 {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .cta-banner-content-2 h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .cta-banner-content-2 h2 {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .cta-banner-content-2 h2 {
    font-size: 42px;
  }
}

.cta-section-3 {
  background-color: var(--theme-3);
  padding: 75px 0;
  position: relative;
  margin-top: 35px;
}
.cta-section-3 .cta-image {
  position: absolute;
  bottom: 0;
  left: 57%;
  transform: translateX(-50%);
}
.cta-section-3 .cta-shape {
  position: absolute;
  top: 50%;
  left: 66%;
}

.cta-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta-wrapper-3 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.cta-wrapper-3 .cta-content h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 575px) {
  .cta-wrapper-3 .cta-content h2 {
    font-size: 38px;
  }
}
.cta-wrapper-3 .cta-content p {
  max-width: 520px;
  color: var(--white);
  margin-top: 10px;
}
.cta-wrapper-3 .circle-box {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.cta-wrapper-3 .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.cta-wrapper-3 .circle-box .arrow-icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-wrapper-3 .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  color: var(--theme-3);
}

.shop-box-style-item .shop-image {
  position: relative;
  overflow: hidden;
}
.shop-box-style-item .shop-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.shop-box-style-item .shop-image .shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.shop-box-style-item .shop-image .shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.shop-box-style-item .shop-image .shop-icon li a {
  background-color: var(--theme-2);
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  color: var(--white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.shop-box-style-item .shop-image .shop-icon li a:hover {
  background-color: var(--header);
}
.shop-box-style-item .shop-content {
  margin-top: 15px;
}
.shop-box-style-item .shop-content span {
  font-size: 14px;
  font-weight: 400;
  color: #6F6F6F;
}
.shop-box-style-item .shop-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.shop-box-style-item .shop-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.shop-box-style-item .shop-content h5 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.shop-box-style-item .shop-content .star {
  color: rgb(242, 193, 5);
  margin-top: 7px;
}
.shop-box-style-item .shop-content ul {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 8px;
}
.shop-box-style-item .shop-content ul li {
  color: var(--theme-2);
  font-size: 24px;
  font-weight: 500;
}
.shop-box-style-item .shop-content ul li del {
  color: rgb(132, 132, 132);
  font-size: 20px;
  font-weight: 500;
}
.shop-box-style-item .shop-content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
  line-height: 1;
  margin-top: 20px;
  padding: 18px 54px;
  border-radius: 6px;
}
.shop-box-style-item .shop-content .theme-btn::before {
  background-color: var(--theme-2);
}
.shop-box-style-item .shop-content .theme-btn:hover {
  color: var(--white);
}
.shop-box-style-item:hover .shop-image img {
  transform: scale(1.1) rotate(2deg);
}
.shop-box-style-item:hover .shop-image .shop-icon li {
  transform: scaleX(1);
}

@media (min-width: 991px) {
  .shop-main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .shop-main-sidebar {
    margin-top: 40px;
  }
}
.shop-main-sidebar .single-sidebar-widget {
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.shop-main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.shop-main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.shop-main-sidebar .single-sidebar-widget ul > li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.shop-main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.shop-main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.shop-main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.shop-main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}
.shop-main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 24px;
  font-weight: 400;
}
.shop-main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.shop-main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item {
  overflow: hidden;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item:not(:last-child), .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item:not(:last-child) {
  margin-bottom: 35px;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .thumb, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .thumb {
  height: 95px;
  width: 95px;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 8px;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content h5 a:hover, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date {
  margin-top: 10px;
  color: var(--theme-2);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item .post-content .post-date i, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .thumb, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .thumb {
  border-radius: 8px;
  border: 1px solid rgba(60, 60, 60, 0.17);
  background: var(--white);
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content {
  overflow: hidden;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content .star, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content .star {
  color: rgb(251, 188, 5);
  font-size: 14px;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 5px;
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content h4 a:hover, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content h4 a:hover {
  color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget .popular-posts .single-post-item.style-2 .post-content p, .shop-main-sidebar .single-sidebar-widget .popular_posts .single-post-item.style-2 .post-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-2);
  margin-top: 5px;
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li {
  display: block;
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a {
  position: relative;
  background: var(--white);
  padding: 17px 20px;
  line-height: 1;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a:hover {
  color: var(--theme-2);
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a i {
  margin-right: 10px;
}
.shop-main-sidebar .single-sidebar-widget .widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme-2);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shop-main-sidebar .tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 8px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 4px;
}
.shop-main-sidebar .tagcloud a:last-child {
  margin-right: 0;
}
.shop-main-sidebar .tagcloud a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.shop-main-sidebar .search_widget form {
  width: 100%;
  position: relative;
}
.shop-main-sidebar .search_widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: var(--header);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.shop-main-sidebar .search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme-2);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shop-main-sidebar .search_widget form button:hover {
  background-color: var(--header);
}

.shop-details-wrapper .shop-details-image {
  position: relative;
}
.shop-details-wrapper .shop-details-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper .shop-details-image .nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.shop-details-wrapper .shop-details-image .nav .nav-link {
  padding: 0;
  max-width: 115px;
}
.shop-details-wrapper .shop-details-image .nav .nav-link img {
  border-radius: 10px;
}
.shop-details-wrapper .shop-details-image .shop-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.shop-details-wrapper .product-details-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 0;
  }
}
.shop-details-wrapper .product-details-content .hero_title {
  font-size: 36px;margin-bottom: 20px; padding: 10px 0;
}
@media (max-width: 767px) {
  .shop-details-wrapper .product-details-content .hero_title {
    font-size: 26px;
  }
}


.shop-details-wrapper .product-details-content .title{width: 100%; height: auto; margin: 0; padding: 20px 0; border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
.shop-details-wrapper .product-details-content .star a {
  color: var(--theme-2);
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper .product-details-content .star span {
  margin-left: 10px;
}
.shop-details-wrapper .product-details-content .price-list {
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.shop-details-wrapper .product-details-content .price-list ul {
  display: flex;
  gap: 25px;
  margin-top: 10px;
}
.shop-details-wrapper .product-details-content .price-list ul li {
  font-size: 40px;
  color: var(--theme-2);
}
.shop-details-wrapper .product-details-content .price-list ul li del {
  color: rgba(0, 93, 181, 0.3607843137);
}
.shop-details-wrapper .product-details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .product-details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.shop-details-wrapper .product-details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  line-height: 1;
  justify-content: space-between;
  border-radius: 8px;
}
.shop-details-wrapper .product-details-content .cart-quantity .qty button,
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
}
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--theme-2);
  color: var(--white);
  padding: 18px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 8px;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn::before {
  background-color: var(--header);
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.shop-details-wrapper .product-details-content .details-info {
  position: relative;
}
.shop-details-wrapper .product-details-content .details-info:not(:last-child) {
  margin-bottom: 10px;
}
.shop-details-wrapper .product-details-content .details-info span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 2px;
}
.shop-details-wrapper .product-details-content .details-info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-left: 150px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab {
  padding-top: 60px;
}
.shop-details-wrapper .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.shop-details-wrapper .single-tab .nav .nav-link.active {
  position: relative;
}
.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
  color: var(--theme-2);
}
.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme-2);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .shop-details-wrapper .single-tab .nav .nav-link.active::before {
    display: none;
  }
}
.shop-details-wrapper .single-tab .nav .nav-link h6 {
  font-size: 18px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .description-items .description-content {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 0;
  }
}
.shop-details-wrapper .single-tab .description-items .description-content h3 {
  margin-bottom: 15px;
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  font-weight: 600;
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
  color: var(--text);
  font-weight: 400;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content {
  position: relative;
  border: 1px solid var(--border);
}
.shop-details-wrapper .single-tab .review-items .admin-items .content h5 {
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
    display: none;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
  font-size: 16px;
  color: var(--theme-2);
}
.shop-details-wrapper .single-tab .review-title h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.shop-details-wrapper .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: var(--theme-2);
}
.shop-details-wrapper .single-tab .review-form {
  margin-top: 40px;
}
.shop-details-wrapper .single-tab .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 16px;
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}
.shop-details-wrapper .single-tab .review-form .theme-btn {
  border-radius: 8px;
  padding: 20px 70px;
  background-color: var(--theme-2);
  color: var(--white);
}
.shop-details-wrapper .single-tab .review-form .theme-btn::before {
  background-color: var(--header);
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: #F5F6FA;
  border: none;
  padding: 18px 30px;
  color: var(--text);
  line-height: 1;
  border-radius: 5px;
}
.cart-list-area .theme-btn {
  transition: all 0.4s ease-in-out;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: var(--theme-2);
  color: var(--white);
}
.cart-list-area .theme-btn::before {
  background-color: var(--header);
}

.cart-total-area {
  margin-top: -10px;
}
.cart-total-area .theme-btn {
  padding: 20px 44px;
  border-radius: 6px;
  background-color: var(--theme-2);
  color: var(--white);
}
.cart-total-area .theme-btn::before {
  background-color: var(--header);
}
.cart-total-area h3 {
  font-size: 40px;
  margin-bottom: 5px;
}
.cart-total-area ul {
  margin-bottom: 50px;
}
.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}
.cart-total-area ul li .subtotal {
  color: #666C78;
  font-weight: 400;
  margin-left: -30px;
}
.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--header);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: #666C78;
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}

.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--header);
  text-transform: capitalize;
}
.checkout-radio h4 {
  color: var(--header);
  margin-bottom: 16px;
  font-weight: 500;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border);
  font-weight: 500;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--header);
  text-transform: capitalize;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--header);
  margin-bottom: 2rem;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
  background-color: var(--white);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
  border-right: 1px solid var(--header);
  border-bottom: 1px solid var(--header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
  width: 100%;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
  background-color: var(--bg);
  border: none;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--header);
  margin-bottom: 12px;
  text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid var(--border);
  background: transparent;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border);
  background-color: var(--theme-2);
  outline: none;
  color: var(--header);
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-single-wrapper .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
  margin-top: 15px;
}

.price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
}
.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--theme-2);
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme-2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme-2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

.faq-section-4 .section-title-area .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-3);
  color: var(--theme-3);
}
.faq-section-4 .section-title-area .theme-btn i {
  background-color: var(--theme-3);
  color: var(--white);
}

.faq-left-items-style-4 {
  margin-top: 30px;
}
.faq-left-items-style-4 ul li {
  display: flex;
  gap: 20px;
}
.faq-left-items-style-4 ul li h5 {
  margin-bottom: 7px;
}
.faq-left-items-style-4 ul li p a {
  color: #4B545B;
}
.faq-left-items-style-4 ul li:not(:last-child) {
  margin-bottom: 35px;
}

.faq-right-items-style-4 .accordion-item {
  border: 0;
  background-color: var(--white);
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--white);
  border: 0;
  border-radius: 12px 12px 0px 0px;
  box-shadow: none;
  background-color: var(--theme-3);
  padding: 18px 15px 18px 25px;
  text-transform: capitalize;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .faq-right-items-style-4 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #EBEBEB;
  border-radius: 100px;
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transform: rotate(0);
  color: #000000;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #EBFA9E;
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(25, 42, 25, 0.14);
  padding: 16px 15px 16px 25px;
  color: var(--header);
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button.color-2 {
  background-color: var(--theme-2);
  color: var(--white);
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button.color-2:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transform: rotate(0);
  color: #000000;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #EBFA9E;
}
.faq-right-items-style-4 .accordion-item .accordion-header .accordion-button.color-2.collapsed {
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(25, 42, 25, 0.14);
  padding: 16px 15px 16px 25px;
  color: var(--header);
}
.faq-right-items-style-4 .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 15px;
  color: var(--header);
  background-color: transparent;
  border: 1px solid #D9D9D9;
}
@media (max-width: 1399px) {
  .faq-right-items-style-4 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
.faq-right-items-style-4.style-2 .accordion-item {
  border: 0;
  background-color: var(--white);
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  border-radius: 30px;
  margin-bottom: 24px;
}
.faq-right-items-style-4.style-2 .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--header);
  border-radius: 15px 15px 0px 0px;
  box-shadow: none;
  border: none;
  background-color: var(--white);
  padding: 16px 15px 16px 25px;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .faq-right-items-style-4.style-2 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-right-items-style-4.style-2 .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid rgba(29, 29, 29, 0.1);
}
.faq-right-items-style-4.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-color: var(--theme-4);
  color: var(--white);
}
.faq-right-items-style-4.style-2 .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 30px;
  color: var(--header);
}
.faq-right-items-style-4.style-2 .accordion-item .accordion-collapse .accordion-body {
  margin-top: -10px;
  position: relative;
  z-index: 9;
  padding-top: 0;
  color: #626262;
  background-color: var(--white);
  border: none;
}
@media (max-width: 1399px) {
  .faq-right-items-style-4.style-2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

.faq-left-image-style-6 {
  position: relative;
  z-index: 9;
  max-width: 585px;
}
@media (max-width: 1199px) {
  .faq-left-image-style-6 {
    max-width: initial;
  }
}
.faq-left-image-style-6 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.faq-left-image-style-6 .white-shape {
  position: absolute;
  z-index: 1;
  bottom: -1%;
  right: -1%;
}
.faq-left-image-style-6 .faq-contact {
  background-color: var(--theme-4);
  border-radius: 20px;
  padding: 20px 20px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 1%;
}
.faq-left-image-style-6 .faq-contact h3 {
  font-size: 24px;
  font-weight: 600;
  max-width: 166px;
  color: var(--white);
}
.faq-left-image-style-6 .faq-contact .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #111;
  border-radius: 50%;
  color: var(--white);
}
.faq-left-image-style-6 .faq-contact p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.faq-left-image-style-6 .faq-contact p a {
  color: var(--white);
}

.faq-section-444 .section-title-area .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
}
.faq-section-444 .section-title-area .theme-btn i {
  background-color: var(--theme-2);
  color: var(--white);
}
.faq-section-444 .section-title-area .theme-btn:hover {
  color: var(--white);
}

.video-wrapper {
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .video-wrapper {
    height: 600px;
  }
  .video-wrapper img {
    object-fit: cover;
  }
}
.video-wrapper .video {
  text-align: center;
}
.video-wrapper .video .video-btn {
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  border-radius: 122px;
  background-color: var(--theme);
  color: var(--header);
  display: inline-block;
  font-size: 40px;
}
@media (max-width: 575px) {
  .video-wrapper .video .video-btn {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .video-wrapper .video .ripple::before, .video-wrapper .video .ripple::after {
    width: 80px !important;
    height: 80px !important;
  }
}

.video-section {
  border-radius: 20px;
  margin: 0 15px;
}
.video-section.style-2 {
  margin: 0;
  border-radius: 0 !important;
}
.video-section.style-2 img {
  border-radius: 0 !important;
}
.video-section.style-2 .video-btn {
  font-size: 25px;
  background-color: var(--theme-3);
  color: var(--white);
}
.video-section.style-2 .ripple::before, .video-section.style-2 .ripple::after {
  box-shadow: 0 0 0 0 rgba(65, 197, 117, 0.6);
}

.choose-image-style-1 {
  position: relative;
  z-index: 9;width: 100%;
  border-radius: 12px;
}
.choose-image-style-1 img {
  width: 100%;
  height: 100%;
}
.choose-image-style-1 .circle-box {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: var(--theme-2);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 98px;
  right: 0;
}
.choose-image-style-1 .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.choose-image-style-1 .circle-box .arrow-icon {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-image-style-1 .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.choose-content-style-1 .section-title h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .choose-content-style-1 .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .choose-content-style-1 .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .choose-content-style-1 .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .choose-content-style-1 .section-title h2 {
    font-size: 25px;
  }
}
.choose-content-style-1 .nav {
  display: flex;
  align-items: center;
  gap: 100px;
  border-bottom: 1px solid rgba(0, 93, 181, 0.08);
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .choose-content-style-1 .nav {
    gap: 30px;
    padding-left: 0;
    margin-top: 30px;
  }
}
.choose-content-style-1 .nav .nav-item .nav-link {
  color: var(--header);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  padding: 0;
  position: relative;
}
.choose-content-style-1 .nav .nav-item .nav-link.active {
  color: var(--theme-2);
}
.choose-content-style-1 .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--theme-2);
}
@media (max-width: 1199px) {
  .choose-content-style-1 .nav .nav-item .nav-link.active::before {
    display: none;
  }
}
.choose-content-style-1 .choose-text {
  margin-top: 25px;
}
.choose-content-style-1 .icon-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.choose-content-style-1 .icon-box-items.bor {
  padding: 30px 0;  border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3; 
}


@media (max-width: 1199px) {
  .choose-content-style-1 .icon-box-items {
    flex-wrap: wrap;
  }
}
.choose-content-style-1 .icon-box-items .icon img {
  transition: all 0.4s ease-in-out; width: 80px; height: auto;
  display: inline-block;
}
.choose-content-style-1 .icon-box-items .content h4 {
  font-size: 20px;
  font-weight: 600;
}
.choose-content-style-1 .icon-box-items .content p {
  margin-top: 5px;
}
.choose-content-style-1 .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .choose-content-style-1 .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.choose-content-style-1 .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.choose-content-style-1 .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.choose-content-style-1 .list-items ul li img {
  margin-right: 10px;
}
.choose-content-style-1 .bottom-items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .choose-content-style-1 .bottom-items {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.choose-content-style-1 .bottom-items .phone-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.choose-content-style-1 .bottom-items .phone-box-items .icon {
  font-size: 50px;
  color: var(--theme-2);
}
.choose-content-style-1 .bottom-items .phone-box-items .content p {
  font-weight: 600;
  color: #454E59;
}
.choose-content-style-1 .bottom-items .phone-box-items .content a {
  color: var(--text);
}
.choose-content-style-1:hover .icon-box-items .icon img {
  transform: scaleX(-1) !important;
}

.offer-section {
  position: relative;
  z-index: 9;
}
.offer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 93, 181, 0.89);
  z-index: -1;
}
.offer-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 74%;
  z-index: -1;
}
.offer-section .offer-shape-1 {
  position: absolute;
  top: 34%;
  right: 24%;
}
@media (max-width: 1199px) {
  .offer-section .offer-shape-1 {
    display: none;
  }
}
.offer-section .circle-box {
  width: 156px;
  height: 156px;
  line-height: 156px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 45%;
}
@media (max-width: 1199px) {
  .offer-section .circle-box {
    display: none;
  }
}
.offer-section .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.offer-section .circle-box .arrow-icon {
  color: var(--header);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-section .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.offer-section .house-image {
  max-width: 1294px;
  margin: 100px auto -160px;
}
@media (max-width: 1600px) {
  .offer-section .house-image {
    margin-bottom: -200px;
  }
}
@media (max-width: 1199px) {
  .offer-section .house-image {
    margin-bottom: 90px;
    margin-top: 0;
  }
  .offer-section .house-image img {
    display: none;
  }
}
.offer-section .house-image img {
  width: 100%;
  height: 100%;
}
.offer-section .offer-box-items {
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 0 111.6px 16px rgba(14, 5, 50, 0.07);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .offer-section .offer-box-items {
    display: block;
  }
}
.offer-section .offer-box-items .offer-content {
  padding: 24px;
}
.offer-section .offer-box-items .offer-content span {
  border-radius: 4px;
  background: rgba(0, 93, 181, 0.1);
  color: var(--theme-2);
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 6px;
}
.offer-section .offer-box-items .offer-content h3 {
  margin-bottom: 6px;
}
.offer-section .offer-box-items .offer-content .theme-btn {
  margin-top: 20px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .offer-section .offer-box-items .offer-image {
    margin-top: 20px;
  }
}
.offer-section .offer-box-items .offer-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.counter-feature2 {
  margin-top: 85px;
}
@media (max-width: 1199px) {
  .counter-feature2 {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  .counter-feature2 {
    margin-top: 45px;
  }
}

.feature-box-items-2 h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(25, 42, 25, 0.2);
  font-size: 155px;
  font-weight: 800;
  color: transparent;
  line-height: 1;
}
.feature-box-items-2 .content {
  margin-top: -50px;
}
.feature-box-items-2 .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 56px;
}
.feature-box-items-2 .content p {
  max-width: 230px;
  text-transform: lowercase;
}

.feature-section-3 {
  background-color: var(--theme-3);
  position: relative;
  z-index: 9;
}
.feature-section-3 .feature-shape-1 {
  position: absolute;
  bottom: 35px;
  z-index: -1;
}
.feature-section-3 .feature-shape-2 {
  position: absolute;
  top: 45px;
  right: 60px;
  z-index: -1;
}

@media (max-width: 575px) {
  .feature-icon-items-3 {
    text-align: center;
  }
}
.feature-icon-items-3 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.feature-icon-items-3 br {
  display: block;
}
.feature-icon-items-3 p {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-top: 20px;
  max-width: 180px;
}
@media (max-width: 575px) {
  .feature-icon-items-3 p {
    margin: 20px auto 0;
  }
}
.feature-icon-items-3:hover .icon img {
  transform: scaleX(-1) !important;
}

.choose-us-left-items-style-3 .choose-image {
  margin-top: 30px;
  border-radius: 20px;
}
.choose-us-left-items-style-3 .choose-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.choose-us-right-items-style-3 {
  margin-left: 60px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .choose-us-right-items-style-3 {
    margin-left: 0;
  }
}
.choose-us-right-items-style-3 .choose-counter-items h2 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme-3);
  font-size: 200px;
  font-weight: 800;
  line-height: 119px;
  letter-spacing: -10px;
  text-transform: uppercase;
  color: transparent;
  line-height: 1;
}
@media (max-width: 1600px) {
  .choose-us-right-items-style-3 .choose-counter-items h2 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .choose-us-right-items-style-3 .choose-counter-items h2 {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .choose-us-right-items-style-3 .choose-counter-items h2 {
    font-size: 100px;
  }
}
.choose-us-right-items-style-3 .choose-counter-items p {
  font-size: 28px;
  font-weight: 600;
  color: var(--header);
  margin-top: 0;
}
.choose-us-right-items-style-3 p {
  margin-top: 12px;
}
.choose-us-right-items-style-3 .choose-us-content {
  margin-top: 30px;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items {
  margin-top: 25px;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature .box-title {
  font-size: 16px;
  font-weight: 700;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: rgba(65, 197, 117, 0.12);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
  border-radius: 4px;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature .progress-bar {
  background-color: var(--theme-3);
  height: 8px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 4px;
}
.choose-us-right-items-style-3 .choose-us-content .skill-feature-items .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.choose-us-right-items-style-3 .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-3);
  color: var(--white);
}
.choose-us-right-items-style-3 .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.video-wrapper {
  text-align: center;
  position: relative;
}
.video-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-wrapper .video-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  background: var(--theme-3);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .video-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 991px) {
  .video-wrapper .video-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.video-wrapper .ripple::before, .video-wrapper .ripple::after {
  width: 122px;
  height: 122px;
  box-shadow: 0 0 0 0 rgba(191, 221, 52, 0.6);
}

.counter-section-3 {
  margin-top: -30px;
}

.counter-items-3 {
  text-align: center;
}
.counter-items-3 h2 {
  font-size: 88px;
  font-weight: 700;
  color: var(--theme-3);
}
@media (max-width: 767px) {
  .counter-items-3 h2 {
    font-size: 50px;
  }
}

.power-feature-left-items-style-3 .power-feature-btn .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-3);
  color: var(--white);
}
.power-feature-left-items-style-3 .power-feature-btn .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.power-feature-right-items-style-3 .power-text {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
}
.power-feature-right-items-style-3 .counter-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.power-feature-right-items-style-3 .counter-area img {
  border-radius: 10px;
}
.power-feature-right-items-style-3 .counter-items{width: 33%; float: left;margin: 0; padding: 0;}
.power-feature-right-items-style-3 .counter-items h2{font-size: 16px;}
.power-feature-right-items-style-3 .counter-items h2 span{font-size: 32px; color: #077864}




.power-feature-card-style-3 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.power-feature-card-style-3 .content {
  margin-top: 40px;
}
.power-feature-card-style-3 .content h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.power-feature-card-style-3 .content p {
  max-width: 271px;
}
.power-feature-card-style-3 .content .link-btn {
  color: var(--theme-3);
  margin-top: 25px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 800;
  font-size: 16px;
}
.power-feature-card-style-3 .content .link-btn i {
  margin-left: 7px;
}
.power-feature-card-style-3 .content .link-btn:hover {
  color: var(--header);
}
.power-feature-card-style-3:hover .icon img {
  transform: scaleX(-1) !important;
}

.power-feature-card-section-3 {
  position: relative;
  z-index: 9;
}
.power-feature-card-section-3 .power-shape-1 {
  position: absolute;
  bottom: 53%;
  left: 40px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .power-feature-card-section-3 .power-shape-1 {
    display: none !important;
  }
}

.work-prosec-card-style-3 {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .work-prosec-card-style-3 {
    max-width: 400px;
    margin: 30px auto 0;
    text-align: center;
  }
}
.work-prosec-card-style-3 .icon {
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  background-color: var(--theme-3);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.work-prosec-card-style-3 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.work-prosec-card-style-3 .content {
  margin-top: 25px;
}
.work-prosec-card-style-3 .content h3 {
  margin-bottom: 10px;
}
.work-prosec-card-style-3.style-2 {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .work-prosec-card-style-3.style-2 {
    margin-top: 30px;
  }
}
.work-prosec-card-style-3:hover .icon img {
  transform: scaleX(-1) !important;
}
.work-prosec-card-style-3:hover .icon.color-2 {
  background-color: #EBFA9E;
}
.work-prosec-card-style-3:hover .icon.color-2 img {
  filter: brightness(40%) contrast(120%);
}

.work-prosec-section-3 {
  position: relative;
  z-index: 9;
}
.work-prosec-section-3 .work-right-shape {
  position: absolute;
  top: -13%;
  right: 10px;
}
@media (max-width: 1399px) {
  .work-prosec-section-3 .work-right-shape {
    display: none;
  }
}
.work-prosec-section-3 .work-left-shape {
  position: absolute;
  top: -28%;
  left: 6%;
}
@media (max-width: 1399px) {
  .work-prosec-section-3 .work-left-shape {
    display: none;
  }
}
.work-prosec-section-3 .work-shape-1 {
  position: absolute;
  top: 45%;
  left: 37%;
}
@media (max-width: 1399px) {
  .work-prosec-section-3 .work-shape-1 {
    display: none;
  }
}
.work-prosec-section-3 .work-shape-2 {
  position: absolute;
  top: 45%;
  left: 58%;
}
@media (max-width: 1399px) {
  .work-prosec-section-3 .work-shape-2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .choose-us-left-items-style-4 {
    margin-top: -15px;
  }
}
.choose-us-left-items-style-4 .counter-itemss-4 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.choose-us-left-items-style-4 .counter-itemss-4 h2 {
  font-size: 140px;
  font-weight: 600;
  color: var(--theme-3);
  line-height: 1;
}
@media (max-width: 1199px) {
  .choose-us-left-items-style-4 .counter-itemss-4 h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .choose-us-left-items-style-4 .counter-itemss-4 h2 {
    font-size: 90px;
  }
}
.choose-us-left-items-style-4 .counter-itemss-4 p {
  font-size: 28px;
  font-weight: 600;
  color: var(--header);
  max-width: 151px;
}
@media (max-width: 575px) {
  .choose-us-left-items-style-4 .counter-itemss-4 p {
    font-size: 20px;
    line-height: 1.3;
  }
}
.choose-us-left-items-style-4 .thumb {
  height: 400px;
  border-radius: 12px;
}
.choose-us-left-items-style-4 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.choose-us-right-items-style-4 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .choose-us-right-items-style-4 {
    margin-left: 0;
  }
}
.choose-us-right-items-style-4 .choose-text {
  margin-top: 25px;
}
.choose-us-right-items-style-4 .list-items-area {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media (max-width: 1399px) {
  .choose-us-right-items-style-4 .list-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.choose-us-right-items-style-4 .list-items-area .list-items {
  border-right: 1px solid #D9D9D9;
  padding-right: 50px;
}
.choose-us-right-items-style-4 .list-items-area .list-items.noborder {
  border-right: 0;
  padding-right: 50px;
}


@media (max-width: 1399px) {
  .choose-us-right-items-style-4 .list-items-area .list-items {
    border-right: none;
    padding-right: 0;
  }
}
.choose-us-right-items-style-4 .list-items-area .list-items li {
  font-size: 18px;
  font-weight: 500;
  color: #6B6B6B;
}
.choose-us-right-items-style-4 .list-items-area .list-items li img {
  margin-right: 7px;
}
.choose-us-right-items-style-4 .list-items-area .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.choose-us-right-items-style-4 .list-items-area .circle-box {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.choose-us-right-items-style-4 .list-items-area .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.choose-us-right-items-style-4 .list-items-area .circle-box .arrow-icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-us-right-items-style-4 .list-items-area .circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-3);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
.choose-us-right-items-style-4 .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-3);
  color: var(--white);
}
@media (max-width: 767px) {
  .choose-us-right-items-style-4 .theme-btn {
    margin-top: 22px;
  }
}
.choose-us-right-items-style-4 .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.counter-items-4 {
  position: relative;
  z-index: 9;
}
.counter-items-4 h2 {
  font-size: 76px;
  font-weight: 700;
  color: var(--header);
  line-height: 1;
}
@media (max-width: 767px) {
  .counter-items-4 h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .counter-items-4 h2 {
    font-size: 50px;
  }
}
.counter-items-4 .counter-2 {
  position: absolute;
  z-index: -1;
  color: rgba(65, 197, 117, 0.15);
  font-size: 120px;
  font-weight: 600;
  top: -23%;
  right: 7px;
}

.work-prosec-section-4 {
  position: relative;
  z-index: 9;
}
.work-prosec-section-4 .work-right-shape {
  position: absolute;
  top: 10%;
  right: 5%;
}
.work-prosec-section-4 .work-left-shap {
  position: absolute;
  top: 25%;
  left: 15%;
}
@media (max-width: 1399px) {
  .work-prosec-section-4 .work-left-shap {
    display: none !important;
  }
}
.work-prosec-section-4 .work-left-shape {
  position: absolute;
  top: 18%;
  left: 6%;
}
.work-prosec-section-4 .work-shape-1 {
  position: absolute;
  top: 45%;
  left: 37%;
}
@media (max-width: 1600px) {
  .work-prosec-section-4 .work-shape-1 {
    position: absolute;
    top: 50%;
    left: 32%;
  }
}
.work-prosec-section-4 .work-shape-2 {
  position: absolute;
  top: 45%;
  left: 58%;
}
@media (max-width: 1600px) {
  .work-prosec-section-4 .work-shape-2 {
    position: absolute;
    top: 45%;
    left: 62%;
  }
}

.choose-power-content-items-style-4 .choose-text {
  margin-top: 25px;
}
.choose-power-content-items-style-4 .icon-box-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .choose-power-content-items-style-4 .icon-box-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .choose-power-content-items-style-4 .icon-box-area {
    margin-top: 25px;
  }
}
.choose-power-content-items-style-4 .icon-box-area .icon-box-items {
  display: flex;
  gap: 20px;
}
.choose-power-content-items-style-4 .icon-box-area .icon-box-items .icon {
  max-width: 75px;
  width: 100%;
  height: 75px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: rgba(65, 197, 117, 0.2);
  position: relative;
  z-index: 9;
}
.choose-power-content-items-style-4 .icon-box-area .icon-box-items .icon::before {
  width: 60px;
  height: 60px;
  content: "";
  background-color: var(--theme-3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.choose-power-content-items-style-4 .icon-box-area .icon-box-items .content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.choose-power-content-items-style-4 .icon-box-area .icon-box-items .content p {
  font-size: 14px;
}
.choose-power-content-items-style-4 .choose-us-content {
  margin-top: 30px;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items {
  margin-top: 25px;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature .box-title {
  font-size: 16px;
  font-weight: 700;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: rgba(65, 197, 117, 0.12);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
  border-radius: 4px;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature .progress-bar {
  background-color: var(--theme-3);
  height: 8px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 4px;
}
.choose-power-content-items-style-4 .choose-us-content .skill-feature-items .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.choose-power-content-items-style-4 .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-3);
  color: var(--white);
}
.choose-power-content-items-style-4 .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.choose-power-image-items-style-4 {
  margin-left: 60px;
}
@media (max-width: 1600px) {
  .choose-power-image-items-style-4 {
    margin-left: -40px;
  }
}
@media (max-width: 1399px) {
  .choose-power-image-items-style-4 {
    margin-left: 0;
  }
  .choose-power-image-items-style-4 img {
    width: 100%;
    height: 100%;
  }
}

.choose-power-section-4 {
  position: relative;
  z-index: 9;
}
.choose-power-section-4::before {
  width: 500px;
  height: 100%;
  content: "";
  background-color: var(--theme-3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1600px) {
  .choose-power-section-4::before {
    width: 400px;
  }
}
@media (max-width: 1399px) {
  .choose-power-section-4::before {
    display: none;
  }
}
.choose-power-section-4 .choose-shape-1 {
  position: absolute;
  z-index: -1;
  top: 16%;
  left: 51%;
}
@media (max-width: 1399px) {
  .choose-power-section-4 .choose-shape-1 {
    display: none;
  }
}
.choose-power-section-4 .choose-shape-2 {
  position: absolute;
  top: 35%;
  left: 63%;
}
.choose-power-section-4 .choose-shape-3 {
  position: absolute;
  bottom: 17%;
  left: 60%;
}

.choose-image-items-style-5 {
  margin-right: 50px;
  overflow: hidden;
  border-radius: 20px;
}
.choose-image-items-style-5 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.choose-us-section-5 {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .choose-us-section-5 {
    margin-bottom: 0;
  }
}

.choose-content-items-style-5 .choose-text {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .choose-content-items-style-5 .section-title br {
    display: none;
  }
}
.choose-content-items-style-5 .choose-us-area {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .choose-content-items-style-5 .choose-us-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.choose-content-items-style-5 .choose-us-area .circle-box {
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  position: relative;
  z-index: 9;
  margin-left: 40px;
}
.choose-content-items-style-5 .choose-us-area .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.choose-content-items-style-5 .choose-us-area .circle-box h2 {
  background-color: var(--theme-4);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  font-size: 42px;
  font-weight: 600;
}
.choose-content-items-style-5 .choose-us-area .choose-image {
  overflow: hidden;
  border-radius: 10px;
}
.choose-content-items-style-5 .choose-us-area .choose-image img {
  width: 100%;
  height: 100%;
}

.choose-bottom-items-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: -165px;
}
@media (max-width: 1399px) {
  .choose-bottom-items-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.choose-bottom-items-area .choose-items {
  display: flex;
  gap: 20px;
}
.choose-bottom-items-area .choose-items h3 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-4);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}
.choose-bottom-items-area .choose-items .content h4 {
  font-size: 24px;
  font-weight: 600;
}
.choose-bottom-items-area .choose-items .content p {
  max-width: 202px;
  margin-top: 10px;
}

.feature-box-items-style-6 {
  border-radius: 15px;
  background-color: rgba(121, 185, 0, 0.05);
  padding: 40px 35px;
  text-align: center;
  z-index: 19;
  position: relative;
  box-shadow: 0px 10px 40px rgba(29, 31, 21, 0.1);
}
.feature-box-items-style-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--theme-4);
  border-radius: 15px;
  z-index: -1;
  transition: height 0.5s ease;
}
.feature-box-items-style-6 .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: var(--theme-4);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.feature-box-items-style-6 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.feature-box-items-style-6 .content {
  margin-top: 25px;
}
.feature-box-items-style-6 .content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.feature-box-items-style-6:hover::before {
  height: 100%;
}
.feature-box-items-style-6:hover .icon {
  background: var(--white);
}
.feature-box-items-style-6:hover .icon img {
  filter: brightness(0) invert(0);
}
.feature-box-items-style-6:hover .content h4 {
  color: var(--white);
}
.feature-box-items-style-6:hover .content p {
  color: var(--white);
}
.feature-box-items-style-6.style-2 {
  background-color: var(--white);
  box-shadow: 0px 10px 40px rgba(29, 31, 21, 0.1);
}

.feature-section-6.style-2 {
  margin-top: -130px;
  position: relative;
  z-index: 99;
}

.skill-left-image-style-7 {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 25px;
}
.skill-left-image-style-7 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.skill-right-items-style-7 {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .skill-right-items-style-7 {
    margin-left: 0;
  }
}
.skill-right-items-style-7 .skill-text {
  margin-top: 25px;
}
.skill-right-items-style-7 .skill-feature-items {
  margin-top: 20px;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature .box-title {
  font-size: 16px;
  font-weight: 700;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: rgba(121, 185, 0, 0.2);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
  border-radius: 4px;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature .progress-bar {
  background-color: var(--theme-4);
  height: 8px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 4px;
}
.skill-right-items-style-7 .skill-feature-items .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  
}
.skill-right-items-style-7 .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.counter-box-area-7 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 30px;
}
@media (max-width: 575px) {
  .counter-box-area-7 {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
.counter-box-area-7 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .counter-box-area-7 .icon {
    margin: 0 auto;
  }
}
.counter-box-area-7 .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.counter-box-area-7 .content h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  
}
.counter-box-area-7 .content p {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.counter-box-area-7:hover .icon img {
  transform: scaleX(-1) !important;
}

.counter-section-7 {
  background-color: var(--theme-4);
  padding: 40px 0;
}

.work-process-box-items-style-6 {
  margin-top: 30px;
}
.work-process-box-items-style-6 .work-process-content {
  text-align: center;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .work-process-box-items-style-6 .work-process-content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-box-items-style-6 .work-process-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
.work-process-box-items-style-6 .work-process-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.work-process-box-items-style-6 .work-process-content p {
  font-size: 14px;
}
.work-process-box-items-style-6 .work-process-content .dot {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--theme-4);
  display: inline-block;
  margin-top: 42px;
}
@media (max-width: 1199px) {
  .work-process-box-items-style-6 .work-process-content .dot {
    display: none;
  }
}
.work-process-box-items-style-6 .thumb {
  text-align: center;
}
.work-process-box-items-style-6 .thumb img {
  margin-top: 30px;
}
.work-process-box-items-style-6 .thumb .number {
  font-size: 70px;
  font-weight: 700;
  display: block;
  color: #CFCFCF;
  
  margin-top: 30px;
  text-align: center;
}
.work-process-box-items-style-6.style-2 .work-process-content {
  margin-top: 10px;
}
.work-process-box-items-style-6.style-2 .work-process-content .dot {
  margin-top: 0;
  margin-bottom: 20px;
}
.work-process-box-items-style-6.style-2 .thumb {
  margin-bottom: 30px;
}
.work-process-box-items-style-6.style-2 .thumb img {
  margin-top: 0;
}
.work-process-box-items-style-6.style-2 .thumb .number {
  margin-bottom: 40px;
  display: block;
}

.work-process-wrapper-6 {
  position: relative;
  z-index: 9;
}
.work-process-wrapper-6::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid rgba(17, 17, 17, 0.1019607843);
  z-index: -1;
  transition: height 0.5s ease;
}
@media (max-width: 1199px) {
  .work-process-wrapper-6::before {
    display: none;
  }
}

.work-process-section-6 {
  position: relative;
  z-index: 9;
}
.work-process-section-6 .left-shape {
  position: absolute;
  top: 20px;
  left: 0;
}
.work-process-section-6 .right-shape {
  position: absolute;
  top: 20px;
  right: 0;
}

.global-map-image {
  margin-top: 60px;
  position: relative;
  z-index: 9;
}
.global-map-image img {
  width: 100%;
  height: 100%;
}
.global-map-image .location-indicator {
  width: 19px;
  height: 19px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.global-map-image .location-indicator.loc-1 {
  top: 38%;
  inset-inline-start: 17%;
}
.global-map-image .location-indicator.loc-2 {
  top: 36%;
  inset-inline-start: 64%;
}
.global-map-image .location-indicator.loc-3 {
  top: 73%;
  inset-inline-start: 30%;
}
.global-map-image .location-indicator.loc-4 {
  top: 70%;
  inset-inline-start: 53%;
}
.global-map-image .location-indicator.loc-5 {
  top: 50%;
  inset-inline-start: 46%;
}
.global-map-image .location-indicator.loc-6 {
  top: 7%;
  inset-inline-start: 34%;
}
.global-map-image .location-indicator.loc-7 {
  top: 22%;
  inset-inline-start: 11%;
}
.global-map-image .location-indicator.loc-8 {
  top: 25%;
  inset-inline-start: 75%;
}
.global-map-image .location-indicator.loc-9 {
  top: 77%;
  inset-inline-start: 82%;
}
.global-map-image .location-indicator::after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-radius: 50%;
  animation: pulse4 1.6s linear infinite;
}
.global-map-image .location-indicator:hover .location-tooltip {
  opacity: 1;
  visibility: visible;
  margin-bottom: 42px;
}
.global-map-image .location-tooltip {
  width: 310px;
  background-color: var(--white);
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  padding: 10px 15px;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  margin-bottom: 35px;
  inset-inline-start: 50%;
  bottom: 0;
  transform: translateX(-50%);
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .global-map-image .location-tooltip {
    width: initial;
    max-width: 300px;
  }
}
.global-map-image .location-tooltip::after {
  content: "";
  background: var(--white);
  width: 14px;
  height: 14px;
  z-index: -1;
  position: absolute;
  inset-inline-start: 50%;
  bottom: -7px;
  transform: translateX(-50%) rotate(45deg);
}
.global-map-image .location-tooltip p {
  color: var(--header);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .global-map-image .location-tooltip p {
    font-size: 14px;
  }
}

.global-map-section-7 {
  position: relative;
  z-index: 9;
}
.global-map-section-7 .right-shape {
  position: absolute;
  top: 100px;
  right: 0;
}

.counter-section-4 {
  margin-top: -10px;
}

.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  background: #031F3A;
  z-index: -1;
}

.footer-widget-wrapper {
  padding: 0 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 80px 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 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.22px;
}
.footer-widget-wrapper .footer-widget-items .footer-content .title {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .title {
    font-size: 30px;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  color: var(--theme);
  margin-top: 48px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-widget-items .footer-content .theme-btn {
    margin-top: 30px;
  }
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn i {
  color: var(--header);
  background-color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn::before {
  background-color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn:hover {
  border: 1px solid var(--theme);
  color: var(--header);
}
.footer-widget-wrapper .footer-widget-items .footer-content .theme-btn:hover i {
  color: var(--white);
  background-color: var(--header);
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .footer-widget-items .list-area li i {
  margin-right: 9px;
  font-size: 14px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.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(--theme);
}
.footer-widget-wrapper .footer-contact-form {
  background-color: var(--theme-2);
  border-radius: 0 0 13px 13px;
  padding: 30px;
  width: 315px;
  margin-top: -18px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form {
    margin-top: 30px;
    border-radius: 13px;
  }
}
.footer-widget-wrapper .footer-contact-form .footer-shape {
  position: absolute;
  top: -3px;
  left: -8px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form .footer-shape {
    display: none;
  }
}
.footer-widget-wrapper .footer-contact-form .footer-shape-2 {
  position: absolute;
  top: -3px;
  right: -8px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-contact-form .footer-shape-2 {
    display: none;
  }
}
.footer-widget-wrapper .footer-contact-form .icon {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-contact-form h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.footer-widget-wrapper .footer-contact-form p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
.footer-widget-wrapper .footer-contact-form form {
  position: relative;
  margin-top: 25px;
}
.footer-widget-wrapper .footer-contact-form form input {
  width: 100%;
  border: none;
  background-color: var(--white);
  padding: 0 18px;
  border-radius: 48px;
  line-height: 1;
  color: var(--text);
  height: 50px;
  line-height: 50px;
}
.footer-widget-wrapper .footer-contact-form form input::placeholder {
  color: var(--text);
}
.footer-widget-wrapper .footer-contact-form form .theme-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 14px;
}
.footer-widget-wrapper.style-3 {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper.style-3 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper.style-3 {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper.style-3 .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper.style-3 .widget-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  padding-bottom: 18px;
}
.footer-widget-wrapper.style-3 .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--theme-4);
}
.footer-widget-wrapper.style-3 .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 60px;
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--theme-4);
}
.footer-widget-wrapper.style-3 .footer-content p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  max-width: 320px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper.style-3 .footer-content p {
    max-width: initial;
  }
}
.footer-widget-wrapper.style-3 .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.footer-widget-wrapper.style-3 .footer-content .social-icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-content .social-icon a:hover {
  background-color: var(--theme-4);
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li {
  font-size: 16px;
  font-weight: 500;
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper.style-3 .footer-widget-items .list-area li a:hover {
  color: var(--theme-4);
}
 .footer-contect-2 li {
  color: var(--white);
  display: flex;
  gap: 14px;
}
 .footer-contect-2 li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-contect-2 li i {
  color: #8bc04d;
  font-size: 20px;
}
 .footer-contect-2 li a {
  color: var(--white);
}

.footer-bottom-wrapper3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
}
.footer-bottom-wrapper3 p {
  color: var(--white);
}
.footer-bottom-wrapper3 p b {
  color: var(--theme-4);
  font-weight: 400;
}
.footer-bottom-wrapper3 .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .footer-bottom-wrapper3 .footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-bottom-wrapper3 .footer-menu li a {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(var(--theme-4), var(--theme-4));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-wrapper3 .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme-4);
}

.footer-info-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .footer-info-bottom {
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .footer-info-bottom {
    margin-bottom: 80px;
  }
}
.footer-info-bottom .info-item {
  display: flex;
  gap: 20px;
}
.footer-info-bottom .info-item .content h6 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 15px;
}
.footer-info-bottom .info-item .content p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-info-bottom .info-item .content p a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-info-bottom .social-icon-list h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 15px;
}
.footer-info-bottom .social-icon-list .social-icon {
  font-size: 20px;
  gap: 20px;
  display: flex;
  align-items: center;
}
.footer-info-bottom .social-icon-list .social-icon a {
  color: var(--white);
}
.footer-info-bottom .social-icon-list .social-icon a:hover {
  color: var(--theme);
}

.footer-bottom {
  background-color: var(--theme-2);
  padding: 18px 0 25px;
}
.footer-bottom .text-1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.footer-section-5 {
  position: relative;
  z-index: 9;
}
.footer-section-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(17, 17, 17, 0.5);
  z-index: -1;
}

.footer-section-2 {
  position: relative;
  z-index: 9; 
}
.footer-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(5,52,113, 1);
}

.footer-widget-wrapper-2 {
  padding: 50px 0 80px;
}
.footer-widget-wrapper-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget .widget-head h3 {
  font-size: 20px;
  font-weight: 500;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li {
  font-weight: 400;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a {
  color: var(--text);
  position: relative;font-weight: 500; font-size: 14px;
  padding-left: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li a {
  color: var(--text);
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li span {
  display: block;
}
.footer-widget-wrapper-2 .single-footer-widget .footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list {
  margin-top: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list h4 {
  font-size: 20px;
  font-weight: 800;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list .social-icon {
  gap: 20px;
  font-size: 24px;
  color: var(--header);
  margin-top: 20px;
}
.footer-widget-wrapper-2 .single-footer-widget .social-list .social-icon a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 98px;
  height: 95px;
  object-fit: cover;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 4px;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: var(--theme);
  font-size: 15px;
  font-weight: 500;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 162%;
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--header);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area.style-white-text .recent-post-items .content h6 a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget .recent-post-area.style-white-text .recent-post-items .content h6 a:hover {
  color: var(--theme);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .list-area li a::before {
  background-color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .list-area li a:hover {
  color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn {
  background-color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn i {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .theme-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .footer-content .social-icon a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .footer-content .social-icon a:hover {
  color: var(--theme-2) !important;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .recent-post-area .recent-post-items .content .post-date li {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .icon {
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 25px;
  color: var(--theme-2);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content span {
  color: #fff;
  font-weight: 500;
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content h3 {
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.style-color-2 .contact-list-2 li .content h3 a {
  color: var(--white);
}
.footer-widget-wrapper-2 .single-footer-widget.theme-color-2 .contact-list-2 li .icon {
  color: var(--theme);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-logo{width: 120px; height: 120px; margin: 0 auto; padding: 0; background: #fff; border-radius: 100px; overflow: hidden; text-align: center;}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-logo img{width: 80px; height: auto; margin-top: 20px;}


.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .widget-head h3 {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li {
  position: relative;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a {
  color: var(--white);
  padding-left: 0;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a i {
  font-size: 14px;
  margin-right: 5px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a::before {
  display: none;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme-3);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon {
  gap: 20px;
  font-size: 20px;
  margin-top: 20px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon a {
  color: var(--white);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .social-icon a:hover {
  color: var(--theme-3);
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input {
  margin-top: 30px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  border: none;
  background-color: var(--white);
  position: relative;
  border: 1px solid var(--border);
  padding: 16px 22px;
  color: var(--text);
  border-radius: 111px;
  text-transform: capitalize;
  line-height: 1;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
  width: 100%;
  margin-top: 12px;
  height: 55px;
  line-height: 1;
  padding: 7px 7px 7px 0px;
}
.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content .footer-input .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
  margin-left: 0;
  position: absolute;
  top: 6px;
  right: 8px;
  bottom: 0;
}


.footer-widget-wrapper-2.footer-style-2 .footer-nav{margin: 50px 0 0 0; padding: 0; width: 100%; height: auto;}
.footer-widget-wrapper-2.footer-style-2 .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767.98px) {
.footer-widget-wrapper-2.footer-style-2 .footer-nav ul {
    gap: 15px;
  }
}
.footer-widget-wrapper-2.footer-style-2 .footer-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.footer-widget-wrapper-2.footer-style-2 .footer-nav ul li a:hover {
   color: #fd8813;
}

.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper{border-bottom: 1px solid rgba(255,255,255,.1);border-top: 1px solid rgba(255,255,255,.1); width: 100%; height: auto; padding: 0 30px; margin: 35px 0;}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box.item-one {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box.item-two {
  border-right: 0;
}

@media screen and (max-width: 991.98px) {
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box.item-one {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box .inner-content .icon {
  margin-right: 15px;
}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box .inner-content .icon i {
  color: #fb8510;
}
.footer-widget-wrapper-2.footer-style-2 .footer-info-wrapper .contact-info-box .inner-content .content p {
  color: rgba(255, 255, 255, 0.7);
}








.footer-bottom-2 .fo02 {margin-top:5px; padding:20px 0 0 0; display: flex; align-items: center; justify-content: space-between;}

.footer-bottom-2 .fo02 .right {display: flex;align-items: center;}
.footer-bottom-2 .fo02 .right  a  { margin-left: 10px;border-radius: 5px;background-color: #fb8510;width: 34px;height: 34px;font-size: 18px;color: #fff;display: flex;align-items: center;justify-content: center;}
.footer-bottom-2 .fo02 .right  a img {width: 20px;}

.footer-bottom-2 .fo02 .right a:hover {background-color: #01804a;}

/* 浜岀淮鐮� show */
.footer-bottom-2 .fo02 .right a {position: relative;}
.footer-bottom-2 .fo02 .right a .show {     width: 120px; display: none; position: absolute; top: -132px; left: 50%; transform: translateX(-50%); }
.footer-bottom-2 .fo02 .right a .show img {width: 100%;height: auto;}
.footer-bottom-2 .fo02 .right a:hover .show {display: block;}









.footer-info-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  border-bottom: 1px solid rgba(231, 221, 221, 0.1098039216);
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .footer-info-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 {
    display: grid;
    justify-content: center;
  }
}
.footer-info-wrapper-2 .info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 262px;
  width: 100%;
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items {
    display: grid;
    justify-content: center;
  }
}
.footer-info-wrapper-2 .info-items.border-none {
  border-right: none;
  padding-right: 0;
}
.footer-info-wrapper-2 .info-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-3);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  font-size: 30px;
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items .icon {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-info-wrapper-2 .info-items .content {
    text-align: center;
  }
}
.footer-info-wrapper-2 .info-items .content h5 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 5px;
}
.footer-info-wrapper-2 .info-items .content h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-info-wrapper-2 .info-items .content h6 a {
  color: var(--white);
}

.footer-bottom-wrapper-2.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom-wrapper-2.style-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.footer-bottom-wrapper-2.style-2 p{
  font-size: 14px; font-size: 300; line-height: 30px; color: rgba(255,255,255,.6)
}

.footer-bottom-wrapper-2.style-2 p a{
  font-size: 14px; font-size: 300; line-height: 30px; color: rgba(255,255,255,.6)
}

.footer-bottom-wrapper-2.style-2 .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom-wrapper-2.style-2 .footer-menu li a {
  color: rgba(255, 255, 255, 0.75);
  background-image: linear-gradient(var(--theme-3), var(--theme-3));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-wrapper-2.style-2 .footer-menu li a:hover {
  background-size: 100% 1px;
}

.footer-bottom-2 {
  background: #042550;border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
}
.footer-bottom-2 p {
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom-2.style-3 {
  padding: 16px 0;
}

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

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
  /* Hide scrollbar - Firefox */
  /* Hide scrollbar - IE/Edge */
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #626C74;
  padding: 20px 0;
  text-align: left;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.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: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 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: 600;
  color: #626C74;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme-2) !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;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !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-2);
}
.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-2);
}
.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  max-height: 740px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 5.5px;
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  margin-left: 0;
}
.header-main .main-menu ul li .has-homemenu .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: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  height: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.header-main .main-menu ul li .has-homemenu::-webkit-scrollbar {
  display: none;
}
.header-main .main-menu ul li .has-homemenu {
  scrollbar-width: none;
}
.header-main .main-menu ul li .has-homemenu {
  -ms-overflow-style: none;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.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 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 10px;
}
.header-1 .mega-menu-wrapper {
  margin: 0 55px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .header-1 .mega-menu-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.header-1 .mega-menu-wrapper .header-left {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1600px) {
  .header-1 .mega-menu-wrapper .header-left {
    gap: 30px;
  }
}
.header-1 .mega-menu-wrapper .header-right {
  gap: 0;
}
.header-1 .mega-menu-wrapper .sidebar__toggle {
  cursor: pointer;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar {
    width: 28px;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:first-child {
    left: 0;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}
@media (max-width: 575px) {
  .header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:nth-child(2) {
    width: 25px;
  }
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .mega-menu-wrapper .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header-1 .main-menu ul li {
    margin-inline-end: 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-1 .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  
}
@media (max-width: 1600px) {
  .header-1 .main-menu ul li a {
    font-size: 14px;
  }
}
.header-1 .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-1 .main-menu ul li .submenu {
  background: var(--white);
  color: #626C74;
}
.header-1 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  
  text-transform: capitalize;
}
.header-1 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-1 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
}
.header-1 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-1 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-1 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-2) !important;
}
.header-1 .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-1 .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-1 .theme-btn {
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .header-1 .theme-btn {
    padding: 7px 7px 7px 20px;
  }
}
@media (max-width: 1399px) {
  .header-1 .theme-btn i {
    margin-left: 5px;
  }
}

.header-2 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  z-index: 9999;
  border-radius: 20px 20px 0 0;
  background: rgba(2, 30, 56, 0.06);
  backdrop-filter: blur(17.3500003815px);
  width: calc(100% - 40px);
  margin-top: 20px;
}
.header-2 .mega-menu-wrapper {
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .header-2 .mega-menu-wrapper {
    margin-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .header-2 .header-logo img {
    width: 110px;
  }
}
.header-2 .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  
}
.header-2 .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-2 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: #626C74;
  
  text-transform: capitalize;
}
.header-2 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-2 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
}
.header-2 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-2 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-2) !important;
}
.header-2 .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-2 .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}
.header-2 .search-toggler {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--white);
  text-align: center;
  font-size: 22px;
  color: var(--header);
}
@media (max-width: 1199px) {
  .header-2 .search-toggler {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
.header-2 .header-main {
  padding: 0;
}
.header-2 .head-right {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: -2px;
}
.header-2 .theme-btn {
  border-radius: 0 20px 0 0;
  background: #005DB5;
  height: 79px;
  padding: 0 50px;
  line-height: 79px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-2 .theme-btn {
    display: none;
  }
}
.header-2 .sidebar__toggle {
  cursor: pointer;
}
.header-2 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
@media (max-width: 575px) {
  .header-2 .sidebar__toggle .header-bar {
    width: 28px;
  }
}
.header-2 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-2 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}
@media (max-width: 575px) {
  .header-2 .sidebar__toggle .header-bar span:first-child {
    left: 0;
  }
}
.header-2 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}
@media (max-width: 575px) {
  .header-2 .sidebar__toggle .header-bar span:nth-child(2) {
    width: 25px;
  }
}
.header-2 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}
.header-2 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-2 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-2 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-2 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-2 .logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -20px;
  gap: 15px;
}
@media (max-width: 1399px) {
  .header-2 .logo {
    display: none;
  }
}
.header-2 .logo .logo-text {
  margin-top: 25px;
}
.header-2 .header-logo {
  display: none;
}
@media (max-width: 1399px) {
  .header-2 .header-logo {
    display: block;
  }
}

.header-section-3 {
  position: relative;
  width: 100%;
  z-index: 9999; background: #fff;
}
.header-section-3 .header-3 {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-section-3 .header-3 {
    padding: 0 20px;
  }
}
.header-section-3 .header-3 .header-main {
  padding: 0;
}
@media (max-width: 1399px) {
  .header-section-3 .header-3 .header-main {
    padding: 10px 0;
  }
}
.header-section-3 .header-3 .header-main .header-logo{padding: 15px 0;}
.header-section-3 .header-3 .header-main .header-logo img{width: 100px; height: auto;}



.header-section-3 .header-3 .main-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  
}
.header-section-3 .header-3 .main-menu ul li a:hover {
  color: var(--theme-3) !important;
}
.header-section-3 .header-3 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  
  text-transform: capitalize;
}
.header-section-3 .header-3 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-section-3 .header-3 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-3) !important;
}
.header-section-3 .header-3 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-3);
}
.header-section-3 .header-3 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-3);
}
.header-section-3 .header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-section-3 .header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-section-3 .header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-3) !important;
}
.header-section-3 .header-3 .main-menu ul li:hover > a {
  color: var(--theme-3);
}
.header-section-3 .header-3 .main-menu ul li:hover > a::after {
  color: var(--theme-3);
}
.header-section-3 .header-3 .head-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-section-3 .header-3 .head-right .search-toggler {
  color: #888;
  font-size: 22px;
}
.header-section-3 .header-3 .head-right .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .header-section-3 .header-3 .head-right .contact-item {
    display: none;
  }
}
.header-section-3 .header-3 .head-right .contact-item .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: var(--theme-3);
  text-align: center;
  color: var(--white);
  font-size: 16px;
}
.header-section-3 .header-3 .head-right .contact-item .content span {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.header-section-3 .header-3 .head-right .contact-item .content h6 {
  font-size: 18px;
  font-weight: 700;
}
.header-section-3 .header-3 .head-right .contact-item .content h6 a {
  color: var(--white);
}
.header-section-3 .header-3 .line-shape {
  background-color: rgba(0, 0, 0, 0.14);
  width: 1px;
  height: 85px;
}
@media (max-width: 1399px) {
  .header-section-3 .header-3 .line-shape {
    display: none;
  }
}
.header-section-3 .header-3 .flag-wrap {
  position: relative;
  max-width: 106px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .header-section-3 .header-3 .flag-wrap {
    display: none;
  }
}
.header-section-3 .header-3 .flag-wrap .flag {
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-section-3 .header-3 .flag-wrap .flag {
    display: none;
  }
}
.header-section-3 .header-3 .flag-wrap .flag img {
  width: 100%;
  height: 100%;
}
.header-section-3 .header-3 .flag-wrap .nice-select {
  padding: 0 0 0 45px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  border: none !important;
  padding-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: initial;
  height: initial;
  padding-right: 20px;
}
.header-section-3 .header-3 .flag-wrap .nice-select span {
  font-weight: 400;
}
.header-section-3 .header-3 .flag-wrap .nice-select .list {
  width: 100px;
  left: 0;
  background-color: var(--white);
  border-radius: 0;
  top: 100%;
}
.header-section-3 .header-3 .flag-wrap .nice-select .option {
  border: none;
  background-color: #fff;
}
.header-section-3 .header-3 .flag-wrap .nice-select .option.selected.focus {
  background-color: #fff;
}
.header-section-3 .header-3 .flag-wrap .nice-select::after {
  right: 0;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  width: 8px;
  height: 8px;
  top: 10px;
  border-bottom: 1px solid transparent;
  border-color: var(--white);
  border-right: 1px solid var(--white);
}
.header-section-3 .header-3 .flag-wrap .nice-select span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #888;
}
.header-section-3 .header-3 .sidebar__toggle {
  cursor: pointer;
}
.header-section-3 .header-3 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
@media (max-width: 575px) {
  .header-section-3 .header-3 .sidebar__toggle .header-bar {
    width: 28px;
  }
}
.header-section-3 .header-3 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: #888;
  overflow: hidden;
}
.header-section-3 .header-3 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background:#888;
  left: 16px;
  width: 15px;
}
@media (max-width: 575px) {
  .header-section-3 .header-3 .sidebar__toggle .header-bar span:first-child {
    left: 0;
  }
}
.header-section-3 .header-3 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: #333;
  width: 30px;
}
@media (max-width: 575px) {
  .header-section-3 .header-3 .sidebar__toggle .header-bar span:nth-child(2) {
    width: 25px;
  }
}
.header-section-3 .header-3 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: #333;
  width: 15px;
}
.header-section-3 .header-3 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-section-3 .header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-section-3 .header-3 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-section-3 .header-3 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-section-3 .header-top-section {
  background: #182F24;
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-section-3 .header-top-section {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-section-3 .header-top-section {
    display: none;
  }
}
.header-section-3 .header-top-section .header-top-wrapper {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section-3 .header-top-section .header-top-wrapper p {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1899px) {
  .header-section-3 .header-top-section .header-top-wrapper p {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .header-section-3 .header-top-section .header-top-wrapper p {
    font-size: 13px;
  }
}
.header-section-3 .header-top-section .header-top-wrapper p a {
  color: var(--theme-3);
}
.header-section-3 .header-top-section .header-top-wrapper p a i {
  margin-left: 5px;
}
.header-section-3 .header-top-section .header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1600px) {
  .header-section-3 .header-top-section .header-top-wrapper .contact-list {
    gap: 20px;
  }
}
.header-section-3 .header-top-section .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1600px) {
  .header-section-3 .header-top-section .header-top-wrapper .contact-list li {
    gap: 10px;
  }
}
.header-section-3 .header-top-section .header-top-wrapper .contact-list li .icon {
  color: var(--theme-3);
}
.header-section-3 .header-top-section .header-top-wrapper .contact-list li .content h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  
}
@media (max-width: 1899px) {
  .header-section-3 .header-top-section .header-top-wrapper .contact-list li .content h4 {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .header-section-3 .header-top-section .header-top-wrapper .contact-list li .content h4 {
    font-size: 13px;
  }
}
.header-section-3 .header-top-section .header-top-wrapper .contact-list li .content h4 a {
  color: rgba(255, 255, 255, 0.8);
}

.header-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-4.header-5 {
  top: 30px;
  border-bottom: none;
}
.header-4.header-5 .mega-menu-wrapper {
  background-color: var(--white);
  box-shadow: 0 0 40px rgba(29, 31, 21, 0.1);
  padding: 0 30px;
  border-radius: 10px;
}
.header-4.header-5 .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  
}
.header-4.header-5 .main-menu ul li a:hover {
  color: var(--theme-4) !important;
}
.header-4.header-5 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  
  text-transform: capitalize;
}
.header-4.header-5 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-4.header-5 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-4) !important;
}
.header-4.header-5 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-4);
}
.header-4.header-5 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-4);
}
.header-4.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-4.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-4.header-5 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-4) !important;
}
.header-4.header-5 .main-menu ul li:hover > a {
  color: var(--theme-4);
}
.header-4.header-5 .main-menu ul li:hover > a::after {
  color: var(--theme-4);
}
.header-4.header-5 .search-toggler {
  color: var(--header);
}
.header-4.header-5 .theme-btn {
  background-color: var(--theme-4);
  color: var(--white);
  border: none;
}
@media (max-width: 1199px) {
  .header-4.header-5 .theme-btn {
    display: none;
  }
}
.header-4.header-5 .theme-btn::before {
  background-color: var(--header);
}
.header-4.header-5 .theme-btn:hover {
  border: none;
}
.header-4.header-5 .sidebar__toggle {
  background-color: #111111;
  color: var(--white);
}
.header-4.header-6 {
  top: 40px;
}
@media (max-width: 1199px) {
  .header-4.header-6 {
    top: 20px;
  }
}
.header-4.header-6 .container {
  max-width: 1772px;
}
.header-4.header-6 .mega-menu-wrapper {
  padding: 0;
  margin: 0 44px;
}
@media (max-width: 1399px) {
  .header-4.header-6 .mega-menu-wrapper {
    margin: 0 30px;
  }
}
.header-4.header-7 {
  top: 0;
  border-radius: 0;
}
.header-4.header-7 .container {
  max-width: 1792px;
}
.header-4.header-7 .mega-menu-wrapper {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.header-4 .container {
  max-width: 1660px;
}
.header-4 .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  
}
.header-4 .main-menu ul li a:hover {
  color: var(--theme-3) !important;
}
.header-4 .main-menu ul li .submenu li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  
  text-transform: capitalize;
}
.header-4 .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-4 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-3) !important;
}
.header-4 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-3);
}
.header-4 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-3);
}
.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-4 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-3) !important;
}
.header-4 .main-menu ul li:hover > a {
  color: var(--theme-3);
}
.header-4 .main-menu ul li:hover > a::after {
  color: var(--theme-3);
}
.header-4 .search-toggler {
  color: var(--white);
  font-size: 20px;
}
.header-4 .theme-btn {
  display: inline-block;
  background-color: transparent;
  color: var(--white);
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 18px 35px;
}
@media (max-width: 1199px) {
  .header-4 .theme-btn {
    display: none;
  }
}
.header-4 .theme-btn::before {
  background-color: var(--theme-3);
}
.header-4 .theme-btn:hover {
  border: 1px solid var(--theme-3);
}
.header-4 .sidebar__toggle {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(121, 185, 0, 0.2);
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: #fff;
  -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 {
  padding-top: 0;
}
.sticky.header-1 .theme-btn {
  margin-top: 0;
}
.sticky.header-2 {
  margin-top: 0;
}
.sticky.header-2 .header-logo {
  display: block;
}
.sticky.header-2 .logo {
  display: none;
}
.sticky.header-2 .search-toggler {
  background-color: var(--bg-2);
}
.sticky.header-2 .main-menu ul li a {
  color: var(--header);
}
.sticky.header-2 .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.sticky.header-2 .main-menu ul li .submenu li a {
  color: var(--header);
}
.sticky.header-2 .main-menu ul li .submenu li a:hover {
  color: var(--theme-2) !important;
}
.sticky.header-2 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2) !important;
}
.sticky.header-2 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.sticky.header-2 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2);
}
.sticky.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.sticky.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.sticky.header-2 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-2) !important;
}
.sticky.header-2 .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.sticky.header-2 .main-menu ul li:hover > a::after {
  color: var(--theme-2);
}




.sticky.header-3 {
  margin-top: 0;background-color: #fff;
}
.sticky.header-3 .header-logo {
  display: block;
}
.sticky.header-3 .logo {
  display: none;
}
.sticky.header-3 .search-toggler {
  background-color: var(--bg-2);
}
.sticky.header-3 .main-menu ul li a {
  color: var(--header);
}
.sticky.header-3 .main-menu ul li a:hover {
  color: var(--theme-3) !important;
}
.sticky.header-3 .main-menu ul li .submenu li a {
  color: var(--header);
}
.sticky.header-3 .main-menu ul li .submenu li a:hover {
  color: var(--theme-3) !important;
}
.sticky.header-3 .main-menu ul li .submenu li:hover > a {
  color: var(--theme-3) !important;
}
.sticky.header-3 .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-3);
}
.sticky.header-2 .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-3);
}
.sticky.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.sticky.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.sticky.header-3 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-3) !important;
}
.sticky.header-3 .main-menu ul li:hover > a {
  color: var(--theme-3);
}
.sticky.header-3 .main-menu ul li:hover > a::after {
  color: var(--theme-3);
}


.sticky.header-3 .head-right .search-toggler {
  color:var(--theme-3);
  font-size: 22px;
}

.sticky.header-3 .line-shape {
  background-color: rgba(0, 0, 0, 0.14);
  width: 1px;
  height: 85px;
}

.sticky.header-3 .flag-wrap .nice-select::after {
  
  border-color: #888;
  border-right: 1px solid #888;
}
.sticky.header-3 .flag-wrap .nice-select span {
  
  color: #888;
}


.sticky.header-4 {
  background: rgb(3, 44, 19);
}
.sticky.header-5 {
  background-color: var(--white);
}
.sticky.header-5 .mega-menu-wrapper {
  padding: 0;
  box-shadow: none;
}

.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: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info.style-2 {
  border-left: 2px solid var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__close {
  background-color: var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  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);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme-3);
  color: var(--white);
  border: 1px solid var(--theme-3);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  background-color: var(--theme-3);
  color: var(--white);
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  color: var(--text);
}
.offcanvas__info.style-2 .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
}
.offcanvas__info.style-2 .theme-btn i {
  background-color: var(--white);
  color: var(--header);
}
.offcanvas__info.style-3 {
  border-left: 2px solid var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__close {
  background-color: var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .social-icon a {
  color: var(--header);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme-4);
  color: var(--white);
  border: 1px solid var(--theme-4);
}
.offcanvas__info.style-3 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  background-color: var(--theme-4);
  color: var(--white);
}
.offcanvas__info.style-3 .theme-btn {
  background-color: var(--theme-4);
  color: var(--white);
  padding: 18px 36px;
  border-radius: 5px;
}
.offcanvas__info.style-3 .theme-btn i {
  background-color: var(--white);
  color: var(--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);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 32px;
  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(--header);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  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);
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list {
  margin-bottom: 50px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-button {
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  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;
  }
}
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(260.52deg, rgba(33, 92, 142, 0.28) 18.32%, rgba(33, 92, 142, 0.55) 72.9%);
}
.breadcrumb-wrapper .page-heading {
  padding: 290px 0 145px;
  position: relative;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-weight: 500;
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a{
  font-weight: 500;
  color: var(--white);
}


.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);margin: 15px 0;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 32px;
  }
}



.error-items {
  text-align: center;
}
.error-items .thumb {
  max-width: 795px;
  margin: 0 auto;
}
.error-items .thumb img {
  width: 100%;
  height: 100%;
}
.error-items .content {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}
.error-items .content h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .error-items .content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items .content h2 {
    font-size: 40px;
  }
}
.error-items .content .theme-btn {
  border: 1px solid transparent;
  margin-top: 40px;
}

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -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;
}

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

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

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

.container-2 {
  max-width: 1320px;
}

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

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(25, 42, 25) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.mt-15 {
  margin-top: 15px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;color: #000;
}
.page-nav-wrap ul li.active a {
  background-color: var(--theme);
  color: #fff;
  border: 1px solid var(--theme);
}
.page-nav-wrap ul li a {
  display: inline-block;
  width: auto;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid var(--theme);
  background: transparent;
  color: #000;
  font-weight: 600;padding: 0 20px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.page-nav-wrap ul li a:hover {
  background-color: var(--theme);
  color: #fff;
  border: 1px solid var(--theme);
}

.pt-35 {
  padding-top: 35px !important;
}

.hero-1 {
  position: relative;
  z-index: 9;
  border-radius: 22px;
  margin: 15px;
  padding-bottom: 60px;
  margin-bottom: 0;
  padding-right: 85px;
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-bottom: 0;
  }
}
.hero-1 .social-icon {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  gap: 10px;
}
@media (max-width: 1600px) {
  .hero-1 .social-icon {
    left: 15px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .social-icon {
    display: none !important;
  }
}
.hero-1 .social-icon .line {
  width: 1px;
  height: 87px;
  background: #192A19;
  transform: rotate(0deg);
  margin-left: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-1 .social-icon span {
  color: #192A19;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  transform: rotate(-90deg);
  margin-left: -10px;
  display: inline-block;
  margin-top: 45px;
}
.hero-1 .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
}
.hero-1 .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.hero-1 .hero-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .hero-shape-1 {
    display: none;
  }
}
.hero-1 .hero-shape-2 {
  position: absolute;
  top: 50%;
  left: 40%;
}
@media (max-width: 1600px) {
  .hero-1 .hero-shape-2 {
    left: 30%;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-shape-2 {
    display: none;
  }
}
.hero-1 .hero-ratting {
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 99;
}
.hero-1 .hero-ratting img {
  width: 245px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-ratting img {
    width: 210px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-ratting {
    display: none;
  }
}
.hero-1 .hero-content-items {
  margin-left: -125px;
  padding-top: 100px;
}
@media (max-width: 1899px) {
  .hero-1 .hero-content-items {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items {
    margin-left: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-items {
    padding-top: 60px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items {
    padding-top: 50px;
  }
}
.hero-1 .hero-content-items .hero-content .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-2);
}
.hero-1 .hero-content-items .hero-content .sub-title img {
  margin-right: 15px;
}
.hero-1 .hero-content-items .hero-content h1 {
  color: var(--theme-2);
  text-transform: uppercase;
  margin-top: 30px;
}

.hero-1 .hero-content-items .hero-content .theme-btn {
  background-color: var(--header);
  color: var(--white);
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .hero-content .theme-btn {
    margin-top: 28px;
  }
}
.hero-1 .hero-content-items .hero-content .theme-btn::before {
  background-color: var(--theme-2);
}
.hero-1 .hero-content-items .hero-content .theme-btn i {
  background-color: var(--white);
  color: var(--header);
}
.hero-1 .hero-content-items .counter-items-area {
  margin-top: 150px;
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items .counter-items-area {
    gap: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content-items .counter-items-area {
    margin-top: 30px;
  }
}
.hero-1 .hero-content-items .counter-items-area .counter-items h2 {
  font-size: 66px;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items h2 {
    font-size: 48px;
  }
}
.hero-1 .hero-content-items .counter-items-area .counter-items p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content-items .counter-items-area .counter-items p {
    font-size: 16px;
  }
}
.hero-1 .hero-image {
  position: absolute;
  top: 15px;
  right: 20px;
  bottom: 15px;
  max-width: 915px;
}
.hero-1 .hero-image img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    position: static;
    max-width: initial;
  }
  .hero-1 .hero-image img {
    width: 100%;
  }
}

.hero-2 {
  position: relative;
  margin: 0 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.hero-2.hero-3 {
  border-radius: 0;
  margin: 0;
}
.hero-2.hero-3 .banner-active {
  border-radius: 0;
}
.hero-2.hero-3 .hero-height {
  padding: 320px 0 120px;height: 100vh;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .hero-2.hero-3 .hero-height {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 250px;height: auto;
  }
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-height {
    padding-top: 170px;
  }
}

.hero-2.hero-3 .hero-content .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;text-align: center;
}


.hero-2.hero-3 .hero-content h1 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 60px;text-align: center;line-height: 1.2;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-2.hero-3 .hero-content h1 {
    font-size: 50px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  .hero-2.hero-3 .hero-content h1 {
    font-size: 40px;
  }
  .hero-2.hero-3 .hero-content h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-content h1 {
    font-size: 30px;
  }
}

.hero-2.hero-3 .hero-content h1 .text {
  color: #fb8510;
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-content h1 .text {
    margin-left: 0;
  }
}
.hero-2.hero-3 .hero-content h1 .shape-1 {
  left: 0;
  position: absolute;
  top: -100px;
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-content h1 .shape-1 {
    display: none;
  }
}
.hero-2.hero-3 .theme-btn {
  background-color: var(--theme-3) !important;
  color: var(--white) !important;
  border: 1px solid var(--theme-3) !important;
}
.hero-2.hero-3 .theme-btn i {
  background-color: var(--white) !important;
  color: var(--theme-3) !important;
}
.hero-2.hero-3 .theme-btn::before {
  background-color: var(--white) !important;
}
.hero-2.hero-3 .theme-btn:hover {
  background-color: var(--white) !important;
  color: var(--header) !important;
  border: 1px solid var(--white) !important;
}
.hero-2.hero-3 .theme-btn:hover i {
  background-color: var(--theme-3) !important;
  color: var(--white) !important;
}
.hero-2.hero-3 .hero-feature-area {
  position: relative;
  z-index: 99;
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 130px;
}
.hero-2.hero-3 .hero-feature-area br {
  display: block;
}
@media (max-width: 1199px) {
  .hero-2.hero-3 .hero-feature-area {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-feature-area {
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .icon-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .icon-text h3 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -1%;
  color: var(--white);
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number {
  display: flex;
  align-items: center;
  margin-top: 36px;
  position: relative;
  z-index: 9;
  gap: 300px;
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 300px;
  height: 1px;
  background: var(--white);
  left: 10%;
  top: 50%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number:before {
    width: 210px;
  }
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number .arrow-icon {
  width: 35px;
  height: 26px;
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme-3);
  color: var(--white);
  display: inline-block;
}
.hero-2.hero-3 .hero-feature-area .hero-feature-items .feature-number .arrow-icon i {
  transform: rotate(40deg);
}
.hero-2 .banner-active {
  border-radius: 20px;
}
.hero-2 .array-button {
  display: grid;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 99;
  position: absolute;
  gap: 12px;
}
.hero-2 .array-button .array-prev, .hero-2 .array-button .array-next {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 0;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease-in-out;
}
.hero-2 .array-button .array-prev:hover, .hero-2 .array-button .array-next:hover {
  background-color: var(--theme-3);
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-2 .array-button {
    display: none;
  }
}
.hero-2 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border-radius: 20px;
}
.hero-2 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-2 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}



.hero-2.hero-3 .pagi-btn{width: 100%; height: auto; position: absolute; bottom: 80px; left: 0;}

.hero-2.hero-3 .swiper-dot {
  text-align: center;
  margin: 0 auto;
  position: relative; text-align: center;
  z-index: 9;
}
.hero-2.hero-3 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
  width: 20px;
  height: 4px;border-radius: 0;
  opacity: 1;
}
.hero-2.hero-3 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}
.hero-2.hero-3 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00863a;
  transition: 0.6s;width: 50px;height: 4px;
  position: relative;
}














.hero-2 .hero-height {
  padding: 380px 0 150px; 
}
@media (max-width: 767px) {
  .hero-2 .hero-height {
    padding: 230px 0 110px;
  }
}
.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  border-radius: 20px;
}
.hero-2 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
 background: linear-gradient(330deg, rgba(69, 171, 105, 0.00) 19.79%, rgba(0, 58, 113, 0.85) 83.96%);
  border-radius: 20px;
}
.hero-2 .hero-circle {
  position: absolute;
  bottom: 40%;
  left: 90px;
  z-index: 99;
}
@media (max-width: 1600px) {
  .hero-2 .hero-circle {
    bottom: 57%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-circle {
    bottom: 57%;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-circle {
    display: none;
  }
}
.hero-2 .hero-circle img {
  animation: cir36 10s linear infinite;
}
.hero-2 .hero-circle .arrow-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-2 .hero-circle .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.hero-2 .hero-content h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 118px;
  font-weight: 800;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-2 .hero-button {
  margin-top: 48px; text-align: center;
  transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-2 .hero-button {
    margin-top: 30px;
  }
}
.hero-2 .hero-button .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.hero-2 .hero-button .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.hero-2 .hero-button .theme-btn::before {
  background-color: var(--theme);
}
.hero-2 .hero-button .theme-btn:hover {
  color: var(--header);
  border: 1px solid var(--theme);
}
.hero-2 .hero-button .theme-btn:hover i {
  background-color: var(--header);
  color: var(--white);
}

.hero-4 {
  position: relative;
  z-index: 9;
  padding: 290px 0 255px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-4 {
    padding-bottom: 0;
    padding-top: 220px;
  }
}
@media (max-width: 991px) {
  .hero-4 {
    padding-top: 200px;
  }
}
.hero-4 .social-icon {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  gap: 10px;
}
@media (max-width: 1600px) {
  .hero-4 .social-icon {
    left: 15px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .social-icon {
    display: none !important;
  }
}
.hero-4 .social-icon .line {
  width: 1px;
  height: 87px;
  background: var(--white);
  transform: rotate(0deg);
  margin-left: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}
.hero-4 .social-icon span {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  transform: rotate(-90deg);
  margin-left: -10px;
  display: inline-block;
  margin-top: 45px;
}
.hero-4 .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.17);
  color: var(--white);
  position: relative;
  z-index: 9;
}
.hero-4 .social-icon a:hover {
  background-color: var(--theme-3);
  color: var(--white);
}
.hero-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 44, 19, 0.78);
}
.hero-4 .hero-shape {
  position: absolute;
  bottom: 20px;
  left: 30%;
}
@media (max-width: 1600px) {
  .hero-4 .hero-shape {
    left: 20%;
  }
}
.hero-4 .hero-left-content {
  margin-left: -100px;
}
@media (max-width: 1600px) {
  .hero-4 .hero-left-content {
    margin-left: 0;
  }
}
.hero-4 .hero-left-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #EBFA9E;
}
.hero-4 .hero-left-content h6 img {
  margin-right: 12px;
}
.hero-4 .hero-left-content h1 {
  color: var(--white);
  font-size: 88px;
  font-weight: 700;
  margin-top: 25px;
}
@media (max-width: 1600px) {
  .hero-4 .hero-left-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .hero-left-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-left-content h1 {
    font-size: 88px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-left-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-left-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-left-content h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  .hero-4 .hero-left-content h1 {
    font-size: 36px;
  }
}
.hero-4 .hero-left-content p {
  color: var(--white);
  margin-top: 20px;
}
.hero-4 .hero-left-content .bottom-items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hero-4 .hero-left-content .bottom-items {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
  }
}
.hero-4 .hero-left-content .bottom-items .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
}
.hero-4 .hero-left-content .bottom-items .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}
.hero-4 .hero-left-content .bottom-items .phone-box-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-4 .hero-left-content .bottom-items .phone-box-items .icon {
  font-size: 50px;
  color: var(--theme-3);
}
.hero-4 .hero-left-content .bottom-items .phone-box-items .content p {
  font-weight: 600;
  color: var(--white);
}
.hero-4 .hero-left-content .bottom-items .phone-box-items .content a {
  color: var(--white);
}
.hero-4 .hero-right-image {
  position: absolute;
  top: 89px;
  right: 0;
  bottom: 0;
  width: 841px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-4 .hero-right-image {
    width: 670px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .hero-right-image {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-right-image {
    width: initial;
    position: relative;
    height: 700px;
    margin-top: 30px;
  }
  .hero-4 .hero-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-right-image {
    height: 500px;
  }
}
.hero-4 .hero-right-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-4 .hero-right-image .hero-counter-items-1 {
  background-color: var(--theme-3);
  padding: 20px 50px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  bottom: 18%;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 1399px) {
  .hero-4 .hero-right-image .hero-counter-items-1 {
    bottom: 20%;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-right-image .hero-counter-items-1 {
    bottom: initial;
    top: 0;
  }
}
.hero-4 .hero-right-image .hero-counter-items-1 br {
  display: block;
}
.hero-4 .hero-right-image .hero-counter-items-1 h2 {
  color: var(--white);
}
.hero-4 .hero-right-image .hero-counter-items-1 p {
  color: var(--white);
}
.hero-4 .hero-right-image .hero-counter-items-2 {
  background-color: #EBFA9E;
  padding: 20px 50px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  left: -30%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.hero-4 .hero-right-image .hero-counter-items-2 br {
  display: block;
}
@media (max-width: 1600px) {
  .hero-4 .hero-right-image .hero-counter-items-2 {
    left: -38%;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-right-image .hero-counter-items-2 {
    bottom: 90px;
    left: initial;
    right: 0;
  }
}
.hero-4 .hero-right-image .hero-counter-items-2 h2 {
  color: var(--header);
}
.hero-4 .hero-right-image .hero-counter-items-2 p {
  color: var(--text);
}

.hero-5 {
  padding: 210px 0 120px;
  position: relative;
  z-index: 9;
}
.hero-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(121, 185, 0, 0.03);
  top: 65%;
  z-index: -1;
}
.hero-5 .container {
  max-width: 1700px;
}
.hero-5 .hero-text {
  position: absolute;
  max-width: 240px;
  top: 16%;
  right: 5%;
}
@media (max-width: 1199px) {
  .hero-5 .hero-text {
    display: none;
  }
}
.hero-5 .hero-shape-1 {
  position: absolute;
  top: 21%;
  right: 3%;
}
@media (max-width: 1399px) {
  .hero-5 .hero-shape-1 {
    display: none;
  }
}
.hero-5 .hero-shape-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .hero-5 .hero-shape-2 {
    display: none;
  }
}
.hero-5 .hero-content-5 h1 {
  font-size: 140px;
  font-weight: 600;
}
@media (max-width: 1899px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 120px;
  }
}
@media (max-width: 1600px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 100px;
  }
}
@media (max-width: 1399px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 90px;
  }
  .hero-5 .hero-content-5 h1 img {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content-5 h1 {
    font-size: 42px;
  }
}
.hero-5 .hero-content-5 .content {
  margin-left: 330px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .hero-5 .hero-content-5 .content {
    margin-left: 0;
  }
}
.hero-5 .hero-content-5 .content .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}
.hero-5 .hero-image-5 {
  margin-top: 60px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-5 .hero-image-5 {
    height: 700px;
  }
  .hero-5 .hero-image-5 img {
    border-radius: 20px;
  }
}
.hero-5 .hero-image-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.hero-5 .hero-image-5 .circle-box {
  width: 240px;
  height: 240px;
  line-height: 240px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  background-color: var(--text);
  position: absolute;
  top: -28%;
  right: 12%;
}
@media (max-width: 1199px) {
  .hero-5 .hero-image-5 .circle-box {
    position: absolute;
    top: 50%;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-5 .hero-image-5 .circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}
.hero-5 .hero-image-5 .circle-box .video-btn {
  color: var(--theme-4);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  line-height: 168px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-5 .hero-image-5 .circle-box .video-btn i {
  font-size: 50px;
}

.hero-6 {
  position: relative;
  margin: 0 24px;
  border-radius: 20px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .hero-6 {
    margin: 0 20px;
  }
}
.hero-6 .banner__dot {
  display: flex;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: 60px;
  left: 22%;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-6 .banner__dot {
    left: 40px;
  }
}
.hero-6 .banner__dot img {
  border-radius: 8px;
}
.hero-6 .banner__dot .swiper-pagination-bullet {
  width: 100px;
  height: 85px;
  border-radius: 8px;
}
.hero-6 .banner-active {
  border-radius: 20px;
}
.hero-6 .array-button {
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  left: 40px;
  z-index: 99;
  position: absolute;
  gap: 12px;
  justify-content: space-between;
}
.hero-6 .array-button .array-prev, .hero-6 .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.4s ease-in-out;
}
.hero-6 .array-button .array-prev:hover, .hero-6 .array-button .array-next:hover {
  background-color: var(--theme-4);
  border: 1px solid var(--theme-4);
}
@media (max-width: 1199px) {
  .hero-6 .array-button {
    display: none;
  }
}
.hero-6 .circle-icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
  position: absolute;
  right: 18%;
  bottom: 60px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-6 .circle-icon {
    display: none;
  }
}
.hero-6 .circle-icon .text-circle img {
  animation: cir36 10s linear infinite;
}
.hero-6 .circle-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-6 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  border-radius: 20px;
}
.hero-6 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-6 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.hero-6 .hero-height {
  padding: 250px 0 280px; 
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-6 .hero-height {
    padding-bottom: 280px;
  }
}
.hero-6 .hero-height::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 382.653px;
  height: 382.653px;
  border-radius: 382.653px;
  background: var(--theme-4);
  filter: blur(145.5px);
}
.hero-6 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
  border-radius: 20px;
}
.hero-6 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(270deg, rgba(17, 17, 17, 0) 0%, #111 81%);
}
.hero-6 .hero-circle {
  position: absolute;
  bottom: 40%;
  left: 90px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .hero-6 .hero-circle {
    bottom: 57%;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .hero-6 .hero-circle {
    display: none;
  }
}
.hero-6 .hero-circle .arrow-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-6 .hero-circle .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.hero-6 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.hero-6 .hero-content h6 {
  color: var(--theme-4);
  
  font-size: 24px;
  font-weight: 600;
  line-height: 141.667%;
}
.hero-6 .hero-content h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-6 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-6 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-6 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-6 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-6 .hero-content .icon-item {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 35px;
  margin-left: 130px;
}
@media (max-width: 1199px) {
  .hero-6 .hero-content .icon-item {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .hero-6 .hero-content .icon-item {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
  }
}
.hero-6 .hero-content .icon-item .line {
  width: 1px;
  height: 152px;
  background-color: var(--white);
  opacity: 0.2;
}
@media (max-width: 575px) {
  .hero-6 .hero-content .icon-item .line {
    display: none;
  }
}
.hero-6 .hero-content .icon-item p {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
  max-width: 380px;
}
@media (max-width: 575px) {
  .hero-6 .hero-content .icon-item p {
    font-size: 15px;
  }
}
.hero-6 .hero-button {
  margin-top: 48px;
  transform: translateY(150px);
  opacity: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-6 .hero-button {
    margin-top: 30px;
  }
}
.hero-6 .hero-button .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.hero-6 .hero-button .theme-btn i {
  background-color: var(--theme);
  color: var(--header);
}
.hero-6 .hero-button .theme-btn::before {
  background-color: var(--theme);
}
.hero-6 .hero-button .theme-btn:hover {
  color: var(--header);
  border: 1px solid var(--theme);
}
.hero-6 .hero-button .theme-btn:hover i {
  background-color: var(--header);
  color: var(--white);
}

.hero-7 {
  position: relative;
  z-index: 9;
  padding: 270px 0 350px;
}
@media (max-width: 1199px) {
  .hero-7 {
    padding: 220px 0 230px;
  }
}
@media (max-width: 991px) {
  .hero-7 {
    padding-top: 200px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .hero-7 {
    padding-top: 170px;
    padding-bottom: 280px;
  }
}
.hero-7::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(17, 17, 17, 0.65);
}
.hero-7 .left-items {
  position: absolute;
  bottom: 30%;
  left: 7%;
}
@media (max-width: 1199px) {
  .hero-7 .left-items {
    display: none;
  }
}
.hero-7 .left-items .left-icon-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-7 .left-items .left-icon-items-area .left-icon-items {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.hero-7 .left-items .left-icon-items-area .left-icon-items::before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--white);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-7 .left-items .left-icon-items-area h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.hero-7 .left-items .left-icon-items-area h4 b {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}
.hero-7 .left-items .shape-1 {
  margin-top: 20px;
}
.hero-7 .right-items {
  position: absolute;
  bottom: 30%;
  right: 7%;
}
@media (max-width: 1199px) {
  .hero-7 .right-items {
    display: none;
  }
}
.hero-7 .right-items .right-icon-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-7 .right-items .right-icon-items-area .right-icon-items {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.hero-7 .right-items .right-icon-items-area .right-icon-items::before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--white);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-7 .right-items .right-icon-items-area h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.hero-7 .right-items .right-icon-items-area h4 b {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}
.hero-7 .right-items .shape-1 {
  margin-top: 20px;
}
.hero-7 .hero-content {
  text-align: center;
}
.hero-7 .hero-content h1 {
  font-size: 80px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-7 .hero-content h1 {
    line-height: 120%;
    font-size: 70px;
  }
  .hero-7 .hero-content h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-7 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-7 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  .hero-7 .hero-content h1 {
    font-size: 38px;
  }
}
.hero-7 .hero-content p {
  color: var(--white);
  margin-top: 30px;
}
.hero-7 .hero-content .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.scrolling-wrap {
  white-space: nowrap;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 999;
  margin-top: -20px;
}
.scrolling-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #005DB5, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .scrolling-wrap::before {
    display: none;
  }
}
.scrolling-wrap::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  right: 0;
  background: linear-gradient(270deg, #005DB5, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .scrolling-wrap::after {
    display: none;
  }
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 40px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 118px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  letter-spacing: -5.9px;
}
@media (max-width: 575px) {
  .scrolling-wrap .comm .cmn-textslide {
    font-size: 90px;
  }
}
.scrolling-wrap.color-2 .comm .cmn-textslide {
  color: var(--header);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.marquee-section-2.marquee-style .scrolling-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .marquee-section-2.marquee-style .scrolling-wrap::before {
    display: none;
  }
}
.marquee-section-2.marquee-style .scrolling-wrap::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 181%;
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
  z-index: 2;
  top: -92%;
}
@media (max-width: 1399px) {
  .marquee-section-2.marquee-style .scrolling-wrap::after {
    display: none;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.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(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

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

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

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

.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-style-1 {
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 0 111.6px 16px rgba(14, 5, 50, 0.07);
  margin-top: 30px;
  padding: 5px;
}
.news-box-items-style-1 .news-thumb {
  position: relative;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
}
.news-box-items-style-1 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-box-items-style-1 .news-thumb .date-items {
  font-size: 15px;
  font-weight: 500;
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--header);
  padding: 13px 20px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.news-box-items-style-1 .news-thumb .date-items i {
  margin-right: 10px;
}
.news-box-items-style-1 .news-content {
  padding: 30px 20px;
}
.news-box-items-style-1 .news-content .user-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-box-items-style-1 .news-content .user-box .user-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-box-items-style-1 .news-content .user-box .user-item i {
  margin-right: 6px;
  font-size: 22px;
}
.news-box-items-style-1 .news-content .user-box span {
  border-radius: 4px;
  background: rgba(0, 93, 181, 0.1);
  color: var(--theme-2);
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
}
.news-box-items-style-1 .news-content h4 {
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .news-box-items-style-1 .news-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .news-box-items-style-1 .news-content h4 {
    font-size: 20px;
  }
}
.news-box-items-style-1 .news-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-style-1 .news-content h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-box-items-style-1 .news-content p {
  margin-top: 10px;
}
.news-box-items-style-1:hover .news-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.news-box-items-style-1.style-2 .news-content span {
  border-radius: 4px;
  background: rgba(0, 93, 181, 0.1);
  color: var(--theme-2);
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
}
.news-box-items-style-1.style-2 .news-content .user-box-items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 15px;
}
.news-box-items-style-1.style-2 .news-content .user-box-items .date-item {
  font-size: 15px;
  font-weight: 500;
}
.news-box-items-style-1.style-2 .news-content .user-box-items .date-item i {
  margin-right: 10px;
  color: var(--theme-2);
}

.news-left-items-style-3 {
  margin-top: 30px;
}
.news-left-items-style-3 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.news-left-items-style-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-left-items-style-3 .content {
  margin-top: 30px;
}
.news-left-items-style-3 .content .user-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-left-items-style-3 .content .user-box .user-item {
  font-size: 15px;
  font-weight: 500;
}
.news-left-items-style-3 .content .user-box .user-item i {
  margin-right: 6px;
  font-size: 22px;
}
.news-left-items-style-3 .content .user-box span {
  border-radius: 4px;
  background: rgba(65, 197, 117, 0.1);
  color: var(--theme-3);
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
}
.news-left-items-style-3 .content h3 {
  margin-top: 10px;
}
.news-left-items-style-3 .content h3 a {
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1199px) {
  .news-left-items-style-3 .content h3 a {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .news-left-items-style-3 .content h3 a {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .news-left-items-style-3 .content h3 a {
    font-size: 24px;
  }
}
.news-left-items-style-3 .content h3 a:hover {
  color: var(--theme-3);
}
.news-left-items-style-3 .content .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-3);
  color: var(--theme-3);
  margin-top: 20px;
}
.news-left-items-style-3 .content .theme-btn i {
  background-color: var(--theme-3);
  color: var(--white);
}
.news-left-items-style-3 .content .theme-btn::before {
  background-color: var(--theme-3);
}
.news-left-items-style-3 .content .theme-btn:hover {
  color: var(--white);
}
.news-left-items-style-3 .content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme-3);
}
.news-left-items-style-3:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.news-right-items-style-3 {
  margin-top: 30px;
}
.news-right-items-style-3 li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .news-right-items-style-3 li {
    display: block;
  }
}
.news-right-items-style-3 li .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  max-width: 196px;
  width: 100%;
}
@media (max-width: 575px) {
  .news-right-items-style-3 li .thumb {
    max-width: initial;
    margin-bottom: 20px;
  }
}
.news-right-items-style-3 li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
@media (max-width: 991px) {
  .news-right-items-style-3 li .content {
    max-width: 350px;
  }
}
.news-right-items-style-3 li .content .date-items {
  margin-bottom: 10px;
  display: inline-block;
}
.news-right-items-style-3 li .content .date-items i {
  color: var(--theme-3);
  margin-right: 8px;
}
.news-right-items-style-3 li .content h3 {
  font-weight: 500;
  line-height: 137%;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .news-right-items-style-3 li .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-right-items-style-3 li .content h3 {
    font-size: 24px;
  }
}
.news-right-items-style-3 li .content h3 a:hover {
  color: var(--theme-3);
}
.news-right-items-style-3 li .content .link-btn {
  color: var(--theme-3);
  margin-top: 15px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 800;
  font-size: 16px;
}
.news-right-items-style-3 li .content .link-btn i {
  margin-left: 7px;
}
.news-right-items-style-3 li .content .link-btn:hover {
  color: var(--header);
}
.news-right-items-style-3 li:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}
.news-right-items-style-3 li:not(:last-child) {
  margin-bottom: 20px;
}

.news-box-items-style-4 {
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 0 111.6px 16px rgba(14, 5, 50, 0.07);
  margin-top: 30px;
  padding: 5px;
}
.news-box-items-style-4 .news-thumb {
  position: relative;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
}
.news-box-items-style-4 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-box-items-style-4 .news-thumb .post-date {
  width: 78px;
  height: 78px;
  padding: 8px;
  text-align: center;
  background-color: var(--theme-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 12px 0;
}
.news-box-items-style-4 .news-thumb .post-date h4 {
  color: var(--white);
}
.news-box-items-style-4 .news-thumb .post-date p {
  color: var(--white);
  font-weight: 400;
}
.news-box-items-style-4 .news-content {
  padding: 30px 20px;
}
.news-box-items-style-4 .news-content .user-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-box-items-style-4 .news-content .user-box .user-item {
  font-size: 15px;
  font-weight: 500;
}
.news-box-items-style-4 .news-content .user-box .user-item i {
  margin-right: 6px;
  font-size: 22px;
}
.news-box-items-style-4 .news-content .user-box span {
  border-radius: 4px;
  background: #EBFA9E;
  color: #3E4807;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
}
.news-box-items-style-4 .news-content h4 {
  margin-top: 10px;
}
.news-box-items-style-4 .news-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-style-4 .news-content h4 a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.news-box-items-style-4 .news-content p {
  margin-top: 10px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.news-box-items-style-4 .news-content .bottom-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.news-box-items-style-4 .news-content .bottom-items-area .date-items {
  font-size: 15px;
  font-weight: 500;
}
.news-box-items-style-4 .news-content .bottom-items-area .date-items i {
  margin-right: 10px;
  color: var(--theme-3);
}
.news-box-items-style-4 .news-content .bottom-items-area .link-btn {
  color: var(--theme-3);
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 800;
  font-size: 16px;
}
.news-box-items-style-4 .news-content .bottom-items-area .link-btn i {
  margin-left: 7px;
}
.news-box-items-style-4 .news-content .bottom-items-area .link-btn:hover {
  color: var(--header);
}
.news-box-items-style-4:hover .news-thumb img {
  transform: scale(1.1) rotate(2deg);
}

.news-box-items-style-5 {
  background-color: var(--white);
  box-shadow: 0 10px 40px rgba(29, 31, 21, 0.1);
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
}
.news-box-items-style-5 .news-thumb {
  position: relative;
  z-index: 9;
  border-radius: 15px;
  overflow: hidden;
}
.news-box-items-style-5 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-box-items-style-5 .news-thumb .post-date {
  width: 60px;
  height: 68px;
  padding: 2px;
  text-align: center;
  background-color: var(--theme-4);
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 10px;
}
.news-box-items-style-5 .news-thumb .post-date h4 {
  color: var(--white);
  
}
.news-box-items-style-5 .news-thumb .post-date p {
  color: var(--white);
  font-weight: 400;
}
.news-box-items-style-5 .news-content {
  padding: 35px 30px 25px;
}
.news-box-items-style-5 .news-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-box-items-style-5 .news-content ul li i {
  margin-right: 6px;
  color: var(--theme-4);
}
.news-box-items-style-5 .news-content h3 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}
.news-box-items-style-5 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-style-5 .news-content h3 a:hover {
  color: var(--theme-4);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-4) 0%, var(--theme-4) 100%);
}
.news-box-items-style-5 .news-content .theme-btn {
  margin-top: 25px;
  background-color: transparent;
  border: 1px solid var(--theme-4);
  border-radius: 5px;
  padding: 16px 32px;
}
.news-box-items-style-5 .news-content .theme-btn::before {
  background-color: var(--theme-4);
}
.news-box-items-style-5:hover .news-thumb img {
  transform: scale(1.1) rotate(2deg);
}

.news-section-6 .section-title-area .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.news-left-items-style-6 {
  border-radius: 20px;
  background-color: rgba(121, 185, 0, 0.05);
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  margin-top: 30px;
  padding: 20px;
  padding-bottom: 30px;
}
.news-left-items-style-6 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.news-left-items-style-6 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-left-items-style-6 .content {
  margin-top: 30px;
}
.news-left-items-style-6 .content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-left-items-style-6 .content ul li i {
  margin-right: 6px;
  color: var(--theme-4);
}
.news-left-items-style-6 .content h3 {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-left-items-style-6 .content h3 {
    font-size: 24px;
    line-height: 155%;
  }
}
.news-left-items-style-6 .content h3 a {
  text-transform: none;
}
.news-left-items-style-6 .content h3 a:hover {
  color: var(--theme-4);
}
.news-left-items-style-6 .content .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 18px 32px;
  color: var(--white);
  margin-top: 25px;
}
.news-left-items-style-6:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.news-right-items-style-6 {
  border-radius: 20px;
  background-color: rgba(121, 185, 0, 0.05);
  margin-top: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 650px) {
  .news-right-items-style-6 {
    display: block;
  }
}
.news-right-items-style-6 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .news-right-items-style-6 .thumb {
    max-width: initial;
  }
}
.news-right-items-style-6 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-right-items-style-6 .content {
  max-width: 313px;
}
@media screen and (max-width: 650px) {
  .news-right-items-style-6 .content {
    max-width: initial;
    padding: 25px;
  }
  .news-right-items-style-6 .content h3 {
    font-size: 24px !important;
  }
}
.news-right-items-style-6 .content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-right-items-style-6 .content ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.news-right-items-style-6 .content ul li i {
  margin-right: 6px;
  color: var(--theme-4);
}
.news-right-items-style-6 .content h3 {
  margin-bottom: 8px;
  line-height: 145%;
  font-size: 20px;
}
.news-right-items-style-6 .content h3 a {
  font-weight: 600;
  text-transform: none;
}
.news-right-items-style-6 .content h3 a:hover {
  color: var(--theme-4);
}
.news-right-items-style-6 .content .theme-btn {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid var(--theme-4);
  padding: 18px 32px;
  color: var(--theme-4);
  line-height: 1;
  margin-top: 20px;
}
.news-right-items-style-6 .content .theme-btn::before {
  background-color: var(--theme-4);
}
.news-right-items-style-6 .content .theme-btn:hover {
  color: var(--white);
}
.news-right-items-style-6:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.news-section-7 .section-title-area .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.news-box-items-style-7 {
  background-color: var(--white);
  box-shadow: 0 10px 40px rgba(29, 31, 21, 0.1);
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
}
.news-box-items-style-7 .news-thumb {
  position: relative;
  z-index: 9;
  border-radius: 15px;
  overflow: hidden;
}
.news-box-items-style-7 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-box-items-style-7 .news-thumb .post-date {
  width: 60px;
  height: 68px;
  padding: 2px;
  text-align: center;
  background-color: var(--theme-4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 10px;
}
.news-box-items-style-7 .news-thumb .post-date h4 {
  color: var(--white);
  
}
.news-box-items-style-7 .news-thumb .post-date p {
  color: var(--white);
  font-weight: 400;
}
.news-box-items-style-7 .news-content {
  padding: 35px 30px 25px;
}
.news-box-items-style-7 .news-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-box-items-style-7 .news-content ul li i {
  margin-right: 6px;
  color: var(--theme-4);
}
.news-box-items-style-7 .news-content h3 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  .news-box-items-style-7 .news-content h3 {
    font-size: 23px;
    line-height: 130%;
  }
}
@media (max-width: 991px) {
  .news-box-items-style-7 .news-content h3 {
    font-size: 20px;
  }
}
.news-box-items-style-7 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-style-7 .news-content h3 a:hover {
  color: var(--theme-4);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-4) 0%, var(--theme-4) 100%);
}
.news-box-items-style-7 .news-content .theme-btn {
  margin-top: 25px;
  background-color: transparent;
  border: 1px solid var(--theme-4);
  border-radius: 5px;
  padding: 18px 34px;
}
.news-box-items-style-7 .news-content .theme-btn::before {
  background-color: var(--theme-4);
}
.news-box-items-style-7:hover .news-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.news-details-post{padding: 30px; background: #fff;width: 100%; height: auto; border-radius: 20px;}
.news-details-post .news-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-post .news-details-content {
  margin-top: 50px;
}
.news-details-post .news-details-content h1{
  font-size: 30px; line-height: 30px;
}



.news-details-post .news-details-content .data{ margin: 15px 0; padding: 0; font-size: 18px; line-height: 30px; text-align: center;color: #0b60b1;}
.news-details-post .news-details-content .postbox-dsc{margin: 0; padding: 0; width: 100%; height: auto;}

.news-details-post .news-details-content .postbox-dsc img{max-width: 100%; height: auto; margin: 10px 0;}

.news-details-post .news-details-content .postbox-dsc h2{margin: 10px 0; padding: 10px 0; width: 100%; height: auto; font-size: 32px; font-weight: 600; line-height: 35px; border-bottom: 1px solid #e3e3e3; text-align: left;}
.news-details-post .news-details-content .postbox-dsc h3{margin: 10px 0; padding: 10px 0; width: 100%; height: auto; font-size: 28px; font-weight: 600; line-height: 30px; border-bottom: 1px solid #e3e3e3; text-align: left;}
.news-details-post .news-details-content .postbox-dsc h4{margin: 10px 0; padding: 10px 0; width: 100%; height: auto; font-size: 24px; font-weight: 600; line-height: 30px; border-bottom: 1px solid #e3e3e3; text-align: left;}
.news-details-post .news-details-content .postbox-dsc h5{margin: 10px 0; padding: 10px 0; width: 100%; height: auto; font-size: 20px; font-weight: 600; line-height: 30px; border-bottom: 1px solid #e3e3e3; text-align: left;}


.news-details-post .news-details-content .postbox-dsc ul{margin: 20px 0; padding: 0; width: 100%; height: auto;}
.news-details-post .news-details-content .postbox-dsc ul li{margin: 0; padding:5px 0; width: 100%; height: auto; padding-left: 30px; font-size: 16px; line-height: 25px; color: #666; position: relative;}
.news-details-post .news-details-content .postbox-dsc ul li::before{position: absolute; top: 5px; left: 0; content: "\f058";; font-family: "FontAwesome"; color: #0b5faa;}




.news-details-post .news-details-content .postbox-dsc table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.news-details-post .news-details-content .postbox-dsc table td{ border:1px solid #909090; text-align: center;}

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



@media screen and (max-width: 640px) {
	
.news-details-post .news-details-content .postbox-dsc table{display:block;width:100%; border: 0; overflow-x:auto;-webkit-overflow-scrolling:touch}
.news-details-post .news-details-content .postbox-dsc table td{ font-size:14px; padding: 0 15px;min-width: 120px;}	

}










.post-navigation{
	padding: 30px 20px; border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;margin-top: 30px;
}
.post-navigation .nav-links{
	margin-top: 0;
    padding: 0;
	padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
 .post-navigation .nav-previous,
 .post-navigation .nav-next{
	position: relative;
    width: calc(50% - 15px);
}
.post-navigation .nav-previous{
	text-align: left;
    margin-right: auto!important;
}
 .post-navigation .nav-links a{
	display: block;color: #000;
}
.post-navigation .pbmit-post-nav-icon{
	display: inline-flex;
    align-items: center;
}
.post-navigation .pbmit-post-nav-icon i:before{
	font-size: 16px;
    line-height: 16px;
	color: #35c0d0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .nav-previous .pbmit-post-nav-icon i:before{
	transform: rotate(45deg);
}
.post-navigation .pbmit-post-nav-head{
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;color: #666;
	line-height: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
span.pbmit-post-nav-wrapper{
	display: block;
    padding-top: 5px;
	text-align: left;
    word-break: break-word;
}
.pbmit-post-nav-wrapper .pbmit-post-nav{
	font-size: 20px;
    line-height: 26px;
    font-weight: 600 !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-post-nav-wrapper .pbmit-post-nav,
.comments-area .pbmit-comment-meta{
	font-weight: 800;
    font-style: normal;
}
.post-navigation .nav-previous a:hover .pbmit-post-nav-icon i:before,
.post-navigation .nav-next a:hover .pbmit-post-nav-icon i:before{
	transform: rotate(0);
}
.post-navigation .nav-next{
	text-align: right;
    margin-left: auto;
}
.post-navigation .nav-next .pbmit-post-nav-head{
	margin: 0;text-align: right;width: 100%;
}
.post-navigation .nav-next .pbmit-post-nav-icon i:before{
	transform: rotate(-45deg);
}
.blog-details .post-navigation .nav-next a{
	display: block;
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-next .pbmit-post-nav-wrapper{
	text-align: right;
}









.main-sideber .single-sideber-widget {
  margin-bottom: 25px;background: #fff;padding: 20px;/*border-top: 5px solid #a3b6c8;*/border-radius: 20px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sideber-widget {
    margin-bottom: 30px;
  }
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 10px;border-bottom: 1px solid #e3e3e3;padding: 15px 0;position: relative; padding-left: 20px;
}

.main-sideber .single-sideber-widget .widget-title::before {content: '';width: 10px;height: 10px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #fab50f;border: 1px solid #000;border-radius: 50%;}


.main-sideber .single-sideber-widget .widget-title h3{
  font-size: 20px; line-height: 25px;
}


.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sideber-widget .search-widget form input {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  width: 100%;
  color: #6F7783;
  border-radius: 79px;
  border: 1px solid rgba(34, 48, 53, 0.25);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #5b696d;
  text-align: center;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  width: 100%;display: inline-block; background: #f8f8f8; height: auto; margin:5px 0; padding: 10px; border-radius: 10px;justify-content: center; align-items: center;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb{width: 100px; height: auto; margin: 0; padding: 0; float: left;}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 12px;width: 100%; height: auto;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content{width: calc(100% - 100px); float: left; padding: 0 15px; }
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme-2);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 500;width: 100%;
  margin-top: 5px;
  line-height: 162%;
  font-size: 16px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;line-height: 20px; padding: 5px 8px;
  font-weight: 400;
  color: #4b5563;
  transition: all 0.4s ease-in-out;
  border-radius: 0;position: relative;
}
.main-sideber .single-sideber-widget ul li a {
  color: #4b5563;
}
.main-sideber .single-sideber-widget ul li span {
  transition: all 0.4s ease-in-out;
  color: #4b5563;
}
.main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(34, 48, 53, 0.15);
  padding-bottom: 10px;position: relative;
}
.main-sideber .single-sideber-widget ul li::before {
  position: absolute; right: 8px; top: 5px; content:  "\f101"; font-family:"FontAwesome" ;font-size: 14px; line-height: 20px;
}

.main-sideber .single-sideber-widget ul li:hover{background: var(--theme-2);}
.main-sideber .single-sideber-widget ul li:hover a {
  color: #fff;
}
.main-sideber .single-sideber-widget ul li:hover span {
  color:#fff;
}

.main-sideber .single-sideber-widget ul li:hover::before {
  color: #fff;
}




.main-sideber .single-sideber-widget .tagcloud a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #5b696d;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sideber-widget .tagcloud a {
    margin-right: 25px;
  }
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  color: var(--theme-2);
}

.news-left-content .news-item {
  margin-bottom: 30px;
}
.news-left-content .news-item .news-thumb {
  position: relative;
  z-index: 9;
  border-radius: 12px;
  overflow: hidden;
}
.news-left-content .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.news-left-content .news-item .news-thumb .post-date {
  width: 78px;
  height: 78px;
  padding: 8px;
  text-align: center;
  background-color: var(--theme-2);
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 12px;
}
.news-left-content .news-item .news-thumb .post-date h4 {
  color: var(--white);
}
.news-left-content .news-item .news-thumb .post-date p {
  color: var(--white);
  font-weight: 400;
}
.news-left-content .news-item .news-content {
  margin-top: 30px;
}
.news-left-content .news-item .news-content .user-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-left-content .news-item .news-content .user-box .user-item {
  font-size: 15px;
  font-weight: 500;
}
.news-left-content .news-item .news-content .user-box .user-item i {
  margin-right: 6px;
  font-size: 22px;
}
.news-left-content .news-item .news-content .user-box span {
  border-radius: 4px;
  background: #EBFA9E;
  color: #3E4807;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
}
.news-left-content .news-item .news-content h4 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-left-content .news-item .news-content h4 {
    font-size: 26px;
  }
}
.news-left-content .news-item .news-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-left-content .news-item .news-content h4 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.news-left-content .news-item:hover .news-thumb img {
  transform: scale(1.1) rotate(2deg);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Anek Latin", sans-serif, "DM Sans", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.back-to-top {
  border-radius: 10px;
  background-color: var(--theme-2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.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.7;
  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-2);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
}

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

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

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

.pricing-section .nav {
  border: none;
  margin-top: 30px;
}
.pricing-section .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.pricing-section .nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--header);
  margin-bottom: 0;
}
.pricing-section .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--theme-3);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme-3);
}
.pricing-section .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  z-index: 1;
}
.pricing-section .nav .nav-link:first-child {
  padding-left: 0;
}
.pricing-section .nav .nav-link:last-child {
  padding-right: 0;
}
.pricing-section .nav .nav-link:last-child::after {
  display: none;
}
.pricing-section .nav .nav-link:last-child::before {
  display: none;
}
.pricing-section .nav .nav-link.active {
  color: var(--theme-3);
}
.pricing-section .nav .nav-link.active::after {
  right: 8px;
}

.pricing-box-items {
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 0 111.6px 16px rgba(14, 5, 50, 0.04);
  padding: 50px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .pricing-box-items {
    padding: 25px;
  }
}
.pricing-box-items .pricing-header h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 3.6px;
  
  color: var(--theme-3);
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-header h2 {
  font-size: 78px;
  font-weight: 700;
  color: var(--theme-3);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .pricing-box-items .pricing-header h2 {
    font-size: 50px;
  }
}
.pricing-box-items .pricing-header h2 sub {
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .theme-btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  background-color: transparent;
  color: #091613;
  border-radius: 27.5px;
  border: 1px solid #4B4D4F;
  line-height: 1;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .theme-btn i {
  background-color: transparent;
  color: #091613;
  width: initial;
  height: initial;
  border-radius: none;
  border-radius: initial;
  line-height: initial;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .theme-btn::before {
  background-color: var(--theme-3);
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme-3);
}
.pricing-box-items .theme-btn:hover i {
  color: var(--white);
}
.pricing-box-items h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list li {
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list li i {
  color: #1E7E51;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-box-items.active {
  background-color: var(--theme-3);
}
.pricing-box-items.active .pricing-header h3 {
  color: var(--white);
}
.pricing-box-items.active .pricing-header h2 {
  color: var(--white);
}
.pricing-box-items.active .pricing-header h2 sub {
  color: var(--white);
}
.pricing-box-items.active p {
  color: var(--white);
}
.pricing-box-items.active .theme-btn {
  background-color: var(--white);
  color: var(--theme-3);
  border: none;
}
.pricing-box-items.active .theme-btn i {
  color: var(--theme-3);
}
.pricing-box-items.active .theme-btn::before {
  background-color: #EBFA9E;
}
.pricing-box-items.active .theme-btn:hover {
  color: var(--header);
}
.pricing-box-items.active .theme-btn:hover i {
  color: var(--header);
}
.pricing-box-items.active h4 {
  color: var(--white);
}
.pricing-box-items.active .pricing-list li {
  color: var(--white);
}
.pricing-box-items.active .pricing-list li i {
  color: var(--white);
}

.pricing-box-items-style-5 {
  background-color: var(--white);
  filter: drop-shadow(0 10px 40px rgba(29, 31, 21, 0.1));
  padding: 42px 30px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.pricing-box-items-style-5 .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5 .pricing-header .pricing-content h4 {
  
  font-size: 25px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5 .pricing-header .pricing-content h3 {
  background-color: rgba(121, 185, 0, 0.06);
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--theme-4);
  margin-top: 30px;
  border-radius: 10px;
  
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5 .pricing-header .pricing-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: rgba(121, 185, 0, 0.1);
  border-radius: 50%;
  
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5 .pricing-header .pricing-icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.pricing-box-items-style-5 ul {
  margin-top: 40px;
}
.pricing-box-items-style-5 ul li {
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5 ul li img {
  margin-right: 8px;
}
.pricing-box-items-style-5 ul li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-box-items-style-5 .theme-btn {
  background-color: rgba(121, 185, 0, 0.1);
  color: var(--theme-4);
  width: 100%;
  padding: 22px;
  border-radius: 5px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items-style-5:hover .pricing-content h3 {
  background-color: var(--theme-4);
  color: var(--white);
}
.pricing-box-items-style-5:hover .pricing-icon img {
  transform: scaleX(-1) !important;
}
.pricing-box-items-style-5:hover .theme-btn {
  background-color: var(--theme-4);
  color: var(--white);
}

.pricing-section-5 {
  position: relative;
  z-index: 9;
}
.pricing-section-5 .pricing-shape-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 10%;
}

.pricing-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing-toggle-wrapper {
    margin-top: 30px;
  }
}
.pricing-toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}
.pricing-toggle-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-toggle-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: 0.4s;
  border-radius: 34px;
}
.pricing-toggle-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.pricing-toggle-wrapper input:checked + .slider {
  background-color: var(--theme-3);
}
.pricing-toggle-wrapper input:checked + .slider:before {
  transform: translateX(26px);
}
.pricing-toggle-wrapper .toggle-label {
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: 0.3s;
}
.pricing-toggle-wrapper .toggle-label.active {
  color: var(--theme-3);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-2);
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline-block;
}
.section-title .sub-title.color-2 {
  color: var(--theme-3);
}
.section-title .sub-title.color-3 {
  color: var(--theme-4);
  
  font-size: 24px;
  font-weight: 600;
}
.section-title img {
  margin-right: 15px;
}
.section-title h2 {
  
}
.section-title .t3{padding: 15px 0; font-size: 20px; font-weight: 700; line-height: 30px; color: #666;}



.section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
}
.section-title-2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-title-2 h6 img {
  margin-right: 10px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title-2 {
  margin-bottom: 0;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

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

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

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

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

.section-bg-4 {
  background-color: rgba(121, 185, 0, 0.03);
}

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

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

.service-box-style-1 {
  margin-left: 50px;
  max-width: 555px;
}
@media (max-width: 991px) {
  .service-box-style-1 {
    margin-left: 0;
  }
}
.service-box-style-1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 12px;
  background: var(--white);
  padding: 20px 45px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 12px;
  background: #091613;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-box-style-1 li .first-text {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .first-text .icon svg {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-style-1 li .first-text h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-style-1 li .first-text h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.service-box-style-1 li .arrow-icon {
  color: var(--theme);
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.service-box-style-1 li .arrow-icon:hover i {
  transform: rotate(0);
}
.service-box-style-1 li:not(:last-child) {
  margin-bottom: 15px;
}
.service-box-style-1 li:hover::before {
  opacity: 1;
  visibility: visible;
  right: 0;
  width: 100%;
}
.service-box-style-1 li:hover .first-text .icon svg {
  transform: scaleX(-1) !important;
}
.service-box-style-1 li:hover .first-text .icon svg path {
  fill: var(--theme);
}
.service-box-style-1 li:hover .first-text h3 a {
  color: var(--white);
}
.service-box-style-1 li:hover .arrow-icon {
  opacity: 1;
  visibility: visible;
}

.service-content-style-1 .theme-btn {
  margin-top: 30px;
}

.service-section {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  margin: 0 15px;
}
.service-section .service-image {
  max-width: 820.622px;
  height: 751.807px;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (max-width: 1899px) {
  .service-section .service-image {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .service-section .service-image {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .service-section .service-image {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .service-section .service-image {
    position: static;
    max-width: initial;
    height: 500px;
    margin: 30px 20px 0;
  }
}
.service-section .service-image img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.service-section-2 {
  background:url(../img/f1.png) no-repeat center center; padding: 100px 0 200px 0;
}
@media (max-width: 1600px) {
  .service-section-2 {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
  }
}
@media (max-width: 1399px) {
  .service-section-2 {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .service-section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.service-section-2 .array-button {
  border: 1px solid rgba(0, 134, 58, 0.92);
  overflow: hidden; border-top-left-radius: 15px; border-bottom-right-radius: 15px;
  width: 160px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .service-section-2 .array-button {
    position: static;
    margin-top: 30px;
  }
}
.service-section-2 .array-button .array-prev{
  width: 80px;
  height: 70px;
  line-height: 70px;
  color: #00863a;
  transition: all 0.4s ease-in-out;
}
.service-section-2 .array-button .array-next {
  width: 80px;
  height: 70px;
  line-height: 70px;
  color: #fff;background:#00863a ;
  transition: all 0.4s ease-in-out;
}

.service-section-2 .array-button .array-prev {
  border-right: 1px solid rgba(0, 134, 58, 0.92);
}
.service-section-2 .array-button .array-prev:hover {
  background-color: var(--theme);
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--header);
}
.service-section-2 .array-button .array-next:hover {
  background-color: var(--theme);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--header);
}
.service-section-2 .section-title-area .section-title h6 {
  color: var(--theme);
}

.service-section-22 {
  background: #031F3A;
  padding-left: 80px;
  padding-right: 80px;
}
.service-section-22 .section-title-area .section-title h6 {
  color: #BFDD34;
}

.service-box-items-style-2 {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #031F3A;
  text-align: center;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.service-box-items-style-2 .top-box-items {
  padding: 45px 35px;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-2 .top-box-items .icon {
  width: 126px;
  height: 126px;
  line-height: 126px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-2 .top-box-items .icon svg {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-box-items-style-2 .top-box-items h3 {
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
  position: relative;
  font-size: 28px;
}
@media (max-width: 1899px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 25px;
    margin-top: 26px;
  }
}
@media (max-width: 991px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-box-items-style-2 .top-box-items h3 {
    font-size: 22px;
  }
}
.service-box-items-style-2 .top-box-items h3 a {
  color: var(--white);
}
.service-box-items-style-2 .top-box-items h3 a:hover {
  color: var(--theme);
}
.service-box-items-style-2 .top-box-items h3::before {
  position: absolute;
  bottom: -20px;
  width: 105px;
  height: 4px;
  content: "";
  background-color: #F5CE45;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.service-box-items-style-2 .top-box-items p {
  margin-top: 40px;
}
.service-box-items-style-2 .link-btns {
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  padding: 22px 0;
  width: 100%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-2:hover .top-box-items .icon {
  background-color: var(--theme);
}
.service-box-items-style-2:hover .top-box-items .icon svg path {
  fill: #091613;
}
.service-box-items-style-2:hover .top-box-items .icon svg {
  transform: scaleX(-1) !important;
}
.service-box-items-style-2:hover .link-btns {
  background-color: #F5CE45;
  color: #031F3A;
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3 .service-shape-1 {
  position: absolute;
  z-index: -1;
  top: -32%;
  right: 30px;
}
@media (max-width: 1600px) {
  .service-section-3 .service-shape-1 {
    display: none;
  }
}

.service-image-box-items-style-3 {
  margin-top: 30px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.service-image-box-items-style-3 img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service-image-box-items-style-3 .service-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 15px;
  left: 10px;
}
.service-image-box-items-style-3 .service-icon::before {
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0;
  content: "";
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #244F0B;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-image-box-items-style-3 .service-icon img {
  width: initial;
  height: initial;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.service-image-box-items-style-3 .service-content {
  border-radius: 6px;
  background: var(--white);
  padding: 10px 18px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.service-image-box-items-style-3 .service-content h4 a {
  font-size: 18px;
  font-weight: 600;
}
.service-image-box-items-style-3:hover img {
  transform: scale(1.1) rotate(2deg);
}
.service-image-box-items-style-3:hover .service-icon img {
  transform: scaleX(-1) !important;
}
.service-image-box-items-style-3:hover .service-content h4 a {
  color: var(--theme-3);
}

.service-card-items-style-4 {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  border-top: 1px solid var(--theme-3);
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.service-card-items-style-4 .content {
  padding: 30px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-style-4 .content .icon-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
.service-card-items-style-4 .content .icon-items-area .icon img {
  transition: all 0.4s ease-in-out;width: 60px; height: auto;
  display: inline-block;
}
.service-card-items-style-4 .content .icon-items-area h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(17, 17, 17, 0.3);
  font-size: 55px;
  font-weight: 600;
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.service-card-items-style-4 .content h4 {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-size: 22px;color: #0560a7;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .service-card-items-style-4 .content h4 {
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  .service-card-items-style-4 .content h4 {
    font-size: 18px;
  }
	.service-card-items-style-4 .content .icon-items-area h3 {
  
  font-size:40px;
}
	.service-card-items-style-4 .content .icon-items-area .icon img {
  transition: all 0.4s ease-in-out;width: 50px; height: auto;
  display: inline-block;
}
}
@media (max-width: 1199px) {
  .service-card-items-style-4 .content h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
 .service-card-items-style-4 .content .icon-items-area .icon img {
width:40px; 
}
	.service-card-items-style-4 .content {
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
	.service-card-items-style-4 .content h4 {
  margin-top: 10px;
}
}


.service-card-items-style-4 .content h4 a:hover {
  color: var(--theme-3);
}
.service-card-items-style-4 .thumb {
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.service-card-items-style-4 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service-card-items-style-4:hover {
  border-top: 1px solid var(--header);
}
.service-card-items-style-4:hover .content {
  border-radius: 10px;
  background: #ccdeed;
}
.service-card-items-style-4:hover .content .icon-items-area .icon svg path {
  fill: #192A19;
}
.service-card-items-style-4:hover .content .icon-items-area .icon svg {
  transform: scaleX(-1) !important;
}
.service-card-items-style-4:hover .content .icon-items-area h3 {
  -webkit-text-stroke-color: #192A19;
}
.service-card-items-style-4:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.service-box-items-style-5 {
  border: 1px solid var(--theme-4);
  padding: 12px 10px;
  border-radius: 20px;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.service-box-items-style-5 .service-thumb {
  position: relative;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 30px;
}
.service-box-items-style-5 .service-thumb .white-shape {
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -6px;
}
.service-box-items-style-5 .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service-box-items-style-5 .service-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45.77%, #111 89.7%);
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border-radius: 30px;
}
.service-box-items-style-5 .service-thumb .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-4);
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 10px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-5 .service-thumb .icon img {
  width: initial;
  height: initial;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-5 .service-thumb .service-content {
  position: absolute;
  bottom: -50px;
  left: 30px;
  right: 20px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-5 .service-thumb .service-content h4 {
  transition: all 0.4s ease-in-out;
  font-size: 25px;
}
.service-box-items-style-5 .service-thumb .service-content h4 a {
  font-weight: 600;
  color: var(--white);
}
.service-box-items-style-5 .service-thumb .service-content p {
  font-weight: 700;
  color: var(--white);
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-5 .service-thumb .service-content .theme-btn {
  margin-top: 20px;
  background-color: var(--white);
  border-radius: 5px;
  padding: 18px 40px;
  color: var(--theme-4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-5 .service-thumb:hover::before {
  background: linear-gradient(180deg, rgba(121, 185, 0, 0.01) 26.09%, #79B900 72.15%);
}
.service-box-items-style-5 .service-thumb:hover .service-content {
  bottom: 30px;
}
.service-box-items-style-5 .service-thumb:hover .service-content .theme-btn {
  opacity: 1;
  visibility: visible;
}
.service-box-items-style-5:hover .icon img {
  transform: scaleX(-1) !important;
}

.service-section-5 {
  position: relative;
  z-index: 9;
}
.service-section-5 .service-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-section-5 .service-shape-1 {
    display: none;
  }
}
.service-section-5 .service-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-section-5 .service-shape-2 {
    display: none;
  }
}

.service-box-items-style-6 {
  margin-top: 30px;
}
.service-box-items-style-6 .service-thumb {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 20px;
}
.service-box-items-style-6 .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.service-box-items-style-6 .service-content {
  background: var(--white);
  border-radius: 20px;
  border-bottom: 5px solid rgba(121, 185, 0, 0.1);
  padding: 30px 40px;
  padding-right: 20px;
  margin-top: -150px;
  position: relative;
  transition: all 0.4s ease-in-out;
  padding-top: 0;
}
.service-box-items-style-6 .service-content .service-icon-area {
  display: flex;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  align-items: end;
}
.service-box-items-style-6 .service-content .service-icon-area h3 {
  font-size: 25px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .service-box-items-style-6 .service-content .service-icon-area h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-box-items-style-6 .service-content .service-icon-area h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .service-box-items-style-6 .service-content .service-icon-area h3 {
    font-size: 22px;
  }
}
.service-box-items-style-6 .service-content .service-icon-area .icon {
  border-radius: 0 0 20px 20px;
  background-color: rgba(121, 185, 0, 0.1);
  max-width: 75px;
  height: 95px;
  width: 100%;
  line-height: 95px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6 .service-content .service-icon-area .icon img {
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6 .service-content .circle-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6 .service-content .circle-check .arrow-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px dashed var(--theme-4);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 11;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6 .service-content .circle-check .arrow-icon::before {
  width: 45px;
  height: 45px;
  content: "";
  background-color: var(--theme-4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6 .service-content .circle-check .arrow-text {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-6:hover .service-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.service-box-items-style-6:hover .service-content {
  border-bottom: 8px solid var(--theme-4);
}
.service-box-items-style-6:hover .service-content .service-icon-area h3 a {
  color: var(--theme-4);
}
.service-box-items-style-6:hover .service-content .service-icon-area .icon {
  background-color: var(--theme-4);
}
.service-box-items-style-6:hover .service-content .service-icon-area .icon img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.service-box-items-style-6:hover .service-content .circle-check .arrow-icon {
  border: 1px dashed #111;
}
.service-box-items-style-6:hover .service-content .circle-check .arrow-icon::before {
  background-color: #111;
}
.service-box-items-style-6:hover .service-content .circle-check .arrow-text {
  color: var(--theme-4);
}

.service-box-items-style-7 {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  padding: 30px;
  padding-top: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.service-box-items-style-7 .box-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-box-items-style-7 .icon {
  border-radius: 0 0 20px 20px;
  background-color: rgba(121, 185, 0, 0.1);
  width: 75px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.service-box-items-style-7 .icon img {
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content h3 a {
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content p {
  transition: all 0.4s ease-in-out;
  color: #626262;
}
.service-box-items-style-7 .content .circle-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  justify-content: center;
}
.service-box-items-style-7 .content .circle-check .arrow-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px dashed var(--theme-4);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 11;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content .circle-check .arrow-icon::before {
  width: 45px;
  height: 45px;
  content: "";
  background-color: var(--theme-4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7 .content .circle-check .arrow-text {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  transition: all 0.4s ease-in-out;
}
.service-box-items-style-7:hover {
  background-color: var(--theme-4);
}
.service-box-items-style-7:hover .box-shape {
  opacity: 1;
  visibility: visible;
}
.service-box-items-style-7:hover .icon {
  background-color: var(--white);
}
.service-box-items-style-7:hover .icon img {
  transform: scaleX(-1) !important;
}
.service-box-items-style-7:hover .content h3 a {
  color: var(--white);
}
.service-box-items-style-7:hover .content p {
  color: var(--white);
}
.service-box-items-style-7:hover .content .circle-check .arrow-icon {
  border: 1px dashed #111;
}
.service-box-items-style-7:hover .content .circle-check .arrow-icon::before {
  background-color: #111;
}
.service-box-items-style-7:hover .content .circle-check .arrow-text {
  color: var(--white);
}

.service-details-content .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.service-details-content h2 {
  font-size: 46px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-details-content h2 {
    font-size: 38px;
  }
}
.service-details-content p {
  margin-top: 20px;
}
.service-details-content .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-details-content .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-details-content .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.service-details-content .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-content .list-items ul li img {
  margin-right: 10px;
}
.service-details-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
}
.service-details-content .service-list-items-2 {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
.service-details-content .service-list-items-2::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: var(--theme-2);
}
.service-details-content .service-list-items-2 .text {
  font-size: 18px;
  font-weight: 400;
  margin-left: 30px;
}
.service-details-content .service-list-items-2 .text b {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}

.main-sideber .sideber-box {
  padding: 30px 28px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 5px 5px 76.7px 91px rgba(8, 4, 56, 0.05);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .main-sideber .sideber-box {
    margin-bottom: 30px;
    padding: 30px 22px;
  }
}
.main-sideber .sideber-box .service-categories {
  margin-top: 30px;
}
.main-sideber .sideber-box .service-categories li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-sideber .sideber-box .service-categories li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 48, 53, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-sideber .sideber-box .service-categories li span i {
  color: var(--theme-2);
}
.main-sideber .sideber-box .service-categories li:hover a {
  color: var(--theme-2);
}
.main-sideber .sideber-image {
  position: relative;
  z-index: 9;
}
.main-sideber .sideber-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.main-sideber .sideber-image .content-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8.25px);
  border-radius: 12px;
  padding: 20px 40px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.main-sideber .sideber-image .content-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
  text-align: center;
}
.main-sideber .sideber-image .content-box .phone-area {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--theme-2);
  padding: 20px 30px;
  border-radius: 12px;
}
.main-sideber .sideber-image .content-box .phone-area .icon {
  color: var(--theme);
  font-size: 30px;
}
.main-sideber .sideber-image .content-box .phone-area .content p {
  font-weight: 500;
  color: var(--white);
}
.main-sideber .sideber-image .content-box .phone-area .content a {
  color: var(--white);
}

.team-box-items-style-1 {
  margin-top: 30px;
}
.team-box-items-style-1 .thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.team-box-items-style-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.team-box-items-style-1 .content {
  background-color: #f3f3f3;
  margin-top: -15px;
  padding: 25px 35px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .team-box-items-style-1 .content {
    padding: 22px 25px;
  }
}
.team-box-items-style-1 .content h3 a,.team-box-items-style-1 .content h3  {
  background-position: 0 95%;font-size: 20px; line-height: 30px;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-box-items-style-1 .content h3 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.team-box-items-style-1 .content p {
  border-bottom: 1px solid rgba(25, 42, 25, 0.1);
  padding-bottom: 15px;padding-top: 15px;
}
.team-box-items-style-1 .content .bottom-items {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .team-box-items-style-1 .content .bottom-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-box-items-style-1 .content .bottom-items .social-icon {
  gap: 15px;
}
.team-box-items-style-1 .content .bottom-items .social-icon a {
  font-size: 22px;
}
@media (max-width: 1600px) {
  .team-box-items-style-1 .content .bottom-items .social-icon a {
    font-size: 16px;
  }
}
.team-box-items-style-1 .content .bottom-items .social-icon a:hover {
  color: var(--theme-2);
}
.team-box-items-style-1 .content .bottom-items .theme-btn {
  background-color: var(--white);
  color: var(--header);
  line-height: 1;
}
@media (max-width: 1600px) {
  .team-box-items-style-1 .content .bottom-items .theme-btn {
    padding: 7px 7px 7px 22px;
    font-size: 15px;
  }
}
.team-box-items-style-1 .content .bottom-items .theme-btn::before {
  background-color: var(--theme);
}
.team-box-items-style-1 .content .bottom-items .theme-btn i {
  background-color:#bcc7ca;
  color: #000;
}
.team-box-items-style-1 .content .bottom-items .theme-btn:hover i {
  background-color: var(--header);
  color: var(--white);
}
.team-box-items-style-1:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.team-box-items-style-5 {
  margin-top: 30px;
}
.team-box-items-style-5 .team-thumb {
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 20px;
}
.team-box-items-style-5 .team-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.team-box-items-style-5 .team-thumb .team-icon {
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-box-items-style-5 .team-thumb .team-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.team-box-items-style-5 .team-thumb .team-icon li a {
  background-color: var(--white);
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  color: #111;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.team-box-items-style-5 .team-thumb .team-icon li a:hover {
  background-color: var(--theme-4);
  color: var(--white);
}
.team-box-items-style-5 .team-thumb .team-content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: -150px;
  display: grid;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-style-5 .team-thumb .team-content p {
  font-size: 16px;
  font-weight: 700;
  
  background-color: #111;
  color: var(--white);
  padding: 13px 30px;
  display: inline-block;
  line-height: 1;
  max-width: 170px;
}
.team-box-items-style-5 .team-thumb .team-content h4 {
  font-size: 20px;
  font-weight: 700;
  
  background-color: var(--theme-4);
  padding: 13px 30px;
  padding-right: 60px;
  display: inline-block;
  line-height: 1;
}
.team-box-items-style-5 .team-thumb .team-content h4 a {
  color: var(--white);
}
.team-box-items-style-5:hover .team-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.team-box-items-style-5:hover .team-thumb .team-icon li {
  transform: scaleX(1);
}
.team-box-items-style-5:hover .team-content {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.team-section-5 {
  position: relative;
  z-index: 9;
}
.team-section-5 .team-shape {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

.team-box-items-style-7 {
  margin-top: 30px;
}
.team-box-items-style-7 .team-thumb {
  position: relative;
  z-index: 99;
  overflow: hidden;
  border-radius: 25px;
}
.team-box-items-style-7 .team-thumb .icon-shape {
  position: absolute;
  top: -2px;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.team-box-items-style-7 .team-thumb .icon-shape2 {
  position: absolute;
  top: -2px;
  right: -5px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.team-box-items-style-7 .team-thumb .social-profile {
  position: absolute;
  right: 5px;
  top: 0;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 9;
}
.team-box-items-style-7 .team-thumb .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-style-7 .team-thumb .social-profile ul li {
  margin-bottom: 5px;
}
.team-box-items-style-7 .team-thumb .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: rgba(121, 185, 0, 0.1);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.team-box-items-style-7 .team-thumb .social-profile ul li a:hover {
  background: var(--theme-4);
  color: var(--white);
}
.team-box-items-style-7 .team-thumb .social-profile .plus-btn {
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: rgba(121, 185, 0, 0.1);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  margin-bottom: 5px;
}
.team-box-items-style-7 .team-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(121, 185, 0, 0) 0%, #79B900 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  z-index: 1;
}
.team-box-items-style-7 .team-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.team-box-items-style-7 .team-thumb .content {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-style-7 .team-thumb .content p {
  color: var(--white);
}
.team-box-items-style-7 .team-thumb .content h4 {
  font-size: 22px;
  font-weight: 700;
}
.team-box-items-style-7 .team-thumb .content h4 a {
  color: var(--white);
}
.team-box-items-style-7 .team-thumb:hover .icon-shape {
  opacity: 0;
  visibility: hidden;
}
.team-box-items-style-7 .team-thumb:hover .icon-shape img {
  transform: initial;
}
.team-box-items-style-7 .team-thumb:hover .social-profile ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-box-items-style-7 .team-thumb:hover .social-profile .plus-btn {
  background: var(--theme-4);
  color: var(--white);
}
.team-box-items-style-7 .team-thumb:hover .icon-shape2 {
  opacity: 1;
  visibility: visible;
}
.team-box-items-style-7 .team-thumb:hover .icon-shape2 img {
  transform: initial;
}
.team-box-items-style-7 .team-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.team-box-items-style-7 .team-thumb:hover .content {
  opacity: 1;
  visibility: visible;
}
.team-box-items-style-7 .team-thumb:hover img {
  transform: scale(1.1) rotate(2deg);
}

.team-section .team-slider {
  margin: 0;
}

.team-section .swiper-dot {
  text-align: center;
  margin: 50px auto 0;
  position: relative;
  z-index: 9;
}
.team-section .swiper-dot .swiper-pagination-bullet {
  background-color: var(--theme-2);
  width: 9px;
  height: 9px;
  opacity: 1;
}
.team-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}
.team-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.team-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  left: 56%;
  transform: translate(-52%, -48%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  content: "";
}

.team-left-image {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .team-left-image {
    margin-right: 0;
  }
}
.team-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.team-details-content .top-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-2);
}
.team-details-content h2 {
  font-size: 46px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .team-details-content h2 {
    font-size: 38px;
  }
}
.team-details-content .team-text {
  margin-top: 10px;
}
.team-details-content .progress-wrap {
  margin-top: 20px;
}
.team-details-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.team-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.team-details-content .progress-wrap .pro-items .progress {
  background: rgba(0, 93, 181, 0.1);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  border-radius: 6px;
  width: 100%;
}
.team-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 6px;
  background: var(--theme-2);
  height: 6px;
  width: 0;
}
.team-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.team-details-content ul {
  margin-top: 30px;
}
.team-details-content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-details-content ul li .icon {
  font-size: 18px;
  color: var(--theme-2);
}
.team-details-content ul li p {
  color: #616766;
  font-size: 16px;
  font-weight: 500;
}
.team-details-content ul li p a {
  color: #616766;
}
.team-details-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.team-details-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 80px;
}
.team-details-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
}
.team-details-content .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .team-details-content .list-items {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.team-details-content .list-items ul li {
  font-size: 18px;
  font-weight: 500;
}
.team-details-content .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-content .list-items ul li img {
  margin-right: 5px;
}

.team-section-inner {
  margin: 0; padding: 80px 0 150px 0;width: 100%; height: auto;
}

.project-section {
  margin: 0 15px;
}
.project-section .section-title-area {
  align-items: start;
  margin-bottom: 60px;
  gap: 0;
}
@media (max-width: 1199px) {
  .project-section .section-title-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project-section .section-title-area {
    margin-bottom: 30px;
  }
}
.project-section .section-title-area h2 {
  font-weight: 500;
}

.project-thumb-box-items-style-1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-thumb-box-items-style-1 {
    height: 500px;
  }
  .project-thumb-box-items-style-1 img {
    object-fit: cover;
  }
}
.project-thumb-box-items-style-1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-thumb-box-items-style-1 .project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 21px;
  background: var(--white);
  padding: 30px;
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .project-thumb-box-items-style-1 .project-content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
  }
}
.project-thumb-box-items-style-1 .project-content .text-items h3 {
  margin-bottom: 10px;
}
.project-thumb-box-items-style-1 .project-content .text-items h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-thumb-box-items-style-1 .project-content .text-items h3 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.project-thumb-box-items-style-1 .project-content .circle-icon {
  background-color: var(--theme);
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
}
.project-thumb-box-items-style-1 .project-content .circle-icon:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-thumb-box-items-style-1:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.project-thumb-box-items-style-1:hover img {
  transform: scale(1.1) rotate(2deg);
}

.project-box-items-style-2 .thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.project-box-items-style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-style-2 .content {
  margin-top: 30px;
}
.project-box-items-style-2 .content ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-box-items-style-2 .content ul li span {
  border-radius: 82px;
  border: 1px solid rgba(137, 137, 137, 0.36);
  padding: 8px 18px;
  display: inline-block;
  line-height: 1;
}
.project-box-items-style-2 .content h3 {
  margin-top: 12px;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .project-box-items-style-2 .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .project-box-items-style-2 .content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .project-box-items-style-2 .content h3 {
    font-size: 24px;
  }
}
.project-box-items-style-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-style-2 .content h3 a:hover {
  color: var(--theme-2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-2) 0%, var(--theme-2) 100%);
}
.project-box-items-style-2:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.project-section-2 {
  margin: 0 100px;
}
@media (max-width: 1600px) {
  .project-section-2 {
    margin: 0 40px;
  }
}
@media (max-width: 1399px) {
  .project-section-2 {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .project-section-2 {
    margin: 0 20px;
  }
}

.project-box-items-style-3 {
  margin-top: 30px;
  position: relative;
}
.project-box-items-style-3 .thumb {
  max-width: 715px;
  border-radius: 12px;
  overflow: hidden;
}
.project-box-items-style-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-style-3 .content {
  margin-top: 20px;
}
.project-box-items-style-3 .content h3 a:hover {
  color: var(--theme-3);
}
.project-box-items-style-3 .content p {
  color: var(--theme-3);
}
.project-box-items-style-3:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.project-botton {
  text-align: center;
}
.project-botton .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-3);
  color: var(--white);
  margin-top: 60px;
}
.project-botton .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.gallery-image-3 {
  overflow: hidden;
  position: relative;
}
.gallery-image-3 img {
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.gallery-image-3:hover img {
  transform: scale(1.1) rotate(2deg);
}

.project-section-4 .container-2 {
  max-width: 1320px !important;
}
.project-section-4 .container {
  max-width: 1705px;
}
.project-section-4 .section-title-area .theme-btn {
  background-color: var(--theme-3);
  color: var(--white);
}
.project-section-4 .section-title-area .theme-btn i {
  background-color: var(--white);
  color: var(--theme-3);
}

.project-box-items-4 {
  margin-top: 30px;
}
.project-box-items-4 .project-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  z-index: 9;
}
.project-box-items-4 .project-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(235, 250, 158, 0) 0%, #EBFA9E 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 1px;
  z-index: 1;
}
.project-box-items-4 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-4 .project-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-box-items-4 .project-content-area .content {
  margin-top: 20px;
}
.project-box-items-4 .project-content-area .content p {
  color: var(--theme-3);
}
.project-box-items-4 .project-content-area .content h3 a:hover {
  color: var(--theme-3);
}
.project-box-items-4 .project-content-area .circle-check {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-3);
  border-radius: 50%;
  color: var(--white);
}
.project-box-items-4:hover .project-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.project-box-items-4:hover .project-thumb::before {
  opacity: 1;
  visibility: visible;
}

.project-box-items-style-5 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.project-box-items-style-5 .project-thumb {
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.project-box-items-style-5 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-style-5 .project-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 97, 164, 0) 43.86%, #0561a4 100%);
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-style-5 .project-thumb .arrow-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0561a4;
  color: var(--white);
  display: inline-block;
  border-radius: 25px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.project-box-items-style-5 .project-thumb .content {
  position: absolute;
  z-index: 9;
  bottom: -50px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-style-5 .project-thumb .content p {
  border-radius: 25px;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.project-box-items-style-5 .project-thumb .content h4 {
  transition: all 0.4s ease-in-out;
  font-size: 26px;
}
.project-box-items-style-5 .project-thumb .content h4 a {
  font-weight: 600;
  
  color: var(--white);
}
.project-box-items-style-5:hover .project-thumb::before {
  opacity: 1;
  visibility: visible;
}
.project-box-items-style-5:hover .project-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.project-box-items-style-5:hover .project-thumb .arrow-icon {
  opacity: 1;background: #fb8614;
  visibility: visible;
}
.project-box-items-style-5:hover .project-thumb .content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.project-section-6 .section-title-area .theme-btn {
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.project-box-items-6 {
  margin-top: 30px;
}
.project-box-items-6 .project-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-box-items-6 .project-thumb {
    height: 550px;
  }
  .project-box-items-6 .project-thumb img {
    object-fit: cover;
  }
}
.project-box-items-6 .project-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(121, 185, 0, 0) 0%, #79B900 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  z-index: 1;
}
.project-box-items-6 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-6 .project-thumb .project-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .project-box-items-6 .project-thumb .project-content-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-box-items-6 .project-thumb .project-content-area h3 {
  
  font-size: 36px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .project-box-items-6 .project-thumb .project-content-area h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .project-box-items-6 .project-thumb .project-content-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .project-box-items-6 .project-thumb .project-content-area h3 {
    font-size: 22px;
  }
}
.project-box-items-6 .project-thumb .project-content-area h3 a {
  color: var(--white);
}
.project-box-items-6 .project-thumb .project-content-area .circle-check {
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme-4);
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.project-box-items-6:hover .project-thumb img {
  transform: scale(1.1) rotate(2deg);
}
.project-box-items-6:hover .project-thumb::before {
  opacity: 1;
  visibility: visible;
}
.project-box-items-6:hover .project-thumb .project-content-area {
  opacity: 1;
  visibility: visible;
}

.project-box-items-style-7 {
  margin-top: 30px;
}
.project-box-items-style-7 .project-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.project-box-items-style-7 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.project-box-items-style-7 .project-content {
  margin-top: 30px;
}
.project-box-items-style-7 .project-content p {
  
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .project-box-items-style-7 .project-content p {
    font-size: 16px;
  }
}
.project-box-items-style-7 .project-content h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .project-box-items-style-7 .project-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .project-box-items-style-7 .project-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .project-box-items-style-7 .project-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .project-box-items-style-7 .project-content h3 {
    font-size: 24px;
  }
}
.project-box-items-style-7 .project-content h3 a:hover {
  color: var(--theme-4);
}
.project-box-items-style-7:hover .project-thumb img {
  transform: scale(1.1) rotate(2deg);
}

.project-btn-7 {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .project-btn-7 {
    margin-top: 30px;
  }
}
.project-btn-7 .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-4);
  display: inline-block;
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--theme-4);
}
.project-btn-7 .theme-btn::before {
  background-color: var(--theme-4);
  color: var(--white);
}
.project-btn-7 .theme-btn:hover {
  color: var(--white);
}

.project-details-sidebar .sidebar-widget {
  background-color: #F9F9F9;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .project-details-sidebar .sidebar-widget {
    padding: 26px;
  }
}
.project-details-sidebar .sidebar-widget .sideber-title {
  margin-bottom: 20px;
}
.project-details-sidebar .sidebar-widget .sideber-title h4 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.project-details-sidebar .sidebar-widget .project-infrom li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.project-details-sidebar .sidebar-widget .project-infrom li .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  color: var(--theme-2);
}
.project-details-sidebar .sidebar-widget .project-infrom li .content h4 {
  font-size: 16px;
  font-weight: 600;
}
.project-details-sidebar .sidebar-widget .project-infrom li:not(:last-child) {
  margin-bottom: 25px;
}

.project-details-top-image {
  margin-bottom: 40px;
}
.project-details-top-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.project-details-content h2 {
  font-size: 46px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-details-content h2 {
    font-size: 38px;
  }
}
.project-details-content p {
  margin-top: 20px;
}
.project-details-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
}
.project-details-content .image-items {
  margin-top: 30px;
}
.project-details-content .image-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-details-content .prev-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(41, 1, 0, 0.19);
  border-bottom: 1px solid rgba(41, 1, 0, 0.19);
  padding: 6px 0;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .project-details-content .prev-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-content .prev-item .prev-left .prev-btn {
  font-weight: 400;
  font-size: 16px;
  color: rgb(100, 100, 100);
}
.project-details-content .prev-item .prev-left .prev-btn i {
  margin-right: 5px;
}
.project-details-content .prev-item .prev-left p {
  margin-top: 10px;
  color: #171717;
  font-weight: 500;
  font-size: 16px;
}

.testimonial-box-items-style-1 {
  margin-top: 30px;
  border-right: 1px solid rgba(25, 42, 25, 0.12);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .testimonial-box-items-style-1 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-items-style-1 {
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-style-1 {
    padding-right: 10px;
  }
}
.testimonial-box-items-style-1 h4 {
  font-size: 18px;
  font-weight: 600;
}
.testimonial-box-items-style-1 .star {
  color: #FF8000;
  margin-top: 30px;
}
.testimonial-box-items-style-1 .star i {
  margin-left: 5px;
}
.testimonial-box-items-style-1 .testi-text {
  margin-top: 15px;
  max-width: 332px;
}
.testimonial-box-items-style-1 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.testimonial-box-items-style-1 .client-info .client-content h5 {
  font-weight: 600;
}

.testimonial-section .swiper-dot {
  text-align: center;
  margin: 50px auto 0;
  position: relative;
  z-index: 9;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet {
  background-color: var(--theme-2);
  width: 9px;
  height: 9px;
  opacity: 1;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 49%;
  left: 56%;
  transform: translate(-52%, -48%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  content: "";
}

.testimonial-box-items-style-2 {
  margin-top: 30px;
}
.testimonial-box-items-style-2 .client-info {
  border-radius: 12px;
  background-color: var(--bg-2);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 18px;
}
.testimonial-box-items-style-2 .client-info .client-content h5 {
  font-weight: 600;
}
.testimonial-box-items-style-2 .testimonial-content {
  border-radius: 12px;
  background-color: var(--bg-2);
  padding: 30px;
  margin-top: 10px;
}
.testimonial-box-items-style-2 .testimonial-content .star {
  color: #FF8000;
}
.testimonial-box-items-style-2 .testimonial-content .testi-text {
  color: #5C5C5C;
  margin-top: 10px;
}
.testimonial-box-items-style-2 .testimonial-content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 140px;
  color: #717171;
}
@media (max-width: 1199px) {
  .testimonial-box-items-style-2 .testimonial-content h5 {
    margin-top: 20px;
  }
}

.testimonial-section-2 {
  border-radius: 115px 115px 0 0;
  background: var(--white);
  margin: 0 15px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 {
    border-radius: 20px;
  }
}

.testimonial-section-3 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .testimonial-section-3 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-3 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-section-3 {
    padding-bottom: 80px !important;
  }
}
.testimonial-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(25, 42, 25, 0.95);
}
.testimonial-section-3::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 93%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .testimonial-section-3::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-3.style-2 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-section-3.style-2 {
    padding-bottom: 80px !important;
  }
}
.testimonial-section-3.style-2::after {
  background: var(--bg-3);
}
@media (max-width: 1199px) {
  .testimonial-section-3.style-2::after {
    display: none;
  }
}
.testimonial-section-3 .testi-shape-1 {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media (max-width: 1399px) {
  .testimonial-section-3 .testi-shape-1 {
    display: none;
  }
}

.testimonial-text h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-size: 166px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -8.3px;
  color: transparent;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .testimonial-text h2 {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .testimonial-text h2 {
    letter-spacing: initial;
    margin-bottom: 30px;
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .testimonial-text h2 {
    font-size: 82px;
  }
}
@media (max-width: 767px) {
  .testimonial-text h2 {
    font-size: 68px;
  }
}
@media (max-width: 575px) {
  .testimonial-text h2 {
    font-size: 53px;
  }
}
@media (max-width: 470px) {
  .testimonial-text h2 {
    font-size: 42px;
  }
}
.testimonial-text h2.style-2 {
  -webkit-text-stroke-width: initial;
  -webkit-text-stroke-color: initial;
  color: #EBFA9E;
}

.testimonial-section-3 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 1600px) {
  .testimonial-section-3 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-3 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.testimonial-section-3 .testimonial-slider-3 {
  position: relative;
  max-width: 915px;
  margin-left: initial;
}
@media (max-width: 1600px) {
  .testimonial-section-3 .testimonial-slider-3 {
    max-width: 710px;
  }
}
.testimonial-section-3 .array-button {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  width: 160px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .testimonial-section-3 .array-button {
    position: static;
    margin-top: 30px;
  }
}
.testimonial-section-3 .array-button .array-prev, .testimonial-section-3 .array-button .array-next {
  width: 80px;
  height: 70px;
  line-height: 70px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.testimonial-section-3 .array-button .array-prev {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.testimonial-section-3 .array-button .array-prev:hover {
  background-color: var(--theme-3);
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.testimonial-section-3 .array-button .array-next:hover {
  background-color: var(--theme-3);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.testimonial-left-image-items-style-3 {
  border-radius: 10px;
}
.testimonial-left-image-items-style-3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.testimonial-right-content-items-style-3 {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .testimonial-right-content-items-style-3 {
    margin-left: 0;
  }
}
.testimonial-right-content-items-style-3 .star {
  color: #FF8000;
}
.testimonial-right-content-items-style-3 h3 {
  font-size: 46px;
  font-weight: 600;
  color: var(--white);
  line-height: 130%;
  letter-spacing: -1.38px;
  max-width: 900px;
  margin-top: 20px;
}
@media (max-width: 1899px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 36px;
  }
}
@media (max-width: 1600px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 26px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .testimonial-right-content-items-style-3 h3 {
    font-size: 21px;
    line-height: 145%;
  }
}
.testimonial-right-content-items-style-3 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 1899px) {
  .testimonial-right-content-items-style-3 .client-info {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .testimonial-right-content-items-style-3 .client-info {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-right-content-items-style-3 .client-info {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-right-content-items-style-3 .client-info {
    margin-top: 30px;
  }
}
.testimonial-right-content-items-style-3 .client-info .client-content h5 {
  font-weight: 600;
  color: var(--white);
}
.testimonial-right-content-items-style-3 .client-info .client-content p {
  color: rgba(255, 255, 255, 0.77);
}

.testimonial-box-items-5 {
  background-color: var(--white);
  box-shadow: 0 10px 40px rgba(29, 31, 21, 0.1);
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 30px;
}
.testimonial-box-items-5 .star {
  color: #FF9D00;
}
.testimonial-box-items-5 .star i {
  margin-right: 10px;
}
.testimonial-box-items-5 .testi-text {
  margin-top: 20px;
  max-width: 366px;
}
.testimonial-box-items-5 .client-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-5 .client-info-area .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-5 .client-info-area .client-info .client-content h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-5 .client-info-area .quote-icon img {
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-5:hover .client-info-area .client-info .client-content h4 {
  color: var(--theme-4);
}
.testimonial-box-items-5:hover .client-info-area .quote-icon img {
  opacity: 1;
}

.testimonial-section-5 {
  position: relative;
  z-index: 9;
}
.testimonial-section-5 .testimonial-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1899px) {
  .testimonial-section-5 .testimonial-image {
    max-width: 800px;
  }
}
@media (max-width: 1600px) {
  .testimonial-section-5 .testimonial-image {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-5 .testimonial-image {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-5 .testimonial-image {
    display: none;
  }
}
.testimonial-section-5 .testimonial-image img {
  height: 100%;
}
.testimonial-section-5 .array-button {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-section-5 .array-button .array-next, .testimonial-section-5 .array-button .array-prev {
  transition: all 0.4s ease-in-out;
  width: 80px;
  height: 47px;
  line-height: 47px;
  border-radius: 23.5px;
  border: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 1199px) {
  .testimonial-section-5 .array-button .array-next, .testimonial-section-5 .array-button .array-prev {
    color: var(--header);
    border: 1px solid var(--header);
  }
}
.testimonial-section-5 .array-button .array-next:hover, .testimonial-section-5 .array-button .array-prev:hover {
  background-color: var(--theme-4);
  color: var(--white);
  border: 1px solid var(--theme-4);
}

.testimonial-box-items-style-6 {
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);
  padding: 50px 30px;
  margin-top: 30px;
}
.testimonial-box-items-style-6 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  position: relative;
}
.testimonial-box-items-style-6 .client-info .quote-icon {
  position: absolute;
  bottom: -11%;
  left: 3%;
}
.testimonial-box-items-style-6 .client-info .client-content h5 {
  font-weight: 600;
  font-size: 24px;
  
}
.testimonial-box-items-style-6 .testi-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: var(--text);
  line-height: 145%;
  max-width: 585px;
  margin-top: 30px;
}
.testimonial-box-items-style-6 .ratting-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.testimonial-box-items-style-6 .ratting-area h4 {
  
  font-size: 20px;
  font-weight: 700;
}
.testimonial-box-items-style-6 .ratting-area .star {
  color: #FEC51B;
}
.testimonial-section-6{padding: 80px 0 120px 0; width: 100%; height: auto; margin: 0;}


.testimonial-section-6 .testimonial-slider-6 {
  overflow: initial;
}
.testimonial-section-6 .pagi-btn {
  background-color: #0b5faa;
  max-width: 250px;
  border-radius: 25px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  padding: 3px 15px;
}
.testimonial-section-6 .pagi-btn .array-next, .testimonial-section-6 .pagi-btn .array-prev {
  color: var(--white);
}
.testimonial-section-6 .swiper-dot {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.testimonial-section-6 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
  width: 9px;
  height: 9px;
  opacity: 1;
}
.testimonial-section-6 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}
.testimonial-section-6 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  transition: 0.6s;
  position: relative;
}
.testimonial-section-6 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  left: 56%;
  transform: translate(-52%, -48%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--white);
  content: "";
}

.testimonial-section-7 .swiper {
  overflow: initial;
}



.waves { position: absolute; width: 100%; height: 80px; margin-top: 0; margin-bottom: -8px; left: 0; bottom: 0; width: 100%; z-index: 3; margin-top: -80px; }
.parallax > use {animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;}
.parallax > use:nth-child(1) {animation-delay: -2s;animation-duration: 7s;}
.parallax > use:nth-child(2) {animation-delay: -3s;animation-duration: 10s;}
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 13s;}
.parallax > use:nth-child(4) {animation-delay: -5s;animation-duration: 20s;}


@keyframes move-forever {0% {transform: translate3d(-90px,0,0);}100% { transform: translate3d(85px,0,0);}}

.footer-section-2 .parallax > use { fill: rgba(5,52,113,0.6); }
.footer-section-2 .waves { bottom: auto; position: absolute; top: 0px; margin-bottom: 0px; }




.indexabout{width: 100%; height: auto; margin: 0; padding:200px 0;position: relative;z-index: 2; transition: all 0.35s;background:url(../img/bg2.jpg) repeat-x;}

.indexabout .earthimg{max-width: 460px; height: auto; position:absolute;  left:25%; top: 100px;z-index: 10;  }
.indexabout .indexabout-left{margin: 0 auto; padding: 0; width: 100%; height: auto;z-index: 100;position: relative;}
.indexabout .indexabout-left .img{margin: 0; padding: 0; width: 100px; height: auto;}
.indexabout .indexabout-left .img img{margin: 0; padding: 0; width: 100px; height: auto;}
.indexabout .indexabout-left .txt{margin:40px 0; padding: 0; width: 100%; height: auto; font-size: 50px; font-weight: 700; line-height: 1.2; color: #077864;}



.indexabout .indexabout-right{margin: 0 auto; padding: 0; width: 100%; height: auto;z-index: 100; position: relative;}

.indexabout .indexabout-right .txt{margin:0; padding: 0; width: 100%; height: auto; font-size: 18px; font-weight: 500; line-height: 30px; color: #000;z-index: 100;}
.indexabout .indexabout-right .txt p{margin:0; padding:10px 0; width: 100%; height: auto; font-size: 18px; font-weight: 500; line-height: 30px; color: #000;z-index: 100;}

.indexabout-list{width: 100%; height: auto; margin: 0; padding:0 0 100px 0;position: relative;z-index: 2;transition: all 0.35s;background:url(../img/bg2.jpg) repeat-y;}

.indexabout-list .title{margin: 0 auto; padding: 0; width: 100%; height: auto;z-index: 2;position: relative;}
.indexabout-list .title .t1{margin: 0 auto; padding: 0; width: 100%; height: auto;z-index: 2;position: relative; font-size: 28px; font-weight: 500; line-height: 40px; color: #077864;}
.indexabout-list .title .t2{margin: 0 auto; padding: 0; width: 100%; height: auto;z-index: 2;position: relative; font-size: 20px; font-weight: 400; line-height: 36px; color: #000;}



.related__space-wrapper{margin-top:100px;min-width:100vw}
.related__space{display:flex;gap:60px}
.indexabout-list-con{min-width:500px;width:500px; background: #fff; padding: 40px; margin: 0; box-shadow: 0 10px 40px 0 rgba(29, 31, 21, 0.1);}
.indexabout-list-con .ico{ width: 60px; height: auto; margin: 0; padding: 0; float: right; }
.indexabout-list-con .ico img{ width: 60px; height: auto; }

.indexabout-list-con .t1{ width: 100%; height: auto; margin:100px 0 0 0; padding: 0; float: left;font-size: 34px; font-weight: 600; line-height: 40px; color: #077864; }
.indexabout-list-con .t2{ width: 100%; height: auto; margin:20px 0; padding: 0; float: left;font-size: 20px; font-weight: 600; line-height: 40px; color: #000; }




.space-pt{ padding:50px 0 0 0; margin:0; width:100%; height:auto; background:#fff;}



/*****************************
	Team
*****************************/
.team-item .team-img {
  overflow: hidden;
  position: relative; }
.team-item .team-img img {
    transition: all 1s ease-in-out; }


.team-item .team-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .team-item .team-info .team-title {
    font-size: 28px;
    line-height: 600;
    color: #FFF; }
    .team-item .team-info .team-title:hover {
      color: #95B485; }

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

.teams-boxs.team-style-02 {
  height: 800px;
  position: relative;
  overflow: hidden; }
  .teams-boxs.team-style-02 .team-images {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    .teams-boxs.team-style-02 .team-images .team-image-box {
      background-size: cover;
      background-position: center;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation: image-animate-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
      z-index: 12; }
      .teams-boxs.team-style-02 .team-images .team-image-box.team-img-active {
        animation: image-animate-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
        z-index: 6; }
  .teams-boxs.team-style-02 .team-items {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 30; }
    .teams-boxs.team-style-02 .team-items .team-item {
      position: relative;
      display: flex;
      align-items: flex-end;
      height: 100%;
      width: 33.33%;
      transition: all 1s ease;
      padding: 40px 50px;
      overflow: hidden;
      background-color: transparent;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      background-image: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.4) 100%); }
      .teams-boxs.team-style-02 .team-items .team-item .team-image-mobile {
        display: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .teams-boxs.team-style-02 .team-items .team-item .team-info {
        gap: 0px;
        margin-top: 0px;
        width: 100%;
        transition: all 0.5s ease-in-out;
        transform: translateY(0); }
        .teams-boxs.team-style-02 .team-items .team-item .team-info .team-title {
          margin-bottom: 15px;font-size: 36px;text-align: left;
            line-height: 34px;
            color: #ffffff; }

        .teams-boxs.team-style-02 .team-items .team-item .team-info .team-designation {
          display: inline-block;text-align: left;
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 20px;
          color: #ffffff; }
      
       
      .teams-boxs.team-style-02 .team-items .team-item.item-active {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.2);
        border-right: 0px; }
        .teams-boxs.team-style-02 .team-items .team-item.item-active .team-info {
          transform: translateY(-60px); }
          .teams-boxs.team-style-02 .team-items .team-item.item-active .team-info .team-description {
            opacity: 1;
            visibility: visible; }


@keyframes image-animate-in {
  0% {
    transform: scale(1);
    clip-path: inset(0 100% 0 0); }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0); } }

@keyframes image-animate-out {
  0% {
    transform: scale(1);
    clip-path: inset(0 0 0 0); }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 100%); } }

/*************************
       Responsive
*************************/
@media (max-width: 1399px) {
  .teams-boxs.team-style-02 .team-items .team-item {
    padding: 40px 25px; }

}



@media (max-width: 991px) {
  .teams-boxs.team-style-02 {
    height: auto; }
    .teams-boxs.team-style-02 .team-images {
      display: none; }
    .teams-boxs.team-style-02 .team-items {
      flex-wrap: wrap; }
      .teams-boxs.team-style-02 .team-items .team-item {
        width: 50%;
        height: 370px;
        position: relative;
        border-right: 0;
        padding: 25px;
        z-index: 2; }
        .teams-boxs.team-style-02 .team-items .team-item:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.4) 100%);
          z-index: 1; }
        .teams-boxs.team-style-02 .team-items .team-item .team-image-mobile {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%; }
        .teams-boxs.team-style-02 .team-items .team-item .team-info {
          position: relative;
          z-index: 3;
          transform: translateY(0); }
          .teams-boxs.team-style-02 .team-items .team-item .team-info .team-description {
            margin-top: 10px; }
        .teams-boxs.team-style-02 .team-items .team-item.item-active:before {
          background-image: none;
          background-color: rgba(0, 0, 0, 0.2); }
 
}

@media (max-width: 767px) {
  .team-single .team-content {
    margin-top: 90px; }
  
	
	
  .teams-boxs.team-style-02 .team-items .team-item {
    padding: 15px; }
    .teams-boxs.team-style-02 .team-items .team-item .team-info {
      transform: translateY(0); }
      .teams-boxs.team-style-02 .team-items .team-item .team-info .team-title {
        margin-bottom: 0; }
      .teams-boxs.team-style-02 .team-items .team-item .team-info .team-designation {
        margin-bottom: 10px;
        color: #ffffff; }
      .teams-boxs.team-style-02 .team-items .team-item .team-info .team-description {
        margin-top: 5px; }
  .team-section .section-title .title {
    font-size: 42px;
    line-height: 52px; } }

@media (max-width: 575px) {
  
	
  .team-section .section-title .title {
    font-size: 36px;
    line-height: 46px; }
  .teams-boxs.team-style-02 .team-items .team-item {
    width: 100%; } }




.our-services-gold{
    position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.our-services-gold::before,
.our-services-gold::after{
	content: '';
    position: absolute;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: move_effect 4s infinite linear alternate;
}

.our-services-gold::before{
	background-image: url('../img/eco2.png');
	top: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
}
@keyframes move_effect{
	0%{
		transform: rotate(-80deg);
	}
	100%{
		transform: rotate(80deg);
	}
}



.service-item-gold{
    position: relative;
    background:#F5F5F5;
    border-radius: 12px;
    min-height: 400px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.service-item-gold:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.service-item-gold.active::before,
.service-item-gold:hover::before{
	transform: translate(100%, -100%);
}

.service-item-image-gold{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-item-gold.active .service-item-image-gold,
.service-item-gold:hover .service-item-image-gold{
	opacity: 1;
}

.service-item-image-gold::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
	background-color: #033F2D;
	opacity: 60%;
}


.service-item-image-gold img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item-body-gold{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
    z-index: 2;
}

.service-item-body-content-gold .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: #077864;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}

.service-item-body-content-gold .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item-gold.active .service-item-body-content-gold .icon-box::before,
.service-item-gold:hover .service-item-body-content-gold .icon-box::before{
    transform: scale(1);
}

.service-item-body-content-gold .icon-box img{ 
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out; 
    z-index: 1;
}

.service-item-content-gold h2{
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.service-item-content-gold h2 a{
    color: inherit;
}

.service-item-gold.active .service-item-content-gold h2,
.service-item-gold:hover .service-item-content-gold h2{
	color: #fff;
}

.service-item-content-gold p{
	border-top: 1px solid #0000001A;
	padding-top: 20px;
	margin: 20px 0 0;
	transition: all 0.4s ease-in-out;
}

.service-item-gold.active .service-item-content-gold p,
.service-item-gold:hover .service-item-content-gold p{
	color: #fff;
	border-color: #FFFFFF1A;
}

.service-item-gold.active .service-item-btn-gold a.readmore-btn,
.service-item-gold:hover .service-item-btn-gold a.readmore-btn{
    color: #fff;
}

.service-item-gold.active .service-item-btn-gold a.readmore-btn::before,
.service-item-gold:hover .service-item-btn-gold a.readmore-btn::before{
    background-image: url('../img/arrow-white.svg');
}



.hero-prime{
    position: relative;
    background-image: url('../img/hero-bg-image-prime.png');
    background-position: center center;
    padding-top: 100px;padding-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
}
.hero-prime.bg-section{
	width: 100%;
	max-width: 1880px;
	background-color: #077864;
	border-radius: 20px;
	margin: 0 auto;
}

.hero-prime.bg-section .container-fluid{
	padding: 0;
}





.hero-prime .left-items {
  position: absolute;
  top: 30%;
  left: 7%;
}
@media (max-width: 1199px) {
  .hero-prime .left-items {
    display: none;
  }
}
.hero-prime .left-items .left-icon-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-prime .left-items .left-icon-items-area .left-icon-items {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.hero-prime .left-items .left-icon-items-area .left-icon-items::before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--white);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-prime .left-items .left-icon-items-area h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.hero-prime .left-items .left-icon-items-area h4 b {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}
.hero-prime .left-items .shape-1 {
  margin-top: 20px;
}
.hero-prime .right-items {
  position: absolute;
  top: 30%;
  right: 7%;
}
@media (max-width: 1199px) {
  .hero-prime .right-items {
    display: none;
  }
}
.hero-prime .right-items .right-icon-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-prime .right-items .right-icon-items-area .right-icon-items {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.hero-prime .right-items .right-icon-items-area .right-icon-items::before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--white);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-prime .right-items .right-icon-items-area h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}
.hero-prime .right-items .right-icon-items-area h4 b {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
}
.hero-prime .right-items .shape-1 {
  margin-top: 20px;
}




.hero-prime .hero-content {
  text-align: center;
}
.hero-prime .hero-content h1 {
  font-size: 50px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-prime .hero-content h1 {
    line-height: 120%;
    font-size: 40px;
  }
  .hero-prime .hero-content h1 br {
    display: none;
  }
}

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


.hero-prime .hero-content p {
  color: var(--white);
  margin-top: 30px;
}
.hero-prime .hero-content .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}



.hero-image-carousel-prime{
    --gap: 30px;margin-bottom: -20px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
    margin-top: 100px;
}

.hero-carousel-image-list-prime{
	flex-shrink: 0;
	display: flex;
    align-items: end;
	gap: var(--gap);
	min-width: 100%;
	animation: image_carousel_prime 20s linear infinite;
}

@keyframes image_carousel_prime{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.hero-carousel-image-list-prime .hero-carousel-image-prime figure{
    display: block;
    border-radius: 12px 12px 0 0;
}

.hero-carousel-image-list-prime .hero-carousel-image-prime img{
    width: 260px;
    aspect-ratio: 1 / 1.265;
	border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.hero-carousel-image-list-prime .hero-carousel-image-prime:nth-child(even) img{
    aspect-ratio: 1 / 0.94;
}




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

.indexnews .box {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.indexnews .box .list a {
  position: relative;
}
.indexnews .box .list a figure {
  overflow: hidden;width: 100%; height: auto; margin: 0; padding: 0;
}
.indexnews .box .list a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexnews .box .list a figcaption {
  background: #f8f8f8;
  padding: 40px;
}
.indexnews .box .list a .content1 {
  font-size:16px;
  color: #0560a6;
}
.indexnews .box .list a .content2 {
  font-size: 20px;margin: 0;
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
}
.indexnews .box .list a .content3 {
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.7rem;
}
.indexnews .box .list a .content3 i {
  font-size: 16px;
  margin: 5px;
  color: #0560a6;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexnews .box .list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #0560a6;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexnews .box .list a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.indexnews .box .list a:hover .content3 {
  color: #0560a6;
}
.indexnews .box .list a:hover .content3 i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.indexnews .box .list a:hover::after {
  width: 100%;
}
.indexnews .box .list1 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.indexnews .box .list1 .item a {
  height: 100%;
  position: relative;display: inline-block;
  background: #f8f8f8;
  padding: 40px;
}
.indexnews .box .list1 .item a .content1 {
  font-size: 16px;
  color: #0560a6;
}
.indexnews .box .list1 .item a .content2 {
  font-size:20px;
  margin-top: 12px;
  height: 60px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #000;
}
.indexnews .box .list1 .item a .content3 {
  font-size: 16px;
  color: #666;
  height: 50px;
  max-height:50px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 30px;
}
.indexnews .box .list1 .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #0560a6;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.indexnews .box .list1 .item a:hover::after {
  width: 100%;
}




.index-choose {
  background: url(../img/bg-2.jpg) no-repeat 50% 50% / cover;width: 100%; height: auto; padding: 100px 0; margin: 0;position: relative;
  background-attachment: fixed;
}
.index-choose::before {
  position: absolute; top: 0; left: 0;width: 100%; height: 100%; background: rgba(0,0,0,.3);content: '';z-index: 0;
}


.index-choose .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.index-choose .box .item {
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-choose .box .item::after,
.index-choose .box .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(319.9deg, #007BC7 0%, #00AAC6 100%), #00AAC6;
  background: linear-gradient(130.1deg, #007BC7 0%, #00AAC6 100%), #00AAC6;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index-choose .box .item::before {
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.74);
  opacity: 1;
}
.index-choose .box .item .one {
  position: relative;
  z-index: 1;
  text-align: center;
}
.index-choose .box .item .one .content1 img {
  height: 52px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index-choose .box .item .one .content2 {
  font-size: 30px;
  margin-top: 20px;color: #0561a4;font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index-choose .box .item .one .content3,
.index-choose .box .item .one .content4 {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1025px) {
  .index-choose .box .item .one .content3,
  .index-choose .box .item .one .content4 {
    height: 60px;overflow: hidden;
    line-height:20px;
  }
	.index-choose .box .item .one .content2 {
  font-size: 20px;
}
}
@media screen and (max-width: 1025px) {
.index-choose .box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.index-choose .box .item {
  border-radius: 10px;
  padding:20px 10px;
  height: auto;
}
	.index-choose .box .item .one .content3,
  .index-choose .box .item .one .content4 {
    height: 60px;overflow: hidden;font-size: 14px;
    line-height:20px;
  }
}





.index-choose .box .item:hover {
  background: transparent;
}
.index-choose .box .item:hover::before {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .index-choose .box .item:hover::before {
    -webkit-transform: scaleY(1.06) scale(1.01);
    -ms-transform: scaleY(1.06) scale(1.01);
    transform: scaleY(1.06) scale(1.01);
  }
}
.index-choose .box .item:hover::after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .index-choose .box .item:hover::after {
    -webkit-transform: scaleY(1.06) scale(1.01);
    -ms-transform: scaleY(1.06) scale(1.01);
    transform: scaleY(1.06) scale(1.01);
  }
}
.index-choose .box .item:hover .one .content1 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index-choose .box .item:hover .one .content2 {
  color: #fff;
}
.index-choose .box .item:hover .one .content3 {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .index-choose .box .item:hover .one .content3 {
    height: 6em;
    max-height: 6em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1200px) {
  .index-choose .box .item:hover .one .content3 {
    height: 7.5em;
    max-height: 7.5em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
}





.project-section-new {
  position: relative;padding: 100px 0;width: 100%; height: auto; margin: 0;
  z-index: 9;
}
.project-section-new::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(12, 78, 130, 0.4) 0%, #16243E 100%);
  z-index: -1;
}

.project-card-items {
  border-radius: 10px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.project-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -10px;
  z-index: -1;
  top: initial;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-card-items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -20px;
  z-index: -1;
  top: initial;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.project-card-items .project-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.project-card-items .project-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.project-card-items .project-content {
  background: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
}
@media (max-width: 1399px) {
  .project-card-items .project-content {
    padding: 25px;
  }
}
.project-card-items .project-content p {
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.project-card-items .project-content .title {
  font-weight: 400;font-size: 14px;
  color: #666;
  display: inline-block;
  margin-bottom: 10px;
}

.project-card-items .project-content h3 {
  font-size: 24px; color: #0560a7;margin-bottom: 10px;line-height: 25px;font-weight: normal;
}
.project-card-items .project-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.project-card-items .project-content .more {
  color: #0560a7; border-bottom: 2px solid #0560a7;
}


.project-section-new .project-slider {
  margin-left: -200px;
  margin-right: -200px;
  position: relative;
  z-index: 999;
  margin-top: 120px;
  overflow: visible;
}
@media (max-width: 1399px) {
  .project-section-new .project-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.project-section-new .swiper-slide.swiper-slide-active .project-card-items {
  transform: translateY(-60px);
}
.project-section-new .swiper-slide.swiper-slide-active .project-card-items::before {
  opacity: 1;
  visibility: visible;
}
.project-section-new .swiper-slide.swiper-slide-active .project-card-items::after {
  opacity: 1;
  visibility: visible;
}


.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.array-button .array-prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.array-button .array-next {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.array-button .array-next:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.swiper-dot {
  position: relative;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 1399px) {
  .swiper-dot {
    margin-top: 30px;
  }
}
.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: rgb(204, 206, 213);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}



.index-pro{padding: 40px; margin: 15px 0; width: 100%; height: auto; background: #fff; display: inline-block;}
.index-pro .img{padding: 0; margin: 0 0; width: 100%; height: auto;}
.index-pro .img img{padding: 0; margin: 0 0; width: 100%; height: auto;}

.news-details-section{padding: 80px 0 120px 0; width: 100%; height: auto; margin: 0;}
.news-section{padding: 80px 0 120px 0; width: 100%; height: auto; margin: 0;}
.news-section .item{width: 100%; height: auto; margin:10px 0; padding: 0; background: #f3f3f3; padding: 30px; display: inline-block;}
.news-section .item .boxLeft{width: 30%; height: auto; float: left; margin: 0; padding: 0; overflow: hidden;transition: 0.6s}
.news-section .item .boxLeft img{width: 100%; height: auto; height: 250px; object-fit: cover;transition: 0.6s}

.news-section .item:hover .boxLeft img{transform: scale(1.1);transition: 0.6s}

.news-section .item .boxRight{width: 70%; height: 100%; float: left; margin: 0; padding: 30px; position: relative;}
.news-section .item .boxRight .content1{padding: 0; margin: 0 0; width: 100%; height: auto; color: #0b5faa; font-size: 16px; line-height: 25px;}
.news-section .item .boxRight .content2{padding: 0; margin: 15px 0; width: 100%; height: auto; color: #000; font-size: 24px; line-height: 25px; font-weight: 600;}
.news-section .item .boxRight .content3{padding: 0; margin: 10px 0; width: 100%; height: 60px; overflow: hidden;color: #666; font-size: 16px; line-height: 20px; font-weight: normal;}

.news-section .item .boxRight .content4{width: 40px; height: 40px; border: 1px solid #e3e3e3; background: #fff;line-height: 40px; text-align: center;font-size: 14px; margin-top: 40px;transition: 0.6s}
.news-section .item:hover .boxRight .content4{background: #0b5faa; border: 1px solid #0b5faa; line-height: 40px; text-align: center;font-size: 14px; color: #fff;transition: 0.6s}



.servicenei{width: 100%;overflow: hidden;background-color: #fff;padding: 80px 0 150px 0;}
.servicenei-content{width: 100%;margin: auto; margin-top: 25px;}
.servicenei-content .item-1{width: 31%;text-align: center;float: left; padding:0 1.5%;position: relative;}
.servicenei-content .item-1::after{content:''; position: absolute;right:0;top: 50%;transform: translateY(-50%);width: 1px;height: 100%;background-color: #000;-webkit-mask-image: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgb(0 0 0) 50%, rgba(0,0,0,0) 100% );opacity: 0.2;mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(0 0 0) 50%, rgba(0,0,0,0) 100%);}
.servicenei-content .item-1:last-child{padding-right: 0;}
.servicenei-content .item-1:last-child::after{display: none;}
.servicenei-content .item-1 .pic-1{width:100px;height:100px;position: relative;transform: scale(.9);transition: all .4s ease; margin: 0 auto;}
.servicenei-content .item-1 .pic-1 img{width:100%;}
.servicenei-content .item-1:hover .pic-1{transform: scale(1)}
.servicenei-content .item-1 .title-2{color: #161616;line-height: 50px;font-weight:500;margin-top: 50px;font-size: 30px;}
.servicenei-content .item-1 .txt-3{color: #505050;line-height: 26px;margin-top: 30px;font-size: 16px; width:90%;}



.aboutnei{margin: 0 auto; padding: 80px 0; height: auto; width: 100%; background: #e2e8ee;}

.aboutnei .section-title .title-3 {
  font-size:20px; line-height: 25px; margin: 15px 0; padding: 0;width: 100%; height: auto;color: #000;
}


.aboutnei .con{margin: 0 auto; padding:40px 0; height: auto; width: 100%;}
.aboutnei .con .img{margin: 0 auto; padding:0; height: auto; width: 100%; padding-right: 40px;}

.aboutnei .con .img img{max-width: 100%; height: auto;}

.aboutnei .con .txt{margin: 0 auto; padding:30px 0; height: auto; width: 100%; border-bottom: 1px solid #4e6276; border-top: 1px solid #4e6276;font-size:20px; line-height:30px; width: 100%; height: auto;color: #666; margin:10px 0; }




.aboutnei-2{margin: 0 auto; padding: 80px 0; height: auto; width: 100%; background: #f3f3f3;}

.aboutnei-2 .con{margin: 0 auto; padding:40px 0; height: auto; width: 100%;}
.aboutnei-2 .con .txt{margin: 0 auto; padding:30px 0; height: auto; width: 100%; font-size:20px; line-height:30px; width: 100%; height: auto;color: #000; margin:0; }

.aboutnei-2 .con .img{margin: 0 auto; padding:0; height: auto; width: 100%; padding-right: 40px;}

.aboutnei-2 .con .img img{max-width: 100%; height: auto;}


.aboutnei-culture{margin: 0 auto; padding: 80px 0; height: auto; width: 100%; position: relative; background: url(../img/bg-about.jpg) no-repeat center center; background-size: cover;z-index: 9;}

.aboutnei-culture::before {
  content: "";
  position: absolute;width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,58,115,.8);
  
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}


.aboutnei-culture .nei{margin: 50px auto; padding:60px 0; width: 100%; height: auto; border-right: 1px solid rgba(255,255,255,.2)}
.aboutnei-culture .nei.noboder{border-right:0}

.aboutnei-culture .nei .ico{margin: 0 auto; padding:0; width: 100%; height: auto; text-align: center;}
.aboutnei-culture .nei .ico img{max-width: 80px; height: auto;}

.aboutnei-culture .nei .txt{margin: 0 auto; padding:60px 0 0 0; width: 100%; height: auto; text-align: center;}
.aboutnei-culture .nei .txt .t1{margin: 0 auto; padding:20px 0; width: 100%; height: auto; text-align: center; font-size: 30px; color: #fff; line-height: 30px;}
.aboutnei-culture .nei .txt .t2{margin: 0 auto; padding:0; width: 100%; height: auto; text-align: center; font-size: 18px; color: #fff; line-height: 30px;}

.service-about{padding: 80px 0 150px 0; margin: 0; width: 100%; height: auto;}

.pro-section{padding: 80px 0 120px 0; margin: 0; width: 100%; height: auto; background: #f3f3f3;}

.pro-con{padding: 20px; margin: 0; width: 100%; height: auto; background: #fff; border-radius: 20px; border: 2px solid #e3e3e3;}
.pro-con .img{padding: 0; margin: 0; width: 100%; height: auto;overflow: hidden;transition: 0.6s}
.pro-con .img img{width: 100%; height: auto;transition: 0.6s}
.pro-con .txt{padding: 0; margin: 0; width: 100%; height: auto;}
.pro-con .txt .content2{padding: 0; margin: 0; width: 100%; height: auto; text-align: center; font-size: 24px; color: #000; line-height: 30px; font-weight: 600;}
.pro-con .txt .content3{padding:0; margin:20px 0; width: 100%; height: auto; text-align: center; font-size: 14px; color: #888; line-height: 20px; height: 60px; overflow: hidden;}
.pro-con .txt .content4{padding:0; margin:20px auto; width: 100%; height: 40px; border: 1px solid #e3e3e3; border-radius: 20px; text-align: center; font-size: 14px; color: #888; line-height: 40px;transition: 0.6s}

.pro-con:hover .txt .content4{border: 1px solid #0b5faa;background: #0b5faa; color: #fff; line-height: 40px;transition: 0.6s}

.pro-con:hover .txt .content2{color: #0b5faa; }
.pro-con:hover .txt .content3{color: #0b5faa; }

.pro-con:hover .img img{transform: scale(1.1);transition: 0.6s}


.video-nei{margin: 15px 0; padding: 20px; background: #fff; width: 100%; height: auto;}

.video-nei .txt{padding:0; margin:0 auto; width: 100%; height: auto; text-align: center; font-size: 14px; color: #888; line-height: 40px;transition: 0.6s}

.video-con {
  text-align: center;
  position: relative;
}
.video-con img {
   width: 100%; height: auto; position: relative; margin: 0; padding: 0; border-radius: 0;
  }


@media (max-width: 1199px) {
 
.servicenei-content .item-1 .title-2{color: #161616;line-height: 40px;font-weight:500;margin-top: 50px;font-size: 25px;}
  .video-con img {
    object-fit: cover;
  }
}
.video-con .video {
  text-align: center;
}
.video-con .video .video-btn {
  width: 62px;position: absolute; left: calc(50% - 30px);top: calc(50% - 30px);
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 62px;
  background-color: var(--theme);
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 575px) {
  .video-con .video .video-btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .video-con .video .ripple::before, .video-con .video .ripple::after {
    width: 80px !important;
    height: 80px !important;
  }
	
	
.news-section .item{width: 100%; height: auto; margin:10px 0; padding: 0; background: #f3f3f3; padding: 20px; display: inline-block;}
.news-section .item .boxLeft{width: 100%; height: auto; float: left; margin: 0; padding: 0; overflow: hidden;transition: 0.6s}
.news-section .item .boxRight{width: 100%; height: 100%; float: left; margin: 0; padding: 15px; position: relative;}	
	
.news-section .item .boxLeft img{width: 100%; height: auto; object-fit: cover;transition: 0.6s}
	
.news-section .item .boxRight .content2{padding: 0; margin: 15px 0; width: 100%; height: auto; color: #000; font-size: 18px; line-height: 20px; font-weight: 600;}
	
.choose-image-style-1.m-5	{margin: 0rem !important}	
.choose-content-style-1.m-5	{margin: 0rem !important}
	
	
.servicenei-content .item-1{width: 100%;}
.servicenei-content .item-1 .pic-1{width:60px;height:60px;position: relative;transform: scale(.9);transition: all .4s ease;}
.servicenei-content .item-1 .pic-1 img{width:100%;}
.servicenei-content .item-1:hover .pic-1{transform: scale(1)}
.servicenei-content .item-1 .title-2{color: #161616;line-height: 30px;font-weight:500;margin-top: 50px;font-size: 20px;}
.servicenei-content .item-1 .txt-3{color: #505050;line-height: 20px;margin-top: 30px;font-size: 14px; width:90%;}	
	
	
	
}

@media only screen and (max-width: 767px) {
	
	
.header-section-3 .header-3 .header-main .header-logo img{width: 80px; height: auto;}
}

@media only screen and (max-width: 767px) {
.indexnews {margin: 0; padding:40px 0 ; width: 100%; height: auto; margin-bottom: 100px;}
.indexnews .box {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.header-section-3 .header-3 .header-main .header-logo img{width: 60px; height: auto;}

.about-middle-bottom-style-5 .nav .nav-item {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
	
.about-middle-bottom-style-5 .nav .nav-item .nav-link {
  padding: 0;
  font-weight: 600;background: #fff; border: 1px solid #e3e3e3;
  color:#0560a7;
  padding: 8px 15px;margin: 5px;
  border-radius: 5px;
}	
	
}