@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");

:root {
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.125rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(1.125rem, .5vw + 1rem, 1.5rem);
  --heading-four: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
  --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.15rem);
  --heading-six: 1rem;
}

.f-size--100 {
  font-size: 6.25rem !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

.section-heading__title {
  position: relative;
}

.section-heading__subtitle {
  font-weight: 600;
  margin-bottom: 15px;
}

.section-heading.style-two {
  text-align: left;
  margin-left: 0;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  color: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 22px;
}

@media (max-width: 991px) {
  .slick-arrow {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }
}

.slick-arrow:hover {
  color: var(--secondary);
}

.slick-next {
  left: 53%;
  color: var(--secondary);
}

@media (max-width: 991px) {
  .slick-next {
    left: 53%;
  }
}

.slick-prev {
  left: 50%;
}

@media (max-width: 991px) {
  .slick-prev {
    left: 47%;
  }
}

.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: #fff;
  color: #fff;
  margin: 0 3px;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: var(--secondary);
}

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

.section-bg-two {
  background-color: #F9FAFF;
}

.bg--base {
  background-color: var(--secondary) !important;
}

.bg--primary {
  background-color: #007bff;
}

.bg--secondary {
  background-color: #adb5bd;
}

.bg--success {
  background-color: #17d605;
}

.bg--danger {
  background-color: #f75959;
}

.bg--warning {
  background-color: #ff9e42;
}

.bg--info {
  background-color: #17a2b8;
}

.text--base {
  color: var(--secondary) !important;
}

.text--primary {
  color: #007bff;
}

.text--secondary {
  color: #adb5bd;
}

.text--success {
  color: #17d605;
}

.text--danger {
  color: #f75959;
}

.text--warning {
  color: #ff9e42;
}

.text--info {
  color: #17a2b8;
}

.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pt-md-60 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-md-60 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}

.pb-md-60 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #696687;
  word-break: break-word;
  background-color: #fff;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "DM Sans", sans-serif;
  color: var(--main);
  line-height: 1.3;
  word-break: break-word;
  font-weight: 600;
}

@media (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: var(--heading-one);
}

h2 {
  font-size: var(--heading-two);
}

h3 {
  font-size: var(--heading-three);
}

h4 {
  font-size: var(--heading-four);
}

h5 {
  font-size: var(--heading-five);
}

h6 {
  font-size: var(--heading-six);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: var(--main);
  font-weight: 600;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1.4;
  word-break: break-word;
}

a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #696687;
}

a:hover {
  color: var(--secondary);
}

a.active {
  color: var(--secondary);
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

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

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #fff;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

.faq {
  position: relative;
  z-index: 1;
}

.faq__shape {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 7%;
}

.faq-thumb {
  position: relative;
  max-width: 540px;
  max-height: 556px;
}

.faq-thumb__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-thumb__limb {
  position: absolute;
}

.faq-thumb__limb.one {
  top: 0;
  left: 17%;
  -webkit-animation: bulb_animate 10s linear infinite;
  animation: bulb_animate 10s linear infinite;
  max-width: 23%;
}

@media (max-width: 575px) {
  .faq-thumb__limb.one {
    left: 20%;
  }
}

.faq-thumb__limb.two {
  -webkit-animation: wiggle 3s linear infinite;
  animation: wiggle 3s linear infinite;
  right: 6%;
  top: 24%;
  max-width: 7%;
}

.faq-thumb__limb.three {
  -webkit-animation: arrow_animate 4s linear infinite;
  animation: arrow_animate 4s linear infinite;
  bottom: 17%;
  right: 5%;
  max-width: 7%;
}

.faq-thumb__limb.four {
  -webkit-animation: shape_one 10s linear infinite;
  animation: shape_one 10s linear infinite;
  right: 0%;
  top: 40%;
  max-width: 5%;
}

.faq-thumb__limb.five {
  -webkit-animation: shape_three 10s linear infinite;
  animation: shape_three 10s linear infinite;
  bottom: 22%;
  left: 30%;
  max-width: 5%;
}

.faq-thumb__limb.six {
  -webkit-animation: shape_two 10s linear infinite;
  animation: shape_two 10s linear infinite;
  left: 0;
  bottom: 30%;
  max-width: 5%;
}

@-webkit-keyframes bulb_animate {
  0% {
    -webkit-transform: translateX(0px) scale(0.5);
    transform: translateX(0px) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(-30px) scale(1);
    transform: translateX(-30px) scale(1);
  }

  100% {
    -webkit-transform: translateX(0px) scale(0.5);
    transform: translateX(0px) scale(0.5);
  }
}

@keyframes bulb_animate {
  0% {
    -webkit-transform: translateX(0px) scale(0.5);
    transform: translateX(0px) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(-30px) scale(1);
    transform: translateX(-30px) scale(1);
  }

  100% {
    -webkit-transform: translateX(0px) scale(0.5);
    transform: translateX(0px) scale(0.5);
  }
}

.custom--accordion.style-two {
  margin: -15px 0;
}

.custom--accordion.style-two .accordion-item {
  border-bottom: 1px solid rgba(32, 2, 69, 0.1);
}

.custom--accordion.style-two .accordion-item:not(:last-child) {
  margin-bottom: 0;
}

.custom--accordion.style-two .accordion-item:last-of-type {
  border-bottom: 0;
  border-radius: 0;
}

.custom--accordion.style-two .accordion-body {
  padding: 0px;
  background-color: transparent;
}

.custom--accordion.style-two .accordion-body .text {
  max-width: 60%;
}

@media (max-width: 575px) {
  .custom--accordion.style-two .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion.style-two:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.custom--accordion.style-two .accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
}

.custom--accordion.style-two .accordion-button[aria-expanded="true"]::after,
.custom--accordion.style-two .accordion-button[aria-expanded="false"]::after {
  background-color: transparent;
  width: auto !important;
  height: auto;
  border-radius: 0;
}

@media (max-width: 575px) {

  .custom--accordion.style-two .accordion-button[aria-expanded="true"]::after,
  .custom--accordion.style-two .accordion-button[aria-expanded="false"]::after {
    right: 0px;
  }
}

.custom--accordion .accordion-item {
  border: 0;
  background-color: transparent !important;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-body {
  padding: 20px 20px 0 40px;
  background-color: transparent;
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion .accordion-button {
  background-color: #fff;
  color: var(--main);
  font-size: 20px;
  padding: 15px 20px;
  border: 1px solid #D9E1FF;
  border-radius: 5px;
  font-weight: 600;
  overflow: hidden;
}

@media (max-width: 767px) {
  .custom--accordion .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .custom--accordion .accordion-button {
    font-size: 16px;
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  color: var(--secondary);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: none;
  color: var(--secondary);
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  position: relative;
  margin-left: auto;
  right: 0px;
  width: 40px !important;
  font-size: 18px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #D9E1FF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  border-radius: 5px;
}

@media (max-width: 767px) {

  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    width: 30px !important;
    height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {

  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    right: -13px;
    font-size: 14px;
  }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
}

button {
  border: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--base {
  color: #fff;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  font-size: 16px;
  border: 2px solid var(--secondary);
  overflow: hidden;
  z-index: 1;
  line-height: 1;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.btn--base.btn--sm {
  padding: 6px 15px;
  font-size: 14px;
}

.btn--base::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--secondary);
  z-index: -1;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.btn--base:hover::before {
  height: 0;
}

.btn--base:hover {
  background-color: transparent;
  border: 2px solid #D9E1FF;
  color: #D9E1FF;
}

.btn--base__icon {
  font-size: 14px;
  margin-left: 10px;
}

.btn--base.outline {
  background-color: transparent;
  border: 2px solid #0431d9;
  color: #0431d9;
}

.btn--base.outline::before {
  height: 0;
}

.btn--base.outline:hover::before {
  height: 100%;
}

.btn--base.outline:hover {
  color: #fff;
  border-color: var(--secondary);
}

.btn--base.style-two {
  background-color: var(--main);
  border-color: var(--main);
}

.btn--base.style-two::before {
  height: 0;
}

.btn--base.style-two:hover::before {
  height: 100%;
  border-color: var(--secondary);
}

.btn--base.style-two:hover {
  border-color: var(--secondary);
  color: #fff;
  /* background-color: var(--secondary); */
}

.btn--base.style-three {
  background-color: var(--secondary);
}

.btn--base.style-three:hover {
  border-color: var(--main);
}

.btn--base.style-three::before {
  height: 0;
}

.btn--base.style-three:hover::before {
  height: 100%;
  background-color: var(--main);
}

.btn--simple {
  color: var(--main);
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn--simple:hover .btn--simple__icon {
  margin-left: 10px;
  opacity: .5;
}

.btn--simple__icon {
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn--primary {
  background-color: #007bff;
  color: #fff;
}

.btn--primary:hover {
  color: #fff;
  background-color: #6457f3;
}

.btn--secondary {
  background-color: #adb5bd;
  color: #fff;
}

.btn--secondary:hover {
  color: #fff;
  background-color: #636c75;
}

.btn--dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn--dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn--success {
  background-color: #17d605;
  color: #fff;
}

.btn--success:hover {
  color: #fff;
  background-color: #13af59;
}

.btn--danger {
  color: #fff;
  background-color: #f75959;
}

.btn--danger:hover {
  background-color: #f64141;
  color: #fff;
}

@media (max-width: 767px) {
  .btn--danger {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .btn--danger {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.btn--danger.btn--sm {
  padding: 6px 15px;
  font-size: 14px;
}

.btn--warning {
  background-color: #ff9e42;
  color: #fff;
}

.btn--warning:hover {
  color: #fff;
  background-color: #d47c29;
}

.btn--info {
  background-color: #17a2b8;
  color: #fff;
}

.btn--info:hover {
  background-color: #0e7bbe;
  color: #fff;
}

.custom--card {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #D9E1FF;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  margin-bottom: 25px;
  overflow: hidden;
}

.custom--card:last-of-type {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .custom--card .card-body {
    padding: 25px 20px !important;
  }
}

@media (max-width: 575px) {
  .custom--card .card-body {
    padding: 25px 15px !important;
  }
}

.custom--card .card-body__icon {
  font-size: 26px;
  color: #fff;
}


.custom--card .card-header {
  background-color: var(--secondary);
}

.custom--card .card-header h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
}

.support-ticket .custom--card .card-header h5 {
  font-size: 1rem;
}

.form--label {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.form--control {
  height: 46px;
  border-radius: 3px;
  color: var(--main);
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  background-color: #fff;
  color: var(--main);
  border: 1px solid #D9E1FF;
}

.form--control::-webkit-input-placeholder {
  color: rgba(32, 2, 69, 0.3);
  font-size: 16px;
}

.form--control:-ms-input-placeholder {
  color: rgba(32, 2, 69, 0.3);
  font-size: 16px;
}

.form--control::-ms-input-placeholder {
  color: rgba(32, 2, 69, 0.3);
  font-size: 16px;
}

.form--control::placeholder {
  color: rgba(32, 2, 69, 0.3);
  font-size: 16px;
}

.form--control:focus {
  border-radius: 3px;
  /* background-color: #fff; */
  color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--secondary);
}

.form--control:disabled,
.form--control[readonly] {
  border: 0;
  background-color: #e9ecef;
  opacity: 1;
}

.form--control[type="file"] {
  line-height: 48px;
  padding: 0;
  position: relative;
}

@media (max-width: 575px) {
  .form--control[type="file"] {
    height: 48px;
  }
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid #D9E1FF;
  padding: 4px 6px;
  border-radius: .2em;
  background-color: rgba(144, 97, 250, 0.1) !important;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 5px;
  color: #696687 !important;
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: #fff;
}

textarea.form--control {
  height: 150px;
  padding: 15px;
}

.form-group label {
  font-size: 15px;
  color: #696687;
  margin-bottom: 10px;
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.custom--select {
  position: relative;
}

.custom--select.style-two .icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  background-color: #fff;
  height: 80%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

.custom--select.style-two .icon i {
  margin-left: 10px;
  margin-top: -10px;
}

.custom--select.style-two .form--select {
  border: 1px solid #D9E1FF;
}

.custom--select.style-two .form--select:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.custom--select .icon {
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  z-index: 3;
}

.form--select {
  height: 60px;
  position: relative;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #D9E1FF;
  color: rgba(32, 2, 69, 0.6);
  background-image: none;
}

.form--select.form-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form--select::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.form--select option {
  color: var(--main);
}

.form--select:focus {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group--text {
  background: var(--secondary);
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  border: transparent !important;
  z-index: 5;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form--check .form-check-label {
  padding-right: 20px;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--secondary);
  margin-right: 10px;
}

.form--check .form-check-input:checked {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--secondary);
  position: relative;
  margin-right: 10px;
}

@media (max-width: 374px) {
  .custom-radio .form-check-input {
    margin-right: 3px;
  }
}

.custom-radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.custom-radio .form-check-input:checked {
  background-color: #fff;
  border-color: var(--secondary);
}

.custom-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.custom-radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: var(--secondary);
  border-radius: 50%;
  z-index: 999;
}

.form-group {
  margin-bottom: 1rem;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.5);
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}


.nice--select {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  line-height: 50px;
}

.nice--select .current {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

.nice--select .list {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: var(--main);
  max-height: 200px;
  overflow-y: auto;
}

.nice--select .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.nice--select:hover {
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.nice--select:focus {
  border: 1px solid var(--secondary);
}

.nice--select:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
}

.nice--select.open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nice--select .option {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.nice--select .option.selected.focus {
  font-weight: 600;
  background-color: var(--secondary) !important;
  color: #fff;
}

.nice--select .option.selected.focus:hover {
  background-color: var(--secondary) !important;
  color: #fff !important;
}

.nice--select .option:hover {
  background-color: var(--secondary);
  color: #fff;
}

.nice--select .wide {
  border: 1px solid #D9E1FF;
  gap: 0px;
}

.custom--modal .modal-content {
  padding: 30px;
  text-align: center;
}

.custom--modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
  padding: 0 20px;
}

.custom--modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-icon i {
  font-size: 32px;
  color: var(--secondary);
  border: 3px solid var(--secondary);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 0 0;
  border-top: 1px solid #D9E1FF;
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination .page-item .page-link {
  border: 1px solid #D9E1FF;
  margin: 0 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(144, 97, 250, 0.08);
  font-weight: 500;
  color: var(--main);
}

.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background-color: var(--secondary);
  color: #fff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table {
  margin: 0;
  font-size: 15px;
}

.table.style-two {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.table.style-two thead tr th {
  padding: 15px 15px;
  border-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.table.style-two thead tr th:first-child {
  text-align: left;
  visibility: visible;
}

.table.style-two thead tr th:nth-child(2) {
  border-radius: 0;
}

.table.style-two thead tr th:last-child {
  border-radius: 0;
  text-align: right;
}

.table.style-two tbody tr td {
  border-right: 1px solid rgba(32, 2, 69, 0.04);
  padding: 15px 15px;
}

@media (max-width: 575px) {
  .table.style-two tbody tr td {
    padding: 10px;
  }
}

.table.style-two tbody tr td:first-child {
  text-align: left;
}

.table.style-two tbody tr td:last-child {
  text-align: right;
}

.table thead tr th {
  background-color: var(--secondary);
  text-align: center;
  font-size: 15px;
  padding: 15px 25px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  border-bottom: 0;
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  text-align: right;
}

.table tbody {
  border: 1px solid rgba(32, 2, 69, 0.08);
  background-color: #fff;
}

.table tbody tr {
  border-bottom: 1px solid rgba(32, 2, 69, 0.08);
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 35px;
  border-width: 1px;
  border: 0;
  font-family: "DM Sans", sans-serif;
  color: #696687;
  font-weight: 500;
  border-right: 1px solid rgba(32, 2, 69, 0.08);
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #696687;
  font-weight: 500;
  display: none;
  width: 40% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody {
    border: 0;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #D9E1FF;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right !important;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive-lg tbody {
    border: 0;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #D9E1FF;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right !important;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

.table--responsive--xl tbody {
  border: 0;
}

@media (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #D9E1FF;
  }


  .table--responsive--xl tbody tr td:first-child {
    text-align: right !important;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

.table>:not(:first-child) {
  border-top: none;
}

.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

.custom--tab .nav-item .nav-link {
  color: #fff;
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #D9E1FF !important;
}

@media (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: #fff;
  background-color: #7f48f9 !important;
  border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: #fff;
}

.custom--tab .nav-item .nav-link:hover {
  color: var(--secondary);
}

.badge {
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 11px;
  font-weight: 500;
}

.badge--base {
  background-color: transparent;
  border: 1px solid var(--secondary);
  color: var(--secondary);
}

.badge--primary {
  background-color: transparent;
  border: 1px solid #007bff;
  color: #007bff;
}


.badge--secondary {
  background-color: transparent;
  border: 1px solid #adb5bd;
  color: #adb5bd;
}

.badge--success {
  background-color: transparent;
  border: 1px solid #17d605;
  color: #17d605;
}

.badge--danger {
  background-color: transparent;
  border: 1px solid #f75959;
  color: #f75959;
}

.badge--warning {
  background-color: transparent;
  border: 1px solid #ff9e42;
  color: #ff9e42;
}

.badge--info {
  background-color: transparent;
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

.badge--light {
  background-color: transparent;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge--dark {
  background-color: transparent;
  border: 1px solid #343a40;
  color: #343a40;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .navbar-brand.logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.navbar-brand.logo img {
  height: 100%;
  max-width: 100%;
  max-height: 70px;
}

@media (max-width: 1200px) {
  .navbar-brand.logo img {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

@media (max-width: 575px) {
  .navbar-brand.logo img {
    max-width: 120px;
  }
}

.header-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
  background-color: transparent;
  z-index: 9;
}

@media (max-width: 991px) {
  .header-bottom {
    top: 60px;
    background-color: var(--main);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .header-bottom {
    top: 100px;
  }
}

.header-bottom.fixed-header {
  background-color: var(--main);
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 0px;
  -webkit-animation: slide-down .8s;
  animation: slide-down .8s;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .header-bottom {
    padding: 10px 0;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
  margin: 0 10px;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 1199px) {
  .nav-menu .nav-item {
    margin: 0 8px;
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }
}

.nav-menu .nav-item:hover .nav-link {
  color: #fff !important;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-item:hover .nav-link .nav-item__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.nav-menu .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #D9E1FF;
  padding: 33px 0 !important;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .nav-menu .nav-item .nav-link {
    font-size: 15px;
  }
}

.nav-menu .nav-item .nav-link.active {
  color: #000000 !important;
}

.nav-menu .nav-item .nav-link.active::before {
  width: 100%;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav-menu .nav-item .nav-link:hover::before {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.nav-menu .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 25px;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-menu .nav-item .nav-link .nav-item__icon {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 13px;
  margin-left: 2px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(32, 2, 69, 0.08);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  }

  .dropdown-menu__list {
    border-bottom: 1px solid rgba(32, 2, 69, 0.08);
  }

  .dropdown-menu__list:first-child {
    border-top: 3px solid var(--secondary);
  }

  .dropdown-menu__list:last-child {
    border-bottom: 0;
  }

  .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .nav-item {
    border-bottom: 1px solid rgba(217, 225, 255, 0.2);
    padding: 10px 0;
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .nav-item:nth-last-child(2) {
    border-bottom: 0;
  }

  .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: var(--secondary) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .dropdown-menu {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .25rem;
    width: 100%;
    margin-left: 7px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none;
    background-color: var(--main);
    margin-top: 11px !important;
    overflow: hidden;
    border: 1px solid rgba(217, 225, 255, 0.2);
  }

  .dropdown-menu li {
    border-bottom: 1px solid rgba(217, 225, 255, 0.2);
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: var(--secondary);
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: #fff;
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 30px;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.login-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .login-button {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .login-button {
    display: none;
  }
}

.header-top {
  padding: 15px 0;
  background-color: #290359;
  position: relative;
}

.header-top .social-list__link {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.top-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .top-header-wrapper {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-socials select {
  margin-right: 5px;
  background-color: transparent;
  color: white;
  height: auto;
  font-size: 14px;
}

.top-socials select option {}

/* .top-socials ul {
  display: contents;
} */


.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .contact-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .contact-list {
    margin-bottom: 10px;
    margin: 0 -10px;
  }
}

@media (max-width: 425px) {
  .contact-list {
    margin: 0 -5px;
  }
}

.contact-list__item {
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.contact-list__item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

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

@media (max-width: 425px) {
  .contact-list__item {
    padding: 0 5px;
  }
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 425px) {
  .contact-list__item::before {
    display: none;
  }
}

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(144, 97, 250, 0.2);
  font-size: 12px;
  transition: .3s;
}

.contact-list__item-icon.active {
  background-color: var(--secondary);
  color: #fff !important;
}

.contact-list__item:hover .contact-list__item-icon {
  background-color: var(--secondary);
  color: #fff !important;
}

@media (max-width: 374px) {
  .contact-list__item-icon {
    display: none;
  }
}

.contact-list__item-text {
  width: calc(100% - 30px);
  padding-left: 10px;
}

@media (max-width: 992px) {
  .contact-list__item-text {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .contact-list__item-text {
    width: 100%;
    padding-left: 0px;
  }
}

.breadcumb {
  position: relative;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .breadcumb {
    margin-bottom: 0px;
  }
}

.breadcumb.account-breadcumb .breadcumb-thumb {
  bottom: -10px;
}

.breadcumb.account-breadcumb .breadcumb__inner::before {
  top: -2px;
  height: 103%;
}

.breadcumb.dashboard-breadcumb::before {
  display: none;
}

.breadcumb.dashboard-breadcumb .breadcumb__inner {
  padding: 120px 0 70px;
}

.breadcumb.dashboard-breadcumb .breadcumb__inner::before {
  -webkit-clip-path: unset;
  clip-path: unset;
}

.breadcumb.dashboard-breadcumb .breadcumb-thumb {
  display: none;
}

.breadcumb.dashboard-breadcumb .breadcumb__inner::before {
  top: 0;
  height: 100%;
}

.breadcumb::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -10px;
  background-color: var(--secondary);
  width: 65%;
  height: 150px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 93%);
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 93%);
}

@media (max-width: 991px) {
  .breadcumb::before {
    display: none;
  }
}

.breadcumb__inner {
  padding: 80px 0 0;
  position: relative;
  position: relative;
}

@media (max-width: 991px) {
  .breadcumb__inner {
    padding: 112px 0 60px;
  }
}

@media (max-width: 767px) {
  .breadcumb__inner {
    padding: 92px 0 40px;
  }
}

.breadcumb__inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--main);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
}

@media (max-width: 991px) {
  .breadcumb__inner::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.breadcumb__wrapper {
  text-align: left;
  max-width: 700px;
}

.breadcumb__title {
  margin-bottom: 10px;
  color: #fff;
}

.breadcumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcumb__item {
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 575px) {
  .breadcumb__item {
    font-size: 15px;
  }
}

.breadcumb__item-text {
  color: var(--secondary);
}

.breadcumb__link {
  color: #fff;
  font-weight: 500;
}

.breadcumb__link:hover {
  color: var(--secondary);
}

.breadcumb-thumb {
  position: relative;
  bottom: -60px;
  border-radius: 5px;
  overflow: hidden;
  /* -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); */
}

.breadcumb-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.breadcumb-thumb.twentytwenty-container {
  min-height: 525px;
  width: 100%;
}

.breadcumb-thumb.twentytwenty-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-area {
  position: relative;
}

.footer-area::after {
  position: absolute;
  content: "";
  width: 32%;
  height: 150px;
  left: 0;
  top: -50px;
  background-color: #FFD644;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .footer-area::after {
    display: none;
  }
}

.footer-area::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 150px;
  right: 0;
  top: -42px;
  background-color: var(--secondary);
  z-index: -1;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .footer-area::before {
    display: none;
  }
}

.footer-top {
  position: relative;
  z-index: 1;
}

.footer-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--main);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .footer-top::before {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  .footer-top::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.footer-item__title {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.footer-item__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: var(--secondary);
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__desc {
  color: #fff;
  max-width: 415px;
}

.footer-item__desc-colored {
  color: var(--secondary);
  font-weight: 600;
}

.footer-item .social-list {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -5px 0;
}

.footer-menu__item {
  display: block;
  padding: 5px 0;
}

.footer-menu__link {
  color: #fff;
  font-size: 15px;
  position: relative;
}

.footer-contact-menu {
  margin: -6px 0;
}

.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  align-items: center;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(144, 97, 250, 0.15);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-contact-menu__item:hover .footer-contact-menu__item-icon {
  background-color: var(--secondary);
  color: #fff !important;
}

.footer-contact-menu__item-content {
  width: calc(100% - 35px);
  padding-left: 15px;
  color: #fff;
}

.footer-contact-menu__item-content p {
  line-height: 35px;
}

.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 400px) {
  .bottom-footer__left {
    font-size: 15px;
  }
}

.bottom-footer__left a {
  color: var(--secondary);
  font-weight: 600;
  padding: 0 5px;
}

.bottom-footer__left a:hover {
  color: #fff;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #f5f9ff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader__thumb {
  text-align: center;
}

.preloader__thumb img {
  max-width: 70%;
}

@media (max-width: 1399px) {
  .preloader__thumb img {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .preloader__thumb img {
    max-width: 50%;
  }
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  position: relative;
  isolation: isolate;
}

.bg-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--main);
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-two {
  position: relative;
  isolation: isolate;
}

.bg-overlay-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--secondary);
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  color: #fff;
  background-color: var(--secondary);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: -50px;
}

@media (max-width: 767px) {
  .scroll-top {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.scroll-top:hover {
  color: #fff;
  background-color: #190236;
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.overlay-search-box .modal-header {
  border-bottom: 0;
  padding: 0;
}

.overlay-search-box .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(32, 2, 69, 0.7);
  background-color: #0e011d;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.search-box {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .search-box {
    width: 100%;
  }
}

.search-btn {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.search-btn:hover {
  color: var(--secondary);
}

.toggle-search-box {
  margin-left: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 991px) {
  .toggle-search-box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    margin-right: 16px;
  }
}

.toggle-search-box button {
  background-color: transparent;
  color: #fff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.search-overlay-close {
  background-color: transparent;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.search-overlay-close:hover {
  background-color: var(--secondary);
  color: #fff;
}

.filter {
  padding: 60px 30px;
  z-index: 2;
}

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

@media (max-width: 450px) {
  .filter {
    padding: 40px 0px;
  }
}

.filter-item {
  position: relative;
}

.filter-icon i {
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
  z-index: 1;
  color: var(--secondary);
}

.filter-select {
  height: 50px;
  position: relative;
  padding-left: 50px;
}

.filter-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #8652fa;
}

::selection {
  color: #fff;
  background: #8652fa;
}

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

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #7f48f9;
  border: 0px solid transparent;
  border-radius: 10px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.social-list__item {
  margin: 0 5px;
}

.social-list__link {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: #fff;
  background-color: rgba(144, 97, 250, 0.15);
  font-size: 12px;
}

.social-list__link:hover,
.social-list__link.active {
  background-color: var(--secondary);
  color: #fff !important;
}

@media (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.text-list {
  margin: -6px 0px;
}

.text-list.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -8px;
}

.text-list.inline .text-list__item {
  padding: 0px 8px;
}

.text-list.colored .text-list__item-icon {
  margin-right: 15px;
  color: var(--secondary);
}

.text-list__item {
  padding: 6px 0px;
  color: #696687;
}

.text-list__item-icon {
  color: var(--main);
  font-size: 13px;
  margin-right: 5px;
}

.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--secondary);
}

.blog-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  position: sticky;
  top: 110px;
}

.blog-sidebar__title {
  position: relative;
  padding: 12px 30px;
  color: #fff;
  margin-bottom: 0;
  background-color: var(--secondary);
}

.blog-sidebar__content {
  padding: 30px;
}

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

@media (max-width: 400px) {
  .blog-sidebar__content {
    padding: 25px 15px;
  }
}

.text-list.style-category .text-list__item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.text-list.style-category .text-list__link {
  color: #fff;
}

.text-list.style-category .text-list__link:hover {
  color: var(--secondary);
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
}

.text-list.style-tag .text-list__item {
  padding: 7px;
}

.text-list.style-tag .text-list__link {
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 20px;
  border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.text-list.style-tag .text-list__link:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.latest-blog__thumb {
  width: 90px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-blog__content {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.latest-blog__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .latest-blog__title {
    font-size: 16px;
  }
}

.latest-blog__title a:hover {
  color: var(--secondary);
}

.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .comment-list__thumb {
    width: 60px;
    height: 60px;
  }
}

.comment-list__content {
  width: calc(100% - 80px);
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 60px);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 575) {
  .comment-list__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comment-list__name {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

@media (max-width: 767) {
  .comment-list__name {
    font-size: 17px;
  }
}

.comment-list__time {
  margin-bottom: 15px;
}

.comment-list__time-icon {
  color: var(--secondary);
  font-size: 15px;
  margin-right: 5px;
}

.comment-list__reply {
  margin-top: 10px;
}

.comment-list__reply-text {
  color: #fff;
  font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: var(--secondary);
}

.comment-list__reply-icon {
  font-size: 14px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
}

@media (max-width: 767px) {
  .comment-list__reply-icon {
    font-size: 12px;
  }
}

.comment-list .comment-list {
  margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(24, 29, 32, 0.8);
  z-index: 91;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.dashboard-sidebar-menu {
  overflow-y: auto;
  background-color: var(--main);
  padding: 20px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.dashboard-sidebar-menu::-webkit-scrollbar {
  width: 3px;
}

.dashboard-sidebar-menu.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 991px) {
  .dashboard-sidebar-menu {
    position: fixed;
    z-index: 99;
    width: 320px;
    top: 0;
    left: 0;
    padding-top: 70px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.dashboard-sidebar-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border: 1px solid var(--secondary);
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  cursor: pointer;
}

.dashboard-sidebar-menu__close:hover,
.dashboard-sidebar-menu__close:focus {
  background-color: #f75959;
  border-color: #f75959;
}

.dashboard-menu {
  margin: -5px 0;
}

.dashboard-menu.sub-menu {
  display: none;
  margin: -0px 0;
  margin-top: 0px;
  margin-bottom: 7px;
  margin-left: 30px;
}

.dashboard-menu__item {
  padding: 5px 0;
  position: relative;
}

.dashboard-menu__link {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  width: 100%;
  padding: 3px 5px;
  font-weight: 300;
  border-radius: 5px;
}

.dashboard-menu__link:hover {
  color: var(--secondary);
}

.dashboard-menu__link-arrow.show {
  display: block !important;
}

.dashboard-menu__link.active {
  color: var(--secondary);
}

.dashboard-menu__link-icon {
  font-size: 15px;
  margin-right: 5px;
}

.dashboard-menu__link-arrow {
  float: right;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  font-size: 13px;
}

.dashboard-menu__link-arrow.show {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dashboard-body {
  position: relative;
}

.dashboard-body__bar-icon {
  color: var(--main);
  font-size: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.dashboard-card {
  background-color: rgba(0, 123, 255, 0.4);
  background-color: #007bff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dashboard-card::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 95%;
  right: -20%;
  bottom: -50%;
  background-color: transparent;
  border: 20px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1;
}

.dashboard-card::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  right: -30px;
  top: -30px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1;
}

.dashboard-card__icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard-card__icon {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
}

.dashboard-card__title {
  margin-bottom: 0;
  width: calc(100% - 60px);
  padding-left: 15px;
  color: #fff;
}

.dashboard-card__content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard-card__content .btn--simple {
  color: #fff;
  font-size: 14px;
}

.dashboard-card__content .btn--simple:hover .btn--simple__icon {
  margin-left: 5px;
}

.dashboard-card__content .btn--simple__icon {
  font-size: 12px;
}

.dashboard-card__status {
  color: #fff;
  margin-bottom: 0;
}

.dashboard-card__amount {
  margin-bottom: 5px;
}

.dashboard-card__month {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 1) .dashboard-card {
  background-color: #65aeff;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 2) .dashboard-card {
  background-color: #ff9e42;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 3) .dashboard-card {
  background-color: #588753;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 4) .dashboard-card {
  background-color: #342ead;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 5) .dashboard-card {
  background-color: var(--secondary);
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 6) .dashboard-card {
  background-color: #27a2ad;
}

.dashboard-card-wrapper div[class*="col"]:nth-of-type(8n + 7) .dashboard-card {
  background-color: #adb5bd;
}

.banner {
  background-color: var(--main);
  background-repeat: repeat;
  position: relative;
  padding: 215px 0 85px 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  .banner {
    padding: 175px 0 85px 0;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 117px 0 65px 0;
  }
}

.banner__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-animation: banner_bg 4s linear infinite;
  animation: banner_bg 4s linear infinite;
}

.banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes banner_bg {
  0% {
    opacity: .3;
  }

  50% {
    opacity: .6;
  }

  100% {
    opacity: .3;
  }
}

@keyframes banner_bg {
  0% {
    opacity: .3;
  }

  50% {
    opacity: .6;
  }

  100% {
    opacity: .3;
  }
}

.banner-content__title {
  color: #fff;
}

.banner-content__desc {
  color: #D9E1FF;
}

.banner-content__buttons {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .banner-content__buttons {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .banner-content__buttons {
    margin-top: 30px;
  }
}

.buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .buttons-list {
    margin: 9px;
  }
}

@media (max-width: 575px) {
  .buttons-list {
    margin: -6px;
  }
}

.buttons-list__item {
  padding: 12px;
}

@media (max-width: 1199px) {
  .buttons-list__item {
    padding: 9px;
  }
}

@media (max-width: 575px) {
  .buttons-list__item {
    padding: 6px;
  }
}

.banner-thumb {
  position: relative;
}

.banner-thumb__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-limb {
  position: absolute;
}

.banner-limb-one {
  top: 40%;
  left: -10px;
  -webkit-animation: wiggle 2s linear infinite;
  animation: wiggle 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  max-width: 30%;
}

.banner-limb-two {
  top: 27%;
  right: 2%;
  -webkit-animation: wiggle 2s linear infinite;
  animation: wiggle 2s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  max-width: 22%;
}

@media (max-width: 991px) {
  .banner-limb-two {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .banner-limb-two {
    right: 2%;
  }
}

.banner-limb-three {
  -webkit-animation: arrow_animate 4s linear infinite;
  animation: arrow_animate 4s linear infinite;
  top: 34%;
  left: 38%;
}

/* Animation property */
@-webkit-keyframes wiggle {

  0%,
  7% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  15% {
    -webkit-transform: rotateZ(-15deg);
    transform: rotateZ(-15deg);
  }

  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }

  30% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

@keyframes wiggle {

  0%,
  7% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  15% {
    -webkit-transform: rotateZ(-15deg);
    transform: rotateZ(-15deg);
  }

  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  25% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }

  30% {
    -webkit-transform: rotateZ(6deg);
    transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

@-webkit-keyframes arrow_animate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px) translateY(20px);
    transform: translateX(20px) translateY(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrow_animate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px) translateY(20px);
    transform: translateX(20px) translateY(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.about-thumb {
  position: relative;
}

.about-thumb__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-thumb__limb {
  position: absolute;
}

.about-thumb__limb.one {
  top: 8%;
  right: 18%;
  -webkit-animation: about_tools 20s linear infinite;
  animation: about_tools 20s linear infinite;
  max-width: 23%;
}

.about-thumb__limb.two {
  left: 45%;
  top: 9%;
  -webkit-animation: about_gallery 8s linear infinite;
  animation: about_gallery 8s linear infinite;
  max-width: 17%;
}

@-webkit-keyframes about_gallery {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes about_gallery {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@-webkit-keyframes about_tools {
  0% {
    -webkit-transform: translateY(-30px) scaleX(1);
    transform: translateY(-30px) scaleX(1);
  }

  50% {
    -webkit-transform: translateY(0px) scaleX(-1);
    transform: translateY(0px) scaleX(-1);
  }

  100% {
    -webkit-transform: translateY(-30px) scaleX(1);
    transform: translateY(-30px) scaleX(1);
  }
}

@keyframes about_tools {
  0% {
    -webkit-transform: translateY(-30px) scaleX(1);
    transform: translateY(-30px) scaleX(1);
  }

  50% {
    -webkit-transform: translateY(0px) scaleX(-1);
    transform: translateY(0px) scaleX(-1);
  }

  100% {
    -webkit-transform: translateY(-30px) scaleX(1);
    transform: translateY(-30px) scaleX(1);
  }
}

.services-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 60px 20px;
  text-align: center;
  border: 1px solid #D9E1FF;
  border-radius: 5px;
  height: 100%;
}

@media (max-width: 1399px) {
  .services-item {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .services-item {
    padding: 30px 10px;
  }
}

.services-item:hover {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}

.services-item:hover .services-item__title-link {
  color: var(--secondary);
}

.services-item__title {
  text-transform: capitalize;
}

.services-item__icon {
  margin-bottom: 25px;
}

.services-item__icon img {
  width: 70px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

.services-item__desc {
  max-width: 350px;
  margin: 0 auto;
}

.choose-left .section-heading__title {
  max-width: 550px;
}

.choose-item-wrapper {
  position: relative;
}

.choose-item__shape-one,
.choose-item__shape-two {
  position: absolute;
  content: "";
  left: -82px;
  bottom: -40px;
  width: 240px;
  height: 240px;
  z-index: -1;
  background-color: transparent;
  border-style: solid;
  border-color: transparent transparent var(--secondary) var(--secondary);
  border-width: 17px;
  border-radius: 50%;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
}

@media (max-width: 575px) {

  .choose-item__shape-one,
  .choose-item__shape-two {
    display: none;
  }
}

.choose-item__shape-one::before,
.choose-item__shape-two::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 17px;
  width: 16px;
  height: 17px;
  z-index: -1;
  background-color: var(--secondary);
  border-radius: 50%;
}

.choose-item__shape-two {
  left: 58%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%) rotate(-68deg);
  transform: translate(-50%, -50%) rotate(-68deg);
  width: 280px;
  height: 280px;
  z-index: -1;
  border-color: transparent #FFD644 #FFD644 #FFD644;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .choose-item__shape-two {
    display: none;
  }
}

.choose-item__shape-two::before {
  top: 24px;
  right: 20px;
  background-color: #FFD644;
}

.choose-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 35px 20px;
  text-align: left;
  border: 1px solid #D9E1FF;
  border-radius: 5px;
  height: 100%;
}

@media (max-width: 1399px) {
  .choose-item {
    padding: 30px 10px;
  }
}

@media (max-width: 991px) {
  .choose-item {
    padding: 25px 20px;
  }
}

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

.choose-item:hover {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}

.choose-item:hover .services-item__title-link {
  color: var(--secondary);
}

.choose-item__icon {
  margin-bottom: 20px;
}

.choose-item__title {
  text-transform: capitalize;
}

.choose-thumb {
  position: relative;
}

.choose-thumb__limb {
  position: absolute;
}

.choose-thumb__limb.four {
  right: 17%;
  top: 30%;
}

.choose-thumb__limb.five {
  right: 3%;
  top: 24%;
  max-width: 12%;
  -webkit-animation: wiggle 3s linear infinite;
  animation: wiggle 3s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.choose-thumb__limb.six {
  top: 8%;
  right: 10%;
  max-width: 12%;
  -webkit-animation: text 8s linear infinite;
  animation: text 8s linear infinite;
}

.choose-thumb__limb.seven {
  top: 0;
  left: 34%;
  z-index: -1;
  max-width: 42%;
  -webkit-animation: wiggle 3s linear infinite;
  animation: wiggle 3s linear infinite;
}

@-webkit-keyframes text {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes text {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes shape_one {
  0% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }

  50% {
    -webkit-transform: translateY(30px) translateX(-40px) rotate(360deg);
    transform: translateY(30px) translateX(-40px) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}

@keyframes shape_one {
  0% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }

  50% {
    -webkit-transform: translateY(30px) translateX(-40px) rotate(360deg);
    transform: translateY(30px) translateX(-40px) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}

@-webkit-keyframes shape_two {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  25% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  75% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes shape_two {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  25% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  75% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes shape_three {
  0% {
    -webkit-transform: translateY(0px) translateX(20px) rotate(90deg);
    transform: translateY(0px) translateX(20px) rotate(90deg);
  }

  25% {
    -webkit-transform: translateY(-40px) translateX(40px) rotate(360deg);
    transform: translateY(-40px) translateX(40px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateY(40px) translateX(0px) rotate(180deg);
    transform: translateY(40px) translateX(0px) rotate(180deg);
  }

  75% {
    -webkit-transform: translateY(0px) translateX(40px) rotate(360deg);
    transform: translateY(0px) translateX(40px) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
    transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}

@keyframes shape_three {
  0% {
    -webkit-transform: translateY(0px) translateX(20px) rotate(90deg);
    transform: translateY(0px) translateX(20px) rotate(90deg);
  }

  25% {
    -webkit-transform: translateY(-40px) translateX(40px) rotate(360deg);
    transform: translateY(-40px) translateX(40px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateY(40px) translateX(0px) rotate(180deg);
    transform: translateY(40px) translateX(0px) rotate(180deg);
  }

  75% {
    -webkit-transform: translateY(0px) translateX(40px) rotate(360deg);
    transform: translateY(0px) translateX(40px) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
    transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}

.work-process {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.work-process__shape-img {
  position: absolute;
  z-index: -1;
  max-width: 20%;
}

.work-process__shape-img.one {
  -webkit-animation: work_shape_one 30s linear infinite;
  animation: work_shape_one 30s linear infinite;
  right: 0;
  top: 0;
}

.work-process__shape-img.two {
  -webkit-animation: work_shape_two 30s linear infinite;
  animation: work_shape_two 30s linear infinite;
  right: 0;
  top: 15%;
}

.work-process__shape-img.three {
  -webkit-animation: work_shape_two 30s linear infinite;
  animation: work_shape_two 30s linear infinite;
  left: 0;
  top: 15%;
}

.work-process__shape-img.four {
  -webkit-animation: work_shape_four 30s linear infinite;
  animation: work_shape_four 30s linear infinite;
  left: -100px;
  bottom: 0;
}

@-webkit-keyframes work_shape_one {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes work_shape_one {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes work_shape_two {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes work_shape_two {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes work_shape_four {
  0% {
    left: -100px;
  }

  100% {
    left: 100%;
  }
}

@keyframes work_shape_four {
  0% {
    left: -100px;
  }

  100% {
    left: 100%;
  }
}

.work-item {
  position: relative;
  text-align: center;
}

.work-item.style-two .work-item__title {
  color: var(--main);
}

.work-item.style-two .work-item__number {
  background-color: var(--secondary);
  border: 3px solid #fff;
  color: #fff;
}

@media (max-width: 575px) {
  .work-item.style-two .work-item__number {
    left: 0;
  }
}

.work-item__arrow {
  position: absolute;
  left: 100%;
  top: -40px;
  width: 100%;
  -webkit-transform: translateX(-42%);
  transform: translateX(-42%);
}

@media (max-width: 767px) {
  .work-item__arrow {
    width: 130px;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

@media (max-width: 575px) {
  .work-item__arrow {
    width: 100px;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    top: 0px;
    display: none;
  }
}

@media (max-width: 400px) {
  .work-item__arrow {
    width: 60px;
    top: 0px;
    -webkit-transform: translateX(-27%);
    transform: translateX(-27%);
  }
}

.work-item__thumb {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .work-item__thumb {
    width: 100px;
    height: 100px;
  }
}

.work-item__img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575px) {
  .work-item__img {
    width: 100px;
    height: 100px;
  }
}

.work-item__number {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  top: -10px;
  left: 24px;
  border: 3px solid var(--main);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 575px) {
  .work-item__number {
    left: 0;
    height: 30px;
    width: 30px;
    top: 0;
  }
}

.work-item__title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 25px;
}

.work-item-wrapper div[class*="col"]:nth-of-type(4n) .work-item__arrow {
  display: none;
}

@media (max-width: 1199px) {
  .work-item-wrapper div[class*="col"]:nth-of-type(4n + 2) .work-item__arrow {
    display: none;
  }
}

.testimonials-item-wrapper {
  padding-bottom: 60px;
  margin: 0 -20px;
}

@media (max-width: 575px) {
  .testimonials-item-wrapper {
    margin: 0 -10px;
  }
}

.testimonials-item-box {
  padding: 0 20px;
}

@media (max-width: 575px) {
  .testimonials-item-box {
    padding: 0 10px;
  }
}

.testimonials-item {
  background-color: #fff;
  padding: 30px 25px;
  margin-top: 20px;
  margin-left: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .testimonials-item {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .testimonials-item {
    padding: 20px 15px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

.testimonials-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
}

.testimonials-item__clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 70px);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 575px) {
  .testimonials-item__clients {
    width: 100%;
  }
}

.testimonials-item__thumb {
  position: relative;
  margin-left: -55px;
  margin-top: -60px;
}

@media (max-width: 575px) {
  .testimonials-item__thumb {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.testimonials-item__thumb img {
  width: 105px;
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .testimonials-item__thumb img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
}

.testimonials-item__thumb-quate {
  background-color: var(--secondary);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  right: -3px;
}

@media (max-width: 575px) {
  .testimonials-item__thumb-quate {
    width: 30px;
    height: 30px;
  }
}

.testimonials-item__thumb-quate img {
  width: 20px;
  height: 20px;
}

@media (max-width: 575px) {
  .testimonials-item__thumb-quate img {
    width: 15px;
    height: 15px;
  }
}

.testimonials-item__info {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: calc(100% - 105px);
  padding-left: 20px;
}

@media (max-width: 575px) {
  .testimonials-item__info {
    padding-left: 15px;
  }
}

.testimonials-item__name {
  margin-bottom: 0;
}

.testimonials-item__designation {
  font-family: "DM Sans", sans-serif;
}

.testimonials-item__icon {
  width: 70px;
}

@media (max-width: 575px) {
  .testimonials-item__icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.cta {
  position: relative;
  overflow: hidden;
}

.cta::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 150px;
  top: 10%;
  right: 0;
  background-color: var(--secondary);
  z-index: -1;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

@media (max-width: 1399px) {
  .cta::before {
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}

@media (max-width: 991px) {
  .cta::before {
    top: 11%;
  }
}

@media (max-width: 767px) {
  .cta::before {
    width: 100%;
    top: 28%;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}

@media (max-width: 575px) {
  .cta::before {
    display: none;
  }
}

.cta::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 150px;
  bottom: 16%;
  left: 0;
  background-color: var(--secondary);
  z-index: -1;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

@media (max-width: 767px) {
  .cta::after {
    display: none;
  }
}

.cta-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 60px;
  border-radius: 10px;
}

@media (max-width: 1399px) {
  .cta-content {
    padding: 40px 30px;
  }
}

@media (max-width: 1199px) {
  .cta-content {
    padding: 40px 25px;
  }
}

@media (max-width: 991px) {
  .cta-content {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .cta-content {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .cta-content__left {
    text-align: center;
  }
}

.cta-content__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cta-content__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta-content__button-arrow {
  -webkit-animation: curve_arrow 8s linear infinite;
  animation: curve_arrow 8s linear infinite;
  max-width: 40%;
}

@media (max-width: 991px) {
  .cta-content__button-arrow {
    display: none;
  }
}

@-webkit-keyframes curve_arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes curve_arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.blog-item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D9E1FF;
  height: 100%;
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-item:hover .blog-item__title-link {
  color: var(--secondary);
}

.blog-item.style-two {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.blog-item.style-two .blog-item__thumb img {
  -webkit-transform: unset;
  transform: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item.style-two .blog-item__thumb {
  height: auto;
  max-height: 500px;
}

.blog-item.style-two .blog-item__content {
  padding-left: 0;
}

.blog-item__thumb {
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .blog-item__thumb {
    height: 100%;
  }
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
}

.blog-item__thumb-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.blog-item__content {
  background-color: #fff;
  padding: 35px 25px;
}

@media (max-width: 767px) {
  .blog-item__content {
    padding: 30px 20px;
  }
}

@media (max-width: 400px) {
  .blog-item__content {
    padding: 25px 15px;
  }
}

.blog-item__title {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .blog-item__title {
    margin-top: 15px;
  }
}

.blog-item__title-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__desc {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .blog-item__desc {
    margin-bottom: 15px;
  }
}

.blog-details-content {
  margin-top: 35px;
}

.blog-details-content__title {
  margin-bottom: 10px;
}

.blog-details-content__desc {
  color: var(--main);
  margin-bottom: 20px;
  font-weight: 500;
}

.blog-details-content__desc:last-of-type {
  margin-bottom: 0;
}

.blog-details-content__list {
  margin-bottom: 25px;
  margin-left: 20px;
}

.blog-details-content__item {
  margin-bottom: 10px;
  color: var(--main);
  font-weight: 500;
}

.blog-details-content__item:last-of-type {
  margin-bottom: 0;
}

.page-heading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(32, 2, 69, 0.08);
}

.page-heading__title {
  width: 40%;
}

@media (max-width: 991px) {
  .page-heading__title {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .page-heading__title {
    width: 100%;
  }
}

.page-heading__desc {
  width: calc(100% - 40%);
  font-size: 20px;
  padding-left: 90px;
}

@media (max-width: 991px) {
  .page-heading__desc {
    width: calc(100% - 43%);
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .page-heading__desc {
    width: 100%;
    padding-left: 0px;
  }
}

.page-heading__desc-bold {
  font-weight: 600;
}

.work-process-gap {
  row-gap: 80px;
}

@media (max-width: 767px) {
  .work-process-gap {
    row-gap: 60px;
  }
}

@media (max-width: 575px) {
  .work-process-gap {
    row-gap: 50px;
  }
}

.work-process__title {
  text-transform: capitalize;
}

.work-process__subtitle {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.work-process__desc-bold {
  font-size: 20px;
  margin-bottom: 30px;
}

.work-process__desc-bold .bold {
  font-weight: 600;
}

.work-process__thumb {
  max-width: 510px;
  max-height: 510px;
  border-radius: 50%;
}

.work-process__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-service-left .section-heading {
  margin-left: 0;
}

@media (max-width: 1399px) {
  .about-service-left .section-heading {
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .about-service-left .section-heading__desc {
    margin-left: 0;
  }
}

.about-service-item {
  border: 1px solid #D9E1FF;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.about-service-item:hover .about-service-item__title-link {
  color: var(--secondary);
}

.about-service-item.style-two {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 1399px) {
  .about-service-item.style-two {
    display: block;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  }
}

.about-service-item.style-two .about-service-item__thumb {
  width: 280px;
}

@media (max-width: 1399px) {
  .about-service-item.style-two .about-service-item__thumb {
    width: 100%;
  }
}

.about-service-item.style-two .about-service-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-service-item.style-two .about-service-item__content {
  width: calc(100% - 280px);
  text-align: left;
  background-color: transparent;
  padding: 0;
  padding-left: 30px;
}

@media (max-width: 1399px) {
  .about-service-item.style-two .about-service-item__content {
    width: 100%;
    padding: 20px;
  }
}

.about-service-item.style-two .about-service-item__title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .about-service-item.style-two .about-service-item__title {
    margin-bottom: 15px;
  }
}

.about-service-item__thumb {
  border-radius: 8px;
  overflow: hidden;
}

.about-service-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-service-item__content {
  background-color: #fff;
  padding: 30px 15px;
}

.about-service-item__title {
  margin-bottom: 10px;
}

.about-service-item__thumbs {
  /* min-height: 300px; */
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 210px;
}

.about-service-item__thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-service-item__afterBefore {
  position: relative;
  background-color: var(--main);
  z-index: 8;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin: 10px;
  letter-spacing: .9px;
}

.before-after-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  width: 100%;
}

.color-correction-thumbs {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.color-correction-thumbs img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.included-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #D9E1FF;
  padding: 60px 40px;
  border-radius: 8px;
  height: 100%;
}

@media (max-width: 1199px) {
  .included-item {
    padding: 40px 20px;
  }
}

.contact-form {
  background-color: #fff;
  border: 1px solid #D9E1FF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 60px 40px;
}

@media (max-width: 1199px) {
  .contact-form {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .contact-form {
    padding: 30px 15px;
  }
}

.file-size {
  font-size: 14px;
}

.contact-card {
  background-color: #fff;
  border: 1px solid #D9E1FF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.contact-card:hover {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}

.contact-card__icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.contact-card__content {
  padding: 40px;
}

@media (max-width: 1199px) {
  .contact-card__content {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  .contact-card__content {
    padding: 30px 20px;
  }
}

.pricing-item {
  background-color: #fff;
  border: 1px solid #D9E1FF;
  padding: 20px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .pricing-item {
    display: block;
    padding: 20px 20px;
  }
}

@media (max-width: 575px) {
  .pricing-item {
    display: block;
    padding: 20px 15px;
  }
}

.pricing-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-item__thumb {
  width: 100px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .pricing-item__thumb {
    width: 80px;
  }
}

.pricing-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-item__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media (max-width: 575px) {
  .pricing-item__content {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

.pricing-item__title {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .pricing-item__button {
    margin-top: 15px;
  }
}

.load-more {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .load-more {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .load-more {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .load-more {
    margin-top: 30px;
  }
}

.get-started-tab {
  margin: -15px 0;
}

.get-started-tab .nav-link {
  border: 1px solid #D9E1FF;
  padding: 30px 20px;
  margin: 15px 0;
  width: 100%;
}

@media (max-width: 575px) {
  .get-started-tab .nav-link {
    padding: 20px 10px;
  }
}

.get-started-tab .nav-link.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-color: var(--secondary);
}

.get-started-tab .nav-link.active .sidebar-btn__number {
  background-color: var(--secondary);
  color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(144, 97, 250, 0.2);
  box-shadow: 0 0 0 5px rgba(144, 97, 250, 0.2);
}

.sidebar-btn {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-btn__number {
  background-color: #D9E1FF;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main);
  border-radius: 50%;
  font-weight: 20px;
  font-weight: 600;
}

.sidebar-btn__content {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.sidebar-btn__title {
  display: block;
  color: var(--main);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sidebar-btn__desc {
  color: #696687;
}

.get-started-content {
  background-color: #F9FAFF;
  border: 1px solid #D9E1FF;
  padding: 50px 40px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .get-started-content {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .get-started-content {
    padding: 35px 25px;
  }
}

@media (max-width: 575px) {
  .get-started-content {
    padding: 30px 15px;
  }
}




.get-service-wrapper {
  margin-top: 30px;
}

.get-service-wrapper div[class*="col"]:last-child .get-service-item {
  margin-bottom: 30px;
}

.get-service-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  border-radius: 10px;
}

.get-service-item:hover {
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
  .get-service-item {
    padding: 25px 30px;
  }
}

@media (max-width: 767px) {
  .get-service-item {
    padding: 20px 15px;
  }
}

.get-service-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}


.get-service-item__top .get-service-item__checkbox span {
  margin-left: 30px;
}

.get-service-item__top .get-service-item__checkbox span:hover {
  cursor: pointer;
}

.get-service-item__top .get-service-item__checkbox .custom-radio label:hover {
  cursor: pointer;
}

@media (max-width: 424px) {

  .get-service-item__top {
    flex-direction: column;
  }

  .get-service-item label {
    font-size: 14px;
  }

  .get-service-item__top .get-service-item__checkbox span {
    font-size: 14px;
    margin-left: 22px;
  }

  .get-service-item__price {
    font-size: 14px;
    margin-left: 22px;
  }
}

.get-service-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -10px;
}

@media (max-width: 575px) {
  .get-service-item__list {
    margin: -5px;
  }
}

.get-service-item__item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: left;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .get-service-item__item {
    padding: 20px 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 575px) {
  .get-service-item__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    padding: 5px;
  }
}

.get-service-item__item img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.get-service-item__list.item-two .get-service-item__item {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.get-service-item__list.item-three .get-service-item__item {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.get-service-total {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--secondary);
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .get-service-total {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .get-service-total {
    font-size: 12px;
    padding: 15px 10px;
  }
}

.get-service-total__amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .get-service-total__amount {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .get-service-total__amount {
    font-size: 17px;
  }
}

.get-service-total__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-service-total__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .7px;
}

@media (max-width: 767px) {
  .get-service-total__button {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .get-service-total__button {
    font-size: 12px;
  }
}

.get-service-total__button.back {
  margin-right: 20px;
}

.get-service-total__button.back .get-service-total__button-icon {
  margin-left: 0;
  margin-right: 10px;
}

.get-service-total__button-icon {
  font-size: 14px;
  margin-left: 10px;
}

@media (max-width: 575px) {
  .get-service-total__button-icon {
    font-size: 12px;
    margin-left: 4px;
  }
}

.get-service-total__button:hover {
  color: #fff;
}

.get-started-content__heading {
  margin-bottom: 20px;
  margin-top: -13px;
}

.get-started-content__subtitle {
  margin-bottom: 15px;
}

.get-started-radio__item {
  padding: 3px 0;
}

.image-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9E1FF;
  padding: 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  border-radius: 4px;
}

.image-number .number-button {
  color: #fff;
  width: 25px;
  height: 25px;
  background-color: var(--secondary);
  border-radius: 50%;
  font-size: 15px;
  line-height: 25px;
}

.image-number .number-quantity {
  background-color: #F9FAFF;
  height: 30px;
  border: 0;
  padding: 0px;
  width: 60px;
  margin: 0 10px;
  text-align: center;
}

.image-uploader {
  border: 1px solid #D9E1FF;
  border-radius: 4px;
}


@media (max-width: 767px) {
  .file-upload {
    margin-top: 20px;
  }
}

.file-upload .file-upload__form.dropzone.dz-clickable {
  border: 1px solid #D9E1FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .file-upload .file-upload__form.dropzone.dz-clickable {
    padding: 15px;
  }
}

.file-upload__icon {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  pointer-events: none;
}

.file-upload__icon:hover {
  color: var(--secondary);
}

.file-upload__text {
  margin: 0 !important;
}

.get-started-form .form--control {
  background-color: transparent;
}

.account {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.account .account-shape {
  position: absolute;
  z-index: -1;
}

.account .account-shape.one {
  top: -1%;
  left: 18%;
  -webkit-transform: rotate(292deg);
  transform: rotate(292deg);
  -webkit-animation: rotate 120s linear infinite;
  animation: rotate 120s linear infinite;
  width: 450px;
}

.account .account-shape.two {
  right: 22%;
  width: 324px;
  bottom: 5%;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  -webkit-animation: rotateTwo 60s linear infinite;
  animation: rotateTwo 60s linear infinite;
}

.account .account-shape.three {
  width: 16%;
  top: 9px;
  z-index: -1;
  -webkit-transform: rotate(357deg);
  transform: rotate(357deg);
  left: -2%;
  margin-top: -10px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateTwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateTwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*# sourceMappingURL=style.css.map */

.support-ticket .confirmationBtn {
  float: right;
}

@media only screen and (max-width: 768px) {
  .support-ticket .confirmationBtn {
    padding: 5px;
  }
}

.support-ticket .section-heading__title {
  font-size: 1.75rem;
}

.dashboard-table .table thead tr th {
  font-size: 0.8rem;
}

.dashboard-table .table tbody tr td {
  font-size: 0.8rem;
}



.modal .feedback {
  padding: 0px 5px;
}

.support-ticket-guest {
  margin-bottom: 5rem;
  margin-top: 8rem;
}

.transaction-page .form-control {
  height: 35px;
  font-size: 14px;
}

.transaction-page label {
  font-size: 15px;
  margin-bottom: 7px;
}

.transaction-page button {
  height: 35px;
  font-size: 14px;
  padding: 0 10px;

}



.order-summary__item {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding-bottom: 8px;
}

.order-summary__item:last-child {
  padding-bottom: 0;
}

.order-summary__text.left {
  font-weight: 700;
}

/* Chat system */
.chat-widget {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.chat-widget .chat-widget-header {
  padding: 10px 20px;
  background-color: #14233c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.chat-widget .chat-widget-header .right .btn--base {
  padding: 6px 10px;
  font-size: 12px;
}

.chat-widget .chat-widget-body {
  padding: 30px 20px;
}

.chat-widget .chat-widget-list {
  margin-bottom: 30px;
}

.chat-widget .chat-widget-list li {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding-bottom: 8px;
}

.chat-widget .chat-widget-list li span {
  font-weight: 700;
}

.chat-widget .chat-widget-footer {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 30px;
}

.chat-widget .time-tracker {
  margin-top: 20px;
}

.chat-widget .time-tracker span {
  color: #16c79a;
  font-weight: 700;
  font-family: "Josefin Sans", serif;
}

.counter span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #14233c;
  color: #16c79a;
  border-radius: 50%;
}

.ps-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  min-height: 150px;
  /*max-height: 461px;*/
}

/*
@media only screen and (max-width: 991px) {
  .ps-container {
    max-height: 435px;
  }
}*/
.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}

.media .name {
  margin-bottom: 15px;
}

.media.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media.media-chat-reverse .name {
  text-align: right;
}

.media.media-chat-reverse p::before {
  right: 0;
  left: auto !important;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%) !important;
}

@media only screen and (max-width: 991px) {
  .media.media-chat-reverse {
    padding-left: 0;
  }
}

.media .avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: black;
  flex-shrink: 0;
  color: white;
}

.media .media-body p {
  position: relative;
  padding: 7px 20px;
  margin: 4px 0;
  background-color: #f3f4f5;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
  color: #000;
}

.media .media-body p::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #f3f4f5;
  width: 12px;
  height: 17px;
}

.media>* {
  margin: 0 8px;
}

.chatbox-footer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #f3f4f5;
  border-top: 1px solid #e1e7ec;
}

.chatbox-footer>* {
  margin: 0 !important;
}

@media only screen and (max-width: 575px) {
  .chatbox-footer {
    display: block;
  }
}

.chatbox-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}

.chatbox-footer .chatbox-message-part {
  width: calc(100% - 125px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .chatbox-footer .chatbox-message-part {
    width: calc(100% - 85px);
    margin-right: 0 !important;
  }
}

.chatbox-footer .chatbox-message-part .avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: black;
  flex-shrink: 0;
  margin-right: 10px;
  color: white;
}


.chatbox-footer>*:first-child {
  margin-left: 0;
}

.chatbox-footer-input {
  width: calc(100% - 50px);
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: transparent;
}

.chatbox-send-part {
  width: 125px;
}

.chatbox-send-part a i {
  font-size: 20px;
}

.btn.attach-btn {
  align-items: center;
  display: flex;
}

@media (max-width: 575px) {
  .btn.attach-btn {
    align-items: center;
    padding: 5px;
    display: flex;
  }
}

@media only screen and (max-width: 575px) {
  .chatbox-send-part {
    width: 85px;
    margin-top: 0;
    justify-content: flex-end;
    margin-left: 0 !important;
    margin-right: 0;
  }

  .chatbox-send-part .btn--base {
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 500;
  }

}

.chatbox-footer-btn {
  width: 35px;
  height: 35px;
  background-color: #1e2746;
  color: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ......................  */
.order-images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.order-images .order-image {
  flex-basis: 32%;
  padding: 2px;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.order-images .order-image .deleteImage {
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
  padding: 0.3rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, .5);
  -webkit-appearance: none;
  border: none;
}

@media (max-width: 424px) {
  .order-images .order-image {
    flex-basis: 48%;
  }
}

.order-image-overlay {
  position: absolute;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000ad;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
}

.order-image-overlay span {
  font-size: 14px;
}

.order-image-overlay i {
  font-size: 20px;
}

.order-images .order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-box-width {
  width: 50%;
}

@media (max-width: 768px) {
  .search-box-width {
    width: 100%;
  }

  .gap--md-2 {
    gap: 0.5rem !important;
  }
}


.account-breadcumb {
  z-index: 2
}


.blog-details__footer {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.blog-details__footer .caption {
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-details__footer .social__links {
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #363636;
}

.blog-details__footer .social__links li a:hover {
  background-color: var(--secondary);
  color: #ffffff;
}

@keyframes rotate360 {
  to {
    transform: rotate(360deg);
  }
}

.beforeAfterSlider .about-service-item__afterBefore {
  z-index: 80;
}

.language-box {
  position: relative;
  margin-right: 20px;
}

.language-box::before {
  position: absolute;
  content: "\f107";
  font-size: 12px;
  font-weight: 900;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #e1e5e9cb;
  font-family: "Line Awesome Free";
}

.language-box .form-select {
  background-image: none;
  border: 1px solid #ced4da4a;
}

.language-box .form-select:focus {
  color: #fff;
  background-color: transparent;
  border-color: #ced4da98;
  box-shadow: none;
}

.language-box .form-select option {
  background-color: #2a0259;
}



.order-details .custom--card .card-title {
  margin-bottom: 0;
  padding: 12px 25px;
  background-color: #200245;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.order-details .custom--card .card-body {
  padding: 25px;
}

.btn.chat-reload {
  padding: 6px 10px;
  line-height: 1;
}



.page-item {
  padding: 8px 0px;
}


.close .la-times {
  color: #484b4f !important;
}


.responsive-reverse {
  order: 1 !important;
}


.order-image-upload {}

.order-image-upload .image-quantity {
  display: flex;
}

.order-image-upload .image-number {
  padding: 0px 0px;
}

.order-image-upload .image-quantity__text {
  margin-bottom: 0px;
  margin-right: 5px;
}

.order-image-upload .word {
  margin-left: 5px;
}

.portfolio-responsive .section-heading {
  max-width: unset;
}

@media only screen and (max-width: 1400px) {
  .portfolio-responsive .section-heading {
    margin: auto;
    margin-bottom: 25px;
  }

  .portfolio-responsive .about-service-left__buttoon {
    display: flex;
    justify-content: center;
  }

  .portfolio-responsive .section-heading {
    text-align: center;
    max-width: unset;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.form-control:focus {
  border-color: var(--secondary) !important;
  box-shadow: none !important;
}

.pagination {
  margin-top: 0px;
}