@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Syne:wght@400..800&display=swap');


:root {
  --heading-color: #0A0F0A;
  --heading-bg: #0A0F0A;
  --heading-bg2: #161B16;
  --accent-color: #023d8b;
  --accent-bg: #023d8b;
  --accent-bg2: #8D1BF3;
  --white-color: #ffffff;
  --white-bg: #ffffff;
  --light-color: #F5F9F5;
  --quick-font: "Quicksand", sans-serif !important;
  --mont-font: "Montserrat", sans-serif !important;
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1326px
  }
}

:root {
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px
}

*,
::after,
::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0
}

html {
  box-sizing: border-box;
  height: 100%
}

body {
  color: var(--heading-color);
  font-family: Inter, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: var(--light-color);
  counter-reset: my-sec-counter;
  font-size: 18px;
  line-height: 1.67em
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7e8;
  padding: 0;
  margin: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

.hidden {
  display: none !important
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit
}

.invisible {
  visibility: hidden
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

::-moz-selection {
  background-color: #989ffd;
  color: #fff
}

::selection {
  background-color: #989ffd;
  color: #fff
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
  outline: 0;
  box-shadow: none
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
  cursor: pointer
}

@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  pre,
  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  outline: 0;
  border: none;
  display: inline-block;
  background-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
  font-weight: 800;
  margin: 0
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.10em;
  letter-spacing: 4px;

}

@media (max-width:1199px) {

  .h1,
  h1 {
    font-size: 65px
  }
}

@media (max-width:767px) {

  .h1,
  h1 {
    font-size: 48px
  }
}

.h2,
h2 {
  font-size: 61px;
  line-height: 1.10em;
  letter-spacing: -.1px
}

@media (max-width:991px) {

  .h2,
  h2 {
    font-size: 48px
  }
}

@media (max-width:767px) {

  .h2,
  h2 {
    font-size: 36px
  }
}

.h3,
h3 {
  font-size: 32px !important;
  line-height: 1.12em
}

@media (max-width:1199px) {

  .h3,
  h3 {
    font-size: 24px !important
  }
}

.h4,
h4 {
  font-size: 24px !important;
  line-height: 1.17em;
  font-weight: 700
}

@media (max-width:767px) {

  .h4,
  h4 {
    font-size: 20px !important
  }
}

.h5,
h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700
}

p:last-child {
  margin-bottom: 0
}

.f-size-10 {
  font-size: 10px !important
}

.f-size-11 {
  font-size: 11px !important
}

.f-size-12 {
  font-size: 12px !important
}

.f-size-13 {
  font-size: 13px !important
}

.f-size-14 {
  font-size: 14px !important
}

.f-size-15 {
  font-size: 15px !important
}

.f-size-16 {
  font-size: 16px !important
}

.f-size-17 {
  font-size: 17px !important
}

.f-size-18 {
  font-size: 18px !important
}

.f-size-19 {
  font-size: 19px !important
}

.f-size-20 {
  font-size: 20px !important
}

.f-size-21 {
  font-size: 21px !important
}

.f-size-22 {
  font-size: 22px !important
}

.f-size-23 {
  font-size: 23px !important
}

.f-size-24 {
  font-size: 24px !important
}

.f-size-25 {
  font-size: 25px !important
}

.f-size-26 {
  font-size: 26px !important
}

.f-size-27 {
  font-size: 27px !important
}

.f-size-28 {
  font-size: 28px !important
}

.f-size-29 {
  font-size: 29px !important
}

.f-size-30 {
  font-size: 30px !important
}

.f-size-31 {
  font-size: 31px !important
}

.f-size-32 {
  font-size: 32px !important
}

.f-size-33 {
  font-size: 33px !important
}

.f-size-34 {
  font-size: 34px !important
}

.f-size-35 {
  font-size: 35px !important
}

.f-size-36 {
  font-size: 36px !important
}

.f-size-37 {
  font-size: 37px !important
}

.f-size-38 {
  font-size: 38px !important
}

.f-size-39 {
  font-size: 39px !important
}

.f-size-40 {
  font-size: 40px !important
}

.line-height-10 {
  line-height: 10px !important
}

.line-height-11 {
  line-height: 11px !important
}

.line-height-12 {
  line-height: 12px !important
}

.line-height-13 {
  line-height: 13px !important
}

.line-height-14 {
  line-height: 14px !important
}

.line-height-15 {
  line-height: 15px !important
}

.line-height-16 {
  line-height: 16px !important
}

.line-height-17 {
  line-height: 17px !important
}

.line-height-18 {
  line-height: 18px !important
}

.line-height-19 {
  line-height: 19px !important
}

.line-height-20 {
  line-height: 20px !important
}

.line-height-21 {
  line-height: 21px !important
}

.line-height-22 {
  line-height: 22px !important
}

.line-height-23 {
  line-height: 23px !important
}

.line-height-24 {
  line-height: 24px !important
}

.line-height-25 {
  line-height: 25px !important
}

.line-height-26 {
  line-height: 26px !important
}

.line-height-27 {
  line-height: 27px !important
}

.line-height-28 {
  line-height: 28px !important
}

.line-height-29 {
  line-height: 29px !important
}

.line-height-30 {
  line-height: 30px !important
}

.line-height-31 {
  line-height: 31px !important
}

.line-height-32 {
  line-height: 32px !important
}

.line-height-33 {
  line-height: 33px !important
}

.line-height-34 {
  line-height: 34px !important
}

.line-height-35 {
  line-height: 35px !important
}

.line-height-36 {
  line-height: 36px !important
}

.line-height-37 {
  line-height: 37px !important
}

.line-height-38 {
  line-height: 38px !important
}

.line-height-39 {
  line-height: 39px !important
}

.line-height-40 {
  line-height: 40px !important
}

.font-bold {
  font-weight: 700
}

.font-black {
  font-weight: 800
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

a {
  text-decoration: none;
  transition: all .24s ease-in-out
}

img {
  max-width: 100%
}

.rt-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.mouse-cursor,
.pointer {
  cursor: pointer
}

.border-transparent {
  border-color: transparent !important
}

.bg-transsparent {
  background-color: transparent !important
}

.hover\:bg-transsparenthover {
  background-color: transparent !important
}

.hover-shadow\:none {
  box-shadow: none !important
}

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

.bgprefix-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

.bgprefix-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
}

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

.body-no-scrolling {
  overflow: hidden
}

.img-fit {
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  right: 0;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%
}

.rt-mb-15 {
  margin-bottom: 15px
}

.rt-mb-8 {
  margin-bottom: 8px
}

.rt-mb-2 {
  margin-bottom: 2px
}

.rt-mb-4 {
  margin-bottom: 4px
}

.rt-pt-15 {
  padding-top: 15px
}

.rt-mb-12 {
  margin-bottom: 12px
}

.rt-spacer-15 {
  height: 15px
}

.rt-mb-16 {
  margin-bottom: 16px
}

.rt-mb-25 {
  margin-bottom: 25px
}

.rt-mb-24 {
  margin-bottom: 24px
}

.rt-mb-28 {
  margin-bottom: 28px
}

.rt-mb-48 {
  margin-bottom: 48px
}

.rt-mt-40 {
  margin-top: 40px
}

.rt-mb-32 {
  margin-bottom: 32px
}

.rt-mb-35 {
  margin-bottom: 35px !important
}

.hr-0 {
  margin: 0;
  padding: 0
}

.text-gray {
  color: #7b878c
}

.hover\:border-transparent {
  border-color: transparent !important
}

.rt-mr-0 {
  margin-right: 0 !important
}

.rt-ml-0 {
  margin-left: 0 !important
}

.rt-rounded-0 {
  border-radius: 0 !important
}

.rt-mr-1 {
  margin-right: 1px !important
}

.rt-ml-1 {
  margin-left: 1px !important
}

.rt-rounded-1 {
  border-radius: 1px !important
}

.rt-mr-2 {
  margin-right: 2px !important
}

.rt-ml-2 {
  margin-left: 2px !important
}

.rt-rounded-2 {
  border-radius: 2px !important
}

.rt-mr-3 {
  margin-right: 3px !important
}

.rt-ml-3 {
  margin-left: 3px !important
}

.rt-rounded-3 {
  border-radius: 3px !important
}

.rt-mr-4 {
  margin-right: 4px !important
}

.rt-ml-4 {
  margin-left: 4px !important
}

.rt-rounded-4 {
  border-radius: 4px !important
}

.rt-mr-5 {
  margin-right: 5px !important
}

.rt-ml-5 {
  margin-left: 5px !important
}

.rt-rounded-5 {
  border-radius: 5px !important
}

.rt-mr-6 {
  margin-right: 6px !important
}

.rt-ml-6 {
  margin-left: 6px !important
}

.rt-rounded-6 {
  border-radius: 6px !important
}

.rt-mr-7 {
  margin-right: 7px !important
}

.rt-ml-7 {
  margin-left: 7px !important
}

.rt-rounded-7 {
  border-radius: 7px !important
}

.rt-mr-8 {
  margin-right: 8px !important
}

.rt-ml-8 {
  margin-left: 8px !important
}

.rt-rounded-8 {
  border-radius: 8px !important
}

.rt-mr-9 {
  margin-right: 9px !important
}

.rt-ml-9 {
  margin-left: 9px !important
}

.rt-rounded-9 {
  border-radius: 9px !important
}

.rt-mr-10 {
  margin-right: 10px !important
}

.rt-ml-10 {
  margin-left: 10px !important
}

.rt-rounded-10 {
  border-radius: 10px !important
}

.rt-mr-11 {
  margin-right: 11px !important
}

.rt-ml-11 {
  margin-left: 11px !important
}

.rt-rounded-11 {
  border-radius: 11px !important
}

.rt-mr-12 {
  margin-right: 12px !important
}

.rt-ml-12 {
  margin-left: 12px !important
}

.rt-rounded-12 {
  border-radius: 12px !important
}

.rt-mr-13 {
  margin-right: 13px !important
}

.rt-ml-13 {
  margin-left: 13px !important
}

.rt-rounded-13 {
  border-radius: 13px !important
}

.rt-mr-14 {
  margin-right: 14px !important
}

.rt-ml-14 {
  margin-left: 14px !important
}

.rt-rounded-14 {
  border-radius: 14px !important
}

.rt-mr-15 {
  margin-right: 15px !important
}

.rt-ml-15 {
  margin-left: 15px !important
}

.rt-rounded-15 {
  border-radius: 15px !important
}

.rt-mr-16 {
  margin-right: 16px !important
}

.rt-ml-16 {
  margin-left: 16px !important
}

.rt-rounded-16 {
  border-radius: 16px !important
}

.rt-mr-17 {
  margin-right: 17px !important
}

.rt-ml-17 {
  margin-left: 17px !important
}

.rt-rounded-17 {
  border-radius: 17px !important
}

.rt-mr-18 {
  margin-right: 18px !important
}

.rt-ml-18 {
  margin-left: 18px !important
}

.rt-rounded-18 {
  border-radius: 18px !important
}

.rt-mr-19 {
  margin-right: 19px !important
}

.rt-ml-19 {
  margin-left: 19px !important
}

.rt-rounded-19 {
  border-radius: 19px !important
}

.rt-mr-20 {
  margin-right: 20px !important
}

.rt-ml-20 {
  margin-left: 20px !important
}

.rt-rounded-20 {
  border-radius: 20px !important
}

.rt-mr-21 {
  margin-right: 21px !important
}

.rt-ml-21 {
  margin-left: 21px !important
}

.rt-rounded-21 {
  border-radius: 21px !important
}

.rt-mr-22 {
  margin-right: 22px !important
}

.rt-ml-22 {
  margin-left: 22px !important
}

.rt-rounded-22 {
  border-radius: 22px !important
}

.rt-mr-23 {
  margin-right: 23px !important
}

.rt-ml-23 {
  margin-left: 23px !important
}

.rt-rounded-23 {
  border-radius: 23px !important
}

.rt-mr-24 {
  margin-right: 24px !important
}

.rt-ml-24 {
  margin-left: 24px !important
}

.rt-rounded-24 {
  border-radius: 24px !important
}

.rt-mr-25 {
  margin-right: 25px !important
}

.rt-ml-25 {
  margin-left: 25px !important
}

.rt-rounded-25 {
  border-radius: 25px !important
}

.rt-mr-26 {
  margin-right: 26px !important
}

.rt-ml-26 {
  margin-left: 26px !important
}

.rt-rounded-26 {
  border-radius: 26px !important
}

.rt-mr-27 {
  margin-right: 27px !important
}

.rt-ml-27 {
  margin-left: 27px !important
}

.rt-rounded-27 {
  border-radius: 27px !important
}

.rt-mr-28 {
  margin-right: 28px !important
}

.rt-ml-28 {
  margin-left: 28px !important
}

.rt-rounded-28 {
  border-radius: 28px !important
}

.rt-mr-29 {
  margin-right: 29px !important
}

.rt-ml-29 {
  margin-left: 29px !important
}

.rt-rounded-29 {
  border-radius: 29px !important
}

.rt-mr-30 {
  margin-right: 30px !important
}

.rt-ml-30 {
  margin-left: 30px !important
}

.rt-rounded-30 {
  border-radius: 30px !important
}

.rt-mb-0 {
  margin-bottom: 0
}

.rt-pt-0 {
  padding-top: 0
}

.rt-spacer-0 {
  height: 0
}

.rt-mb-10 {
  margin-bottom: 10px
}

.rt-pt-10 {
  padding-top: 10px
}

.rt-spacer-10 {
  height: 10px
}

.rt-mb-20 {
  margin-bottom: 20px
}

.rt-pt-20 {
  padding-top: 20px
}

.rt-spacer-20 {
  height: 20px
}

.rt-mb-30 {
  margin-bottom: 30px
}

.rt-pt-30 {
  padding-top: 30px
}

.rt-spacer-30 {
  height: 30px
}

.rt-mb-40 {
  margin-bottom: 40px
}

.rt-pt-40 {
  padding-top: 40px
}

.rt-spacer-40 {
  height: 40px
}

.rt-mb-50 {
  margin-bottom: 50px
}

.rt-pt-50 {
  padding-top: 50px
}

.rt-spacer-50 {
  height: 50px
}

.rt-mb-60 {
  margin-bottom: 60px
}

.rt-pt-60 {
  padding-top: 60px
}

.rt-spacer-60 {
  height: 60px
}

.rt-mb-70 {
  margin-bottom: 70px
}

.rt-pt-70 {
  padding-top: 70px
}

.rt-spacer-70 {
  height: 70px
}

.rt-mb-80 {
  margin-bottom: 80px
}

.rt-pt-80 {
  padding-top: 80px
}

.rt-spacer-80 {
  height: 80px
}

.rt-mb-90 {
  margin-bottom: 90px
}

.rt-pt-90 {
  padding-top: 90px
}

.rt-spacer-90 {
  height: 90px
}

.rt-mb-100 {
  margin-bottom: 100px
}

.rt-pt-100 {
  padding-top: 100px
}

.rt-spacer-100 {
  height: 100px
}

@media (max-width:1199.98px) {
  .rt-mb-lg-0 {
    margin-bottom: 0
  }

  .rt-pt-lg-0 {
    padding-top: 0
  }

  .rt-spacer-lg-0 {
    height: 0
  }

  .rt-mb-lg-10 {
    margin-bottom: 10px
  }

  .rt-pt-lg-10 {
    padding-top: 10px
  }

  .rt-spacer-lg-10 {
    height: 10px
  }

  .rt-mb-lg-20 {
    margin-bottom: 20px
  }

  .rt-pt-lg-20 {
    padding-top: 20px
  }

  .rt-spacer-lg-20 {
    height: 20px
  }

  .rt-mb-lg-30 {
    margin-bottom: 30px
  }

  .rt-pt-lg-30 {
    padding-top: 30px
  }

  .rt-spacer-lg-30 {
    height: 30px
  }

  .rt-mb-lg-40 {
    margin-bottom: 40px
  }

  .rt-pt-lg-40 {
    padding-top: 40px
  }

  .rt-spacer-lg-40 {
    height: 40px
  }

  .rt-mb-lg-50 {
    margin-bottom: 50px
  }

  .rt-pt-lg-50 {
    padding-top: 50px
  }

  .rt-spacer-lg-50 {
    height: 50px
  }

  .rt-mb-lg-60 {
    margin-bottom: 60px
  }

  .rt-pt-lg-60 {
    padding-top: 60px
  }

  .rt-spacer-lg-60 {
    height: 60px
  }

  .rt-mb-lg-70 {
    margin-bottom: 70px
  }

  .rt-pt-lg-70 {
    padding-top: 70px
  }

  .rt-spacer-lg-70 {
    height: 70px
  }

  .rt-mb-lg-80 {
    margin-bottom: 80px
  }

  .rt-pt-lg-80 {
    padding-top: 80px
  }

  .rt-spacer-lg-80 {
    height: 80px
  }

  .rt-mb-lg-90 {
    margin-bottom: 90px
  }

  .rt-pt-lg-90 {
    padding-top: 90px
  }

  .rt-spacer-lg-90 {
    height: 90px
  }

  .rt-mb-lg-100 {
    margin-bottom: 100px
  }

  .rt-pt-lg-100 {
    padding-top: 100px
  }

  .rt-spacer-lg-100 {
    height: 100px
  }
}

@media (max-width:991.98px) {
  .rt-mb-md-0 {
    margin-bottom: 0
  }

  .rt-pt-md-0 {
    padding-top: 0
  }

  .rt-spacer-md-0 {
    height: 0
  }

  .rt-mb-md-10 {
    margin-bottom: 10px
  }

  .rt-pt-md-10 {
    padding-top: 10px
  }

  .rt-spacer-md-10 {
    height: 10px
  }

  .rt-mb-md-20 {
    margin-bottom: 20px
  }

  .rt-pt-md-20 {
    padding-top: 20px
  }

  .rt-spacer-md-20 {
    height: 20px
  }

  .rt-mb-md-30 {
    margin-bottom: 30px
  }

  .rt-pt-md-30 {
    padding-top: 30px
  }

  .rt-spacer-md-30 {
    height: 30px
  }

  .rt-mb-md-40 {
    margin-bottom: 40px
  }

  .rt-pt-md-40 {
    padding-top: 40px
  }

  .rt-spacer-md-40 {
    height: 40px
  }

  .rt-mb-md-50 {
    margin-bottom: 50px
  }

  .rt-pt-md-50 {
    padding-top: 50px
  }

  .rt-spacer-md-50 {
    height: 50px
  }

  .rt-mb-md-60 {
    margin-bottom: 60px
  }

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

  .rt-spacer-md-60 {
    height: 60px
  }

  .rt-mb-md-70 {
    margin-bottom: 70px
  }

  .rt-pt-md-70 {
    padding-top: 70px
  }

  .rt-spacer-md-70 {
    height: 70px
  }

  .rt-mb-md-80 {
    margin-bottom: 80px
  }

  .rt-pt-md-80 {
    padding-top: 80px
  }

  .rt-spacer-md-80 {
    height: 80px
  }

  .rt-mb-md-90 {
    margin-bottom: 90px
  }

  .rt-pt-md-90 {
    padding-top: 90px
  }

  .rt-spacer-md-90 {
    height: 90px
  }

  .rt-mb-md-100 {
    margin-bottom: 100px
  }

  .rt-pt-md-100 {
    padding-top: 100px
  }

  .rt-spacer-md-100 {
    height: 100px
  }
}

@media (max-width:767.98px) {
  .rt-mb-xs-0 {
    margin-bottom: 0
  }

  .rt-pt-xs-0 {
    padding-top: 0
  }

  .rt-spacer-xs-0 {
    height: 0
  }

  .rt-mb-xs-10 {
    margin-bottom: 10px
  }

  .rt-pt-xs-10 {
    padding-top: 10px
  }

  .rt-spacer-xs-10 {
    height: 10px
  }

  .rt-mb-xs-20 {
    margin-bottom: 20px
  }

  .rt-pt-xs-20 {
    padding-top: 20px
  }

  .rt-spacer-xs-20 {
    height: 20px
  }

  .rt-mb-xs-30 {
    margin-bottom: 30px
  }

  .rt-pt-xs-30 {
    padding-top: 30px
  }

  .rt-spacer-xs-30 {
    height: 30px
  }

  .rt-mb-xs-40 {
    margin-bottom: 40px
  }

  .rt-pt-xs-40 {
    padding-top: 40px
  }

  .rt-spacer-xs-40 {
    height: 40px
  }

  .rt-mb-xs-50 {
    margin-bottom: 50px
  }

  .rt-pt-xs-50 {
    padding-top: 50px
  }

  .rt-spacer-xs-50 {
    height: 50px
  }

  .rt-mb-xs-60 {
    margin-bottom: 60px
  }

  .rt-pt-xs-60 {
    padding-top: 60px
  }

  .rt-spacer-xs-60 {
    height: 60px
  }

  .rt-mb-xs-70 {
    margin-bottom: 70px
  }

  .rt-pt-xs-70 {
    padding-top: 70px
  }

  .rt-spacer-xs-70 {
    height: 70px
  }

  .rt-mb-xs-80 {
    margin-bottom: 80px
  }

  .rt-pt-xs-80 {
    padding-top: 80px
  }

  .rt-spacer-xs-80 {
    height: 80px
  }

  .rt-mb-xs-90 {
    margin-bottom: 90px
  }

  .rt-pt-xs-90 {
    padding-top: 90px
  }

  .rt-spacer-xs-90 {
    height: 90px
  }

  .rt-mb-xs-100 {
    margin-bottom: 100px
  }

  .rt-pt-xs-100 {
    padding-top: 100px
  }

  .rt-spacer-xs-100 {
    height: 100px
  }
}

.pointer {
  cursor: pointer
}

.text-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.slick-bullet .slick-dots li button:before {
  display: none !important
}

.slick-bullet .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none
}

.slick-bullet .slick-dots li {
  position: relative;
  z-index: 1;
  width: 10px;
  display: inline-block;
  height: 10px
}

.slick-bullet .slick-dots li button {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.slick-bullet.deafult_style_dot .slick-dots li button {
  overflow: hidden;
  transition: background .3s ease
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
  width: 24px
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
  border-radius: 32px
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background .3s ease
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  border-radius: 50%
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
  height: 100%
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
  overflow: hidden;
  background-color: rgba(255, 255, 255, .3);
  transition: all .3s ease
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
  transform: scale(1.2);
  background-color: #fff
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
  transition: box-shadow .3s ease, background-color .3s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0)
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow .3s ease
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 8px #fff
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
  transform: scale(.4);
  background-color: #fff;
  transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
  transform: scale(1)
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
  background-color: #fff;
  transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
  box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
  transform: scale(.4)
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 55px;
  text-align: center
}

.modal-header {
  padding: 20px 24px 20px 24px
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0
}

.dark-bg {
  background-color: var(--dark-bg)
}

.dark-bg3 {
  background-color: var(--dark-bg3)
}

.light-bg {
  background-color: var(--light-color) !important
}

.accent-bg {
  background-color: var(--accent-bg) !important
}

.bg-heading {
  background-color: var(--heading-color) !important
}

.white-bg1 {
  background-color: var(--white-bg) !important
}

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

.bg-light2 {
  background-color: var(--light-color2)
}

.bg-light3 {
  background-color: var(--light-color2)
}

.bg-dark1 {
  background: var(--dark-color2) !important
}

.position-r {
  position: relative !important
}

.uxora-header-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  text-align: center;
  transition: transform .5s ease;
  background-color: var(--light-color)
}

@media (max-width:991px) {
  .uxora-header-section {
    padding: 20px 0
  }
}

.uxora-main-menu-item {
  text-align: center
}

.header-logo {
  text-align: left
}

header.hide-header {
  transform: translateY(-100%)
}

.uxora-header-section.sticky-menu {
  box-shadow: 0 4px 80px rgba(0, 0, 0, .06)
}

.uxora-header-info-data ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white-color);
  position: relative;
  padding-left: 30px
}

.uxora-header-info-data ul li:last-child {
  margin-right: 0
}

.uxora-header-info-data ul li img {
  position: absolute;
  top: 2px;
  left: 0
}

.uxora-header-info-data ul li a {
  color: var(--white-color)
}

.uxora-header-info-data ul li a img {
  position: absolute;
  top: 5px;
  left: 0
}

.header-logo1 a {
  padding: 30px 0
}

.uxora-header-main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 20px
}

@media (max-width:1350px) {
  .uxora-header-main-menu {
    padding-left: 24px
  }
}

@media (max-width:1199px) {
  .uxora-header-main-menu {
    justify-content: end;
    background: 0 0;
    padding-right: 0
  }
}

.uxora-header-main-menu.menu2 {
  transition: all .4s;
  padding: 0
}

.dark-color.site-menu-main .nav-link-item {
  color: var(--white-color)
}

.site-header .uxora-menu-toggle.dark-color span {
  background-color: var(--heading-color)
}

.site-header .uxora-menu-toggle.dark-color span::after,
.site-header .uxora-menu-toggle.dark-color span::before {
  background-color: var(--heading-color)
}

.site-header .uxora-menu-toggle.white-color span {
  background-color: var(--white-color)
}

.site-header .uxora-menu-toggle.white-color span::after,
.site-header .uxora-menu-toggle.white-color span::before {
  background-color: var(--white-color)
}

.uxora-header-triger {
  width: 60px;
  height: 60px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: var(--accent-bg);
  border-radius: 100px;
  margin-left: 20px
}

.uxora-header-triger.triger2 {
  margin-left: 0;
  background: var(--white-bg)
}

.uxora-contact-info {
  margin-bottom: 30px
}

.uxora-contact-info i {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 24px
}

.uxora-contact-info h5 {
  margin-bottom: 5px
}

.uxora-contact-info img {
  width: 5%;
  margin-bottom: 15px
}

.uxora-contact-info a p {
  color: var(--body-color)
}

.uxora-sidemenu-wraper {
  position: relative
}

.uxora-sidemenu-column {
  width: 400px;
  display: block;
  height: 100%;
  position: fixed;
  z-index: 111;
  padding: 30px;
  margin-right: -440px;
  transition: .5s;
  right: 0;
  top: 0;
  padding-top: 70px;
  overflow-y: scroll;
  background-color: var(--white-bg)
}

.uxora-sidemenu-thumb {
  margin: 30px 0
}

.uxora-sidemenu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px
}

.uxora-sidemenu-column.active {
  margin-right: 0;
  z-index: 9999
}

.uxora-sidemenu-close {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-bg)
}

.uxora-sidemenu-close i {
  font-size: 30px;
  color: var(--white-color);
  transition: all .4s
}

.active .uxora-sidemenu-close {
  opacity: 1;
  visibility: visible
}

.offcanvas-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s
}

.offcanvas-overlay.active {
  opacity: .7;
  z-index: 111;
  visibility: visible
}

.uxora-sidemenu-logo {
  margin-bottom: 30px
}

.uxora-sidemenu-logo img {
  width: 70%
}

.uxora-sidemenu-column::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.uxora-sidemenu-column::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5
}

.uxora-sidemenu-column::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #555
}

@media (max-width:767px) {
  .uxora-sidemenu-wraper {
    display: none
  }
}

.uxora-header-info-wraper2 {
  display: flex;
  gap: 24px;
  align-items: center
}

@media (max-width:575px) {
  .uxora-header-info-wraper2 {
    display: none
  }
}

.uxora-header-info-wraper2 a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .4s
}

.uxora-header-info-wraper2 a:hover {
  color: var(--accent-color)
}

.main-menu a {
  color: var(--heading-color);
  font-weight: 600;
  position: relative;
  display: block;
  transition: all .4s;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .4s
}

.main-menu ul {
  margin: 0;
  padding: 0
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: visible;
  transform: translateY(0)
}

.main-menu ul.sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 90px;
  margin: 0;
  padding: 12px 0;
  transition: .4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  min-width: 220px;
  border-radius: 6px
}

.main-menu ul.sub-menu li {
  padding: 5px 10px 5px 20px
}

.main-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 10px
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
  display: block
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
  content: none
}

.main-menu ul.sub-menu li ul.sub-menu {
  transition: all .4s;
  margin-left: 0 !important;
  transform: translateY(30px)
}

.main-menu ul.sub-menu li:hover ul.sub-menu {
  transform: translateY(0)
}

.main-menu ul.sub-menu {
  padding: 12px 0;
  left: -27px;
  top: 86px
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  transition: all .4s
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
  border-radius: 10px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}

a.light-color {
  color: var(--light-color)
}

.menu-style1>ul>li>a {
  margin: 20px 10px;
  transition: all .4s;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  font-family: var(--mont-font);
}

@media (max-width:1199px) {
  .menu-style1>ul>li>a {
    margin: 20px 0
  }
}

.menu-style1>ul>li>a:hover {
  background-color: rgba(10, 15, 10, .0509803922)
}

.main-menu ul li a.active {
  border-radius: 10px;
  background-color: rgba(10, 15, 10, .0509803922)
}

.menu-left {
  margin-left: 35px
}

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

.menu-right {
  margin-right: 80px
}

ul.sub-menu li a.active {
  padding: 0;
  background-color: transparent
}

.site-header .uxora-menu-toggle {
  display: flex;
  height: 30px;
  width: 30px;
  margin-left: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.site-header .uxora-menu-toggle span {
  display: block;
  height: 3px;
  background-color: var(--heading-color);
  width: 30px;
  position: relative
}

.toggle2 span {
  background-color: var(--light-color)
}

.reveal-header .uxora-menu-toggle span {
  background-color: var(--heading-color) !important
}

.site-header .uxora-menu-toggle span:after,
.site-header .uxora-menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-color)
}

.reveal-header .uxora-menu-toggle span:after,
.reveal-header .uxora-menu-toggle span:before {
  background-color: var(--heading-color) !important
}

.dark-mode-texts .uxora-menu-toggle span {
  background-color: var(--heading-color)
}

.dark-mode-texts .uxora-menu-toggle span:after,
.dark-mode-texts .uxora-menu-toggle span:before {
  background-color: var(--heading-color)
}

.site-header .uxora-menu-toggle span:before {
  top: -10px
}

.site-header .uxora-menu-toggle span:after {
  top: 9px
}

.site-header .mobile-menu-trigger.dark-color span {
  background-color: var(--heading-color)
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
  background-color: var(--heading-color)
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
  background-color: var(--heading-color)
}

.header-logo a {
  padding: 30px 0
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .04);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: var(--heading-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.top-arrow {
  top: 47%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.top-arrow svg {
  transform: rotate(-90deg)
}

.main-menu ul li:hover.menu-item-has-children>a:after {
  transform: rotate(-180deg)
}

.main-menu ul li.menu-item-has-children>a:after {
  right: 0
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\ea4d";
  position: relative;
  margin-left: 2px;
  top: 2px;
  font-size: 20px;
  display: inline-block;
  font-family: remixicon;
  transition: all .4s ease-in-out
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
  position: absolute;
  right: 0;
  content: "\ea6d"
}

.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
  transform: rotate(-90deg) !important
}

.uxora-footer-section {
  padding-top: 130px
}

@media (max-width:991px) {
  .uxora-footer-section {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .uxora-footer-section {
    padding-top: 60px
  }
}

.uxora-footer-menu h4 {
  margin-bottom: 24px
}

.uxora-footer-menu ul li {
  color: var(--heading-color);
  margin-bottom: 10px
}

.uxora-footer-menu ul li:last-child {
  margin-bottom: 0
}

.uxora-footer-menu ul li a {
  position: relative;
  transition: all .4s;
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color)
}

.uxora-footer-menu ul li a::before {
  content: " ";
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all .4s;
  background: var(--heading-color)
}

.uxora-footer-menu ul li a:hover::before {
  width: 100%
}

.uxora-footer-menu.menu2 {
  padding-left: 110px
}

@media (max-width:1199px) {
  .uxora-footer-menu.menu2 {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .uxora-footer-menu.menu2 {
    padding-left: 0;
    padding-top: 40px
  }
}

.uxora-footer-textarea img {
  padding-bottom: 24px
}

.uxora-footer-textarea p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px
}

@media (max-width:1399px) {
  .uxora-footer-textarea {
    margin-bottom: 40px;
    max-width: 500px
  }
}

.uxora-footer-bottom-wrap {
  margin-top: 80px;
  border-top: 1px solid rgba(10, 15, 10, .1019607843);
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:767px) {
  .uxora-footer-bottom-wrap {
    display: block;
    text-align: center
  }
}

@media (max-width:991px) {
  .uxora-footer-bottom-wrap {
    margin-top: 80px
  }
}

@media (max-width:767px) {
  .uxora-footer-bottom-wrap {
    margin-top: 60px
  }
}

@media (max-width:767px) {
  .uxora-footer-bottom-text p {
    margin-bottom: 15px
  }
}

.pl-100 {
  padding-left: 100px
}

@media (max-width:1399px) {
  .pl-100 {
    padding-left: 0
  }
}

.pl-30 {
  padding-left: 30px
}

@media (max-width:1199px) {
  .pl-30 {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .pl-30 {
    padding-top: 40px
  }
}

.main-menu {
  display: block
}

.uxora-offcanves-sidebar {
  width: 750px;
  display: block;
  background: #fff;
  height: 100%;
  position: fixed;
  z-index: 111;
  padding: 80px 40px 60px;
  margin-right: -750px;
  transition: .5s;
  right: 0;
  top: 0;
  overflow-y: scroll
}

.uxora-offcanves-sidebar.active {
  margin-right: 0;
  z-index: 1111
}

.close {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear .3s;
  cursor: pointer;
  background-color: var(--accent-color)
}

.offcanvas-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s
}

.offcanvas-overlay.active {
  opacity: .3;
  z-index: 111;
  visibility: visible
}

.menu-bar {
  top: 50%;
  right: 0;
  z-index: 9;
  position: fixed;
  transform: translateY(-50%);
  display: block;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  line-height: 1;
  padding: 15px 20px;
  text-transform: uppercase;
  color: var(--accent-color);
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(0, 0, 0, .2) 0 10px 50px
}

@media (max-width:991px) {
  .menu-bar {
    display: none
  }
}

.uxora-demos-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
  transition: all .4s;
  overflow: hidden
}

.uxora-demos-wrap:hover {
  transform: translateY(-10px)
}

.uxora-demos-item {
  position: relative;
  padding: 10px 10px 0;
  background-color: #fff;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1)
}

h3.uxora-sidemenu-title {
  text-align: center;
  margin-bottom: 30px
}

.uxora-demo-title {
  text-align: center;
  margin-top: 30px
}

.uxora-demo-title h3 {
  font-size: 20px !important;
  margin: 0
}

.uxora-offcanves-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.uxora-offcanves-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5
}

.uxora-offcanves-sidebar::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #555
}

.uxora-listicon-wrap ul li {
  position: relative;
  padding-left: 55px;
  padding-bottom: 24px
}

.uxora-listicon-wrap ul li:last-child {
  padding-bottom: 0
}

.uxora-listicon-wrap ul li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  border: #023d8b 2px solid;
  border-radius: 4px;
  padding: 5px;
}

.uxora-listicon-wrap2 ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px
}

@media (max-width:767px) {
  .uxora-listicon-wrap2 ul li {
    padding-bottom: 15px
  }
}

.uxora-listicon-wrap2 ul li:last-child {
  padding-bottom: 0
}

.uxora-listicon-wrap2 ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: var(--heading-color)
}

.uxora-about-us-thumb img {
  width: 100%
}

@media (max-width:991px) {
  .uxora-about-us-thumb {
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .uxora-about-us-thumb {
    padding-bottom: 30px
  }
}

.uxora-content01 {
  padding: 50px;
  box-shadow: 0 4px 80px 10px rgba(10, 15, 10, .0509803922);
  border-radius: 10px
}

@media (max-width:767px) {
  .uxora-content01 {
    padding: 30px
  }
}

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

@keyframes updown {
  0% {
    transform: translatey(0)
  }

  50% {
    transform: translatey(-30px)
  }

  100% {
    transform: translatey(0)
  }
}

.one {
  top: 130px
}

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

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

.two {
  top: 80px
}

.three {
  top: 110px
}

.four {
  top: 140px
}

.fivr {
  top: 160px
}

.six {
  top: 130px
}

.seven {
  top: 110px
}

.eight {
  top: 120px
}

.pl-101 {
  padding-left: 100px
}

@media (max-width:1199px) {
  .pl-101 {
    padding-left: 50px
  }
}

@media (max-width:991px) {
  .pl-101 {
    padding-left: 0
  }
}

.pb-130 {
  padding-bottom: 130px;
  position: relative;
  transition: all .4s
}

@media (max-width:991px) {
  .pb-130 {
    padding-bottom: 80px
  }
}

@media (max-width:767px) {
  .pb-130 {
    padding-bottom: 60px
  }
}

.pb-131 {
  padding-bottom: 100px;
  position: relative;
  transition: all .4s
}

@media (max-width:991px) {
  .pb-131 {
    padding-bottom: 80px
  }
}

@media (max-width:767px) {
  .pb-131 {
    padding-bottom: 60px
  }
}

.pb-131 .border-r::before {
  height: 360px
}

.border-r {
  position: relative
}

.border-r::before {
  top: 30px;
  left: 52.5%;
  width: 1px;
  height: 520px;
  content: "";
  position: absolute;
  background-color: rgba(10, 15, 10, .1019607843)
}

@media (max-width:1399px) {
  .border-r::before {
    left: 54.5%;
    height: 580px
  }
}

@media (max-width:1399px) {
  .border-r::before {
    display: none
  }
}

.uxora-features-number {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  transition: all .4s;
  background-color: var(--accent-bg)
}

@media (max-width:1399px) {
  .uxora-features-number {
    left: 52%
  }
}

@media (max-width:1399px) {
  .uxora-features-number {
    display: none
  }
}

.uxora-features-title {
  color: var(--light-color)
}

.uxora-features-dashboard {
  padding-bottom: 80px
}

@media (max-width:767px) {
  .uxora-features-dashboard {
    padding-bottom: 60px
  }
}

.uxora-iconbox-wrap {
  padding: 40px 30px;
  border-radius: 10px;
  transition: all .4s;
  position: relative;
  margin-bottom: 24px;
  background-color: white;
  height: 438px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

@media (max-width:767px) {
  .uxora-iconbox-wrap {
    padding: 30px
  }
}

.uxora-iconbox-icon {
  padding-bottom: 24px
}

.uxora-iconbox-content {
  padding-bottom: 24px
}

.uxora-iconbox-content h3 {
  padding-bottom: 20px;
  color: #023d8b;
}

.uxora-iconbox-content p {
  color: black;
}

.uxora-iconbox-content.content2 h3,
.uxora-iconbox-content.content2 p {
  color: var(--heading-color);
  max-width: 350px
}

.uxora-iconbox-btn {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--heading-bg2);
  --arrow-hover-move-x: -110%;
  position: relative;
  transition: all .4s
}

.uxora-iconbox-btn a {
  padding: 5px 10px;
  background-color: #023d8b;
}

.uxora-iconbox-btn:hover path {
  fill: var(--accent-color)
}

.uxora-iconbox-wrap2 {
  padding: 30px;
  display: flex;
  gap: 24px;
  border-radius: 20px;
  margin-bottom: 24px;
  background-color: rgba(253, 240, 231, .1019607843)
}

.uxora-iconbox-number h2 {
  color: var(--light-color)
}

.uxora-iconbox-content2 h3 {
  color: var(--light-color);
  padding-bottom: 20px
}

.uxora-iconbox-content2 p {
  color: var(--light-color)
}

.uxora-iconbox-wrap3 {
  text-align: center
}

@media (max-width:767px) {
  .uxora-iconbox-wrap3 {
    margin-bottom: 24px
  }
}

.uxora-iconbox-icon3 {
  padding-bottom: 24px
}

.uxora-iconbox-content3 h3 {
  padding-bottom: 20px
}

.uxora-iconbox-wrap4 {
  padding: 40px;
  margin-bottom: 24px
}

@media (max-width:1199px) {
  .uxora-iconbox-wrap4 {
    padding: 20px
  }
}

@media (max-width:991px) {
  .uxora-iconbox-wrap4 {
    padding: 10px 0
  }
}

.uxora-iconbox-icon {
  padding-bottom: 24px
}

.uxora-iconbox-content4 h3 {
  padding-bottom: 20px;
  color: var(--light-color)
}

.uxora-iconbox-content4 p {
  color: var(--light-color)
}

.uxora-iconbox-wrap5 {
  margin-bottom: 50px
}

.uxora-iconbox-icon2 {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-bg)
}

.light-color {
  color: var(--light-color)
}

.uxora-iconbox-btn svg {
  transition: all .3s ease-out 0s
}

.uxora-iconbox-btn:focus-visible svg path:nth-of-type(1),
.uxora-iconbox-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s
}

.uxora-iconbox-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.uxora-iconbox-btn svg path {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.uxora-iconbox-btn:focus-visible svg path:nth-of-type(2),
.uxora-iconbox-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.uxora-iconbox-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: .5;
  transition-delay: 0s, 0s
}

.uxora-iconbox-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.uxora-iconbox-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: .5;
  transition-delay: 0s, 0s
}

.play-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%)
}

@media (max-width:767px) {
  .play-btn {
    top: 42%
  }
}

@media (max-width:991px) {
  .play-btn img {
    width: 80%
  }
}

@keyframes animName {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.waves {
  position: absolute;
  width: 210px;
  height: 210px;
  background: var(--accent-bg);
  opacity: 0;
  border-radius: 100%;
  left: -55px;
  top: -55px;
  z-index: 0;
  transform: translate(-50px, -50px);
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1
}

@media (max-width:991px) {
  .waves {
    width: 160px;
    height: 160px;
    left: -40px;
    top: -40px
  }
}

.waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

@keyframes waves {
  0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
  }

  50% {
    opacity: .9
  }

  100% {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
    opacity: 0
  }
}

.uxora-contact-box {
  padding: 30px;
  margin-left: 50px;
  background: var(--white-bg);
  border-radius: 10px
}

.uxora-contact-box h3 {
  padding-bottom: 30px
}

.uxora-contact-box p {
  font-weight: 600;
  margin-bottom: 10px
}

@media (max-width:1199px) {
  .uxora-contact-box {
    margin-left: 30px
  }
}

@media (max-width:991px) {
  .uxora-contact-box {
    margin-left: 0;
    margin-top: 40px
  }
}

@media (max-width:767px) {
  .uxora-contact-box {
    margin-top: 30px
  }
}

.uxora-contact-box.box2 {
  max-width: 636px;
  margin: 0 auto 0;
  margin-top: 50px
}

@media (max-width:991px) {
  .uxora-contact-box.box2 {
    margin-top: 40px
  }
}

@media (max-width:767px) {
  .uxora-contact-box.box2 {
    margin-top: 30px
  }
}

.uxora-contact-box.box2 h2 {
  text-align: center
}

.uxora-contact-info-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 2px solid var(--heading-color);
  padding: 42px 30px;
  border-radius: 20px;
  margin-bottom: 24px
}

.uxora-contact-info-wrap.wrap2 {
  padding: 26px 30px
}

.uxora-contact-us-map {
  width: 100%;
  border: 2px solid var(--heading-color);
  border-radius: 10px;
  height: 750px
}

@media (max-width:991px) {
  .uxora-contact-us-map {
    height: 400px
  }
}

.uxora-t-icon {
  padding-bottom: 24px
}

.uxora-t-icon img {
  margin: 0 auto
}

.uxora-t-content {
  padding-bottom: 30px
}

.uxora-t-content h3 {
  color: var(--light-color)
}

.uxora-t-author img {
  margin: 0 auto
}

.uxora-t-author p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color)
}

.uxora-t-slider-init {
  max-width: 1074px;
  text-align: center;
  margin: 0 auto;
  height: 370px
}

@media (max-width:991px) {
  .uxora-t-slider-init {
    height: 450px
  }
}

@media (max-width:767px) {
  .uxora-t-slider-init {
    height: 400px
  }
}

@media (max-width:520px) {
  .uxora-t-slider-init {
    height: 430px
  }
}

@media (max-width:400px) {
  .uxora-t-slider-init {
    height: 460px
  }
}

@media (max-width:991px) {
  .ptt-0 {
    padding-top: 0 !important
  }
}

.uxora-faq-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10, 15, 10, .1019607843);
  margin-bottom: 24px
}

.uxora-faq-item.open {
  position: relative
}

.uxora-faq-item.open .uxora-faq-header {
  padding-bottom: 15px
}

.uxora-faq-item.open .uxora-faq-body {
  display: block
}

.uxora-faq-item.item2 {
  padding-bottom: 0;
  border: none;
  padding-left: 15px
}

.uxora-faq-item.item2.open::after {
  opacity: 1
}

.uxora-faq-item.item2::before {
  width: 4px;
  height: 100%;
  border-radius: 7px;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: var(--heading-color)
}

.uxora-faq-item.item2::after {
  width: 4px;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  opacity: 0;
  background-color: var(--accent-color)
}

.uxora-faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.uxora-faq-body {
  display: none;
  max-width: 850px
}

.uxora-active-icon .uxora-faq-item.open img.plasicon {
  opacity: 1 !important
}

.uxora-active-icon .uxora-faq-item.open img.mynusicon {
  opacity: 0;
  display: block
}

.border-b {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0
}

img.mynusicon {
  opacity: 1;
  position: relative
}

img.plasicon {
  opacity: 0;
  position: absolute
}

.uxora-active-icon {
  flex-shrink: 0
}

@media (max-width:767px) {
  .uxora-active-icon img {
    width: 40px
  }
}

.uxora-pricing-wrap {
  padding: 10px;
  border-radius: 10px;
  transition: all .4s !important;
  margin-bottom: 24px;
  position: relative;
  margin-top: 50px;
  background-color: var(--white-bg)
}

@media (max-width:767px) {
  .uxora-pricing-wrap.wrap2 {
    margin-top: 50px
  }
}

@media (max-width:991px) {
  .uxora-pricing-wrap {
    margin-top: 40px
  }
}

@media (max-width:767px) {
  .uxora-pricing-wrap {
    margin-top: 0
  }
}

.uxora-pricing-header-top {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, rgba(250, 255, 165, 0) 0, rgba(148, 242, 127, .5) 100%)
}

.uxora-pricing-header {
  padding-bottom: 24px
}

.uxora-pricing-price {
  gap: 5px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 24px
}

.uxora-pricing-body {
  padding: 10px 10px 0
}

.uxora-pricing-body h4 {
  padding-bottom: 24px
}

.uxora-pricing-body ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px
}

.uxora-pricing-body ul li::before {
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: var(--accent-bg)
}

.uxora-pricing-body ul li:last-child {
  padding-bottom: 0
}

.uxora-pricing-footer {
  padding: 0 20px 20px 20px
}

.uxora-pricing-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--accent-bg);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 55px;
  justify-content: center;
  z-index: -1
}

.pb-50 h2 {
  padding-bottom: 50px !important
}

@media (max-width:767px) {
  .pb-50 h2 {
    padding-bottom: 30px !important
  }
}

.ux-price-value.dynamic-value {
  font-family: "Cabinet Grotesk", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1px
}

@media (max-width:767px) {
  .toggle-btn {
    padding: 10px 0 10px 10px
  }
}

.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:767px) {
  .pricing-btn {
    display: block
  }
}

.pricing-btn label {
  margin: 0 20px;
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 700
}

@media (max-width:767px) {
  .pricing-btn label {
    margin: 0 10px;
    font-size: 16px
  }
}

.pricing-btn label span {
  font-weight: 600
}

[data-pricing-dynamic][data-value-active=yearly] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly)
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] {
  background: #ff5722
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] span {
  left: calc(100% - 33px)
}

[data-pricing-dynamic][data-value-active=monthly] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly)
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active)
}

.static-value:before {
  display: inline-block;
  content: attr(data-active)
}

.pricing-btn .btn-toggle {
  position: relative;
  width: 70px !important;
  height: 35px;
  border-radius: 50px;
  border: none;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  background-size: 25px;
  border: none !important;
  background-position: center right 5px;
  border: none !important;
  background-position: center right 5px;
  background-color: var(--heading-color);
  background-image: url(../images/shape/switcher-shape.svg) !important
}

.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none
}

.pricing-btn .btn-toggle:checked {
  background-position: center left 5px;
  background-image: url(../images/shape/switcher-shape.svg) !important
}

.uxora-team-wrap {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--white-bg);
  transition: all .4s;
  position: relative;
  margin: 0 12px
}

.uxora-team-wrap:hover .uxora-team-thumb img {
  transform: scale(1.1)
}

.uxora-team-rating {
  padding-bottom: 24px
}

.uxora-team-text {
  font-weight: 600;
  font-style: italic;
  padding-bottom: 24px
}

.uxora-team-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 10px
}

.uxora-team-thumb img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
  border-radius: 10px
}

.uxora-team-author p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color)
}

.uxora-team-author span {
  padding-top: 5px
}

.uxora-team-slider-init .uxora-team-slider-next,
.uxora-team-slider-init .uxora-team-slider-prev {
  top: 47%;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: flex;
  cursor: pointer;
  position: absolute;
  transition: all .4s;
  align-items: center;
  border-radius: 7px;
  background-size: 20px;
  justify-content: center;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg) !important;
  background-color: var(--heading-bg);
  background-image: url(../images/team/arrow.svg)
}

@media (max-width:1399px) {

  .uxora-team-slider-init .uxora-team-slider-next,
  .uxora-team-slider-init .uxora-team-slider-prev {
    top: 55%
  }
}

@media (max-width:767px) {

  .uxora-team-slider-init .uxora-team-slider-next,
  .uxora-team-slider-init .uxora-team-slider-prev {
    display: none !important
  }
}

.uxora-team-slider-init .uxora-team-slider-prev {
  left: 10px;
  top: 47%;
  transform: rotate(0) !important;
  background-image: url(../images/team/arrow.svg)
}

@media (max-width:1399px) {
  .uxora-team-slider-init .uxora-team-slider-prev {
    top: 55%
  }
}

.uxora-social-wrap {
  transition: all .4s
}

.uxora-social-wrap ul li {
  display: inline-block;
  margin-left: 10px
}

.uxora-social-wrap ul li:first-child {
  margin-left: 0
}

.uxora-social-wrap ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  transition: all .4s;
  background-color: var(--light-color);
  border: 1px solid var(--heading-color)
}

.uxora-social-wrap ul li a:hover {
  border: 1px solid transparent;
  background-color: var(--accent-bg)
}

.uxora-social-wrap ul li a:hover path {
  fill: var(--heading-bg)
}

.uxora-process-content {
  max-width: 660px
}

@media (max-width:991px) {
  .uxora-process-content {
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .uxora-process-content {
    padding-bottom: 30px
  }
}

.uxora-process-content h2,
.uxora-process-content p {
  color: var(--light-color)
}

.uxora-service-d-wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 1076px
}

.uxora-service-d-thumb {
  padding-bottom: 40px;
  position: relative
}

@media (max-width:767px) {
  .uxora-service-d-thumb {
    padding-bottom: 30px
  }
}

.uxora-service-d-content {
  text-align: left;
  padding-bottom: 24px;
  max-width: 856px
}

.uxora-service-d-content h3 {
  padding-bottom: 20px
}

.uxora-service-d-content ul li {
  font-weight: 600;
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative
}

.uxora-service-d-content ul li:last-child {
  padding-bottom: 0
}

.uxora-service-d-content ul li span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px
}

.uxora-service-d-content ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100px;
  background-color: var(--heading-bg)
}

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

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

.uxora-integration-d-wrap {
  padding: 40px;
  border-radius: 10px;
  max-width: 850px;
  margin: 0 auto;
  background-color: var(--white-bg)
}

.uxora-integration-d-title {
  padding-bottom: 80px
}

@media (max-width:991px) {
  .uxora-integration-d-title {
    padding-bottom: 60px
  }
}

@media (max-width:767px) {
  .uxora-integration-d-title {
    padding-bottom: 40px
  }
}

.uxora-integration-d-title ul {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center
}

.uxora-integration-d-title ul li a {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-bg)
}

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

.uxora-hero-section {
  padding: 190px 0 130px;
  position: relative
}

@media (max-width:1199px) {
  .uxora-hero-section {
    padding: 190px 0 130px
  }
}

@media (max-width:991px) {
  .uxora-hero-section {
    padding: 190px 0 70px
  }
}

@media (max-width:767px) {
  .uxora-hero-section {
    padding: 130px 0 70px
  }
}

.uxora-hero-rating {
  padding-bottom: 24px
}

.uxora-hero-rating ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 40px
}

.uxora-hero-rating ul li img {
  position: absolute;
  top: -5px;
  left: 0;
  width: 36px;
}

.uxora-hero-rating ul li h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px
}

.uxora-hero-content {
  max-width: 636px
}

@media (max-width:1199px) {
  .uxora-hero-content {
    padding-right: 30px
  }
}

@media (max-width:767px) {
  .uxora-hero-content {
    padding-right: 0
  }
}

.uxora-hero-content p {
  font-size: 19px;
  line-height: 38px
}

@media (max-width:991px) {
  .uxora-hero-dashbord {
    padding-top: 40px
  }
}

@media (max-width:767px) {
  .uxora-hero-dashbord {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }
}

.uxora_screenfix_right {
  margin-right: calc((-100vw + 100%)/ 2)
}

.uxora-about-us-thumb img {
  width: 100%
}

@media (max-width:991px) {
  .uxora-about-us-thumb {
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .uxora-about-us-thumb {
    padding-bottom: 30px
  }
}

.uxora-content01 {
  padding: 50px;
  box-shadow: 0 4px 80px 10px rgba(10, 15, 10, .0509803922);
  border-radius: 10px
}

@media (max-width:767px) {
  .uxora-content01 {
    padding: 30px
  }
}

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

@keyframes updown {
  0% {
    transform: translatey(0)
  }

  50% {
    transform: translatey(-30px)
  }

  100% {
    transform: translatey(0)
  }
}

.one {
  top: 130px
}

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

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

.two {
  top: 80px
}

.three {
  top: 110px
}

.four {
  top: 140px
}

.fivr {
  top: 160px
}

.six {
  top: 130px
}

.seven {
  top: 110px
}

.eight {
  top: 120px
}

.pl-101 {
  padding-left: 100px
}

@media (max-width:1199px) {
  .pl-101 {
    padding-left: 50px
  }
}

@media (max-width:991px) {
  .pl-101 {
    padding-left: 0
  }
}

.pb-130 {
  padding-bottom: 130px;
  position: relative;
  transition: all .4s
}

@media (max-width:991px) {
  .pb-130 {
    padding-bottom: 80px
  }
}

@media (max-width:767px) {
  .pb-130 {
    padding-bottom: 60px
  }
}

.pb-131 {
  padding-bottom: 100px;
  position: relative;
  transition: all .4s
}

@media (max-width:991px) {
  .pb-131 {
    padding-bottom: 80px
  }
}

@media (max-width:767px) {
  .pb-131 {
    padding-bottom: 60px
  }
}

.pb-131 .border-r::before {
  height: 360px
}

.border-r {
  position: relative
}

.border-r::before {
  top: 30px;
  left: 52.5%;
  width: 1px;
  height: 520px;
  content: "";
  position: absolute;
  background-color: rgba(10, 15, 10, .1019607843)
}

@media (max-width:1399px) {
  .border-r::before {
    left: 54.5%;
    height: 580px
  }
}

@media (max-width:1399px) {
  .border-r::before {
    display: none
  }
}

.uxora-features-number {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  transition: all .4s;
  background-color: var(--accent-bg)
}

@media (max-width:1399px) {
  .uxora-features-number {
    left: 52%
  }
}

@media (max-width:1399px) {
  .uxora-features-number {
    display: none
  }
}

.uxora-features-title {
  color: var(--light-color)
}

.uxora-features-dashboard {
  padding-bottom: 80px
}

@media (max-width:767px) {
  .uxora-features-dashboard {
    padding-bottom: 60px
  }
}

input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  color: var(--heading-color);
  border-radius: 0;
  background-color: transparent;
  padding: 15px 0;
  border: none;
  transition: all .4s
}

textarea {
  height: 145px;
  resize: none
}

textarea::placeholder {
  color: var(--heading-color) !important
}

.uxora-main-field {
  position: relative
}

.uxora-main-field input {
  width: 300px;
  padding: 18px 24px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  background-color: var(--white-bg)
}

.uxora-main-field input::placeholder {
  color: #0a0f0a
}

@media (max-width:767px) {
  .uxora-main-field input {
    width: 100%
  }
}

.uxora-main-field.field2 {
  padding-bottom: 24px
}

.uxora-main-field.field2 p {
  font-weight: 700;
  margin-bottom: 10px
}

.uxora-main-field.field2 input {
  width: 100%;
  background-color: var(--light-color)
}

.uxora-main-field.field2 input::placeholder {
  color: rgba(10, 15, 10, .6)
}

.uxora-main-field-textarea {
  padding: 20px;
  background-color: var(--light-color)
}

.uxora-main-field-textarea p {
  font-weight: 600;
  margin-bottom: 10px
}

.uxora-form-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer
}

.uxora-form-box {
  padding-top: 24px
}

.uxora-form-box label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}

.uxora-form-box label::before {
  content: "";
  background-color: transparent;
  border: 2px solid rgba(0, 6, 40, .6);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: -2px
}

.uxora-form-box input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: 1px solid var(--heading-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.field-icon {
  float: right;
  margin-right: 25px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
  cursor: pointer
}

.forgot-password {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 24px
}

.forgot-password a {
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color)
}

@media (max-width:767px) {
  .forgot-password a {
    margin-top: 10px
  }
}

.forgot-password label span {
  color: var(--heading-color);
  font-weight: 600
}

.form-bottom-text {
  margin-top: 10px;
  text-align: center
}

.form-bottom-text p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400
}

.form-bottom-text p a {
  font-weight: 600;
  color: var(--heading-color)
}

.uxora-cta-section {
  padding: 130px 0
}

@media (max-width:991px) {
  .uxora-cta-section {
    padding: 80px 0
  }
}

@media (max-width:767px) {
  .uxora-cta-section {
    padding: 60px 0
  }
}

.uxora-cta-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center
}

@media (max-width:991px) {
  .uxora-cta-content {
    max-width: 650px
  }
}

.uxora-cta-content h2 {
  color: var(--light-color)
}

.uxora-cta-data {
  padding-top: 20px
}

.uxora-cta-data ul li {
  display: inline-block;
  margin-right: 20px
}

.uxora-cta-data ul li:last-child {
  margin-right: 0
}

.uxora-cta-data ul li a {
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color);
  display: flex;
  align-items: center;
  gap: 10px
}

.ml-15 {
  margin-left: 15px
}

@media (max-width:767px) {
  .ml-15 {
    margin-left: 0;
    margin-top: 24px
  }
}

.uxora-section-padding {
  padding: 130px 0
}

@media (max-width:991px) {
  .uxora-section-padding {
    padding: 80px 0
  }
}

@media (max-width:767px) {
  .uxora-section-padding {
    padding: 60px 0
  }
}

.uxora-section-padding2 {
  padding: 130px 0 106px
}

@media (max-width:991px) {
  .uxora-section-padding2 {
    padding: 80px 0 56px
  }
}

@media (max-width:767px) {
  .uxora-section-padding2 {
    padding: 60px 0 36px
  }
}

.uxora-section-padding3 {
  padding: 0 0 106px
}

@media (max-width:991px) {
  .uxora-section-padding3 {
    padding: 0 0 76px
  }
}

@media (max-width:767px) {
  .uxora-section-padding3 {
    padding: 0 0 36px
  }
}

.uxora-section-padding4 {
  padding: 0 0 130px
}

@media (max-width:991px) {
  .uxora-section-padding4 {
    padding: 0 0 80px
  }
}

@media (max-width:767px) {
  .uxora-section-padding4 {
    padding: 0 0 60px
  }
}

.uxora-section-padding5 {
  padding: 195px 0 130px
}

@media (max-width:991px) {
  .uxora-section-padding5 {
    padding: 150px 100px
  }
}

@media (max-width:767px) {
  .uxora-section-padding5 {
    padding: 130px 0 80px
  }
}

.uxora-section-padding6 {
  padding: 130px 0 80px
}

@media (max-width:991px) {
  .uxora-section-padding6 {
    padding: 80px 0 30px
  }
}

@media (max-width:767px) {
  .uxora-section-padding6 {
    padding: 60px 0 10px
  }
}

.uxora-section-title {
  padding-bottom: 80px
}

@media (max-width:991px) {
  .uxora-section-title {
    padding-bottom: 60px;
    text-align: center
  }
}

@media (max-width:767px) {
  .uxora-section-title {
    padding-bottom: 40px
  }
}

.uxora-section-title.max-660 {
  max-width: 660px
}

.uxora-section-title.max-700 {
  max-width: 750px
}

@media (max-width:991px) {
  .uxora-section-title.max-700 {
    max-width: 550px;
    margin: 0 auto
  }
}

.uxora-section-title.center {
  max-width: 650px;
  margin: 0 auto;
  text-align: center
}

.uxora-section-title.center.max-width-700 {
  max-width: 700px
}

@media (max-width:991px) {
  .uxora-section-title.center.max-width-700 {
    max-width: 550px
  }
}

.uxora-section-title.center.max-width-750 {
  max-width: 750px
}

@media (max-width:991px) {
  .uxora-section-title.center.max-width-750 {
    max-width: 600px
  }
}

.uxora-section-title.center.max-width-800 {
  max-width: 800px
}

.uxora-default-content h2 {
  padding-bottom: 20px
}

.uxora-default-content h3 {
  padding-bottom: 15px
}

.uxora-default-content .data {
  font-size: 21px;
  line-height: 30px
}

.uxora-default-content.content2 {
  max-width: 700px;
  padding-top: 130px
}

@media (max-width:991px) {
  .uxora-default-content.content2 {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .uxora-default-content.content2 {
    padding-top: 60px
  }
}

.uxora-default-content.content3 {
  padding-left: 48px
}

@media (max-width:1199px) {
  .uxora-default-content.content3 {
    padding-left: 30px
  }
}

@media (max-width:767px) {
  .uxora-default-content.content3 {
    padding-left: 0
  }
}

.uxora-default-content.content3 p a {
  font-weight: 600;
  display: block;
  color: var(--heading-color)
}

.pb-80 {
  padding-bottom: 80px
}

@media (max-width:991px) {
  .pb-80 {
    padding-bottom: 60px
  }
}

@media (max-width:991px) and (max-width:767px) {
  .pb-80 {
    padding-bottom: 40px
  }
}

.pl-110 {
  padding-left: 110px
}

@media (max-width:1199px) {
  .pl-110 {
    padding-left: 50px
  }
}

@media (max-width:991px) {
  .pl-110 {
    padding-left: 0
  }
}

.title {
  padding-bottom: 20px
}

.mt-50 {
  margin-top: 50px
}

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

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

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

.pl-155 {
  padding-left: 155px
}

@media (max-width:1199px) {
  .pl-155 {
    padding-left: 60px
  }
}

@media (max-width:991px) {
  .pl-155 {
    padding-left: 0
  }
}

.pr-130 {
  padding-right: 130px
}

@media (max-width:1199px) {
  .pr-130 {
    padding-right: 60px
  }
}

@media (max-width:991px) {
  .pr-130 {
    padding-right: 0
  }
}

#uxora-submit-btn,
.uxora-default-btn,
.uxora-subcribe-btn {
  font-size: 16px;
  line-height: 1.5em;
  padding: 16px 45px;
  font-weight: 700;
  font-family: Inter, serif;
  border-radius: 10px;
  width: fit-content;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  border: 2px solid var(--accent-color);
  color: var(--heading-color);
  background-color: var(--accent-bg);
  overflow: hidden;
  transform-style: preserve-3d
}

@media (max-width:767px) {

  #uxora-submit-btn,
  .uxora-default-btn,
  .uxora-subcribe-btn {
    padding: 18px 30px
  }
}

#uxora-submit-btn.btn2::before,
.uxora-default-btn.btn2::before,
.uxora-subcribe-btn.btn2::before {
  top: 23px;
  left: 23px;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: #fff;
}

@media (max-width:767px) {

  #uxora-submit-btn.btn2::before,
  .uxora-default-btn.btn2::before,
  .uxora-subcribe-btn.btn2::before {
    top: 25px;
    left: 12px
  }
}

#uxora-submit-btn.btn3::before,
.uxora-default-btn.btn3::before,
.uxora-subcribe-btn.btn3::before {
  left: 220px
}

@media (max-width:767px) {

  #uxora-submit-btn.btn3::before,
  .uxora-default-btn.btn3::before,
  .uxora-subcribe-btn.btn3::before {
    left: 150px
  }
}

@media (max-width:490px) {

  #uxora-submit-btn.btn3::before,
  .uxora-default-btn.btn3::before,
  .uxora-subcribe-btn.btn3::before {
    left: 85px
  }
}

#uxora-submit-btn.btn3::after,
.uxora-default-btn.btn3::after,
.uxora-subcribe-btn.btn3::after {
  width: 600px
}

@media (max-width:767px) {

  #uxora-submit-btn.btn3::after,
  .uxora-default-btn.btn3::after,
  .uxora-subcribe-btn.btn3::after {
    width: 460px
  }
}

@media (max-width:500px) {

  #uxora-submit-btn.btn3::after,
  .uxora-default-btn.btn3::after,
  .uxora-subcribe-btn.btn3::after {
    width: 400px
  }
}

#uxora-submit-btn.btn4::before,
.uxora-default-btn.btn4::before,
.uxora-subcribe-btn.btn4::before {
  left: 200px
}

@media (max-width:991px) {

  #uxora-submit-btn.btn4::before,
  .uxora-default-btn.btn4::before,
  .uxora-subcribe-btn.btn4::before {
    left: 180px
  }
}

@media (max-width:767px) {

  #uxora-submit-btn.btn4::before,
  .uxora-default-btn.btn4::before,
  .uxora-subcribe-btn.btn4::before {
    left: 150px
  }
}

@media (max-width:490px) {

  #uxora-submit-btn.btn4::before,
  .uxora-default-btn.btn4::before,
  .uxora-subcribe-btn.btn4::before {
    left: 85px
  }
}

#uxora-submit-btn.btn4::after,
.uxora-default-btn.btn4::after,
.uxora-subcribe-btn.btn4::after {
  width: 600px
}

@media (max-width:767px) {

  #uxora-submit-btn.btn4::after,
  .uxora-default-btn.btn4::after,
  .uxora-subcribe-btn.btn4::after {
    width: 460px
  }
}

@media (max-width:500px) {

  #uxora-submit-btn.btn4::after,
  .uxora-default-btn.btn4::after,
  .uxora-subcribe-btn.btn4::after {
    width: 400px
  }
}

@media (max-width:767px) {

  #uxora-submit-btn.btn5::before,
  .uxora-default-btn.btn5::before,
  .uxora-subcribe-btn.btn5::before {
    left: 170px
  }
}

@media (max-width:530px) {

  #uxora-submit-btn.btn5::before,
  .uxora-default-btn.btn5::before,
  .uxora-subcribe-btn.btn5::before {
    left: 150px
  }
}

@media (max-width:490px) {

  #uxora-submit-btn.btn5::before,
  .uxora-default-btn.btn5::before,
  .uxora-subcribe-btn.btn5::before {
    left: 130px
  }
}

@media (max-width:440px) {

  #uxora-submit-btn.btn5::before,
  .uxora-default-btn.btn5::before,
  .uxora-subcribe-btn.btn5::before {
    left: 110px
  }
}

@media (max-width:400px) {

  #uxora-submit-btn.btn5::before,
  .uxora-default-btn.btn5::before,
  .uxora-subcribe-btn.btn5::before {
    left: 90px
  }
}

#uxora-submit-btn.sub-btn:hover,
.uxora-default-btn.sub-btn:hover,
.uxora-subcribe-btn.sub-btn:hover {
  border: 2px solid var(--white-bg) !important
}

@media (max-width:767px) {

  #uxora-submit-btn.sub-btn,
  .uxora-default-btn.sub-btn,
  .uxora-subcribe-btn.sub-btn {
    width: 100%;
    justify-content: center
  }
}

#uxora-submit-btn.sub-btn::after,
.uxora-default-btn.sub-btn::after,
.uxora-subcribe-btn.sub-btn::after {
  width: 230px;
  background-color: var(--white-bg)
}

@media (max-width:767px) {

  #uxora-submit-btn.sub-btn::after,
  .uxora-default-btn.sub-btn::after,
  .uxora-subcribe-btn.sub-btn::after {
    width: 500px
  }
}

@media (max-width:400px) {

  #uxora-submit-btn.sub-btn::after,
  .uxora-default-btn.sub-btn::after,
  .uxora-subcribe-btn.sub-btn::after {
    width: 350px
  }
}

#uxora-submit-btn::before,
.uxora-default-btn::before,
.uxora-subcribe-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s, border .5s
}

#uxora-submit-btn::after,
.uxora-default-btn::after,
.uxora-subcribe-btn::after {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: var(--light-color);
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-10px, -70px) scale(.1);
  opacity: 0;
  z-index: -1;
  transition: transform .5s, opacity .5s, background-color .5s
}

#uxora-submit-btn:hover,
.uxora-default-btn:hover,
.uxora-subcribe-btn:hover {
  color: var(--heading-color) !important;
  border: 2px solid var(--heading-color)
}

#uxora-submit-btn:hover::after,
.uxora-default-btn:hover::after,
.uxora-subcribe-btn:hover::after {
  opacity: 1;
  border: 2px solid var(--accent-bg);
  transform: scaleX(1.5) scaleY(1.5)
}

#uxora-submit-btn.uxora-header-btn,
.uxora-default-btn.uxora-header-btn,
.uxora-subcribe-btn.uxora-header-btn {
  padding: 11px 38px
}

#uxora-submit-btn.uxora-header-btn::before,
.uxora-default-btn.uxora-header-btn::before,
.uxora-subcribe-btn.uxora-header-btn::before {
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: white;
}

@media (max-width:767px) {

  #uxora-submit-btn.uxora-header-btn,
  .uxora-default-btn.uxora-header-btn,
  .uxora-subcribe-btn.uxora-header-btn {
    display: none
  }
}

#uxora-submit-btn.uxora-header-btn::after,
.uxora-default-btn.uxora-header-btn::after,
.uxora-subcribe-btn.uxora-header-btn::after {
  width: 200px
}

#uxora-submit-btn.uxora-pricing-btn::before,
.uxora-default-btn.uxora-pricing-btn::before,
.uxora-subcribe-btn.uxora-pricing-btn::before {
  top: 23px;
  left: 40px;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: var(--heading-bg)
}

@media (max-width:767px) {

  #uxora-submit-btn.uxora-pricing-btn::before,
  .uxora-default-btn.uxora-pricing-btn::before,
  .uxora-subcribe-btn.uxora-pricing-btn::before {
    top: 25px;
    left: 12px
  }
}

@media (max-width:1399px) {

  #uxora-submit-btn.uxora-pricing-btn::after,
  .uxora-default-btn.uxora-pricing-btn::after,
  .uxora-subcribe-btn.uxora-pricing-btn::after {
    width: 550px
  }
}

@media (max-width:991px) {

  #uxora-submit-btn.uxora-pricing-btn::after,
  .uxora-default-btn.uxora-pricing-btn::after,
  .uxora-subcribe-btn.uxora-pricing-btn::after {
    width: 300px
  }
}

@media (max-width:767px) {

  #uxora-submit-btn.uxora-pricing-btn::after,
  .uxora-default-btn.uxora-pricing-btn::after,
  .uxora-subcribe-btn.uxora-pricing-btn::after {
    width: 550px
  }
}

@media (max-width:500px) {

  #uxora-submit-btn.uxora-pricing-btn::after,
  .uxora-default-btn.uxora-pricing-btn::after,
  .uxora-subcribe-btn.uxora-pricing-btn::after {
    width: 400px
  }
}

@media (max-width:400px) {

  #uxora-submit-btn.uxora-pricing-btn::after,
  .uxora-default-btn.uxora-pricing-btn::after,
  .uxora-subcribe-btn.uxora-pricing-btn::after {
    width: 300px
  }
}

#uxora-submit-btn.d-block,
.uxora-default-btn.d-block,
.uxora-subcribe-btn.d-block {
  width: 100%
}

#uxora-submit-btn:focus,
.uxora-default-btn:focus,
.uxora-subcribe-btn:focus {
  box-shadow: none
}

.hero-btn-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

@media (max-width:991px) {
  .uxora-title-btn {
    width: 100%;
    text-align: center;
    margin-top: 30px
  }
}

.uxora-title-btn.btn2 {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.title-btn svg {
  transition: all .3s ease-out 0s;
  margin-left: 5px
}

.title-btn:focus-visible svg path:nth-of-type(1),
.title-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s
}

.title-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.title-btn svg path {
  transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.title-btn:focus-visible svg path:nth-of-type(2),
.title-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.title-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: .5;
  transition-delay: 0s, 0s
}

.title-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: .15s, .15s
}

.title-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: .5;
  transition-delay: 0s, 0s
}

.title-btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--white-bg) none repeat scroll 0 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50px;
  --arrow-hover-move-x: -110%;
  gap: 10px;
  z-index: 1;
  position: relative;
  border: none
}

.breadcrumb-wrapper {
  text-align: center;
  padding: 200px 0 130px;
  position: relative;
  transition: all .4s
}

@media (max-width:1199px) {
  .breadcrumb-wrapper {
    padding: 180px 0 110px
  }
}

@media (max-width:767px) {
  .breadcrumb-wrapper {
    padding: 120px 0 80px
  }
}

.breadcrumb-content {
  position: relative;
  max-width: 930px;
  text-align: center;
  margin: 0 auto
}

.breadcrumb-content p {
  margin: 0
}

.breadcrumb-title {
  padding-bottom: 20px
}

.breadcrumb-menu ul li {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 0 4px
}

.breadcrumb-menu ul li a {
  color: var(--heading-color);
  font-size: 21px;
  font-weight: 400;
  line-height: 30px
}

.breadcrumb-menu-wrap {
  padding-top: 50px
}

@media (max-width:1199px) {
  .breadcrumb-menu-wrap {
    padding-top: 30px
  }
}

.uxora-errors-section {
  padding: 330px 0 130px
}

@media (max-width:991px) {
  .uxora-errors-section {
    padding: 250px 0 100px
  }
}

@media (max-width:767px) {
  .uxora-errors-section {
    padding: 170px 0 80px
  }
}

.uxora-errors-content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center
}

.uxora-errors-content img {
  margin-bottom: 40px
}

.uxora-errors-content h2 {
  margin-bottom: 15px
}

.uxora-pagination {
  margin-top: 50px
}

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

.uxora-pagination ul {
  display: flex
}

.uxora-pagination li {
  display: inline-block;
  margin: 0 2px
}

.uxora-pagination.center ul {
  justify-content: center
}

.uxora-pagination {
  display: flex
}

.uxora-pagination.center {
  justify-content: center
}

.pagi-btn,
.uxora-pagination a,
.uxora-pagination span {
  height: 50px;
  width: 50px;
  font-weight: 600;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: var(--heading-color);
  background: var(--light-color);
  border-radius: 100px;
  transition: all .4s;
  border: 1px solid var(--light-color)
}

.pagi-btn:hover,
.uxora-pagination a:hover,
.uxora-pagination span:hover {
  color: var(--white-color);
  background-color: var(--heading-color);
  border: 1px solid var(--heading-color)
}

.pagi-btn:hover path,
.uxora-pagination a:hover path,
.uxora-pagination span:hover path {
  stroke: var(--white-color)
}

.pagi-btn.btn2,
.uxora-pagination a.btn2,
.uxora-pagination span.btn2 {
  transform: rotate(180deg)
}

a.current {
  cursor: not-allowed;
  color: var(--white-color);
  background-color: var(--heading-color);
  border: 1px solid var(--heading-color)
}

.uxora-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease .8s;
  opacity: 0;
  visibility: hidden
}

.uxora-menu-wrapper .mobile-logo {
  display: block;
  text-align: left;
  max-width: 120px;
  background-color: var(--white-bg)
}

.uxora-menu-wrapper .uxora-menu-toggle {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, .1)
}

.uxora-menu-wrapper .uxora-menu-toggle i {
  color: #000
}

.uxora-menu-wrapper .uxora-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-bg);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1
}

.uxora-menu-wrapper.uxora-body-visible {
  opacity: 1;
  visibility: visible
}

.uxora-menu-wrapper.uxora-body-visible .uxora-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible
}

.uxora-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  text-align: left
}

.uxora-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, .2);
  background-color: #000
}

.uxora-mobile-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #000
}

.uxora-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--heading-color)
}

.uxora-mobile-menu ul {
  margin: 0;
  padding: 0 0
}

.uxora-mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  list-style-type: none
}

.uxora-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.uxora-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #000 !important;
  font-weight: 500
}

.uxora-mobile-menu ul li.uxora-active>a {
  color: var(--accent-color)
}

.uxora-mobile-menu ul li.uxora-active>a:before {
  transform: rotate(90deg)
}

.uxora-mobile-menu ul li ul li {
  padding-left: 10px
}

.uxora-mobile-menu ul .uxora-item-has-children>a .uxora-mean-expand {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: 400;
  font-size: 16px;
  width: 60%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-color: var(--white-bg);
  color: #000;
  transition: all ease .4s
}

.uxora-mobile-menu ul .uxora-item-has-children>a .uxora-mean-expand:before {
  content: "\ea6d";
  display: inline-block;
  transition: all ease .3s;
  font-family: remixicon !important
}

.uxora-mobile-menu ul .uxora-item-has-children.uxora-active>a .uxora-mean-expand:before {
  transform: rotate(-90deg)
}

.uxora-mobile-menu>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.uxora-menu-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px
}

@media (max-width:400px) {
  .uxora-menu-wrapper .uxora-menu-area {
    width: 100%
  }
}

.uxora-mobile-menu-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 15px;
  padding-top: 50px
}

@media (max-width:991px) {
  .uxora-mobile-menu-btn {
    padding-top: 40px
  }
}

@media (max-width:767px) {
  .uxora-mobile-menu-btn {
    padding-top: 30px
  }
}

a.uxora-default-btn.sm-size {
  font-size: 16px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 6px;
  font-weight: 600;
  font-family: Sora, sans-serif;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--white-color) !important;
  background-color: var(--heading-color);
  border: 2px solid var(--heading-color);
  z-index: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: -.01em;
  text-transform: capitalize;
  transform-style: preserve-3d
}

.uxora-brand-section {
  padding-top: 100px
}

@media (max-width:991px) {
  .uxora-brand-section {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .uxora-brand-section {
    padding-top: 60px
  }
}

.uxora-brand-section.section2 {
  padding: 0
}

.uxora-brand-title {
  text-align: center;
  padding-bottom: 60px
}

@media (max-width:767px) {
  .uxora-brand-title {
    padding-bottom: 40px
  }
}

.uxora-brand-title p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--heading-bg);
  display: flex;
  align-items: center;
  justify-content: center
}

.preloader-inner {
  display: block;
  width: 45px;
  height: 45px
}

.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #e1dccc transparent transparent transparent
}

.preloader-inner span:nth-child(1) {
  animation-delay: -.1s
}

.preloader-inner span:nth-child(2) {
  animation-delay: -.2s
}

.preloader-inner span:nth-child(3) {
  animation-delay: -.3s
}

@-webkit-keyframes preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.fs-16px {
  font-size: 16px !important;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-25px {
  font-size: 25px;
}

.fs-30px {
  font-size: 30px;
}

.fs-40px {
  font-size: 40px;
}

.fs-50px {
  font-size: 50px;
}

.fs-60px {
  font-size: 60px;
}

.fs-70px {
  font-size: 70px;
}

.fs-80px {
  font-size: 80px;
}

.inter-font {
  font-family: 'Inter', sans-serif;
}

.text-justify {
  text-align: justify;
}

.footer-padding {
  padding-left: 3%;
  padding-right: 3%;
}

.syne-font {
  font-family: "Syne", sans-serif !important;
}

.mont-font {
  font-family: "Montserrat", sans-serif !important;
}

.qicksand-font {
  font-family: "Quicksand", sans-serif !important;
}

.inter-font {
  font-family: "inter", sans-serif !important;
}

.row .box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.row .box-row .box,
.industry-box {
  width: 350px;
  height: 350px;
  border: #023d8b 2px solid;
  border-radius: 20px;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.industry-box {

  & img {
    width: 50px;
  }

  & h2 {
    font-size: 20px;
    line-height: 30px;
  }

  & p {
    font-family: var(--quick-font);
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
  }
}

.box-row .box img {
  width: 50px;
}

.box-row .box h2 {
  font-size: 20px;
  line-height: 30px;
}

.box-row .box p {
  font-family: var(--quick-font);
  font-size: 17px;
  text-align: justify;
  font-weight: 600;
}

.box-row .box button {
  background-color: #023d8b;
  padding: 10px 19px;
  border-radius: 13px;
}

.box-row .box button a {
  font-size: 19px;
  font-weight: 600;
  color: white;
  font-family: var(--quick-font);
}

.box-row .box {

  & button:hover {
    background-color: white;
    border: 2px solid #023d8b;
    transition: color 0.6s ease-in-out;
  }

  & button:hover {

    & a {
      color: #023d8b;
    }

  }
}

.box-row .box button:hover .box button a {
  color: #023d8b;
}


.industry-section {
  padding: 4% 3%;
}

.uxora-content-btn ul {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}


.uxora-content-btn ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  color: var(--heading-color);
  background-color: white;
  transition: 0.4s;
  padding: 15px 20px;
  border-radius: 50px;
  font-family: var(--quick-font);
}

.uxora-content-btn ul li {
  display: inline-block;
}

.uxora-content-btn ul li svg {
  margin-right: 10px;
  margin-top: -5px;
}

.about-story-content {
  & h2 {
    text-align: center;
    font-family: var(--mont-font);
  }

  & p {
    font-family: var(--quick-font);
    font-size: 17px;
    text-align: justify;
    line-height: 34px;
    font-weight: 600;
  }
}

.d-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-padding {
  padding: 3% 5%;
}

.pt-1p {
  padding-top: 1%;
}

.pt-2p {
  padding-top: 2%;
}

.pt-3p {
  padding-top: 3%;
}

.pt-4p {
  padding-top: 4%;
}

.pt-5p {
  padding-top: 5%;
}

.pt-6p {
  padding-top: 6%;
}

.pb-1p {
  padding-bottom: 1%;
}

.pb-2p {
  padding-bottom: 2%;
}

.pb-3p {
  padding-bottom: 3%;
}

.pb-4p {
  padding-bottom: 4%;
}

.pb-5p {
  padding-bottom: 5%;
}

.pb-6p {
  padding-bottom: 6%;
}

.about-approach-content {

  padding-right: 6%;

  & h2 {
    color: white;
    text-align: center;
    line-height: 94px;
    font-family: var(--mont-font);
  }

  & p {
    color: white;
    text-align: justify;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Montserrat';
    font-weight: 600;
  }
}

.uxora-iconbox-number h2 {
  font-family: var(--quick-font);
}

.uxora-iconbox-content2 {

  & h3 {
    font-family: var(--mont-font);
  }

  & p {
    font-family: 'Montserrat';
  }

}


.our-service-section {

  padding: 4% 3%;

  & .container-fulid-padding {
    padding-left: 3%;
    padding-right: 3%;
  }

  & .service-content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5%;
    background-color: #fff;
    padding: 4%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 25px;
  }

  & .service-content-box .image-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  & .service-content-box .content {

    & h2 {
      font-size: 35px;
      text-align: center;
      padding-bottom: 30px;
      font-weight: 700;
      font-family: var(--mont-font);
      line-height: 50px;
    }

    & p {
      font-size: 19px;
      text-align: justify;
      font-family: var(--quick-font);
      font-weight: 600;
      line-height: 43px;
    }
  }

  & .service-content-box .long-content {

    & h2 {
      font-size: 35px;
      text-align: center;
      padding-bottom: 30px;
      font-weight: 700;
      font-family: var(--mont-font);
      line-height: 50px;
    }

    & p {
      font-size: 19px;
      text-align: justify;
      font-family: var(--quick-font);
      font-weight: 600;
      line-height: 43px;
    }

    & h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 24px !important;
      padding-bottom: 15px;
    }
  }
}

.service-content-box .long-content .side-title {
  font-size: 21px !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content-box .long-content .sub-title {
  line-height: 32px !important;
  padding-left: 28px;
}

.uxora-about-us-thumb img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 20px;
}

.uxora-content-thumb img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 20px;
}

.uxora-content-btn ul li {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 30px;
}

.image-content img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 30px;
}

.uxora-hero-content p {
  font-family: var(--quick-font);
  font-weight: 600;
}

.uxora-default-content {
  & p {
    font-family: var(--quick-font);
    font-weight: 600;
  }
}

.box-row .box h2 {
  font-family: var(--mont-font);
}

.uxora-iconbox-content p {
  font-family: var(--quick-font);
  font-weight: 600;
}

.uxora-footer-textarea p {
  font-family: var(--quick-font);
  font-weight: 600;
}

.image-content img {
  max-width: 610px;
  max-height: 400px;
}

.outcome-title {
  & h2 {
    margin-bottom: 6%;
    text-align: center;
    font-size: 56px;
    font-family: 'Montserrat';
  }
}

.long-content ul {

  list-style: circle !important;

  & li {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 33px;
  }
}

.uxora-footer-section ul li {
  list-style: none;
}

.uxora-hero-dashbord img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 20px;
}