@use "sass:math";
:root {
  --theme-color: #ff4c13;
  --title-color: #000f57;
  --body-color: #4d5765;
  --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: "Be Vietnam Pro", sans-serif;
  --body-font: "Public Sans", 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;
}
html,
body {
  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,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
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: darkred;
  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;
}
span.ajax-loader:empty,
p: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,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
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;
  }
}
@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;
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
.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;
  }
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: darkred;
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: darkred;
  font-weight: 400;
  left: 25px;
  max-width: 16px;
}
select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background-color: var(--white-color);
  border: none;
}
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #93a5be;
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}
[class*="col-"].form-group .style2 ~ i {
  left: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked,
option:focus,
option:hover {
  background-color: darkred;
  color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: darkred;
  border-color: darkred;
}
input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid darkred;
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"]:checked ~ label::before {
  border-color: darkred;
  background-color: darkred;
  color: var(--white-color);
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}
textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
  margin-bottom: 0;
}
.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.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: darkred;
}
.slick-dots .slick-active button {
  width: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: darkred;
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: darkred;
  position: absolute;
  top: 50%;
  border: 1px solid var(--white-color);
  box-shadow: 0px 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: darkred;
  color: var(--white-color);
  border-color: darkred;
  box-shadow: 0px 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;
  background-color: rgba(28, 185, 200, 0.1);
}
.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: darkred;
  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 darkred;
  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;
}
.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: darkred;
}
.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 40px;
}
.as-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.as-menu-toggle {

  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 20px;
  border: 3px dotted #000;
  background-color: #000000;
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}
.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: darkred;
  box-sizing: border-box;
  -webkit-animation: flipX 1s linear infinite;
  animation: flipX 1s linear infinite;
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  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: #C82B13;
  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:before,
.as-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--title-color);
  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:hover,
.as-btn.active {
  color: var(--white-color);
}
.as-btn:hover::before,
.as-btn:hover:after,
.as-btn.active::before,
.as-btn.active: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:before,
.as-btn.style2:hover:after {
  background-color: var(--white-color);
}
.as-btn.style3:hover {
  color: var(--title-color);
}
.as-btn.style3:hover:before,
.as-btn.style3:hover:after {
  background-color: var(--white-color);
}
.as-btn.style4 {
  background-color: var(--white-color);
  color: darkred;
}
.as-btn.style4:hover {
  color: var(--white-color);
}
.as-btn.style4:hover:before,
.as-btn.style4:hover:after {
  background-color: darkred;
}
.as-btn.style5 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-btn.style5:hover {
  color: var(--title-color);
}
.as-btn.style5:hover:before,
.as-btn.style5:hover:after {
  background-color: var(--white-color);
}
.as-btn.style6 {
  background-color: var(--white-color);
  color: darkred;
}
.as-btn.style6:hover {
  color: var(--white-color);
}
.as-btn.style6:hover:before,
.as-btn.style6:hover:after {
  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: darkred;
  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: darkred;
  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:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: darkred;
  color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: darkred;
  color: var(--white-color);
  font-size: 24px;
}
.play-btn.style3:before,
.play-btn.style3:after {
  background-color: darkred;
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: darkred;
}
.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
  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: darkred;
}
.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: darkred;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: darkred;
}
.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: darkred;
}
.line-btn:hover::before {
  background-color: darkred;
  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: darkred;
  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: 0px;
  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;
}
.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: 25px;
  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:before,
.sub-title .dots:after {
  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: darkred;
  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: 160px;
  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 var(--white-color);
}
.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;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 30px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}
@media (max-width: 991px) {
  .shadow-title {
    font-size: 100px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 45px;
  }
}
@media (max-width: 767px) {
  .shadow-title {
    font-size: 80px;
    margin-top: -3px;
    margin-bottom: -75px;
  }
}
@media (max-width: 575px) {
  .shadow-title {
    font-size: 70px;
    margin-top: 6px;
  }
}
@media (max-width: 375px) {
  .shadow-title {
    font-size: 60px;
    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: darkred;
  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: darkred;
  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: darkred;
  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: darkred;
}
.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: darkred !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: darkred;
}
a.text-theme:hover,
.text-reset: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: darkred;
}
[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;
}
.ripple-animation,
.play-btn:after,
.play-btn:before,
.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 {
  display: none;
  -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;
}
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  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(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -15px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories 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_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories 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_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--white-color);
  background-color: darkred;
}
.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--white-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories 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_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--white-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu a,
.widget_meta 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 select,
.widget input {
  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:before,
.widget_title:after {
  content: "";
  height: 3px;
  width: 60px;
  background-color: darkred;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_title:after {
  width: 3px;
  background-color: var(--white-color);
  left: 65px;
  box-shadow: 8px 0px 0px 0px 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: darkred;
  color: var(--white-color);
  display: inline-block;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.wp-block-tag-cloud a,
.tagcloud 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;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: darkred;
  color: var(--white-color) !important;
}
.wp-block-tag-cloud,
.tagcloud {
  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: darkred;
}
.recent-post .recent-post-meta a:hover {
  color: darkred;
}
.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 .wp-block-tag-cloud a,
.sidebar-area .tagcloud 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: darkred;
}
.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: darkred;
}
.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:before,
.donwload-widget-wrap .as-btn:after {
  background-color: darkred;
}
.widget_banner {
  text-align: center;
}
.widget_banner .widget_title:before,
.widget_banner .widget_title:after {
  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: bold;
  color: darkred;
  margin-right: 10px;
}
.widget-form select,
.widget-form .form-control,
.widget-form .form-select,
.widget-form textarea,
.widget-form input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.widget-form select::-moz-placeholder,
.widget-form .form-control::-moz-placeholder,
.widget-form .form-select::-moz-placeholder,
.widget-form textarea::-moz-placeholder,
.widget-form input::-moz-placeholder {
  color: var(--white-color);
}
.widget-form select::-webkit-input-placeholder,
.widget-form .form-control::-webkit-input-placeholder,
.widget-form .form-select::-webkit-input-placeholder,
.widget-form textarea::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder {
  color: var(--white-color);
}
.widget-form select:-ms-input-placeholder,
.widget-form .form-control:-ms-input-placeholder,
.widget-form .form-select:-ms-input-placeholder,
.widget-form textarea:-ms-input-placeholder,
.widget-form input:-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form select::-webkit-input-placeholder,
.widget-form .form-control::-webkit-input-placeholder,
.widget-form .form-select::-webkit-input-placeholder,
.widget-form textarea::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder {
  color: var(--white-color);
}
.widget-form select::-moz-placeholder,
.widget-form .form-control::-moz-placeholder,
.widget-form .form-select::-moz-placeholder,
.widget-form textarea::-moz-placeholder,
.widget-form input::-moz-placeholder {
  color: var(--white-color);
}
.widget-form select:-ms-input-placeholder,
.widget-form .form-control:-ms-input-placeholder,
.widget-form .form-select:-ms-input-placeholder,
.widget-form textarea:-ms-input-placeholder,
.widget-form input:-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form select::-ms-input-placeholder,
.widget-form .form-control::-ms-input-placeholder,
.widget-form .form-select::-ms-input-placeholder,
.widget-form textarea::-ms-input-placeholder,
.widget-form input::-ms-input-placeholder {
  color: var(--white-color);
}
.widget-form select::placeholder,
.widget-form .form-control::placeholder,
.widget-form .form-select::placeholder,
.widget-form textarea::placeholder,
.widget-form input::placeholder {
  color: var(--white-color);
}
.widget-form textarea.form-control,
.widget-form textarea {
  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;
  }
  .wp-block-tag-cloud a,
  .tagcloud 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: darkred;
  background-color: transparent;
}
.footer-widget .form-group > i {
  color: darkred;
  top: 18px;
}
.footer-widget .widget_title {
  font-size: 20px;
  max-width: 275px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -3px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu 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_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu 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_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: darkred;
}
.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
  color: darkred;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu 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: darkred;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: darkred;
}
.as-widget-about .about-logo {
  margin-bottom: 35px;
}
.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
}
.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: darkred;
  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_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .newsletter-widget {
    padding-top: 40px;
  }
  .newsletter-widget .bg-shape {
    height: 100%;
  }
}
.as-header {
  position: relative;
  z-index: 41;
}
.as-header .icon-btn {
  --btn-size: 45px;
  border: 1px solid #d0dbe9;
}
.as-header .icon-btn:hover {
  border-color: darkred;
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
}
.main-menu a:hover {
  color: #ebff00;
}
.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: darkred;
}
.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.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--title-color);
  visibility: hidden;
  min-width: 190px;
  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.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.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;
  padding-left: 23px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f7d9";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: darkred;
  font-weight: 700;
}
.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: darkred;
}
.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: darkred;
}
.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: darkred;
}
.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: darkred;
}
.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: 16px;
  font-weight: 400;
}
.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: #fff;
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-links .mobi a{
  font-weight: 600;
  color: yellow;
  font-size: 20px;
}

.header-links li > i {
  margin-right: 10px;
  color: #fff;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: #fff;
}
.header-links i {
  color: var(--body-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
}
.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  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: #c92b13;
}
.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-notice {
  margin-bottom: 0;
  display: inline-block;
}
.header-layout1 .header-top {
  background-color: #c92b13;
  padding: 17px 0;
}
.header-layout1 .header-top a:hover {
  color: #c92b13;
}
.header-layout1 .menu-area {
  background-color: #000000;
}
.header-layout1 .header-top-inner {
  padding-left: 250px;
}
.logo-style1 {
  position: relative;
  z-index: 2;
  padding: 5px 80px 5px 0;
  -webkit-filter: drop-shadow(0px -10px 20px rgba(7, 36, 95, 0.05));
  filter: drop-shadow(0px -10px 20px rgba(7, 36, 95, 0.05));
}
.logo-style1:before {
  content: "";
  height: 115px;
  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-top: 0;
    background-color: #E22626;
    padding-bottom: 12px;
  }
  .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::before,
.logo-style2::after {
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-layout3 .main-menu > ul > li > a {
  padding: 46.5px 0;
}
.header-layout3: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-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: darkred;
  border-color: darkred;
}
.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: darkred;
}
@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: darkred;
}
.footer-layout1 {
  background-color: var(--title-color);
  --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: darkred;
  color: var(--white-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}
.info-box_text {
  display: block;
  color: var(--white-color);
  margin-top: -0.45em;
  margin-bottom: 0;
}
.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: darkred;
}
@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;
  }
}
.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: #C72B14;
}
.newsletter-wrap {
  border-radius: 150px;
  background-color: darkgoldenrod;
  padding: 60px;
  position: relative;
  z-index: 4;
}
@media(max-width: 786px){
  .newsletter-wrap{
    border-radius: 10px;
  }
}
@media(max-width: 786px){
  .newsletter-wrap .newsletter-title{
    font-size: 25px;
  }
}
.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 darkred;
  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 li,
.breadcumb-menu a,
.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: 90px 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 li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 55px 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 span,
.as-pagination a {
  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 span.active,
.as-pagination span:hover,
.as-pagination a.active,
.as-pagination a:hover {
  color: var(--white-color);
  background-color: darkred;
  box-shadow: none;
}
@media (max-width: 767px) {
  .as-pagination span,
  .as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
blockquote,
.wp-block-quote {
  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 darkred;
  border-radius: 0;
}
blockquote p,
.wp-block-quote 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;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote:before,
.wp-block-quote: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;
}
blockquote cite,
.wp-block-quote 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;
}
blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: darkred;
  position: absolute;
  bottom: 9px;
  left: -10px;
}
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
}
blockquote.style-left-icon,
.wp-block-quote.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;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: darkred;
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote.is-large cite:before,
blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}
blockquote.has-text-align-right:before,
.wp-block-quote.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 blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}
.wp-block-column blockquote.style-left-icon,
.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.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.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.has-text-align-right {
  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 span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  position: relative;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: darkred;
}
.blog-meta span img,
.blog-meta a 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: darkred;
}
.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: darkred;
}
.as-blog {
  margin-bottom: 30px;
}
.blog-inner-title {
  font-size: 30px;
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: darkred;
  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: 0px 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: darkred;
}
.blog-single .blog-meta {
  margin: 0 0 15px 0;
}
.blog-single .blog-content {
  margin: 0 0 0 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: darkred;
  border-radius: 0;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: darkred;
  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 .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background-color: darkred;
  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) {
  blockquote,
  .wp-block-quote {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
  }
  blockquote:before,
  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  blockquote.style-left-icon,
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    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%;
  }
  blockquote cite,
  .wp-block-quote 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: 0px;
}
.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: 0px 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 ol,
.as-comments-wrap .as-post-comment ul,
.as-comments-wrap .as-post-comment dl {
  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 ul ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ol ol {
  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: darkred;
  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: darkred;
}
.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 darkred;
  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: darkred;
}
.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-size: 50px;
  font-weight: 900;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  word-spacing: 0.1em;
  text-transform: uppercase;
}
@media(max-width: 786px){
 .hero-title{
  font-size: 24px;
 } 
}
@media(max-width: 786px){
  .as-hero-slide .btn-group{
    text-align: center;
  }
}
@media(max-width: 786px){
  .as-hero-slide .btn-group a{
    width: 47%;
    padding: 18px 0;
    border-radius: 10px;
  }
}
.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: darkred;
  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: darkred;
  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: darkred;
  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: darkred;
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.hero-2 .icon-btn:hover {
  color: darkred;
  background-color: var(--white-color);
}
.hero-style2 {
  position: relative;
  z-index: 3;
  padding: 320px 0 265px 0;
}
.hero-style2 .hero-title,
.hero-style2 .hero-text {
  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: 200px 0 135px 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: darkred;
}
.hero-style3 .hero-meta span:after {
  display: none;
}
.hero-style3 .hero-title,
.hero-style3 .hero-text {
  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 {
    text-align: center;
    padding: 120px 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: darkred;
  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: darkred;
}
.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 darkred;
  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: 0px;
  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: darkred;
  border-color: darkred;
  -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 darkred;
  background-color: var(--white-color);
  box-shadow: 0px 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: darkred;
  font-size: 30px;
  font-weight: bold;
  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: darkred;
  color: var(--white-color);
}
.call-btn .play-btn:after,
.call-btn .play-btn:before {
  background-color: darkred;
}
.call-btn .fa-phone {
  font-size: 22px;
}
.call-btn .btn-title {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}
.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: 0px;
}
.call-btn.style3 .btn-text {
  font-size: 20px;
  color: var(--white-color);
}
.call-btn.style3 .play-btn > i {
  background-color: var(--white-color);
  color: darkred;
}
.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 darkred;
  padding-bottom: 5px;
  margin-top: -0.24em;
  margin-bottom: 35px;
  position: relative;
}
.border-title2:before,
.border-title2:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: darkred;
  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: darkred;
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.contact-info_text a {
  color: var(--body-color);
}
.contact-info_text a:hover {
  color: darkred;
}
.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 darkred;
}
.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}
.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--white-color);
}
.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--white-color);
}
.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--white-color);
}
.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form select::-ms-input-placeholder,
.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder,
.contact-form input::-ms-input-placeholder {
  color: var(--white-color);
}
.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--white-color);
}
.contact-form textarea.form-control,
.contact-form textarea {
  min-height: 175px;
}
.contact-form option {
  background-color: #272a34;
}
.contact-form .form-group > i {
  color: darkred;
  background-color: #272a34;
}
.contact-map {
  line-height: 0.01px;
}
.contact-map iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 450px;
  }
}
@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;
  }
  .contact-map iframe {
    height: 350px;
  }
}
.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: darkred;
  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: 30px;
  }
  .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: darkred;
  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: darkred;
  color: var(--white-color);
}
.video-btn .play-btn:after,
.video-btn .play-btn:before {
  background-color: darkred;
}
.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: darkred;
}
.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 #ffffff;
  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: 0px 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: darkred;
}
@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: block;
    max-width: 860px;
  }
  .img-box5 .img1 {
    padding-bottom: 80px;
  }
  .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: darkred;
  color: var(--white-color);
  --icon-size: 40px;
}
.as-team .play-btn:before,
.as-team .play-btn:after {
  background-color: darkred;
}
.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: darkred;
  box-shadow: 0px 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: darkred;
  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: darkred;
  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: darkred;
  text-align: center;
  padding: 40px 15px 40px 15px;
  box-shadow: 0px 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: darkred;
}
.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: darkred;
}
.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: 0px 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: darkred;
}
.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 darkred;
  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_title,
.skill-progress .progress-value {
  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: darkred;
  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: darkred;
  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: 0px 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: 0px 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: darkred;
  border: 10px solid #5a6492;
  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: darkred;
  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: 0px 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 span,
.blog-card .blog-meta a {
  margin-left: 0;
  margin-right: 16px;
  padding-right: 20px;
}
.blog-card .blog-meta span:after,
.blog-card .blog-meta a: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 span:last-child,
.blog-card .blog-meta a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-card .blog-meta span:last-child:after,
.blog-card .blog-meta a: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: darkred;
  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 span,
.blog-card .blog-meta.style2 a {
  -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 span::after,
.blog-card .blog-meta.style2 a::after {
  display: none;
}
.blog-card .blog-meta.style2 span:hover,
.blog-card .blog-meta.style2 a: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 span:not(:last-child),
  .blog-card .blog-meta a: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: darkred;
  box-shadow: 0px 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:before,
.feature-card:after {
  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: darkred;
  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: darkred;
  color: var(--white-color);
  box-shadow: 0px 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: darkred;
  -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: 0px 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: darkred;
  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_title,
.feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_icon img {
  -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: darkred;
  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: darkred;
  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: darkred;
  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:before,
.video-box1 .play-btn:hover:after {
  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: darkred;
  border-radius: inherit;
  position: relative;
  overflow: visible;
}
.skill-feature {
  margin-bottom: 35px;
}
.skill-feature-wrap {
  position: relative;
  padding: 50px 50px 50px 0;
  z-index: 2;
  background-color: var(--title-color);
}
.skill-feature-wrap:before {
  content: "";
  height: 100%;
  width: calc(100% + 130px);
  background-color: var(--title-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.skill-feature.style2 {
  margin-bottom: 25px;
}
.skill-feature:last-child {
  margin-bottom: 0 !important;
}
.skill-feature_title,
.skill-feature .progress-value {
  font-family: var(--title-font);
  margin-top: -0.3em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--white-color);
}
.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  right: 0;
}
.img-box3 {
  position: relative;
  height: 100%;
}
.img-box3 .img1 img {
  border-radius: 10px;
}
.img-box3 .mission-box {
  box-shadow: 0px 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) {
  .skill-feature-wrap {
    padding: 40px 0 40px 0;
  }
  .skill-feature-wrap:before {
    right: -12px;
  }
  .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: darkred;
  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: 0px 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:hover,
.tab-menu2 button.active {
  color: darkred;
}
.tab-menu2 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: darkred;
  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:hover,
.tab-menu3 button.active {
  color: darkred;
}
.tab-menu3 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: darkred;
  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: darkred;
}
.tab-menu4 button.active {
  color: var(--white-color);
  background-color: darkred;
}
@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:before,
.tab-menu-wrap .dots:after {
  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: darkred;
  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:hover,
.tab-menu5 button.active {
  color: darkred;
}
@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: 0px 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: darkred;
  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: none;
  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: 0px 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: 0px 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 darkred;
  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 darkred;
  border-radius: inherit;
}
.process-card_icon {
  width: 82px;
  height: 82px;
  line-height: 78px;
  border: 3px solid var(--white-color);
  background-color: darkred;
  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:before,
.process-box_content:after {
  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: darkred;
  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: darkred;
  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: darkred;
}
.category-card_text {
  margin-bottom: 12px;
}
.category-card:hover .category-card_icon {
  background-color: darkred;
}
.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: darkred;
  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 darkred;
  color: darkred;
}
.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: darkred;
  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:hover,
.tab-menu2 button.active {
  color: darkred;
}
.tab-menu2 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: darkred;
  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:hover,
.tab-menu3 button.active {
  color: darkred;
}
.tab-menu3 .indicator {
  position: absolute;
  bottom: 0 !important;
  left: var(--pos-x);
  top: unset !important;
  width: var(--width-set);
  background-color: darkred;
  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: darkred;
}
.tab-menu4 button.active {
  color: var(--white-color);
  background-color: darkred;
}
@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:before,
.tab-menu-wrap .dots:after {
  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: darkred;
  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:hover,
.tab-menu5 button.active {
  color: darkred;
}
@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: darkred;
  box-shadow: 0px 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:before,
.feature-card:after {
  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: #C72B14;
  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: darkred;
  color: var(--white-color);
  box-shadow: 0px 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: darkred;
  -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: 0px 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: darkred;
  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_title,
.feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_icon img {
  -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: darkred;
  box-shadow: 0px 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: darkred;
  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: darkred;
  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 {
  height: 250px;
  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: darkred;
}
.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: darkred;
}
.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: darkred;
  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;
  width: 70px;
}
.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: 0px 6px 14px rgba(7, 36, 95, 0.08);
  background-color: darkred;
  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: bold;
  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_title,
.service-box:hover .service-box_text,
.service-box:hover .service-box_btn {
  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: 0px 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: 0px 0px 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 darkred;
  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: darkred;
}
.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: darkred;
}
.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: darkred;
}
.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: 0px 4px 15px rgba(7, 36, 95, 0.1);
  border-radius: 10px;
  padding: 30px;
  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;
}
.project-title a:hover {
  color: darkred;
}
.project-icon {
  display: inline-block;
  background-color: darkred;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: var(--white-color);
  box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
  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-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: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  border-radius: 0;
}
.project-box .project-icon {
  position: absolute;
  top: -25px;
  right: 25px;
  border-radius: 0;
}
.project-box .project-title {
  font-size: 24px;
  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: darkred;
  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: darkred;
  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: darkred;
  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: darkred;
  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: 0px 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% / 0 0 100% 100%;
}
.price-card_price .price {
  color: darkred;
  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:before,
.price-card .as-btn:after {
  background-color: darkred;
}
.price-card.active .price-card_title {
  background-color: darkred;
}
.price-card.active .as-btn {
  background-color: darkred;
}
.price-card.active .as-btn:before,
.price-card.active .as-btn:after {
  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: darkred;
  border-color: darkred;
}
.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: darkred;
}
.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:before,
.clock:after {
  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: darkred;
  border-radius: 99px;
  z-index: 3;
}
.clock .hr:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: darkred;
  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: darkred;
  z-index: 4;
  border-radius: 99px;
}
.clock .mn:after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: darkred;
  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: darkred;
  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-top {
    padding-top: var(--section-space-mobile);
  }
  .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;
  }
}
.getquote{
	padding: 10px 10px;
	background-color: #ffe135;
}
.topheader{
  display: none;
  text-align: center;
  background-color: #E22626;
}
@media(max-width: 786px){
  .topheader{
    padding: 12px 0 1px 0;
    display: block;
  }
}
.topheader ul{
margin-left: -30px;
}
.topheader li{
  border-radius: 10px;
  font-size: 20px;
   padding: 5px 0;
  background-color: yellow;
  color: #000;
  list-style: none;
}
.topheader li i{
  color: #000;
}
@media(max-width: 786px){
  .header-layout1 .menu-area{
    background-color: #fff;
  }
}
.logo-style1 img{
  
  max-width: 273px;
}
.menu-area .container{
  max-width: 1400px;
}
@media(max-width: 786px){
  .logo-style1 img{
  
  max-width: 277px;
}
}
.mobile-logo img{
  max-width: 250px;
}
.table_area h4{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
tbody, td, tfoot, th, thead, tr{
  text-align: center;
}
th{
  background-color: #C82B13!important;
  color: #fff!important;
}
.counter-card_icon i{
      font-size: 40px;
    color: #fff;
    padding-top: 18px;
}
.bg-counter{
  padding: 50px 0;
  background-color: #C82B13;
}
.bg-counter .text-title{
  color: yellow!important;
}
.counter-card_text{
  color: #fff!important;
}
.project-img img{
 width: 792px;
    height: 525px;
}
.project-thumb_img img{
  width: 100%;
}
.branches{
  margin-bottom: 70px;
   background-color: #f8f8f8;
}
.branches h4 a{
  color: #fff;
  padding: 5px 60px;
  border-radius: 10px;
  text-align: center;
  background-color: darkred;
}
.branches h4{

  text-align: center;
}
.branches h5{
  padding-top: 20px;
  text-align: center;
}
.branches ul li a{
  color: #fff;
}
.branches2{
  border-radius: 10px;
  background-color: darkgoldenrod;
}
.branches2 h5{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid yellow;
}
@media(max-width: 786px){
  .branches2 h5{
    font-size: 25px;
  }
}
.branches2 ul li a{
  color: #fff;
}
.branches2 ul li {
  list-style: none;
  padding-bottom: 5px;
  color: #fff;
}
.branches2 ul li i{
  color: #000;
}
.branches2 ul{
  padding-left: 0;
}
.branches3{
  text-align: center;
}
.branches3 ul li{
      border-radius: 10px 0 10px 0px;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #C72B14;
  list-style: none;
}
.branches3 h5{
  margin-top: -20px;
  padding-bottom: 20px;
  font-size: 34px;
}
@media(max-width: 786px){
  .branches3 h5{
    margin-top: 20px;
  font-size: 25px;
}
}
@media(max-width: 786px){
  .branches3 ul{
padding-left: 0;
  }
  }

.newsletter-wrap .newsletter-shape img{
  max-width: 500px;
}
@media(max-width: 786px){
  .newsletter-wrap .newsletter-shape img{
  max-width: 100%;
}
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 75px;
    left: 10px;
    z-index: 999999;
}
.fix-icon-item {
    height: 60px;
    width: 60px;
    background: #ff7400;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
}
.fix-icon-whataap-item {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
    cursor: pointer;
    overflow: hidden;
    width: 55px!important;
    height: 55px!important;
    background: #25d366!important;
}
#team-sec p{
  text-align: justify;
}
header .header-button{
  background-color: darkred;
}
header .header-button a{
   background-color: var(--title-color);
}
 .popup{

  padding: 10%;
            z-index: 1000;
    background-color: #fff112;
    width: 100%;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 55%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
@media(max-width: 786px){
   .popup{
    padding: 10px;
    overflow: hidden;
        position: fixed;
    top: 360px;
    width: 100%;
    height:722px;
   } 
}
.popup button{
    position: relative;
    display: block;
    margin: 17px 0 10px auto;
    background-color: transparent;
    font-size: 20px;
    color: #ffffff;
    background: #000;
   padding-top: 9px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    top: -17px;
}
.popup h2{
    font-size: 35px;
    margin-top: -20px;
}
@media(max-width: 786px){
  .popup h2{
    font-size: 19px;
    margin-top: -20px;
}  
}
.popup p{
  font-weight: bold;
    font-size: 14px;
    text-align: justify;
    margin-top: -25px;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
        border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}
.popup .headerline{
     margin-left: 23%;
    margin-right: 5%;
    top: 152px;
    position: absolute;
}
.popup .headerline h3{
  font-size: 27px!important;
  text-align: center;
}
@media(max-width: 786px){
  .popup .headerline h3{
  font-size: 18px!important;
  text-align: center;
}
}
.popup .quote-form{
  background-color: #f8f8f8;
}
@media(max-width: 786px){
  .popup .headerline{
  margin-left: 3%;
    margin-right: 3%;
    top: 19px;
    position: absolute;
  }
}
@media(max-width: 786px){
  .popup p{
    font-size: 10px;
  }
}
@media(max-width: 786px){
  .ourservices{
    display: none;
  }
}


@media only screen and (min-width: 992px) {
  .mainmenu li.drop {
    position: relative; }

  .mainmenu li.drop > ul.dropdown__menu {
    opacity: 0;
    top: 100%;
    transform: scale(0.7);
    transition: all 300ms ease 0s;
    visibility: hidden;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    left: 0;
    z-index: 99;
    min-width: 210px;
    padding-left: 5px;
    padding-right: 5px; }

  .mainmenu li.drop:hover > ul.dropdown__menu {
    opacity: 1;
    transform: scale(1);
    transition: all 300ms ease 0s;
    visibility: visible; }

  .mainmenu li.drop > ul.dropdown__menu li {
    transition: all 0.3s ease 0s; }

  .mainmenu li.drop:hover > ul.dropdown__menu > li {
    opacity: 1; }

  .mainmenu li.drop > ul.dropdown__menu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding: 6px 20px 6px 8px;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    color: #969696;
    display: block; }

  .mainmenu li.drop:hover > ul.dropdown__menu > li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2; }

  .mainmenu li.drop:hover > ul.dropdown__menu > li:hover > a {
    color: #000;
    padding-left: 7px;
    background: #ddd none repeat scroll 0 0; } }
@media only screen and (max-width: 991px) {
  a.minicart-trigger {
    position: absolute;
    right: 57px;
    z-index: 9991;
    top: 21px;
    font-size: 27px;
    color: #fff; }

  a.minicart-trigger:hover {
    color: #1f1703; }

  .mainmenu__wrapper .logo {
    align-items: center;
    display: flex;
    height: 100px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 9991; } }