@use "sass:math";
:root {
  --theme-color: #304c1b;
  --title-color: #0e121d;
  --body-color: #000;
  --smoke-color: #ebecf2;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e4e4e4;
  --title-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}
body,
html {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
a:active,
a:focus,
button:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0;
}
input:focus {
  outline: 0;
  box-shadow: none;
}
embed,
img:not([draggable]),
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
ins {
  text-decoration: none;
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
p:empty,
span.ajax-loader:empty {
  display: none;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 60px;
  line-height: 1.2;
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}
.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 27px;
  }
}
p.has-drop-cap {
  margin-bottom: 20px;
}
.page--item p:last-child .alignright {
  clear: right;
}
.blog-title,
.breadcumb-title,
.pagi-title {
  word-break: break-word;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}
.bypostauthor,
.gallery-caption {
  display: block;
}
.clearfix,
.page-links {
  clear: both;
}
.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}
.content-none-search {
  margin-top: 30px;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}
.wp-block-columns {
  margin-bottom: 1em;
}
figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}
figure.wp-block-gallery {
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}
.wp-block-cover {
  margin-bottom: 15px;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}
.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}
.wp-block-latest-comments a {
  color: inherit;
}
.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
ol.wp-block-latest-comments li {
  margin: 15px 0;
}
ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}
.wp-block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  padding: 0 8px 0 25px;
}
ul.wp-block-rss a {
  color: inherit;
}
.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}
.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: var(--border-color);
}
.logged-in .preloader .as-btn,
.logged-in .will-sticky .sticky-active.active {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .preloader .as-btn,
  .logged-in .will-sticky .sticky-active.active {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .preloader .as-btn,
  .logged-in .will-sticky .sticky-active.active {
    top: 0;
  }
}
.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
}
@media (max-width: 575px) {
  .post-password-form p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.post-password-form label {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
}
@media (max-width: 575px) {
  .post-password-form label {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.post-password-form input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 140px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
}
.post-password-form input[type="submit"]:hover {
  background-color: var(--title-color);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > a,
.page-links > span:not(.page-links-title):not(.screen-reader-text) {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > a:hover,
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > a.current,
.page-links > span:not(.page-links-title):not(.screen-reader-text).current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}
.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-link,
.blog-single.format-quote,
.blog-single.sticky,
.blog-single.tag-sticky-2 {
  border-color: transparent;
  position: relative;
}
.blog-single.format-link .blog-content,
.blog-single.format-quote .blog-content,
.blog-single.sticky .blog-content,
.blog-single.tag-sticky-2 .blog-content {
  background-color: var(--smoke-color);
  padding: 0;
  border: none;
}
.blog-single.format-link .blog-content:before,
.blog-single.format-quote .blog-content:before,
.blog-single.sticky .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before {
  display: none;
}
.blog-single.format-link:before,
.blog-single.format-quote:before,
.blog-single.sticky:before,
.blog-single.tag-sticky-2:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.sticky::before,
.blog-single.tag-sticky-2::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
  top: 0;
}
.blog-single .blog-content .wp-block-archives-dropdown,
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories {
  display: block;
  margin-bottom: 30px;
}
.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.format-link,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.sticky,
.blog-details .blog-single.tag-sticky-2 {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.format-link:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.tag-sticky-2:before {
  display: none;
}
.as-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.as-search .search-grid-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .as-search .search-grid-content {
    padding: 20px;
  }
}
.as-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.as-search .search-grid-title a {
  color: inherit;
}
.as-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.as-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.as-search .search-grid-meta > :last-child {
  margin-right: 0;
}
.as-search .search-grid-meta a,
.as-search .search-grid-meta span {
  color: var(--body-color);
}
@media (max-width: 1199px) {
  .blog-single.format-link:before,
  .blog-single.format-quote:before,
  .blog-single.sticky:before,
  .blog-single.tag-sticky-2:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote:before {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .blog-single.format-link:before,
  .blog-single.format-quote:before,
  .blog-single.sticky:before,
  .blog-single.tag-sticky-2:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .as-comment-form {
    margin-top: 24px;
  }
}
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media (min-width: 1560px) {
  .as-container2 {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .as-container2 .container {
    --main-container: 1220px;
  }
}
.as-container4 {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.as-container {
  max-width: 1562px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: unset;
}
.as-container .container {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1700px) {
  .as-container {
    margin-left: auto;
  }
  .as-container .container {
    margin-right: auto;
  }
}
@media (min-width: 1700px) {
  .as-container3 {
    --main-container: 1760px;
  }
}
@media (min-width: 1922px) {
  .as-container {
    margin-left: auto;
  }
  .as-container .container {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.gy-40 {
  --bs-gutter-y: 40px;
}
.gy-50 {
  --bs-gutter-y: 50px;
}
.gx-10 {
  --bs-gutter-x: 10px;
}
@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track {
  min-width: 100%;
}
.slick-slide img {
  display: inline-block;
}
.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 6px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: rgba(0, 15, 87, 0.3);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots .slick-active button {
  width: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: var(--theme-color);
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--white-color);
  box-shadow: 0 4px 20px rgba(7, 36, 95, 0.15);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 53px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  z-index: 2;
  border-radius: 999px;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
  box-shadow: 0 8px 19px rgba(255, 76, 19, 0.25);
}
.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
.as-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.as-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
}
.as-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.as-menu-wrapper .as-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.as-menu-wrapper .as-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-menu-wrapper .as-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.as-menu-wrapper.as-body-visible {
  opacity: 1;
  visibility: visible;
}
.as-menu-wrapper.as-body-visible .as-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.as-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.as-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.as-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.as-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.as-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
  font-weight: 600;
}
.as-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.as-mobile-menu ul li.as-active > a {
  color: var(--theme-color);
}
.as-mobile-menu ul li.as-active > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.as-mobile-menu ul li ul li {
  padding-left: 20px;
}
.as-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.as-mobile-menu ul .as-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
  content: "\f068";
}
.as-mobile-menu ul .as-item-has-children.as-active > a:after {
  content: "\f068";
}
.as-mobile-menu > ul {
  padding: 0 15px;
}
.as-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.as-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
}
.as-menu-toggle:hover {
  background-color: var(--title-color);
}
.as-menu-toggle.style-text,
.as-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.as-menu-toggle.style-text i,
.as-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.as-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 400px) {
  .as-menu-wrapper .as-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .as-mobile-menu > ul {
    padding: 0 20px;
  }
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .as-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}
.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: var(--theme-color);
  box-sizing: border-box;
  -webkit-animation: flipX 1s linear infinite;
  animation: flipX 1s linear infinite;
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0) rotateY(0);
    transform: perspective(200px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0);
    transform: perspective(200px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0) rotateY(0);
    transform: perspective(200px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0);
    transform: perspective(200px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20.5px 29px;
  border-radius: 0;
}
.as-btn:after,
.as-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.as-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.as-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.as-btn.active,
.as-btn:hover {
  color: var(--white-color);
}
.as-btn.active::before,
.as-btn.active:after,
.as-btn:hover::before,
.as-btn:hover:after {
  width: 50%;
  border-radius: 0;
}
.as-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 19.5px 27px;
  box-shadow: none;
}
.as-btn.style2:hover {
  color: var(--title-color);
}
.as-btn.style2:hover:after,
.as-btn.style2:hover:before {
  background-color: var(--white-color);
}
.as-btn.style3:hover {
  color: #fff;
}
.as-btn.style3:hover:after,
.as-btn.style3:hover:before {
  background-color: #000;
}
.as-btn.style4 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.as-btn.style4:hover {
  color: var(--white-color);
}
.as-btn.style4:hover:after,
.as-btn.style4:hover:before {
  background-color: var(--theme-color);
}
.as-btn.style5 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-btn.style5:hover {
  color: var(--title-color);
}
.as-btn.style5:hover:after,
.as-btn.style5:hover:before {
  background-color: var(--white-color);
}
.as-btn.style6 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.as-btn.style6:hover {
  color: var(--white-color);
}
.as-btn.style6:hover:after,
.as-btn.style6:hover:before {
  background-color: var(--title-color);
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.1em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.play-btn:hover i,
.play-btn:hover::before,
.play-btn:hover:after {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:after,
.play-btn.style2:before {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
}
.play-btn.style3:after,
.play-btn.style3:before {
  background-color: var(--theme-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style3:hover:after,
.play-btn.style3:hover:before {
  background-color: var(--white-color);
}
.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.line-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--body-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 1px;
  background-color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 100%;
}
.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0 20px);
  clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0 20px);
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 80px);
  line-height: var(--btn-size, 90px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
@media (max-width: 767px) {
  .scroll-btn i {
    font-size: 16px;
    width: var(--btn-size, 40px);
    height: var(--btn-size, 60px);
    line-height: var(--btn-size, 70px);
  }
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    right: 15px;
    bottom: 15px;
  }
  .scroll-btn.show {
    bottom: 0;
  }
}
.scrollToTop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 15px;
  }
  .scrollToTop.show {
    bottom: 0;
  }
}
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
  font-size: 26px;
}
.sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 15px;
  position: relative;
  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;
  gap: 5px;
}
.sub-title .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.sub-title .dots:after,
.sub-title .dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.sub-title .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #d15e1f;
  border-radius: 99px;
  position: relative;
}
.sub-title .shape.left .dots {
  left: -6px;
}
.sub-title .shape.left .dots:before {
  left: -6px;
}
.sub-title .shape.left .dots:after {
  left: -12px;
}
.sub-title .shape.right .dots {
  right: -6px;
}
.sub-title .shape.right .dots:before {
  right: -6px;
}
.sub-title .shape.right .dots:after {
  right: -12px;
}
.shadow-title {
  font-size: 130px;
  font-weight: 900;
  color: transparent;
  line-height: 0.89;
  -webkit-text-stroke: 1px var(--title-color);
  opacity: 0.08;
  margin-top: -0.08em;
  margin-bottom: -100px;
  width: 100%;
  z-index: -1;
}
.shadow-title.border-white {
  -webkit-text-stroke: 1px #000;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}
.sec-text {
  max-width: 670px;
}
.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}
.sec-btn {
  margin-bottom: var(--section-title-space);
}
@media (max-width: 1399px) {
  .shadow-title {
    font-size: 140px;
    margin-bottom: -90px;
  }
}
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 120px;
    margin-bottom: -82px;
  }
  .sec-title,
  .title-area {
    --section-title-space: 60px;
  }
  .sec-title.mb-30,
  .title-area.mb-30 {
    margin-bottom: 25px;
  }
  .sec-title.mb-40,
  .title-area.mb-40 {
    margin-bottom: 30px;
  }
  .sec-title.mb-45,
  .title-area.mb-45 {
    margin-bottom: 32px;
  }
  .sec-title.mb-50,
  .title-area.mb-50 {
    margin-bottom: 35px;
  }
  .sec-title.mb-25,
  .title-area.mb-25 {
    margin-bottom: 15px;
  }
  .sec-title.mb-35,
  .title-area.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}
@media (max-width: 991px) {
  .shadow-title {
    font-size: 100px;
  }
  .sec-title,
  .title-area {
    --section-title-space: 45px;
  }
  .sec-title.mb-40,
  .title-area.mb-40 {
    margin-bottom: 25px;
  }
  .sec-title.mb-45,
  .title-area.mb-45 {
    margin-bottom: 27px;
  }
  .sec-title.mb-50,
  .title-area.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 45px;
  }
}
@media (max-width: 767px) {
  .shadow-title {
    font-size: 50px;
    margin-top: -3px;
    margin-bottom: -75px;
  }
  .sec-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .shadow-title {
    font-size: 50px;
    margin-top: 6px;
  }
}
@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    margin-top: 15px;
  }
}
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}
.z-index-common {
  position: relative;
  z-index: 3;
}
.z-index-3 {
  z-index: 3;
}
.z-index-n1 {
  z-index: -1;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-weight: 400;
}
.as-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.as-social a:last-child {
  margin-right: 0;
}
.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-box {
    min-height: 400px;
  }
  .video-box img {
    height: 400px;
    object-fit: cover;
  }
}
.video-box .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.6;
  position: absolute;
  inset: 0;
}
.video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-box .video-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 15px;
}
.video-box .video-title {
  color: var(--white-color);
  margin: 0 auto 40px auto;
  font-weight: 500;
  max-width: 760px;
}
@media (max-width: 1199px) {
  .video-box .video-title {
    margin: 0 auto 30px auto;
  }
}
.video-box .video-text {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-top: 20px;
}
.video-box .icon-btn {
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
  --btn-size: 80px;
  font-size: 20px;
}
.video-box .icon-btn:hover {
  color: var(--theme-color);
}
.font-icon {
  font-family: var(--icon-font);
}
.font-title {
  font-family: var(--title-font);
}
.font-body {
  font-family: var(--body-font);
}
.fw-extralight {
  font-weight: 100;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fs-md {
  font-size: 18px;
}
.fs-xs {
  font-size: 14px;
}
.fs-40 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .fs-40 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: 30px;
  }
  .fs-40.mt-n3 {
    margin-top: -0.6rem;
  }
  .fs-40.mt-n2 {
    margin-top: -0.2rem;
  }
}
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
}
.bg-title {
  background-color: var(--title-color) !important;
}
.bg-smoke2 {
  background-color: #f8f8f8;
}
.gr-bg1 {
  background-image: -webkit-linear-gradient(
    194.6deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    var(--smoke-color) 63%
  );
  background-image: linear-gradient(
    255.4deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    var(--smoke-color) 63%
  );
}
.gr-bg2 {
  background-image: -webkit-linear-gradient(right, #edf2fb 0, #fff 100%);
  background-image: linear-gradient(270deg, #edf2fb 0, #fff 100%);
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}
.bg-top-right {
  background-size: auto;
  background-position: top right;
}
.bg-top-center {
  background-size: auto;
  background-position: top center;
}
.bg-top-left {
  background-size: auto;
  background-position: top left;
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}
.bg-contain-repeat {
  background-size: contain;
  background-repeat: repeat;
  background-position: center left;
}
@media (max-width: 1199px) {
  .bg-contain-repeat {
    background-position: bottom left;
  }
}
.text-theme {
  color: var(--theme-color) !important;
}
.text-title {
  color: var(--title-color) !important;
}
.text-body {
  color: var(--body-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-light {
  color: var(--light-color) !important;
}
.text-yellow {
  color: var(--yellow-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-error {
  color: var(--error-color) !important;
}
.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}
.text-reset:hover,
a.text-theme:hover {
  text-decoration: underline;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class*="col-"],
[data-overlay] [class^="col-"] {
  z-index: 1;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}
[data-overlay="title"]:before {
  background-color: var(--title-color);
}
[data-overlay="white"]:before {
  background-color: var(--white-color);
}
[data-overlay="black"]:before {
  background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
  background-color: #0e121d;
}
[data-overlay="overlay2"]:before {
  background-color: #edeef2;
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
.play-btn:after,
.play-btn:before,
.ripple-animation,
.year-block_year:after,
.year-block_year:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.moving {
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}
.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}
.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}
.slideinleft.as-animated {
  --animation-name: slideinleft;
}
.slideinright.as-animated {
  --animation-name: slideinright;
}
.slideinup.as-animated {
  --animation-name: slideinup;
}
.slideindown.as-animated {
  --animation-name: slideindown;
}
.rollinleft.as-animated {
  --animation-name: rollinleft;
}
.rollinright.as-animated {
  --animation-name: rollinright;
}
.rollinleft,
.rollinright,
.scalein,
.slidebottomright,
.slideindown,
.slideinleft,
.slideinright,
.slideinup,
.slidetopleft {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}
.as-animated {
  opacity: 1;
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul {
  margin: 0 0 -15px 0;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 10px 0;
  padding: 17px 45px 17px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.313;
  color: var(--white-color);
}
.widget_archive a::before,
.widget_categories a::before,
.widget_meta a::before,
.widget_nav_menu a::before,
.widget_pages a::before {
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_meta a:hover:before,
.widget_nav_menu a:hover:before,
.widget_pages a:hover:before {
  color: var(--white-color);
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
  display: block;
  position: relative;
}
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.widget_meta li:last-child a,
.widget_nav_menu li:last-child a,
.widget_pages li:last-child a {
  border-bottom: none;
}
.widget_archive li > span,
.widget_categories li > span,
.widget_meta li > span,
.widget_nav_menu li > span,
.widget_pages li > span {
  color: var(--white-color);
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.widget_archive li:hover > span,
.widget_categories li:hover > span,
.widget_meta li:hover > span,
.widget_nav_menu li:hover > span,
.widget_pages li:hover > span {
  color: var(--white-color);
}
.widget_archive .children,
.widget_categories .children,
.widget_meta .children,
.widget_nav_menu .children,
.widget_pages .children {
  margin-left: 10px;
}
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  padding-right: 20px;
}
.widget_nav_menu .sub-menu {
  margin-left: 10px;
}
.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}
.as-blog ul.wp-block-archives li {
  margin: 5px 0;
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: #0e121d;
  margin-bottom: 40px;
  position: relative;
}
.widget input,
.widget select {
  height: 55px;
  border: none;
  background-color: var(--input-bg, #fff);
  border-radius: 0;
}
.widget[data-overlay]:before {
  z-index: -1;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 30px 0;
  padding-bottom: 20px;
  color: var(--white-color);
}
.widget_title:after,
.widget_title:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: #d15e1f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_title:after {
  width: 3px;
  background-color: var(--white-color);
  left: 65px;
  box-shadow: 8px 0 0 0 var(--white-color);
}
.widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget .search-form button {
  border: none;
  width: 55px;
  height: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 16px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.tagcloud,
.wp-block-tag-cloud {
  margin-right: -10px;
  margin-bottom: -10px;
}
.recent-post {
  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;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 6px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
  color: var(--white-color);
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .tagcloud a,
.sidebar-area .wp-block-tag-cloud a {
  border: none;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}
.author-widget-wrap {
  text-align: center;
}
.author-widget-wrap .avater {
  margin-bottom: 20px;
}
.author-widget-wrap .avater img {
  border-radius: 50%;
}
.author-widget-wrap .name {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 15px;
}
.author-widget-wrap .name a {
  color: inherit;
}
.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}
.author-widget-wrap .author-bio {
  color: var(--white-color);
  margin-bottom: 23px;
}
.author-widget-wrap .author-social {
  display: block;
}
.author-widget-wrap .author-social a {
  font-size: 16px;
  color: var(--white-color);
  position: relative;
  border-right: 1px solid var(--body-color);
  padding: 6px 15px 6px 0;
  margin-right: 12px;
}
.author-widget-wrap .author-social a:last-child {
  padding: 6px 0 6px 0;
  margin-right: 0;
  border-right: none;
}
.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}
.donwload-widget-wrap .as-btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.donwload-widget-wrap .as-btn:not(:last-child) {
  margin-bottom: 10px;
}
.donwload-widget-wrap .as-btn:after,
.donwload-widget-wrap .as-btn:before {
  background-color: var(--theme-color);
}
.widget_banner {
  text-align: center;
}
.widget_banner .widget_title:after,
.widget_banner .widget_title:before {
  background-color: var(--white-color);
  left: calc(50% - 35px);
}
.widget_banner .widget_title:after {
  left: calc(50% + 30px);
}
.widget-banner .banner-text {
  color: var(--white-color);
  margin-bottom: 23px;
}
.widget-banner .banner-link {
  color: var(--white-color);
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget-banner .banner-link:last-child {
  margin-bottom: -0.4em;
}
.widget-banner .banner-link i {
  margin-right: 4px;
}
.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
  padding-top: 14px;
}
.info-list li:first-child {
  padding-top: 0;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.4em;
}
.info-list strong {
  font-weight: 700;
  color: var(--theme-color);
  margin-right: 10px;
}
.widget-form .form-control,
.widget-form .form-select,
.widget-form input,
.widget-form select,
.widget-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.widget-form .form-control::-moz-placeholder,
.widget-form .form-select::-moz-placeholder,
.widget-form input::-moz-placeholder,
.widget-form select::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: var(--white-color);
}
.widget-form .form-control::-webkit-input-placeholder,
.widget-form .form-select::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder,
.widget-form select::-webkit-input-placeholder,
.widget-form textarea::-webkit-input-placeholder {
  color: var(--white-color);
}
.widget-form .form-control:-ms-input-placeholder,
.widget-form .form-select:-ms-input-placeholder,
.widget-form input:-ms-input-placeholder,
.widget-form select:-ms-input-placeholder,
.widget-form textarea:-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form .form-control::-webkit-input-placeholder,
.widget-form .form-select::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder,
.widget-form select::-webkit-input-placeholder,
.widget-form textarea::-webkit-input-placeholder {
  color: var(--white-color);
}
.widget-form .form-control::-moz-placeholder,
.widget-form .form-select::-moz-placeholder,
.widget-form input::-moz-placeholder,
.widget-form select::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: var(--white-color);
}
.widget-form .form-control:-ms-input-placeholder,
.widget-form .form-select:-ms-input-placeholder,
.widget-form input:-ms-input-placeholder,
.widget-form select:-ms-input-placeholder,
.widget-form textarea:-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form .form-control::-ms-input-placeholder,
.widget-form .form-select::-ms-input-placeholder,
.widget-form input::-ms-input-placeholder,
.widget-form select::-ms-input-placeholder,
.widget-form textarea::-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form .form-control::placeholder,
.widget-form .form-select::placeholder,
.widget-form input::placeholder,
.widget-form select::placeholder,
.widget-form textarea::placeholder {
  color: var(--white-color);
}
.widget-form textarea,
.widget-form textarea.form-control {
  min-height: 130px;
}
.widget-form option {
  background-color: #272a34;
}
.widget-form .form-group {
  margin-bottom: 10px;
}
.widget-form .form-group > i {
  color: var(--white-color);
  background-color: #272a34;
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
  }
  .widget_offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .tagcloud a,
  .wp-block-tag-cloud a {
    padding: 10.5px 18px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
  }
  .recent-post .recent-post-meta a {
    font-size: 13px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}
.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
.footer-widget .widget_title {
  font-size: 20px;
  max-width: 275px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_meta,
.footer-widget.widget_nav_menu,
.footer-widget.widget_pages {
  margin-bottom: 40px;
}
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_meta ul,
.footer-widget.widget_nav_menu ul,
.footer-widget.widget_pages ul {
  margin-top: -3px;
}
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_meta a,
.footer-widget.widget_nav_menu a,
.footer-widget.widget_pages a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 23px;
  margin-bottom: 20px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_meta a:before,
.footer-widget.widget_nav_menu a:before,
.footer-widget.widget_pages a:before {
  content: "\f061";
  font-weight: 900;
  left: 0;
  top: 1px;
  background-color: transparent;
  border: none;
  color: inherit;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_meta a:hover,
.footer-widget.widget_nav_menu a:hover,
.footer-widget.widget_pages a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_nav_menu a:hover:before,
.footer-widget.widget_pages a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_meta li > span,
.footer-widget.widget_nav_menu li > span,
.footer-widget.widget_pages li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_nav_menu li:last-child a,
.footer-widget.widget_pages li:last-child a {
  margin-bottom: 0;
}
.footer-widget .recent-post {
  max-width: 330px;
  margin-top: -0.3em;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  line-height: 1.5;
  margin-bottom: 7px;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.as-widget-about .about-logo {
  margin-bottom: 35px;
}
.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
  font-size: 14px;
}
.footer-text {
  margin-top: -0.46em;
  margin-bottom: 30px;
}
.newsletter-widget {
  position: relative;
  z-index: 2;
  padding: 40px;
  padding-top: 0;
  max-width: 360px;
}
.newsletter-widget .bg-shape {
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: -1;
}
.newsletter-widget .widget_title::before {
  background-color: var(--white-color);
}
.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-form .form-control {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--title-color);
}
.newsletter-form .form-control::-moz-placeholder {
  color: var(--title-color);
}
.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--title-color);
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--title-color);
}
.newsletter-form .form-control::-ms-input-placeholder {
  color: var(--title-color);
}
.newsletter-form .form-control::placeholder {
  color: var(--title-color);
}
.newsletter-form .form-control:focus {
  background-color: var(--white-color);
  border-color: var(--title-color);
}
.newsletter-form .icon-btn {
  min-width: 55px;
  height: 55px;
  border-radius: 0;
  background-color: var(--title-color);
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_meta a,
  .footer-widget.widget_nav_menu a,
  .footer-widget.widget_pages a {
    margin-bottom: 16px;
  }
  .newsletter-widget {
    padding-top: 40px;
  }
  .newsletter-widget .bg-shape {
    height: 100%;
  }
}
.as-header {
  position: relative;
  z-index: 41;
}
.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.will-sticky {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: -100px;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  margin-top: 0;
}
.sticky-wrapper.sticky .logo-style1 {
  padding-bottom: 12px;
}
.sticky-wrapper.sticky .logo-style1:before {
  bottom: -15px;
}
@media (max-width: 991px) {
  .sticky-wrapper.sticky .logo-style1:before {
    bottom: 0;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 15px;
}
/* .main-menu>ul>li>a{padding:36.5px 0} */
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 0;
  color: var(--theme-color);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover ul.mega-menu,
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.mega-menu,
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.mega-menu a,
.main-menu ul.sub-menu a {
  font-size: 13px;
  line-height: normal;
  padding: 10px 15px;
  border-bottom: 1px solid #2222;
  color: #444;
}
.main-menu ul.sub-menu {
  padding: 0px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 0px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 2px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after,
.main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}
.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 20px) !important;
  left: calc(50% - 10px) !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu a {
  color: var(--body-color);
}
.dropdown-menu a:hover {
  color: var(--theme-color);
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--white-color);
}
.simple-icon:hover {
  color: var(--theme-color);
}
.header-button {
  height: 100%;
  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;
  gap: 15px;
  margin-left: 15px;
}
.header-button .icon-btn {
  position: relative;
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}
.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(0, 15, 87, 0.4);
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-links li > i {
  margin-right: 10px;
  color: var(--theme-color);
}
.header-links a,
.header-links li,
.header-links p,
.header-links span {
  font-family: var(--body-font);
  color: var(--body-color);
}
.header-links i {
  color: var(--body-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
}
.header-social .social-title {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 10px 0 0;
}
.header-social a:last-child {
  margin-right: 0;
}
.header-social a:hover {
  color: var(--theme-color);
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 160px;
}
.header-notice {
  margin-bottom: 0;
  display: inline-block;
}
.header-layout1 .header-top {
  background-color: #f8f8f8;
  padding: 17px 0;
}
.header-layout1 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout1 .menu-area {
  background-color: var(--title-color);
}
.header-layout1 .header-top-inner {
  padding-left: 250px;
}
.logo-style1 {
  position: relative;
  z-index: 2;
  padding: 0 80px 39px 0;
  -webkit-filter: drop-shadow(0 -10px 20px rgba(7, 36, 95, 0.05));
  filter: drop-shadow(0 -10px 20px rgba(7, 36, 95, 0.05));
}
.logo-style1:before {
  content: "";
  height: 140px;
  width: 2000px;
  position: absolute;
  bottom: 0;
  right: -15px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
}
@media (max-width: 1300px) {
  .header-layout1 .header-button .as-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .header-button .simple-icon {
    display: none;
  }
  .logo-style1 {
    padding: 0 50px 39px 0;
  }
  .logo-style1:before {
    right: -25px;
    -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 991px) {
  .header-layout1 .header-top {
    padding: 11px 0;
  }
  .header-layout1 .header-top-inner {
    padding-left: 0;
  }
  .logo-style1 {
    padding: 19px 80px 19px 0;
  }
  .logo-style1:before {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .logo-style1 {
    padding: 19px 40px 19px 0;
    max-width: 180px;
  }
}
.header-layout2 {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}
.logo-style2 {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 27px 85px 32px 0;
}
.logo-style2::after,
.logo-style2::before {
  content: "";
  background-color: var(--white-color);
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 999px 999px 0;
  z-index: -1;
}
.logo-style2::after {
  right: -20px;
  width: 72px;
  background-color: transparent;
  border-right: 10px solid var(--white-color);
}
@media (max-width: 1300px) {
  .header-layout2 .header-button .as-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout2 .header-button .simple-icon {
    display: none;
  }
  .logo-style2 {
    padding: 20px 40px 24px 0;
  }
}
@media (max-width: 375px) {
  .logo-style2 img {
    max-width: 140px;
  }
}
.header-layout3 {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}
/* .header-layout3 .main-menu>ul>li>a{padding:46.5px 0} */
.header-layout3 .header-button {
  margin-left: 110px;
}
@media (min-width: 1922px) {
  .header-layout3::before {
    width: 30%;
  }
}
@media (max-width: 1399px) {
  .header-layout3:before {
    width: 26%;
  }
}
@media (max-width: 1300px) {
  .header-layout3:before {
    width: 16%;
  }
  .header-layout3 .header-button .as-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout3 .main-menu > ul > li > a {
    padding: 31.5px 0;
  }
}
@media (max-width: 991px) {
  .header-layout3:before {
    width: 50%;
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.footer-wrapper {
  position: relative;
  z-index: 2;
}
.footer-wrapper .newsletter-title {
  color: var(--white-color);
}
.footer-wrapper .as-social a {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.footer-wrapper .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 75px;
}
.copyright-wrap {
  padding: 29px 0;
}
.copyright-text {
  margin: 0;
}
.copyright-text a {
  color: inherit;
}
.copyright-text a:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .as-social a {
    margin-right: 3px;
  }
  .as-social a:last-child {
    margin-right: 0;
  }
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}
.footer-links a:hover {
  color: var(--theme-color);
}
.footer-layout1 {
  --body-color: #f8f8f8;
  overflow: hidden;
}
.footer-layout1 .copyright-wrap {
  padding: 16px 0;
  background-color: #0e121d;
}
.as-widget-contact {
  max-width: 260px;
}
.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.info-box:last-child {
  margin-bottom: -5px;
}
.info-box_icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  font-size: 14px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}
.info-box_text {
  display: block;
  color: var(--white-color);
  margin-bottom: 0;
}
.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .footer-layout1 .copyright-wrap {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 38px;
  }
  .copyright-text {
    text-align: center;
  }
  .header-layout3 {
    position: inherit;
  }
}
.footer-layout2 {
  background-color: var(--title-color);
  --body-color: #fff;
}
.footer-layout2 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
}
.footer-layout2 .copyright-wrap {
  padding: 16px 0;
  background-color: #0e121d;
}
.newsletter-wrap {
  background-color: var(--theme-color);
  padding: 60px;
  position: relative;
  z-index: 4;
}
.newsletter-wrap .newsletter-title {
  color: var(--white-color);
  margin-top: -0.2em;
  margin-bottom: 20px;
}
.newsletter-wrap .newsletter-form {
  max-width: 600px;
  gap: 10px;
}
.newsletter-wrap .form-control {
  border: 1px solid var(--theme-color);
  color: var(--body-color);
}
.newsletter-wrap .form-control::-moz-placeholder {
  color: var(--body-color);
}
.newsletter-wrap .form-control::-webkit-input-placeholder {
  color: var(--body-color);
}
.newsletter-wrap .form-control:-ms-input-placeholder {
  color: var(--body-color);
}
.newsletter-wrap .form-control::-ms-input-placeholder {
  color: var(--body-color);
}
.newsletter-wrap .form-control::placeholder {
  color: var(--body-color);
}
.newsletter-wrap .as-btn {
  min-width: 160px;
}
.newsletter-wrap .newsletter-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-spacer {
  height: 145px;
}
@media (max-width: 1199px) {
  .newsletter-wrap {
    padding: 60px 30px;
  }
  .newsletter-wrap .newsletter-shape {
    max-width: 390px;
  }
  .footer-spacer {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .newsletter-wrap {
    padding: 40px;
    text-align: center;
  }
  .newsletter-wrap .newsletter-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
  .newsletter-wrap .newsletter-shape {
    max-width: 450px;
    position: relative;
    margin: -140px auto 20px auto;
  }
}
@media (max-width: 575px) {
  .newsletter-wrap {
    padding: 20px;
  }
  .newsletter-wrap .newsletter-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter-wrap .newsletter-shape {
    margin: -120px auto 20px auto;
  }
}
.footer-layout3 {
  background-color: var(--title-color);
  --body-color: #fff;
  --border-color: rgba(255, 255, 255, 0.12);
}
.footer-layout3 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
}
.footer-layout3 .copyright-wrap {
  padding: 25.5px 0;
  border-top: 1px solid var(--border-color);
}
.footer-top {
  border-bottom: 1px solid var(--border-color);
}
.footer-top .footer-logo {
  padding: 80px 0;
  border-right: 1px solid var(--border-color);
}
.subscribe-box {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 16px;
}
.subscribe-box_text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-bottom: 8px;
}
.subscribe-box_title {
  color: var(--white-color);
  margin-bottom: 0;
}
.subscribe-box .newsletter-form {
  max-width: 440px;
  gap: 10px;
}
.subscribe-box .form-control {
  border: 1px solid var(--title-color);
  color: #4d5765;
}
.subscribe-box .form-control::-moz-placeholder {
  color: #4d5765;
}
.subscribe-box .form-control::-webkit-input-placeholder {
  color: #4d5765;
}
.subscribe-box .form-control:-ms-input-placeholder {
  color: #4d5765;
}
.subscribe-box .form-control::-ms-input-placeholder {
  color: #4d5765;
}
.subscribe-box .form-control::placeholder {
  color: #4d5765;
}
.subscribe-box .as-btn {
  min-width: 140px;
  padding: 20.5px 20px;
}
@media (max-width: 1199px) {
  .footer-top .footer-logo {
    text-align: center;
    border-right: none;
    padding: 60px 0 30px 0;
  }
  .subscribe-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .subscribe-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .subscribe-box .newsletter-form {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .subscribe-box .newsletter-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 23px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f054";
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu a,
.breadcumb-menu li,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}
.breadcumb-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--white-color);
  margin: -0.19em 0 -0.19em 0;
}
.breadcumb-content {
  max-width: 900px;
}
.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 180px 0;
  overflow: hidden;
}
.breadcumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 40%;
}
.breadcumb-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-wrapper {
    padding: 140px 0;
  }
  .breadcumb-content {
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-shape {
    width: 25%;
  }
  .breadcumb-menu {
    margin: 16px 0 -0.5em 0;
  }
  .breadcumb-menu a,
  .breadcumb-menu li,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
  .breadcumb-title {
    font-size: 34px;
  }
}
.as-pagination {
  margin-bottom: 30px;
}
.as-pagination ul {
  margin: 0;
  padding: 0;
}
.as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.as-pagination li:last-child {
  margin-right: 0;
}
.as-pagination li:first-child {
  margin-left: 0;
}
.as-pagination a,
.as-pagination span {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 40px;
  height: 40px;
  line-height: 41px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
}
.as-pagination a.active,
.as-pagination a:hover,
.as-pagination span.active,
.as-pagination span:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}
@media (max-width: 767px) {
  .as-pagination a,
  .as-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.wp-block-quote,
blockquote {
  font-size: 18px;
  line-height: 1.56;
  padding: 50px 50px 50px 50px;
  font-weight: 600;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-left: 3px solid var(--theme-color);
  border-radius: 0;
}
.wp-block-quote p,
blockquote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 18px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}
.wp-block-quote p a,
blockquote p a {
  color: inherit;
}
.wp-block-quote:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  opacity: 1;
  line-height: 3.8rem;
  color: rgba(13, 94, 244, 0.1);
  font-style: normal;
}
.wp-block-quote cite,
blockquote cite {
  display: block;
  font-size: 22px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: -0.1em;
  font-style: normal;
  font-family: var(--title-font);
  padding-left: 50px;
  margin-left: 10px;
}
.wp-block-quote cite:before,
blockquote cite:before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 9px;
  left: -10px;
}
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.style-left-icon,
blockquote.has-text-align-right,
blockquote.is-large,
blockquote.is-style-large,
blockquote.style-left-icon {
  padding: 50px;
}
.wp-block-quote.style-left-icon,
blockquote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
.wp-block-quote.style-left-icon:before,
blockquote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
.wp-block-quote.style-left-icon cite,
blockquote.style-left-icon cite {
  color: var(--title-color);
}
.wp-block-quote.style-left-icon cite:before,
blockquote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.is-large cite:before,
blockquote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}
.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 60px;
}
.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}
blockquote.has-very-dark-gray-color {
  color: var(--white-color) !important;
}
.wp-block-column .wp-block-quote,
.wp-block-column blockquote {
  padding: 100px 15px 30px 15px;
}
.wp-block-column .wp-block-quote:before,
.wp-block-column blockquote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}
.wp-block-column .wp-block-quote.has-text-align-right,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column blockquote.has-text-align-right,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.style-left-icon {
  padding: 100px 15px 30px 15px;
}
.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.blog-meta a,
.blog-meta span {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  position: relative;
}
.blog-meta a i,
.blog-meta span i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-meta a img,
.blog-meta span img {
  margin-right: 10px;
  border-radius: 99px;
}
.blog-meta .author {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}
.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.as-blog {
  margin-bottom: 30px;
}
.blog-inner-title {
  font-size: 30px;
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}
.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 8px;
  overflow: hidden;
}
.blog-author .auhtor-img {
  min-height: 100%;
}
.blog-author .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 10px;
}
.blog-author .author-text {
  margin-bottom: 15px;
}
.blog-author .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-author .as-social a {
  border-radius: 6px;
  --icon-size: 36px;
  font-size: 13px;
}
@media (min-width: 1300px) {
  .blog-single {
    margin-right: 16px;
  }
  .as-comment-form,
  .as-comments-wrap {
    margin-right: 16px;
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  box-shadow: 0 6px 30px rgba(7, 36, 95, 0.08);
}
.blog-single .blog-title {
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
}
.blog-single .blog-text {
  margin-bottom: 25px;
}
.blog-single .social-links {
  margin: 0;
  padding: 7px 20px;
  list-style-type: none;
  display: inline-block;
  background-color: var(--smoke-color);
  border-radius: 999px;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: 0 0 15px 0;
}
.blog-single .blog-content {
  margin: 0;
  padding: 40px;
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 0;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}
.share-links {
  margin: 0 var(--blog-space-x, 40px) var(--blog-space-y, 40px)
    var(--blog-space-x, 40px);
  border-top: 1px solid var(--border-color);
  padding: 30px 0;
}
.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .tagcloud,
.share-links .wp-block-tag-cloud {
  display: inline-block;
}
.share-links .tagcloud a,
.share-links .wp-block-tag-cloud a {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.share-links .tagcloud a:hover,
.share-links .wp-block-tag-cloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.blog-details .blog-single {
  background-color: transparent;
}
@media (max-width: 1399px) {
  .blog-single .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}
@media (max-width: 1199px) {
  .wp-block-quote,
  blockquote {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
  }
  .wp-block-quote:before,
  blockquote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  .wp-block-quote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  blockquote.has-text-align-right,
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.style-left-icon {
    padding: 40px 20px 40px 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  .wp-block-quote cite,
  blockquote cite {
    font-size: 18px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-author .auhtor-img img {
    width: 100%;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 15px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
  .blog-inner-title {
    font-size: 24px;
  }
}
.as-comment-form {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
}
.as-comment-form .row {
  --bs-gutter-x: 20px;
}
.as-comment-form .blog-inner-title {
  margin-bottom: 0;
}
.as-comment-form .form-title {
  margin-top: -0.35em;
}
.as-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.as-comment-form .form-text {
  margin-bottom: 25px;
}
.blog-comment-area {
  margin-bottom: 25px;
}
.as-comment-form,
.as-comments-wrap {
  padding: 40px;
  box-shadow: 0 6px 30px rgba(7, 36, 95, 0.08);
}
.as-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}
.as-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.as-comments-wrap .comment-respond {
  margin: 30px 0;
}
.as-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.as-comments-wrap li {
  margin: 0;
}
.as-comments-wrap .as-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.as-comments-wrap .as-post-comment dl,
.as-comments-wrap .as-post-comment ol,
.as-comments-wrap .as-post-comment ul {
  margin-bottom: 1rem;
}
.as-comments-wrap .as-post-comment ol ol,
.as-comments-wrap .as-post-comment ol ul,
.as-comments-wrap .as-post-comment ul ol,
.as-comments-wrap .as-post-comment ul ul {
  margin-bottom: 0;
}
.as-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}
.as-comments-wrap ul.comment-list ol ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ul ul {
  margin-bottom: 0;
}
.as-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 999px;
}
.as-comments-wrap .comment-avater img {
  width: 100%;
}
.as-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  position: relative;
}
.as-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
}
.as-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.as-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 20px;
}
.as-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.as-comments-wrap .text {
  margin-bottom: 10px;
}
.as-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}
.as-comments-wrap .reply_and_edit {
  margin-top: 12px;
  margin-bottom: -0.46em;
}
.as-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}
.as-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.as-comments-wrap .reply-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-color);
  display: inline-block;
}
.as-comments-wrap .reply-btn i {
  margin-right: 7px;
}
.as-comments-wrap .reply-btn:hover {
  color: var(--title-color);
}
.as-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}
ul.comment-list .as-comment-item:last-child > .as-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list .as-comment-item:first-child > .as-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.as-comments-wrap.as-comment-form {
  margin: 0;
}
@media (max-width: 1399px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .as-comments-wrap .children {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px 20px;
  }
  .as-comments-wrap .as-post-comment {
    display: block;
  }
  .as-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .as-comments-wrap .comment-top {
    display: block;
  }
  .as-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .as-comments-wrap .children {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .as-comment-form {
    --blog-space-x: 20px;
  }
}
.as-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.as-hero-wrapper .play-btn {
  --icon-size: 80px;
}
.as-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1922px) {
  .as-hero-wrapper .slick-dots {
    right: 20%;
  }
}
.as-hero-wrapper .slick-dots li {
  display: block;
  margin: 25px 0 !important;
}
.as-hero-wrapper .slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--white-color);
}
.as-hero-wrapper .slick-dots button:hover {
  border-color: var(--theme-color);
}
.as-hero-wrapper .slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.as-hero-wrapper .slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.as-hero-wrapper .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}
.hero-shape {
  position: absolute;
}
.as-hero-bg {
  position: absolute;
  inset: 0;
}
.as-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: -0.3em;
}
.hero-title {
  font-weight: 900;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  word-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-title:first-of-type {
  margin-bottom: 0 !important;
}
.hero-title .bg-theme {
  padding: 0 8px;
  line-height: 1;
}
.hero-text {
  max-width: 525px;
  margin-bottom: 30px;
}
.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 245px 0 245px 0;
  max-width: 660px;
}
.hero-style1 .hero-subtitle {
  color: var(--theme-color);
  margin-bottom: 17px;
}
.hero-1 .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 45%;
  height: 100%;
}
.hero-1 .hero-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
  clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
}
.hero-1 .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
  clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
}
.hero-1 .hero-img .icon-btn {
  --btn-size: 70px;
  line-height: 60px;
  font-size: 24px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 10px;
  border: 4px solid var(--white-color);
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.hero-1 .hero-img .icon-btn i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero-1 .hero-img .icon-btn:hover {
  background-color: var(--title-color);
}
@media (max-width: 1399px) {
  .hero-style1 {
    padding: 200px 0;
  }
  .hero-1 .hero-img {
    max-width: 48%;
  }
}
@media (max-width: 1199px) {
  .hero-title {
    margin-bottom: 20px;
  }
  .hero-text {
    max-width: 450px;
  }
  .hero-style1 {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    padding: 80px 0;
    max-width: 450px;
  }
  .hero-1 .hero-img {
    max-width: 34%;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-img {
    display: none;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
.hero-meta {
  margin-bottom: 20px;
  margin-top: -0.4em;
}
.hero-meta span {
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  position: relative;
}
.hero-meta span:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--white-color);
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: -4px;
}
.hero-meta span:last-child::after {
  display: none;
}
.big-text {
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 170px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.23);
  color: transparent;
}
.hero-2 .big-text {
  position: absolute;
  top: 32%;
  left: 9%;
  z-index: 2;
}
.hero-2 .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 100px;
  height: calc(100% - 100px);
  width: 52%;
  z-index: 1;
}
.hero-2 .hero-img img {
  height: 100%;
  width: 100%;
}
.hero-2 .play-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 40px;
  z-index: 4;
}
.hero-2 .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 9%;
  z-index: 3;
}
.hero-2 .icon-btn {
  --btn-size: 80px;
  border-radius: 0;
  font-size: 26px;
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.hero-2 .icon-btn:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.hero-style2 {
  position: relative;
  z-index: 3;
  padding: 320px 0 265px 0;
}
.hero-style2 .hero-text,
.hero-style2 .hero-title {
  color: var(--white-color);
}
@media (max-width: 1500px) {
  .big-text {
    font-size: 150px;
  }
  .hero-2 .big-text {
    left: 5%;
  }
}
@media (max-width: 1399px) {
  .hero-style2 {
    padding: 280px 0 230px 0;
  }
}
@media (max-width: 1199px) {
  .big-text {
    font-size: 130px;
  }
  .hero-2 .hero-img {
    margin-top: 87px;
    height: calc(100% - 87px);
    width: 70%;
  }
  .hero-2 .big-text {
    left: 3%;
  }
  .hero-2 .icon-box {
    left: 14%;
    bottom: 45px;
  }
}
@media (max-width: 991px) {
  .big-text {
    font-size: 100px;
  }
  .hero-2 .hero-img {
    width: 80%;
    margin-top: 89px;
    height: calc(100% - 89px);
  }
  .hero-2 .big-text {
    top: 28%;
  }
  .hero-2 .icon-box {
    left: 17%;
    bottom: 50px;
  }
  .hero-2 .icon-btn {
    --btn-size: 60px;
    font-size: 20px;
  }
  .hero-style2 {
    padding: 200px 0 200px 0;
  }
}
@media (max-width: 767px) {
  .hero-2 .play-btn {
    display: none;
  }
  .hero-2 .hero-img {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .big-text {
    font-size: 90px;
  }
  .hero-2 .hero-img {
    width: 98%;
  }
}
@media (max-width: 375px) {
  .hero-2 .hero-img {
    margin-top: 74px;
    height: calc(100% - 74px);
    width: 100%;
  }
  .big-text {
    font-size: 70px;
  }
  .hero-style2 {
    padding: 160px 0 180px 0;
  }
}
.hero-style3 {
  padding: 320px 0 235px 0;
}
.hero-style3 .hero-meta span {
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.hero-style3 .hero-meta span:not(:last-child) {
  margin-right: 22px;
}
.hero-style3 .hero-meta span:hover {
  color: var(--theme-color);
}
.hero-style3 .hero-meta span:after {
  display: none;
}
.hero-style3 .hero-text,
.hero-style3 .hero-title {
  color: var(--white-color);
}
.hero-style3 .hero-text {
  max-width: 680px;
}
@media (max-width: 1199px) {
  .hero-style3 {
    padding: 210px 0 180px 0;
  }
}
@media (max-width: 991px) {
  .hero-style3 .hero-text {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .hero-style3 {
    padding: 170px 0 150px 0;
  }
  .hero-style3 .hero-meta span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-style3 .hero-meta span {
    font-size: 16px;
  }
  .hero-style3 .hero-meta span:not(:last-child) {
    margin-right: 14px;
  }
}
.error-content {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.error-img {
  margin-bottom: 40px;
  text-align: center;
}
.error-title {
  margin-bottom: 22px;
}
.error-text {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .error-img {
    margin-bottom: 30px;
  }
  .error-title {
    margin-bottom: 15px;
  }
  .error-text {
    margin-bottom: 20px;
  }
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.quote-form {
  padding: 40px;
  border-top: 5px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0 10px 50px rgba(7, 36, 95, 0.1);
}
.quote-form .form-title {
  margin-top: -0.26em;
  margin-bottom: 26px;
}
.quote-form.style2 {
  padding: 30px;
  border-top: none;
}
.call-btn {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  display: inline-block;
}
.call-btn .play-btn {
  --icon-size: 45px;
  font-size: 14px;
  margin-right: 15px;
}
.call-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.call-btn .play-btn:after,
.call-btn .play-btn:before {
  background-color: var(--theme-color);
}
.call-btn .fa-phone {
  font-size: 22px;
}
.call-btn .btn-title {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 700;
}
.call-btn .btn-text {
  font-size: 22px;
}
.call-btn.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-btn.style3 {
  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;
}
.call-btn.style3 .btn-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}
.call-btn.style3 .btn-text {
  font-size: 20px;
  color: var(--white-color);
}
.call-btn.style3 .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.call-btn.style3 .play-btn:after,
.call-btn.style3 .play-btn:before {
  background-color: var(--white-color);
}
.call-btn:hover .icon-btn {
  background-color: var(--title-color);
}
.call-btn:hover .play-btn > i {
  background-color: var(--title-color);
}
.call-btn:hover .play-btn:after,
.call-btn:hover .play-btn:before {
  background-color: var(--title-color);
}
@media (max-width: 767px) {
  .call-btn {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .quote-form {
    padding: 40px 15px;
  }
  .quote-form.style2 {
    padding: 30px 15px;
  }
}
.box-wrap1 {
  padding: 30px 22px 30px 30px;
  height: 100%;
}
.border-title2 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 60px;
  border-bottom: 3px solid var(--theme-color);
  padding-bottom: 5px;
  margin-top: -0.24em;
  margin-bottom: 35px;
  position: relative;
}
.border-title2:after,
.border-title2:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -3px;
  right: -7px;
}
.border-title2:after {
  right: -14px;
}
.contact-info {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact-info:last-of-type {
  margin-bottom: 0;
}
.contact-info_title {
  font-size: 20px;
  margin-top: -0.25em;
  margin-bottom: 6px;
  min-width: 100%;
}
.contact-info_icon {
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.contact-info_text a,
.contact-info_text span {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.contact-info_text {
  font-weight: 600;
}
.contact-info_text a {
  color: var(--body-color);
  font-weight: 600;
}
.contact-info_text a:hover {
  color: var(--theme-color);
}
.contact-form {
  background-color: #0e121d;
  padding: 40px;
  margin-bottom: -114px;
  position: relative;
  z-index: 2;
}
.contact-form .form-title {
  color: var(--white-color);
  text-align: center;
  margin: -0.24em auto 30px auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 60px 5px 60px;
  border-bottom: 3px solid var(--theme-color);
}
.contact-form .form-control,
.contact-form .form-select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form input::-moz-placeholder,
.contact-form select::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: var(--white-color);
}
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form input::-moz-placeholder,
.contact-form select::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: var(--white-color);
}
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder,
.contact-form select::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: var(--white-color);
}
.contact-form textarea,
.contact-form textarea.form-control {
  min-height: 175px;
}
.contact-form option {
  background-color: #272a34;
}
.contact-form .form-group > i {
  color: var(--theme-color);
  background-color: #272a34;
}

@media (max-width: 991px) {
  .border-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
  .contact-form .form-title {
    padding: 0 30px 8px 30px;
  }
}
.img-box1 {
  position: relative;
  margin-left: -70px;
  margin-top: 40px;
}
.img-box1 > img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.img-box1 .shape {
  position: absolute;
  left: -55px;
  bottom: 33px;
  width: 100%;
  height: 100%;
}
.img-box1 .about-counter1 {
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 4;
}
.about-counter1 {
  width: 240px;
  height: 240px;
  background-color: var(--theme-color);
  border-radius: 999px;
  border: 20px solid var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-counter1 .counter-title {
  font-size: 64px;
  color: var(--white-color);
  margin-bottom: 8px;
  line-height: 1;
}
.about-counter1 .counter-text {
  font-weight: 500;
  color: var(--white-color);
}
.signature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.signature-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  max-width: 500px;
}
.signature-box .avater img {
  border-radius: 999px;
  width: 55px;
}
.signature-box .content {
  text-align: center;
}
.signature-box .desig {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid var(--border-color);
  margin-top: 4px;
  display: block;
}
.about-bg-shape {
  position: relative;
  padding: 30px 0;
}
.about-bg-shape .shape {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about-bg-shape .shape img {
  object-fit: cover;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #f8f8f8;
}
@media (max-width: 1399px) {
  .about-bg-shape .shape {
    left: -350px;
  }
  .about-bg-shape .shape img {
    max-width: calc(100% + 370px);
  }
}
@media (max-width: 1199px) {
  .img-box1 {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .img-box1 > img {
    max-width: 100%;
  }
  .img-box1 .shape {
    left: -40px;
  }
  .img-box1 .about-counter1 {
    right: 0;
  }
  .about-bg-shape {
    padding: 0px;
  }
  .about-bg-shape .shape {
    left: 0;
  }
  .about-bg-shape .shape img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-counter1 {
    width: 160px;
    height: 160px;
    border: 10px solid var(--white-color);
  }
  .about-counter1 .counter-title {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .about-counter1 .counter-text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .img-box1 {
    margin-top: 20px;
  }
  .img-box1 .shape {
    left: 0;
    bottom: 20px;
  }
}
@media (max-width: 375px) {
  .about-bg-shape {
    padding: 15px 15px;
  }
}
.img-box2 {
  position: relative;
}
.img-box2 .img1 img {
  width: 100%;
}
.img-box2 .about-counter2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-counter2 {
  background-color: var(--white-color);
  border-radius: 999px;
  width: 250px;
  height: 250px;
  text-align: center;
  padding: 80px 10px;
  background-position: 4px 4px;
  background-size: calc(100% - 8px) calc(100% - 8px);
}
.about-counter2 .counter-title {
  color: var(--theme-color);
  font-size: 64px;
  margin-bottom: 0;
}
.about-counter2 .counter-text {
  color: var(--title-color);
  font-weight: 500;
}
.list-collumn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
  margin-bottom: 30px;
  gap: 4px;
}
.video-btn .play-btn {
  --icon-size: 45px;
  font-size: 14px;
  margin-right: 15px;
}
.video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.video-btn .play-btn:after,
.video-btn .play-btn:before {
  background-color: var(--theme-color);
}
.video-btn .btn-text {
  font-weight: 600;
  display: inline-block;
  position: relative;
  color: var(--title-color);
  line-height: 1.2;
  border-bottom: 2px solid;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-btn:hover .btn-text {
  color: var(--theme-color);
}
.video-btn:hover .play-btn > i {
  background-color: var(--title-color);
}
.video-btn:hover .play-btn:after,
.video-btn:hover .play-btn:before {
  background-color: var(--title-color);
}
@media (max-width: 1199px) {
  .img-box2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .list-collumn2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-counter2 {
    width: 180px;
    height: 180px;
    padding: 50px 10px;
    background-position: 3px 3px;
    background-size: calc(100% - 6px) calc(100% - 6px);
  }
  .about-counter2 .counter-title {
    font-size: 44px;
  }
}
.img-box4 {
  position: relative;
  z-index: 2;
}
.img-box4 .img1 {
  padding-top: 25px;
  padding-bottom: 140px;
}
.img-box4 .img2 {
  border: 10px solid #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}
.img-box4 .shape1 {
  position: absolute;
  top: 0;
  right: 15%;
  z-index: -1;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
.img-box4 .shape2 {
  position: absolute;
  bottom: 55px;
  left: -40px;
  z-index: -1;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}
.about-feature {
  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;
  gap: 20px;
  margin-top: -0.2em;
  margin-bottom: 30px;
  padding-right: 45px;
}
.about-feature_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  background-color: rgba(255, 76, 19, 0.1);
  border-radius: 5px;
  text-align: center;
}
.about-feature_title {
  font-size: 20px;
  margin-bottom: 9px;
}
.about-feature_text {
  margin-bottom: -0.1em;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .img-box4 .img1 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .img-box4 {
    margin-bottom: 30px;
  }
  .img-box4 .img1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .about-feature {
    padding-right: 0;
  }
  .img-box4 .img2 {
    max-width: 70%;
  }
}
@media (max-width: 375px) {
  .about-feature {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.growth-chart {
  box-shadow: 0 10px 30px rgba(7, 36, 95, 0.08);
  width: 100%;
}
.growth-chart img {
  width: 100%;
}
.bg-half-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: auto;
  background-repeat: repeat;
}
.quote-style1 {
  color: var(--title-color);
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}
.quote-style1::before {
  content: "";
  width: 3px;
  height: calc(100% - 14px);
  position: absolute;
  left: 0;
  top: 7px;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .bg-half-right {
    width: 100%;
    height: 40%;
  }
}
.img-box5 {
  z-index: 3;
  margin-left: 0;
}
.img-box5 .img1,
.img-box5 .img2 {
  z-index: 3;
}
.img-box5 .img1 img,
.img-box5 .img2 img {
  border-radius: 10px;
}
.img-box5 .img1 {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  padding-bottom: 178px;
}
.img-box5 .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-box5 .shape {
  z-index: -1;
  left: -80px;
}
.img-box5 .about-counter1 {
  right: 25px;
}
@media (max-width: 1199px) {
  .img-box5 {
    display: grid;
    max-width: 100%;
    margin: 0px;
    align-items: center;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-bottom: 30px;
  }
  .img-box5 .img1 {
    padding-bottom: 0px;
    transform: unset;
    position: unset;
    width: 100%;
  }
  .img-box5 .shape {
    left: -40px;
  }
}
@media (max-width: 575px) {
  .img-box5 {
    /* margin-top: 40px; */
  }
  .img-box5 .img1 {
    /* max-width: 90%; */
    /* padding-bottom: 40px; */
  }
  .img-box5 .img2 {
    /* max-width: 80%; */
  }
}
.as-team .team-img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.as-team .play-btn {
  position: relative;
  z-index: 3;
  border: none;
  background-color: transparent;
  padding: 0;
}
.as-team .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  --icon-size: 40px;
}
.as-team .play-btn:after,
.as-team .play-btn:before {
  background-color: var(--theme-color);
}
.as-team .play-btn:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.as-team .as-social {
  position: absolute;
  width: 40px;
  bottom: 50px;
  right: 0;
}
.as-team .as-social a {
  margin-right: 0;
  margin-bottom: 7px;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.as-team .as-social a:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.as-team .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.as-team .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.as-team .as-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.as-team .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.as-team .team-social {
  position: absolute;
  top: -20px;
  right: 30px;
}
.as-team .team-social:hover .as-social a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.as-team .team-social:hover .as-social a:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.as-team .team-social:hover .as-social a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.as-team .team-social:hover .as-social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.as-team .team-social:hover .as-social a:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.as-team:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.team-card {
  position: relative;
}
.team-card .team-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.team-card .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-card .team-title {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -0.24em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.team-card .team-title a {
  color: inherit;
}
.team-card .team-title a:hover {
  color: var(--title-color);
}
.team-card .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-card .team-content {
  border-radius: 0 0 10px 10px;
  background-color: var(--theme-color);
  text-align: center;
  padding: 40px 15px 40px 15px;
  box-shadow: 0 10px 15px rgba(7, 36, 95, 0.07);
  position: relative;
  z-index: 2;
}
.team-card .team-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
  border-radius: 0 0 9px 9px;
}
.team-card:hover .team-content:before {
  height: 0;
}
.team-card:hover .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.team-card:hover .play-btn::before,
.team-card:hover .play-btn:after {
  background-color: var(--white-color);
}
.team-card:hover .team-title {
  color: var(--white-color);
}
.team-card:hover .team-desig {
  color: var(--white-color);
}
.team-box {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(4px 10px 7px rgba(7, 36, 95, 0.05));
  filter: drop-shadow(4px 10px 7px rgba(7, 36, 95, 0.05));
}
.team-box .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
  width: calc(100% - 78px);
}
.team-box .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-box .team-content {
  text-align: center;
  width: calc(100% - 78px);
  padding: 35px 15px;
  border-radius: 0 0 0 10px;
  background-color: var(--white-color);
}
.team-box .team-title {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -0.24em;
}
.team-box .team-title a {
  color: inherit;
}
.team-box .team-title a:hover {
  color: var(--theme-color);
}
.team-box .team-desig {
  display: block;
  margin-bottom: -0.45em;
}
.team-box .team-social {
  top: unset;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 78px;
}
.team-box .team-social:after,
.team-box .team-social:before {
  content: "";
  height: 190px;
  width: 100%;
  background-color: var(--white-color);
  border-radius: 0 10px 10px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-box .team-social:before {
  -webkit-clip-path: polygon(0 0, 100% 35px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 35px, 100% 100%, 0 100%);
}
.team-box .team-social:after {
  height: 0;
  bottom: 155px;
  background-color: var(--title-color);
  border-radius: 0 10px 0 0;
  z-index: -2;
}
.team-box .team-social:hover:after {
  height: calc(100% - 155px);
}
.team-box .team-social:hover .play-btn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.team-box .play-btn {
  position: absolute;
  top: unset;
  bottom: 150px;
  left: 50%;
  margin-left: -20px;
}
.team-box .as-social {
  bottom: 200px;
  right: 50%;
  margin-right: -20px;
}
.team-box:hover .team-img {
  border-radius: 10px 0 0 0;
}
@media (max-width: 375px) {
  .team-box .team-img img {
    height: 295px;
    object-fit: cover;
  }
  .team-box .team-title {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.about-card {
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 15, 87, 0.1);
}
.about-card_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-card_title {
  margin-top: -0.2em;
  margin-bottom: 5px;
}
.about-card_desig {
  font-weight: 500;
  color: var(--theme-color);
}
.about-card .as-social a {
  background-color: var(--body-color);
  color: var(--white-color);
  --icon-size: 30px;
  font-size: 12px;
}
.about-card .as-social a:not(:last-child) {
  margin-right: 3px;
}
.about-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 23px;
  margin-top: 23px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: var(--border-color);
}
.about-info .info-text {
  color: var(--body-color);
  margin-bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.info-title {
  font-size: 16px;
  border-bottom: 1px solid var(--theme-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.skill-progress {
  margin-bottom: 21px;
}
.skill-progress-wrap {
  background-color: #f8f8f8;
  height: 100%;
  padding: 40px;
}
.skill-progress:last-child {
  margin-bottom: 0;
}
.skill-progress .progress-value,
.skill-progress_title {
  margin-top: -0.3em;
  margin-bottom: 8px;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
}
.skill-progress .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -30px;
  right: 0;
}
.skill-progress .progress {
  background-color: var(--border-color);
}
.border-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: -0.24em;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .about-card_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-info-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .about-card {
    padding: 20px;
  }
  .about-card_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .skill-progress-wrap {
    padding: 40px 20px;
  }
  .skill-progress .progress-bar {
    position: static;
  }
}
.testi-box {
  overflow: hidden;
}
.testi-box_content {
  padding: 60px 30px 30px 30px;
  border-radius: 10px;
  background-color: var(--white-color);
}
.testi-box_img {
  margin-left: 30px;
  margin-bottom: -40px;
  width: 80px;
}
.testi-box_img img {
  border-radius: 999px;
}
.testi-box_name {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -0.24em;
  font-weight: 700;
}
.testi-box_desig {
  color: var(--theme-color);
  margin-bottom: 15px;
  display: block;
}
.testi-box_text {
  padding-left: 19px;
  margin-bottom: -0.45em;
  position: relative;
}
.testi-box_text:before {
  content: "";
  height: calc(100% - 14px);
  width: 4px;
  background-color: var(--theme-color);
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1199px) {
  .testi-sec {
    background-position: center right;
  }
}
.testi-card {
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0 4px 14px rgba(7, 36, 95, 0.06);
}
.testi-card_img {
  margin-bottom: 23px;
  position: relative;
  display: inline-block;
}
.testi-card_img > img {
  border-radius: 50%;
}
.testi-card_quote {
  text-align: center;
  background-color: var(--white-color);
  width: 22px;
  height: 22px;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(7, 36, 95, 0.15);
  line-height: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
}
.testi-card_quote img {
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg);
}
.testi-card_name {
  font-size: 24px;
  margin-bottom: 4px;
}
.testi-card_desig {
  margin-bottom: -0.45em;
  display: block;
}
.testi-card_text {
  margin-bottom: 15px;
}
@media (max-width: 375px) {
  .testi-card {
    padding: 40px 20px;
  }
}
.counter-card {
  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;
  gap: 10px;
}
.counter-card-wrap {
  padding: 65px;
}
.counter-card-wrap2 {
  padding: 60px 0;
}
.counter-card_icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--theme-color);
  border: 10px solid #bdbdbd;
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
}
.counter-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.counter-card_number {
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.24em;
}
.counter-card_text {
  color: var(--white-color);
  display: block;
  margin-bottom: -0.45em;
}
.counter-card:hover .counter-card_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.counter-card.style2 .counter-card_icon {
  border: none;
}
@media (max-width: 1399px) {
  .counter-card_number {
    max-width: 110px;
  }
}
@media (max-width: 1199px) {
  .counter-card_number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .counter-card_number {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .counter-card-wrap {
    padding: 65px 20px;
  }
}
.counter-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.counter-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.counter-grid_icon {
  min-width: 55px;
}
.counter-grid_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.counter-grid_number {
  color: var(--theme-color);
  margin-bottom: 0;
  margin-top: -0.2em;
}
.counter-grid_text {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: -0.45em;
}
.counter-grid:hover .counter-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.blog-card .blog-title {
  font-size: 24px;
  margin-top: -0.24em;
  line-height: 1.417;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-card .blog-content {
  padding: 40px 30px;
  box-shadow: 0 6px 15px rgba(7, 36, 95, 0.07);
  background-color: var(--white-color);
}
.blog-card .blog-meta {
  margin-bottom: 20px;
  display: inline-block;
}
.blog-card .blog-meta a,
.blog-card .blog-meta span {
  margin-left: 0;
  margin-right: 16px;
  padding-right: 20px;
}
.blog-card .blog-meta a:after,
.blog-card .blog-meta span:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: rgba(0, 15, 87, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.blog-card .blog-meta a:last-child,
.blog-card .blog-meta span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-card .blog-meta a:last-child:after,
.blog-card .blog-meta span:last-child:after {
  display: none;
}
.blog-card .blog-meta.style2 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 18px;
  background-color: var(--title-color);
  position: relative;
  margin-top: -28px;
  margin-bottom: 35px;
}
.blog-card .blog-meta.style2:before {
  content: "";
  height: 100%;
  width: 56%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(
    calc(100% - 25px) 0,
    100% 50%,
    calc(100% - 25px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    calc(100% - 25px) 0,
    100% 50%,
    calc(100% - 25px) 100%,
    0 100%,
    0 0
  );
}
.blog-card .blog-meta.style2 a,
.blog-card .blog-meta.style2 span {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white-color);
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.blog-card .blog-meta.style2 a::after,
.blog-card .blog-meta.style2 span::after {
  display: none;
}
.blog-card .blog-meta.style2 a:hover,
.blog-card .blog-meta.style2 span:hover {
  color: var(--white-color);
}
.blog-card .blog-text {
  margin-bottom: 20px;
}
.blog-card .line-btn {
  margin-bottom: -0.1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 1399px) {
  .blog-card .blog-content {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .blog-card .blog-title {
    font-size: 22px;
  }
  .blog-card .blog-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 40px;
  }
  .blog-card .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  .blog-card .blog-content {
    padding: 40px 20px;
  }
  .blog-card .blog-meta a:not(:last-child),
  .blog-card .blog-meta span:not(:last-child) {
    padding-right: 12px;
    margin-right: 8px;
  }
}
@media (max-width: 375px) {
  .blog-card .blog-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .blog-card .blog-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .blog-card .blog-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .blog-card .blog-meta.style2 {
    padding: 10px 10px;
    margin: -25px -20px 35px -20px;
  }
}
.brand-box {
  padding: 25px 0;
}
.brand-box-wrap {
  background-color: var(--smoke-color);
  box-shadow: -1000px 0 0 0 var(--smoke-color);
}
.brand-icon-wrap {
  height: 100%;
  background-color: var(--body-color);
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 50px 100%, 0 50%);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 50px 100%, 0 50%);
}
.brand-icon-wrap .slick-arrow {
  margin-left: 25px;
  top: 0;
}
@media (max-width: 1399px) {
  .brand-box-wrap {
    box-shadow: -200px 0 0 0 var(--smoke-color);
  }
}
@media (max-width: 767px) {
  .brand-icon-wrap .slick-arrow {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .brand-box {
    text-align: center;
  }
}
.brand-grid {
  text-align: center;
}
.brand-grid-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px 155px;
}
@media (max-width: 1300px) {
  .brand-grid-wrap {
    gap: 70px 130px;
  }
}
@media (max-width: 1199px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 70px 130px;
  }
}
@media (max-width: 991px) {
  .brand-grid-wrap {
    gap: 70px 75px;
  }
}
@media (max-width: 767px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
@media (max-width: 375px) {
  .brand-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-card {
  padding: 50px 40px 65px 40px;
  background-color: var(--theme-color);
  box-shadow: 0 10px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 27.5px;
}
.feature-card:after,
.feature-card:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card:after {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    top,
    #ff4c13 0,
    rgba(255, 255, 255, 0) 80%
  );
  background-image: linear-gradient(
    180deg,
    #ff4c13 0,
    rgba(255, 255, 255, 0) 80%
  );
  z-index: -2;
  top: 0;
  left: 0;
}
.feature-card_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 29px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.feature-card_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: inherit;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
}
.feature-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card_title {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card .icon-btn {
  --btn-size: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0 8px 19px rgba(255, 76, 19, 0.3);
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  margin-left: -27.5px;
}
.feature-card:hover::before,
.feature-card:hover:after {
  height: 0;
}
.feature-card:hover .feature-card_icon {
  background-color: var(--white-color);
}
.feature-card:hover .feature-card_icon img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.feature-card:hover .feature-card_title {
  color: var(--white-color);
}
.feature-card:hover .feature-card_text {
  color: var(--white-color);
}
.feature-card:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
@media (max-width: 1399px) {
  .feature-card {
    padding: 50px 20px 65px 20px;
  }
}
.feature-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 30px;
  box-shadow: 0 10px 30px rgba(7, 36, 95, 0.08);
  background-color: var(--white-color);
  margin-top: -60px;
  position: relative;
  z-index: 4;
}
.feature-grid:not(:last-child) {
  padding-right: 40px;
}
.feature-grid_icon img {
  min-width: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-grid_title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.24em;
}
.feature-grid_text {
  margin-bottom: -0.5em;
}
.feature-grid:nth-child(even):before {
  content: "";
  height: 100%;
  width: calc(100% + 60px);
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,
    100% 50%,
    calc(100% - 60px) 100%,
    0 100%,
    60px 50%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,
    100% 50%,
    calc(100% - 60px) 100%,
    0 100%,
    60px 50%
  );
}
.feature-grid:nth-child(even) .feature-grid_icon img,
.feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_title {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.feature-grid:hover .feature-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .feature-grid {
    padding: 30px 0;
  }
  .feature-grid:not(:last-child) {
    padding-right: 22px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 50px);
    left: -44px;
    -webkit-clip-path: polygon(
      0 0,
      calc(100% - 55px) 0,
      100% 50%,
      calc(100% - 55px) 100%,
      0 100%,
      55px 50%
    );
    clip-path: polygon(
      0 0,
      calc(100% - 55px) 0,
      100% 50%,
      calc(100% - 55px) 100%,
      0 100%,
      55px 50%
    );
  }
}
@media (max-width: 991px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-grid:not(:last-child) {
    padding-right: 0;
  }
  .feature-grid:nth-child(even) {
    padding-left: 30px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width: 480px) {
  .feature-grid-wrap {
    padding: 0 15px;
  }
  .feature-grid:nth-child(even) {
    padding-left: 0;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 30px);
    left: -15px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--title-color);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}
.checklist li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist.style2 li {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 5px;
}
.checklist.style2 li:before {
  content: "\f336";
}
.checklist.style2 li:last-child {
  margin-bottom: 0;
}
.checklist.style3 li {
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  padding-left: 36px;
}
.checklist.style3 li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .checklist.style3 li:not(:last-child) {
    margin-bottom: 14px;
  }
}
.checklist.style3 li:before {
  content: "";
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' width='26' height='26' rx='5' fill='%23FF4C13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4996 9.56685L9.60117 14.1326L9.60095 17.0845C9.60082 18.708 9.58812 20.2556 9.57267 20.5235C9.55364 20.8537 9.5589 21.0053 9.58906 20.9941C9.61349 20.985 12.699 17.4257 16.4458 13.0845C20.1926 8.74332 23.2977 5.14811 23.3461 5.09519C23.3946 5.04227 23.4261 4.99941 23.4161 5.00001C23.4061 5.00056 20.2937 7.05566 16.4996 9.56685Z' fill='%23FF4C13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.65376 12.5393L9.6311 14.1335V18.2074C9.63116 19.3669 9.59351 20.472 9.59976 20.6634C9.60746 20.8992 9.60533 21.0074 9.59313 20.9994C9.58325 20.9929 8.33528 18.4511 6.8199 15.3509C5.3045 12.2507 4.0486 9.68317 4.02902 9.64537C4.00943 9.60758 3.99669 9.57697 4.00074 9.5774C4.00477 9.57779 4.40641 9.87686 7.65376 12.5393Z' fill='%23FF4C13'/%3E%3C/svg%3E");
  height: 26px;
  width: 26px;
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}
.arrow-list-wrap {
  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;
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .arrow-list-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.arrow-list ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.arrow-list li {
  color: var(--title-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.arrow-list li:before {
  content: "\f178";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.arrow-list li:last-child {
  margin-bottom: 0;
}
.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.bg-img img {
  width: 100%;
  height: 100%;
}
.img-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 48%;
}
.img-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 1199px) {
  .img-left {
    position: relative;
    width: 100%;
  }
}
.as-video {
  position: relative;
  border-radius: 5px;
}
.as-video img {
  border-radius: inherit;
}
.as-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.as-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-box .slick-arrow:first-child {
  margin-right: 5px;
}
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
}
@media (max-width: 1199px) {
  p.mb-30 {
    margin-bottom: 25px;
  }
  p.mb-35 {
    margin-bottom: 28px;
  }
  p.mb-40 {
    margin-bottom: 32px;
  }
  p.mb-45 {
    margin-bottom: 35px;
  }
}
.video-box1 {
  position: relative;
  z-index: 2;
  line-height: 0;
}
.video-box1 .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.video-box1 .bg-shape {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  z-index: -1;
  width: 79%;
}
.video-box1 .play-bg {
  display: inline-block;
  padding: 50px 50px 70px 50px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 21%;
}
.video-box1 .play-btn:hover:after,
.video-box1 .play-btn:hover:before {
  background-color: var(--title-color);
}
.video-box1 .play-btn:hover i {
  background-color: var(--title-color);
}
.mission-area {
  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;
}
.mission-box {
  width: 100%;
}
.mission-box-wrap {
  width: 100%;
}
.mission-box .mission-title {
  margin-bottom: 10px;
  margin-top: -0.2em;
}
.mission-box .mission-text {
  margin-bottom: 18px;
}
.mission-box .mission-img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
}
.mission-box .checklist-wrap {
  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;
  gap: 20px;
}
@media (max-width: 1199px) {
  .video-box1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .video-box1 .img1 {
    width: 95%;
  }
  .video-box1 .bg-shape {
    width: 88%;
  }
  .video-box1 .play-bg {
    left: 12%;
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 575px) {
  .mission-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.progress {
  position: relative;
  height: 6px;
  background-color: var(--white-color);
  overflow: visible;
  border-radius: 99px;
}
.progress-bar {
  background-color: var(--theme-color);
  border-radius: inherit;
  position: relative;
  overflow: visible;
}
.skill-feature {
  margin-bottom: 35px;
}
.skill-feature.style2 {
  margin-bottom: 25px;
}
.skill-feature:last-child {
  margin-bottom: 0 !important;
}
.skill-feature .progress-value,
.skill-feature_title {
  font-family: var(--title-font);
  margin-top: -0.3em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  right: 0;
  color: var(--title-color);
}
.skill-feature .progress {
  background-color: var(--smoke-color);
}
.img-box3 {
  position: relative;
  height: 100%;
}
.img-box3 .img1 {
  padding-bottom: 80px;
}
.img-box3 .img1 img {
  border-radius: 10px;
}
.img-box3 .mission-box {
  box-shadow: 0 10px 20px rgba(7, 36, 95, 0.06);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 30px;
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 395px;
}
@media (max-width: 1399px) {
  .img-box3 .mission-box {
    right: -12px;
  }
}
@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 20px;
  }
  .img-box3 .img1 img {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .img-box3 .img1 img {
    height: 460px;
  }
}
.as-video3 {
  position: relative;
  z-index: 2;
}
.as-video3 img {
  width: 100%;
}
.as-video3 .play-btn {
  position: absolute;
  top: 22%;
  right: 25%;
}
.progress.style2 {
  background-color: var(--border-color);
  height: 10px;
  border-radius: 0;
}
.progress.style2 .progress-bar {
  background-color: var(--theme-color);
  height: 4px;
  margin: 3px;
}
.progress.style2 .progress-bar:after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: inherit;
  position: absolute;
  top: -3px;
  right: 0;
}
.list-collumn2.style2 {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .as-video3 {
    margin-bottom: 30px;
  }
  .as-video3 .play-btn {
    top: 24%;
    right: 28%;
  }
}
@media (max-width: 991px) {
  .as-video3 .play-btn {
    top: 23%;
    right: 26%;
  }
}
@media (max-width: 575px) {
  .as-video3 .play-btn {
    top: 20%;
    right: 24%;
    --icon-size: 50px;
  }
  .list-collumn2.style2 {
    gap: 14px;
  }
}
.img-box6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.img-box6 .img1,
.img-box6 .img2 {
  width: 100%;
}
.img-box6 .img1 img,
.img-box6 .img2 img {
  border-radius: 10px;
  width: 100%;
}
.shadow-1 {
  box-shadow: 0 10px 50px rgba(7, 36, 95, 0.06);
}
@media (max-width: 1199px) {
  .img-box6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .img-box6 {
    gap: 5px;
  }
}
.tab-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  border-right: 1px solid rgba(0, 15, 87, 0.2);
  margin-right: 30px;
  padding-right: 30px;
}
.tab-menu1 button {
  font-size: 30px;
  color: var(--title-color);
  font-weight: 700;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  padding: 0 4px 0 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H30H42.9289C44.1224 0.5 45.267 0.974106 46.1109 1.81802L58.182 13.8891C59.0259 14.733 59.5 15.8776 59.5 17.0711V30V55C59.5 57.4853 57.4853 59.5 55 59.5H5C2.51472 59.5 0.5 57.4853 0.5 55V5Z' fill='%23F8F8F8' stroke='%23FF4C13'/%3E%3C/svg%3E");
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu1 button.active {
  color: var(--white-color);
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H30H42.9289C44.255 0 45.5268 0.526784 46.4645 1.46447L58.5355 13.5355C59.4732 14.4732 60 15.745 60 17.0711V30V55C60 57.7614 57.7614 60 55 60H5C2.23858 60 0 57.7614 0 55V5Z' fill='%23FF4C13'/%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3C/svg%3E");
}
@media (max-width: 1399px) {
  .tab-menu1 {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .tab-menu1 {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .tab-menu1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 15, 87, 0.2);
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .mission-box .checklist-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  background-image: -webkit-linear-gradient(right, #fff, #fff);
  background-image: linear-gradient(to left, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  position: relative;
  padding-bottom: 10px;
}
.tab-menu2 button {
  color: var(--white-color);
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 0;
}
.tab-menu2 button.active,
.tab-menu2 button:hover {
  color: var(--theme-color);
}
.tab-menu2 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: var(--theme-color);
  height: 1px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .tab-menu2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 25px;
  }
}
.tab-menu3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 6px;
  text-align: center;
}
.tab-menu3 button {
  color: var(--title-color);
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  margin-right: 30px;
}
.tab-menu3 button:after {
  content: "";
  height: 18px;
  width: 2px;
  background-color: var(--body-color);
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-menu3 button:last-of-type {
  margin-right: 0;
}
.tab-menu3 button:last-of-type:after {
  display: none;
}
.tab-menu3 button.active,
.tab-menu3 button:hover {
  color: var(--theme-color);
}
.tab-menu3 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: var(--theme-color);
  height: 3px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu3 .indicator:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-menu4 {
  width: 95px;
  margin-right: 30px;
}
.tab-menu4 button {
  color: var(--white-color);
  font-weight: 600;
  background-color: var(--title-color);
  border: none;
  padding: 26px 5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu4 button:not(:last-child) {
  margin-bottom: 1px;
}
.tab-menu4 button:hover {
  color: var(--theme-color);
}
.tab-menu4 button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
@media (max-width: 1300px) {
  .tab-menu4 {
    width: 80px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .tab-menu4 {
    width: 100px;
    margin-right: 30px;
  }
  .tab-menu4 button {
    padding: 20px 5px;
  }
}
@media (max-width: 575px) {
  .tab-menu4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-menu4 button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1px;
  }
}
.tab-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  margin-top: -0.4em;
}
.tab-menu-wrap .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.tab-menu-wrap .dots:after,
.tab-menu-wrap .dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.tab-menu-wrap .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  margin-top: -2px;
  background-color: var(--theme-color);
  border-radius: 99px;
  position: relative;
}
.tab-menu-wrap .shape.left .dots {
  left: -6px;
}
.tab-menu-wrap .shape.left .dots:before {
  left: -6px;
}
.tab-menu-wrap .shape.left .dots:after {
  left: -12px;
}
.tab-menu-wrap .shape.right .dots {
  right: -6px;
}
.tab-menu-wrap .shape.right .dots:before {
  right: -6px;
}
.tab-menu-wrap .shape.right .dots:after {
  right: -12px;
}
.tab-menu5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.tab-menu5 button {
  font-weight: 600;
  color: var(--body-color);
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.tab-menu5 button.active,
.tab-menu5 button:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .tab-menu-wrap {
    margin-bottom: 30px;
  }
  .tab-menu5 {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .tab-menu-wrap .shape {
    display: none;
  }
  .tab-menu5 {
    gap: 6px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.accordion-card {
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: rgba(0, 15, 87, 0.1);
  box-shadow: 0 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 0;
  padding: 14.5px 60px 14.5px 25px;
  min-height: 55px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\f063";
  height: 100%;
  width: 70px;
  line-height: 1;
  background-image: none;
  background-color: var(--theme-color);
  font-family: var(--icon-font);
  color: var(--white-color);
  font-weight: 700;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color);
  background-color: rgba(0, 15, 87, 0.1);
  box-shadow: none;
  border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f062";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  box-shadow: 0 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 15, 87, 0.1);
  padding: 23px 25px 30px 25px;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card .faq-img {
  height: 100%;
}
.accordion-card .faq-img img {
  height: 100%;
  object-fit: cover;
}
.accordion-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}
.cta-content {
  padding: 80px 0 80px 80px;
}
.cta-wrap {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(15, 27, 49, 0.12);
}
.cta-img {
  height: 100%;
}
.cta-img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .cta-content {
    padding: 40px 0 40px 20px;
  }
}
.cta-card {
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cta-card {
    padding: 45px 15px;
  }
}
.process-card {
  text-align: center;
  max-width: 187px;
  height: 187px;
  background-color: var(--white-color);
  border: 3px solid var(--theme-color);
  margin: 17px;
  position: relative;
  border-radius: 9999px;
  padding: 42px 6px;
}
.process-card-wrap {
  position: relative;
}
.process-card-wrap:after {
  content: "";
  height: 42px;
  width: 116px;
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='42' viewBox='0 0 116 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M115.551 36.6652C111.559 29.4285 108.897 21.8539 105.787 14.2467C104.978 12.2611 102.253 13.5251 102.477 15.3846C102.847 18.5361 103.56 21.6643 104.519 24.7352C98.3211 19.1913 90.7487 14.5818 83.8058 11.0206C74.4953 6.24801 64.2973 2.90809 53.9555 1.36405C36.8086 -1.19473 13.0193 2.07937 1.18365 16.1594C0.506835 16.9694 1.66463 18.0051 2.48375 17.6096C10.8028 13.6619 18.1327 9.40841 27.3743 7.72378C36.4214 6.07799 46.0699 6.15641 55.1077 7.96139C64.6604 9.87409 73.5052 13.8715 81.802 18.943C88.7376 23.1882 94.6187 28.5144 100.852 33.5113C95.1561 33.508 89.4292 34.5084 84.7225 36.8576C81.9555 38.2404 83.4736 42.4769 86.4885 41.9425C91.0648 41.1333 95.3424 39.7652 100.05 39.5838C104.415 39.4115 108.626 39.9863 112.924 40.6872C114.981 41.0253 116.495 38.3804 115.551 36.6652Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
}
.process-card-wrap:nth-child(even):after {
  top: unset;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process-card-wrap:last-child:after {
  display: none;
}
.process-card:before {
  content: "";
  width: 216px;
  height: 216px;
  position: absolute;
  top: -17px;
  left: -17px;
  border: 4px dotted var(--theme-color);
  border-radius: inherit;
}
.process-card_icon {
  width: 82px;
  height: 82px;
  line-height: 78px;
  border: 3px solid var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  font-size: 34px;
  color: var(--white-color);
  position: absolute;
  top: -40px;
  left: -17px;
}
.process-card_icon i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-card_title {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.process-card_text {
  margin-bottom: 0;
  font-size: 14px;
}
.process-card:hover:before {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@media (max-width: 1300px) {
  .process-card-wrap:after {
    left: calc(100% - 50px);
  }
}
@media (max-width: 1199px) {
  .process-card {
    margin: 14px;
  }
  .process-card-wrap:after {
    height: 24px;
    left: calc(100% - 55px);
  }
  .process-card-wrap:nth-child(even):after {
    left: calc(100% - 45px);
  }
}
@media (max-width: 991px) {
  .process-card {
    margin: 14px auto;
  }
  .process-card-wrap:after {
    height: 42px;
    left: calc(100% - 68px);
  }
  .process-card-wrap:nth-child(even):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-card-wrap:after {
    height: 32px;
  }
}
@media (max-width: 575px) {
  .process-card-wrap:after {
    display: none;
  }
}
.process-box {
  text-align: center;
  margin-top: -13px;
}
.process-box_content {
  width: 320px;
  height: 320px;
  background-color: var(--white-color);
  border-radius: 50%;
  padding: 93px 40px;
  margin: 0 auto -160px auto;
  z-index: 3;
  position: relative;
}
.process-box_content:after,
.process-box_content:before {
  content: "";
  width: var(--box-size);
  height: var(--box-size);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(var(--box-size) / -2);
  margin-left: calc(var(--box-size) / -2);
  border-width: 4px;
  border-color: var(--theme-color);
  border-radius: inherit;
}
.process-box_content:before {
  --box-size: 250px;
  border-style: solid;
}
.process-box_content:after {
  --box-size: 290px;
  border-style: dotted;
  border-width: 5px;
}
.process-box_img {
  position: relative;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
.process-box_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box_title {
  font-size: 30px;
}
.process-box_icon {
  width: 82px;
  height: 82px;
  line-height: 78px;
  border: 3px solid var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  font-size: 34px;
  color: var(--white-color);
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 3;
}
.process-box_icon i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box:hover .process-box_content:after {
  -webkit-animation: spin 14s linear infinite;
  animation: spin 14s linear infinite;
}
.process-box:hover .process-box_icon i {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.process-box:hover .process-box_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 350px) {
  .process-box {
    margin-top: -7px;
  }
  .process-box_content {
    width: 296px;
    height: 296px;
    margin-bottom: -150px;
    padding: 80px 28px;
  }
  .process-box_content:after {
    --box-size: 280px;
  }
  .process-box_icon {
    top: 6px;
    left: 4px;
  }
}
.category-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.category-card_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #dee9fe;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-card_content {
  margin-bottom: -0.45em;
}
.category-card_title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.23em;
}
.category-card_title a {
  color: inherit;
}
.category-card_title a:hover {
  color: var(--theme-color);
}
.category-card_text {
  margin-bottom: 12px;
}
.category-card:hover .category-card_icon {
  background-color: var(--theme-color);
}
.category-card:hover .category-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .category-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
  }
  .category-card_content {
    text-align: center;
  }
  .category-card_title {
    margin-bottom: 10px;
  }
  .category-card_text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.category-list {
  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;
  gap: 5px;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.category-list:before {
  content: "";
  background-color: var(--theme-color);
  width: 0;
  height: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  z-index: -1;
}
.category-list_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #ebf2ff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-right: 15px;
}
.category-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-list .icon-btn {
  margin-left: auto;
  min-width: 50px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.category-list_title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.23em;
  margin-bottom: 2px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-list_title a {
  color: inherit;
  -webkit-transition: 0s;
  transition: 0s;
}
.category-list_text {
  display: block;
  margin-bottom: -0.4em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.category-list:hover:before {
  width: 100%;
  height: 100%;
}
.category-list:hover .category-list_title {
  color: var(--white-color);
}
.category-list:hover .category-list_text {
  color: var(--white-color);
}
.category-list:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--white-color);
}
@media (max-width: 1399px) {
  .category-list_title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .category-list {
    padding: 15px;
  }
  .category-list_title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -0.1em;
    font-weight: 600;
  }
  .category-list_text {
    font-size: 14px;
  }
  .category-list_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    margin-right: 7px;
  }
}
.tab-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  border-right: 1px solid rgba(0, 15, 87, 0.2);
  margin-right: 30px;
  padding-right: 30px;
}
.tab-menu1 button {
  font-size: 30px;
  color: var(--title-color);
  font-weight: 700;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  padding: 0 4px 0 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H30H42.9289C44.1224 0.5 45.267 0.974106 46.1109 1.81802L58.182 13.8891C59.0259 14.733 59.5 15.8776 59.5 17.0711V30V55C59.5 57.4853 57.4853 59.5 55 59.5H5C2.51472 59.5 0.5 57.4853 0.5 55V5Z' fill='%23F8F8F8' stroke='%23FF4C13'/%3E%3C/svg%3E");
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu1 button.active {
  color: var(--white-color);
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0H30H42.9289C44.255 0 45.5268 0.526784 46.4645 1.46447L58.5355 13.5355C59.4732 14.4732 60 15.745 60 17.0711V30V55C60 57.7614 57.7614 60 55 60H5C2.23858 60 0 57.7614 0 55V5Z' fill='%23FF4C13'/%3E%3Cpath opacity='0.2' d='M5 10C5 7.23858 7.23858 5 10 5H35H47.9289C49.255 5 50.5268 5.52678 51.4645 6.46447L63.5355 18.5355C64.4732 19.4732 65 20.745 65 22.0711V35V60C65 62.7614 62.7614 65 60 65H10C7.23858 65 5 62.7614 5 60V10Z' fill='%23FF4C13'/%3E%3C/svg%3E");
}
@media (max-width: 1399px) {
  .tab-menu1 {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .tab-menu1 {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .tab-menu1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 15, 87, 0.2);
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .mission-box .checklist-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  background-image: -webkit-linear-gradient(right, #fff, #fff);
  background-image: linear-gradient(to left, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  position: relative;
  padding-bottom: 10px;
}
.tab-menu2 button {
  color: var(--white-color);
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 0;
}
.tab-menu2 button.active,
.tab-menu2 button:hover {
  color: var(--theme-color);
}
.tab-menu2 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: var(--theme-color);
  height: 1px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .tab-menu2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 25px;
  }
}
.tab-menu3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 6px;
  text-align: center;
}
.tab-menu3 button {
  color: var(--title-color);
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  margin-right: 30px;
}
.tab-menu3 button:after {
  content: "";
  height: 18px;
  width: 2px;
  background-color: var(--body-color);
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-menu3 button:last-of-type {
  margin-right: 0;
}
.tab-menu3 button:last-of-type:after {
  display: none;
}
.tab-menu3 button.active,
.tab-menu3 button:hover {
  color: var(--theme-color);
}
.tab-menu3 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: var(--theme-color);
  height: 3px !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu3 .indicator:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab-menu4 {
  width: 95px;
  margin-right: 30px;
}
.tab-menu4 button {
  color: var(--white-color);
  font-weight: 600;
  background-color: var(--title-color);
  border: none;
  padding: 26px 5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab-menu4 button:not(:last-child) {
  margin-bottom: 1px;
}
.tab-menu4 button:hover {
  color: var(--theme-color);
}
.tab-menu4 button.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
@media (max-width: 1300px) {
  .tab-menu4 {
    width: 80px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .tab-menu4 {
    width: 100px;
    margin-right: 30px;
  }
  .tab-menu4 button {
    padding: 20px 5px;
  }
}
@media (max-width: 575px) {
  .tab-menu4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-menu4 button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1px;
  }
}
.tab-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  margin-top: -0.4em;
}
.tab-menu-wrap .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.tab-menu-wrap .dots:after,
.tab-menu-wrap .dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.tab-menu-wrap .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  margin-top: -2px;
  background-color: var(--theme-color);
  border-radius: 99px;
  position: relative;
}
.tab-menu-wrap .shape.left .dots {
  left: -6px;
}
.tab-menu-wrap .shape.left .dots:before {
  left: -6px;
}
.tab-menu-wrap .shape.left .dots:after {
  left: -12px;
}
.tab-menu-wrap .shape.right .dots {
  right: -6px;
}
.tab-menu-wrap .shape.right .dots:before {
  right: -6px;
}
.tab-menu-wrap .shape.right .dots:after {
  right: -12px;
}
.tab-menu5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.tab-menu5 button {
  font-weight: 600;
  color: var(--body-color);
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.tab-menu5 button.active,
.tab-menu5 button:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .tab-menu-wrap {
    margin-bottom: 30px;
  }
  .tab-menu5 {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .tab-menu-wrap .shape {
    display: none;
  }
  .tab-menu5 {
    gap: 6px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.feature-card {
  padding: 50px 40px 65px 40px;
  background-color: var(--theme-color);
  box-shadow: 0 10px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 27.5px;
}
.feature-card:after,
.feature-card:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card:after {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    top,
    #ff4c13 0,
    rgba(255, 255, 255, 0) 80%
  );
  background-image: linear-gradient(
    180deg,
    #ff4c13 0,
    rgba(255, 255, 255, 0) 80%
  );
  z-index: -2;
  top: 0;
  left: 0;
}
.feature-card_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 29px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.feature-card_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: inherit;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
}
.feature-card_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card_title {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-card .icon-btn {
  --btn-size: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0 8px 19px rgba(255, 76, 19, 0.3);
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  margin-left: -27.5px;
}
.feature-card:hover::before,
.feature-card:hover:after {
  height: 0;
}
.feature-card:hover .feature-card_icon {
  background-color: var(--white-color);
}
.feature-card:hover .feature-card_icon img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.feature-card:hover .feature-card_title {
  color: var(--white-color);
}
.feature-card:hover .feature-card_text {
  color: var(--white-color);
}
.feature-card:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
@media (max-width: 1399px) {
  .feature-card {
    padding: 50px 20px 65px 20px;
  }
}
.feature-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 30px;
  box-shadow: 0 10px 30px rgba(7, 36, 95, 0.08);
  background-color: var(--white-color);
  margin-top: -60px;
  position: relative;
  z-index: 4;
}
.feature-grid:not(:last-child) {
  padding-right: 40px;
}
.feature-grid_icon img {
  min-width: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-grid_title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.24em;
}
.feature-grid_text {
  margin-bottom: -0.5em;
}
.feature-grid:nth-child(even):before {
  content: "";
  height: 100%;
  width: calc(100% + 60px);
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,
    100% 50%,
    calc(100% - 60px) 100%,
    0 100%,
    60px 50%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,
    100% 50%,
    calc(100% - 60px) 100%,
    0 100%,
    60px 50%
  );
}
.feature-grid:nth-child(even) .feature-grid_icon img,
.feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_title {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.feature-grid:hover .feature-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .feature-grid {
    padding: 30px 0;
  }
  .feature-grid:not(:last-child) {
    padding-right: 22px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 50px);
    left: -44px;
    -webkit-clip-path: polygon(
      0 0,
      calc(100% - 55px) 0,
      100% 50%,
      calc(100% - 55px) 100%,
      0 100%,
      55px 50%
    );
    clip-path: polygon(
      0 0,
      calc(100% - 55px) 0,
      100% 50%,
      calc(100% - 55px) 100%,
      0 100%,
      55px 50%
    );
  }
}
@media (max-width: 991px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-grid:not(:last-child) {
    padding-right: 0;
  }
  .feature-grid:nth-child(even) {
    padding-left: 30px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width: 480px) {
  .feature-grid-wrap {
    padding: 0 15px;
  }
  .feature-grid:nth-child(even) {
    padding-left: 0;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 30px);
    left: -15px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.service-card {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.service-card_img img {
  width: 100%;
}
.service-card_content {
  position: relative;
  left: 50px;
  margin-top: -94px;
  max-width: calc(100% - 50px);
  padding: 30px;
  z-index: 3;
  background-color: var(--theme-color);
  box-shadow: 0 6px 20px rgba(7, 36, 95, 0.06);
}
.service-card_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card_icon,
.service-grid_icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 32px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: -35px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card_icon img,
.service-grid_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card_icon:before,
.service-grid_icon:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: transparent;
  border: 1px solid var(--white-color);
  border-radius: inherit;
}
.service-card_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: -0.25em;
  margin-bottom: 10px;
}
.service-card_title a {
  color: inherit;
}
.service-card_title a:hover {
  color: var(--title-color);
}
.service-card_text {
  margin-bottom: -0.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-card_btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  width: 50px;
  height: 112px;
  line-height: 115px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-card_btn:hover {
  color: var(--white-color);
}
.service-card:hover .service-card_title {
  color: var(--white-color);
}
.service-card:hover .service-card_text {
  color: var(--white-color);
}
.service-card:hover .service-card_content:before {
  height: 0;
}
.service-card:hover .service-card_icon,
.service-card:hover .service-grid_icon {
  background-color: var(--white-color);
}
.service-card:hover .service-card_icon img,
.service-card:hover .service-grid_icon img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-card:hover .service-card_btn {
  background-color: var(--title-color);
}
@media (max-width: 767px) {
  .service-card_content {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .service-card_content {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .service-card_content {
    padding: 30px 20px;
  }
}
.service-grid {
  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;
  background-color: var(--white-color);
  position: relative;
  padding: 40px;
  gap: 40px;
  border-radius: 20px;
  z-index: 3;
}
.service-grid_img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-width: 350px;
  border-radius: inherit;
}
.service-grid_img img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.service-grid_icon {
  position: relative;
  top: 0;
  left: 0;
  margin: 5px;
}
.service-grid_icon:before {
  border-color: var(--theme-color);
}
.service-grid_content {
  position: relative;
  z-index: 2;
}
.service-grid_icon-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-grid_text {
  margin-bottom: 18px;
}
.service-grid_title {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 14px;
}
.service-grid_title a {
  color: inherit;
}
.service-grid_title a:hover {
  color: var(--theme-color);
}
.service-grid .checklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 0 5px;
}
.service-grid .checklist ul li {
  padding-left: 22px;
}
.service-grid .as-btn {
  border-radius: 5px;
}
.service-grid:hover .service-grid_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#serviceGridSlider {
  position: relative;
  z-index: 3;
}
.service-thumb {
  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;
  gap: 20px;
  background-color: var(--white-color);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.service-thumb-wrap {
  background-color: var(--theme-color);
  position: relative;
  padding: 24px 24px 24px 0;
  z-index: 2;
}
.service-thumb-wrap:after {
  content: "";
  height: 100%;
  width: calc(100% + 180px);
  background-color: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.service-thumb_img {
  min-width: 70px;
}
.service-thumb_img img {
  border-radius: 5px;
}
.service-thumb_title {
  font-size: 20px;
  margin-bottom: 0;
}
.slick-current .service-thumb {
  border-right: 7px solid var(--title-color);
}
.arrow-btn {
  font-size: 20px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  border-radius: 5px;
}
.arrow-btn.prev {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .service-thumb-wrap {
    padding: 40px 0 40px 0;
  }
  .service-thumb-wrap:after {
    content: "";
    height: calc(100% + 180px);
    width: calc(100% + 80px);
    left: -40px;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 991px) {
  .service-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .service-grid_img {
    min-width: 100%;
    width: 100%;
    height: 300px;
  }
  .service-grid_img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 450px) {
  .service-grid {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 375px) {
  .service-grid_title {
    font-size: 22px;
  }
  .service-grid .checklist ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-box {
  position: relative;
  box-shadow: 0 6px 14px rgba(7, 36, 95, 0.08);
  background-color: var(--theme-color);
  z-index: 2;
}
.service-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box_icon {
  margin-bottom: 18px;
}
.service-box_icon img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.service-box_content {
  padding: 30px;
}
.service-box_title {
  font-size: 24px;
  margin-bottom: 11px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.service-box_title a {
  color: inherit;
}
.service-box_title a:hover {
  color: var(--white-color);
}
.service-box_text {
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box_btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--body-color);
  display: block;
  padding: 22px 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: -1;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box_btn i {
  margin-left: 4px;
}
.service-box:hover::before {
  width: 0;
}
.service-box:hover .service-box_btn,
.service-box:hover .service-box_text,
.service-box:hover .service-box_title {
  color: var(--white-color);
}
.service-box:hover .service-box_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-box:hover .service-box_btn::before {
  width: 0;
}
.service-block {
  position: relative;
  z-index: 2;
  --space-x: 30px;
  --space-y: 30px;
}
.service-block_img {
  overflow: hidden;
}
.service-block_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-block_content {
  position: relative;
  text-align: center;
  margin-top: -150px;
  max-width: calc(100% - var(--space-x) * 2);
  margin-left: var(--space-x);
  padding: 0 var(--space-x) var(--space-y) var(--space-x);
  z-index: 3;
  background-color: var(--white-color);
  box-shadow: 0 8px 20px rgba(7, 36, 95, 0.08);
}
.service-block_icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--white-color);
  box-shadow: 0 0 8px rgba(7, 36, 95, 0.2);
  color: var(--white-color);
  font-size: 32px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -35px;
  margin: 0 auto auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-block_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-block_icon:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: inherit;
}
.service-block_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: -0.25em;
  margin-bottom: 10px;
}
.service-block_title a {
  color: inherit;
}
.service-block_title a:hover {
  color: var(--theme-color);
}
.service-block_text {
  margin-bottom: -0.45em;
}
.service-block .as-btn {
  width: calc(100% - var(--space-x) * 2);
  margin-left: var(--space-x);
  background-color: var(--title-color);
}
.service-block:hover .service-block_icon {
  background-color: var(--theme-color);
}
.service-block:hover .service-block_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-block:hover .service-block_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block:hover .as-btn {
  background-color: var(--theme-color);
}
.service-block:hover .as-btn:hover:before {
  background-color: var(--title-color);
}
@media (max-width: 375px) {
  .service-block {
    --space-x: 20px;
  }
}
@media (min-width: 1300px) {
  .page-single {
    margin-left: 16px;
  }
}
.page-title {
  margin-top: -0.22em;
}
.page-img {
  margin-bottom: 40px;
}
.page-single {
  margin-bottom: 30px;
}
.project-content {
  background: var(--white-color);
  box-shadow: 0 4px 15px rgba(7, 36, 95, 0.1);
  border-radius: 10px;
  padding: 15px 20px 20px 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.project-img {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.project-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.project-subtitle {
  margin-top: -0.45em;
  margin-bottom: 6px;
}
.project-title a {
  color: inherit;
  text-transform: capitalize;
  font-size: 16px;
}
.project-title a:hover {
  color: var(--theme-color);
}
.project-icon {
  display: inline-block;
  background-color: #d15e1f;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: var(--white-color);
  box-shadow: 0 8px 19px #e5a486;
  border-radius: 5px;
  text-align: center;
}
.project-icon:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.project-card-wrap {
  max-width: 996px;
  margin-left: 18px;
  position: relative;
}
.project-card-wrap .icon-box {
  position: absolute;
  top: 50%;
  right: -140px;
  width: 60px;
}
.project-card-wrap .icon-box .slick-arrow:first-child {
  margin-bottom: 10px;
}
.project-card .project-img {
  border-radius: 10px;
}
.project-card .project-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    bottom,
    #07245f 0,
    rgba(7, 36, 95, 0) 100%
  );
  background: linear-gradient(0deg, #07245f 0, rgba(7, 36, 95, 0) 100%);
  z-index: 1;
}
.project-card .project-content {
  margin: -65px auto 0 auto;
}
.project-card .project-title {
  font-size: 20px;
  margin-bottom: -0.2em;
}
.project-card .project-icon {
  position: absolute;
  top: -25px;
  right: 25px;
}
.project-card:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-card:hover .project-icon {
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1399px) {
  .project-card .project-title {
    font-size: 18px;
  }
  .project-card-wrap {
    margin-left: 0;
  }
  .project-card-wrap .icon-box {
    display: none;
  }
}
@media (max-width: 375px) {
  .project-content {
    padding: 30px 15px;
  }
}
.project-grid {
  position: relative;
}
.project-grid .project-content {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 40px;
  border-radius: 0;
}
.project-grid .project-subtitle {
  margin-top: -0.45em;
  margin-bottom: 3px;
}
.project-grid .project-title {
  font-size: 30px;
  margin-bottom: -0.2em;
}
.project-grid .project-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -25px;
  border-radius: 0;
}
.project-grid:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-thumb {
  margin-bottom: var(--bs-gutter-x);
  cursor: pointer;
}
.project-thumb_img img {
  height: 192px;
}
.icon-box.style2 {
  background-color: var(--body-color);
  text-align: center;
  padding: 30px;
}
@media (max-width: 1299px) {
  .project-thumb_img img {
    height: 168px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .project-thumb_img img {
    height: 140px;
  }
  .project-grid .project-img img {
    height: 428px;
    object-fit: cover;
  }
  .icon-box.style2 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .projectSlideThumb {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .project-grid .project-img img {
    height: 350px;
  }
  .project-grid .project-title {
    font-size: 22px;
  }
  .project-grid .project-content {
    padding: 30px 75px 30px 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
  .project-grid .project-icon {
    right: 20px;
  }
}
@media (max-width: 375px) {
  .project-grid .project-title {
    font-size: 20px;
  }
  .project-grid .project-content {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border: 1px solid var(--border-color);
  }
}
.project-box {
  position: relative;
  overflow: hidden;
}
.project-box .project-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: -webkit-linear-gradient(
    bottom,
    #07245f 0.08%,
    rgba(7, 36, 95, 0) 59.32%
  );
  background: linear-gradient(0deg, #07245f 0.08%, rgba(7, 36, 95, 0) 59.32%);
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.project-box .project-content {
  position: relative;
  bottom: 25px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  border-radius: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.project-box .project-icon {
  position: absolute;
  top: -25px;
  right: 25px;
  border-radius: 0;
}
.project-box .project-title {
  font-size: 18px;
  margin-bottom: -0.24em;
}
.project-box:hover .project-img::before {
  top: 0;
}
.project-box:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-box:hover .project-icon {
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
.project-box:hover .project-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.slick-current.slick-center .project-box .project-img::before {
  top: 0;
}
.slick-current.slick-center .project-box .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slick-current.slick-center .project-box .project-icon {
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
.slick-current.slick-center .project-box .project-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .project-sec3.bg-top-center {
    background-size: 100% 80%;
  }
}
.as-video2 {
  position: relative;
}
.as-video2 .play-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.as-video2 .play-bg .play-btn {
  position: absolute;
  bottom: 65px;
  left: 50%;
}
.as-video2 .play-bg .play-btn:hover > i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-video2 .play-bg .play-btn:hover::before,
.as-video2 .play-bg .play-btn:hover:after {
  background-color: var(--title-color);
}
.img-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  height: 100%;
  width: 44%;
}
.img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .img-right {
    position: relative;
    width: 100%;
    margin-bottom: -65px;
  }
}
@media (max-width: 991px) {
  .img-right {
    margin-bottom: -35px;
  }
}
@media (max-width: 575px) {
  .as-video2 .play-bg {
    left: 30%;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}
@media (max-width: 375px) {
  .as-video2 .play-bg .play-btn {
    bottom: 30px;
    left: 45%;
  }
}
.year-block {
  position: relative;
  max-width: 842px;
  margin: 0 auto;
}
.year-block_year {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.year-block_year:after,
.year-block_year:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.year-block_year:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.year-block .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: relative;
  top: -4.5px;
}
.year-block_left .dot {
  left: -4.5px;
}
.year-block_right {
  text-align: right;
}
.year-block_right .dot {
  right: -4.5px;
}
.year-block_middle {
  text-align: center;
}
.year-block_lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: -26px;
}
.year-block_lines > div {
  position: relative;
  z-index: 2;
}
.year-block svg {
  max-width: 100%;
}
@media (max-width: 991px) {
  .year-block {
    max-width: 460px;
  }
  .year-block_left:after,
  .year-block_right:after {
    content: "";
    height: 29px;
    width: 1px;
    background-color: var(--title-color);
    opacity: 0.3;
    position: absolute;
    bottom: 20px;
    z-index: -1;
  }
  .year-block_left:after {
    left: 0;
  }
  .year-block_right:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .year-block_left,
  .year-block_right {
    display: none;
  }
  .year-block_middle {
    margin-bottom: 20px;
  }
  .year-block .dot {
    position: absolute;
    top: calc(100% - 5px);
    left: -5.5px;
  }
}
.event-card {
  margin-left: 26px;
  background-color: var(--smoke-color);
}
.event-card_date {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  padding: 22px;
  width: 252px;
  margin-left: -26px;
  margin-top: 40px;
  border-radius: 0 60% 0 0/0 100% 0 0;
  position: relative;
}
.event-card_date:before {
  content: "";
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent var(--title-color) transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}
.event-card_img {
  overflow: hidden;
}
.event-card_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.event-card_title {
  font-size: 24px;
  margin-top: -0.24em;
  max-width: 365px;
}
.event-card_content {
  padding: 40px;
}
.event-card_text {
  margin-bottom: -0.5em;
}
.event-card:hover .event-card_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1399px) {
  .event-card_content {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .event-card_content {
    padding: 40px 15px;
  }
  .event-card_title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .event-card_content {
    padding: 40px 20px;
  }
  .event-card_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .event-card_content {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .event-card_content {
    padding: 40px 20px;
  }
  .event-card_title {
    font-size: 22px;
  }
}
.available-list ul {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.available-list li {
  position: relative;
  margin-bottom: 8px;
  padding-right: 18px;
}
.available-list li:last-child {
  margin-bottom: 0;
}
.available-list li:after {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 500;
  color: var(--theme-color);
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.available-list li.unavailable:after {
  content: "\f057";
  color: #b3b3b3;
}
.price-card {
  background-color: var(--white-color);
  box-shadow: 0 6px 30px rgba(0, 15, 87, 0.08);
  text-align: center;
  padding: 0 60px 40px 60px;
}
.price-card_title {
  font-size: 24px;
  width: 230px;
  text-align: center;
  margin: 0 auto 27px auto;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 20px 20px 36px 20px;
  border-radius: 0 0 100% 100%;
}
.price-card_price .price {
  color: var(--theme-color);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.price-card_price .currency {
  font-size: 0.6em;
  position: absolute;
  top: 3px;
  right: -22px;
}
.price-card_price .package-duration {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.price-card_content {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  margin-top: 22px;
  margin-bottom: 32px;
}
.price-card .as-btn {
  background-color: var(--title-color);
}
.price-card .as-btn:after,
.price-card .as-btn:before {
  background-color: var(--theme-color);
}
.price-card.active .price-card_title {
  background-color: var(--theme-color);
}
.price-card.active .as-btn {
  background-color: var(--theme-color);
}
.price-card.active .as-btn:after,
.price-card.active .as-btn:before {
  background-color: var(--title-color);
}
@media (max-width: 991px) {
  .price-card {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .price-card {
    padding: 0 60px 40px 60px;
  }
  .price-card_price .price {
    font-size: 36px;
  }
  .price-card_price .currency {
    right: -14px;
    top: 0;
  }
}
@media (max-width: 375px) {
  .price-card {
    padding: 0 30px 40px 30px;
  }
}
.header-coming {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-coming .header-logo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-coming .as-social a {
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
}
.header-coming .as-social a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.coming-soon {
  text-align: center;
  padding: 80px 0 80px 0;
}
.coming-soon .coming-title {
  color: var(--white-color);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.coming-soon .coming-text {
  color: var(--white-color);
  margin-bottom: 25px;
}
.coming-soon .newsletter-form {
  max-width: 630px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coming-soon .newsletter-form .as-btn {
  min-width: 160px;
  border-radius: 0 99px 99px 0;
  padding: 20.5px 15px;
}
.coming-soon .newsletter-form .as-btn i {
  margin-left: 6px;
}
.coming-soon .newsletter-form input {
  background-color: #0e121d;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
  color: var(--white-color);
  border-radius: 99px 0 0 99px;
}
.coming-soon .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}
.coming-soon .newsletter-form input::-webkit-input-placeholder {
  color: var(--white-color);
}
.coming-soon .newsletter-form input:-ms-input-placeholder {
  color: var(--white-color);
}
.coming-soon .newsletter-form input::-ms-input-placeholder {
  color: var(--white-color);
}
.coming-soon .newsletter-form input::placeholder {
  color: var(--white-color);
}
.coming-soon .newsletter-form input:focus {
  background-color: #0e121d;
  border-color: var(--theme-color);
}
.clock {
  position: absolute;
  inset: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  border-radius: 50%;
}
.clock-wrap {
  position: relative;
  max-width: 446px;
  width: 100%;
  height: 446px;
  background-color: rgba(14, 18, 29, 0.5);
  border-radius: 50%;
  margin: 0 auto 30px auto;
}
.clock:after,
.clock:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0e121d;
  border: 15px solid var(--white-color);
  z-index: 0;
}
.clock:after {
  border: none;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.clock .hour,
.clock .minute,
.clock .second {
  position: absolute;
}
.clock .hr,
.clock .mn,
.clock .sc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.clock .hr {
  width: 210px;
  height: 210px;
}
.clock .hr:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 145px;
  background-color: var(--theme-color);
  border-radius: 99px;
  z-index: 3;
}
.clock .hr:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--theme-color);
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.clock .mn {
  width: 285px;
  height: 285px;
}
.clock .mn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 187px;
  background: var(--theme-color);
  z-index: 4;
  border-radius: 99px;
}
.clock .mn:after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--theme-color);
  position: absolute;
  -webkit-transform: rotate(45deg) skew(4deg, 4deg);
  -ms-transform: rotate(45deg) skew(4deg, 4deg);
  transform: rotate(45deg) skew(4deg, 4deg);
}
.clock .sc {
  width: 360px;
  height: 360px;
}
.clock .sc:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 240px;
  background: var(--white-color);
  z-index: 5;
  border-radius: 99px;
}
.upcoming-counter {
  padding: 0;
  margin: 40px 0 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  list-style-type: none;
}
.upcoming-counter .count-number {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 15px;
}
.upcoming-counter .count-number:before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 5px solid var(--white-color);
  position: absolute;
  left: -15px;
  top: -15px;
  border-radius: inherit;
}
.upcoming-counter li {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  max-width: 140px;
}
.upcoming-counter .count-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  margin-top: 25px;
  display: block;
}
@media (max-width: 991px) {
  .header-coming .header-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .upcoming-counter {
    gap: 4px;
  }
}
@media (max-width: 575px) {
  .clock-wrap {
    max-width: 100%;
    height: calc(100vw - 24px);
  }
  .clock .hr {
    width: 160px;
    height: 160px;
  }
  .clock .hr:before {
    width: 10px;
    height: 120px;
  }
  .clock .hr:after {
    width: 18px;
    height: 18px;
  }
  .clock .mn {
    width: 160px;
    height: 160px;
  }
  .clock .mn:before {
    width: 8px;
    height: 120px;
  }
  .clock .mn:after {
    width: 17px;
    height: 17px;
  }
  .clock .sc {
    width: 240px;
    height: 240px;
  }
  .clock .sc:before {
    width: 4px;
    height: 160px;
  }
  .upcoming-counter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .upcoming-counter .count-number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    margin: 0;
  }
  .upcoming-counter .count-number:before {
    display: none;
  }
  .upcoming-counter li {
    max-width: 80px;
  }
  .upcoming-counter .count-name {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 375px) {
  .header-coming .header-logo {
    max-width: 110px;
  }
  .header-coming .as-social a {
    --icon-size: 30px;
    font-size: 12px;
  }
  .header-coming .as-social a:not(:last-child) {
    margin-right: 2px;
  }
  .coming-soon .newsletter-form .as-btn {
    font-size: 0;
    min-width: 55px;
  }
  .coming-soon .newsletter-form .as-btn i {
    font-size: 14px;
    margin-left: 0;
  }
  .upcoming-counter {
    gap: 5px;
  }
  .upcoming-counter .count-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
  }
  .upcoming-counter .count-number:before {
    display: none;
  }
  .upcoming-counter li {
    max-width: 70px;
  }
  .upcoming-counter .count-name {
    font-size: 14px;
  }
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-n1 {
  margin-top: -0.25rem;
}
.mt-n2 {
  margin-top: -0.6rem;
}
.mt-n3 {
  margin-top: -1rem;
}
.mt-n4 {
  margin-top: -1.5rem;
}
.mt-n5 {
  margin-top: -3rem;
}
.mb-n1 {
  margin-bottom: -0.25rem;
}
.mb-n2 {
  margin-bottom: -0.6rem;
}
.mb-n3 {
  margin-bottom: -1rem;
}
.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-n5 {
  margin-bottom: -3rem;
}
.space,
.space-top {
  padding-top: var(--section-space);
}
.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}
@media (max-width: 991px) {
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}
.as-btn.style-new {
  border-radius: 3px;
  box-shadow: 0 8px 19px #5b832b;
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}
.sub-title2 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: -0.41em;
  margin-bottom: 25px;
  position: relative;
}
.sub-title2 .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-right: 4px;
}
.sub-title2 .box:after,
.sub-title2 .box:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: var(--theme-color);
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}
.sub-title2 .box:before {
  top: 0;
  left: 0;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
.sub-title2 .box:after {
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .sub-title2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .sub-title2 {
    letter-spacing: 0.14em;
  }
}
.form-control.style-radious,
.form-select.style-radious,
input.style-radious,
select.style-radious,
textarea.style-radious {
  border-radius: 5px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-20 img {
  border-radius: inherit;
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}
.as-container5 {
  max-width: 1562px;
  padding-left: 0;
  padding-right: 0;
  margin-right: unset;
  margin-left: auto;
}
.as-container5 .container {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1700px) {
  .as-container5 {
    margin-right: auto;
  }
  .as-container5 .container {
    margin-left: auto;
  }
}
@media (max-width: 1300px) {
  .as-container5 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1922px) {
  .as-container5 {
    margin-right: auto;
  }
  .as-container5 .container {
    margin-left: auto;
  }
}
.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 326px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
}
.main-menu ul li:hover ul.mega-menu,
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul li:hover ul.mega-menu {
  -webkit-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.main-menu ul.mega-menu,
.main-menu ul.sub-menu {
  margin-top: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.mega-menu {
  -webkit-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
}
.as-header .icon-btn {
  border: none;
  background-color: #f8f8f8;
}
.as-header .icon-btn:hover {
  background-color: var(--theme-color);
}
@media (min-width: 1400px) {
  .header-layout4 {
    --main-container: 1560px;
  }
}
.header-layout4 .header-links li > i {
  color: var(--white-color);
}
.header-layout4 .header-links li:not(:last-child):before {
  background-color: var(--body-color);
  opacity: 0.3;
}
.header-layout4 .header-top {
  --body-color: #fff;
  background-color: #0e121d;
  padding: 12px 0;
  position: relative;
}
.header-layout4 .header-top:before {
  content: "";
  height: 100%;
  width: 54%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
}
.header-layout4 .header-top .container {
  padding-left: 400px;
}
.header-layout4 .header-top a,
.header-layout4 .header-top li,
.header-layout4 .header-top p {
  color: var(--white-color);
}
.header-layout4 .header-top a:hover {
  color: var(--smoke-color);
}
.header-layout4 .header-button {
  margin-left: 130px;
}
.header-layout4 .menu-area {
  background-color: var(--white-color);
}
.header-layout4 .main-menu a {
  color: var(--title-color);
}
.header-layout4 .main-menu a:hover {
  color: var(--theme-color);
}
.header-layout4 .main-menu ul.mega-menu,
.header-layout4 .main-menu ul.sub-menu {
  background-color: var(--white-color);
}
.header-layout4 .main-menu ul.mega-menu > li > a {
  color: var(--title-color);
}
.dropdown-menu li a {
  color: var(--title-color) !important;
}
.dropdown-menu li a:hover {
  color: var(--theme-color) !important;
}
.logo-style3 {
  position: relative;
  z-index: 2;
  padding: 0 170px 39px 0;
  margin-top: -20px;
  -webkit-filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
  filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
}
.logo-style3:before {
  content: "";
  height: 151px;
  width: 2000px;
  position: absolute;
  bottom: -10px;
  right: -15px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
}
@media (max-width: 1500px) {
  .logo-style3 {
    padding: 0 90px 39px 0;
  }
  .header-layout4 .header-top .container {
    padding-left: 300px;
  }
}
@media (max-width: 1399px) {
  .header-layout4 .header-button {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .header-layout4 .header-button {
    margin-left: 40px;
  }
  .header-layout4 .header-button .as-btn {
    display: none;
  }
  .logo-style3 {
    padding: 0 50px 39px 0;
  }
  .logo-style3:before {
    right: -25px;
    -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 1199px) {
  .header-layout4 .header-top .container {
    padding-left: 250px;
  }
}
@media (max-width: 991px) {
  .header-layout4 .header-top {
    padding: 10px 0;
  }
  .header-layout4 .header-top .container {
    padding-left: 12px;
  }
  .logo-style3 {
    padding: 19px 0 19px 0;
    margin-top: 0;
  }
  .logo-style3:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-layout4 .header-top:before {
    display: none;
  }
}
.sticky .logo-style3,
.will-sticky .logo-style3 {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.hero-4 .as-hero-slide {
  padding: 210px 0;
}
.hero-4 .as-hero-bg img {
  object-fit: fill;
}
.hero-4 .hero-img {
  position: absolute;
  bottom: 0;
  right: 15%;
}
.call-btn.style-video {
  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;
}
.call-btn.style-video .play-btn:after,
.call-btn.style-video .play-btn:before {
  background-color: transparent;
}
.call-btn.style-video .btn-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.call-btn.style-video .btn-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.hero-style4 .hero-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 21px;
}
.hero-style4 .hero-subtitle:before {
  content: "";
  height: 2px;
  width: 60px;
  position: relative;
  display: inline-block;
  bottom: 5px;
  margin-right: 10px;
  background-color: var(--theme-color);
}
.hero-style4 .hero-title {
  color: var(--white-color);
  font-size: 74px;
  line-height: 1.135;
  margin-bottom: 30px !important;
  text-transform: capitalize;
  font-weight: 800;
}
.hero-style4 .hero-text {
  max-width: 710px;
  margin-bottom: 40px;
  color: var(--white-color);
}
.hero-style4 .call-btn .btn-title {
  color: var(--white-color);
}
.hero-style4 .call-btn .btn-text {
  color: var(--white-color);
}
.hero-style4 .btn-group {
  gap: 50px;
}
@media (max-width: 1500px) {
  .hero-4 .hero-img {
    right: 2%;
  }
  .hero-style4 .hero-title {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .as-hero-slide {
    padding: 160px 0;
  }
  .hero-4 .hero-img {
    max-width: 420px;
  }
  .hero-style4 .hero-title {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero-style4 .hero-text {
    margin-bottom: 35px;
    max-width: 600px;
  }
  .hero-style4 .hero-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .hero-4 .as-hero-slide {
    padding: 120px 0;
  }
  .hero-4 .hero-img {
    max-width: 320px;
    right: -5%;
  }
  .hero-style4 .hero-title {
    font-size: 52px;
  }
  .hero-style4 .hero-text {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-img {
    display: none;
  }
  .hero-4 .as-hero-slide {
    padding: 90px 0;
  }
  .hero-style4 {
    text-align: center;
  }
  .hero-style4 .hero-subtitle:before {
    display: none;
  }
  .hero-style4 .hero-title {
    font-size: 46px;
  }
  .hero-style4 .btn-group {
    gap: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style4 .call-btn {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .hero-style4 .hero-title {
    font-size: 38px;
    margin-bottom: 15px !important;
  }
  .hero-style4 .hero-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .hero-style4 .hero-title {
    font-size: 34px;
  }
}
@media (max-width: 350px) {
  .hero-style4 .hero-title {
    font-size: 30px;
  }
  .hero-style4 .hero-text {
    font-size: 14px;
  }
}
.feature-box {
  background-color: var(--white-color);
  border: 1px solid #e4e4e4;
  border-top: 5px solid var(--theme-color);
  box-shadow: 0 6px 15px rgba(14, 18, 29, 0.06);
  border-radius: 10px;
  padding: 35px;
}
.feature-box_icon {
  margin-bottom: 20px;
}
.feature-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.feature-box_title {
  margin-bottom: 10px;
}
.feature-box_text {
  font-size: 14px;
  margin-bottom: -0.5em;
}
.feature-box:hover .feature-box_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .feature-box {
    text-align: center;
  }
}
.img-box7 {
  margin-right: 56px;
  margin-left: -74px;
}
.achive-feature {
  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;
  gap: 20px;
  max-width: 280px;
}
.achive-feature-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom: 40px;
}
.achive-feature_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
  background-color: rgba(255, 76, 19, 0.1);
  border-radius: 20px;
  text-align: center;
}
.achive-feature_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.about-quote {
  padding: 20px 110px 20px 40px;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin: 0;
  max-width: 710px;
}
.about-quote:before {
  color: rgba(255, 76, 19, 0.2);
  font-size: 40px;
  bottom: 28px;
  line-height: 1;
}
.about-quote p {
  margin-top: 0;
}
.about-quote p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .img-box7 {
    margin-right: 20px;
    margin-left: -64px;
  }
}
@media (max-width: 1199px) {
  .img-box7 {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .achive-feature-wrap {
    grid-template-columns: auto;
  }
  .about-quote {
    padding: 20px 50px 20px 20px;
    font-size: 16px;
  }
  .about-quote:before {
    right: 20px;
    bottom: 20px;
  }
}
.tab-menu5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 60px;
}
.tab-menu5 button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid var(--border-color);
  margin-right: -1px;
}
.tab-menu5 button:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.tab-menu5 button:hover {
  color: var(--title-color);
}
.tab-menu5 button.active {
  color: var(--white-color);
}
.tab-menu5 button.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mission-grid {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}
.mission-grid .mission-img {
  -webkit-box-flex: 586px;
  -webkit-flex: 586px;
  -ms-flex: 586px;
  flex: 586px;
  border-radius: 20px;
  overflow: hidden;
}
.mission-grid .mission-img img {
  width: 100%;
}
.mission-grid .mission-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mission-grid .mission-content {
  -webkit-box-flex: 554px;
  -webkit-flex: 554px;
  -ms-flex: 554px;
  flex: 554px;
}
.mission-grid .mission-title {
  margin-bottom: 22px;
}
.mission-grid .mission-text {
  margin-bottom: 25px;
}
.mission-grid .checklist {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.mission-grid .checklist ul {
  display: grid;
  grid-template-columns: auto auto;
}
.mission-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mission-feature-wrap {
  display: grid;
  grid-template-columns: auto auto;
}
.mission-feature_icon {
  min-width: 50px;
}
.mission-feature_subtitle {
  font-size: 14px;
  color: var(--theme-color);
  margin-bottom: 0;
}
.mission-feature_title {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .mission-grid {
    gap: 40px;
  }
  .tab-menu5 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .tab-menu5 button {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
    padding: 16px 15px;
  }
  .mission-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
  }
  .mission-grid .mission-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mission-grid .mission-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 420px) {
  .tab-menu5 button {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-bottom: -1px;
  }
  .mission-grid .checklist ul {
    grid-template-columns: auto;
  }
  .mission-feature-wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.achive-counter {
  background: #fff;
  box-shadow: 0 6px 30px rgba(14, 18, 29, 0.06);
  border-radius: 10px;
  position: relative;
  padding: 24px 30px 24px 120px;
}
.achive-counter-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.achive-counter_icon {
  display: inline-block;
  width: 90px;
  width: 70px;
  line-height: 90px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 30px;
  text-align: center;
  border-radius: 0 0 99px 99px;
}
.achive-counter_number {
  color: var(--theme-color);
  font-size: 36px;
  margin-bottom: 0;
}
.achive-counter .counter-number {
  font-weight: 900;
}
.achive-counter_text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .achive-counter {
    padding: 24px 15px 24px 95px;
  }
  .achive-counter-wrap {
    gap: 15px;
  }
  .achive-counter_icon {
    left: 10px;
  }
}
@media (max-width: 575px) {
  .achive-counter {
    padding: 24px 30px 24px 120px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .achive-counter-wrap {
    grid-template-columns: auto;
  }
  .achive-counter_icon {
    left: 30px;
  }
}
.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.service-list-wrap {
  --space-x: 35px;
  --space-y: 35px;
}
.service-list-wrap:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: var(--space-y);
}
.service-list-wrap:not(:nth-child(-n + 3)) {
  padding-top: var(--space-y);
}
.service-list-wrap:not(:nth-child(3n)) {
  border-right: 1px solid var(--border-color);
}
.service-list-wrap:not(:nth-child(3n + 1)) {
  padding-left: var(--space-x);
}
.service-list_icon {
  min-width: 60px;
}
.service-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-list_title {
  margin-bottom: 10px;
}
.service-list_text {
  margin-bottom: 20px;
}
.service-list_btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
}
.service-list_btn .icon-btn {
  --btn-size: 40px;
  box-shadow: 0 0 10px rgba(14, 18, 29, 0.12);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 14px;
  margin-right: 10px;
}
.service-list_btn:hover {
  color: var(--theme-color);
}
.service-list_btn:hover .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.service-list:hover .service-list_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1300px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .service-list-wrap:not(:nth-last-child(-n + 3)) {
    border-bottom: unset;
    padding-bottom: unset;
  }
  .service-list-wrap:not(:nth-child(-n + 3)) {
    padding-top: unset;
  }
  .service-list-wrap:not(:nth-child(3n)) {
    border-right: unset;
  }
  .service-list-wrap:not(:nth-child(3n + 1)) {
    padding-left: unset;
  }
  .service-list-wrap:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: var(--space-y);
  }
  .service-list-wrap:not(:nth-child(-n + 2)) {
    padding-top: var(--space-y);
  }
  .service-list-wrap:nth-child(odd) {
    padding-right: var(--space-x);
  }
  .service-list-wrap:nth-child(even) {
    padding-left: var(--space-x);
    border-left: 1px solid var(--border-color);
  }
}
@media (max-width: 767px) {
  .service-list-wrap {
    padding: var(--space-y) var(--space-x) !important;
  }
  .service-list-wrap:first-child {
    padding-top: 0 !important;
  }
  .service-list-wrap:last-child {
    padding-bottom: 0 !important;
  }
  .service-list-wrap:nth-child(odd) {
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .service-list-wrap:nth-child(even) {
    border-right: 1px solid var(--border-color);
    border-left: unset;
  }
}
@media (max-width: 360px) {
  .service-list-wrap {
    --space-x: 20px;
  }
  .service-list_title {
    font-size: 22px;
  }
}
.as-team .play-btn {
  border: none;
  padding: 0;
}
.team-grid {
  text-align: center;
}
.team-grid .team-img {
  margin-bottom: 25px;
  background-color: var(--white-color);
  box-shadow: 0 6px 15px rgba(14, 18, 29, 0.08);
  padding: 20px;
  position: relative;
  z-index: 2;
}
.team-grid .team-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid var(--theme-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.team-grid .team-title {
  margin-bottom: 0;
}
.team-grid .team-desig {
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: -0.5em;
  display: block;
}
.team-grid .team-social {
  top: unset;
  bottom: 35px;
  right: 35px;
}
.team-grid:hover .team-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-grid:hover .team-img img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 575px) {
  .team-grid {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-block .project-img {
  border-radius: 10px 10px 0 0;
}
.project-block .project-subtitle {
  color: var(--theme-color);
}
.project-block .project-title {
  font-size: 18px;
  margin-bottom: -0.24em;
}
.project-block .project-content {
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 15px rgba(14, 18, 29, 0.06);
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}
#projectSlide4 .slick-list {
  padding-right: 20%;
}
@media (max-width: 1500px) {
  #projectSlide4 .slick-list {
    padding-right: 14%;
  }
}
@media (max-width: 1399px) {
  #projectSlide4 .slick-list {
    padding-right: 10%;
  }
}
@media (max-width: 1300px) {
  #projectSlide4 .slick-list {
    padding-right: 0;
  }
  .project-block .project-title {
    font-size: 22px;
  }
}
/* @media (max-width: 767px) {
  .project-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
} */
@media (max-width: 360px) {
  .project-block .project-subtitle {
    font-size: 14px;
  }
  .project-block .project-title {
    font-size: 18px;
  }
}
.testi-grid {
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 40px 20px 40px;
  position: relative;
  z-index: 2;
}
.testi-grid:before {
  content: "";
  height: 80px;
  width: calc(100% - 100px);
  background-color: var(--theme-color);
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
  z-index: -1;
}
.testi-grid_text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}
.testi-grid_name {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 0;
  color: var(--white-color);
  font-weight: 600;
}
.testi-grid_desig {
  display: block;
  margin-bottom: -0.5em;
  color: var(--white-color);
}
.testi-grid_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.testi-grid_avater {
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--white-color);
}
.testi-grid_review {
  color: var(--theme-color);
  margin-top: 12px;
}
.testi-grid_review i {
  font-size: 14px;
  margin-right: 3px;
}
.testi-grid_quote {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
@media (max-width: 1199px) {
  .testi-grid:before {
    width: calc(100% - 70px);
  }
  .testi-grid_quote {
    right: 20px;
  }
  .testi-grid_name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testi-grid:before {
    width: 100%;
  }
  .testi-grid_quote {
    display: none;
  }
}
@media (max-width: 410px) {
  .testi-grid {
    padding: 20px;
  }
  .testi-grid:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0 100%);
  }
  .testi-grid_author {
    gap: 20px;
  }
  .testi-grid_avater {
    max-width: 70px;
    border-radius: 14px;
  }
  .testi-grid_name {
    font-size: 20px;
  }
  .testi-grid_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .testi-grid_desig {
    font-size: 14px;
  }
  .testi-grid_review {
    margin-top: 0;
  }
}
.available-list2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.available-list2 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
}
.available-list2 li:last-child {
  margin-bottom: 0;
}
.available-list2 li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  font-size: 1em;
  vertical-align: text-top;
  position: absolute;
  top: 0;
  left: 0;
}
.available-list2 li.unavailable {
  color: #bdbdbd;
}
.available-list2 li.unavailable:before {
  color: #bdbdbd;
}
.price-box {
  padding: 40px;
  background-color: var(--white-color);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 30px rgba(1, 19, 60, 0.08);
}
.price-box_price {
  color: var(--theme-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.price-box_price .currency {
  font-size: 24px;
  position: relative;
  top: -25px;
}
.price-box_price .duration {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  margin-left: -14px;
}
.price-box_title {
  border-bottom: 2px solid var(--theme-color);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: -0.24em;
  margin-bottom: 25px;
}
.price-box .available-list2 {
  border-top: 1px solid var(--border-color);
  padding-top: 28px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.price-box .as-btn {
  border-radius: 4px;
  background-color: var(--title-color);
}
.price-box .as-btn:after,
.price-box .as-btn:before {
  background-color: var(--theme-color);
}
.price-sec {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
  box-shadow: 0 6px 50px rgba(14, 18, 29, 0.06);
}
@media (max-width: 360px) {
  .price-box {
    padding: 40px 20px;
  }
  .price-box_title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .price-sec {
    margin-top: -80px;
    border-radius: 15px;
  }
}
.blog-grid {
  background-color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 10px;
}
.blog-grid .blog-img {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-grid .blog-content {
  padding: 25px 15px 25px 30px;
  border-radius: 0 10px 10px 0;
}
.blog-grid .blog-title {
  font-size: 24px;
  margin-bottom: 17px;
}
.blog-grid .blog-meta {
  margin-bottom: 12px;
}
.blog-grid .blog-meta a {
  font-size: 14px;
  font-weight: 500;
}
.blog-grid .blog-text {
  margin-bottom: 14px;
}
.blog-grid.style-big .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-grid.style-big .blog-content {
  padding: 40px;
  border-radius: 0 0 10px 10px;
}
.blog-grid.style-big .blog-meta {
  margin-bottom: 17px;
}
.blog-grid.style-big .blog-title {
  font-size: 26px;
}
.blog-grid.style-small {
  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;
}
.blog-grid.style-small:not(:last-child) {
  margin-bottom: 24px;
}
.blog-grid.style-small .blog-img {
  min-width: 218px;
  height: 100%;
}
.blog-grid.style-small .blog-img img {
  height: 100%;
  object-fit: cover;
}
.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .blog-grid .blog-content {
    padding: 40px;
  }
  .blog-grid.style-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-grid.style-small .blog-img {
    max-height: 265px;
    min-width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 375px) {
  .blog-grid .blog-title {
    font-size: 22px !important;
    line-height: 1.3;
  }
  .blog-grid .blog-content {
    padding: 40px 20px !important;
  }
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 70px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-menu a .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.sidemenu-wrapper .sidemenu-content {
  --body-color: #fff;
  background-color: var(--title-color);
}
.sidemenu-wrapper .closeButton {
  color: var(--theme-color);
  line-height: 47px;
}
.header-link {
  display: inline-block;
  color: var(--white-color);
  margin-right: 40px;
}
.header-link:last-child {
  margin-right: 0;
}
.header-link:hover {
  color: var(--theme-color);
}
.header-link .icon-btn {
  margin-right: 10px;
  font-size: 14px;
  border: none;
}
.icon-btn.style2 {
  background-color: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  line-height: 48px;
}
.icon-btn.style2:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.header-layout5 {
  --main-container: 1380px;
}
.header-layout5 .top-area {
  background-color: var(--title-color);
}
.header-layout5 .header-top {
  padding: 12px 0;
  --body-color: #fff;
  border-bottom: 1px solid #202c3c;
}
.header-layout5 .header-top a,
.header-layout5 .header-top i,
.header-layout5 .header-top li,
.header-layout5 .header-top p,
.header-layout5 .header-top span {
  color: var(--white-color);
}
.header-layout5 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout5 .menu-top {
  padding: 20px 0;
}
.header-layout5 .menu-top .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-layout5 .header-link {
  color: var(--white-color);
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #202c3c;
}
.header-layout5 .header-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-layout5 .header-link:hover {
  color: var(--theme-color);
}
.header-layout5 .as-social a {
  background-color: #0f2239;
  border: 1px solid #4d5765;
  color: var(--white-color);
}
.header-layout5 .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.header-layout5 .simple-icon {
  color: var(--white-color);
}
.header-layout5 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout5 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 34%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white-color);
  background-size: auto;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
  z-index: -1;
}
.header-layout5 .icon-style2 {
  color: var(--title-color);
}
.header-layout5 .menu-area {
  position: relative;
  background-color: var(--theme-color);
  z-index: 2;
}
.header-layout5 .menu-area .container {
  --main-container: 1562px;
  margin-left: auto;
  margin-right: 66px;
}
@media (min-width: 1922px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}
.header-layout5 .main-menu > ul > li {
  margin: 0 18px;
}
.header-layout5 .main-menu > ul > li > a {
  color: var(--white-color);
}
.header-layout5 .main-menu ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}
.header-layout5 .as-menu-toggle {
  margin: 20px 0;
  background-color: var(--title-color);
}
.header-layout5 .header-button {
  margin-left: 100px;
}
@media (max-width: 1700px) {
  .header-layout5 .logo-shape {
    width: 22%;
  }
}
@media (max-width: 1500px) {
  .header-layout5 .header-button {
    margin-left: 60px;
  }
}
@media (max-width: 1300px) {
  .header-layout5 .header-button {
    margin-left: 20px;
  }
  .header-layout5 .logo-shape {
    width: 26%;
  }
}
@media (max-width: 1199px) {
  .header-layout5 .header-link:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .header-layout5 .logo-shape {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .header-layout5 .logo-shape {
    width: 60%;
  }
  .header-layout5 .header-link {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-notice {
    text-align: center;
    font-size: 14px;
  }
  .header-layout5 .menu-top {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .header-layout5 .logo-shape {
    width: 280px;
  }
}
.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--white-color);
}
.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}
.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu a {
  color: var(--body-color);
}
.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.simple-icon {
  border: none;
  background-color: transparent;
}
.simple-icon.style2 {
  font-size: 28px;
}
.simple-icon:hover {
  color: var(--theme-color);
}
.header-layout6 {
  --main-container: 1440px;
}
.header-layout6 .header-top {
  background-color: var(--theme-color);
  padding: 5px 0;
  --body-color: #fff;
}
.header-layout6 .header-top a,
.header-layout6 .header-top i,
.header-layout6 .header-top li,
.header-layout6 .header-top p,
.header-layout6 .header-top span {
  color: var(--body-color);
}
.header-layout6 .header-top a:hover {
  color: var(--white-color);
}
.header-layout6 .header-top li:before {
  background-color: var(--white-color);
}
.header-layout6 .simple-icon {
  color: var(--white-color);
}
.header-layout6 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout6 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 27.7%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  z-index: -1;
}

.header-layout6 .main-menu > ul > li > a {
  color: #000;
  padding: 20px 0;
}
.header-layout6 .as-menu-toggle {
  margin: 20px 0;
}
.header-layout6 .header-button {
  margin-left: 100px;
}
.header-layout6 .icon-btn:hover {
  border-color: var(--theme-color);
}
@media (min-width: 1922px) {
  .header-layout6 {
    --main-container: 1440px;
  }
  .header-layout6 .logo-shape {
    width: 34%;
  }
}
@media (max-width: 1700px) {
  .header-layout6 .logo-shape {
    width: 25%;
  }
}
@media (max-width: 1399px) {
  .header-layout6 .container {
    margin-left: auto;
    margin-right: auto;
  }
  .header-layout6 .header-button {
    margin-left: 60px;
  }
  .header-layout6 .logo-shape {
    width: 22%;
  }
}
@media (max-width: 1300px) {
  .header-layout6 .logo-shape {
    width: 26%;
  }
  .header-layout6 .header-button .as-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout6 .logo-shape {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .header-layout6 .logo-shape {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .header-layout6 .header-top {
    padding: 8px 0;
  }
}
@media (max-width: 375px) {
  .header-layout6 .logo-shape {
    width: 75%;
  }
}
.header-layout7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1920px;
}
.header-layout7 .will-sticky .sticky-active {
  background-color: var(--title-color);
}
.header-layout7 .container {
  padding-left: 0;
  padding-right: 0;
}
.header-layout7 .header-logo {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 130px 15px 50px;
  border-right: 5px solid var(--theme-color);
  height: 100%;
  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;
}
.header-layout7 .header-top {
  padding: 15px 0;
  --body-color: #fff;
}
.header-layout7 .header-top a,
.header-layout7 .header-top i,
.header-layout7 .header-top li,
.header-layout7 .header-top p,
.header-layout7 .header-top span {
  color: var(--white-color);
}
.header-layout7 .header-top a:hover {
  color: var(--theme-color);
}
.header-layout7 .header-top li:before {
  background-color: #d9d9d9;
}
.header-layout7 .top-left {
  padding-left: 50px;
}
.header-layout7 .top-right {
  width: 1080px;
  padding-right: 50px;
}
.header-layout7 .simple-icon {
  color: var(--white-color);
}
.header-layout7 .dropdown-menu {
  --body-color: #74787c;
}
.header-layout7 .menu-area {
  position: relative;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1080px;
}
.header-layout7 .main-menu > ul > li {
  margin: 0 18px;
}
.header-layout7 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 36.5px 0;
}
.header-layout7 .as-menu-toggle {
  margin: 15px 0;
}
.header-layout7 .header-button {
  margin-left: 10px;
  gap: 30px;
}
@media (max-width: 1500px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 30px;
  }
  .header-layout7 .top-left {
    padding-left: 30px;
  }
  .header-layout7 .top-right {
    width: 900px;
    padding-right: 30px;
  }
  .header-layout7 .menu-area {
    padding: 0 30px;
    width: 900px;
  }
}
@media (max-width: 1399px) {
  .header-layout7 .container {
    max-width: 100%;
  }
  .header-layout7 .top-right {
    width: 687px;
  }
  .header-layout7 .menu-area {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 15px;
  }
  .header-layout7 .top-left {
    padding-left: 15px;
  }
  .header-layout7 .top-right {
    width: 680px;
    padding-right: 15px;
  }
  .header-layout7 .menu-area {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header-layout7 .top-left {
    padding-left: 15px;
  }
  .header-layout7 .top-right {
    width: 100%;
  }
  .header-layout7 .top-right .row {
    --bs-gutter-x: 50px;
  }
}
@media (max-width: 767px) {
  .header-layout7 .header-logo {
    padding: 15px;
  }
}
.header-layout8 {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-layout8 .main-menu > ul > li > a {
  padding: 46.5px 0;
  color: var(--white-color);
}
.header-layout8:before {
  content: "";
  height: 100%;
  width: 22%;
  background-color: var(--white-color);
  opacity: 0.13;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.header-layout8 .header-button {
  margin-left: 110px;
}
.header-layout8 .will-sticky .sticky-active {
  background-color: var(--title-color);
}
@media (min-width: 1922px) {
  .header-layout8::before {
    width: 30%;
  }
}
@media (max-width: 1399px) {
  .header-layout8:before {
    width: 26%;
  }
}
@media (max-width: 1300px) {
  .header-layout8:before {
    width: 16%;
  }
  .header-layout8 .header-button .as-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-layout8 .main-menu > ul > li > a {
    padding: 31.5px 0;
  }
}
@media (max-width: 991px) {
  .header-layout8:before {
    width: 50%;
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.hero-5 {
  --main-container: 1380px;
  padding-right: 80px;
}
.hero-5 .hero-shape {
  display: inline-block;
  height: 350px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 100px),
    calc(100% - 140px) 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 100px),
    calc(100% - 140px) 100%,
    0 100%,
    0 0
  );
  z-index: -1;
}
.hero-5 .play-btn {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-slider-5 .as-hero-slide {
  padding: 230px 0;
}
.hero-style5,
.hero-style6,
.hero-style7,
.hero-style8 {
  padding-left: 40px;
  position: relative;
  z-index: 4;
  max-width: 710px;
}
.hero-style5 .hero-subtitle,
.hero-style6 .hero-subtitle,
.hero-style7 .hero-subtitle,
.hero-style8 .hero-subtitle {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: var(--theme-color);
  margin-top: -0.36em;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.hero-style5 .hero-title,
.hero-style6 .hero-title,
.hero-style7 .hero-title,
.hero-style8 .hero-title {
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 0;
}
.hero-style5 .hero-title:last-of-type,
.hero-style6 .hero-title:last-of-type,
.hero-style7 .hero-title:last-of-type,
.hero-style8 .hero-title:last-of-type {
  margin-bottom: 25px;
}
.hero-style5 .hero-text,
.hero-style6 .hero-text,
.hero-style7 .hero-text,
.hero-style8 .hero-text {
  color: var(--white-color);
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .hero-5 {
    padding-right: 40px;
  }
  .hero-5 .slick-dots {
    right: 10%;
  }
  .hero-5 .hero-shape {
    width: 40px;
  }
  .hero-slider-5 .as-hero-slide {
    padding: 190px 0 190px 0;
  }
  .hero-style5 {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-5 .as-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style5 {
    max-width: 600px;
  }
  .hero-style5 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-5 .play-btn {
    display: none;
  }
  .hero-slider-5 .as-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style5 .hero-subtitle,
  .hero-style6 .hero-subtitle,
  .hero-style7 .hero-subtitle {
    margin-bottom: 20px;
  }
  .hero-style5 .hero-title:last-of-type,
  .hero-style6 .hero-title:last-of-type,
  .hero-style7 .hero-title:last-of-type {
    margin-bottom: 20px;
  }
  .hero-style5 .hero-text,
  .hero-style6 .hero-text,
  .hero-style7 .hero-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-5 {
    padding-right: 0;
  }
  .hero-5 .hero-shape {
    display: none;
  }
  .hero-style5,
  .hero-style6,
  .hero-style7,
  .hero-style8 {
    text-align: center;
    padding-left: 0;
  }
  .hero-style5 .btn-wrap,
  .hero-style6 .btn-wrap,
  .hero-style7 .btn-wrap,
  .hero-style8 .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style5 .hero-title:last-of-type,
  .hero-style6 .hero-title:last-of-type,
  .hero-style7 .hero-title:last-of-type,
  .hero-style8 .hero-title:last-of-type {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .hero-style5 .hero-subtitle,
  .hero-style6 .hero-subtitle,
  .hero-style7 .hero-subtitle,
  .hero-style8 .hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hero-style5 .hero-title,
  .hero-style6 .hero-title,
  .hero-style7 .hero-title,
  .hero-style8 .hero-title {
    font-size: 30px;
  }
}
.hero-6 {
  --main-container: 1440px;
}
.hero-6 .icon-box {
  position: absolute;
  top: 50%;
  right: 115px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.hero-6 .icon-box .slick-arrow {
  --pos-x: 0;
  border-radius: 0;
  margin: 5px 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
}
.hero-6 .icon-box .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.hero-6 .icon-box .slick-arrow:first-child {
  margin-right: 0;
}
.hero-slider-6 .as-hero-slide {
  padding: 245px 0;
}
.hero-style6 {
  padding-left: 0;
  max-width: 650px;
}
.hero-style6 .hero-title {
  font-weight: 700;
}
.hero-style6 .hero-meta span {
  color: var(--theme-color);
}
.hero-style6 .hero-meta span:after {
  background-color: var(--theme-color);
}
@media (max-width: 1399px) {
  .hero-6 .icon-box {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-6 .as-hero-slide {
    padding: 150px 0 150px 0;
  }
  .hero-style6 .hero-title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .hero-slider-6 .as-hero-slide {
    padding: 100px 0 100px 0;
  }
  .hero-style6 .checklist {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .hero-6 .icon-box {
    display: none;
  }
  .as-hero-wrapper .checklist ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-slider-6 .as-hero-slide {
    padding: 90px 0;
  }
  .hero-style6 .hero-title {
    font-size: 38px;
  }
}
@media (max-width: 440px) {
  .hero-style6 .hero-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 28px;
  }
}
.hero-slider-7 .slick-dots {
  position: absolute;
  top: 50%;
  right: unset;
  left: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.hero-slider-7 .slick-dots li {
  display: block;
  margin: 30px 0;
}
.hero-slider-7 .slick-dots button {
  border-radius: 0 !important;
  visibility: visible;
  opacity: 1;
}
.hero-slider-7 .slick-dots button:before {
  border-radius: 0 !important;
}
.hero-style7 {
  max-width: unset;
}
.hero-style7 .hero-text {
  max-width: 700px;
}
.hero-style7 .hero-meta span {
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.hero-style7 .hero-meta span:not(:last-child) {
  margin-right: 22px;
}
.hero-style7 .hero-meta span:hover {
  color: var(--theme-color);
}
.hero-style7 .hero-meta span:after {
  display: none;
}
.hero-slider-7 .as-hero-slide {
  padding: 365px 0 225px 0;
}
.hero-slider-7 .hero-style7 {
  padding-left: 480px;
}
@media (max-width: 1500px) {
  .hero-slider-7 .slick-dots {
    left: 35px;
  }
  .hero-slider-7 .hero-style7 {
    padding-left: 518px;
  }
}
@media (max-width: 1399px) {
  .hero-slider-7 .as-hero-slide {
    padding: 315px 0 155px 0;
  }
  .hero-slider-7 .hero-style7 {
    padding-left: 400px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-7 .hero-style7 {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .hero-slider-7 .as-hero-slide {
    padding: 230px 0 100px 0;
  }
  .hero-slider-7 .hero-style7 {
    padding-left: 0;
  }
  .hero-style7 .hero-text {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .hero-style7 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-slider-7 .hero-style7 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .hero-style7 .hero-title {
    font-size: 26px;
  }
}
.as-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1922px) {
  .as-hero-wrapper .slick-dots {
    right: 20%;
  }
}
.as-hero-wrapper .slick-dots li {
  display: block;
  margin: 25px 0 !important;
}
.as-hero-wrapper .slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--white-color);
}
.as-hero-wrapper .slick-dots button:hover {
  border-color: var(--theme-color);
}
.as-hero-wrapper .slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.as-hero-wrapper .slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.as-hero-wrapper .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}
.hero-style8 {
  padding: 340px 0 225px 0;
}
.hero-style8 .hero-meta {
  margin-bottom: 30px;
}
.hero-style8 .hero-meta span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: capitalize;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.hero-style8 .hero-meta span:not(:last-child) {
  padding-right: 12px;
  margin-right: 48px;
}
.hero-style8 .hero-meta span:not(:last-child):after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 100%;
}
.hero-style8 .hero-meta span:hover {
  color: var(--theme-color);
}
.hero-style8 .hero-title .bg-theme {
  display: inline-block;
  padding: 0 6px;
}
.hero-style8 .hero-text,
.hero-style8 .hero-title {
  color: var(--white-color);
}
.hero-style8 .hero-text {
  max-width: 720px;
}
@media (max-width: 1199px) {
  .hero-style8 {
    padding: 240px 0 130px 0;
  }
  .hero-style8 .hero-title {
    font-size: 48px;
  }
  .hero-style8 .hero-meta span {
    font-size: 20px;
  }
  .hero-style8 .hero-text {
    max-width: 500px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-style8 {
    padding: 210px 0 120px 0;
  }
  .hero-style8 .hero-text {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .hero-style8 .hero-meta span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-style8 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-style8 {
    padding: 190px 0 100px 0;
  }
  .hero-style8 .hero-meta {
    margin-bottom: 20px;
  }
  .hero-style8 .hero-meta span {
    font-size: 18px;
  }
  .hero-style8 .hero-title {
    font-size: 34px;
  }
}
@media (max-width: 420px) {
  .hero-style8 .hero-title {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .hero-style8 .hero-title {
    font-size: 26px;
  }
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #000;
}
.text-justify {
  text-align: justify;
}
.sec-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ttm-bg {
  position: relative;
}

.single-brand {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  padding: 5px 5px;
  margin: 20px 0;
  width: 100%;
}

.custom-font {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 500;
}

@media (max-width: 1440px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}

.banner-breadcrumb {
  position: relative;
  width: 100%;
  padding: 0%;
  overflow: hidden;
  backface-visibility: hidden;
}
.banner-breadcrumb .background-banner img {
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  .banner-tit h2 span {
    font-size: 30px !important;
  }
}
.banner-tit {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-tit h2 {
  font-size: 48px;
  color: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.banner-tit h2 span {
  font-size: 50px;
  padding: 3px 15px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .banner-tit h2 {
    font-size: 25px;
  }
  .banner-tit h2 span {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .banner-tit h2 span {
    font-size: 45px !important;
  }
}
@media (max-width: 600px) {
  .banner-tit h2 {
    font-size: 20px;
  }
  .banner-tit h2 span {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  .banner-tit h2 {
    font-size: 18px;
  }
  .banner-tit h2 span {
    font-size: 12px !important;
  }
}
.banner-tit h2 {
  margin-bottom: 0 !important;
}

.thnak2 {
  font-size: 30px;
  font-weight: 600;
}
.thnak4 {
  font-size: 24px;
  font-weight: 600;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2em;
  color: #000;
  font-weight: 800;
  padding-bottom: 25px;
}
.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 1px;
  background-color: #2ea244;
}
.sec-title h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 1px;
  background-color: #001e57;
}
.contact-page-section {
  position: relative;
  padding: 100px 0px 50px;
}
.contact-page-section .info-column {
  position: relative;
  margin-bottom: 40px;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  margin-right: -20px;
  padding: 50px 35px 45px;
  background: linear-gradient(to right, #d25d21, #d25d21);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
}
.contact-page-section .info-column .inner-column .title-box {
  position: relative;
}
.contact-page-section .info-column .inner-column .title-box h3 {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}
.contact-page-section .info-column .inner-column .title-box .title-text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 8px;
  margin-bottom: 30px;
  color: #fff;
}
.contact-page-section .info-column .inner-column .social-links {
  position: relative;
}
.contact-page-section .info-column .inner-column .social-links li {
  position: relative;
  margin-right: 4px;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-page-section .info-column .inner-column .social-links li a {
  position: relative;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-page-section .info-column .inner-column .social-links li a:hover {
  color: #2ea244;
  border-color: #ffffff;
  background-color: #ffffff;
}
.contact-info-list {
  position: relative;
}
.contact-info-list li {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  min-height: 50px;
  line-height: 1.8em;
  padding-left: 50px;
  color: #fff;
}
.contact-info-list li strong {
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.contact-info-list li .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 26px;
  line-height: 1em;
}
.contact-page-section .form-column {
  position: relative;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding-left: 60px;
}
.contact-page-section .form-column .inner-column .row {
  margin: 0px -11px;
}
.contact-page-section .form-column .inner-column .contact-form .form-group {
  padding: 0px 10px;
}
.contact-form {
  position: relative;
  margin-bottom: 30px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 22px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"] {
  position: relative;
  display: block;
  width: 100%;
  color: #a5a5a5;
  line-height: 26px;
  padding: 10px 28px;
  height: 60px;
  font-size: 14px;
  border-radius: 2px;
  background: #f3f5f9;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group input[type="tel"]:focus {
  border-color: #2ea244;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 28px;
  color: #a5a5a5;
  height: 100px;
  font-size: 14px;
  resize: none;
  border-radius: 2px;
  background: #f3f5f9;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1140px) {
  .sec-title h2 {
    font-size: 36px;
  }
  .contact-page-section .form-column .inner-column {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-page-section .form-column .inner-column {
    padding-left: 0px;
  }
  .contact-page-section .info-column .inner-column {
    margin-right: 0px;
  }
  .inner-column {
    padding-left: 0px !important;
  }
  .sec-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-info-list li {
    min-height: 0;
    padding-left: 0;
  }
  .contact-info-list li .icon {
    position: relative;
    display: block;
    line-height: 1em;
    left: 0;
    top: 0px;
    margin: 0 0 10px;
  }
  .contact-page-section .info-column .inner-column {
    padding: 40px 20px;
    text-align: center;
  }
}
.ml-40 {
  margin-left: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.about-wrapper .block-contents h1 {
  color: #00235a;
  font-size: 56px;
}
@media (max-width: 1199px) {
  .about-wrapper .block-contents h1 {
    font-size: 40px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .about-wrapper .block-contents h1 {
    font-size: 32px;
  }
}
.about-wrapper .block-contents h4 {
  border-color: #ff5e14;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .about-wrapper .block-contents h4 {
    padding: 5px 15px;
    font-size: 18px;
    margin: 20px 0px;
  }
}
.about-wrapper .block-contents span {
  display: block;
  color: #ff5e14;
}
.about-wrapper .block-contents span b {
  color: #00235a;
}
.block-contents {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .block-contents {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .block-contents {
    margin-left: 0;
  }
}
.block-contents span {
  margin-bottom: 5px;
}
.block-contents h4 {
  margin-top: 40px;
  font-weight: 600;
  padding: 5px 28px;
  margin-bottom: 30px;
  border-left: 4px solid #ff5e14;
}
@media (max-width: 767px) {
  .block-contents h4 {
    padding: 5px 20px;
    font-size: 18px;
  }
}
.block-contents .theme-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .block-contents .theme-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .block-contents .theme-btn {
    margin-top: 20px;
  }
}

.text-white p,
.text-white span {
  color: #fff !important;
}

.cta-funfact-wrap {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-funfact-wrap {
    background: transparent;
  }
}
.cta-funfact-wrap .fun-fact {
  background: #212121;
  height: 140px;
}
.cta-funfact-wrap .fun-fact span {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  margin: 0 10px;
}
.cta-funfact-wrap .cta-wrap1 {
  position: relative;
  z-index: 1;
  height: 140px;
}
@media (max-width: 991px) {
  .cta-funfact-wrap .cta-wrap1 {
    background-color: #00235a;
  }
}
@media (max-width: 767px) {
  .cta-funfact-wrap .cta-wrap1 {
    height: 100px;
  }
}
.cta-funfact-wrap .cta-wrap1::before {
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: var(--theme-color);
  top: 0;
  left: -15px;
  content: "";
  z-index: -1;
}
@media (max-width: 991px) {
  .cta-funfact-wrap .cta-wrap1::before {
    display: none;
  }
}
.cta-funfact-wrap .cta-wrap1 h2 {
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1191px) {
  .cta-funfact-wrap .cta-wrap1 h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .cta-funfact-wrap .cta-wrap1 h2 {
    font-size: 26px;
  }
}

.cta-funfact-wrap .cta-wrap1 a i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cta-funfact-wrap .cta-wrap1 a {
    margin-right: 0;
  }
}
.shop-details {
  position: relative;
  padding: 120px 0px 92px 0px;
}
.product-details-content .product-details .title-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 8px;
  font-weight: bold;
}
.product-details-content .product-details .title-box {
  position: relative;
  padding: 24px 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.product-details-content .product-details .text {
  margin-bottom: 34px;
}
.product-details-content .addto-cart-box {
  margin-bottom: 28px;
}
.addto-cart-box .clearfix li {
  position: relative;
  display: block;
  text-align: center;
}
.addto-cart-box .cart-btn button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 17px 48px;
  cursor: pointer;
  margin-right: 20px;
  transition: all 500ms ease;
}
.addto-cart-box button:hover {
  background: #212121;
  color: #fff;
}
.product-details-content .product-details {
  position: relative;
  margin-top: -7px;
  text-align: justify;
}
.product-details-content {
  position: relative;
  display: block;
  margin-bottom: 96px;
}

@media screen {
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .active {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.0001)),
      to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  @media screen and (min-width: 768px) {
    .carousel-indicators {
      bottom: 20px;
    }
  }
}
.carousel .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.carousel .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.carousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  border: 1px solid #aaaaaa;
}
.carousel .carousel-indicators li.active img {
  opacity: 1;
}
.carousel .carousel-indicators li:hover img {
  opacity: 0.75;
}
.carousel .carousel-outer {
  position: relative;
}
.carousel-indicators li img {
  width: 80px;
}
.carousel-control.left {
  background-image: none !important;
}
.carousel-control.right {
  background-image: none !important;
}
.carousel .fa-arrow-left {
  color: #000;
  top: 50%;
  position: absolute;
}
.carousel .fa-arrow-right {
  color: #000;
  top: 50%;
  position: absolute;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  animation: downarrow 0.6s infinite alternate ease-in-out;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  animation: downarrow 0.6s infinite alternate ease-in-out;
}
.tabs-content {
  overflow: hidden;
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .addto-cart-box .cart-btn button {
    padding: 17px 20px;
  }
}
@media only screen and (max-width: 991px) {
  div.carousel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .product-details .title-box h3 {
    font-size: 15px;
  }
  div.carousel {
    margin-bottom: 30px;
  }
  .addto-cart-box .clearfix li {
    width: 100%;
  }
  .addto-cart-box .cart-btn button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product-details-content .product-details .title-box {
  border-top: 6px solid var(--theme-color);
}
.addto-cart-box .cart-btn button {
  background: var(--theme-color);
  border: 0px;
}

.text {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 15px;
}

.text p {
  text-align: justify;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background: #e3e3e3;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-buttons {
  text-align: center;
}
.product-discription .tab-btn-box .tab-buttons li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  font-weight: 600;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  text-align: center;
  padding: 13px 30px;
  cursor: pointer;
  margin: 0px 8px;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-buttons li.active-btn {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .tabs-content .text p {
  position: relative;
  margin-bottom: 17px;
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab {
  display: block;
}
.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
.tabs-content {
  overflow: hidden;
}
.list-style-one h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.list-style-one {
  position: relative;
  margin-top: 20px;
  list-style-type: none;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 25px;
  margin-bottom: 11px;
  text-align: justify;
}
.list-style-one li:before {
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  padding: 0px;
  color: var(--theme-color);
  font-weight: 900;
  font-family: var(--icon-font);
}
.producttable {
  text-align: center;
  vertical-align: middle;
}
.producttable th {
  background-color: var(--theme-color);
  color: #fff;
}
.Types-sec h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.Types-sec ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  list-style-type: none;
}

.Types-sec li {
  padding: 10px;
  color: #000;
  border-radius: 10px !important;
  border: 1px dashed #22222245 !important;
  padding-right: 10px;
  font-weight: 600;
  transition: 0.8s all;
}

.Types-sec li:hover {
  color: var(--theme-color);
  background: white;
  border: 1px dashed var(--theme-color) !important;
  transform: translateY(-10px);
  box-shadow: 1px 1px 20px 13px #22222236;
}

@media (max-width: 767px) and (min-width: 320px) {
  .Types-sec ul {
    grid-template-columns: 1fr;
  }
}

#about-sec p,
.desc ul li {
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
}
.blog-card h6 {
  font-size: 15px;
  font-weight: 500;
}
.blog-text {
  text-align: left;
}
.blog-card .blog-content {
  height: 400px;
}
.testi-grid_name1 {
  margin-top: 60px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .blog-card .blog-content {
    height: auto;
  }
}

.inner-column {
  padding-left: 60px;
}

.contact-info-list {
  position: relative;
}
.contact-info-list li {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  min-height: 50px;
  line-height: 1.8em;
  padding-left: 50px;
  color: #fff;
}
.contact-info-list li strong {
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.contact-info-list li .icon {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 26px;
  line-height: 1em;
}
@media only screen and (max-width: 599px) {
  .contact-info-list li {
    min-height: 0;
    padding-left: 0;
  }
  .contact-info-list li .icon {
    position: relative;
    display: block;
    line-height: 1em;
    left: 0;
    top: 0;
    margin: 0 0 10px;
  }
}
span {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 1440px) {
  .inner-1 {
    min-height: 358px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .inner-1 {
    min-height: 358px !important;
  }
}
@media only screen and (max-width: 768px) {
  .nectar-fancy-box .inner {
    padding-bottom: 0% !important;
  }
  .contact-info-list1 li {
    padding-left: 0px !important;
  }
  .contact-info-list {
    text-align: center !important;
  }
  .nectar-fancy-box .link-text {
    text-align: center !important;
  }
  .contact-info-list1 li a {
    font-size: 13px !important;
  }
  .inner h3 {
    text-align: center !important;
  }
  .inner-1 {
    min-height: auto !important;
  }
}
.inner {
  min-height: 311px;
}
.inner h3 {
  text-align: left;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
}
.nectar-fancy-box {
  overflow: hidden;
  position: relative;
  padding: 10%;
}
.nectar-fancy-box:after {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
  z-index: 5;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
  transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
}
.nectar-fancy-box:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.nectar-fancy-box .inner {
  position: relative;
  text-align: left;
  color: #fff;
  z-index: 10;
  padding-bottom: 15%;
}
.nectar-fancy-box .box-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.nectar-fancy-box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100.2%;
  width: 100.2%;
  background-size: cover;
  z-index: 1;
  background-position: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}
.nectar-fancy-box .box-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: " ";
  background-color: rgba(51, 51, 51, 0.5);
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}
.nectar-fancy-box:hover .box-bg:after {
  background-color: rgba(51, 51, 51, 0.2);
}
.nectar-fancy-box:hover .box-bg {
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
}
.nectar-fancy-box .box-bg {
  -webkit-transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1),
    opacity 0.55s ease 0.25s;
  transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1),
    opacity 0.55s ease 0.25s;
  opacity: 1;
}
.nectar-fancy-box .link-text {
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: left;
}
.nectar-fancy-box .link-text .arrow {
  line-height: 26px;
  font-size: 14px;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  top: 2px;
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  overflow: visible;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.nectar-fancy-box .link-text .arrow:before {
  content: "\f105";
  color: #fff;
  top: -2px;
  right: -1px;
  display: block;
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  position: relative;
  font-family: "Font Awesome\ 6 Pro";
}
.nectar-fancy-box .link-text .arrow:after {
  display: block;
  content: " ";
  position: absolute;
  width: 26px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  left: -6px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  pointer-events: none;
  top: 11px;
  transform: translateX(-27px);
  -webkit-transform: translateX(-27px);
  font-family: "Font Awesome\ 6 Pro";
}
.nectar-fancy-box:hover .link-text .arrow {
  border-color: transparent;
}
.nectar-fancy-box:hover .link-text .arrow:after {
  opacity: 1;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.nectar-fancy-box:hover .link-text .arrow:before {
  transform: translateX(9px);
  -webkit-transform: translateX(9px);
}
.inner-1 {
  min-height: 358px;
}
.contact-info-list1 li {
  position: relative;
  margin-bottom: 30px;
  min-height: 50px;
  line-height: 1.8em;
  padding-left: 50px;
  color: #fff;
  font-weight: 600;
}
.contact-info-list1 li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 1599px) {
  .inner {
    min-height: 338px;
  }
}
@media only screen and (max-width: 1280px) {
  .inner {
    min-height: 338px;
  }
}

.btn-success {
  background-color: #5b832b !important;
  border-color: #5b832b !important;
}

.rs-breadcrumbs {
  background-size: cover;
  background-repeat: no-repeat;
  background: var(--theme-color);
  background-image: none !important;
}
.rs-breadcrumbs .content-part .breadcrumbs-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

.white-color {
  color: #ffffff !important;
}

.rs-breadcrumbs .content-part {
  padding: 50px 0;
}

.widget.footer-widget h6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.carousel-control-next-icon {
  background-color: var(--theme-color) !important;
}
.carousel-control-prev-icon {
  background-color: var(--theme-color) !important;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
  padding: 5px;
}

.header-layout3 .header-top {
  padding: 5px 0;
}
.header-layout3 .header-links li:first-child:before {
  background-color: transparent !important;
}
.flagw {
  width: 40px;
  width: 30px;
}

.main-footer {
  position: relative;
  background: #212121;
  padding: 100px 0 60px;
}
.widget {
  position: relative;
  margin-bottom: 40px;
}
.about-widget {
  position: relative;
}
.about-widget .logo {
  position: relative;
  margin-bottom: 30px;
}
.about-widget .text {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
.about-widget .social-links {
  position: relative;
}
.about-widget .social-links li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.about-widget .social-links li a {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #2e2e2e;
  transition: 0.5s;
  display: inline-block;
}
.about-widget .social-links li a:hover {
  color: #fff;
}
.links-widget {
  position: relative;
}
.links-widget .list li {
  position: relative;
  margin-bottom: 13px;
}
.links-widget .list li a {
  position: relative;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  line-height: 28px;
}
.links-widget .list li a:before {
  content: "\f061";
  left: 0;
  top: 0;
  margin-right: 8px;
  font-size: 14px;
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
}
.widget_title {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.contact-widget {
  position: relative;
}
.contact-widget li {
  position: relative;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 60px;
  line-height: 27px;
  font-size: 14px;
}
.contact-widget i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #d15e1f;
  transition: 0.5s;
  display: inline-block;
  transition: 0.5s;
}
.contact-widget li:hover i {
  color: #fff;
}
.contact-widget a {
  color: #fff;
}

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

.about-widget .social-links li a:hover {
  background-color: #01813d;
}
.links-widget .list li a:hover {
  color: #d15e1f;
}
.contact-widget li:hover i {
  background-color: #01813d;
}

.footer-bottom {
  position: relative;
  background-color: #212121;
  text-align: center;
}
.footer-bottom .wrapper-box {
  position: relative;
  border-top: 1px solid #3a3a3a;
  padding: 15px 0;
}
.footer-bottom .copyright-text {
  color: #fff;
  font-size: 14px;
}
@media all {
  @media (max-width: 1440px) {
    .mission-vision-style2_single_box .inner_box .text p {
      font-size: 13px !important;
    }
  }
}
.text {
  position: relative;
  line-height: 1.8em;
}
.mission-vision-style2-area {
  position: relative;
  display: block;
}
.mission-vision-style2-area .container-fluid {
  padding: 0;
}
.mission-vision-style2-area .row {
  margin-left: 0px;
  margin-right: 0px;
}
.mission-vision-style2-area .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.mission-vision-style2_single_box {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 85px;
}
.mission-vision-style2_single_box_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
}
.mission-vision-style2_single_box:hover .mission-vision-style2_single_box_bg {
  transform: perspective(400px) scaleY(1);
}
.mission-vision-style2_single_box .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 170px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}
.mission-vision-style2_single_box .icon::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px solid #e7e9f2;
  border-radius: 50%;
  z-index: -1;
}
.mission-vision-style2_single_box .inner_box {
  position: relative;
  display: block;
  background: #e9ebf4;
  padding: 144px 50px 70px;
  height: 530px;
}
.mission-vision-style2_single_box .inner_box .text {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mission-vision-style2_single_box .inner_box .text h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 17px;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text h3 {
  color: #ffffff;
}
.mission-vision-style2_single_box:hover .inner_box .text .list-style-one li {
  color: #ffffff;
}
.mission-vision-style2_single_box .inner_box .text p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text p {
  color: #ffffff;
}
.mission-vision-style2_single_box .inner_box .text .button_box {
  position: relative;
  display: block;
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  .mission-vision-style2_single_box .inner_box {
    padding: 144px 30px 70px;
  }
}

@media (max-width: 1440px) {
  .mission-vision-style2_single_box .inner_box {
    padding: 114px 48px 70px !important;
  }
}
@media (max-width: 1380px) {
  .mission-vision-style2_single_box .inner_box {
    padding: 111px 25px 0px !important;
  }
}
.abouticon {
  margin: 0px auto;
  margin-top: 20%;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.featured-imagebox-portfolio {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
}
.featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.featured-imagebox-portfolio.style1 .featured-content {
  background-color: var(--theme-color);
}
.featured-imagebox-portfolio.style1 .featured-content {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px;
  transform-origin: bottom;
  z-index: 1;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.featured-title h5 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.featured-imagebox-portfolio .featured-title h5 {
  color: #fff;
}
.featured-thumbnail img {
  width: 100%;
}

.history-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .history-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.history-one__single img {
  border-radius: 20px;
  max-width: 100%;
}
.history-one__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  padding: 30px;
}
@media (max-width: 991px) {
  .history-one__content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 40px;
    padding: 10px;
  }
}
.rs-breadcrumbs .content-part .breadcrumbs-title {
  font-size: 30px;
  line-height: 33px;
}
.history-one__title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}
.history-one__text {
  text-align: justify;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.as-mobile-menu ul li ul li a {
  font-size: 14px;
}
#about-sec .sec-title {
  font-size: 23px;
  margin-bottom: 20px;
}

.productSec .sub-title2 {
  color: #fff;
}

.productSec .sub-title2 .box::before {
  border-color: #fff;
}

.productSec .sub-title2 .box::after {
  background: #fff;
}

footer .logo img {
  max-width: 200px;
}
.productSec .project-img {
  max-height: 300px;
  min-height: 300px;
  background: linear-gradient(45deg, #dee2eb, #fefdfe);
  display: flex;
  align-items: center;
}

.missionContent {
  display: flex;
  align-items: baseline;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 50px 100px;
}

.missionContent h3 {
  margin: 0px;
  font-size: 26px;
}

.missionContent p {
  margin: 0px;
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
}

.missionSec {
  background: #f4f4f4;
}

.missionImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.missionContent .icon {
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #45642929;
}

.missionContent .icon .abouticon {
  margin: 0px;
}

.missionContent ul.list-style-one {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.missionContent ul.list-style-one li {
  font-family: var(--body-font);
  margin: 0px;
  color: var(--body-color);
  line-height: 34px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px;
}

.missionContent ul.list-style-one li::before {
  position: relative;
}
.missionImg {
  position: relative;
  height: 100%;
}

.missionImg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #344c1da3;
  position: absolute;
}

section.sec-pad {
  position: relative;
}

section.sec-pad:before {
  content: "";
  background: #344c1da3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

section.sec-pad .container {
  position: relative;
}
.contact-widget li:last-child,
.contact-widget li:nth-child(2),
.contact-widget li:nth-child(3) {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-widget li:last-child i,
.contact-widget li:nth-child(2) i,
.contact-widget li:nth-child(3) i {
  position: unset;
}
.desc ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.desc ul li i {
  padding-right: 7px;
  color: #45652b;
  font-weight: 500;
}

.desc p {
  margin: 0px !important;
  font-family: var(--body-font);
  color: var(--body-color);
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
}

.desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.galleryGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 60px 0px;
}

.galleryItem img {
  width: 100%;
  border: 1px solid #f4f4f4;
}

.productInnerPage {
  padding: 60px 0px;
}

.productInnerPage .project-block {
  margin-bottom: 30px;
}

.ProcessFlowGrid {
  padding: 40px 0px;
}

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

.ProcessGrid .ProcessFlowItem {
  padding: 20px 20px 0px 20px;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
}

.ProcessGrid .ProcessFlowItem .ProcessFlowContent {
  font-size: 18px;
  font-weight: 700;
  color: #344c1d;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ProcessFlowImage img {
  width: 100%;
  border-radius: 10px;
}
.ProcessGrid .ProcessFlowItem .ProcessFlowContent a {
  font-size: 12px;
  padding: 2px 14px;
  font-weight: 600;
  background: #93af927d;
  border-radius: 10px;
  color: #44632a;
}

.ProcessPage {
  padding: 60px 0px;
}

.ProcessPageItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #f4f4f4;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.ProcessPageItem .ProcessPageImage {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.ProcessPageContent h5 {
  font-size: 23px;
  margin: 0px;
}

.ProcessPageContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px;
}

.ProcessPageContent .desc p {
  margin: 0px;
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
}
.ProcessPageGrid {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.ProcessPageItem .ProcessPageImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerProductDetails, .tableData {
  padding: 50px 0px;
}

.innerProductDetails .productImg {
  border-radius: 20px;
  overflow: hidden;
}

.innerProductDetails .productImg img {
  width: 100%;
}

.productContent {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  gap: 10px;
}

.productContent h5 {
  font-size: 23px;
  margin: 0px;
}

.main-menu ul.sub-menu a:hover {
  background: #304c1bc2;
  color: #fff;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .project-block .project-content {
    padding: 15px;
  }

  .project-block .project-content .project-title {
    font-size: 16px;
  }

  .project-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-widget {
    margin-bottom: 30px;
  }
  .main-footer {
    padding: 50px 0px;
  }
  .title-area .sec-title {
    font-size: 20px;
  }
  .space {
    padding: 40px 0px;
  }

  .missionContent {
    padding: 30px;
  }

  .missionContent h3 {
    font-size: 20px;
  }
  .img-box5 .img2 {
    position: unset;
  }

  .img-box5 img {
    width: 100%;
  }
  .missionSec {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .main-footer .row {
    gap: 25px;
  }

  .main-footer .row .about-widget {
    margin: 0px;
  }
  .main-footer .row .row {
    gap: 0px;
  }
  .banner-breadcrumb .background-banner img {
    min-height: 300px;
    object-fit: cover;
  }
  .banner-tit h2 span {
    font-size: 30px !important;
    padding: 0px !important;
  }
  .productContent {
    padding: 30px 0px 0px 0px;
  }
  .missionSec .row ~ .row {
    flex-direction: column-reverse;
  }
  .space,
  .space-top {
    padding-top: 25px;
  }
  .custom-font {
    font-size: 18px;
  }
  .ProcessGrid {
    grid-template-columns: 1fr;
  }
  .ProcessPageItem {
    display: flex;
    flex-direction: column;
  }

  .ProcessPageContent {
    padding: 20px;
    width: 100%;
  }

  .ProcessPageItem:nth-child(even) {
    flex-direction: column-reverse;
  }

  .ProcessPageItem .ProcessPageImage {
    width: 100%;
  }
  .ProcessPageContent h5 {
    font-size: 18px;
  }
  .galleryGrid {
    padding: 40px 0px;
    grid-template-columns: 1fr 1fr;
  }
  .contact-page-section {
    padding: 40px 0px;
  }
  .contact-page-section .info-column .inner-column {
    padding: 20px !important;
  }

  .contact-page-section .info-column .inner-column .contact-info-list li {
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid;
    padding: 20px 20px 20px;
  }

  .contact-info-list li .icon {
    position: unset;
    display: none;
  }

  .contact-page-section
    .info-column
    .inner-column
    .contact-info-list
    li
    strong {
    margin-bottom: 10px;
  }

  .contact-page-section
    .info-column
    .inner-column
    .contact-info-list
    li:last-child {
    margin: 0px;
  }
}

.bgGrey {
  background: #f4f4f4;
}

.tableData table th , .tableData table td{
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  background-color: #fff;
}


.tableData table th {
    background: #d15e1f;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2121213b;
    text-align: center;
}

.tableData table td {
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 14px;
    border: 1px solid #f4f4f4;
    color: #000;
}

.goog-te-gadget-simple {
    padding: 4px 10px !important;
    background: #ffffff !important;
    border-radius: 4px;
    border: 0px !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    font-size: 12px;
    font-weight: 600;
}

.goog-te-gadget-simple img.goog-te-gadget-icon {
    display: none;
}
.goog-te-gadget-simple a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    margin: 0px;
    color: #000 !important;
}
.productSwiper .swiper-button-prev, .productSwiper .swiper-button-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background: #45652b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSwiper .swiper-button-prev::after, .productSwiper .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.productSwiper  .swiper-pagination-bullet {
    margin: 0px !important;
    width: 10px;
    height: 6px;
    border-radius: 4px;
}

.productSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #45652b;
}

.productSwiper .swiper-pagination {gap: 5px;display: flex;justify-content: center;}
.MeghaMenu {
    max-height: 600px !important;
    overflow: auto;
}

@media (max-width: 991px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background-color: transparent !important;
    filter: invert(1) !important;
  }  
}

/* Mobile style — both arrows together at bottom-right corner */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    top: auto;
    bottom: 15px;
    transform: none;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  /* Place both arrows side-by-side */
  .carousel-control-prev {
    right: 60px; /* spacing between prev and next */
    left: inherit;
  }

  .carousel-control-next {
    right: 15px;
  }

  /* Icon styling */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: invert(1); /* makes white arrows visible */
  }
}

/* Default: show arrows, hide dots */
.carousel-indicators {
  display: none;
}

.related-product-sec {
    padding: 50px 70px 60px 70px;
}

.related-product-sec .slick-arrow.slick-next {
  right: 25px !important;
}

.related-product-sec .slick-arrow.slick-prev {
  left: 25px !important;
}

@media (max-width: 991px) {
  .related-product-sec {
      padding: 30px 20px;
  }

  .project-box .project-title {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  /* Hide arrows on mobile */
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  /* Show dots on mobile */
  .carousel-indicators {
    display: flex !important;
    justify-content: center;
    bottom: 10px;
  }

  /* Dot styling */
  .carousel-indicators [data-bs-target] {
    background-color: #020000; /* inactive dot color */
    opacity: 0.6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
  }

  /* Active dot styling */
  .carousel-indicators .active {
    background-color: #00a859; /* your brand color (change as needed) */
    opacity: 1;
    transform: scale(1.2);
  }

  .title-area {
    margin-top: 40px;
  }

  .productSec .pt-40 {
    padding-top: 20px !important;
  }

  .footer-bottom {
    padding-bottom: 30px;
  }
}